@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
|
@@ -14,8 +14,9 @@ export declare function useDesignModal(): {
|
|
|
14
14
|
css: string;
|
|
15
15
|
children: [{
|
|
16
16
|
id: string;
|
|
17
|
-
type: BuiltinType.MODAL_BODY;
|
|
17
|
+
type: BuiltinType.MODAL_BODY | string;
|
|
18
18
|
children: {
|
|
19
|
+
[x: string]: any;
|
|
19
20
|
id: string;
|
|
20
21
|
platform: import('@gct-paas/core').Platform;
|
|
21
22
|
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
@@ -129,6 +130,7 @@ export declare function useDesignModal(): {
|
|
|
129
130
|
tableheight?: number | undefined;
|
|
130
131
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
131
132
|
enableHeaderBGColor?: boolean | undefined;
|
|
133
|
+
enableBGColor?: boolean | undefined;
|
|
132
134
|
};
|
|
133
135
|
props: {
|
|
134
136
|
[x: string]: any;
|
|
@@ -144,29 +146,41 @@ export declare function useDesignModal(): {
|
|
|
144
146
|
componentDependency: {
|
|
145
147
|
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
146
148
|
configDependency: {
|
|
147
|
-
hidden
|
|
149
|
+
hidden?: {
|
|
150
|
+
expressionStr?: string | undefined;
|
|
148
151
|
expression?: string | undefined;
|
|
149
152
|
value?: boolean | undefined;
|
|
150
|
-
|
|
151
|
-
|
|
153
|
+
fieldValue?: boolean | undefined;
|
|
154
|
+
strategy?: string | undefined;
|
|
155
|
+
} | undefined;
|
|
156
|
+
readonly?: {
|
|
157
|
+
expressionStr?: string | undefined;
|
|
152
158
|
expression?: string | undefined;
|
|
153
159
|
value?: boolean | undefined;
|
|
154
160
|
fieldValue?: boolean | undefined;
|
|
155
|
-
|
|
156
|
-
|
|
161
|
+
strategy?: string | undefined;
|
|
162
|
+
} | undefined;
|
|
163
|
+
disabled?: {
|
|
164
|
+
expressionStr?: string | undefined;
|
|
157
165
|
expression?: string | undefined;
|
|
158
166
|
value?: boolean | undefined;
|
|
159
|
-
|
|
160
|
-
|
|
167
|
+
fieldValue?: boolean | undefined;
|
|
168
|
+
strategy?: string | undefined;
|
|
169
|
+
} | undefined;
|
|
170
|
+
required?: {
|
|
171
|
+
expressionStr?: string | undefined;
|
|
161
172
|
expression?: string | undefined;
|
|
162
173
|
value?: boolean | undefined;
|
|
163
174
|
fieldValue?: boolean | undefined;
|
|
164
|
-
|
|
165
|
-
|
|
175
|
+
strategy?: string | undefined;
|
|
176
|
+
} | undefined;
|
|
177
|
+
assignment?: {
|
|
178
|
+
expressionStr?: string | undefined;
|
|
166
179
|
expression?: string | undefined;
|
|
167
|
-
strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
|
|
168
180
|
value?: boolean | undefined;
|
|
169
|
-
|
|
181
|
+
fieldValue?: boolean | undefined;
|
|
182
|
+
strategy?: string | undefined;
|
|
183
|
+
} | undefined;
|
|
170
184
|
};
|
|
171
185
|
};
|
|
172
186
|
deviceConnectivity: boolean;
|
|
@@ -193,6 +207,7 @@ export declare function useDesignModal(): {
|
|
|
193
207
|
id: string;
|
|
194
208
|
type: BuiltinType.MODAL_FOOTER;
|
|
195
209
|
children: {
|
|
210
|
+
[x: string]: any;
|
|
196
211
|
id: string;
|
|
197
212
|
platform: import('@gct-paas/core').Platform;
|
|
198
213
|
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
@@ -306,6 +321,7 @@ export declare function useDesignModal(): {
|
|
|
306
321
|
tableheight?: number | undefined;
|
|
307
322
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
308
323
|
enableHeaderBGColor?: boolean | undefined;
|
|
324
|
+
enableBGColor?: boolean | undefined;
|
|
309
325
|
};
|
|
310
326
|
props: {
|
|
311
327
|
[x: string]: any;
|
|
@@ -321,29 +337,41 @@ export declare function useDesignModal(): {
|
|
|
321
337
|
componentDependency: {
|
|
322
338
|
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
323
339
|
configDependency: {
|
|
324
|
-
hidden
|
|
340
|
+
hidden?: {
|
|
341
|
+
expressionStr?: string | undefined;
|
|
325
342
|
expression?: string | undefined;
|
|
326
343
|
value?: boolean | undefined;
|
|
327
|
-
|
|
328
|
-
|
|
344
|
+
fieldValue?: boolean | undefined;
|
|
345
|
+
strategy?: string | undefined;
|
|
346
|
+
} | undefined;
|
|
347
|
+
readonly?: {
|
|
348
|
+
expressionStr?: string | undefined;
|
|
329
349
|
expression?: string | undefined;
|
|
330
350
|
value?: boolean | undefined;
|
|
331
351
|
fieldValue?: boolean | undefined;
|
|
332
|
-
|
|
333
|
-
|
|
352
|
+
strategy?: string | undefined;
|
|
353
|
+
} | undefined;
|
|
354
|
+
disabled?: {
|
|
355
|
+
expressionStr?: string | undefined;
|
|
334
356
|
expression?: string | undefined;
|
|
335
357
|
value?: boolean | undefined;
|
|
336
|
-
|
|
337
|
-
|
|
358
|
+
fieldValue?: boolean | undefined;
|
|
359
|
+
strategy?: string | undefined;
|
|
360
|
+
} | undefined;
|
|
361
|
+
required?: {
|
|
362
|
+
expressionStr?: string | undefined;
|
|
338
363
|
expression?: string | undefined;
|
|
339
364
|
value?: boolean | undefined;
|
|
340
365
|
fieldValue?: boolean | undefined;
|
|
341
|
-
|
|
342
|
-
|
|
366
|
+
strategy?: string | undefined;
|
|
367
|
+
} | undefined;
|
|
368
|
+
assignment?: {
|
|
369
|
+
expressionStr?: string | undefined;
|
|
343
370
|
expression?: string | undefined;
|
|
344
|
-
strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
|
|
345
371
|
value?: boolean | undefined;
|
|
346
|
-
|
|
372
|
+
fieldValue?: boolean | undefined;
|
|
373
|
+
strategy?: string | undefined;
|
|
374
|
+
} | undefined;
|
|
347
375
|
};
|
|
348
376
|
};
|
|
349
377
|
deviceConnectivity: boolean;
|
|
@@ -370,6 +398,7 @@ export declare function useDesignModal(): {
|
|
|
370
398
|
id: string;
|
|
371
399
|
type: BuiltinType.BottomButtonContainer;
|
|
372
400
|
children: {
|
|
401
|
+
[x: string]: any;
|
|
373
402
|
id: string;
|
|
374
403
|
platform: import('@gct-paas/core').Platform;
|
|
375
404
|
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
@@ -483,6 +512,7 @@ export declare function useDesignModal(): {
|
|
|
483
512
|
tableheight?: number | undefined;
|
|
484
513
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
485
514
|
enableHeaderBGColor?: boolean | undefined;
|
|
515
|
+
enableBGColor?: boolean | undefined;
|
|
486
516
|
};
|
|
487
517
|
props: {
|
|
488
518
|
[x: string]: any;
|
|
@@ -498,29 +528,41 @@ export declare function useDesignModal(): {
|
|
|
498
528
|
componentDependency: {
|
|
499
529
|
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
500
530
|
configDependency: {
|
|
501
|
-
hidden
|
|
531
|
+
hidden?: {
|
|
532
|
+
expressionStr?: string | undefined;
|
|
502
533
|
expression?: string | undefined;
|
|
503
534
|
value?: boolean | undefined;
|
|
504
|
-
|
|
505
|
-
|
|
535
|
+
fieldValue?: boolean | undefined;
|
|
536
|
+
strategy?: string | undefined;
|
|
537
|
+
} | undefined;
|
|
538
|
+
readonly?: {
|
|
539
|
+
expressionStr?: string | undefined;
|
|
506
540
|
expression?: string | undefined;
|
|
507
541
|
value?: boolean | undefined;
|
|
508
542
|
fieldValue?: boolean | undefined;
|
|
509
|
-
|
|
510
|
-
|
|
543
|
+
strategy?: string | undefined;
|
|
544
|
+
} | undefined;
|
|
545
|
+
disabled?: {
|
|
546
|
+
expressionStr?: string | undefined;
|
|
511
547
|
expression?: string | undefined;
|
|
512
548
|
value?: boolean | undefined;
|
|
513
|
-
|
|
514
|
-
|
|
549
|
+
fieldValue?: boolean | undefined;
|
|
550
|
+
strategy?: string | undefined;
|
|
551
|
+
} | undefined;
|
|
552
|
+
required?: {
|
|
553
|
+
expressionStr?: string | undefined;
|
|
515
554
|
expression?: string | undefined;
|
|
516
555
|
value?: boolean | undefined;
|
|
517
556
|
fieldValue?: boolean | undefined;
|
|
518
|
-
|
|
519
|
-
|
|
557
|
+
strategy?: string | undefined;
|
|
558
|
+
} | undefined;
|
|
559
|
+
assignment?: {
|
|
560
|
+
expressionStr?: string | undefined;
|
|
520
561
|
expression?: string | undefined;
|
|
521
|
-
strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
|
|
522
562
|
value?: boolean | undefined;
|
|
523
|
-
|
|
563
|
+
fieldValue?: boolean | undefined;
|
|
564
|
+
strategy?: string | undefined;
|
|
565
|
+
} | undefined;
|
|
524
566
|
};
|
|
525
567
|
};
|
|
526
568
|
deviceConnectivity: boolean;
|
|
@@ -659,6 +701,7 @@ export declare function useDesignModal(): {
|
|
|
659
701
|
tableheight?: number | undefined;
|
|
660
702
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
661
703
|
enableHeaderBGColor?: boolean | undefined;
|
|
704
|
+
enableBGColor?: boolean | undefined;
|
|
662
705
|
};
|
|
663
706
|
runJs?: string | undefined;
|
|
664
707
|
los?: Record<string, IData> | undefined;
|
|
@@ -677,8 +720,9 @@ export declare function useDesignModal(): {
|
|
|
677
720
|
css: string;
|
|
678
721
|
children: [{
|
|
679
722
|
id: string;
|
|
680
|
-
type: BuiltinType.MODAL_BODY;
|
|
723
|
+
type: BuiltinType.MODAL_BODY | string;
|
|
681
724
|
children: {
|
|
725
|
+
[x: string]: any;
|
|
682
726
|
id: string;
|
|
683
727
|
platform: import('@gct-paas/core').Platform;
|
|
684
728
|
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
@@ -792,6 +836,7 @@ export declare function useDesignModal(): {
|
|
|
792
836
|
tableheight?: number | undefined;
|
|
793
837
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
794
838
|
enableHeaderBGColor?: boolean | undefined;
|
|
839
|
+
enableBGColor?: boolean | undefined;
|
|
795
840
|
};
|
|
796
841
|
props: {
|
|
797
842
|
[x: string]: any;
|
|
@@ -807,29 +852,41 @@ export declare function useDesignModal(): {
|
|
|
807
852
|
componentDependency: {
|
|
808
853
|
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
809
854
|
configDependency: {
|
|
810
|
-
hidden
|
|
855
|
+
hidden?: {
|
|
856
|
+
expressionStr?: string | undefined;
|
|
811
857
|
expression?: string | undefined;
|
|
812
858
|
value?: boolean | undefined;
|
|
813
|
-
|
|
814
|
-
|
|
859
|
+
fieldValue?: boolean | undefined;
|
|
860
|
+
strategy?: string | undefined;
|
|
861
|
+
} | undefined;
|
|
862
|
+
readonly?: {
|
|
863
|
+
expressionStr?: string | undefined;
|
|
815
864
|
expression?: string | undefined;
|
|
816
865
|
value?: boolean | undefined;
|
|
817
866
|
fieldValue?: boolean | undefined;
|
|
818
|
-
|
|
819
|
-
|
|
867
|
+
strategy?: string | undefined;
|
|
868
|
+
} | undefined;
|
|
869
|
+
disabled?: {
|
|
870
|
+
expressionStr?: string | undefined;
|
|
820
871
|
expression?: string | undefined;
|
|
821
872
|
value?: boolean | undefined;
|
|
822
|
-
|
|
823
|
-
|
|
873
|
+
fieldValue?: boolean | undefined;
|
|
874
|
+
strategy?: string | undefined;
|
|
875
|
+
} | undefined;
|
|
876
|
+
required?: {
|
|
877
|
+
expressionStr?: string | undefined;
|
|
824
878
|
expression?: string | undefined;
|
|
825
879
|
value?: boolean | undefined;
|
|
826
880
|
fieldValue?: boolean | undefined;
|
|
827
|
-
|
|
828
|
-
|
|
881
|
+
strategy?: string | undefined;
|
|
882
|
+
} | undefined;
|
|
883
|
+
assignment?: {
|
|
884
|
+
expressionStr?: string | undefined;
|
|
829
885
|
expression?: string | undefined;
|
|
830
|
-
strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
|
|
831
886
|
value?: boolean | undefined;
|
|
832
|
-
|
|
887
|
+
fieldValue?: boolean | undefined;
|
|
888
|
+
strategy?: string | undefined;
|
|
889
|
+
} | undefined;
|
|
833
890
|
};
|
|
834
891
|
};
|
|
835
892
|
deviceConnectivity: boolean;
|
|
@@ -856,6 +913,7 @@ export declare function useDesignModal(): {
|
|
|
856
913
|
id: string;
|
|
857
914
|
type: BuiltinType.MODAL_FOOTER;
|
|
858
915
|
children: {
|
|
916
|
+
[x: string]: any;
|
|
859
917
|
id: string;
|
|
860
918
|
platform: import('@gct-paas/core').Platform;
|
|
861
919
|
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
@@ -969,6 +1027,7 @@ export declare function useDesignModal(): {
|
|
|
969
1027
|
tableheight?: number | undefined;
|
|
970
1028
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
971
1029
|
enableHeaderBGColor?: boolean | undefined;
|
|
1030
|
+
enableBGColor?: boolean | undefined;
|
|
972
1031
|
};
|
|
973
1032
|
props: {
|
|
974
1033
|
[x: string]: any;
|
|
@@ -984,29 +1043,41 @@ export declare function useDesignModal(): {
|
|
|
984
1043
|
componentDependency: {
|
|
985
1044
|
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
986
1045
|
configDependency: {
|
|
987
|
-
hidden
|
|
1046
|
+
hidden?: {
|
|
1047
|
+
expressionStr?: string | undefined;
|
|
988
1048
|
expression?: string | undefined;
|
|
989
1049
|
value?: boolean | undefined;
|
|
990
|
-
|
|
991
|
-
|
|
1050
|
+
fieldValue?: boolean | undefined;
|
|
1051
|
+
strategy?: string | undefined;
|
|
1052
|
+
} | undefined;
|
|
1053
|
+
readonly?: {
|
|
1054
|
+
expressionStr?: string | undefined;
|
|
992
1055
|
expression?: string | undefined;
|
|
993
1056
|
value?: boolean | undefined;
|
|
994
1057
|
fieldValue?: boolean | undefined;
|
|
995
|
-
|
|
996
|
-
|
|
1058
|
+
strategy?: string | undefined;
|
|
1059
|
+
} | undefined;
|
|
1060
|
+
disabled?: {
|
|
1061
|
+
expressionStr?: string | undefined;
|
|
997
1062
|
expression?: string | undefined;
|
|
998
1063
|
value?: boolean | undefined;
|
|
999
|
-
|
|
1000
|
-
|
|
1064
|
+
fieldValue?: boolean | undefined;
|
|
1065
|
+
strategy?: string | undefined;
|
|
1066
|
+
} | undefined;
|
|
1067
|
+
required?: {
|
|
1068
|
+
expressionStr?: string | undefined;
|
|
1001
1069
|
expression?: string | undefined;
|
|
1002
1070
|
value?: boolean | undefined;
|
|
1003
1071
|
fieldValue?: boolean | undefined;
|
|
1004
|
-
|
|
1005
|
-
|
|
1072
|
+
strategy?: string | undefined;
|
|
1073
|
+
} | undefined;
|
|
1074
|
+
assignment?: {
|
|
1075
|
+
expressionStr?: string | undefined;
|
|
1006
1076
|
expression?: string | undefined;
|
|
1007
|
-
strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
|
|
1008
1077
|
value?: boolean | undefined;
|
|
1009
|
-
|
|
1078
|
+
fieldValue?: boolean | undefined;
|
|
1079
|
+
strategy?: string | undefined;
|
|
1080
|
+
} | undefined;
|
|
1010
1081
|
};
|
|
1011
1082
|
};
|
|
1012
1083
|
deviceConnectivity: boolean;
|
|
@@ -1033,6 +1104,7 @@ export declare function useDesignModal(): {
|
|
|
1033
1104
|
id: string;
|
|
1034
1105
|
type: BuiltinType.BottomButtonContainer;
|
|
1035
1106
|
children: {
|
|
1107
|
+
[x: string]: any;
|
|
1036
1108
|
id: string;
|
|
1037
1109
|
platform: import('@gct-paas/core').Platform;
|
|
1038
1110
|
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
@@ -1146,6 +1218,7 @@ export declare function useDesignModal(): {
|
|
|
1146
1218
|
tableheight?: number | undefined;
|
|
1147
1219
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
1148
1220
|
enableHeaderBGColor?: boolean | undefined;
|
|
1221
|
+
enableBGColor?: boolean | undefined;
|
|
1149
1222
|
};
|
|
1150
1223
|
props: {
|
|
1151
1224
|
[x: string]: any;
|
|
@@ -1161,29 +1234,41 @@ export declare function useDesignModal(): {
|
|
|
1161
1234
|
componentDependency: {
|
|
1162
1235
|
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
1163
1236
|
configDependency: {
|
|
1164
|
-
hidden
|
|
1237
|
+
hidden?: {
|
|
1238
|
+
expressionStr?: string | undefined;
|
|
1165
1239
|
expression?: string | undefined;
|
|
1166
1240
|
value?: boolean | undefined;
|
|
1167
|
-
|
|
1168
|
-
|
|
1241
|
+
fieldValue?: boolean | undefined;
|
|
1242
|
+
strategy?: string | undefined;
|
|
1243
|
+
} | undefined;
|
|
1244
|
+
readonly?: {
|
|
1245
|
+
expressionStr?: string | undefined;
|
|
1169
1246
|
expression?: string | undefined;
|
|
1170
1247
|
value?: boolean | undefined;
|
|
1171
1248
|
fieldValue?: boolean | undefined;
|
|
1172
|
-
|
|
1173
|
-
|
|
1249
|
+
strategy?: string | undefined;
|
|
1250
|
+
} | undefined;
|
|
1251
|
+
disabled?: {
|
|
1252
|
+
expressionStr?: string | undefined;
|
|
1174
1253
|
expression?: string | undefined;
|
|
1175
1254
|
value?: boolean | undefined;
|
|
1176
|
-
|
|
1177
|
-
|
|
1255
|
+
fieldValue?: boolean | undefined;
|
|
1256
|
+
strategy?: string | undefined;
|
|
1257
|
+
} | undefined;
|
|
1258
|
+
required?: {
|
|
1259
|
+
expressionStr?: string | undefined;
|
|
1178
1260
|
expression?: string | undefined;
|
|
1179
1261
|
value?: boolean | undefined;
|
|
1180
1262
|
fieldValue?: boolean | undefined;
|
|
1181
|
-
|
|
1182
|
-
|
|
1263
|
+
strategy?: string | undefined;
|
|
1264
|
+
} | undefined;
|
|
1265
|
+
assignment?: {
|
|
1266
|
+
expressionStr?: string | undefined;
|
|
1183
1267
|
expression?: string | undefined;
|
|
1184
|
-
strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
|
|
1185
1268
|
value?: boolean | undefined;
|
|
1186
|
-
|
|
1269
|
+
fieldValue?: boolean | undefined;
|
|
1270
|
+
strategy?: string | undefined;
|
|
1271
|
+
} | undefined;
|
|
1187
1272
|
};
|
|
1188
1273
|
};
|
|
1189
1274
|
deviceConnectivity: boolean;
|
|
@@ -1322,6 +1407,7 @@ export declare function useDesignModal(): {
|
|
|
1322
1407
|
tableheight?: number | undefined;
|
|
1323
1408
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
1324
1409
|
enableHeaderBGColor?: boolean | undefined;
|
|
1410
|
+
enableBGColor?: boolean | undefined;
|
|
1325
1411
|
};
|
|
1326
1412
|
runJs?: string | undefined;
|
|
1327
1413
|
los?: Record<string, IData> | undefined;
|
|
@@ -1332,8 +1418,9 @@ export declare function useDesignModal(): {
|
|
|
1332
1418
|
modalDesignId: import('vue').Ref<string, string>;
|
|
1333
1419
|
modalBody: import('vue').ComputedRef<{
|
|
1334
1420
|
id: string;
|
|
1335
|
-
type: BuiltinType.MODAL_BODY;
|
|
1421
|
+
type: BuiltinType.MODAL_BODY | string;
|
|
1336
1422
|
children: {
|
|
1423
|
+
[x: string]: any;
|
|
1337
1424
|
id: string;
|
|
1338
1425
|
platform: import('@gct-paas/core').Platform;
|
|
1339
1426
|
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
@@ -1447,6 +1534,7 @@ export declare function useDesignModal(): {
|
|
|
1447
1534
|
tableheight?: number | undefined;
|
|
1448
1535
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
1449
1536
|
enableHeaderBGColor?: boolean | undefined;
|
|
1537
|
+
enableBGColor?: boolean | undefined;
|
|
1450
1538
|
};
|
|
1451
1539
|
props: {
|
|
1452
1540
|
[x: string]: any;
|
|
@@ -1462,29 +1550,41 @@ export declare function useDesignModal(): {
|
|
|
1462
1550
|
componentDependency: {
|
|
1463
1551
|
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
1464
1552
|
configDependency: {
|
|
1465
|
-
hidden
|
|
1553
|
+
hidden?: {
|
|
1554
|
+
expressionStr?: string | undefined;
|
|
1466
1555
|
expression?: string | undefined;
|
|
1467
1556
|
value?: boolean | undefined;
|
|
1468
|
-
|
|
1469
|
-
|
|
1557
|
+
fieldValue?: boolean | undefined;
|
|
1558
|
+
strategy?: string | undefined;
|
|
1559
|
+
} | undefined;
|
|
1560
|
+
readonly?: {
|
|
1561
|
+
expressionStr?: string | undefined;
|
|
1470
1562
|
expression?: string | undefined;
|
|
1471
1563
|
value?: boolean | undefined;
|
|
1472
1564
|
fieldValue?: boolean | undefined;
|
|
1473
|
-
|
|
1474
|
-
|
|
1565
|
+
strategy?: string | undefined;
|
|
1566
|
+
} | undefined;
|
|
1567
|
+
disabled?: {
|
|
1568
|
+
expressionStr?: string | undefined;
|
|
1475
1569
|
expression?: string | undefined;
|
|
1476
1570
|
value?: boolean | undefined;
|
|
1477
|
-
|
|
1478
|
-
|
|
1571
|
+
fieldValue?: boolean | undefined;
|
|
1572
|
+
strategy?: string | undefined;
|
|
1573
|
+
} | undefined;
|
|
1574
|
+
required?: {
|
|
1575
|
+
expressionStr?: string | undefined;
|
|
1479
1576
|
expression?: string | undefined;
|
|
1480
1577
|
value?: boolean | undefined;
|
|
1481
1578
|
fieldValue?: boolean | undefined;
|
|
1482
|
-
|
|
1483
|
-
|
|
1579
|
+
strategy?: string | undefined;
|
|
1580
|
+
} | undefined;
|
|
1581
|
+
assignment?: {
|
|
1582
|
+
expressionStr?: string | undefined;
|
|
1484
1583
|
expression?: string | undefined;
|
|
1485
|
-
strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
|
|
1486
1584
|
value?: boolean | undefined;
|
|
1487
|
-
|
|
1585
|
+
fieldValue?: boolean | undefined;
|
|
1586
|
+
strategy?: string | undefined;
|
|
1587
|
+
} | undefined;
|
|
1488
1588
|
};
|
|
1489
1589
|
};
|
|
1490
1590
|
deviceConnectivity: boolean;
|
|
@@ -1507,11 +1607,11 @@ export declare function useDesignModal(): {
|
|
|
1507
1607
|
url: string;
|
|
1508
1608
|
} | undefined;
|
|
1509
1609
|
}[];
|
|
1510
|
-
}
|
|
1511
|
-
modalFooter: import('vue').ComputedRef<{
|
|
1610
|
+
} | {
|
|
1512
1611
|
id: string;
|
|
1513
1612
|
type: BuiltinType.MODAL_FOOTER;
|
|
1514
1613
|
children: {
|
|
1614
|
+
[x: string]: any;
|
|
1515
1615
|
id: string;
|
|
1516
1616
|
platform: import('@gct-paas/core').Platform;
|
|
1517
1617
|
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
@@ -1625,6 +1725,7 @@ export declare function useDesignModal(): {
|
|
|
1625
1725
|
tableheight?: number | undefined;
|
|
1626
1726
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
1627
1727
|
enableHeaderBGColor?: boolean | undefined;
|
|
1728
|
+
enableBGColor?: boolean | undefined;
|
|
1628
1729
|
};
|
|
1629
1730
|
props: {
|
|
1630
1731
|
[x: string]: any;
|
|
@@ -1640,29 +1741,41 @@ export declare function useDesignModal(): {
|
|
|
1640
1741
|
componentDependency: {
|
|
1641
1742
|
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
1642
1743
|
configDependency: {
|
|
1643
|
-
hidden
|
|
1744
|
+
hidden?: {
|
|
1745
|
+
expressionStr?: string | undefined;
|
|
1644
1746
|
expression?: string | undefined;
|
|
1645
1747
|
value?: boolean | undefined;
|
|
1646
|
-
|
|
1647
|
-
|
|
1748
|
+
fieldValue?: boolean | undefined;
|
|
1749
|
+
strategy?: string | undefined;
|
|
1750
|
+
} | undefined;
|
|
1751
|
+
readonly?: {
|
|
1752
|
+
expressionStr?: string | undefined;
|
|
1648
1753
|
expression?: string | undefined;
|
|
1649
1754
|
value?: boolean | undefined;
|
|
1650
1755
|
fieldValue?: boolean | undefined;
|
|
1651
|
-
|
|
1652
|
-
|
|
1756
|
+
strategy?: string | undefined;
|
|
1757
|
+
} | undefined;
|
|
1758
|
+
disabled?: {
|
|
1759
|
+
expressionStr?: string | undefined;
|
|
1653
1760
|
expression?: string | undefined;
|
|
1654
1761
|
value?: boolean | undefined;
|
|
1655
|
-
|
|
1656
|
-
|
|
1762
|
+
fieldValue?: boolean | undefined;
|
|
1763
|
+
strategy?: string | undefined;
|
|
1764
|
+
} | undefined;
|
|
1765
|
+
required?: {
|
|
1766
|
+
expressionStr?: string | undefined;
|
|
1657
1767
|
expression?: string | undefined;
|
|
1658
1768
|
value?: boolean | undefined;
|
|
1659
1769
|
fieldValue?: boolean | undefined;
|
|
1660
|
-
|
|
1661
|
-
|
|
1770
|
+
strategy?: string | undefined;
|
|
1771
|
+
} | undefined;
|
|
1772
|
+
assignment?: {
|
|
1773
|
+
expressionStr?: string | undefined;
|
|
1662
1774
|
expression?: string | undefined;
|
|
1663
|
-
strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
|
|
1664
1775
|
value?: boolean | undefined;
|
|
1665
|
-
|
|
1776
|
+
fieldValue?: boolean | undefined;
|
|
1777
|
+
strategy?: string | undefined;
|
|
1778
|
+
} | undefined;
|
|
1666
1779
|
};
|
|
1667
1780
|
};
|
|
1668
1781
|
deviceConnectivity: boolean;
|
|
@@ -1685,11 +1798,11 @@ export declare function useDesignModal(): {
|
|
|
1685
1798
|
url: string;
|
|
1686
1799
|
} | undefined;
|
|
1687
1800
|
}[];
|
|
1688
|
-
}
|
|
1689
|
-
modalBottomBtn: import('vue').ComputedRef<{
|
|
1801
|
+
} | {
|
|
1690
1802
|
id: string;
|
|
1691
1803
|
type: BuiltinType.BottomButtonContainer;
|
|
1692
1804
|
children: {
|
|
1805
|
+
[x: string]: any;
|
|
1693
1806
|
id: string;
|
|
1694
1807
|
platform: import('@gct-paas/core').Platform;
|
|
1695
1808
|
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
@@ -1803,6 +1916,7 @@ export declare function useDesignModal(): {
|
|
|
1803
1916
|
tableheight?: number | undefined;
|
|
1804
1917
|
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
1805
1918
|
enableHeaderBGColor?: boolean | undefined;
|
|
1919
|
+
enableBGColor?: boolean | undefined;
|
|
1806
1920
|
};
|
|
1807
1921
|
props: {
|
|
1808
1922
|
[x: string]: any;
|
|
@@ -1818,29 +1932,1189 @@ export declare function useDesignModal(): {
|
|
|
1818
1932
|
componentDependency: {
|
|
1819
1933
|
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
1820
1934
|
configDependency: {
|
|
1821
|
-
hidden
|
|
1935
|
+
hidden?: {
|
|
1936
|
+
expressionStr?: string | undefined;
|
|
1822
1937
|
expression?: string | undefined;
|
|
1823
1938
|
value?: boolean | undefined;
|
|
1824
|
-
|
|
1825
|
-
|
|
1939
|
+
fieldValue?: boolean | undefined;
|
|
1940
|
+
strategy?: string | undefined;
|
|
1941
|
+
} | undefined;
|
|
1942
|
+
readonly?: {
|
|
1943
|
+
expressionStr?: string | undefined;
|
|
1826
1944
|
expression?: string | undefined;
|
|
1827
1945
|
value?: boolean | undefined;
|
|
1828
1946
|
fieldValue?: boolean | undefined;
|
|
1829
|
-
|
|
1830
|
-
|
|
1947
|
+
strategy?: string | undefined;
|
|
1948
|
+
} | undefined;
|
|
1949
|
+
disabled?: {
|
|
1950
|
+
expressionStr?: string | undefined;
|
|
1831
1951
|
expression?: string | undefined;
|
|
1832
1952
|
value?: boolean | undefined;
|
|
1833
|
-
|
|
1834
|
-
|
|
1953
|
+
fieldValue?: boolean | undefined;
|
|
1954
|
+
strategy?: string | undefined;
|
|
1955
|
+
} | undefined;
|
|
1956
|
+
required?: {
|
|
1957
|
+
expressionStr?: string | undefined;
|
|
1835
1958
|
expression?: string | undefined;
|
|
1836
1959
|
value?: boolean | undefined;
|
|
1837
1960
|
fieldValue?: boolean | undefined;
|
|
1838
|
-
|
|
1839
|
-
|
|
1961
|
+
strategy?: string | undefined;
|
|
1962
|
+
} | undefined;
|
|
1963
|
+
assignment?: {
|
|
1964
|
+
expressionStr?: string | undefined;
|
|
1840
1965
|
expression?: string | undefined;
|
|
1841
|
-
strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
|
|
1842
1966
|
value?: boolean | undefined;
|
|
1843
|
-
|
|
1967
|
+
fieldValue?: boolean | undefined;
|
|
1968
|
+
strategy?: string | undefined;
|
|
1969
|
+
} | undefined;
|
|
1970
|
+
};
|
|
1971
|
+
};
|
|
1972
|
+
deviceConnectivity: boolean;
|
|
1973
|
+
};
|
|
1974
|
+
events: import('@gct-paas/schema').IBasicEvents;
|
|
1975
|
+
formItem?: boolean | undefined;
|
|
1976
|
+
display?: import('@gct-paas/core').DisplayEnums | undefined;
|
|
1977
|
+
displayName?: string | undefined;
|
|
1978
|
+
i18n?: Record<string, string> | undefined;
|
|
1979
|
+
isField?: boolean | undefined;
|
|
1980
|
+
materialType?: import('@gct-paas/core').MaterialEnum | undefined;
|
|
1981
|
+
preLocation?: string | undefined;
|
|
1982
|
+
ignoringStyle?: string[] | undefined;
|
|
1983
|
+
isReadonlyWidget?: boolean | undefined;
|
|
1984
|
+
parentComponent?: import('@gct-paas/core').FormComponents | undefined;
|
|
1985
|
+
dropPlaceholder?: string | undefined;
|
|
1986
|
+
_plugin?: {
|
|
1987
|
+
key: string;
|
|
1988
|
+
version: string;
|
|
1989
|
+
url: string;
|
|
1990
|
+
} | undefined;
|
|
1991
|
+
}[];
|
|
1992
|
+
}>;
|
|
1993
|
+
modalFooter: import('vue').ComputedRef<{
|
|
1994
|
+
id: string;
|
|
1995
|
+
type: BuiltinType.MODAL_BODY | string;
|
|
1996
|
+
children: {
|
|
1997
|
+
[x: string]: any;
|
|
1998
|
+
id: string;
|
|
1999
|
+
platform: import('@gct-paas/core').Platform;
|
|
2000
|
+
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
2001
|
+
alias: string;
|
|
2002
|
+
name: string;
|
|
2003
|
+
compName?: string | undefined;
|
|
2004
|
+
compKey?: string | undefined;
|
|
2005
|
+
type: string | import('@gct-paas/core').FormComponents;
|
|
2006
|
+
icon: string;
|
|
2007
|
+
children?: any[] | undefined;
|
|
2008
|
+
internal?: boolean | undefined;
|
|
2009
|
+
description?: string | undefined;
|
|
2010
|
+
style: {
|
|
2011
|
+
position?: string | undefined;
|
|
2012
|
+
top?: string | undefined;
|
|
2013
|
+
left?: string | undefined;
|
|
2014
|
+
right?: string | undefined;
|
|
2015
|
+
bottom?: string | undefined;
|
|
2016
|
+
width?: string | undefined;
|
|
2017
|
+
height?: string | undefined;
|
|
2018
|
+
maxHeight?: string | undefined;
|
|
2019
|
+
backgroundColor?: string | undefined;
|
|
2020
|
+
marginAll?: string | undefined;
|
|
2021
|
+
marginTop?: string | undefined;
|
|
2022
|
+
marginRight?: string | undefined;
|
|
2023
|
+
marginBottom?: string | undefined;
|
|
2024
|
+
marginLeft?: string | undefined;
|
|
2025
|
+
paddingAll?: string | undefined;
|
|
2026
|
+
paddingTop?: string | undefined;
|
|
2027
|
+
paddingRight?: string | undefined;
|
|
2028
|
+
paddingBottom?: string | undefined;
|
|
2029
|
+
paddingLeft?: string | undefined;
|
|
2030
|
+
labelFont?: {
|
|
2031
|
+
fontSize: string;
|
|
2032
|
+
bold: boolean;
|
|
2033
|
+
italic: boolean;
|
|
2034
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
2035
|
+
color: string;
|
|
2036
|
+
align: "left" | "right" | "justify";
|
|
2037
|
+
} | undefined;
|
|
2038
|
+
contentFont?: {
|
|
2039
|
+
fontSize: string;
|
|
2040
|
+
bold: boolean;
|
|
2041
|
+
italic: boolean;
|
|
2042
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
2043
|
+
color: string;
|
|
2044
|
+
align: "left" | "right" | "justify";
|
|
2045
|
+
} | undefined;
|
|
2046
|
+
tagStyle?: {
|
|
2047
|
+
color?: string | undefined;
|
|
2048
|
+
tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
|
|
2049
|
+
} | undefined;
|
|
2050
|
+
tagStyleOpen?: boolean | undefined;
|
|
2051
|
+
borderAll?: {
|
|
2052
|
+
borderWidth?: string | undefined;
|
|
2053
|
+
borderStyle?: string | undefined;
|
|
2054
|
+
borderColor?: string | undefined;
|
|
2055
|
+
} | undefined;
|
|
2056
|
+
borderLeft?: {
|
|
2057
|
+
borderWidth?: string | undefined;
|
|
2058
|
+
borderStyle?: string | undefined;
|
|
2059
|
+
borderColor?: string | undefined;
|
|
2060
|
+
} | undefined;
|
|
2061
|
+
borderRight?: {
|
|
2062
|
+
borderWidth?: string | undefined;
|
|
2063
|
+
borderStyle?: string | undefined;
|
|
2064
|
+
borderColor?: string | undefined;
|
|
2065
|
+
} | undefined;
|
|
2066
|
+
borderBottom?: {
|
|
2067
|
+
borderWidth?: string | undefined;
|
|
2068
|
+
borderStyle?: string | undefined;
|
|
2069
|
+
borderColor?: string | undefined;
|
|
2070
|
+
} | undefined;
|
|
2071
|
+
borderTop?: {
|
|
2072
|
+
borderWidth?: string | undefined;
|
|
2073
|
+
borderStyle?: string | undefined;
|
|
2074
|
+
borderColor?: string | undefined;
|
|
2075
|
+
} | undefined;
|
|
2076
|
+
borderTopRightRadius?: string | undefined;
|
|
2077
|
+
borderTopLeftRadius?: string | undefined;
|
|
2078
|
+
borderBottomRightRadius?: string | undefined;
|
|
2079
|
+
borderBottomLeftRadius?: string | undefined;
|
|
2080
|
+
borderAllRadius?: string | undefined;
|
|
2081
|
+
columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
2082
|
+
columnwidth?: number | undefined;
|
|
2083
|
+
columnFontStyleByRule?: {
|
|
2084
|
+
displayRule: string;
|
|
2085
|
+
contentFont: {
|
|
2086
|
+
fontSize: string;
|
|
2087
|
+
bold: boolean;
|
|
2088
|
+
italic: boolean;
|
|
2089
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
2090
|
+
color: string;
|
|
2091
|
+
align: "left" | "right" | "justify";
|
|
2092
|
+
};
|
|
2093
|
+
tagStyle: {
|
|
2094
|
+
color?: string | undefined;
|
|
2095
|
+
tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
|
|
2096
|
+
};
|
|
2097
|
+
progressStyle: {
|
|
2098
|
+
color: string;
|
|
2099
|
+
tagType: import('@gct-paas/core').ProgressTypeEnum;
|
|
2100
|
+
};
|
|
2101
|
+
tagType: import('@gct-paas/core').tagEnum;
|
|
2102
|
+
tagStyleOpen: boolean;
|
|
2103
|
+
}[] | undefined;
|
|
2104
|
+
columnBackgroundByRule?: {
|
|
2105
|
+
displayRule: string;
|
|
2106
|
+
backgroundColor?: string | undefined;
|
|
2107
|
+
}[] | undefined;
|
|
2108
|
+
tableheight?: number | undefined;
|
|
2109
|
+
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
2110
|
+
enableHeaderBGColor?: boolean | undefined;
|
|
2111
|
+
enableBGColor?: boolean | undefined;
|
|
2112
|
+
};
|
|
2113
|
+
props: {
|
|
2114
|
+
[x: string]: any;
|
|
2115
|
+
hidden: boolean;
|
|
2116
|
+
displayType?: import('@gct-paas/core').DisplayType | undefined;
|
|
2117
|
+
displayRule?: string | undefined;
|
|
2118
|
+
modeldata?: {
|
|
2119
|
+
modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
|
|
2120
|
+
modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
|
|
2121
|
+
subModel?: 0 | 1 | undefined;
|
|
2122
|
+
supportProcess?: 0 | 1 | undefined;
|
|
2123
|
+
} | undefined;
|
|
2124
|
+
componentDependency: {
|
|
2125
|
+
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
2126
|
+
configDependency: {
|
|
2127
|
+
hidden?: {
|
|
2128
|
+
expressionStr?: string | undefined;
|
|
2129
|
+
expression?: string | undefined;
|
|
2130
|
+
value?: boolean | undefined;
|
|
2131
|
+
fieldValue?: boolean | undefined;
|
|
2132
|
+
strategy?: string | undefined;
|
|
2133
|
+
} | undefined;
|
|
2134
|
+
readonly?: {
|
|
2135
|
+
expressionStr?: string | undefined;
|
|
2136
|
+
expression?: string | undefined;
|
|
2137
|
+
value?: boolean | undefined;
|
|
2138
|
+
fieldValue?: boolean | undefined;
|
|
2139
|
+
strategy?: string | undefined;
|
|
2140
|
+
} | undefined;
|
|
2141
|
+
disabled?: {
|
|
2142
|
+
expressionStr?: string | undefined;
|
|
2143
|
+
expression?: string | undefined;
|
|
2144
|
+
value?: boolean | undefined;
|
|
2145
|
+
fieldValue?: boolean | undefined;
|
|
2146
|
+
strategy?: string | undefined;
|
|
2147
|
+
} | undefined;
|
|
2148
|
+
required?: {
|
|
2149
|
+
expressionStr?: string | undefined;
|
|
2150
|
+
expression?: string | undefined;
|
|
2151
|
+
value?: boolean | undefined;
|
|
2152
|
+
fieldValue?: boolean | undefined;
|
|
2153
|
+
strategy?: string | undefined;
|
|
2154
|
+
} | undefined;
|
|
2155
|
+
assignment?: {
|
|
2156
|
+
expressionStr?: string | undefined;
|
|
2157
|
+
expression?: string | undefined;
|
|
2158
|
+
value?: boolean | undefined;
|
|
2159
|
+
fieldValue?: boolean | undefined;
|
|
2160
|
+
strategy?: string | undefined;
|
|
2161
|
+
} | undefined;
|
|
2162
|
+
};
|
|
2163
|
+
};
|
|
2164
|
+
deviceConnectivity: boolean;
|
|
2165
|
+
};
|
|
2166
|
+
events: import('@gct-paas/schema').IBasicEvents;
|
|
2167
|
+
formItem?: boolean | undefined;
|
|
2168
|
+
display?: import('@gct-paas/core').DisplayEnums | undefined;
|
|
2169
|
+
displayName?: string | undefined;
|
|
2170
|
+
i18n?: Record<string, string> | undefined;
|
|
2171
|
+
isField?: boolean | undefined;
|
|
2172
|
+
materialType?: import('@gct-paas/core').MaterialEnum | undefined;
|
|
2173
|
+
preLocation?: string | undefined;
|
|
2174
|
+
ignoringStyle?: string[] | undefined;
|
|
2175
|
+
isReadonlyWidget?: boolean | undefined;
|
|
2176
|
+
parentComponent?: import('@gct-paas/core').FormComponents | undefined;
|
|
2177
|
+
dropPlaceholder?: string | undefined;
|
|
2178
|
+
_plugin?: {
|
|
2179
|
+
key: string;
|
|
2180
|
+
version: string;
|
|
2181
|
+
url: string;
|
|
2182
|
+
} | undefined;
|
|
2183
|
+
}[];
|
|
2184
|
+
} | {
|
|
2185
|
+
id: string;
|
|
2186
|
+
type: BuiltinType.MODAL_FOOTER;
|
|
2187
|
+
children: {
|
|
2188
|
+
[x: string]: any;
|
|
2189
|
+
id: string;
|
|
2190
|
+
platform: import('@gct-paas/core').Platform;
|
|
2191
|
+
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
2192
|
+
alias: string;
|
|
2193
|
+
name: string;
|
|
2194
|
+
compName?: string | undefined;
|
|
2195
|
+
compKey?: string | undefined;
|
|
2196
|
+
type: string | import('@gct-paas/core').FormComponents;
|
|
2197
|
+
icon: string;
|
|
2198
|
+
children?: any[] | undefined;
|
|
2199
|
+
internal?: boolean | undefined;
|
|
2200
|
+
description?: string | undefined;
|
|
2201
|
+
style: {
|
|
2202
|
+
position?: string | undefined;
|
|
2203
|
+
top?: string | undefined;
|
|
2204
|
+
left?: string | undefined;
|
|
2205
|
+
right?: string | undefined;
|
|
2206
|
+
bottom?: string | undefined;
|
|
2207
|
+
width?: string | undefined;
|
|
2208
|
+
height?: string | undefined;
|
|
2209
|
+
maxHeight?: string | undefined;
|
|
2210
|
+
backgroundColor?: string | undefined;
|
|
2211
|
+
marginAll?: string | undefined;
|
|
2212
|
+
marginTop?: string | undefined;
|
|
2213
|
+
marginRight?: string | undefined;
|
|
2214
|
+
marginBottom?: string | undefined;
|
|
2215
|
+
marginLeft?: string | undefined;
|
|
2216
|
+
paddingAll?: string | undefined;
|
|
2217
|
+
paddingTop?: string | undefined;
|
|
2218
|
+
paddingRight?: string | undefined;
|
|
2219
|
+
paddingBottom?: string | undefined;
|
|
2220
|
+
paddingLeft?: string | undefined;
|
|
2221
|
+
labelFont?: {
|
|
2222
|
+
fontSize: string;
|
|
2223
|
+
bold: boolean;
|
|
2224
|
+
italic: boolean;
|
|
2225
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
2226
|
+
color: string;
|
|
2227
|
+
align: "left" | "right" | "justify";
|
|
2228
|
+
} | undefined;
|
|
2229
|
+
contentFont?: {
|
|
2230
|
+
fontSize: string;
|
|
2231
|
+
bold: boolean;
|
|
2232
|
+
italic: boolean;
|
|
2233
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
2234
|
+
color: string;
|
|
2235
|
+
align: "left" | "right" | "justify";
|
|
2236
|
+
} | undefined;
|
|
2237
|
+
tagStyle?: {
|
|
2238
|
+
color?: string | undefined;
|
|
2239
|
+
tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
|
|
2240
|
+
} | undefined;
|
|
2241
|
+
tagStyleOpen?: boolean | undefined;
|
|
2242
|
+
borderAll?: {
|
|
2243
|
+
borderWidth?: string | undefined;
|
|
2244
|
+
borderStyle?: string | undefined;
|
|
2245
|
+
borderColor?: string | undefined;
|
|
2246
|
+
} | undefined;
|
|
2247
|
+
borderLeft?: {
|
|
2248
|
+
borderWidth?: string | undefined;
|
|
2249
|
+
borderStyle?: string | undefined;
|
|
2250
|
+
borderColor?: string | undefined;
|
|
2251
|
+
} | undefined;
|
|
2252
|
+
borderRight?: {
|
|
2253
|
+
borderWidth?: string | undefined;
|
|
2254
|
+
borderStyle?: string | undefined;
|
|
2255
|
+
borderColor?: string | undefined;
|
|
2256
|
+
} | undefined;
|
|
2257
|
+
borderBottom?: {
|
|
2258
|
+
borderWidth?: string | undefined;
|
|
2259
|
+
borderStyle?: string | undefined;
|
|
2260
|
+
borderColor?: string | undefined;
|
|
2261
|
+
} | undefined;
|
|
2262
|
+
borderTop?: {
|
|
2263
|
+
borderWidth?: string | undefined;
|
|
2264
|
+
borderStyle?: string | undefined;
|
|
2265
|
+
borderColor?: string | undefined;
|
|
2266
|
+
} | undefined;
|
|
2267
|
+
borderTopRightRadius?: string | undefined;
|
|
2268
|
+
borderTopLeftRadius?: string | undefined;
|
|
2269
|
+
borderBottomRightRadius?: string | undefined;
|
|
2270
|
+
borderBottomLeftRadius?: string | undefined;
|
|
2271
|
+
borderAllRadius?: string | undefined;
|
|
2272
|
+
columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
2273
|
+
columnwidth?: number | undefined;
|
|
2274
|
+
columnFontStyleByRule?: {
|
|
2275
|
+
displayRule: string;
|
|
2276
|
+
contentFont: {
|
|
2277
|
+
fontSize: string;
|
|
2278
|
+
bold: boolean;
|
|
2279
|
+
italic: boolean;
|
|
2280
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
2281
|
+
color: string;
|
|
2282
|
+
align: "left" | "right" | "justify";
|
|
2283
|
+
};
|
|
2284
|
+
tagStyle: {
|
|
2285
|
+
color?: string | undefined;
|
|
2286
|
+
tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
|
|
2287
|
+
};
|
|
2288
|
+
progressStyle: {
|
|
2289
|
+
color: string;
|
|
2290
|
+
tagType: import('@gct-paas/core').ProgressTypeEnum;
|
|
2291
|
+
};
|
|
2292
|
+
tagType: import('@gct-paas/core').tagEnum;
|
|
2293
|
+
tagStyleOpen: boolean;
|
|
2294
|
+
}[] | undefined;
|
|
2295
|
+
columnBackgroundByRule?: {
|
|
2296
|
+
displayRule: string;
|
|
2297
|
+
backgroundColor?: string | undefined;
|
|
2298
|
+
}[] | undefined;
|
|
2299
|
+
tableheight?: number | undefined;
|
|
2300
|
+
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
2301
|
+
enableHeaderBGColor?: boolean | undefined;
|
|
2302
|
+
enableBGColor?: boolean | undefined;
|
|
2303
|
+
};
|
|
2304
|
+
props: {
|
|
2305
|
+
[x: string]: any;
|
|
2306
|
+
hidden: boolean;
|
|
2307
|
+
displayType?: import('@gct-paas/core').DisplayType | undefined;
|
|
2308
|
+
displayRule?: string | undefined;
|
|
2309
|
+
modeldata?: {
|
|
2310
|
+
modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
|
|
2311
|
+
modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
|
|
2312
|
+
subModel?: 0 | 1 | undefined;
|
|
2313
|
+
supportProcess?: 0 | 1 | undefined;
|
|
2314
|
+
} | undefined;
|
|
2315
|
+
componentDependency: {
|
|
2316
|
+
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
2317
|
+
configDependency: {
|
|
2318
|
+
hidden?: {
|
|
2319
|
+
expressionStr?: string | undefined;
|
|
2320
|
+
expression?: string | undefined;
|
|
2321
|
+
value?: boolean | undefined;
|
|
2322
|
+
fieldValue?: boolean | undefined;
|
|
2323
|
+
strategy?: string | undefined;
|
|
2324
|
+
} | undefined;
|
|
2325
|
+
readonly?: {
|
|
2326
|
+
expressionStr?: string | undefined;
|
|
2327
|
+
expression?: string | undefined;
|
|
2328
|
+
value?: boolean | undefined;
|
|
2329
|
+
fieldValue?: boolean | undefined;
|
|
2330
|
+
strategy?: string | undefined;
|
|
2331
|
+
} | undefined;
|
|
2332
|
+
disabled?: {
|
|
2333
|
+
expressionStr?: string | undefined;
|
|
2334
|
+
expression?: string | undefined;
|
|
2335
|
+
value?: boolean | undefined;
|
|
2336
|
+
fieldValue?: boolean | undefined;
|
|
2337
|
+
strategy?: string | undefined;
|
|
2338
|
+
} | undefined;
|
|
2339
|
+
required?: {
|
|
2340
|
+
expressionStr?: string | undefined;
|
|
2341
|
+
expression?: string | undefined;
|
|
2342
|
+
value?: boolean | undefined;
|
|
2343
|
+
fieldValue?: boolean | undefined;
|
|
2344
|
+
strategy?: string | undefined;
|
|
2345
|
+
} | undefined;
|
|
2346
|
+
assignment?: {
|
|
2347
|
+
expressionStr?: string | undefined;
|
|
2348
|
+
expression?: string | undefined;
|
|
2349
|
+
value?: boolean | undefined;
|
|
2350
|
+
fieldValue?: boolean | undefined;
|
|
2351
|
+
strategy?: string | undefined;
|
|
2352
|
+
} | undefined;
|
|
2353
|
+
};
|
|
2354
|
+
};
|
|
2355
|
+
deviceConnectivity: boolean;
|
|
2356
|
+
};
|
|
2357
|
+
events: import('@gct-paas/schema').IBasicEvents;
|
|
2358
|
+
formItem?: boolean | undefined;
|
|
2359
|
+
display?: import('@gct-paas/core').DisplayEnums | undefined;
|
|
2360
|
+
displayName?: string | undefined;
|
|
2361
|
+
i18n?: Record<string, string> | undefined;
|
|
2362
|
+
isField?: boolean | undefined;
|
|
2363
|
+
materialType?: import('@gct-paas/core').MaterialEnum | undefined;
|
|
2364
|
+
preLocation?: string | undefined;
|
|
2365
|
+
ignoringStyle?: string[] | undefined;
|
|
2366
|
+
isReadonlyWidget?: boolean | undefined;
|
|
2367
|
+
parentComponent?: import('@gct-paas/core').FormComponents | undefined;
|
|
2368
|
+
dropPlaceholder?: string | undefined;
|
|
2369
|
+
_plugin?: {
|
|
2370
|
+
key: string;
|
|
2371
|
+
version: string;
|
|
2372
|
+
url: string;
|
|
2373
|
+
} | undefined;
|
|
2374
|
+
}[];
|
|
2375
|
+
} | {
|
|
2376
|
+
id: string;
|
|
2377
|
+
type: BuiltinType.BottomButtonContainer;
|
|
2378
|
+
children: {
|
|
2379
|
+
[x: string]: any;
|
|
2380
|
+
id: string;
|
|
2381
|
+
platform: import('@gct-paas/core').Platform;
|
|
2382
|
+
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
2383
|
+
alias: string;
|
|
2384
|
+
name: string;
|
|
2385
|
+
compName?: string | undefined;
|
|
2386
|
+
compKey?: string | undefined;
|
|
2387
|
+
type: string | import('@gct-paas/core').FormComponents;
|
|
2388
|
+
icon: string;
|
|
2389
|
+
children?: any[] | undefined;
|
|
2390
|
+
internal?: boolean | undefined;
|
|
2391
|
+
description?: string | undefined;
|
|
2392
|
+
style: {
|
|
2393
|
+
position?: string | undefined;
|
|
2394
|
+
top?: string | undefined;
|
|
2395
|
+
left?: string | undefined;
|
|
2396
|
+
right?: string | undefined;
|
|
2397
|
+
bottom?: string | undefined;
|
|
2398
|
+
width?: string | undefined;
|
|
2399
|
+
height?: string | undefined;
|
|
2400
|
+
maxHeight?: string | undefined;
|
|
2401
|
+
backgroundColor?: string | undefined;
|
|
2402
|
+
marginAll?: string | undefined;
|
|
2403
|
+
marginTop?: string | undefined;
|
|
2404
|
+
marginRight?: string | undefined;
|
|
2405
|
+
marginBottom?: string | undefined;
|
|
2406
|
+
marginLeft?: string | undefined;
|
|
2407
|
+
paddingAll?: string | undefined;
|
|
2408
|
+
paddingTop?: string | undefined;
|
|
2409
|
+
paddingRight?: string | undefined;
|
|
2410
|
+
paddingBottom?: string | undefined;
|
|
2411
|
+
paddingLeft?: string | undefined;
|
|
2412
|
+
labelFont?: {
|
|
2413
|
+
fontSize: string;
|
|
2414
|
+
bold: boolean;
|
|
2415
|
+
italic: boolean;
|
|
2416
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
2417
|
+
color: string;
|
|
2418
|
+
align: "left" | "right" | "justify";
|
|
2419
|
+
} | undefined;
|
|
2420
|
+
contentFont?: {
|
|
2421
|
+
fontSize: string;
|
|
2422
|
+
bold: boolean;
|
|
2423
|
+
italic: boolean;
|
|
2424
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
2425
|
+
color: string;
|
|
2426
|
+
align: "left" | "right" | "justify";
|
|
2427
|
+
} | undefined;
|
|
2428
|
+
tagStyle?: {
|
|
2429
|
+
color?: string | undefined;
|
|
2430
|
+
tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
|
|
2431
|
+
} | undefined;
|
|
2432
|
+
tagStyleOpen?: boolean | undefined;
|
|
2433
|
+
borderAll?: {
|
|
2434
|
+
borderWidth?: string | undefined;
|
|
2435
|
+
borderStyle?: string | undefined;
|
|
2436
|
+
borderColor?: string | undefined;
|
|
2437
|
+
} | undefined;
|
|
2438
|
+
borderLeft?: {
|
|
2439
|
+
borderWidth?: string | undefined;
|
|
2440
|
+
borderStyle?: string | undefined;
|
|
2441
|
+
borderColor?: string | undefined;
|
|
2442
|
+
} | undefined;
|
|
2443
|
+
borderRight?: {
|
|
2444
|
+
borderWidth?: string | undefined;
|
|
2445
|
+
borderStyle?: string | undefined;
|
|
2446
|
+
borderColor?: string | undefined;
|
|
2447
|
+
} | undefined;
|
|
2448
|
+
borderBottom?: {
|
|
2449
|
+
borderWidth?: string | undefined;
|
|
2450
|
+
borderStyle?: string | undefined;
|
|
2451
|
+
borderColor?: string | undefined;
|
|
2452
|
+
} | undefined;
|
|
2453
|
+
borderTop?: {
|
|
2454
|
+
borderWidth?: string | undefined;
|
|
2455
|
+
borderStyle?: string | undefined;
|
|
2456
|
+
borderColor?: string | undefined;
|
|
2457
|
+
} | undefined;
|
|
2458
|
+
borderTopRightRadius?: string | undefined;
|
|
2459
|
+
borderTopLeftRadius?: string | undefined;
|
|
2460
|
+
borderBottomRightRadius?: string | undefined;
|
|
2461
|
+
borderBottomLeftRadius?: string | undefined;
|
|
2462
|
+
borderAllRadius?: string | undefined;
|
|
2463
|
+
columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
2464
|
+
columnwidth?: number | undefined;
|
|
2465
|
+
columnFontStyleByRule?: {
|
|
2466
|
+
displayRule: string;
|
|
2467
|
+
contentFont: {
|
|
2468
|
+
fontSize: string;
|
|
2469
|
+
bold: boolean;
|
|
2470
|
+
italic: boolean;
|
|
2471
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
2472
|
+
color: string;
|
|
2473
|
+
align: "left" | "right" | "justify";
|
|
2474
|
+
};
|
|
2475
|
+
tagStyle: {
|
|
2476
|
+
color?: string | undefined;
|
|
2477
|
+
tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
|
|
2478
|
+
};
|
|
2479
|
+
progressStyle: {
|
|
2480
|
+
color: string;
|
|
2481
|
+
tagType: import('@gct-paas/core').ProgressTypeEnum;
|
|
2482
|
+
};
|
|
2483
|
+
tagType: import('@gct-paas/core').tagEnum;
|
|
2484
|
+
tagStyleOpen: boolean;
|
|
2485
|
+
}[] | undefined;
|
|
2486
|
+
columnBackgroundByRule?: {
|
|
2487
|
+
displayRule: string;
|
|
2488
|
+
backgroundColor?: string | undefined;
|
|
2489
|
+
}[] | undefined;
|
|
2490
|
+
tableheight?: number | undefined;
|
|
2491
|
+
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
2492
|
+
enableHeaderBGColor?: boolean | undefined;
|
|
2493
|
+
enableBGColor?: boolean | undefined;
|
|
2494
|
+
};
|
|
2495
|
+
props: {
|
|
2496
|
+
[x: string]: any;
|
|
2497
|
+
hidden: boolean;
|
|
2498
|
+
displayType?: import('@gct-paas/core').DisplayType | undefined;
|
|
2499
|
+
displayRule?: string | undefined;
|
|
2500
|
+
modeldata?: {
|
|
2501
|
+
modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
|
|
2502
|
+
modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
|
|
2503
|
+
subModel?: 0 | 1 | undefined;
|
|
2504
|
+
supportProcess?: 0 | 1 | undefined;
|
|
2505
|
+
} | undefined;
|
|
2506
|
+
componentDependency: {
|
|
2507
|
+
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
2508
|
+
configDependency: {
|
|
2509
|
+
hidden?: {
|
|
2510
|
+
expressionStr?: string | undefined;
|
|
2511
|
+
expression?: string | undefined;
|
|
2512
|
+
value?: boolean | undefined;
|
|
2513
|
+
fieldValue?: boolean | undefined;
|
|
2514
|
+
strategy?: string | undefined;
|
|
2515
|
+
} | undefined;
|
|
2516
|
+
readonly?: {
|
|
2517
|
+
expressionStr?: string | undefined;
|
|
2518
|
+
expression?: string | undefined;
|
|
2519
|
+
value?: boolean | undefined;
|
|
2520
|
+
fieldValue?: boolean | undefined;
|
|
2521
|
+
strategy?: string | undefined;
|
|
2522
|
+
} | undefined;
|
|
2523
|
+
disabled?: {
|
|
2524
|
+
expressionStr?: string | undefined;
|
|
2525
|
+
expression?: string | undefined;
|
|
2526
|
+
value?: boolean | undefined;
|
|
2527
|
+
fieldValue?: boolean | undefined;
|
|
2528
|
+
strategy?: string | undefined;
|
|
2529
|
+
} | undefined;
|
|
2530
|
+
required?: {
|
|
2531
|
+
expressionStr?: string | undefined;
|
|
2532
|
+
expression?: string | undefined;
|
|
2533
|
+
value?: boolean | undefined;
|
|
2534
|
+
fieldValue?: boolean | undefined;
|
|
2535
|
+
strategy?: string | undefined;
|
|
2536
|
+
} | undefined;
|
|
2537
|
+
assignment?: {
|
|
2538
|
+
expressionStr?: string | undefined;
|
|
2539
|
+
expression?: string | undefined;
|
|
2540
|
+
value?: boolean | undefined;
|
|
2541
|
+
fieldValue?: boolean | undefined;
|
|
2542
|
+
strategy?: string | undefined;
|
|
2543
|
+
} | undefined;
|
|
2544
|
+
};
|
|
2545
|
+
};
|
|
2546
|
+
deviceConnectivity: boolean;
|
|
2547
|
+
};
|
|
2548
|
+
events: import('@gct-paas/schema').IBasicEvents;
|
|
2549
|
+
formItem?: boolean | undefined;
|
|
2550
|
+
display?: import('@gct-paas/core').DisplayEnums | undefined;
|
|
2551
|
+
displayName?: string | undefined;
|
|
2552
|
+
i18n?: Record<string, string> | undefined;
|
|
2553
|
+
isField?: boolean | undefined;
|
|
2554
|
+
materialType?: import('@gct-paas/core').MaterialEnum | undefined;
|
|
2555
|
+
preLocation?: string | undefined;
|
|
2556
|
+
ignoringStyle?: string[] | undefined;
|
|
2557
|
+
isReadonlyWidget?: boolean | undefined;
|
|
2558
|
+
parentComponent?: import('@gct-paas/core').FormComponents | undefined;
|
|
2559
|
+
dropPlaceholder?: string | undefined;
|
|
2560
|
+
_plugin?: {
|
|
2561
|
+
key: string;
|
|
2562
|
+
version: string;
|
|
2563
|
+
url: string;
|
|
2564
|
+
} | undefined;
|
|
2565
|
+
}[];
|
|
2566
|
+
}>;
|
|
2567
|
+
modalBottomBtn: import('vue').ComputedRef<{
|
|
2568
|
+
id: string;
|
|
2569
|
+
type: BuiltinType.MODAL_BODY | string;
|
|
2570
|
+
children: {
|
|
2571
|
+
[x: string]: any;
|
|
2572
|
+
id: string;
|
|
2573
|
+
platform: import('@gct-paas/core').Platform;
|
|
2574
|
+
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
2575
|
+
alias: string;
|
|
2576
|
+
name: string;
|
|
2577
|
+
compName?: string | undefined;
|
|
2578
|
+
compKey?: string | undefined;
|
|
2579
|
+
type: string | import('@gct-paas/core').FormComponents;
|
|
2580
|
+
icon: string;
|
|
2581
|
+
children?: any[] | undefined;
|
|
2582
|
+
internal?: boolean | undefined;
|
|
2583
|
+
description?: string | undefined;
|
|
2584
|
+
style: {
|
|
2585
|
+
position?: string | undefined;
|
|
2586
|
+
top?: string | undefined;
|
|
2587
|
+
left?: string | undefined;
|
|
2588
|
+
right?: string | undefined;
|
|
2589
|
+
bottom?: string | undefined;
|
|
2590
|
+
width?: string | undefined;
|
|
2591
|
+
height?: string | undefined;
|
|
2592
|
+
maxHeight?: string | undefined;
|
|
2593
|
+
backgroundColor?: string | undefined;
|
|
2594
|
+
marginAll?: string | undefined;
|
|
2595
|
+
marginTop?: string | undefined;
|
|
2596
|
+
marginRight?: string | undefined;
|
|
2597
|
+
marginBottom?: string | undefined;
|
|
2598
|
+
marginLeft?: string | undefined;
|
|
2599
|
+
paddingAll?: string | undefined;
|
|
2600
|
+
paddingTop?: string | undefined;
|
|
2601
|
+
paddingRight?: string | undefined;
|
|
2602
|
+
paddingBottom?: string | undefined;
|
|
2603
|
+
paddingLeft?: string | undefined;
|
|
2604
|
+
labelFont?: {
|
|
2605
|
+
fontSize: string;
|
|
2606
|
+
bold: boolean;
|
|
2607
|
+
italic: boolean;
|
|
2608
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
2609
|
+
color: string;
|
|
2610
|
+
align: "left" | "right" | "justify";
|
|
2611
|
+
} | undefined;
|
|
2612
|
+
contentFont?: {
|
|
2613
|
+
fontSize: string;
|
|
2614
|
+
bold: boolean;
|
|
2615
|
+
italic: boolean;
|
|
2616
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
2617
|
+
color: string;
|
|
2618
|
+
align: "left" | "right" | "justify";
|
|
2619
|
+
} | undefined;
|
|
2620
|
+
tagStyle?: {
|
|
2621
|
+
color?: string | undefined;
|
|
2622
|
+
tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
|
|
2623
|
+
} | undefined;
|
|
2624
|
+
tagStyleOpen?: boolean | undefined;
|
|
2625
|
+
borderAll?: {
|
|
2626
|
+
borderWidth?: string | undefined;
|
|
2627
|
+
borderStyle?: string | undefined;
|
|
2628
|
+
borderColor?: string | undefined;
|
|
2629
|
+
} | undefined;
|
|
2630
|
+
borderLeft?: {
|
|
2631
|
+
borderWidth?: string | undefined;
|
|
2632
|
+
borderStyle?: string | undefined;
|
|
2633
|
+
borderColor?: string | undefined;
|
|
2634
|
+
} | undefined;
|
|
2635
|
+
borderRight?: {
|
|
2636
|
+
borderWidth?: string | undefined;
|
|
2637
|
+
borderStyle?: string | undefined;
|
|
2638
|
+
borderColor?: string | undefined;
|
|
2639
|
+
} | undefined;
|
|
2640
|
+
borderBottom?: {
|
|
2641
|
+
borderWidth?: string | undefined;
|
|
2642
|
+
borderStyle?: string | undefined;
|
|
2643
|
+
borderColor?: string | undefined;
|
|
2644
|
+
} | undefined;
|
|
2645
|
+
borderTop?: {
|
|
2646
|
+
borderWidth?: string | undefined;
|
|
2647
|
+
borderStyle?: string | undefined;
|
|
2648
|
+
borderColor?: string | undefined;
|
|
2649
|
+
} | undefined;
|
|
2650
|
+
borderTopRightRadius?: string | undefined;
|
|
2651
|
+
borderTopLeftRadius?: string | undefined;
|
|
2652
|
+
borderBottomRightRadius?: string | undefined;
|
|
2653
|
+
borderBottomLeftRadius?: string | undefined;
|
|
2654
|
+
borderAllRadius?: string | undefined;
|
|
2655
|
+
columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
2656
|
+
columnwidth?: number | undefined;
|
|
2657
|
+
columnFontStyleByRule?: {
|
|
2658
|
+
displayRule: string;
|
|
2659
|
+
contentFont: {
|
|
2660
|
+
fontSize: string;
|
|
2661
|
+
bold: boolean;
|
|
2662
|
+
italic: boolean;
|
|
2663
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
2664
|
+
color: string;
|
|
2665
|
+
align: "left" | "right" | "justify";
|
|
2666
|
+
};
|
|
2667
|
+
tagStyle: {
|
|
2668
|
+
color?: string | undefined;
|
|
2669
|
+
tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
|
|
2670
|
+
};
|
|
2671
|
+
progressStyle: {
|
|
2672
|
+
color: string;
|
|
2673
|
+
tagType: import('@gct-paas/core').ProgressTypeEnum;
|
|
2674
|
+
};
|
|
2675
|
+
tagType: import('@gct-paas/core').tagEnum;
|
|
2676
|
+
tagStyleOpen: boolean;
|
|
2677
|
+
}[] | undefined;
|
|
2678
|
+
columnBackgroundByRule?: {
|
|
2679
|
+
displayRule: string;
|
|
2680
|
+
backgroundColor?: string | undefined;
|
|
2681
|
+
}[] | undefined;
|
|
2682
|
+
tableheight?: number | undefined;
|
|
2683
|
+
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
2684
|
+
enableHeaderBGColor?: boolean | undefined;
|
|
2685
|
+
enableBGColor?: boolean | undefined;
|
|
2686
|
+
};
|
|
2687
|
+
props: {
|
|
2688
|
+
[x: string]: any;
|
|
2689
|
+
hidden: boolean;
|
|
2690
|
+
displayType?: import('@gct-paas/core').DisplayType | undefined;
|
|
2691
|
+
displayRule?: string | undefined;
|
|
2692
|
+
modeldata?: {
|
|
2693
|
+
modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
|
|
2694
|
+
modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
|
|
2695
|
+
subModel?: 0 | 1 | undefined;
|
|
2696
|
+
supportProcess?: 0 | 1 | undefined;
|
|
2697
|
+
} | undefined;
|
|
2698
|
+
componentDependency: {
|
|
2699
|
+
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
2700
|
+
configDependency: {
|
|
2701
|
+
hidden?: {
|
|
2702
|
+
expressionStr?: string | undefined;
|
|
2703
|
+
expression?: string | undefined;
|
|
2704
|
+
value?: boolean | undefined;
|
|
2705
|
+
fieldValue?: boolean | undefined;
|
|
2706
|
+
strategy?: string | undefined;
|
|
2707
|
+
} | undefined;
|
|
2708
|
+
readonly?: {
|
|
2709
|
+
expressionStr?: string | undefined;
|
|
2710
|
+
expression?: string | undefined;
|
|
2711
|
+
value?: boolean | undefined;
|
|
2712
|
+
fieldValue?: boolean | undefined;
|
|
2713
|
+
strategy?: string | undefined;
|
|
2714
|
+
} | undefined;
|
|
2715
|
+
disabled?: {
|
|
2716
|
+
expressionStr?: string | undefined;
|
|
2717
|
+
expression?: string | undefined;
|
|
2718
|
+
value?: boolean | undefined;
|
|
2719
|
+
fieldValue?: boolean | undefined;
|
|
2720
|
+
strategy?: string | undefined;
|
|
2721
|
+
} | undefined;
|
|
2722
|
+
required?: {
|
|
2723
|
+
expressionStr?: string | undefined;
|
|
2724
|
+
expression?: string | undefined;
|
|
2725
|
+
value?: boolean | undefined;
|
|
2726
|
+
fieldValue?: boolean | undefined;
|
|
2727
|
+
strategy?: string | undefined;
|
|
2728
|
+
} | undefined;
|
|
2729
|
+
assignment?: {
|
|
2730
|
+
expressionStr?: string | undefined;
|
|
2731
|
+
expression?: string | undefined;
|
|
2732
|
+
value?: boolean | undefined;
|
|
2733
|
+
fieldValue?: boolean | undefined;
|
|
2734
|
+
strategy?: string | undefined;
|
|
2735
|
+
} | undefined;
|
|
2736
|
+
};
|
|
2737
|
+
};
|
|
2738
|
+
deviceConnectivity: boolean;
|
|
2739
|
+
};
|
|
2740
|
+
events: import('@gct-paas/schema').IBasicEvents;
|
|
2741
|
+
formItem?: boolean | undefined;
|
|
2742
|
+
display?: import('@gct-paas/core').DisplayEnums | undefined;
|
|
2743
|
+
displayName?: string | undefined;
|
|
2744
|
+
i18n?: Record<string, string> | undefined;
|
|
2745
|
+
isField?: boolean | undefined;
|
|
2746
|
+
materialType?: import('@gct-paas/core').MaterialEnum | undefined;
|
|
2747
|
+
preLocation?: string | undefined;
|
|
2748
|
+
ignoringStyle?: string[] | undefined;
|
|
2749
|
+
isReadonlyWidget?: boolean | undefined;
|
|
2750
|
+
parentComponent?: import('@gct-paas/core').FormComponents | undefined;
|
|
2751
|
+
dropPlaceholder?: string | undefined;
|
|
2752
|
+
_plugin?: {
|
|
2753
|
+
key: string;
|
|
2754
|
+
version: string;
|
|
2755
|
+
url: string;
|
|
2756
|
+
} | undefined;
|
|
2757
|
+
}[];
|
|
2758
|
+
} | {
|
|
2759
|
+
id: string;
|
|
2760
|
+
type: BuiltinType.MODAL_FOOTER;
|
|
2761
|
+
children: {
|
|
2762
|
+
[x: string]: any;
|
|
2763
|
+
id: string;
|
|
2764
|
+
platform: import('@gct-paas/core').Platform;
|
|
2765
|
+
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
2766
|
+
alias: string;
|
|
2767
|
+
name: string;
|
|
2768
|
+
compName?: string | undefined;
|
|
2769
|
+
compKey?: string | undefined;
|
|
2770
|
+
type: string | import('@gct-paas/core').FormComponents;
|
|
2771
|
+
icon: string;
|
|
2772
|
+
children?: any[] | undefined;
|
|
2773
|
+
internal?: boolean | undefined;
|
|
2774
|
+
description?: string | undefined;
|
|
2775
|
+
style: {
|
|
2776
|
+
position?: string | undefined;
|
|
2777
|
+
top?: string | undefined;
|
|
2778
|
+
left?: string | undefined;
|
|
2779
|
+
right?: string | undefined;
|
|
2780
|
+
bottom?: string | undefined;
|
|
2781
|
+
width?: string | undefined;
|
|
2782
|
+
height?: string | undefined;
|
|
2783
|
+
maxHeight?: string | undefined;
|
|
2784
|
+
backgroundColor?: string | undefined;
|
|
2785
|
+
marginAll?: string | undefined;
|
|
2786
|
+
marginTop?: string | undefined;
|
|
2787
|
+
marginRight?: string | undefined;
|
|
2788
|
+
marginBottom?: string | undefined;
|
|
2789
|
+
marginLeft?: string | undefined;
|
|
2790
|
+
paddingAll?: string | undefined;
|
|
2791
|
+
paddingTop?: string | undefined;
|
|
2792
|
+
paddingRight?: string | undefined;
|
|
2793
|
+
paddingBottom?: string | undefined;
|
|
2794
|
+
paddingLeft?: string | undefined;
|
|
2795
|
+
labelFont?: {
|
|
2796
|
+
fontSize: string;
|
|
2797
|
+
bold: boolean;
|
|
2798
|
+
italic: boolean;
|
|
2799
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
2800
|
+
color: string;
|
|
2801
|
+
align: "left" | "right" | "justify";
|
|
2802
|
+
} | undefined;
|
|
2803
|
+
contentFont?: {
|
|
2804
|
+
fontSize: string;
|
|
2805
|
+
bold: boolean;
|
|
2806
|
+
italic: boolean;
|
|
2807
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
2808
|
+
color: string;
|
|
2809
|
+
align: "left" | "right" | "justify";
|
|
2810
|
+
} | undefined;
|
|
2811
|
+
tagStyle?: {
|
|
2812
|
+
color?: string | undefined;
|
|
2813
|
+
tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
|
|
2814
|
+
} | undefined;
|
|
2815
|
+
tagStyleOpen?: boolean | undefined;
|
|
2816
|
+
borderAll?: {
|
|
2817
|
+
borderWidth?: string | undefined;
|
|
2818
|
+
borderStyle?: string | undefined;
|
|
2819
|
+
borderColor?: string | undefined;
|
|
2820
|
+
} | undefined;
|
|
2821
|
+
borderLeft?: {
|
|
2822
|
+
borderWidth?: string | undefined;
|
|
2823
|
+
borderStyle?: string | undefined;
|
|
2824
|
+
borderColor?: string | undefined;
|
|
2825
|
+
} | undefined;
|
|
2826
|
+
borderRight?: {
|
|
2827
|
+
borderWidth?: string | undefined;
|
|
2828
|
+
borderStyle?: string | undefined;
|
|
2829
|
+
borderColor?: string | undefined;
|
|
2830
|
+
} | undefined;
|
|
2831
|
+
borderBottom?: {
|
|
2832
|
+
borderWidth?: string | undefined;
|
|
2833
|
+
borderStyle?: string | undefined;
|
|
2834
|
+
borderColor?: string | undefined;
|
|
2835
|
+
} | undefined;
|
|
2836
|
+
borderTop?: {
|
|
2837
|
+
borderWidth?: string | undefined;
|
|
2838
|
+
borderStyle?: string | undefined;
|
|
2839
|
+
borderColor?: string | undefined;
|
|
2840
|
+
} | undefined;
|
|
2841
|
+
borderTopRightRadius?: string | undefined;
|
|
2842
|
+
borderTopLeftRadius?: string | undefined;
|
|
2843
|
+
borderBottomRightRadius?: string | undefined;
|
|
2844
|
+
borderBottomLeftRadius?: string | undefined;
|
|
2845
|
+
borderAllRadius?: string | undefined;
|
|
2846
|
+
columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
2847
|
+
columnwidth?: number | undefined;
|
|
2848
|
+
columnFontStyleByRule?: {
|
|
2849
|
+
displayRule: string;
|
|
2850
|
+
contentFont: {
|
|
2851
|
+
fontSize: string;
|
|
2852
|
+
bold: boolean;
|
|
2853
|
+
italic: boolean;
|
|
2854
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
2855
|
+
color: string;
|
|
2856
|
+
align: "left" | "right" | "justify";
|
|
2857
|
+
};
|
|
2858
|
+
tagStyle: {
|
|
2859
|
+
color?: string | undefined;
|
|
2860
|
+
tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
|
|
2861
|
+
};
|
|
2862
|
+
progressStyle: {
|
|
2863
|
+
color: string;
|
|
2864
|
+
tagType: import('@gct-paas/core').ProgressTypeEnum;
|
|
2865
|
+
};
|
|
2866
|
+
tagType: import('@gct-paas/core').tagEnum;
|
|
2867
|
+
tagStyleOpen: boolean;
|
|
2868
|
+
}[] | undefined;
|
|
2869
|
+
columnBackgroundByRule?: {
|
|
2870
|
+
displayRule: string;
|
|
2871
|
+
backgroundColor?: string | undefined;
|
|
2872
|
+
}[] | undefined;
|
|
2873
|
+
tableheight?: number | undefined;
|
|
2874
|
+
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
2875
|
+
enableHeaderBGColor?: boolean | undefined;
|
|
2876
|
+
enableBGColor?: boolean | undefined;
|
|
2877
|
+
};
|
|
2878
|
+
props: {
|
|
2879
|
+
[x: string]: any;
|
|
2880
|
+
hidden: boolean;
|
|
2881
|
+
displayType?: import('@gct-paas/core').DisplayType | undefined;
|
|
2882
|
+
displayRule?: string | undefined;
|
|
2883
|
+
modeldata?: {
|
|
2884
|
+
modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
|
|
2885
|
+
modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
|
|
2886
|
+
subModel?: 0 | 1 | undefined;
|
|
2887
|
+
supportProcess?: 0 | 1 | undefined;
|
|
2888
|
+
} | undefined;
|
|
2889
|
+
componentDependency: {
|
|
2890
|
+
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
2891
|
+
configDependency: {
|
|
2892
|
+
hidden?: {
|
|
2893
|
+
expressionStr?: string | undefined;
|
|
2894
|
+
expression?: string | undefined;
|
|
2895
|
+
value?: boolean | undefined;
|
|
2896
|
+
fieldValue?: boolean | undefined;
|
|
2897
|
+
strategy?: string | undefined;
|
|
2898
|
+
} | undefined;
|
|
2899
|
+
readonly?: {
|
|
2900
|
+
expressionStr?: string | undefined;
|
|
2901
|
+
expression?: string | undefined;
|
|
2902
|
+
value?: boolean | undefined;
|
|
2903
|
+
fieldValue?: boolean | undefined;
|
|
2904
|
+
strategy?: string | undefined;
|
|
2905
|
+
} | undefined;
|
|
2906
|
+
disabled?: {
|
|
2907
|
+
expressionStr?: string | undefined;
|
|
2908
|
+
expression?: string | undefined;
|
|
2909
|
+
value?: boolean | undefined;
|
|
2910
|
+
fieldValue?: boolean | undefined;
|
|
2911
|
+
strategy?: string | undefined;
|
|
2912
|
+
} | undefined;
|
|
2913
|
+
required?: {
|
|
2914
|
+
expressionStr?: string | undefined;
|
|
2915
|
+
expression?: string | undefined;
|
|
2916
|
+
value?: boolean | undefined;
|
|
2917
|
+
fieldValue?: boolean | undefined;
|
|
2918
|
+
strategy?: string | undefined;
|
|
2919
|
+
} | undefined;
|
|
2920
|
+
assignment?: {
|
|
2921
|
+
expressionStr?: string | undefined;
|
|
2922
|
+
expression?: string | undefined;
|
|
2923
|
+
value?: boolean | undefined;
|
|
2924
|
+
fieldValue?: boolean | undefined;
|
|
2925
|
+
strategy?: string | undefined;
|
|
2926
|
+
} | undefined;
|
|
2927
|
+
};
|
|
2928
|
+
};
|
|
2929
|
+
deviceConnectivity: boolean;
|
|
2930
|
+
};
|
|
2931
|
+
events: import('@gct-paas/schema').IBasicEvents;
|
|
2932
|
+
formItem?: boolean | undefined;
|
|
2933
|
+
display?: import('@gct-paas/core').DisplayEnums | undefined;
|
|
2934
|
+
displayName?: string | undefined;
|
|
2935
|
+
i18n?: Record<string, string> | undefined;
|
|
2936
|
+
isField?: boolean | undefined;
|
|
2937
|
+
materialType?: import('@gct-paas/core').MaterialEnum | undefined;
|
|
2938
|
+
preLocation?: string | undefined;
|
|
2939
|
+
ignoringStyle?: string[] | undefined;
|
|
2940
|
+
isReadonlyWidget?: boolean | undefined;
|
|
2941
|
+
parentComponent?: import('@gct-paas/core').FormComponents | undefined;
|
|
2942
|
+
dropPlaceholder?: string | undefined;
|
|
2943
|
+
_plugin?: {
|
|
2944
|
+
key: string;
|
|
2945
|
+
version: string;
|
|
2946
|
+
url: string;
|
|
2947
|
+
} | undefined;
|
|
2948
|
+
}[];
|
|
2949
|
+
} | {
|
|
2950
|
+
id: string;
|
|
2951
|
+
type: BuiltinType.BottomButtonContainer;
|
|
2952
|
+
children: {
|
|
2953
|
+
[x: string]: any;
|
|
2954
|
+
id: string;
|
|
2955
|
+
platform: import('@gct-paas/core').Platform;
|
|
2956
|
+
categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
|
|
2957
|
+
alias: string;
|
|
2958
|
+
name: string;
|
|
2959
|
+
compName?: string | undefined;
|
|
2960
|
+
compKey?: string | undefined;
|
|
2961
|
+
type: string | import('@gct-paas/core').FormComponents;
|
|
2962
|
+
icon: string;
|
|
2963
|
+
children?: any[] | undefined;
|
|
2964
|
+
internal?: boolean | undefined;
|
|
2965
|
+
description?: string | undefined;
|
|
2966
|
+
style: {
|
|
2967
|
+
position?: string | undefined;
|
|
2968
|
+
top?: string | undefined;
|
|
2969
|
+
left?: string | undefined;
|
|
2970
|
+
right?: string | undefined;
|
|
2971
|
+
bottom?: string | undefined;
|
|
2972
|
+
width?: string | undefined;
|
|
2973
|
+
height?: string | undefined;
|
|
2974
|
+
maxHeight?: string | undefined;
|
|
2975
|
+
backgroundColor?: string | undefined;
|
|
2976
|
+
marginAll?: string | undefined;
|
|
2977
|
+
marginTop?: string | undefined;
|
|
2978
|
+
marginRight?: string | undefined;
|
|
2979
|
+
marginBottom?: string | undefined;
|
|
2980
|
+
marginLeft?: string | undefined;
|
|
2981
|
+
paddingAll?: string | undefined;
|
|
2982
|
+
paddingTop?: string | undefined;
|
|
2983
|
+
paddingRight?: string | undefined;
|
|
2984
|
+
paddingBottom?: string | undefined;
|
|
2985
|
+
paddingLeft?: string | undefined;
|
|
2986
|
+
labelFont?: {
|
|
2987
|
+
fontSize: string;
|
|
2988
|
+
bold: boolean;
|
|
2989
|
+
italic: boolean;
|
|
2990
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
2991
|
+
color: string;
|
|
2992
|
+
align: "left" | "right" | "justify";
|
|
2993
|
+
} | undefined;
|
|
2994
|
+
contentFont?: {
|
|
2995
|
+
fontSize: string;
|
|
2996
|
+
bold: boolean;
|
|
2997
|
+
italic: boolean;
|
|
2998
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
2999
|
+
color: string;
|
|
3000
|
+
align: "left" | "right" | "justify";
|
|
3001
|
+
} | undefined;
|
|
3002
|
+
tagStyle?: {
|
|
3003
|
+
color?: string | undefined;
|
|
3004
|
+
tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
|
|
3005
|
+
} | undefined;
|
|
3006
|
+
tagStyleOpen?: boolean | undefined;
|
|
3007
|
+
borderAll?: {
|
|
3008
|
+
borderWidth?: string | undefined;
|
|
3009
|
+
borderStyle?: string | undefined;
|
|
3010
|
+
borderColor?: string | undefined;
|
|
3011
|
+
} | undefined;
|
|
3012
|
+
borderLeft?: {
|
|
3013
|
+
borderWidth?: string | undefined;
|
|
3014
|
+
borderStyle?: string | undefined;
|
|
3015
|
+
borderColor?: string | undefined;
|
|
3016
|
+
} | undefined;
|
|
3017
|
+
borderRight?: {
|
|
3018
|
+
borderWidth?: string | undefined;
|
|
3019
|
+
borderStyle?: string | undefined;
|
|
3020
|
+
borderColor?: string | undefined;
|
|
3021
|
+
} | undefined;
|
|
3022
|
+
borderBottom?: {
|
|
3023
|
+
borderWidth?: string | undefined;
|
|
3024
|
+
borderStyle?: string | undefined;
|
|
3025
|
+
borderColor?: string | undefined;
|
|
3026
|
+
} | undefined;
|
|
3027
|
+
borderTop?: {
|
|
3028
|
+
borderWidth?: string | undefined;
|
|
3029
|
+
borderStyle?: string | undefined;
|
|
3030
|
+
borderColor?: string | undefined;
|
|
3031
|
+
} | undefined;
|
|
3032
|
+
borderTopRightRadius?: string | undefined;
|
|
3033
|
+
borderTopLeftRadius?: string | undefined;
|
|
3034
|
+
borderBottomRightRadius?: string | undefined;
|
|
3035
|
+
borderBottomLeftRadius?: string | undefined;
|
|
3036
|
+
borderAllRadius?: string | undefined;
|
|
3037
|
+
columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
3038
|
+
columnwidth?: number | undefined;
|
|
3039
|
+
columnFontStyleByRule?: {
|
|
3040
|
+
displayRule: string;
|
|
3041
|
+
contentFont: {
|
|
3042
|
+
fontSize: string;
|
|
3043
|
+
bold: boolean;
|
|
3044
|
+
italic: boolean;
|
|
3045
|
+
textDecoration: import('@gct-paas/core').TextDecoration;
|
|
3046
|
+
color: string;
|
|
3047
|
+
align: "left" | "right" | "justify";
|
|
3048
|
+
};
|
|
3049
|
+
tagStyle: {
|
|
3050
|
+
color?: string | undefined;
|
|
3051
|
+
tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
|
|
3052
|
+
};
|
|
3053
|
+
progressStyle: {
|
|
3054
|
+
color: string;
|
|
3055
|
+
tagType: import('@gct-paas/core').ProgressTypeEnum;
|
|
3056
|
+
};
|
|
3057
|
+
tagType: import('@gct-paas/core').tagEnum;
|
|
3058
|
+
tagStyleOpen: boolean;
|
|
3059
|
+
}[] | undefined;
|
|
3060
|
+
columnBackgroundByRule?: {
|
|
3061
|
+
displayRule: string;
|
|
3062
|
+
backgroundColor?: string | undefined;
|
|
3063
|
+
}[] | undefined;
|
|
3064
|
+
tableheight?: number | undefined;
|
|
3065
|
+
tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
|
|
3066
|
+
enableHeaderBGColor?: boolean | undefined;
|
|
3067
|
+
enableBGColor?: boolean | undefined;
|
|
3068
|
+
};
|
|
3069
|
+
props: {
|
|
3070
|
+
[x: string]: any;
|
|
3071
|
+
hidden: boolean;
|
|
3072
|
+
displayType?: import('@gct-paas/core').DisplayType | undefined;
|
|
3073
|
+
displayRule?: string | undefined;
|
|
3074
|
+
modeldata?: {
|
|
3075
|
+
modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
|
|
3076
|
+
modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
|
|
3077
|
+
subModel?: 0 | 1 | undefined;
|
|
3078
|
+
supportProcess?: 0 | 1 | undefined;
|
|
3079
|
+
} | undefined;
|
|
3080
|
+
componentDependency: {
|
|
3081
|
+
sortDependency: import('@gct-paas/core').Dependency_ENUM[];
|
|
3082
|
+
configDependency: {
|
|
3083
|
+
hidden?: {
|
|
3084
|
+
expressionStr?: string | undefined;
|
|
3085
|
+
expression?: string | undefined;
|
|
3086
|
+
value?: boolean | undefined;
|
|
3087
|
+
fieldValue?: boolean | undefined;
|
|
3088
|
+
strategy?: string | undefined;
|
|
3089
|
+
} | undefined;
|
|
3090
|
+
readonly?: {
|
|
3091
|
+
expressionStr?: string | undefined;
|
|
3092
|
+
expression?: string | undefined;
|
|
3093
|
+
value?: boolean | undefined;
|
|
3094
|
+
fieldValue?: boolean | undefined;
|
|
3095
|
+
strategy?: string | undefined;
|
|
3096
|
+
} | undefined;
|
|
3097
|
+
disabled?: {
|
|
3098
|
+
expressionStr?: string | undefined;
|
|
3099
|
+
expression?: string | undefined;
|
|
3100
|
+
value?: boolean | undefined;
|
|
3101
|
+
fieldValue?: boolean | undefined;
|
|
3102
|
+
strategy?: string | undefined;
|
|
3103
|
+
} | undefined;
|
|
3104
|
+
required?: {
|
|
3105
|
+
expressionStr?: string | undefined;
|
|
3106
|
+
expression?: string | undefined;
|
|
3107
|
+
value?: boolean | undefined;
|
|
3108
|
+
fieldValue?: boolean | undefined;
|
|
3109
|
+
strategy?: string | undefined;
|
|
3110
|
+
} | undefined;
|
|
3111
|
+
assignment?: {
|
|
3112
|
+
expressionStr?: string | undefined;
|
|
3113
|
+
expression?: string | undefined;
|
|
3114
|
+
value?: boolean | undefined;
|
|
3115
|
+
fieldValue?: boolean | undefined;
|
|
3116
|
+
strategy?: string | undefined;
|
|
3117
|
+
} | undefined;
|
|
1844
3118
|
};
|
|
1845
3119
|
};
|
|
1846
3120
|
deviceConnectivity: boolean;
|
|
@@ -1869,6 +3143,8 @@ export declare function useDesignModal(): {
|
|
|
1869
3143
|
setModalDesignState: (flag: boolean, modalId?: string, isGlobal?: boolean) => Promise<void>;
|
|
1870
3144
|
setModalInfo: (modal: LowCodeModal.Modal) => void;
|
|
1871
3145
|
setSubTableModalDesignState: (flag: boolean, needId?: string) => void;
|
|
3146
|
+
setWfNodesModalDesignState: (flag: boolean, needId?: string) => void;
|
|
3147
|
+
setWorkflowNodesModalDesignState: (flag: boolean, needId?: string) => void;
|
|
1872
3148
|
subTableModalState: import('vue').Ref<boolean, boolean>;
|
|
1873
3149
|
subTableModalId: import('vue').Ref<string, string>;
|
|
1874
3150
|
};
|