ts-glitter 21.1.6 → 21.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/create.js +1 -0
- package/lowcode/Entry.js +1 -1
- package/lowcode/Entry.ts +1 -1
- package/lowcode/editor-components/global-widget/bridge.js +43 -0
- package/lowcode/editor-components/global-widget/bridge.ts +46 -0
- package/lowcode/editor-components/global-widget/global-widget.js +1 -1
- package/lowcode/editor-components/global-widget/global-widget.ts +1 -1
- package/lowcode/glitterBundle/plugins/editor-elem.js +14 -4
- package/lowcode/glitterBundle/plugins/editor-elem.ts +13 -4
- package/lowcode/jspage/function-page/main_editor.js +14 -10
- package/lowcode/jspage/function-page/main_editor.ts +14 -10
- package/lowcode/jspage/function-page/tool-setting.js +259 -223
- package/lowcode/jspage/function-page/tool-setting.ts +349 -311
- package/lowcode/official_view_component/official/component.ts +1 -0
- package/package.json +3 -1
|
@@ -877,6 +877,7 @@ export const component = Plugin.createComponent(import.meta.url, (glitter: Glitt
|
|
|
877
877
|
gvc.glitter.share.editorViewModel.selectItem =
|
|
878
878
|
undefined;
|
|
879
879
|
gvc.glitter.share.selectEditorItem();
|
|
880
|
+
|
|
880
881
|
// if (select_.container_cf) {
|
|
881
882
|
// const gvc_ =
|
|
882
883
|
// gvc.glitter.document.querySelector('.iframe_view')
|