@gct-paas/design 0.1.4-dev.9 → 0.1.5-dev.0
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/dist/index.min.css +2 -1
- package/dist/loader.esm.min.js +1 -0
- package/es/_virtual/_plugin-vue_export-helper.mjs +7 -8
- package/es/_virtual/_rolldown/runtime.mjs +13 -0
- package/es/components/design-icon-button/design-icon-button.d.ts +2 -2
- package/es/components/design-icon-button/design-icon-button.mjs +95 -147
- package/es/components/design-save-tip/design-save-tip.mjs +76 -102
- package/es/components/design-step-check/design-step-check.mjs +92 -118
- package/es/components/design-view-layout/design-view-layout.css +11 -11
- package/es/components/design-view-layout/design-view-layout.mjs +134 -204
- package/es/components/editor/index.mjs +13 -15
- package/es/components/editor/style/border-editor/border-box.vue.mjs +7 -0
- package/es/components/editor/style/border-editor/border-box.vue_vue_type_script_setup_true_name_border-box_lang.mjs +245 -0
- package/es/components/editor/style/border-editor/border-editor.vue.mjs +7 -0
- package/es/components/editor/style/border-editor/border-editor.vue_vue_type_script_setup_true_lang.mjs +57 -0
- package/es/components/editor/style/border-editor/border-radius.vue.mjs +7 -0
- package/es/components/editor/style/border-editor/border-radius.vue_vue_type_script_setup_true_lang.mjs +177 -0
- package/es/components/editor/style/border-editor/util.mjs +48 -70
- package/es/components/editor/style/font-editor/align-group.vue.mjs +7 -0
- package/es/components/editor/style/font-editor/align-group.vue_vue_type_script_setup_true_name_align-group_lang.mjs +54 -0
- package/es/components/editor/style/font-editor/font-editor.vue.mjs +5 -72
- package/es/components/editor/style/font-editor/font-editor.vue_vue_type_script_setup_true_name_font-editor_lang.mjs +61 -0
- package/es/components/editor/style/font-editor/font-style-group.vue.mjs +7 -0
- package/es/components/editor/style/font-editor/font-style-group.vue_vue_type_script_setup_true_lang.mjs +72 -0
- package/es/components/editor/style/font-editor/util.mjs +10 -10
- package/es/components/editor/style/position-editor/position-editor.vue.mjs +7 -0
- package/es/components/editor/style/position-editor/position-editor.vue_vue_type_script_setup_true_name_position-editor_lang.mjs +193 -0
- package/es/components/editor/style/spacing-editor/spacing-editor.vue.mjs +7 -0
- package/es/components/editor/style/spacing-editor/spacing-editor.vue_vue_type_script_setup_true_lang.mjs +262 -0
- package/es/components/field-cascader/index.d.ts +2 -0
- package/es/components/field-cascader/index.mjs +1 -0
- package/es/components/field-cascader/src/FieldCascader.vue.d.ts +87 -0
- package/es/components/field-cascader/src/FieldCascader.vue.mjs +6 -0
- package/es/components/field-cascader/src/FieldCascader.vue_vue_type_script_setup_true_lang.mjs +115 -0
- package/es/components/field-cascader/src/FieldCascader.vue_vue_type_style_index_0_lang.css +69 -0
- package/es/components/field-cascader/src/SearchInput.vue.d.ts +11 -0
- package/es/components/field-cascader/src/SearchInput.vue.mjs +7 -0
- package/es/components/field-cascader/src/SearchInput.vue_vue_type_script_setup_true_lang.mjs +38 -0
- package/es/components/field-cascader/src/SearchInput.vue_vue_type_style_index_0_scoped_512c4b38_lang.css +9 -0
- package/es/components/field-cascader/src/hooks.d.ts +129 -0
- package/es/components/field-cascader/src/hooks.mjs +163 -0
- package/es/components/field-transfer/components/Cascader/FieldCascader.d.ts +25 -0
- package/es/components/field-transfer/components/Cascader/FieldCascader.mjs +150 -0
- package/es/components/field-transfer/components/Transfer/AdvancedColumnSetting.d.ts +46 -0
- package/es/components/field-transfer/components/Transfer/AdvancedColumnSetting.mjs +45 -0
- package/es/components/field-transfer/components/Transfer/AdvancedTransfer.d.ts +39 -0
- package/es/components/field-transfer/components/Transfer/AdvancedTransfer.mjs +124 -0
- package/es/components/field-transfer/components/Transfer/FieldTransfer.d.ts +83 -0
- package/es/components/field-transfer/components/Transfer/FieldTransfer.mjs +112 -0
- package/es/components/field-transfer/components/Transfer/TransferTree.d.ts +62 -0
- package/es/components/field-transfer/components/Transfer/TransferTree.mjs +84 -0
- package/es/components/field-transfer/components/Transfer/TreeItem.d.ts +17 -0
- package/es/components/field-transfer/components/Transfer/TreeItem.mjs +25 -0
- package/es/components/field-transfer/components/field-transfer-modal.vue.d.ts +43 -0
- package/es/components/field-transfer/components/field-transfer-modal.vue.mjs +7 -0
- package/es/components/field-transfer/components/field-transfer-modal.vue_vue_type_script_setup_true_name_field-transfer-modal_lang.mjs +166 -0
- package/es/components/field-transfer/components/field-transfer-modal.vue_vue_type_style_index_0_scoped_0c9dd8a1_lang.css +5 -0
- package/es/components/field-transfer/components/modal-wrapper.vue.d.ts +19 -0
- package/es/components/field-transfer/components/modal-wrapper.vue.mjs +5 -0
- package/es/components/field-transfer/components/modal-wrapper.vue_vue_type_script_setup_true_name_modal-wrapper_lang.mjs +27 -0
- package/es/components/field-transfer/hooks/useTreeData.d.ts +139 -0
- package/es/components/field-transfer/hooks/useTreeData.mjs +136 -0
- package/es/components/field-transfer/index.d.ts +21 -0
- package/es/components/field-transfer/index.mjs +1 -0
- package/es/components/field-transfer/less/AdvancedTransfer.css +60 -0
- package/es/components/field-transfer/less/FieldCascader.css +57 -0
- package/es/components/field-transfer/less/TransferTree.css +86 -0
- package/es/components/field-transfer/less/TreeItem.css +29 -0
- package/es/components/field-transfer/useFieldTransfer.d.ts +47 -0
- package/es/components/field-transfer/useFieldTransfer.mjs +48 -0
- package/es/components/field-transfer/utils/tree-tool.d.ts +6 -0
- package/es/components/field-transfer/utils/tree-tool.mjs +62 -0
- package/es/components/icon/downleft-icon.vue.mjs +23 -11
- package/es/components/icon/downleft-icon.vue_vue_type_script_lang.mjs +9 -0
- package/es/components/icon/downright-icon.vue.mjs +23 -11
- package/es/components/icon/downright-icon.vue_vue_type_script_lang.mjs +9 -0
- package/es/components/icon/upleft-icon.vue.mjs +23 -11
- package/es/components/icon/upleft-icon.vue_vue_type_script_lang.mjs +9 -0
- package/es/components/icon/upright-icon.vue.mjs +23 -11
- package/es/components/icon/upright-icon.vue_vue_type_script_lang.mjs +9 -0
- package/es/components/index.d.ts +3 -0
- package/es/components/index.mjs +23 -26
- package/es/components/mobile-container/mobile-container.d.ts +3 -0
- package/es/components/mobile-container/mobile-container.mjs +39 -78
- package/es/components/modal-name-editor/modal-name-editor.d.ts +2 -2
- package/es/components/modal-name-editor/modal-name-editor.mjs +132 -171
- package/es/components/user-occupy/index.d.ts +4 -0
- package/es/components/user-occupy/index.mjs +3 -0
- package/es/components/user-occupy/occupy.const.d.ts +4 -0
- package/es/components/user-occupy/occupy.const.mjs +7 -0
- package/es/components/user-occupy/useUserOccupy.d.ts +38 -0
- package/es/components/user-occupy/useUserOccupy.mjs +162 -0
- package/es/components/user-occupy/user-lock.vue.d.ts +2 -0
- package/es/components/user-occupy/user-lock.vue.mjs +7 -0
- package/es/components/user-occupy/user-lock.vue_vue_type_script_setup_true_lang.mjs +16 -0
- package/es/components/user-occupy/user-lock.vue_vue_type_style_index_0_scoped_b40d46ff_lang.css +29 -0
- package/es/components/user-occupy/user-occupy.vue.d.ts +2 -0
- package/es/components/user-occupy/user-occupy.vue.mjs +7 -0
- package/es/components/user-occupy/user-occupy.vue_vue_type_script_setup_true_lang.mjs +34 -0
- package/es/components/user-occupy/user-occupy.vue_vue_type_style_index_0_scoped_24cb9749_lang.css +25 -0
- package/es/constant/design-editor-type.mjs +53 -14
- package/es/constant/index.d.ts +0 -26
- package/es/constant/index.mjs +241 -72
- package/es/constant/page-designer.d.ts +1 -12
- package/es/constant/page-designer.mjs +58 -51
- package/es/create-app-vue.mjs +10 -8
- package/es/data/design-container-node/design-container-node.d.ts +1 -1
- package/es/data/design-container-node/design-container-node.mjs +15 -5
- package/es/data/design-editor-node/design-editor-node.d.ts +1 -1
- package/es/data/design-editor-node/design-editor-node.mjs +18 -7
- package/es/data/design-node/design-node.d.ts +1 -1
- package/es/data/design-node/design-node.mjs +60 -65
- package/es/data/index.mjs +3 -0
- package/es/hooks/design-view/constants/style-editor.const.mjs +60 -50
- package/es/hooks/design-view/design-state.d.ts +291 -132
- package/es/hooks/design-view/design-state.mjs +98 -81
- package/es/hooks/design-view/designer/useDesignCache.mjs +45 -24
- package/es/hooks/design-view/designer/useDesignHistory.mjs +107 -99
- package/es/hooks/design-view/designer/useDesignModal.d.ts +1382 -106
- package/es/hooks/design-view/designer/useDesignModal.mjs +106 -77
- package/es/hooks/design-view/designer/useDesignPreview.mjs +114 -140
- package/es/hooks/design-view/designer/useDesignSave.d.ts +3 -3
- package/es/hooks/design-view/designer/useDesignSave.mjs +219 -233
- package/es/hooks/design-view/editor/usePropEditor.d.ts +2 -2
- package/es/hooks/design-view/editor/usePropEditor.mjs +89 -95
- package/es/hooks/design-view/editor/useStyle.mjs +36 -27
- package/es/hooks/design-view/editor/useStyleEditor.mjs +80 -73
- package/es/hooks/design-view/global/useGlobal.d.ts +154 -68
- package/es/hooks/design-view/global/useGlobal.mjs +74 -71
- package/es/hooks/design-view/layout/useScope.d.ts +3 -3
- package/es/hooks/design-view/layout/useScope.mjs +80 -103
- package/es/hooks/design-view/layout/useToolkit.d.ts +50 -22
- package/es/hooks/design-view/layout/useToolkit.mjs +301 -312
- package/es/hooks/design-view/page/usePage.d.ts +1 -1
- package/es/hooks/design-view/page/usePage.mjs +149 -142
- package/es/hooks/design-view/page/usePageOccupy.mjs +82 -61
- package/es/hooks/design-view/useDesigner.d.ts +1500 -156
- package/es/hooks/design-view/useDesigner.mjs +122 -104
- package/es/hooks/design-view/utils/color.util.mjs +52 -32
- package/es/hooks/design-view/utils/field-schema.util.mjs +90 -93
- package/es/hooks/design-view/widget/useSelectedWidget.d.ts +5 -5
- package/es/hooks/design-view/widget/useSelectedWidget.mjs +225 -216
- package/es/hooks/design-view/widget/useWidget.d.ts +0 -5
- package/es/hooks/design-view/widget/useWidget.mjs +91 -118
- package/es/hooks/design-view/widget/useWidgetQuery.mjs +103 -85
- package/es/hooks/design-view/widget/useWidgetRegistry.d.ts +2 -2
- package/es/hooks/design-view/widget/useWidgetRegistry.mjs +86 -56
- package/es/hooks/designer.hooks.mjs +17 -11
- package/es/hooks/develop/useCacheHistory.mjs +129 -152
- package/es/hooks/develop/useKeyParser.mjs +76 -64
- package/es/hooks/index.d.ts +3 -2
- package/es/hooks/index.mjs +28 -0
- package/es/hooks/use-model-field/use-model-field.mjs +262 -337
- package/es/hooks/widgets/useAsyncFields.d.ts +17 -0
- package/es/hooks/widgets/useAsyncFields.mjs +143 -0
- package/es/hooks/widgets/useFileAttrsHooks.d.ts +28 -0
- package/es/hooks/widgets/useFileAttrsHooks.mjs +37 -0
- package/es/index.d.ts +1 -3
- package/es/index.mjs +92 -114
- package/es/interface/actions/i-design-view.actions.d.ts +1 -1
- package/es/interface/controller/i-design-view.controller.d.ts +1 -1
- package/es/interface/design/i-model-field-node-data/i-model-field-node-data.d.ts +1 -1
- package/es/interface/design/index.d.ts +0 -8
- package/es/interface/i-drag-item/i-drag-item.d.ts +1 -1
- package/es/interface/index.d.ts +0 -2
- package/es/interface/state/i-design-view.state.d.ts +1 -1
- package/es/loader.d.ts +1 -0
- package/es/props/index.d.ts +1 -1
- package/es/props/index.mjs +55 -52
- package/es/register/designer-register/designer-register.mjs +111 -101
- package/es/register/index.d.ts +0 -1
- package/es/register/index.mjs +2 -0
- package/es/register/material/material.register.mjs +131 -133
- package/es/schema/begin-drag/begin-drag.d.ts +13 -0
- package/es/schema/begin-drag/begin-drag.mjs +108 -0
- package/es/schema/common-config/autofill-editor-config.d.ts +5 -0
- package/es/schema/common-config/autofill-editor-config.mjs +34 -0
- package/es/schema/common-config/base-button-config.d.ts +3 -0
- package/es/schema/common-config/base-button-config.mjs +76 -0
- package/es/schema/common-config/button-editor-config.d.ts +4 -0
- package/es/schema/common-config/button-editor-config.mjs +134 -0
- package/es/schema/common-config/button-props-func.d.ts +5 -0
- package/es/schema/common-config/button-props-func.mjs +11 -0
- package/es/schema/common-config/column-editor-config.d.ts +6 -0
- package/es/schema/common-config/column-editor-config.mjs +28 -0
- package/es/schema/common-config/common-event-config.d.ts +6 -0
- package/es/schema/common-config/common-event-config.mjs +16 -0
- package/es/schema/common-config/common-field-editor-config.d.ts +49 -0
- package/es/schema/common-config/common-field-editor-config.mjs +292 -0
- package/es/schema/common-config/common-style.d.ts +3 -0
- package/es/schema/common-config/common-style.mjs +85 -0
- package/es/schema/common-config/display-editor-config.d.ts +3 -0
- package/es/schema/common-config/display-editor-config.mjs +70 -0
- package/es/schema/common-config/formItem-editor-config.d.ts +2 -0
- package/es/schema/common-config/formItem-editor-config.mjs +20 -0
- package/es/schema/common-config/permission-editor-config.d.ts +2 -0
- package/es/schema/common-config/permission-editor-config.mjs +13 -0
- package/es/schema/field/card-list-field.d.ts +4 -0
- package/es/schema/field/card-list-field.mjs +269 -0
- package/es/schema/field/data-table-column.d.ts +81 -0
- package/es/schema/field/data-table-column.mjs +269 -0
- package/es/schema/field/descriptions-field.d.ts +3 -0
- package/es/schema/field/index.d.ts +14 -0
- package/es/schema/field/index.mjs +65 -0
- package/es/schema/index.d.ts +18 -0
- package/es/schema/index.mjs +17 -0
- package/es/schema/modal/modal-body.d.ts +2 -0
- package/es/schema/modal/modal-body.mjs +9 -0
- package/es/schema/modal/modal-footer.d.ts +2 -0
- package/es/schema/modal/modal-footer.mjs +9 -0
- package/es/schema/modal/modal.d.ts +8 -0
- package/es/schema/modal/modal.mjs +173 -0
- package/es/schema/search/BaseDate.d.ts +143 -0
- package/es/schema/search/BaseDate.mjs +114 -0
- package/es/schema/search/BaseSearch.d.ts +141 -0
- package/es/schema/search/BaseSearch.mjs +155 -0
- package/es/schema/utils.d.ts +8 -0
- package/es/schema/utils.mjs +76 -0
- package/es/setup-app.mjs +8 -15
- package/es/utils/design-interceptors/design-interceptors.mjs +20 -17
- package/es/utils/design-plugin-pkg-util/design-plugin-pkg-util.d.ts +28 -0
- package/es/utils/design-plugin-pkg-util/design-plugin-pkg-util.mjs +57 -0
- package/es/utils/design-view/index.d.ts +9 -0
- package/es/utils/design-view/index.mjs +20 -0
- package/es/utils/field-attrs/basicAttrs.mjs +577 -721
- package/es/utils/field-attrs/index.mjs +10 -6
- package/es/utils/field-filter/index.mjs +63 -53
- package/es/utils/find-deep-types/find-deep-types.mjs +34 -24
- package/es/utils/flatten.d.ts +12 -0
- package/es/utils/flatten.mjs +32 -0
- package/es/utils/formula-editor-design/formula-editor-design.d.ts +9 -0
- package/es/utils/formula-editor-design/formula-editor-design.mjs +31 -0
- package/es/utils/index.d.ts +5 -3
- package/es/utils/index.mjs +13 -0
- package/es/utils/init-widget-info/init-widget-info.mjs +48 -35
- package/es/utils/schema/index.d.ts +10 -0
- package/es/utils/schema/index.mjs +18 -0
- package/es/utils/transform-js/index.mjs +1 -0
- package/es/utils/transform-js/transform-js.d.ts +7 -6
- package/es/utils/transform-js/transform-js.mjs +71 -43
- package/package.json +21 -18
- package/dist/assets/transform-js.worker-BtVTa-PT.js +0 -666
- package/dist/index.esm.min.mjs +0 -25878
- package/dist/index.min.cjs +0 -70
- package/dist/index.system.min.js +0 -70
- package/es/assets/transform-js.worker-DdeZQ5i-.js +0 -296567
- package/es/components/design/design-content/design-content.css +0 -76
- package/es/components/design/design-content/design-content.d.ts +0 -191
- package/es/components/design/design-content/design-content.mjs +0 -363
- package/es/components/design/design-drag-item/design-drag-item.css +0 -179
- package/es/components/design/design-drag-item/design-drag-item.d.ts +0 -55
- package/es/components/design/design-drag-item/design-drag-item.mjs +0 -296
- package/es/components/design/design-drop-container/design-drop-container.css +0 -103
- package/es/components/design/design-drop-container/design-drop-container.d.ts +0 -91
- package/es/components/design/design-drop-container/design-drop-container.mjs +0 -220
- package/es/components/design/design-drop-line/design-drop-line.css +0 -165
- package/es/components/design/design-drop-line/design-drop-line.d.ts +0 -72
- package/es/components/design/design-drop-line/design-drop-line.mjs +0 -178
- package/es/components/design/design-item-actions/design-item-actions.css +0 -97
- package/es/components/design/design-item-actions/design-item-actions.d.ts +0 -42
- package/es/components/design/design-item-actions/design-item-actions.mjs +0 -196
- package/es/components/design/design-item-highlighter/design-item-highlighter.css +0 -70
- package/es/components/design/design-item-highlighter/design-item-highlighter.d.ts +0 -168
- package/es/components/design/design-item-highlighter/design-item-highlighter.mjs +0 -167
- package/es/components/design/design-item-highlighter-container/design-item-highlighter-container.css +0 -85
- package/es/components/design/design-item-highlighter-container/design-item-highlighter-container.d.ts +0 -53
- package/es/components/design/design-item-highlighter-container/design-item-highlighter-container.mjs +0 -224
- package/es/components/design/design-item-hover-title/design-item-hover-title.css +0 -12
- package/es/components/design/design-item-hover-title/design-item-hover-title.d.ts +0 -60
- package/es/components/design/design-item-hover-title/design-item-hover-title.mjs +0 -74
- package/es/components/design/design-item-preview/design-item-preview.css +0 -91
- package/es/components/design/design-item-preview/design-item-preview.d.ts +0 -1
- package/es/components/design/design-item-preview/design-item-preview.mjs +0 -50
- package/es/components/design/design-not-drag-item/design-not-drag-item.css +0 -67
- package/es/components/design/design-not-drag-item/design-not-drag-item.d.ts +0 -49
- package/es/components/design/design-not-drag-item/design-not-drag-item.mjs +0 -87
- package/es/components/design/design-not-found/design-not-found.css +0 -68
- package/es/components/design/design-not-found/design-not-found.d.ts +0 -14
- package/es/components/design/design-not-found/design-not-found.mjs +0 -26
- package/es/components/design/index.d.ts +0 -6
- package/es/components/design/index.mjs +0 -22
- package/es/components/editor/style/border-editor/border-box.vue2.mjs +0 -7
- package/es/components/editor/style/border-editor/border-box.vue3.mjs +0 -305
- package/es/components/editor/style/border-editor/border-editor.vue2.mjs +0 -7
- package/es/components/editor/style/border-editor/border-editor.vue3.mjs +0 -60
- package/es/components/editor/style/border-editor/border-radius.vue2.mjs +0 -7
- package/es/components/editor/style/border-editor/border-radius.vue3.mjs +0 -212
- package/es/components/editor/style/font-editor/align-group.vue2.mjs +0 -7
- package/es/components/editor/style/font-editor/align-group.vue3.mjs +0 -66
- package/es/components/editor/style/font-editor/font-editor.vue2.mjs +0 -5
- package/es/components/editor/style/font-editor/font-style-group.vue2.mjs +0 -7
- package/es/components/editor/style/font-editor/font-style-group.vue3.mjs +0 -105
- package/es/components/editor/style/position-editor/position-editor.vue2.mjs +0 -7
- package/es/components/editor/style/position-editor/position-editor.vue3.mjs +0 -242
- package/es/components/editor/style/spacing-editor/spacing-editor.vue2.mjs +0 -7
- package/es/components/editor/style/spacing-editor/spacing-editor.vue3.mjs +0 -311
- package/es/components/icon/downleft-icon.vue2.mjs +0 -27
- package/es/components/icon/downright-icon.vue2.mjs +0 -27
- package/es/components/icon/upleft-icon.vue2.mjs +0 -27
- package/es/components/icon/upright-icon.vue2.mjs +0 -27
- package/es/components/material/index.d.ts +0 -5
- package/es/components/material/index.mjs +0 -9
- package/es/components/material/material-content/material-content.css +0 -86
- package/es/components/material/material-content/material-content.d.ts +0 -187
- package/es/components/material/material-content/material-content.mjs +0 -59
- package/es/components/material/material-module/material-module.css +0 -104
- package/es/components/material/material-module/material-module.d.ts +0 -72
- package/es/components/material/material-module/material-module.mjs +0 -111
- package/es/components/material/material-module-drag-container/material-module-drag-container.css +0 -69
- package/es/components/material/material-module-drag-container/material-module-drag-container.d.ts +0 -62
- package/es/components/material/material-module-drag-container/material-module-drag-container.mjs +0 -32
- package/es/components/material/material-module-drag-item/material-module-drag-item.css +0 -83
- package/es/components/material/material-module-drag-item/material-module-drag-item.d.ts +0 -17
- package/es/components/material/material-module-drag-item/material-module-drag-item.mjs +0 -103
- package/es/components/material/material-outline-tree/material-outline-tree.css +0 -81
- package/es/components/material/material-outline-tree/material-outline-tree.d.ts +0 -1
- package/es/components/material/material-outline-tree/material-outline-tree.mjs +0 -90
- package/es/components/material/material-tab-pane/material-tab-pane.css +0 -68
- package/es/components/material/material-tab-pane/material-tab-pane.d.ts +0 -13
- package/es/components/material/material-tab-pane/material-tab-pane.mjs +0 -26
- package/es/components/material/material-tabs/material-tabs.css +0 -105
- package/es/components/material/material-tabs/material-tabs.d.ts +0 -103
- package/es/components/material/material-tabs/material-tabs.mjs +0 -69
- package/es/components/panel/index.d.ts +0 -5
- package/es/components/panel/index.mjs +0 -9
- package/es/components/panel/panel-content/panel-content.css +0 -183
- package/es/components/panel/panel-content/panel-content.d.ts +0 -19
- package/es/components/panel/panel-content/panel-content.mjs +0 -73
- package/es/components/panel/panel-form/panel-form.css +0 -67
- package/es/components/panel/panel-form/panel-form.d.ts +0 -62
- package/es/components/panel/panel-form/panel-form.mjs +0 -76
- package/es/components/panel/panel-path/panel-path.css +0 -89
- package/es/components/panel/panel-path/panel-path.d.ts +0 -35
- package/es/components/panel/panel-path/panel-path.mjs +0 -75
- package/es/controller/index.d.ts +0 -1
- package/es/controller/view/design-view.controller.d.ts +0 -47
- package/es/controller/view/design-view.controller.mjs +0 -183
- package/es/dictionary/tab-type/tab-type.mjs +0 -24
- package/es/editor/child-list-editor/child-list-editor.css +0 -76
- package/es/editor/child-list-editor/child-list-editor.d.ts +0 -163
- package/es/editor/child-list-editor/child-list-editor.mjs +0 -145
- package/es/editor/child-list-editor/child-list-editor.provider.d.ts +0 -13
- package/es/editor/child-list-editor/child-list-editor.provider.mjs +0 -5
- package/es/editor/child-list-editor/components/child-list-item-editor.css +0 -112
- package/es/editor/child-list-editor/components/child-list-item-editor.d.ts +0 -133
- package/es/editor/child-list-editor/components/child-list-item-editor.mjs +0 -238
- package/es/editor/child-list-editor/index.d.ts +0 -4
- package/es/editor/child-list-editor/index.mjs +0 -13
- package/es/editor/content-tag-style/content-tag-style.css +0 -164
- package/es/editor/content-tag-style/content-tag-style.d.ts +0 -112
- package/es/editor/content-tag-style/content-tag-style.mjs +0 -103
- package/es/editor/content-tag-style/index.d.ts +0 -8
- package/es/editor/content-tag-style/index.mjs +0 -15
- package/es/editor/custom-exp-menu-editor/components/custom-exp-menu-item.css +0 -156
- package/es/editor/custom-exp-menu-editor/components/custom-exp-menu-item.d.ts +0 -29
- package/es/editor/custom-exp-menu-editor/components/custom-exp-menu-item.mjs +0 -134
- package/es/editor/custom-exp-menu-editor/custom-exp-menu-editor.css +0 -76
- package/es/editor/custom-exp-menu-editor/custom-exp-menu-editor.d.ts +0 -38
- package/es/editor/custom-exp-menu-editor/custom-exp-menu-editor.mjs +0 -163
- package/es/editor/custom-exp-menu-editor/custom-exp-menu-editor.provider.d.ts +0 -13
- package/es/editor/custom-exp-menu-editor/custom-exp-menu-editor.provider.mjs +0 -5
- package/es/editor/custom-exp-menu-editor/i-custom-exp-menu-model.d.ts +0 -23
- package/es/editor/custom-exp-menu-editor/index.d.ts +0 -5
- package/es/editor/custom-exp-menu-editor/index.mjs +0 -13
- package/es/editor/custom-exp-menu-editor/modal/exp-menu.modal.d.ts +0 -37
- package/es/editor/field-info-editor/field-info-editor.css +0 -125
- package/es/editor/field-info-editor/field-info-editor.d.ts +0 -111
- package/es/editor/field-info-editor/field-info-editor.mjs +0 -60
- package/es/editor/field-info-editor/index.d.ts +0 -8
- package/es/editor/field-info-editor/index.mjs +0 -13
- package/es/editor/index.d.ts +0 -5
- package/es/editor/index.mjs +0 -27
- package/es/editor/model-field-select/index.d.ts +0 -8
- package/es/editor/model-field-select/index.mjs +0 -13
- package/es/editor/model-field-select/model-field-select.css +0 -141
- package/es/editor/model-field-select/model-field-select.d.ts +0 -42
- package/es/editor/model-field-select/model-field-select.mjs +0 -314
- package/es/editor/style-border/index.d.ts +0 -8
- package/es/editor/style-border/index.mjs +0 -15
- package/es/editor/style-border/style-border.d.ts +0 -38
- package/es/editor/style-border/style-border.mjs +0 -45
- package/es/editor/style-font/index.d.ts +0 -8
- package/es/editor/style-font/index.mjs +0 -15
- package/es/editor/style-font/style-font.css +0 -86
- package/es/editor/style-font/style-font.d.ts +0 -38
- package/es/editor/style-font/style-font.mjs +0 -45
- package/es/editor/style-position/index.d.ts +0 -8
- package/es/editor/style-position/index.mjs +0 -15
- package/es/editor/style-position/style-position.d.ts +0 -38
- package/es/editor/style-position/style-position.mjs +0 -44
- package/es/editor/style-spacing/index.d.ts +0 -8
- package/es/editor/style-spacing/index.mjs +0 -15
- package/es/editor/style-spacing/style-spacing.d.ts +0 -40
- package/es/editor/style-spacing/style-spacing.mjs +0 -69
- package/es/editor/system-page-select/i-system-page-select.d.ts +0 -23
- package/es/editor/system-page-select/index.d.ts +0 -9
- package/es/editor/system-page-select/index.mjs +0 -15
- package/es/editor/system-page-select/system-page-select.css +0 -119
- package/es/editor/system-page-select/system-page-select.d.ts +0 -38
- package/es/editor/system-page-select/system-page-select.mjs +0 -82
- package/es/hooks/use-design-view-controller/use-design-view-controller.d.ts +0 -11
- package/es/hooks/use-design-view-controller/use-design-view-controller.mjs +0 -26
- package/es/hooks/web/useUUid.d.ts +0 -41
- package/es/hooks/web/useUUid.mjs +0 -93
- package/es/interface/design/i-design-container-node.d.ts +0 -13
- package/es/interface/design/i-design-data.d.ts +0 -44
- package/es/interface/design/i-design-editor-data.d.ts +0 -20
- package/es/interface/design/i-design-editor-node.d.ts +0 -15
- package/es/interface/design/i-design-node-data.d.ts +0 -19
- package/es/interface/design/i-design-node.d.ts +0 -80
- package/es/interface/design/i-design-page-node-data.d.ts +0 -15
- package/es/interface/design/i-design-tree-item.d.ts +0 -26
- package/es/interface/editor/child-list-editor/child-list-editor.d.ts +0 -114
- package/es/interface/editor/index.d.ts +0 -9
- package/es/interface/editor/style-border/i-style-border.controller.d.ts +0 -11
- package/es/interface/editor/style-border/i-style-border.d.ts +0 -22
- package/es/interface/editor/style-font/i-style-font.controller.d.ts +0 -11
- package/es/interface/editor/style-font/i-style-font.d.ts +0 -13
- package/es/interface/editor/style-position/i-style-position.controller.d.ts +0 -11
- package/es/interface/editor/style-position/i-style-position.d.ts +0 -13
- package/es/interface/editor/style-spacing/i-style-spacing.controller.d.ts +0 -11
- package/es/interface/editor/style-spacing/i-style-spacing.d.ts +0 -22
- package/es/interface/provider/i-node-provider.d.ts +0 -142
- package/es/plugins/design-custom-exp-menu/components/design-custom-exp-menu-component.css +0 -87
- package/es/plugins/design-custom-exp-menu/components/design-custom-exp-menu.component.d.ts +0 -9
- package/es/plugins/design-custom-exp-menu/components/design-custom-exp-menu.component.mjs +0 -109
- package/es/plugins/design-custom-exp-menu/design-custom-exp-menu.data.d.ts +0 -51
- package/es/plugins/design-custom-exp-menu/design-custom-exp-menu.data.mjs +0 -89
- package/es/plugins/design-custom-exp-menu/design-custom-exp-menu.provider.d.ts +0 -23
- package/es/plugins/design-custom-exp-menu/design-custom-exp-menu.provider.mjs +0 -159
- package/es/plugins/design-editor/index.d.ts +0 -5
- package/es/plugins/design-editor/index.mjs +0 -13
- package/es/plugins/design-editor/upload-file/index.d.ts +0 -4
- package/es/plugins/design-editor/upload-file/index.mjs +0 -15
- package/es/plugins/design-editor/upload-file/upload-file.css +0 -124
- package/es/plugins/design-editor/upload-file/upload-file.d.ts +0 -46
- package/es/plugins/design-editor/upload-file/upload-file.mjs +0 -51
- package/es/plugins/design-editor/upload-image/index.d.ts +0 -4
- package/es/plugins/design-editor/upload-image/index.mjs +0 -15
- package/es/plugins/design-editor/upload-image/upload-image.css +0 -79
- package/es/plugins/design-editor/upload-image/upload-image.d.ts +0 -46
- package/es/plugins/design-editor/upload-image/upload-image.mjs +0 -23
- package/es/plugins/design-editor/user-signature/index.d.ts +0 -4
- package/es/plugins/design-editor/user-signature/index.mjs +0 -15
- package/es/plugins/design-editor/user-signature/user-signature.css +0 -79
- package/es/plugins/design-editor/user-signature/user-signature.d.ts +0 -46
- package/es/plugins/design-editor/user-signature/user-signature.mjs +0 -23
- package/es/plugins/design-grid/components/design-grid.component.css +0 -68
- package/es/plugins/design-grid/components/design-grid.component.d.ts +0 -39
- package/es/plugins/design-grid/components/design-grid.component.mjs +0 -60
- package/es/plugins/design-grid/design-grid.data.d.ts +0 -34
- package/es/plugins/design-grid/design-grid.data.mjs +0 -17
- package/es/plugins/design-grid/design-grid.provider.d.ts +0 -26
- package/es/plugins/design-grid/design-grid.provider.mjs +0 -273
- package/es/plugins/design-grid-item/components/design-grid-item.component.d.ts +0 -38
- package/es/plugins/design-grid-item/components/design-grid-item.component.mjs +0 -39
- package/es/plugins/design-grid-item/design-grid-item.data.d.ts +0 -26
- package/es/plugins/design-grid-item/design-grid-item.data.mjs +0 -17
- package/es/plugins/design-grid-item/design-grid-item.provider.d.ts +0 -25
- package/es/plugins/design-grid-item/design-grid-item.provider.mjs +0 -172
- package/es/plugins/design-menu-list/components/design-menu-list.component.css +0 -131
- package/es/plugins/design-menu-list/components/design-menu-list.component.d.ts +0 -18
- package/es/plugins/design-menu-list/components/design-menu-list.component.mjs +0 -110
- package/es/plugins/design-menu-list/design-menu-list.data.d.ts +0 -62
- package/es/plugins/design-menu-list/design-menu-list.data.mjs +0 -21
- package/es/plugins/design-menu-list/design-menu-list.provider.d.ts +0 -23
- package/es/plugins/design-menu-list/design-menu-list.provider.mjs +0 -265
- package/es/plugins/design-page/design-page.data.d.ts +0 -15
- package/es/plugins/design-page/design-page.data.mjs +0 -17
- package/es/plugins/design-page/design-page.provider.d.ts +0 -23
- package/es/plugins/design-page/design-page.provider.mjs +0 -109
- package/es/plugins/design-panel/components/design-panel-component.css +0 -108
- package/es/plugins/design-panel/components/design-panel.component.d.ts +0 -39
- package/es/plugins/design-panel/components/design-panel.component.mjs +0 -49
- package/es/plugins/design-panel/design-panel.data.d.ts +0 -64
- package/es/plugins/design-panel/design-panel.data.mjs +0 -27
- package/es/plugins/design-panel/design-panel.provider.d.ts +0 -23
- package/es/plugins/design-panel/design-panel.provider.mjs +0 -298
- package/es/plugins/design-personal-center/components/design-personal-center.component.css +0 -48
- package/es/plugins/design-personal-center/components/design-personal-center.component.vue.d.ts +0 -36
- package/es/plugins/design-personal-center/components/design-personal-center.component.vue.mjs +0 -7
- package/es/plugins/design-personal-center/components/design-personal-center.component.vue2.mjs +0 -97
- package/es/plugins/design-personal-center/design-personal-center.data.d.ts +0 -27
- package/es/plugins/design-personal-center/design-personal-center.data.mjs +0 -21
- package/es/plugins/design-personal-center/design-personal-center.provider.d.ts +0 -13
- package/es/plugins/design-personal-center/design-personal-center.provider.mjs +0 -144
- package/es/plugins/design-select-component/components/design-select-component.component.css +0 -107
- package/es/plugins/design-select-component/components/design-select-component.component.d.ts +0 -41
- package/es/plugins/design-select-component/components/design-select-component.component.mjs +0 -57
- package/es/plugins/design-select-component/design-select-component.data.d.ts +0 -57
- package/es/plugins/design-select-component/design-select-component.data.mjs +0 -18
- package/es/plugins/design-select-component/design-select-component.provider.d.ts +0 -23
- package/es/plugins/design-select-component/design-select-component.provider.mjs +0 -207
- package/es/plugins/design-tab-item/components/design-tab-item.component.d.ts +0 -38
- package/es/plugins/design-tab-item/components/design-tab-item.component.mjs +0 -39
- package/es/plugins/design-tab-item/design-tab-item.data.d.ts +0 -35
- package/es/plugins/design-tab-item/design-tab-item.data.mjs +0 -22
- package/es/plugins/design-tab-item/design-tab-item.provider.d.ts +0 -25
- package/es/plugins/design-tab-item/design-tab-item.provider.mjs +0 -185
- package/es/plugins/design-tabs/components/design-tabs.component.css +0 -105
- package/es/plugins/design-tabs/components/design-tabs.component.d.ts +0 -40
- package/es/plugins/design-tabs/components/design-tabs.component.mjs +0 -85
- package/es/plugins/design-tabs/design-tabs.data.d.ts +0 -66
- package/es/plugins/design-tabs/design-tabs.data.mjs +0 -19
- package/es/plugins/design-tabs/design-tabs.provider.d.ts +0 -26
- package/es/plugins/design-tabs/design-tabs.provider.mjs +0 -261
- package/es/plugins/index.d.ts +0 -5
- package/es/plugins/index.mjs +0 -116
- package/es/plugins/install-material.d.ts +0 -8
- package/es/plugins/install-material.mjs +0 -55
- package/es/provider/design-editor-node/design-editor-node.provider.d.ts +0 -40
- package/es/provider/design-editor-node/design-editor-node.provider.mjs +0 -44
- package/es/provider/index.d.ts +0 -2
- package/es/provider/node-base/node-base.provider.d.ts +0 -25
- package/es/provider/node-base/node-base.provider.mjs +0 -26
- package/es/register/node/node.register.d.ts +0 -113
- package/es/register/node/node.register.mjs +0 -134
- package/es/store/index.d.ts +0 -1
- package/es/store/view/design-view.store.d.ts +0 -5
- package/es/store/view/design-view.store.mjs +0 -412
- package/es/utils/can-drop/can-drop.d.ts +0 -12
- package/es/utils/can-drop/can-drop.mjs +0 -56
- package/es/utils/design-install/design-install.d.ts +0 -16
- package/es/utils/design-install/design-install.mjs +0 -22
- package/es/utils/plugin-pkg-util/plugin-pkg-util.d.ts +0 -97
- package/es/utils/plugin-pkg-util/plugin-pkg-util.mjs +0 -258
- package/es/utils/transform-js/transform-js.worker.d.ts +0 -1
- package/es/views/design-view.css +0 -218
- package/es/views/design-view.d.ts +0 -87
- package/es/views/design-view.mjs +0 -345
- package/es/views/index.d.ts +0 -1
- /package/es/components/editor/style/border-editor/{border-box.css → border-box.vue_vue_type_style_index_0_scoped_a5616984_lang.css} +0 -0
- /package/es/components/editor/style/border-editor/{border-editor.css → border-editor.vue_vue_type_style_index_0_scoped_f973ba6b_lang.css} +0 -0
- /package/es/components/editor/style/border-editor/{border-radius.css → border-radius.vue_vue_type_style_index_0_scoped_1cb5bbdc_lang.css} +0 -0
- /package/es/components/editor/style/font-editor/{align-group.css → align-group.vue_vue_type_style_index_0_scoped_afcacb4b_lang.css} +0 -0
- /package/es/components/editor/style/font-editor/{font-style-group.css → font-style-group.vue_vue_type_style_index_0_scoped_7df87cdb_lang.css} +0 -0
- /package/es/components/editor/style/position-editor/{position-editor.css → position-editor.vue_vue_type_style_index_0_scoped_cc7cb9d8_lang.css} +0 -0
- /package/es/components/editor/style/spacing-editor/{spacing-editor.css → spacing-editor.vue_vue_type_style_index_0_scoped_18c72ccf_lang.css} +0 -0
|
@@ -43,8 +43,21 @@ export declare function useDesigner(): {
|
|
|
43
43
|
scopeId?: string | undefined;
|
|
44
44
|
modalTitle?: string | undefined;
|
|
45
45
|
}[] | undefined;
|
|
46
|
+
pageActivated?: {
|
|
47
|
+
type?: import("@gct-paas/core").EventCategory.JS | undefined;
|
|
48
|
+
name: string;
|
|
49
|
+
extraParams: Record<string, any> | string | number | boolean;
|
|
50
|
+
} | {
|
|
51
|
+
name: import('@gct-paas/core').INNER_EVENT;
|
|
52
|
+
title: string;
|
|
53
|
+
key: string;
|
|
54
|
+
refId?: string | undefined;
|
|
55
|
+
scopeId?: string | undefined;
|
|
56
|
+
modalTitle?: string | undefined;
|
|
57
|
+
}[] | undefined;
|
|
46
58
|
};
|
|
47
59
|
widgets: {
|
|
60
|
+
[x: string]: any;
|
|
48
61
|
id: string;
|
|
49
62
|
platform: Platform;
|
|
50
63
|
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
@@ -158,6 +171,7 @@ export declare function useDesigner(): {
|
|
|
158
171
|
tableheight?: number | undefined;
|
|
159
172
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
160
173
|
enableHeaderBGColor?: boolean | undefined;
|
|
174
|
+
enableBGColor?: boolean | undefined;
|
|
161
175
|
};
|
|
162
176
|
props: {
|
|
163
177
|
[x: string]: any;
|
|
@@ -173,29 +187,41 @@ export declare function useDesigner(): {
|
|
|
173
187
|
componentDependency: {
|
|
174
188
|
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
175
189
|
configDependency: {
|
|
176
|
-
hidden
|
|
190
|
+
hidden?: {
|
|
191
|
+
expressionStr?: string | undefined;
|
|
177
192
|
expression?: string | undefined;
|
|
178
193
|
value?: boolean | undefined;
|
|
179
|
-
|
|
180
|
-
|
|
194
|
+
fieldValue?: boolean | undefined;
|
|
195
|
+
strategy?: string | undefined;
|
|
196
|
+
} | undefined;
|
|
197
|
+
readonly?: {
|
|
198
|
+
expressionStr?: string | undefined;
|
|
181
199
|
expression?: string | undefined;
|
|
182
200
|
value?: boolean | undefined;
|
|
183
201
|
fieldValue?: boolean | undefined;
|
|
184
|
-
|
|
185
|
-
|
|
202
|
+
strategy?: string | undefined;
|
|
203
|
+
} | undefined;
|
|
204
|
+
disabled?: {
|
|
205
|
+
expressionStr?: string | undefined;
|
|
186
206
|
expression?: string | undefined;
|
|
187
207
|
value?: boolean | undefined;
|
|
188
|
-
|
|
189
|
-
|
|
208
|
+
fieldValue?: boolean | undefined;
|
|
209
|
+
strategy?: string | undefined;
|
|
210
|
+
} | undefined;
|
|
211
|
+
required?: {
|
|
212
|
+
expressionStr?: string | undefined;
|
|
190
213
|
expression?: string | undefined;
|
|
191
214
|
value?: boolean | undefined;
|
|
192
215
|
fieldValue?: boolean | undefined;
|
|
193
|
-
|
|
194
|
-
|
|
216
|
+
strategy?: string | undefined;
|
|
217
|
+
} | undefined;
|
|
218
|
+
assignment?: {
|
|
219
|
+
expressionStr?: string | undefined;
|
|
195
220
|
expression?: string | undefined;
|
|
196
|
-
strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
|
|
197
221
|
value?: boolean | undefined;
|
|
198
|
-
|
|
222
|
+
fieldValue?: boolean | undefined;
|
|
223
|
+
strategy?: string | undefined;
|
|
224
|
+
} | undefined;
|
|
199
225
|
};
|
|
200
226
|
};
|
|
201
227
|
deviceConnectivity: boolean;
|
|
@@ -233,8 +259,9 @@ export declare function useDesigner(): {
|
|
|
233
259
|
css: string;
|
|
234
260
|
children: [{
|
|
235
261
|
id: string;
|
|
236
|
-
type: import("@gct-paas/core").BuiltinType.MODAL_BODY;
|
|
262
|
+
type: import("@gct-paas/core").BuiltinType.MODAL_BODY | string;
|
|
237
263
|
children: {
|
|
264
|
+
[x: string]: any;
|
|
238
265
|
id: string;
|
|
239
266
|
platform: Platform;
|
|
240
267
|
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
@@ -348,6 +375,7 @@ export declare function useDesigner(): {
|
|
|
348
375
|
tableheight?: number | undefined;
|
|
349
376
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
350
377
|
enableHeaderBGColor?: boolean | undefined;
|
|
378
|
+
enableBGColor?: boolean | undefined;
|
|
351
379
|
};
|
|
352
380
|
props: {
|
|
353
381
|
[x: string]: any;
|
|
@@ -363,29 +391,41 @@ export declare function useDesigner(): {
|
|
|
363
391
|
componentDependency: {
|
|
364
392
|
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
365
393
|
configDependency: {
|
|
366
|
-
hidden
|
|
394
|
+
hidden?: {
|
|
395
|
+
expressionStr?: string | undefined;
|
|
367
396
|
expression?: string | undefined;
|
|
368
397
|
value?: boolean | undefined;
|
|
369
|
-
|
|
370
|
-
|
|
398
|
+
fieldValue?: boolean | undefined;
|
|
399
|
+
strategy?: string | undefined;
|
|
400
|
+
} | undefined;
|
|
401
|
+
readonly?: {
|
|
402
|
+
expressionStr?: string | undefined;
|
|
371
403
|
expression?: string | undefined;
|
|
372
404
|
value?: boolean | undefined;
|
|
373
405
|
fieldValue?: boolean | undefined;
|
|
374
|
-
|
|
375
|
-
|
|
406
|
+
strategy?: string | undefined;
|
|
407
|
+
} | undefined;
|
|
408
|
+
disabled?: {
|
|
409
|
+
expressionStr?: string | undefined;
|
|
376
410
|
expression?: string | undefined;
|
|
377
411
|
value?: boolean | undefined;
|
|
378
|
-
|
|
379
|
-
|
|
412
|
+
fieldValue?: boolean | undefined;
|
|
413
|
+
strategy?: string | undefined;
|
|
414
|
+
} | undefined;
|
|
415
|
+
required?: {
|
|
416
|
+
expressionStr?: string | undefined;
|
|
380
417
|
expression?: string | undefined;
|
|
381
418
|
value?: boolean | undefined;
|
|
382
419
|
fieldValue?: boolean | undefined;
|
|
383
|
-
|
|
384
|
-
|
|
420
|
+
strategy?: string | undefined;
|
|
421
|
+
} | undefined;
|
|
422
|
+
assignment?: {
|
|
423
|
+
expressionStr?: string | undefined;
|
|
385
424
|
expression?: string | undefined;
|
|
386
|
-
strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
|
|
387
425
|
value?: boolean | undefined;
|
|
388
|
-
|
|
426
|
+
fieldValue?: boolean | undefined;
|
|
427
|
+
strategy?: string | undefined;
|
|
428
|
+
} | undefined;
|
|
389
429
|
};
|
|
390
430
|
};
|
|
391
431
|
deviceConnectivity: boolean;
|
|
@@ -412,6 +452,7 @@ export declare function useDesigner(): {
|
|
|
412
452
|
id: string;
|
|
413
453
|
type: import("@gct-paas/core").BuiltinType.MODAL_FOOTER;
|
|
414
454
|
children: {
|
|
455
|
+
[x: string]: any;
|
|
415
456
|
id: string;
|
|
416
457
|
platform: Platform;
|
|
417
458
|
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
@@ -525,6 +566,7 @@ export declare function useDesigner(): {
|
|
|
525
566
|
tableheight?: number | undefined;
|
|
526
567
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
527
568
|
enableHeaderBGColor?: boolean | undefined;
|
|
569
|
+
enableBGColor?: boolean | undefined;
|
|
528
570
|
};
|
|
529
571
|
props: {
|
|
530
572
|
[x: string]: any;
|
|
@@ -540,29 +582,41 @@ export declare function useDesigner(): {
|
|
|
540
582
|
componentDependency: {
|
|
541
583
|
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
542
584
|
configDependency: {
|
|
543
|
-
hidden
|
|
585
|
+
hidden?: {
|
|
586
|
+
expressionStr?: string | undefined;
|
|
544
587
|
expression?: string | undefined;
|
|
545
588
|
value?: boolean | undefined;
|
|
546
|
-
|
|
547
|
-
|
|
589
|
+
fieldValue?: boolean | undefined;
|
|
590
|
+
strategy?: string | undefined;
|
|
591
|
+
} | undefined;
|
|
592
|
+
readonly?: {
|
|
593
|
+
expressionStr?: string | undefined;
|
|
548
594
|
expression?: string | undefined;
|
|
549
595
|
value?: boolean | undefined;
|
|
550
596
|
fieldValue?: boolean | undefined;
|
|
551
|
-
|
|
552
|
-
|
|
597
|
+
strategy?: string | undefined;
|
|
598
|
+
} | undefined;
|
|
599
|
+
disabled?: {
|
|
600
|
+
expressionStr?: string | undefined;
|
|
553
601
|
expression?: string | undefined;
|
|
554
602
|
value?: boolean | undefined;
|
|
555
|
-
|
|
556
|
-
|
|
603
|
+
fieldValue?: boolean | undefined;
|
|
604
|
+
strategy?: string | undefined;
|
|
605
|
+
} | undefined;
|
|
606
|
+
required?: {
|
|
607
|
+
expressionStr?: string | undefined;
|
|
557
608
|
expression?: string | undefined;
|
|
558
609
|
value?: boolean | undefined;
|
|
559
610
|
fieldValue?: boolean | undefined;
|
|
560
|
-
|
|
561
|
-
|
|
611
|
+
strategy?: string | undefined;
|
|
612
|
+
} | undefined;
|
|
613
|
+
assignment?: {
|
|
614
|
+
expressionStr?: string | undefined;
|
|
562
615
|
expression?: string | undefined;
|
|
563
|
-
strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
|
|
564
616
|
value?: boolean | undefined;
|
|
565
|
-
|
|
617
|
+
fieldValue?: boolean | undefined;
|
|
618
|
+
strategy?: string | undefined;
|
|
619
|
+
} | undefined;
|
|
566
620
|
};
|
|
567
621
|
};
|
|
568
622
|
deviceConnectivity: boolean;
|
|
@@ -589,6 +643,7 @@ export declare function useDesigner(): {
|
|
|
589
643
|
id: string;
|
|
590
644
|
type: import("@gct-paas/core").BuiltinType.BottomButtonContainer;
|
|
591
645
|
children: {
|
|
646
|
+
[x: string]: any;
|
|
592
647
|
id: string;
|
|
593
648
|
platform: Platform;
|
|
594
649
|
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
@@ -702,6 +757,7 @@ export declare function useDesigner(): {
|
|
|
702
757
|
tableheight?: number | undefined;
|
|
703
758
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
704
759
|
enableHeaderBGColor?: boolean | undefined;
|
|
760
|
+
enableBGColor?: boolean | undefined;
|
|
705
761
|
};
|
|
706
762
|
props: {
|
|
707
763
|
[x: string]: any;
|
|
@@ -717,29 +773,41 @@ export declare function useDesigner(): {
|
|
|
717
773
|
componentDependency: {
|
|
718
774
|
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
719
775
|
configDependency: {
|
|
720
|
-
hidden
|
|
776
|
+
hidden?: {
|
|
777
|
+
expressionStr?: string | undefined;
|
|
721
778
|
expression?: string | undefined;
|
|
722
779
|
value?: boolean | undefined;
|
|
723
|
-
|
|
724
|
-
|
|
780
|
+
fieldValue?: boolean | undefined;
|
|
781
|
+
strategy?: string | undefined;
|
|
782
|
+
} | undefined;
|
|
783
|
+
readonly?: {
|
|
784
|
+
expressionStr?: string | undefined;
|
|
725
785
|
expression?: string | undefined;
|
|
726
786
|
value?: boolean | undefined;
|
|
727
787
|
fieldValue?: boolean | undefined;
|
|
728
|
-
|
|
729
|
-
|
|
788
|
+
strategy?: string | undefined;
|
|
789
|
+
} | undefined;
|
|
790
|
+
disabled?: {
|
|
791
|
+
expressionStr?: string | undefined;
|
|
730
792
|
expression?: string | undefined;
|
|
731
793
|
value?: boolean | undefined;
|
|
732
|
-
|
|
733
|
-
|
|
794
|
+
fieldValue?: boolean | undefined;
|
|
795
|
+
strategy?: string | undefined;
|
|
796
|
+
} | undefined;
|
|
797
|
+
required?: {
|
|
798
|
+
expressionStr?: string | undefined;
|
|
734
799
|
expression?: string | undefined;
|
|
735
800
|
value?: boolean | undefined;
|
|
736
801
|
fieldValue?: boolean | undefined;
|
|
737
|
-
|
|
738
|
-
|
|
802
|
+
strategy?: string | undefined;
|
|
803
|
+
} | undefined;
|
|
804
|
+
assignment?: {
|
|
805
|
+
expressionStr?: string | undefined;
|
|
739
806
|
expression?: string | undefined;
|
|
740
|
-
strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
|
|
741
807
|
value?: boolean | undefined;
|
|
742
|
-
|
|
808
|
+
fieldValue?: boolean | undefined;
|
|
809
|
+
strategy?: string | undefined;
|
|
810
|
+
} | undefined;
|
|
743
811
|
};
|
|
744
812
|
};
|
|
745
813
|
deviceConnectivity: boolean;
|
|
@@ -878,6 +946,7 @@ export declare function useDesigner(): {
|
|
|
878
946
|
tableheight?: number | undefined;
|
|
879
947
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
880
948
|
enableHeaderBGColor?: boolean | undefined;
|
|
949
|
+
enableBGColor?: boolean | undefined;
|
|
881
950
|
};
|
|
882
951
|
runJs?: string | undefined;
|
|
883
952
|
los?: Record<string, IData> | undefined;
|
|
@@ -885,7 +954,6 @@ export declare function useDesigner(): {
|
|
|
885
954
|
isField: boolean;
|
|
886
955
|
}[];
|
|
887
956
|
timestamp?: number | undefined;
|
|
888
|
-
newDesigner?: boolean | undefined;
|
|
889
957
|
globalEvents: {
|
|
890
958
|
pageMounted?: string | undefined;
|
|
891
959
|
pageDestroyed?: string | undefined;
|
|
@@ -992,6 +1060,7 @@ export declare function useDesigner(): {
|
|
|
992
1060
|
tableheight?: number | undefined;
|
|
993
1061
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
994
1062
|
enableHeaderBGColor?: boolean | undefined;
|
|
1063
|
+
enableBGColor?: boolean | undefined;
|
|
995
1064
|
};
|
|
996
1065
|
pageConfig: {
|
|
997
1066
|
title?: string | undefined;
|
|
@@ -1020,11 +1089,10 @@ export declare function useDesigner(): {
|
|
|
1020
1089
|
}[];
|
|
1021
1090
|
};
|
|
1022
1091
|
methodMap: import('vue').Ref<import('@gct-paas/schema').ExportMethod, import('@gct-paas/schema').ExportMethod>;
|
|
1023
|
-
isNewDesigner: import('vue').WritableComputedRef<boolean | undefined, boolean | undefined>;
|
|
1024
1092
|
checkWidgetMove: () => boolean;
|
|
1025
1093
|
handleAddDrag: (newIndex: number, childrenList: LowCodeWidget.BasicSchema[], scope: SCOPE, formID?: string) => void;
|
|
1026
|
-
setPageJson: (json: PageJson) => void
|
|
1027
|
-
save: (
|
|
1094
|
+
setPageJson: (json: PageJson) => Promise<void>;
|
|
1095
|
+
save: (flag?: boolean, showSuccess?: boolean) => Promise<boolean>;
|
|
1028
1096
|
savePageJsonSnapshot: (json?: PageJson) => void;
|
|
1029
1097
|
emitCache: () => void;
|
|
1030
1098
|
undoOrRestore: (content: string) => void;
|
|
@@ -1064,8 +1132,9 @@ export declare function useDesigner(): {
|
|
|
1064
1132
|
css: string;
|
|
1065
1133
|
children: [{
|
|
1066
1134
|
id: string;
|
|
1067
|
-
type: import("@gct-paas/core").BuiltinType.MODAL_BODY;
|
|
1135
|
+
type: import("@gct-paas/core").BuiltinType.MODAL_BODY | string;
|
|
1068
1136
|
children: {
|
|
1137
|
+
[x: string]: any;
|
|
1069
1138
|
id: string;
|
|
1070
1139
|
platform: Platform;
|
|
1071
1140
|
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
@@ -1179,6 +1248,7 @@ export declare function useDesigner(): {
|
|
|
1179
1248
|
tableheight?: number | undefined;
|
|
1180
1249
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
1181
1250
|
enableHeaderBGColor?: boolean | undefined;
|
|
1251
|
+
enableBGColor?: boolean | undefined;
|
|
1182
1252
|
};
|
|
1183
1253
|
props: {
|
|
1184
1254
|
[x: string]: any;
|
|
@@ -1194,29 +1264,41 @@ export declare function useDesigner(): {
|
|
|
1194
1264
|
componentDependency: {
|
|
1195
1265
|
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
1196
1266
|
configDependency: {
|
|
1197
|
-
hidden
|
|
1267
|
+
hidden?: {
|
|
1268
|
+
expressionStr?: string | undefined;
|
|
1198
1269
|
expression?: string | undefined;
|
|
1199
1270
|
value?: boolean | undefined;
|
|
1200
|
-
|
|
1201
|
-
|
|
1271
|
+
fieldValue?: boolean | undefined;
|
|
1272
|
+
strategy?: string | undefined;
|
|
1273
|
+
} | undefined;
|
|
1274
|
+
readonly?: {
|
|
1275
|
+
expressionStr?: string | undefined;
|
|
1202
1276
|
expression?: string | undefined;
|
|
1203
1277
|
value?: boolean | undefined;
|
|
1204
1278
|
fieldValue?: boolean | undefined;
|
|
1205
|
-
|
|
1206
|
-
|
|
1279
|
+
strategy?: string | undefined;
|
|
1280
|
+
} | undefined;
|
|
1281
|
+
disabled?: {
|
|
1282
|
+
expressionStr?: string | undefined;
|
|
1207
1283
|
expression?: string | undefined;
|
|
1208
1284
|
value?: boolean | undefined;
|
|
1209
|
-
|
|
1210
|
-
|
|
1285
|
+
fieldValue?: boolean | undefined;
|
|
1286
|
+
strategy?: string | undefined;
|
|
1287
|
+
} | undefined;
|
|
1288
|
+
required?: {
|
|
1289
|
+
expressionStr?: string | undefined;
|
|
1211
1290
|
expression?: string | undefined;
|
|
1212
1291
|
value?: boolean | undefined;
|
|
1213
1292
|
fieldValue?: boolean | undefined;
|
|
1214
|
-
|
|
1215
|
-
|
|
1293
|
+
strategy?: string | undefined;
|
|
1294
|
+
} | undefined;
|
|
1295
|
+
assignment?: {
|
|
1296
|
+
expressionStr?: string | undefined;
|
|
1216
1297
|
expression?: string | undefined;
|
|
1217
|
-
strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
|
|
1218
1298
|
value?: boolean | undefined;
|
|
1219
|
-
|
|
1299
|
+
fieldValue?: boolean | undefined;
|
|
1300
|
+
strategy?: string | undefined;
|
|
1301
|
+
} | undefined;
|
|
1220
1302
|
};
|
|
1221
1303
|
};
|
|
1222
1304
|
deviceConnectivity: boolean;
|
|
@@ -1243,6 +1325,7 @@ export declare function useDesigner(): {
|
|
|
1243
1325
|
id: string;
|
|
1244
1326
|
type: import("@gct-paas/core").BuiltinType.MODAL_FOOTER;
|
|
1245
1327
|
children: {
|
|
1328
|
+
[x: string]: any;
|
|
1246
1329
|
id: string;
|
|
1247
1330
|
platform: Platform;
|
|
1248
1331
|
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
@@ -1356,6 +1439,7 @@ export declare function useDesigner(): {
|
|
|
1356
1439
|
tableheight?: number | undefined;
|
|
1357
1440
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
1358
1441
|
enableHeaderBGColor?: boolean | undefined;
|
|
1442
|
+
enableBGColor?: boolean | undefined;
|
|
1359
1443
|
};
|
|
1360
1444
|
props: {
|
|
1361
1445
|
[x: string]: any;
|
|
@@ -1371,29 +1455,41 @@ export declare function useDesigner(): {
|
|
|
1371
1455
|
componentDependency: {
|
|
1372
1456
|
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
1373
1457
|
configDependency: {
|
|
1374
|
-
hidden
|
|
1458
|
+
hidden?: {
|
|
1459
|
+
expressionStr?: string | undefined;
|
|
1375
1460
|
expression?: string | undefined;
|
|
1376
1461
|
value?: boolean | undefined;
|
|
1377
|
-
|
|
1378
|
-
|
|
1462
|
+
fieldValue?: boolean | undefined;
|
|
1463
|
+
strategy?: string | undefined;
|
|
1464
|
+
} | undefined;
|
|
1465
|
+
readonly?: {
|
|
1466
|
+
expressionStr?: string | undefined;
|
|
1379
1467
|
expression?: string | undefined;
|
|
1380
1468
|
value?: boolean | undefined;
|
|
1381
1469
|
fieldValue?: boolean | undefined;
|
|
1382
|
-
|
|
1383
|
-
|
|
1470
|
+
strategy?: string | undefined;
|
|
1471
|
+
} | undefined;
|
|
1472
|
+
disabled?: {
|
|
1473
|
+
expressionStr?: string | undefined;
|
|
1384
1474
|
expression?: string | undefined;
|
|
1385
1475
|
value?: boolean | undefined;
|
|
1386
|
-
|
|
1387
|
-
|
|
1476
|
+
fieldValue?: boolean | undefined;
|
|
1477
|
+
strategy?: string | undefined;
|
|
1478
|
+
} | undefined;
|
|
1479
|
+
required?: {
|
|
1480
|
+
expressionStr?: string | undefined;
|
|
1388
1481
|
expression?: string | undefined;
|
|
1389
1482
|
value?: boolean | undefined;
|
|
1390
1483
|
fieldValue?: boolean | undefined;
|
|
1391
|
-
|
|
1392
|
-
|
|
1484
|
+
strategy?: string | undefined;
|
|
1485
|
+
} | undefined;
|
|
1486
|
+
assignment?: {
|
|
1487
|
+
expressionStr?: string | undefined;
|
|
1393
1488
|
expression?: string | undefined;
|
|
1394
|
-
strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
|
|
1395
1489
|
value?: boolean | undefined;
|
|
1396
|
-
|
|
1490
|
+
fieldValue?: boolean | undefined;
|
|
1491
|
+
strategy?: string | undefined;
|
|
1492
|
+
} | undefined;
|
|
1397
1493
|
};
|
|
1398
1494
|
};
|
|
1399
1495
|
deviceConnectivity: boolean;
|
|
@@ -1420,6 +1516,7 @@ export declare function useDesigner(): {
|
|
|
1420
1516
|
id: string;
|
|
1421
1517
|
type: import("@gct-paas/core").BuiltinType.BottomButtonContainer;
|
|
1422
1518
|
children: {
|
|
1519
|
+
[x: string]: any;
|
|
1423
1520
|
id: string;
|
|
1424
1521
|
platform: Platform;
|
|
1425
1522
|
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
@@ -1533,6 +1630,7 @@ export declare function useDesigner(): {
|
|
|
1533
1630
|
tableheight?: number | undefined;
|
|
1534
1631
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
1535
1632
|
enableHeaderBGColor?: boolean | undefined;
|
|
1633
|
+
enableBGColor?: boolean | undefined;
|
|
1536
1634
|
};
|
|
1537
1635
|
props: {
|
|
1538
1636
|
[x: string]: any;
|
|
@@ -1548,29 +1646,41 @@ export declare function useDesigner(): {
|
|
|
1548
1646
|
componentDependency: {
|
|
1549
1647
|
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
1550
1648
|
configDependency: {
|
|
1551
|
-
hidden
|
|
1649
|
+
hidden?: {
|
|
1650
|
+
expressionStr?: string | undefined;
|
|
1552
1651
|
expression?: string | undefined;
|
|
1553
1652
|
value?: boolean | undefined;
|
|
1554
|
-
|
|
1555
|
-
|
|
1653
|
+
fieldValue?: boolean | undefined;
|
|
1654
|
+
strategy?: string | undefined;
|
|
1655
|
+
} | undefined;
|
|
1656
|
+
readonly?: {
|
|
1657
|
+
expressionStr?: string | undefined;
|
|
1556
1658
|
expression?: string | undefined;
|
|
1557
1659
|
value?: boolean | undefined;
|
|
1558
1660
|
fieldValue?: boolean | undefined;
|
|
1559
|
-
|
|
1560
|
-
|
|
1661
|
+
strategy?: string | undefined;
|
|
1662
|
+
} | undefined;
|
|
1663
|
+
disabled?: {
|
|
1664
|
+
expressionStr?: string | undefined;
|
|
1561
1665
|
expression?: string | undefined;
|
|
1562
1666
|
value?: boolean | undefined;
|
|
1563
|
-
|
|
1564
|
-
|
|
1667
|
+
fieldValue?: boolean | undefined;
|
|
1668
|
+
strategy?: string | undefined;
|
|
1669
|
+
} | undefined;
|
|
1670
|
+
required?: {
|
|
1671
|
+
expressionStr?: string | undefined;
|
|
1565
1672
|
expression?: string | undefined;
|
|
1566
1673
|
value?: boolean | undefined;
|
|
1567
1674
|
fieldValue?: boolean | undefined;
|
|
1568
|
-
|
|
1569
|
-
|
|
1675
|
+
strategy?: string | undefined;
|
|
1676
|
+
} | undefined;
|
|
1677
|
+
assignment?: {
|
|
1678
|
+
expressionStr?: string | undefined;
|
|
1570
1679
|
expression?: string | undefined;
|
|
1571
|
-
strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
|
|
1572
1680
|
value?: boolean | undefined;
|
|
1573
|
-
|
|
1681
|
+
fieldValue?: boolean | undefined;
|
|
1682
|
+
strategy?: string | undefined;
|
|
1683
|
+
} | undefined;
|
|
1574
1684
|
};
|
|
1575
1685
|
};
|
|
1576
1686
|
deviceConnectivity: boolean;
|
|
@@ -1709,6 +1819,7 @@ export declare function useDesigner(): {
|
|
|
1709
1819
|
tableheight?: number | undefined;
|
|
1710
1820
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
1711
1821
|
enableHeaderBGColor?: boolean | undefined;
|
|
1822
|
+
enableBGColor?: boolean | undefined;
|
|
1712
1823
|
};
|
|
1713
1824
|
runJs?: string | undefined;
|
|
1714
1825
|
los?: Record<string, IData> | undefined;
|
|
@@ -1727,8 +1838,9 @@ export declare function useDesigner(): {
|
|
|
1727
1838
|
css: string;
|
|
1728
1839
|
children: [{
|
|
1729
1840
|
id: string;
|
|
1730
|
-
type: import("@gct-paas/core").BuiltinType.MODAL_BODY;
|
|
1841
|
+
type: import("@gct-paas/core").BuiltinType.MODAL_BODY | string;
|
|
1731
1842
|
children: {
|
|
1843
|
+
[x: string]: any;
|
|
1732
1844
|
id: string;
|
|
1733
1845
|
platform: Platform;
|
|
1734
1846
|
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
@@ -1842,6 +1954,7 @@ export declare function useDesigner(): {
|
|
|
1842
1954
|
tableheight?: number | undefined;
|
|
1843
1955
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
1844
1956
|
enableHeaderBGColor?: boolean | undefined;
|
|
1957
|
+
enableBGColor?: boolean | undefined;
|
|
1845
1958
|
};
|
|
1846
1959
|
props: {
|
|
1847
1960
|
[x: string]: any;
|
|
@@ -1857,29 +1970,41 @@ export declare function useDesigner(): {
|
|
|
1857
1970
|
componentDependency: {
|
|
1858
1971
|
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
1859
1972
|
configDependency: {
|
|
1860
|
-
hidden
|
|
1973
|
+
hidden?: {
|
|
1974
|
+
expressionStr?: string | undefined;
|
|
1861
1975
|
expression?: string | undefined;
|
|
1862
1976
|
value?: boolean | undefined;
|
|
1863
|
-
|
|
1864
|
-
|
|
1977
|
+
fieldValue?: boolean | undefined;
|
|
1978
|
+
strategy?: string | undefined;
|
|
1979
|
+
} | undefined;
|
|
1980
|
+
readonly?: {
|
|
1981
|
+
expressionStr?: string | undefined;
|
|
1865
1982
|
expression?: string | undefined;
|
|
1866
1983
|
value?: boolean | undefined;
|
|
1867
1984
|
fieldValue?: boolean | undefined;
|
|
1868
|
-
|
|
1869
|
-
|
|
1985
|
+
strategy?: string | undefined;
|
|
1986
|
+
} | undefined;
|
|
1987
|
+
disabled?: {
|
|
1988
|
+
expressionStr?: string | undefined;
|
|
1870
1989
|
expression?: string | undefined;
|
|
1871
1990
|
value?: boolean | undefined;
|
|
1872
|
-
|
|
1873
|
-
|
|
1991
|
+
fieldValue?: boolean | undefined;
|
|
1992
|
+
strategy?: string | undefined;
|
|
1993
|
+
} | undefined;
|
|
1994
|
+
required?: {
|
|
1995
|
+
expressionStr?: string | undefined;
|
|
1874
1996
|
expression?: string | undefined;
|
|
1875
1997
|
value?: boolean | undefined;
|
|
1876
1998
|
fieldValue?: boolean | undefined;
|
|
1877
|
-
|
|
1878
|
-
|
|
1999
|
+
strategy?: string | undefined;
|
|
2000
|
+
} | undefined;
|
|
2001
|
+
assignment?: {
|
|
2002
|
+
expressionStr?: string | undefined;
|
|
1879
2003
|
expression?: string | undefined;
|
|
1880
|
-
strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
|
|
1881
2004
|
value?: boolean | undefined;
|
|
1882
|
-
|
|
2005
|
+
fieldValue?: boolean | undefined;
|
|
2006
|
+
strategy?: string | undefined;
|
|
2007
|
+
} | undefined;
|
|
1883
2008
|
};
|
|
1884
2009
|
};
|
|
1885
2010
|
deviceConnectivity: boolean;
|
|
@@ -1906,6 +2031,7 @@ export declare function useDesigner(): {
|
|
|
1906
2031
|
id: string;
|
|
1907
2032
|
type: import("@gct-paas/core").BuiltinType.MODAL_FOOTER;
|
|
1908
2033
|
children: {
|
|
2034
|
+
[x: string]: any;
|
|
1909
2035
|
id: string;
|
|
1910
2036
|
platform: Platform;
|
|
1911
2037
|
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
@@ -2019,6 +2145,7 @@ export declare function useDesigner(): {
|
|
|
2019
2145
|
tableheight?: number | undefined;
|
|
2020
2146
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
2021
2147
|
enableHeaderBGColor?: boolean | undefined;
|
|
2148
|
+
enableBGColor?: boolean | undefined;
|
|
2022
2149
|
};
|
|
2023
2150
|
props: {
|
|
2024
2151
|
[x: string]: any;
|
|
@@ -2034,29 +2161,41 @@ export declare function useDesigner(): {
|
|
|
2034
2161
|
componentDependency: {
|
|
2035
2162
|
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
2036
2163
|
configDependency: {
|
|
2037
|
-
hidden
|
|
2164
|
+
hidden?: {
|
|
2165
|
+
expressionStr?: string | undefined;
|
|
2038
2166
|
expression?: string | undefined;
|
|
2039
2167
|
value?: boolean | undefined;
|
|
2040
|
-
|
|
2041
|
-
|
|
2168
|
+
fieldValue?: boolean | undefined;
|
|
2169
|
+
strategy?: string | undefined;
|
|
2170
|
+
} | undefined;
|
|
2171
|
+
readonly?: {
|
|
2172
|
+
expressionStr?: string | undefined;
|
|
2042
2173
|
expression?: string | undefined;
|
|
2043
2174
|
value?: boolean | undefined;
|
|
2044
2175
|
fieldValue?: boolean | undefined;
|
|
2045
|
-
|
|
2046
|
-
|
|
2176
|
+
strategy?: string | undefined;
|
|
2177
|
+
} | undefined;
|
|
2178
|
+
disabled?: {
|
|
2179
|
+
expressionStr?: string | undefined;
|
|
2047
2180
|
expression?: string | undefined;
|
|
2048
2181
|
value?: boolean | undefined;
|
|
2049
|
-
|
|
2050
|
-
|
|
2182
|
+
fieldValue?: boolean | undefined;
|
|
2183
|
+
strategy?: string | undefined;
|
|
2184
|
+
} | undefined;
|
|
2185
|
+
required?: {
|
|
2186
|
+
expressionStr?: string | undefined;
|
|
2051
2187
|
expression?: string | undefined;
|
|
2052
2188
|
value?: boolean | undefined;
|
|
2053
2189
|
fieldValue?: boolean | undefined;
|
|
2054
|
-
|
|
2055
|
-
|
|
2190
|
+
strategy?: string | undefined;
|
|
2191
|
+
} | undefined;
|
|
2192
|
+
assignment?: {
|
|
2193
|
+
expressionStr?: string | undefined;
|
|
2056
2194
|
expression?: string | undefined;
|
|
2057
|
-
strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
|
|
2058
2195
|
value?: boolean | undefined;
|
|
2059
|
-
|
|
2196
|
+
fieldValue?: boolean | undefined;
|
|
2197
|
+
strategy?: string | undefined;
|
|
2198
|
+
} | undefined;
|
|
2060
2199
|
};
|
|
2061
2200
|
};
|
|
2062
2201
|
deviceConnectivity: boolean;
|
|
@@ -2083,6 +2222,7 @@ export declare function useDesigner(): {
|
|
|
2083
2222
|
id: string;
|
|
2084
2223
|
type: import("@gct-paas/core").BuiltinType.BottomButtonContainer;
|
|
2085
2224
|
children: {
|
|
2225
|
+
[x: string]: any;
|
|
2086
2226
|
id: string;
|
|
2087
2227
|
platform: Platform;
|
|
2088
2228
|
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
@@ -2196,6 +2336,7 @@ export declare function useDesigner(): {
|
|
|
2196
2336
|
tableheight?: number | undefined;
|
|
2197
2337
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
2198
2338
|
enableHeaderBGColor?: boolean | undefined;
|
|
2339
|
+
enableBGColor?: boolean | undefined;
|
|
2199
2340
|
};
|
|
2200
2341
|
props: {
|
|
2201
2342
|
[x: string]: any;
|
|
@@ -2211,29 +2352,41 @@ export declare function useDesigner(): {
|
|
|
2211
2352
|
componentDependency: {
|
|
2212
2353
|
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
2213
2354
|
configDependency: {
|
|
2214
|
-
hidden
|
|
2355
|
+
hidden?: {
|
|
2356
|
+
expressionStr?: string | undefined;
|
|
2215
2357
|
expression?: string | undefined;
|
|
2216
2358
|
value?: boolean | undefined;
|
|
2217
|
-
|
|
2218
|
-
|
|
2359
|
+
fieldValue?: boolean | undefined;
|
|
2360
|
+
strategy?: string | undefined;
|
|
2361
|
+
} | undefined;
|
|
2362
|
+
readonly?: {
|
|
2363
|
+
expressionStr?: string | undefined;
|
|
2219
2364
|
expression?: string | undefined;
|
|
2220
2365
|
value?: boolean | undefined;
|
|
2221
2366
|
fieldValue?: boolean | undefined;
|
|
2222
|
-
|
|
2223
|
-
|
|
2367
|
+
strategy?: string | undefined;
|
|
2368
|
+
} | undefined;
|
|
2369
|
+
disabled?: {
|
|
2370
|
+
expressionStr?: string | undefined;
|
|
2224
2371
|
expression?: string | undefined;
|
|
2225
2372
|
value?: boolean | undefined;
|
|
2226
|
-
|
|
2227
|
-
|
|
2373
|
+
fieldValue?: boolean | undefined;
|
|
2374
|
+
strategy?: string | undefined;
|
|
2375
|
+
} | undefined;
|
|
2376
|
+
required?: {
|
|
2377
|
+
expressionStr?: string | undefined;
|
|
2228
2378
|
expression?: string | undefined;
|
|
2229
2379
|
value?: boolean | undefined;
|
|
2230
2380
|
fieldValue?: boolean | undefined;
|
|
2231
|
-
|
|
2232
|
-
|
|
2381
|
+
strategy?: string | undefined;
|
|
2382
|
+
} | undefined;
|
|
2383
|
+
assignment?: {
|
|
2384
|
+
expressionStr?: string | undefined;
|
|
2233
2385
|
expression?: string | undefined;
|
|
2234
|
-
strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
|
|
2235
2386
|
value?: boolean | undefined;
|
|
2236
|
-
|
|
2387
|
+
fieldValue?: boolean | undefined;
|
|
2388
|
+
strategy?: string | undefined;
|
|
2389
|
+
} | undefined;
|
|
2237
2390
|
};
|
|
2238
2391
|
};
|
|
2239
2392
|
deviceConnectivity: boolean;
|
|
@@ -2372,6 +2525,7 @@ export declare function useDesigner(): {
|
|
|
2372
2525
|
tableheight?: number | undefined;
|
|
2373
2526
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
2374
2527
|
enableHeaderBGColor?: boolean | undefined;
|
|
2528
|
+
enableBGColor?: boolean | undefined;
|
|
2375
2529
|
};
|
|
2376
2530
|
runJs?: string | undefined;
|
|
2377
2531
|
los?: Record<string, IData> | undefined;
|
|
@@ -2382,8 +2536,9 @@ export declare function useDesigner(): {
|
|
|
2382
2536
|
modalDesignId: import('vue').Ref<string, string>;
|
|
2383
2537
|
modalBody: import('vue').ComputedRef<{
|
|
2384
2538
|
id: string;
|
|
2385
|
-
type: import("@gct-paas/core").BuiltinType.MODAL_BODY;
|
|
2539
|
+
type: import("@gct-paas/core").BuiltinType.MODAL_BODY | string;
|
|
2386
2540
|
children: {
|
|
2541
|
+
[x: string]: any;
|
|
2387
2542
|
id: string;
|
|
2388
2543
|
platform: Platform;
|
|
2389
2544
|
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
@@ -2497,6 +2652,7 @@ export declare function useDesigner(): {
|
|
|
2497
2652
|
tableheight?: number | undefined;
|
|
2498
2653
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
2499
2654
|
enableHeaderBGColor?: boolean | undefined;
|
|
2655
|
+
enableBGColor?: boolean | undefined;
|
|
2500
2656
|
};
|
|
2501
2657
|
props: {
|
|
2502
2658
|
[x: string]: any;
|
|
@@ -2512,29 +2668,41 @@ export declare function useDesigner(): {
|
|
|
2512
2668
|
componentDependency: {
|
|
2513
2669
|
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
2514
2670
|
configDependency: {
|
|
2515
|
-
hidden
|
|
2671
|
+
hidden?: {
|
|
2672
|
+
expressionStr?: string | undefined;
|
|
2516
2673
|
expression?: string | undefined;
|
|
2517
2674
|
value?: boolean | undefined;
|
|
2518
|
-
|
|
2519
|
-
|
|
2675
|
+
fieldValue?: boolean | undefined;
|
|
2676
|
+
strategy?: string | undefined;
|
|
2677
|
+
} | undefined;
|
|
2678
|
+
readonly?: {
|
|
2679
|
+
expressionStr?: string | undefined;
|
|
2520
2680
|
expression?: string | undefined;
|
|
2521
2681
|
value?: boolean | undefined;
|
|
2522
2682
|
fieldValue?: boolean | undefined;
|
|
2523
|
-
|
|
2524
|
-
|
|
2683
|
+
strategy?: string | undefined;
|
|
2684
|
+
} | undefined;
|
|
2685
|
+
disabled?: {
|
|
2686
|
+
expressionStr?: string | undefined;
|
|
2525
2687
|
expression?: string | undefined;
|
|
2526
2688
|
value?: boolean | undefined;
|
|
2527
|
-
|
|
2528
|
-
|
|
2689
|
+
fieldValue?: boolean | undefined;
|
|
2690
|
+
strategy?: string | undefined;
|
|
2691
|
+
} | undefined;
|
|
2692
|
+
required?: {
|
|
2693
|
+
expressionStr?: string | undefined;
|
|
2529
2694
|
expression?: string | undefined;
|
|
2530
2695
|
value?: boolean | undefined;
|
|
2531
2696
|
fieldValue?: boolean | undefined;
|
|
2532
|
-
|
|
2533
|
-
|
|
2697
|
+
strategy?: string | undefined;
|
|
2698
|
+
} | undefined;
|
|
2699
|
+
assignment?: {
|
|
2700
|
+
expressionStr?: string | undefined;
|
|
2534
2701
|
expression?: string | undefined;
|
|
2535
|
-
strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
|
|
2536
2702
|
value?: boolean | undefined;
|
|
2537
|
-
|
|
2703
|
+
fieldValue?: boolean | undefined;
|
|
2704
|
+
strategy?: string | undefined;
|
|
2705
|
+
} | undefined;
|
|
2538
2706
|
};
|
|
2539
2707
|
};
|
|
2540
2708
|
deviceConnectivity: boolean;
|
|
@@ -2557,11 +2725,11 @@ export declare function useDesigner(): {
|
|
|
2557
2725
|
url: string;
|
|
2558
2726
|
} | undefined;
|
|
2559
2727
|
}[];
|
|
2560
|
-
}
|
|
2561
|
-
modalFooter: import('vue').ComputedRef<{
|
|
2728
|
+
} | {
|
|
2562
2729
|
id: string;
|
|
2563
2730
|
type: import("@gct-paas/core").BuiltinType.MODAL_FOOTER;
|
|
2564
2731
|
children: {
|
|
2732
|
+
[x: string]: any;
|
|
2565
2733
|
id: string;
|
|
2566
2734
|
platform: Platform;
|
|
2567
2735
|
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
@@ -2675,6 +2843,7 @@ export declare function useDesigner(): {
|
|
|
2675
2843
|
tableheight?: number | undefined;
|
|
2676
2844
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
2677
2845
|
enableHeaderBGColor?: boolean | undefined;
|
|
2846
|
+
enableBGColor?: boolean | undefined;
|
|
2678
2847
|
};
|
|
2679
2848
|
props: {
|
|
2680
2849
|
[x: string]: any;
|
|
@@ -2690,29 +2859,41 @@ export declare function useDesigner(): {
|
|
|
2690
2859
|
componentDependency: {
|
|
2691
2860
|
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
2692
2861
|
configDependency: {
|
|
2693
|
-
hidden
|
|
2862
|
+
hidden?: {
|
|
2863
|
+
expressionStr?: string | undefined;
|
|
2694
2864
|
expression?: string | undefined;
|
|
2695
2865
|
value?: boolean | undefined;
|
|
2696
|
-
|
|
2697
|
-
|
|
2866
|
+
fieldValue?: boolean | undefined;
|
|
2867
|
+
strategy?: string | undefined;
|
|
2868
|
+
} | undefined;
|
|
2869
|
+
readonly?: {
|
|
2870
|
+
expressionStr?: string | undefined;
|
|
2698
2871
|
expression?: string | undefined;
|
|
2699
2872
|
value?: boolean | undefined;
|
|
2700
2873
|
fieldValue?: boolean | undefined;
|
|
2701
|
-
|
|
2702
|
-
|
|
2874
|
+
strategy?: string | undefined;
|
|
2875
|
+
} | undefined;
|
|
2876
|
+
disabled?: {
|
|
2877
|
+
expressionStr?: string | undefined;
|
|
2703
2878
|
expression?: string | undefined;
|
|
2704
2879
|
value?: boolean | undefined;
|
|
2705
|
-
|
|
2706
|
-
|
|
2880
|
+
fieldValue?: boolean | undefined;
|
|
2881
|
+
strategy?: string | undefined;
|
|
2882
|
+
} | undefined;
|
|
2883
|
+
required?: {
|
|
2884
|
+
expressionStr?: string | undefined;
|
|
2707
2885
|
expression?: string | undefined;
|
|
2708
2886
|
value?: boolean | undefined;
|
|
2709
2887
|
fieldValue?: boolean | undefined;
|
|
2710
|
-
|
|
2711
|
-
|
|
2888
|
+
strategy?: string | undefined;
|
|
2889
|
+
} | undefined;
|
|
2890
|
+
assignment?: {
|
|
2891
|
+
expressionStr?: string | undefined;
|
|
2712
2892
|
expression?: string | undefined;
|
|
2713
|
-
strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
|
|
2714
2893
|
value?: boolean | undefined;
|
|
2715
|
-
|
|
2894
|
+
fieldValue?: boolean | undefined;
|
|
2895
|
+
strategy?: string | undefined;
|
|
2896
|
+
} | undefined;
|
|
2716
2897
|
};
|
|
2717
2898
|
};
|
|
2718
2899
|
deviceConnectivity: boolean;
|
|
@@ -2735,11 +2916,11 @@ export declare function useDesigner(): {
|
|
|
2735
2916
|
url: string;
|
|
2736
2917
|
} | undefined;
|
|
2737
2918
|
}[];
|
|
2738
|
-
}
|
|
2739
|
-
modalBottomBtn: import('vue').ComputedRef<{
|
|
2919
|
+
} | {
|
|
2740
2920
|
id: string;
|
|
2741
2921
|
type: import("@gct-paas/core").BuiltinType.BottomButtonContainer;
|
|
2742
2922
|
children: {
|
|
2923
|
+
[x: string]: any;
|
|
2743
2924
|
id: string;
|
|
2744
2925
|
platform: Platform;
|
|
2745
2926
|
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
@@ -2853,6 +3034,7 @@ export declare function useDesigner(): {
|
|
|
2853
3034
|
tableheight?: number | undefined;
|
|
2854
3035
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
2855
3036
|
enableHeaderBGColor?: boolean | undefined;
|
|
3037
|
+
enableBGColor?: boolean | undefined;
|
|
2856
3038
|
};
|
|
2857
3039
|
props: {
|
|
2858
3040
|
[x: string]: any;
|
|
@@ -2868,29 +3050,1189 @@ export declare function useDesigner(): {
|
|
|
2868
3050
|
componentDependency: {
|
|
2869
3051
|
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
2870
3052
|
configDependency: {
|
|
2871
|
-
hidden
|
|
3053
|
+
hidden?: {
|
|
3054
|
+
expressionStr?: string | undefined;
|
|
2872
3055
|
expression?: string | undefined;
|
|
2873
3056
|
value?: boolean | undefined;
|
|
2874
|
-
|
|
2875
|
-
|
|
3057
|
+
fieldValue?: boolean | undefined;
|
|
3058
|
+
strategy?: string | undefined;
|
|
3059
|
+
} | undefined;
|
|
3060
|
+
readonly?: {
|
|
3061
|
+
expressionStr?: string | undefined;
|
|
2876
3062
|
expression?: string | undefined;
|
|
2877
3063
|
value?: boolean | undefined;
|
|
2878
3064
|
fieldValue?: boolean | undefined;
|
|
2879
|
-
|
|
2880
|
-
|
|
3065
|
+
strategy?: string | undefined;
|
|
3066
|
+
} | undefined;
|
|
3067
|
+
disabled?: {
|
|
3068
|
+
expressionStr?: string | undefined;
|
|
2881
3069
|
expression?: string | undefined;
|
|
2882
3070
|
value?: boolean | undefined;
|
|
2883
|
-
|
|
2884
|
-
|
|
3071
|
+
fieldValue?: boolean | undefined;
|
|
3072
|
+
strategy?: string | undefined;
|
|
3073
|
+
} | undefined;
|
|
3074
|
+
required?: {
|
|
3075
|
+
expressionStr?: string | undefined;
|
|
2885
3076
|
expression?: string | undefined;
|
|
2886
3077
|
value?: boolean | undefined;
|
|
2887
3078
|
fieldValue?: boolean | undefined;
|
|
2888
|
-
|
|
2889
|
-
|
|
3079
|
+
strategy?: string | undefined;
|
|
3080
|
+
} | undefined;
|
|
3081
|
+
assignment?: {
|
|
3082
|
+
expressionStr?: string | undefined;
|
|
2890
3083
|
expression?: string | undefined;
|
|
2891
|
-
strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
|
|
2892
3084
|
value?: boolean | undefined;
|
|
2893
|
-
|
|
3085
|
+
fieldValue?: boolean | undefined;
|
|
3086
|
+
strategy?: string | undefined;
|
|
3087
|
+
} | undefined;
|
|
3088
|
+
};
|
|
3089
|
+
};
|
|
3090
|
+
deviceConnectivity: boolean;
|
|
3091
|
+
};
|
|
3092
|
+
events: import('@gct-paas/schema').IBasicEvents;
|
|
3093
|
+
formItem?: boolean | undefined;
|
|
3094
|
+
display?: import('@gct-paas/core').DisplayEnums | undefined;
|
|
3095
|
+
displayName?: string | undefined;
|
|
3096
|
+
i18n?: Record<string, string> | undefined;
|
|
3097
|
+
isField?: boolean | undefined;
|
|
3098
|
+
materialType?: import('@gct-paas/core').MaterialEnum | undefined;
|
|
3099
|
+
preLocation?: string | undefined;
|
|
3100
|
+
ignoringStyle?: string[] | undefined;
|
|
3101
|
+
isReadonlyWidget?: boolean | undefined;
|
|
3102
|
+
parentComponent?: FormComponents | undefined;
|
|
3103
|
+
dropPlaceholder?: string | undefined;
|
|
3104
|
+
_plugin?: {
|
|
3105
|
+
key: string;
|
|
3106
|
+
version: string;
|
|
3107
|
+
url: string;
|
|
3108
|
+
} | undefined;
|
|
3109
|
+
}[];
|
|
3110
|
+
}>;
|
|
3111
|
+
modalFooter: import('vue').ComputedRef<{
|
|
3112
|
+
id: string;
|
|
3113
|
+
type: import("@gct-paas/core").BuiltinType.MODAL_BODY | string;
|
|
3114
|
+
children: {
|
|
3115
|
+
[x: string]: any;
|
|
3116
|
+
id: string;
|
|
3117
|
+
platform: Platform;
|
|
3118
|
+
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
3119
|
+
alias: string;
|
|
3120
|
+
name: string;
|
|
3121
|
+
compName?: string | undefined;
|
|
3122
|
+
compKey?: string | undefined;
|
|
3123
|
+
type: string | FormComponents;
|
|
3124
|
+
icon: string;
|
|
3125
|
+
children?: any[] | undefined;
|
|
3126
|
+
internal?: boolean | undefined;
|
|
3127
|
+
description?: string | undefined;
|
|
3128
|
+
style: {
|
|
3129
|
+
position?: string | undefined;
|
|
3130
|
+
top?: string | undefined;
|
|
3131
|
+
left?: string | undefined;
|
|
3132
|
+
right?: string | undefined;
|
|
3133
|
+
bottom?: string | undefined;
|
|
3134
|
+
width?: string | undefined;
|
|
3135
|
+
height?: string | undefined;
|
|
3136
|
+
maxHeight?: string | undefined;
|
|
3137
|
+
backgroundColor?: string | undefined;
|
|
3138
|
+
marginAll?: string | undefined;
|
|
3139
|
+
marginTop?: string | undefined;
|
|
3140
|
+
marginRight?: string | undefined;
|
|
3141
|
+
marginBottom?: string | undefined;
|
|
3142
|
+
marginLeft?: string | undefined;
|
|
3143
|
+
paddingAll?: string | undefined;
|
|
3144
|
+
paddingTop?: string | undefined;
|
|
3145
|
+
paddingRight?: string | undefined;
|
|
3146
|
+
paddingBottom?: string | undefined;
|
|
3147
|
+
paddingLeft?: string | undefined;
|
|
3148
|
+
labelFont?: {
|
|
3149
|
+
fontSize: string;
|
|
3150
|
+
bold: boolean;
|
|
3151
|
+
italic: boolean;
|
|
3152
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
3153
|
+
color: string;
|
|
3154
|
+
align: "left" | "right" | "justify";
|
|
3155
|
+
} | undefined;
|
|
3156
|
+
contentFont?: {
|
|
3157
|
+
fontSize: string;
|
|
3158
|
+
bold: boolean;
|
|
3159
|
+
italic: boolean;
|
|
3160
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
3161
|
+
color: string;
|
|
3162
|
+
align: "left" | "right" | "justify";
|
|
3163
|
+
} | undefined;
|
|
3164
|
+
tagStyle?: {
|
|
3165
|
+
color?: string | undefined;
|
|
3166
|
+
tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
|
|
3167
|
+
} | undefined;
|
|
3168
|
+
tagStyleOpen?: boolean | undefined;
|
|
3169
|
+
borderAll?: {
|
|
3170
|
+
borderWidth?: string | undefined;
|
|
3171
|
+
borderStyle?: string | undefined;
|
|
3172
|
+
borderColor?: string | undefined;
|
|
3173
|
+
} | undefined;
|
|
3174
|
+
borderLeft?: {
|
|
3175
|
+
borderWidth?: string | undefined;
|
|
3176
|
+
borderStyle?: string | undefined;
|
|
3177
|
+
borderColor?: string | undefined;
|
|
3178
|
+
} | undefined;
|
|
3179
|
+
borderRight?: {
|
|
3180
|
+
borderWidth?: string | undefined;
|
|
3181
|
+
borderStyle?: string | undefined;
|
|
3182
|
+
borderColor?: string | undefined;
|
|
3183
|
+
} | undefined;
|
|
3184
|
+
borderBottom?: {
|
|
3185
|
+
borderWidth?: string | undefined;
|
|
3186
|
+
borderStyle?: string | undefined;
|
|
3187
|
+
borderColor?: string | undefined;
|
|
3188
|
+
} | undefined;
|
|
3189
|
+
borderTop?: {
|
|
3190
|
+
borderWidth?: string | undefined;
|
|
3191
|
+
borderStyle?: string | undefined;
|
|
3192
|
+
borderColor?: string | undefined;
|
|
3193
|
+
} | undefined;
|
|
3194
|
+
borderTopRightRadius?: string | undefined;
|
|
3195
|
+
borderTopLeftRadius?: string | undefined;
|
|
3196
|
+
borderBottomRightRadius?: string | undefined;
|
|
3197
|
+
borderBottomLeftRadius?: string | undefined;
|
|
3198
|
+
borderAllRadius?: string | undefined;
|
|
3199
|
+
columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
3200
|
+
columnwidth?: number | undefined;
|
|
3201
|
+
columnFontStyleByRule?: {
|
|
3202
|
+
displayRule: string;
|
|
3203
|
+
contentFont: {
|
|
3204
|
+
fontSize: string;
|
|
3205
|
+
bold: boolean;
|
|
3206
|
+
italic: boolean;
|
|
3207
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
3208
|
+
color: string;
|
|
3209
|
+
align: "left" | "right" | "justify";
|
|
3210
|
+
};
|
|
3211
|
+
tagStyle: {
|
|
3212
|
+
color?: string | undefined;
|
|
3213
|
+
tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
|
|
3214
|
+
};
|
|
3215
|
+
progressStyle: {
|
|
3216
|
+
color: string;
|
|
3217
|
+
tagType: import('@gct-paas/core').ProgressTypeEnum;
|
|
3218
|
+
};
|
|
3219
|
+
tagType: import('@gct-paas/core').tagEnum;
|
|
3220
|
+
tagStyleOpen: boolean;
|
|
3221
|
+
}[] | undefined;
|
|
3222
|
+
columnBackgroundByRule?: {
|
|
3223
|
+
displayRule: string;
|
|
3224
|
+
backgroundColor?: string | undefined;
|
|
3225
|
+
}[] | undefined;
|
|
3226
|
+
tableheight?: number | undefined;
|
|
3227
|
+
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
3228
|
+
enableHeaderBGColor?: boolean | undefined;
|
|
3229
|
+
enableBGColor?: boolean | undefined;
|
|
3230
|
+
};
|
|
3231
|
+
props: {
|
|
3232
|
+
[x: string]: any;
|
|
3233
|
+
hidden: boolean;
|
|
3234
|
+
displayType?: import('@gct-paas/core').DisplayType | undefined;
|
|
3235
|
+
displayRule?: string | undefined;
|
|
3236
|
+
modeldata?: {
|
|
3237
|
+
modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
|
|
3238
|
+
modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
|
|
3239
|
+
subModel?: 0 | 1 | undefined;
|
|
3240
|
+
supportProcess?: 0 | 1 | undefined;
|
|
3241
|
+
} | undefined;
|
|
3242
|
+
componentDependency: {
|
|
3243
|
+
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
3244
|
+
configDependency: {
|
|
3245
|
+
hidden?: {
|
|
3246
|
+
expressionStr?: string | undefined;
|
|
3247
|
+
expression?: string | undefined;
|
|
3248
|
+
value?: boolean | undefined;
|
|
3249
|
+
fieldValue?: boolean | undefined;
|
|
3250
|
+
strategy?: string | undefined;
|
|
3251
|
+
} | undefined;
|
|
3252
|
+
readonly?: {
|
|
3253
|
+
expressionStr?: string | undefined;
|
|
3254
|
+
expression?: string | undefined;
|
|
3255
|
+
value?: boolean | undefined;
|
|
3256
|
+
fieldValue?: boolean | undefined;
|
|
3257
|
+
strategy?: string | undefined;
|
|
3258
|
+
} | undefined;
|
|
3259
|
+
disabled?: {
|
|
3260
|
+
expressionStr?: string | undefined;
|
|
3261
|
+
expression?: string | undefined;
|
|
3262
|
+
value?: boolean | undefined;
|
|
3263
|
+
fieldValue?: boolean | undefined;
|
|
3264
|
+
strategy?: string | undefined;
|
|
3265
|
+
} | undefined;
|
|
3266
|
+
required?: {
|
|
3267
|
+
expressionStr?: string | undefined;
|
|
3268
|
+
expression?: string | undefined;
|
|
3269
|
+
value?: boolean | undefined;
|
|
3270
|
+
fieldValue?: boolean | undefined;
|
|
3271
|
+
strategy?: string | undefined;
|
|
3272
|
+
} | undefined;
|
|
3273
|
+
assignment?: {
|
|
3274
|
+
expressionStr?: string | undefined;
|
|
3275
|
+
expression?: string | undefined;
|
|
3276
|
+
value?: boolean | undefined;
|
|
3277
|
+
fieldValue?: boolean | undefined;
|
|
3278
|
+
strategy?: string | undefined;
|
|
3279
|
+
} | undefined;
|
|
3280
|
+
};
|
|
3281
|
+
};
|
|
3282
|
+
deviceConnectivity: boolean;
|
|
3283
|
+
};
|
|
3284
|
+
events: import('@gct-paas/schema').IBasicEvents;
|
|
3285
|
+
formItem?: boolean | undefined;
|
|
3286
|
+
display?: import('@gct-paas/core').DisplayEnums | undefined;
|
|
3287
|
+
displayName?: string | undefined;
|
|
3288
|
+
i18n?: Record<string, string> | undefined;
|
|
3289
|
+
isField?: boolean | undefined;
|
|
3290
|
+
materialType?: import('@gct-paas/core').MaterialEnum | undefined;
|
|
3291
|
+
preLocation?: string | undefined;
|
|
3292
|
+
ignoringStyle?: string[] | undefined;
|
|
3293
|
+
isReadonlyWidget?: boolean | undefined;
|
|
3294
|
+
parentComponent?: FormComponents | undefined;
|
|
3295
|
+
dropPlaceholder?: string | undefined;
|
|
3296
|
+
_plugin?: {
|
|
3297
|
+
key: string;
|
|
3298
|
+
version: string;
|
|
3299
|
+
url: string;
|
|
3300
|
+
} | undefined;
|
|
3301
|
+
}[];
|
|
3302
|
+
} | {
|
|
3303
|
+
id: string;
|
|
3304
|
+
type: import("@gct-paas/core").BuiltinType.MODAL_FOOTER;
|
|
3305
|
+
children: {
|
|
3306
|
+
[x: string]: any;
|
|
3307
|
+
id: string;
|
|
3308
|
+
platform: Platform;
|
|
3309
|
+
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
3310
|
+
alias: string;
|
|
3311
|
+
name: string;
|
|
3312
|
+
compName?: string | undefined;
|
|
3313
|
+
compKey?: string | undefined;
|
|
3314
|
+
type: string | FormComponents;
|
|
3315
|
+
icon: string;
|
|
3316
|
+
children?: any[] | undefined;
|
|
3317
|
+
internal?: boolean | undefined;
|
|
3318
|
+
description?: string | undefined;
|
|
3319
|
+
style: {
|
|
3320
|
+
position?: string | undefined;
|
|
3321
|
+
top?: string | undefined;
|
|
3322
|
+
left?: string | undefined;
|
|
3323
|
+
right?: string | undefined;
|
|
3324
|
+
bottom?: string | undefined;
|
|
3325
|
+
width?: string | undefined;
|
|
3326
|
+
height?: string | undefined;
|
|
3327
|
+
maxHeight?: string | undefined;
|
|
3328
|
+
backgroundColor?: string | undefined;
|
|
3329
|
+
marginAll?: string | undefined;
|
|
3330
|
+
marginTop?: string | undefined;
|
|
3331
|
+
marginRight?: string | undefined;
|
|
3332
|
+
marginBottom?: string | undefined;
|
|
3333
|
+
marginLeft?: string | undefined;
|
|
3334
|
+
paddingAll?: string | undefined;
|
|
3335
|
+
paddingTop?: string | undefined;
|
|
3336
|
+
paddingRight?: string | undefined;
|
|
3337
|
+
paddingBottom?: string | undefined;
|
|
3338
|
+
paddingLeft?: string | undefined;
|
|
3339
|
+
labelFont?: {
|
|
3340
|
+
fontSize: string;
|
|
3341
|
+
bold: boolean;
|
|
3342
|
+
italic: boolean;
|
|
3343
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
3344
|
+
color: string;
|
|
3345
|
+
align: "left" | "right" | "justify";
|
|
3346
|
+
} | undefined;
|
|
3347
|
+
contentFont?: {
|
|
3348
|
+
fontSize: string;
|
|
3349
|
+
bold: boolean;
|
|
3350
|
+
italic: boolean;
|
|
3351
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
3352
|
+
color: string;
|
|
3353
|
+
align: "left" | "right" | "justify";
|
|
3354
|
+
} | undefined;
|
|
3355
|
+
tagStyle?: {
|
|
3356
|
+
color?: string | undefined;
|
|
3357
|
+
tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
|
|
3358
|
+
} | undefined;
|
|
3359
|
+
tagStyleOpen?: boolean | undefined;
|
|
3360
|
+
borderAll?: {
|
|
3361
|
+
borderWidth?: string | undefined;
|
|
3362
|
+
borderStyle?: string | undefined;
|
|
3363
|
+
borderColor?: string | undefined;
|
|
3364
|
+
} | undefined;
|
|
3365
|
+
borderLeft?: {
|
|
3366
|
+
borderWidth?: string | undefined;
|
|
3367
|
+
borderStyle?: string | undefined;
|
|
3368
|
+
borderColor?: string | undefined;
|
|
3369
|
+
} | undefined;
|
|
3370
|
+
borderRight?: {
|
|
3371
|
+
borderWidth?: string | undefined;
|
|
3372
|
+
borderStyle?: string | undefined;
|
|
3373
|
+
borderColor?: string | undefined;
|
|
3374
|
+
} | undefined;
|
|
3375
|
+
borderBottom?: {
|
|
3376
|
+
borderWidth?: string | undefined;
|
|
3377
|
+
borderStyle?: string | undefined;
|
|
3378
|
+
borderColor?: string | undefined;
|
|
3379
|
+
} | undefined;
|
|
3380
|
+
borderTop?: {
|
|
3381
|
+
borderWidth?: string | undefined;
|
|
3382
|
+
borderStyle?: string | undefined;
|
|
3383
|
+
borderColor?: string | undefined;
|
|
3384
|
+
} | undefined;
|
|
3385
|
+
borderTopRightRadius?: string | undefined;
|
|
3386
|
+
borderTopLeftRadius?: string | undefined;
|
|
3387
|
+
borderBottomRightRadius?: string | undefined;
|
|
3388
|
+
borderBottomLeftRadius?: string | undefined;
|
|
3389
|
+
borderAllRadius?: string | undefined;
|
|
3390
|
+
columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
3391
|
+
columnwidth?: number | undefined;
|
|
3392
|
+
columnFontStyleByRule?: {
|
|
3393
|
+
displayRule: string;
|
|
3394
|
+
contentFont: {
|
|
3395
|
+
fontSize: string;
|
|
3396
|
+
bold: boolean;
|
|
3397
|
+
italic: boolean;
|
|
3398
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
3399
|
+
color: string;
|
|
3400
|
+
align: "left" | "right" | "justify";
|
|
3401
|
+
};
|
|
3402
|
+
tagStyle: {
|
|
3403
|
+
color?: string | undefined;
|
|
3404
|
+
tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
|
|
3405
|
+
};
|
|
3406
|
+
progressStyle: {
|
|
3407
|
+
color: string;
|
|
3408
|
+
tagType: import('@gct-paas/core').ProgressTypeEnum;
|
|
3409
|
+
};
|
|
3410
|
+
tagType: import('@gct-paas/core').tagEnum;
|
|
3411
|
+
tagStyleOpen: boolean;
|
|
3412
|
+
}[] | undefined;
|
|
3413
|
+
columnBackgroundByRule?: {
|
|
3414
|
+
displayRule: string;
|
|
3415
|
+
backgroundColor?: string | undefined;
|
|
3416
|
+
}[] | undefined;
|
|
3417
|
+
tableheight?: number | undefined;
|
|
3418
|
+
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
3419
|
+
enableHeaderBGColor?: boolean | undefined;
|
|
3420
|
+
enableBGColor?: boolean | undefined;
|
|
3421
|
+
};
|
|
3422
|
+
props: {
|
|
3423
|
+
[x: string]: any;
|
|
3424
|
+
hidden: boolean;
|
|
3425
|
+
displayType?: import('@gct-paas/core').DisplayType | undefined;
|
|
3426
|
+
displayRule?: string | undefined;
|
|
3427
|
+
modeldata?: {
|
|
3428
|
+
modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
|
|
3429
|
+
modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
|
|
3430
|
+
subModel?: 0 | 1 | undefined;
|
|
3431
|
+
supportProcess?: 0 | 1 | undefined;
|
|
3432
|
+
} | undefined;
|
|
3433
|
+
componentDependency: {
|
|
3434
|
+
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
3435
|
+
configDependency: {
|
|
3436
|
+
hidden?: {
|
|
3437
|
+
expressionStr?: string | undefined;
|
|
3438
|
+
expression?: string | undefined;
|
|
3439
|
+
value?: boolean | undefined;
|
|
3440
|
+
fieldValue?: boolean | undefined;
|
|
3441
|
+
strategy?: string | undefined;
|
|
3442
|
+
} | undefined;
|
|
3443
|
+
readonly?: {
|
|
3444
|
+
expressionStr?: string | undefined;
|
|
3445
|
+
expression?: string | undefined;
|
|
3446
|
+
value?: boolean | undefined;
|
|
3447
|
+
fieldValue?: boolean | undefined;
|
|
3448
|
+
strategy?: string | undefined;
|
|
3449
|
+
} | undefined;
|
|
3450
|
+
disabled?: {
|
|
3451
|
+
expressionStr?: string | undefined;
|
|
3452
|
+
expression?: string | undefined;
|
|
3453
|
+
value?: boolean | undefined;
|
|
3454
|
+
fieldValue?: boolean | undefined;
|
|
3455
|
+
strategy?: string | undefined;
|
|
3456
|
+
} | undefined;
|
|
3457
|
+
required?: {
|
|
3458
|
+
expressionStr?: string | undefined;
|
|
3459
|
+
expression?: string | undefined;
|
|
3460
|
+
value?: boolean | undefined;
|
|
3461
|
+
fieldValue?: boolean | undefined;
|
|
3462
|
+
strategy?: string | undefined;
|
|
3463
|
+
} | undefined;
|
|
3464
|
+
assignment?: {
|
|
3465
|
+
expressionStr?: string | undefined;
|
|
3466
|
+
expression?: string | undefined;
|
|
3467
|
+
value?: boolean | undefined;
|
|
3468
|
+
fieldValue?: boolean | undefined;
|
|
3469
|
+
strategy?: string | undefined;
|
|
3470
|
+
} | undefined;
|
|
3471
|
+
};
|
|
3472
|
+
};
|
|
3473
|
+
deviceConnectivity: boolean;
|
|
3474
|
+
};
|
|
3475
|
+
events: import('@gct-paas/schema').IBasicEvents;
|
|
3476
|
+
formItem?: boolean | undefined;
|
|
3477
|
+
display?: import('@gct-paas/core').DisplayEnums | undefined;
|
|
3478
|
+
displayName?: string | undefined;
|
|
3479
|
+
i18n?: Record<string, string> | undefined;
|
|
3480
|
+
isField?: boolean | undefined;
|
|
3481
|
+
materialType?: import('@gct-paas/core').MaterialEnum | undefined;
|
|
3482
|
+
preLocation?: string | undefined;
|
|
3483
|
+
ignoringStyle?: string[] | undefined;
|
|
3484
|
+
isReadonlyWidget?: boolean | undefined;
|
|
3485
|
+
parentComponent?: FormComponents | undefined;
|
|
3486
|
+
dropPlaceholder?: string | undefined;
|
|
3487
|
+
_plugin?: {
|
|
3488
|
+
key: string;
|
|
3489
|
+
version: string;
|
|
3490
|
+
url: string;
|
|
3491
|
+
} | undefined;
|
|
3492
|
+
}[];
|
|
3493
|
+
} | {
|
|
3494
|
+
id: string;
|
|
3495
|
+
type: import("@gct-paas/core").BuiltinType.BottomButtonContainer;
|
|
3496
|
+
children: {
|
|
3497
|
+
[x: string]: any;
|
|
3498
|
+
id: string;
|
|
3499
|
+
platform: Platform;
|
|
3500
|
+
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
3501
|
+
alias: string;
|
|
3502
|
+
name: string;
|
|
3503
|
+
compName?: string | undefined;
|
|
3504
|
+
compKey?: string | undefined;
|
|
3505
|
+
type: string | FormComponents;
|
|
3506
|
+
icon: string;
|
|
3507
|
+
children?: any[] | undefined;
|
|
3508
|
+
internal?: boolean | undefined;
|
|
3509
|
+
description?: string | undefined;
|
|
3510
|
+
style: {
|
|
3511
|
+
position?: string | undefined;
|
|
3512
|
+
top?: string | undefined;
|
|
3513
|
+
left?: string | undefined;
|
|
3514
|
+
right?: string | undefined;
|
|
3515
|
+
bottom?: string | undefined;
|
|
3516
|
+
width?: string | undefined;
|
|
3517
|
+
height?: string | undefined;
|
|
3518
|
+
maxHeight?: string | undefined;
|
|
3519
|
+
backgroundColor?: string | undefined;
|
|
3520
|
+
marginAll?: string | undefined;
|
|
3521
|
+
marginTop?: string | undefined;
|
|
3522
|
+
marginRight?: string | undefined;
|
|
3523
|
+
marginBottom?: string | undefined;
|
|
3524
|
+
marginLeft?: string | undefined;
|
|
3525
|
+
paddingAll?: string | undefined;
|
|
3526
|
+
paddingTop?: string | undefined;
|
|
3527
|
+
paddingRight?: string | undefined;
|
|
3528
|
+
paddingBottom?: string | undefined;
|
|
3529
|
+
paddingLeft?: string | undefined;
|
|
3530
|
+
labelFont?: {
|
|
3531
|
+
fontSize: string;
|
|
3532
|
+
bold: boolean;
|
|
3533
|
+
italic: boolean;
|
|
3534
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
3535
|
+
color: string;
|
|
3536
|
+
align: "left" | "right" | "justify";
|
|
3537
|
+
} | undefined;
|
|
3538
|
+
contentFont?: {
|
|
3539
|
+
fontSize: string;
|
|
3540
|
+
bold: boolean;
|
|
3541
|
+
italic: boolean;
|
|
3542
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
3543
|
+
color: string;
|
|
3544
|
+
align: "left" | "right" | "justify";
|
|
3545
|
+
} | undefined;
|
|
3546
|
+
tagStyle?: {
|
|
3547
|
+
color?: string | undefined;
|
|
3548
|
+
tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
|
|
3549
|
+
} | undefined;
|
|
3550
|
+
tagStyleOpen?: boolean | undefined;
|
|
3551
|
+
borderAll?: {
|
|
3552
|
+
borderWidth?: string | undefined;
|
|
3553
|
+
borderStyle?: string | undefined;
|
|
3554
|
+
borderColor?: string | undefined;
|
|
3555
|
+
} | undefined;
|
|
3556
|
+
borderLeft?: {
|
|
3557
|
+
borderWidth?: string | undefined;
|
|
3558
|
+
borderStyle?: string | undefined;
|
|
3559
|
+
borderColor?: string | undefined;
|
|
3560
|
+
} | undefined;
|
|
3561
|
+
borderRight?: {
|
|
3562
|
+
borderWidth?: string | undefined;
|
|
3563
|
+
borderStyle?: string | undefined;
|
|
3564
|
+
borderColor?: string | undefined;
|
|
3565
|
+
} | undefined;
|
|
3566
|
+
borderBottom?: {
|
|
3567
|
+
borderWidth?: string | undefined;
|
|
3568
|
+
borderStyle?: string | undefined;
|
|
3569
|
+
borderColor?: string | undefined;
|
|
3570
|
+
} | undefined;
|
|
3571
|
+
borderTop?: {
|
|
3572
|
+
borderWidth?: string | undefined;
|
|
3573
|
+
borderStyle?: string | undefined;
|
|
3574
|
+
borderColor?: string | undefined;
|
|
3575
|
+
} | undefined;
|
|
3576
|
+
borderTopRightRadius?: string | undefined;
|
|
3577
|
+
borderTopLeftRadius?: string | undefined;
|
|
3578
|
+
borderBottomRightRadius?: string | undefined;
|
|
3579
|
+
borderBottomLeftRadius?: string | undefined;
|
|
3580
|
+
borderAllRadius?: string | undefined;
|
|
3581
|
+
columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
3582
|
+
columnwidth?: number | undefined;
|
|
3583
|
+
columnFontStyleByRule?: {
|
|
3584
|
+
displayRule: string;
|
|
3585
|
+
contentFont: {
|
|
3586
|
+
fontSize: string;
|
|
3587
|
+
bold: boolean;
|
|
3588
|
+
italic: boolean;
|
|
3589
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
3590
|
+
color: string;
|
|
3591
|
+
align: "left" | "right" | "justify";
|
|
3592
|
+
};
|
|
3593
|
+
tagStyle: {
|
|
3594
|
+
color?: string | undefined;
|
|
3595
|
+
tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
|
|
3596
|
+
};
|
|
3597
|
+
progressStyle: {
|
|
3598
|
+
color: string;
|
|
3599
|
+
tagType: import('@gct-paas/core').ProgressTypeEnum;
|
|
3600
|
+
};
|
|
3601
|
+
tagType: import('@gct-paas/core').tagEnum;
|
|
3602
|
+
tagStyleOpen: boolean;
|
|
3603
|
+
}[] | undefined;
|
|
3604
|
+
columnBackgroundByRule?: {
|
|
3605
|
+
displayRule: string;
|
|
3606
|
+
backgroundColor?: string | undefined;
|
|
3607
|
+
}[] | undefined;
|
|
3608
|
+
tableheight?: number | undefined;
|
|
3609
|
+
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
3610
|
+
enableHeaderBGColor?: boolean | undefined;
|
|
3611
|
+
enableBGColor?: boolean | undefined;
|
|
3612
|
+
};
|
|
3613
|
+
props: {
|
|
3614
|
+
[x: string]: any;
|
|
3615
|
+
hidden: boolean;
|
|
3616
|
+
displayType?: import('@gct-paas/core').DisplayType | undefined;
|
|
3617
|
+
displayRule?: string | undefined;
|
|
3618
|
+
modeldata?: {
|
|
3619
|
+
modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
|
|
3620
|
+
modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
|
|
3621
|
+
subModel?: 0 | 1 | undefined;
|
|
3622
|
+
supportProcess?: 0 | 1 | undefined;
|
|
3623
|
+
} | undefined;
|
|
3624
|
+
componentDependency: {
|
|
3625
|
+
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
3626
|
+
configDependency: {
|
|
3627
|
+
hidden?: {
|
|
3628
|
+
expressionStr?: string | undefined;
|
|
3629
|
+
expression?: string | undefined;
|
|
3630
|
+
value?: boolean | undefined;
|
|
3631
|
+
fieldValue?: boolean | undefined;
|
|
3632
|
+
strategy?: string | undefined;
|
|
3633
|
+
} | undefined;
|
|
3634
|
+
readonly?: {
|
|
3635
|
+
expressionStr?: string | undefined;
|
|
3636
|
+
expression?: string | undefined;
|
|
3637
|
+
value?: boolean | undefined;
|
|
3638
|
+
fieldValue?: boolean | undefined;
|
|
3639
|
+
strategy?: string | undefined;
|
|
3640
|
+
} | undefined;
|
|
3641
|
+
disabled?: {
|
|
3642
|
+
expressionStr?: string | undefined;
|
|
3643
|
+
expression?: string | undefined;
|
|
3644
|
+
value?: boolean | undefined;
|
|
3645
|
+
fieldValue?: boolean | undefined;
|
|
3646
|
+
strategy?: string | undefined;
|
|
3647
|
+
} | undefined;
|
|
3648
|
+
required?: {
|
|
3649
|
+
expressionStr?: string | undefined;
|
|
3650
|
+
expression?: string | undefined;
|
|
3651
|
+
value?: boolean | undefined;
|
|
3652
|
+
fieldValue?: boolean | undefined;
|
|
3653
|
+
strategy?: string | undefined;
|
|
3654
|
+
} | undefined;
|
|
3655
|
+
assignment?: {
|
|
3656
|
+
expressionStr?: string | undefined;
|
|
3657
|
+
expression?: string | undefined;
|
|
3658
|
+
value?: boolean | undefined;
|
|
3659
|
+
fieldValue?: boolean | undefined;
|
|
3660
|
+
strategy?: string | undefined;
|
|
3661
|
+
} | undefined;
|
|
3662
|
+
};
|
|
3663
|
+
};
|
|
3664
|
+
deviceConnectivity: boolean;
|
|
3665
|
+
};
|
|
3666
|
+
events: import('@gct-paas/schema').IBasicEvents;
|
|
3667
|
+
formItem?: boolean | undefined;
|
|
3668
|
+
display?: import('@gct-paas/core').DisplayEnums | undefined;
|
|
3669
|
+
displayName?: string | undefined;
|
|
3670
|
+
i18n?: Record<string, string> | undefined;
|
|
3671
|
+
isField?: boolean | undefined;
|
|
3672
|
+
materialType?: import('@gct-paas/core').MaterialEnum | undefined;
|
|
3673
|
+
preLocation?: string | undefined;
|
|
3674
|
+
ignoringStyle?: string[] | undefined;
|
|
3675
|
+
isReadonlyWidget?: boolean | undefined;
|
|
3676
|
+
parentComponent?: FormComponents | undefined;
|
|
3677
|
+
dropPlaceholder?: string | undefined;
|
|
3678
|
+
_plugin?: {
|
|
3679
|
+
key: string;
|
|
3680
|
+
version: string;
|
|
3681
|
+
url: string;
|
|
3682
|
+
} | undefined;
|
|
3683
|
+
}[];
|
|
3684
|
+
}>;
|
|
3685
|
+
modalBottomBtn: import('vue').ComputedRef<{
|
|
3686
|
+
id: string;
|
|
3687
|
+
type: import("@gct-paas/core").BuiltinType.MODAL_BODY | string;
|
|
3688
|
+
children: {
|
|
3689
|
+
[x: string]: any;
|
|
3690
|
+
id: string;
|
|
3691
|
+
platform: Platform;
|
|
3692
|
+
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
3693
|
+
alias: string;
|
|
3694
|
+
name: string;
|
|
3695
|
+
compName?: string | undefined;
|
|
3696
|
+
compKey?: string | undefined;
|
|
3697
|
+
type: string | FormComponents;
|
|
3698
|
+
icon: string;
|
|
3699
|
+
children?: any[] | undefined;
|
|
3700
|
+
internal?: boolean | undefined;
|
|
3701
|
+
description?: string | undefined;
|
|
3702
|
+
style: {
|
|
3703
|
+
position?: string | undefined;
|
|
3704
|
+
top?: string | undefined;
|
|
3705
|
+
left?: string | undefined;
|
|
3706
|
+
right?: string | undefined;
|
|
3707
|
+
bottom?: string | undefined;
|
|
3708
|
+
width?: string | undefined;
|
|
3709
|
+
height?: string | undefined;
|
|
3710
|
+
maxHeight?: string | undefined;
|
|
3711
|
+
backgroundColor?: string | undefined;
|
|
3712
|
+
marginAll?: string | undefined;
|
|
3713
|
+
marginTop?: string | undefined;
|
|
3714
|
+
marginRight?: string | undefined;
|
|
3715
|
+
marginBottom?: string | undefined;
|
|
3716
|
+
marginLeft?: string | undefined;
|
|
3717
|
+
paddingAll?: string | undefined;
|
|
3718
|
+
paddingTop?: string | undefined;
|
|
3719
|
+
paddingRight?: string | undefined;
|
|
3720
|
+
paddingBottom?: string | undefined;
|
|
3721
|
+
paddingLeft?: string | undefined;
|
|
3722
|
+
labelFont?: {
|
|
3723
|
+
fontSize: string;
|
|
3724
|
+
bold: boolean;
|
|
3725
|
+
italic: boolean;
|
|
3726
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
3727
|
+
color: string;
|
|
3728
|
+
align: "left" | "right" | "justify";
|
|
3729
|
+
} | undefined;
|
|
3730
|
+
contentFont?: {
|
|
3731
|
+
fontSize: string;
|
|
3732
|
+
bold: boolean;
|
|
3733
|
+
italic: boolean;
|
|
3734
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
3735
|
+
color: string;
|
|
3736
|
+
align: "left" | "right" | "justify";
|
|
3737
|
+
} | undefined;
|
|
3738
|
+
tagStyle?: {
|
|
3739
|
+
color?: string | undefined;
|
|
3740
|
+
tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
|
|
3741
|
+
} | undefined;
|
|
3742
|
+
tagStyleOpen?: boolean | undefined;
|
|
3743
|
+
borderAll?: {
|
|
3744
|
+
borderWidth?: string | undefined;
|
|
3745
|
+
borderStyle?: string | undefined;
|
|
3746
|
+
borderColor?: string | undefined;
|
|
3747
|
+
} | undefined;
|
|
3748
|
+
borderLeft?: {
|
|
3749
|
+
borderWidth?: string | undefined;
|
|
3750
|
+
borderStyle?: string | undefined;
|
|
3751
|
+
borderColor?: string | undefined;
|
|
3752
|
+
} | undefined;
|
|
3753
|
+
borderRight?: {
|
|
3754
|
+
borderWidth?: string | undefined;
|
|
3755
|
+
borderStyle?: string | undefined;
|
|
3756
|
+
borderColor?: string | undefined;
|
|
3757
|
+
} | undefined;
|
|
3758
|
+
borderBottom?: {
|
|
3759
|
+
borderWidth?: string | undefined;
|
|
3760
|
+
borderStyle?: string | undefined;
|
|
3761
|
+
borderColor?: string | undefined;
|
|
3762
|
+
} | undefined;
|
|
3763
|
+
borderTop?: {
|
|
3764
|
+
borderWidth?: string | undefined;
|
|
3765
|
+
borderStyle?: string | undefined;
|
|
3766
|
+
borderColor?: string | undefined;
|
|
3767
|
+
} | undefined;
|
|
3768
|
+
borderTopRightRadius?: string | undefined;
|
|
3769
|
+
borderTopLeftRadius?: string | undefined;
|
|
3770
|
+
borderBottomRightRadius?: string | undefined;
|
|
3771
|
+
borderBottomLeftRadius?: string | undefined;
|
|
3772
|
+
borderAllRadius?: string | undefined;
|
|
3773
|
+
columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
3774
|
+
columnwidth?: number | undefined;
|
|
3775
|
+
columnFontStyleByRule?: {
|
|
3776
|
+
displayRule: string;
|
|
3777
|
+
contentFont: {
|
|
3778
|
+
fontSize: string;
|
|
3779
|
+
bold: boolean;
|
|
3780
|
+
italic: boolean;
|
|
3781
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
3782
|
+
color: string;
|
|
3783
|
+
align: "left" | "right" | "justify";
|
|
3784
|
+
};
|
|
3785
|
+
tagStyle: {
|
|
3786
|
+
color?: string | undefined;
|
|
3787
|
+
tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
|
|
3788
|
+
};
|
|
3789
|
+
progressStyle: {
|
|
3790
|
+
color: string;
|
|
3791
|
+
tagType: import('@gct-paas/core').ProgressTypeEnum;
|
|
3792
|
+
};
|
|
3793
|
+
tagType: import('@gct-paas/core').tagEnum;
|
|
3794
|
+
tagStyleOpen: boolean;
|
|
3795
|
+
}[] | undefined;
|
|
3796
|
+
columnBackgroundByRule?: {
|
|
3797
|
+
displayRule: string;
|
|
3798
|
+
backgroundColor?: string | undefined;
|
|
3799
|
+
}[] | undefined;
|
|
3800
|
+
tableheight?: number | undefined;
|
|
3801
|
+
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
3802
|
+
enableHeaderBGColor?: boolean | undefined;
|
|
3803
|
+
enableBGColor?: boolean | undefined;
|
|
3804
|
+
};
|
|
3805
|
+
props: {
|
|
3806
|
+
[x: string]: any;
|
|
3807
|
+
hidden: boolean;
|
|
3808
|
+
displayType?: import('@gct-paas/core').DisplayType | undefined;
|
|
3809
|
+
displayRule?: string | undefined;
|
|
3810
|
+
modeldata?: {
|
|
3811
|
+
modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
|
|
3812
|
+
modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
|
|
3813
|
+
subModel?: 0 | 1 | undefined;
|
|
3814
|
+
supportProcess?: 0 | 1 | undefined;
|
|
3815
|
+
} | undefined;
|
|
3816
|
+
componentDependency: {
|
|
3817
|
+
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
3818
|
+
configDependency: {
|
|
3819
|
+
hidden?: {
|
|
3820
|
+
expressionStr?: string | undefined;
|
|
3821
|
+
expression?: string | undefined;
|
|
3822
|
+
value?: boolean | undefined;
|
|
3823
|
+
fieldValue?: boolean | undefined;
|
|
3824
|
+
strategy?: string | undefined;
|
|
3825
|
+
} | undefined;
|
|
3826
|
+
readonly?: {
|
|
3827
|
+
expressionStr?: string | undefined;
|
|
3828
|
+
expression?: string | undefined;
|
|
3829
|
+
value?: boolean | undefined;
|
|
3830
|
+
fieldValue?: boolean | undefined;
|
|
3831
|
+
strategy?: string | undefined;
|
|
3832
|
+
} | undefined;
|
|
3833
|
+
disabled?: {
|
|
3834
|
+
expressionStr?: string | undefined;
|
|
3835
|
+
expression?: string | undefined;
|
|
3836
|
+
value?: boolean | undefined;
|
|
3837
|
+
fieldValue?: boolean | undefined;
|
|
3838
|
+
strategy?: string | undefined;
|
|
3839
|
+
} | undefined;
|
|
3840
|
+
required?: {
|
|
3841
|
+
expressionStr?: string | undefined;
|
|
3842
|
+
expression?: string | undefined;
|
|
3843
|
+
value?: boolean | undefined;
|
|
3844
|
+
fieldValue?: boolean | undefined;
|
|
3845
|
+
strategy?: string | undefined;
|
|
3846
|
+
} | undefined;
|
|
3847
|
+
assignment?: {
|
|
3848
|
+
expressionStr?: string | undefined;
|
|
3849
|
+
expression?: string | undefined;
|
|
3850
|
+
value?: boolean | undefined;
|
|
3851
|
+
fieldValue?: boolean | undefined;
|
|
3852
|
+
strategy?: string | undefined;
|
|
3853
|
+
} | undefined;
|
|
3854
|
+
};
|
|
3855
|
+
};
|
|
3856
|
+
deviceConnectivity: boolean;
|
|
3857
|
+
};
|
|
3858
|
+
events: import('@gct-paas/schema').IBasicEvents;
|
|
3859
|
+
formItem?: boolean | undefined;
|
|
3860
|
+
display?: import('@gct-paas/core').DisplayEnums | undefined;
|
|
3861
|
+
displayName?: string | undefined;
|
|
3862
|
+
i18n?: Record<string, string> | undefined;
|
|
3863
|
+
isField?: boolean | undefined;
|
|
3864
|
+
materialType?: import('@gct-paas/core').MaterialEnum | undefined;
|
|
3865
|
+
preLocation?: string | undefined;
|
|
3866
|
+
ignoringStyle?: string[] | undefined;
|
|
3867
|
+
isReadonlyWidget?: boolean | undefined;
|
|
3868
|
+
parentComponent?: FormComponents | undefined;
|
|
3869
|
+
dropPlaceholder?: string | undefined;
|
|
3870
|
+
_plugin?: {
|
|
3871
|
+
key: string;
|
|
3872
|
+
version: string;
|
|
3873
|
+
url: string;
|
|
3874
|
+
} | undefined;
|
|
3875
|
+
}[];
|
|
3876
|
+
} | {
|
|
3877
|
+
id: string;
|
|
3878
|
+
type: import("@gct-paas/core").BuiltinType.MODAL_FOOTER;
|
|
3879
|
+
children: {
|
|
3880
|
+
[x: string]: any;
|
|
3881
|
+
id: string;
|
|
3882
|
+
platform: Platform;
|
|
3883
|
+
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
3884
|
+
alias: string;
|
|
3885
|
+
name: string;
|
|
3886
|
+
compName?: string | undefined;
|
|
3887
|
+
compKey?: string | undefined;
|
|
3888
|
+
type: string | FormComponents;
|
|
3889
|
+
icon: string;
|
|
3890
|
+
children?: any[] | undefined;
|
|
3891
|
+
internal?: boolean | undefined;
|
|
3892
|
+
description?: string | undefined;
|
|
3893
|
+
style: {
|
|
3894
|
+
position?: string | undefined;
|
|
3895
|
+
top?: string | undefined;
|
|
3896
|
+
left?: string | undefined;
|
|
3897
|
+
right?: string | undefined;
|
|
3898
|
+
bottom?: string | undefined;
|
|
3899
|
+
width?: string | undefined;
|
|
3900
|
+
height?: string | undefined;
|
|
3901
|
+
maxHeight?: string | undefined;
|
|
3902
|
+
backgroundColor?: string | undefined;
|
|
3903
|
+
marginAll?: string | undefined;
|
|
3904
|
+
marginTop?: string | undefined;
|
|
3905
|
+
marginRight?: string | undefined;
|
|
3906
|
+
marginBottom?: string | undefined;
|
|
3907
|
+
marginLeft?: string | undefined;
|
|
3908
|
+
paddingAll?: string | undefined;
|
|
3909
|
+
paddingTop?: string | undefined;
|
|
3910
|
+
paddingRight?: string | undefined;
|
|
3911
|
+
paddingBottom?: string | undefined;
|
|
3912
|
+
paddingLeft?: string | undefined;
|
|
3913
|
+
labelFont?: {
|
|
3914
|
+
fontSize: string;
|
|
3915
|
+
bold: boolean;
|
|
3916
|
+
italic: boolean;
|
|
3917
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
3918
|
+
color: string;
|
|
3919
|
+
align: "left" | "right" | "justify";
|
|
3920
|
+
} | undefined;
|
|
3921
|
+
contentFont?: {
|
|
3922
|
+
fontSize: string;
|
|
3923
|
+
bold: boolean;
|
|
3924
|
+
italic: boolean;
|
|
3925
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
3926
|
+
color: string;
|
|
3927
|
+
align: "left" | "right" | "justify";
|
|
3928
|
+
} | undefined;
|
|
3929
|
+
tagStyle?: {
|
|
3930
|
+
color?: string | undefined;
|
|
3931
|
+
tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
|
|
3932
|
+
} | undefined;
|
|
3933
|
+
tagStyleOpen?: boolean | undefined;
|
|
3934
|
+
borderAll?: {
|
|
3935
|
+
borderWidth?: string | undefined;
|
|
3936
|
+
borderStyle?: string | undefined;
|
|
3937
|
+
borderColor?: string | undefined;
|
|
3938
|
+
} | undefined;
|
|
3939
|
+
borderLeft?: {
|
|
3940
|
+
borderWidth?: string | undefined;
|
|
3941
|
+
borderStyle?: string | undefined;
|
|
3942
|
+
borderColor?: string | undefined;
|
|
3943
|
+
} | undefined;
|
|
3944
|
+
borderRight?: {
|
|
3945
|
+
borderWidth?: string | undefined;
|
|
3946
|
+
borderStyle?: string | undefined;
|
|
3947
|
+
borderColor?: string | undefined;
|
|
3948
|
+
} | undefined;
|
|
3949
|
+
borderBottom?: {
|
|
3950
|
+
borderWidth?: string | undefined;
|
|
3951
|
+
borderStyle?: string | undefined;
|
|
3952
|
+
borderColor?: string | undefined;
|
|
3953
|
+
} | undefined;
|
|
3954
|
+
borderTop?: {
|
|
3955
|
+
borderWidth?: string | undefined;
|
|
3956
|
+
borderStyle?: string | undefined;
|
|
3957
|
+
borderColor?: string | undefined;
|
|
3958
|
+
} | undefined;
|
|
3959
|
+
borderTopRightRadius?: string | undefined;
|
|
3960
|
+
borderTopLeftRadius?: string | undefined;
|
|
3961
|
+
borderBottomRightRadius?: string | undefined;
|
|
3962
|
+
borderBottomLeftRadius?: string | undefined;
|
|
3963
|
+
borderAllRadius?: string | undefined;
|
|
3964
|
+
columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
3965
|
+
columnwidth?: number | undefined;
|
|
3966
|
+
columnFontStyleByRule?: {
|
|
3967
|
+
displayRule: string;
|
|
3968
|
+
contentFont: {
|
|
3969
|
+
fontSize: string;
|
|
3970
|
+
bold: boolean;
|
|
3971
|
+
italic: boolean;
|
|
3972
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
3973
|
+
color: string;
|
|
3974
|
+
align: "left" | "right" | "justify";
|
|
3975
|
+
};
|
|
3976
|
+
tagStyle: {
|
|
3977
|
+
color?: string | undefined;
|
|
3978
|
+
tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
|
|
3979
|
+
};
|
|
3980
|
+
progressStyle: {
|
|
3981
|
+
color: string;
|
|
3982
|
+
tagType: import('@gct-paas/core').ProgressTypeEnum;
|
|
3983
|
+
};
|
|
3984
|
+
tagType: import('@gct-paas/core').tagEnum;
|
|
3985
|
+
tagStyleOpen: boolean;
|
|
3986
|
+
}[] | undefined;
|
|
3987
|
+
columnBackgroundByRule?: {
|
|
3988
|
+
displayRule: string;
|
|
3989
|
+
backgroundColor?: string | undefined;
|
|
3990
|
+
}[] | undefined;
|
|
3991
|
+
tableheight?: number | undefined;
|
|
3992
|
+
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
3993
|
+
enableHeaderBGColor?: boolean | undefined;
|
|
3994
|
+
enableBGColor?: boolean | undefined;
|
|
3995
|
+
};
|
|
3996
|
+
props: {
|
|
3997
|
+
[x: string]: any;
|
|
3998
|
+
hidden: boolean;
|
|
3999
|
+
displayType?: import('@gct-paas/core').DisplayType | undefined;
|
|
4000
|
+
displayRule?: string | undefined;
|
|
4001
|
+
modeldata?: {
|
|
4002
|
+
modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
|
|
4003
|
+
modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
|
|
4004
|
+
subModel?: 0 | 1 | undefined;
|
|
4005
|
+
supportProcess?: 0 | 1 | undefined;
|
|
4006
|
+
} | undefined;
|
|
4007
|
+
componentDependency: {
|
|
4008
|
+
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
4009
|
+
configDependency: {
|
|
4010
|
+
hidden?: {
|
|
4011
|
+
expressionStr?: string | undefined;
|
|
4012
|
+
expression?: string | undefined;
|
|
4013
|
+
value?: boolean | undefined;
|
|
4014
|
+
fieldValue?: boolean | undefined;
|
|
4015
|
+
strategy?: string | undefined;
|
|
4016
|
+
} | undefined;
|
|
4017
|
+
readonly?: {
|
|
4018
|
+
expressionStr?: string | undefined;
|
|
4019
|
+
expression?: string | undefined;
|
|
4020
|
+
value?: boolean | undefined;
|
|
4021
|
+
fieldValue?: boolean | undefined;
|
|
4022
|
+
strategy?: string | undefined;
|
|
4023
|
+
} | undefined;
|
|
4024
|
+
disabled?: {
|
|
4025
|
+
expressionStr?: string | undefined;
|
|
4026
|
+
expression?: string | undefined;
|
|
4027
|
+
value?: boolean | undefined;
|
|
4028
|
+
fieldValue?: boolean | undefined;
|
|
4029
|
+
strategy?: string | undefined;
|
|
4030
|
+
} | undefined;
|
|
4031
|
+
required?: {
|
|
4032
|
+
expressionStr?: string | undefined;
|
|
4033
|
+
expression?: string | undefined;
|
|
4034
|
+
value?: boolean | undefined;
|
|
4035
|
+
fieldValue?: boolean | undefined;
|
|
4036
|
+
strategy?: string | undefined;
|
|
4037
|
+
} | undefined;
|
|
4038
|
+
assignment?: {
|
|
4039
|
+
expressionStr?: string | undefined;
|
|
4040
|
+
expression?: string | undefined;
|
|
4041
|
+
value?: boolean | undefined;
|
|
4042
|
+
fieldValue?: boolean | undefined;
|
|
4043
|
+
strategy?: string | undefined;
|
|
4044
|
+
} | undefined;
|
|
4045
|
+
};
|
|
4046
|
+
};
|
|
4047
|
+
deviceConnectivity: boolean;
|
|
4048
|
+
};
|
|
4049
|
+
events: import('@gct-paas/schema').IBasicEvents;
|
|
4050
|
+
formItem?: boolean | undefined;
|
|
4051
|
+
display?: import('@gct-paas/core').DisplayEnums | undefined;
|
|
4052
|
+
displayName?: string | undefined;
|
|
4053
|
+
i18n?: Record<string, string> | undefined;
|
|
4054
|
+
isField?: boolean | undefined;
|
|
4055
|
+
materialType?: import('@gct-paas/core').MaterialEnum | undefined;
|
|
4056
|
+
preLocation?: string | undefined;
|
|
4057
|
+
ignoringStyle?: string[] | undefined;
|
|
4058
|
+
isReadonlyWidget?: boolean | undefined;
|
|
4059
|
+
parentComponent?: FormComponents | undefined;
|
|
4060
|
+
dropPlaceholder?: string | undefined;
|
|
4061
|
+
_plugin?: {
|
|
4062
|
+
key: string;
|
|
4063
|
+
version: string;
|
|
4064
|
+
url: string;
|
|
4065
|
+
} | undefined;
|
|
4066
|
+
}[];
|
|
4067
|
+
} | {
|
|
4068
|
+
id: string;
|
|
4069
|
+
type: import("@gct-paas/core").BuiltinType.BottomButtonContainer;
|
|
4070
|
+
children: {
|
|
4071
|
+
[x: string]: any;
|
|
4072
|
+
id: string;
|
|
4073
|
+
platform: Platform;
|
|
4074
|
+
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
4075
|
+
alias: string;
|
|
4076
|
+
name: string;
|
|
4077
|
+
compName?: string | undefined;
|
|
4078
|
+
compKey?: string | undefined;
|
|
4079
|
+
type: string | FormComponents;
|
|
4080
|
+
icon: string;
|
|
4081
|
+
children?: any[] | undefined;
|
|
4082
|
+
internal?: boolean | undefined;
|
|
4083
|
+
description?: string | undefined;
|
|
4084
|
+
style: {
|
|
4085
|
+
position?: string | undefined;
|
|
4086
|
+
top?: string | undefined;
|
|
4087
|
+
left?: string | undefined;
|
|
4088
|
+
right?: string | undefined;
|
|
4089
|
+
bottom?: string | undefined;
|
|
4090
|
+
width?: string | undefined;
|
|
4091
|
+
height?: string | undefined;
|
|
4092
|
+
maxHeight?: string | undefined;
|
|
4093
|
+
backgroundColor?: string | undefined;
|
|
4094
|
+
marginAll?: string | undefined;
|
|
4095
|
+
marginTop?: string | undefined;
|
|
4096
|
+
marginRight?: string | undefined;
|
|
4097
|
+
marginBottom?: string | undefined;
|
|
4098
|
+
marginLeft?: string | undefined;
|
|
4099
|
+
paddingAll?: string | undefined;
|
|
4100
|
+
paddingTop?: string | undefined;
|
|
4101
|
+
paddingRight?: string | undefined;
|
|
4102
|
+
paddingBottom?: string | undefined;
|
|
4103
|
+
paddingLeft?: string | undefined;
|
|
4104
|
+
labelFont?: {
|
|
4105
|
+
fontSize: string;
|
|
4106
|
+
bold: boolean;
|
|
4107
|
+
italic: boolean;
|
|
4108
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
4109
|
+
color: string;
|
|
4110
|
+
align: "left" | "right" | "justify";
|
|
4111
|
+
} | undefined;
|
|
4112
|
+
contentFont?: {
|
|
4113
|
+
fontSize: string;
|
|
4114
|
+
bold: boolean;
|
|
4115
|
+
italic: boolean;
|
|
4116
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
4117
|
+
color: string;
|
|
4118
|
+
align: "left" | "right" | "justify";
|
|
4119
|
+
} | undefined;
|
|
4120
|
+
tagStyle?: {
|
|
4121
|
+
color?: string | undefined;
|
|
4122
|
+
tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
|
|
4123
|
+
} | undefined;
|
|
4124
|
+
tagStyleOpen?: boolean | undefined;
|
|
4125
|
+
borderAll?: {
|
|
4126
|
+
borderWidth?: string | undefined;
|
|
4127
|
+
borderStyle?: string | undefined;
|
|
4128
|
+
borderColor?: string | undefined;
|
|
4129
|
+
} | undefined;
|
|
4130
|
+
borderLeft?: {
|
|
4131
|
+
borderWidth?: string | undefined;
|
|
4132
|
+
borderStyle?: string | undefined;
|
|
4133
|
+
borderColor?: string | undefined;
|
|
4134
|
+
} | undefined;
|
|
4135
|
+
borderRight?: {
|
|
4136
|
+
borderWidth?: string | undefined;
|
|
4137
|
+
borderStyle?: string | undefined;
|
|
4138
|
+
borderColor?: string | undefined;
|
|
4139
|
+
} | undefined;
|
|
4140
|
+
borderBottom?: {
|
|
4141
|
+
borderWidth?: string | undefined;
|
|
4142
|
+
borderStyle?: string | undefined;
|
|
4143
|
+
borderColor?: string | undefined;
|
|
4144
|
+
} | undefined;
|
|
4145
|
+
borderTop?: {
|
|
4146
|
+
borderWidth?: string | undefined;
|
|
4147
|
+
borderStyle?: string | undefined;
|
|
4148
|
+
borderColor?: string | undefined;
|
|
4149
|
+
} | undefined;
|
|
4150
|
+
borderTopRightRadius?: string | undefined;
|
|
4151
|
+
borderTopLeftRadius?: string | undefined;
|
|
4152
|
+
borderBottomRightRadius?: string | undefined;
|
|
4153
|
+
borderBottomLeftRadius?: string | undefined;
|
|
4154
|
+
borderAllRadius?: string | undefined;
|
|
4155
|
+
columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
4156
|
+
columnwidth?: number | undefined;
|
|
4157
|
+
columnFontStyleByRule?: {
|
|
4158
|
+
displayRule: string;
|
|
4159
|
+
contentFont: {
|
|
4160
|
+
fontSize: string;
|
|
4161
|
+
bold: boolean;
|
|
4162
|
+
italic: boolean;
|
|
4163
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
4164
|
+
color: string;
|
|
4165
|
+
align: "left" | "right" | "justify";
|
|
4166
|
+
};
|
|
4167
|
+
tagStyle: {
|
|
4168
|
+
color?: string | undefined;
|
|
4169
|
+
tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
|
|
4170
|
+
};
|
|
4171
|
+
progressStyle: {
|
|
4172
|
+
color: string;
|
|
4173
|
+
tagType: import('@gct-paas/core').ProgressTypeEnum;
|
|
4174
|
+
};
|
|
4175
|
+
tagType: import('@gct-paas/core').tagEnum;
|
|
4176
|
+
tagStyleOpen: boolean;
|
|
4177
|
+
}[] | undefined;
|
|
4178
|
+
columnBackgroundByRule?: {
|
|
4179
|
+
displayRule: string;
|
|
4180
|
+
backgroundColor?: string | undefined;
|
|
4181
|
+
}[] | undefined;
|
|
4182
|
+
tableheight?: number | undefined;
|
|
4183
|
+
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
4184
|
+
enableHeaderBGColor?: boolean | undefined;
|
|
4185
|
+
enableBGColor?: boolean | undefined;
|
|
4186
|
+
};
|
|
4187
|
+
props: {
|
|
4188
|
+
[x: string]: any;
|
|
4189
|
+
hidden: boolean;
|
|
4190
|
+
displayType?: import('@gct-paas/core').DisplayType | undefined;
|
|
4191
|
+
displayRule?: string | undefined;
|
|
4192
|
+
modeldata?: {
|
|
4193
|
+
modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
|
|
4194
|
+
modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
|
|
4195
|
+
subModel?: 0 | 1 | undefined;
|
|
4196
|
+
supportProcess?: 0 | 1 | undefined;
|
|
4197
|
+
} | undefined;
|
|
4198
|
+
componentDependency: {
|
|
4199
|
+
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
4200
|
+
configDependency: {
|
|
4201
|
+
hidden?: {
|
|
4202
|
+
expressionStr?: string | undefined;
|
|
4203
|
+
expression?: string | undefined;
|
|
4204
|
+
value?: boolean | undefined;
|
|
4205
|
+
fieldValue?: boolean | undefined;
|
|
4206
|
+
strategy?: string | undefined;
|
|
4207
|
+
} | undefined;
|
|
4208
|
+
readonly?: {
|
|
4209
|
+
expressionStr?: string | undefined;
|
|
4210
|
+
expression?: string | undefined;
|
|
4211
|
+
value?: boolean | undefined;
|
|
4212
|
+
fieldValue?: boolean | undefined;
|
|
4213
|
+
strategy?: string | undefined;
|
|
4214
|
+
} | undefined;
|
|
4215
|
+
disabled?: {
|
|
4216
|
+
expressionStr?: string | undefined;
|
|
4217
|
+
expression?: string | undefined;
|
|
4218
|
+
value?: boolean | undefined;
|
|
4219
|
+
fieldValue?: boolean | undefined;
|
|
4220
|
+
strategy?: string | undefined;
|
|
4221
|
+
} | undefined;
|
|
4222
|
+
required?: {
|
|
4223
|
+
expressionStr?: string | undefined;
|
|
4224
|
+
expression?: string | undefined;
|
|
4225
|
+
value?: boolean | undefined;
|
|
4226
|
+
fieldValue?: boolean | undefined;
|
|
4227
|
+
strategy?: string | undefined;
|
|
4228
|
+
} | undefined;
|
|
4229
|
+
assignment?: {
|
|
4230
|
+
expressionStr?: string | undefined;
|
|
4231
|
+
expression?: string | undefined;
|
|
4232
|
+
value?: boolean | undefined;
|
|
4233
|
+
fieldValue?: boolean | undefined;
|
|
4234
|
+
strategy?: string | undefined;
|
|
4235
|
+
} | undefined;
|
|
2894
4236
|
};
|
|
2895
4237
|
};
|
|
2896
4238
|
deviceConnectivity: boolean;
|
|
@@ -2919,10 +4261,12 @@ export declare function useDesigner(): {
|
|
|
2919
4261
|
setModalDesignState: (flag: boolean, modalId?: string, isGlobal?: boolean) => Promise<void>;
|
|
2920
4262
|
setModalInfo: (modal: import("@gct-paas/schema").LowCodeModal.Modal) => void;
|
|
2921
4263
|
setSubTableModalDesignState: (flag: boolean, needId?: string) => void;
|
|
4264
|
+
setWfNodesModalDesignState: (flag: boolean, needId?: string) => void;
|
|
4265
|
+
setWorkflowNodesModalDesignState: (flag: boolean, needId?: string) => void;
|
|
2922
4266
|
subTableModalState: import('vue').Ref<boolean, boolean>;
|
|
2923
4267
|
subTableModalId: import('vue').Ref<string, string>;
|
|
2924
4268
|
getAsyncWidget: (widget: string | LowCodeWidget.BasicSchema) => import('vue').Component | undefined;
|
|
2925
|
-
getWidgetHooks: (type: string) =>
|
|
4269
|
+
getWidgetHooks: (type: string) => import('@gct-paas/schema').IDesignerItemHooks;
|
|
2926
4270
|
widgetEntry: import('vue').ComputedRef<string>;
|
|
2927
4271
|
pluginConfigs: import('vue').ComputedRef<IObject[]>;
|
|
2928
4272
|
getWhiteList: (type: string) => (string | RegExp)[];
|