mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 11:20:11 +00:00
feat(common): update skeletonCabinSymbol exports
This commit is contained in:
parent
34acd70659
commit
7ef62308d7
@ -176,7 +176,7 @@ class SkeletonCabin implements IPublicApiCommonSkeletonCabin {
|
|||||||
constructor(skeleton: InnerSkeleton) {
|
constructor(skeleton: InnerSkeleton) {
|
||||||
this[skeletonSymbol] = skeleton;
|
this[skeletonSymbol] = skeleton;
|
||||||
this[skeletonCabinSymbol] = {
|
this[skeletonCabinSymbol] = {
|
||||||
Workbench: this.Workbench,
|
Workbench: InnerWorkbench,
|
||||||
createSettingFieldView: this.createSettingFieldView,
|
createSettingFieldView: this.createSettingFieldView,
|
||||||
PopupContext: InnerPopupContext,
|
PopupContext: InnerPopupContext,
|
||||||
PopupPipe: InnerPopupPipe,
|
PopupPipe: InnerPopupPipe,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user