@gct-paas/design 0.1.4-dev.1 → 0.1.4-dev.11

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.
Files changed (337) hide show
  1. package/dist/assets/transform-js.worker-CeYFqnkk.js +638 -0
  2. package/dist/index.esm.min.mjs +18089 -0
  3. package/dist/index.min.cjs +3 -1
  4. package/dist/index.min.css +1 -0
  5. package/dist/index.system.min.js +3 -1
  6. package/es/_virtual/_plugin-vue_export-helper.mjs +9 -0
  7. package/es/assets/transform-js.worker-D2HSS5w_.js +270718 -0
  8. package/es/components/design-icon-button/design-icon-button.css +101 -0
  9. package/es/components/design-icon-button/design-icon-button.d.ts +104 -0
  10. package/es/components/design-icon-button/design-icon-button.mjs +150 -0
  11. package/es/components/design-save-tip/design-save-tip.css +107 -0
  12. package/es/components/design-save-tip/design-save-tip.d.ts +44 -0
  13. package/es/components/design-save-tip/design-save-tip.mjs +107 -0
  14. package/es/components/design-step-check/design-step-check.css +133 -0
  15. package/es/components/design-step-check/design-step-check.d.ts +30 -0
  16. package/es/components/design-step-check/design-step-check.mjs +122 -0
  17. package/es/components/design-view-layout/design-view-layout.css +157 -0
  18. package/es/components/design-view-layout/design-view-layout.d.ts +1 -0
  19. package/es/components/design-view-layout/design-view-layout.mjs +209 -0
  20. package/es/components/editor/index.d.ts +5 -0
  21. package/es/components/editor/index.mjs +15 -0
  22. package/es/components/editor/style/border-editor/border-box.css +144 -0
  23. package/es/components/editor/style/border-editor/border-box.vue.d.ts +10 -0
  24. package/es/components/editor/style/border-editor/border-box.vue2.mjs +7 -0
  25. package/es/components/editor/style/border-editor/border-box.vue3.mjs +305 -0
  26. package/es/components/editor/style/border-editor/border-editor.css +64 -0
  27. package/es/components/editor/style/border-editor/border-editor.vue.d.ts +13 -0
  28. package/es/components/editor/style/border-editor/border-editor.vue2.mjs +7 -0
  29. package/es/components/editor/style/border-editor/border-editor.vue3.mjs +60 -0
  30. package/es/components/editor/style/border-editor/border-radius.css +102 -0
  31. package/es/components/editor/style/border-editor/border-radius.vue.d.ts +10 -0
  32. package/es/components/editor/style/border-editor/border-radius.vue2.mjs +7 -0
  33. package/es/components/editor/style/border-editor/border-radius.vue3.mjs +212 -0
  34. package/es/components/editor/style/border-editor/util.d.ts +19 -0
  35. package/es/components/editor/style/border-editor/util.mjs +77 -0
  36. package/es/components/editor/style/font-editor/align-group.css +28 -0
  37. package/es/components/editor/style/font-editor/align-group.vue.d.ts +10 -0
  38. package/es/components/editor/style/font-editor/align-group.vue2.mjs +7 -0
  39. package/es/components/editor/style/font-editor/align-group.vue3.mjs +66 -0
  40. package/es/components/editor/style/font-editor/font-editor.vue.d.ts +10 -0
  41. package/es/components/editor/style/font-editor/font-editor.vue.mjs +72 -0
  42. package/es/components/editor/style/font-editor/font-editor.vue2.mjs +5 -0
  43. package/es/components/editor/style/font-editor/font-style-group.css +29 -0
  44. package/es/components/editor/style/font-editor/font-style-group.vue.d.ts +11 -0
  45. package/es/components/editor/style/font-editor/font-style-group.vue2.mjs +7 -0
  46. package/es/components/editor/style/font-editor/font-style-group.vue3.mjs +105 -0
  47. package/es/components/editor/style/font-editor/util.d.ts +2 -0
  48. package/es/components/editor/style/font-editor/util.mjs +12 -0
  49. package/es/components/editor/style/position-editor/position-editor.css +158 -0
  50. package/es/components/editor/style/position-editor/position-editor.vue.d.ts +12 -0
  51. package/es/components/editor/style/position-editor/position-editor.vue2.mjs +7 -0
  52. package/es/components/editor/style/position-editor/position-editor.vue3.mjs +242 -0
  53. package/es/components/editor/style/spacing-editor/spacing-editor.css +135 -0
  54. package/es/components/editor/style/spacing-editor/spacing-editor.vue.d.ts +16 -0
  55. package/es/components/editor/style/spacing-editor/spacing-editor.vue2.mjs +7 -0
  56. package/es/components/editor/style/spacing-editor/spacing-editor.vue3.mjs +311 -0
  57. package/es/components/field-cascader/index.d.ts +2 -0
  58. package/es/components/field-cascader/src/FieldCascader.css +69 -0
  59. package/es/components/field-cascader/src/FieldCascader.vue.d.ts +87 -0
  60. package/es/components/field-cascader/src/FieldCascader.vue.mjs +129 -0
  61. package/es/components/field-cascader/src/FieldCascader.vue3.mjs +6 -0
  62. package/es/components/field-cascader/src/SearchInput.css +9 -0
  63. package/es/components/field-cascader/src/SearchInput.vue.d.ts +11 -0
  64. package/es/components/field-cascader/src/SearchInput.vue.mjs +7 -0
  65. package/es/components/field-cascader/src/SearchInput.vue2.mjs +48 -0
  66. package/es/components/field-cascader/src/hooks.d.ts +129 -0
  67. package/es/components/field-cascader/src/hooks.mjs +205 -0
  68. package/es/components/field-transfer/components/Cascader/FieldCascader.d.ts +25 -0
  69. package/es/components/field-transfer/components/Cascader/FieldCascader.mjs +250 -0
  70. package/es/components/field-transfer/components/Transfer/AdvancedColumnSetting.d.ts +46 -0
  71. package/es/components/field-transfer/components/Transfer/AdvancedColumnSetting.mjs +56 -0
  72. package/es/components/field-transfer/components/Transfer/AdvancedTransfer.d.ts +39 -0
  73. package/es/components/field-transfer/components/Transfer/AdvancedTransfer.mjs +160 -0
  74. package/es/components/field-transfer/components/Transfer/FieldTransfer.d.ts +83 -0
  75. package/es/components/field-transfer/components/Transfer/FieldTransfer.mjs +211 -0
  76. package/es/components/field-transfer/components/Transfer/TransferTree.d.ts +62 -0
  77. package/es/components/field-transfer/components/Transfer/TransferTree.mjs +117 -0
  78. package/es/components/field-transfer/components/Transfer/TreeItem.d.ts +17 -0
  79. package/es/components/field-transfer/components/Transfer/TreeItem.mjs +41 -0
  80. package/es/components/field-transfer/components/field-transfer-modal.css +5 -0
  81. package/es/components/field-transfer/components/field-transfer-modal.vue.d.ts +43 -0
  82. package/es/components/field-transfer/components/field-transfer-modal.vue2.mjs +7 -0
  83. package/es/components/field-transfer/components/field-transfer-modal.vue3.mjs +230 -0
  84. package/es/components/field-transfer/components/modal-wrapper.vue.d.ts +19 -0
  85. package/es/components/field-transfer/components/modal-wrapper.vue.mjs +29 -0
  86. package/es/components/field-transfer/components/modal-wrapper.vue2.mjs +5 -0
  87. package/es/components/field-transfer/hooks/useTreeData.d.ts +139 -0
  88. package/es/components/field-transfer/hooks/useTreeData.mjs +165 -0
  89. package/es/components/field-transfer/index.d.ts +21 -0
  90. package/es/components/field-transfer/less/AdvancedTransfer.css +60 -0
  91. package/es/components/field-transfer/less/FieldCascader.css +57 -0
  92. package/es/components/field-transfer/less/TransferTree.css +86 -0
  93. package/es/components/field-transfer/less/TreeItem.css +29 -0
  94. package/es/components/field-transfer/useFieldTransfer.d.ts +47 -0
  95. package/es/components/field-transfer/useFieldTransfer.mjs +51 -0
  96. package/es/components/field-transfer/utils/tree-tool.d.ts +6 -0
  97. package/es/components/field-transfer/utils/tree-tool.mjs +73 -0
  98. package/es/components/icon/downleft-icon.vue.d.ts +4 -0
  99. package/es/components/icon/downleft-icon.vue.mjs +11 -0
  100. package/es/components/icon/downleft-icon.vue2.mjs +27 -0
  101. package/es/components/icon/downright-icon.vue.d.ts +4 -0
  102. package/es/components/icon/downright-icon.vue.mjs +11 -0
  103. package/es/components/icon/downright-icon.vue2.mjs +27 -0
  104. package/es/components/icon/upleft-icon.vue.d.ts +4 -0
  105. package/es/components/icon/upleft-icon.vue.mjs +11 -0
  106. package/es/components/icon/upleft-icon.vue2.mjs +27 -0
  107. package/es/components/icon/upright-icon.vue.d.ts +4 -0
  108. package/es/components/icon/upright-icon.vue.mjs +11 -0
  109. package/es/components/icon/upright-icon.vue2.mjs +27 -0
  110. package/es/components/index.d.ts +12 -0
  111. package/es/components/index.mjs +59 -0
  112. package/es/components/mobile-container/mobile-container.css +134 -0
  113. package/es/components/mobile-container/mobile-container.d.ts +31 -0
  114. package/es/components/mobile-container/mobile-container.mjs +81 -0
  115. package/es/components/modal-name-editor/modal-name-editor.css +117 -0
  116. package/es/components/modal-name-editor/modal-name-editor.d.ts +44 -0
  117. package/es/components/modal-name-editor/modal-name-editor.mjs +174 -0
  118. package/es/components/user-occupy/index.d.ts +4 -0
  119. package/es/components/user-occupy/occupy.const.d.ts +4 -0
  120. package/es/components/user-occupy/occupy.const.mjs +3 -0
  121. package/es/components/user-occupy/useUserOccupy.d.ts +38 -0
  122. package/es/components/user-occupy/useUserOccupy.mjs +218 -0
  123. package/es/components/user-occupy/user-lock.css +29 -0
  124. package/es/components/user-occupy/user-lock.vue.d.ts +2 -0
  125. package/es/components/user-occupy/user-lock.vue.mjs +7 -0
  126. package/es/components/user-occupy/user-lock.vue3.mjs +35 -0
  127. package/es/components/user-occupy/user-occupy.css +25 -0
  128. package/es/components/user-occupy/user-occupy.vue.d.ts +2 -0
  129. package/es/components/user-occupy/user-occupy.vue.mjs +7 -0
  130. package/es/components/user-occupy/user-occupy.vue3.mjs +36 -0
  131. package/es/constant/design-editor-type.d.ts +50 -0
  132. package/es/constant/design-editor-type.mjs +15 -0
  133. package/es/constant/index.d.ts +256 -1
  134. package/es/constant/index.mjs +71 -2
  135. package/es/constant/page-designer.d.ts +75 -0
  136. package/es/constant/page-designer.mjs +52 -0
  137. package/es/create-app-vue.d.ts +8 -0
  138. package/es/create-app-vue.mjs +7 -0
  139. package/es/data/design-container-node/design-container-node.d.ts +15 -0
  140. package/es/data/design-container-node/design-container-node.mjs +6 -0
  141. package/es/data/design-editor-node/design-editor-node.d.ts +16 -0
  142. package/es/data/design-editor-node/design-editor-node.mjs +8 -0
  143. package/es/data/design-node/design-node.d.ts +41 -0
  144. package/es/data/design-node/design-node.mjs +67 -0
  145. package/es/data/index.d.ts +3 -0
  146. package/es/dictionary/index.d.ts +1 -0
  147. package/es/dictionary/tab-type/tab-type.d.ts +5 -0
  148. package/es/hooks/design-view/constants/style-editor.const.d.ts +24 -0
  149. package/es/hooks/design-view/constants/style-editor.const.mjs +53 -0
  150. package/es/hooks/design-view/design-state.d.ts +2572 -0
  151. package/es/hooks/design-view/design-state.mjs +127 -0
  152. package/es/hooks/design-view/designer/useDesignCache.d.ts +4 -0
  153. package/es/hooks/design-view/designer/useDesignCache.mjs +90 -0
  154. package/es/hooks/design-view/designer/useDesignHistory.d.ts +16 -0
  155. package/es/hooks/design-view/designer/useDesignHistory.mjs +102 -0
  156. package/es/hooks/design-view/designer/useDesignModal.d.ts +3133 -0
  157. package/es/hooks/design-view/designer/useDesignModal.mjs +98 -0
  158. package/es/hooks/design-view/designer/useDesignPreview.d.ts +11 -0
  159. package/es/hooks/design-view/designer/useDesignPreview.mjs +201 -0
  160. package/es/hooks/design-view/designer/useDesignSave.d.ts +12 -0
  161. package/es/hooks/design-view/designer/useDesignSave.mjs +302 -0
  162. package/es/hooks/design-view/editor/usePropEditor.d.ts +33 -0
  163. package/es/hooks/design-view/editor/usePropEditor.mjs +99 -0
  164. package/es/hooks/design-view/editor/useStyle.d.ts +21 -0
  165. package/es/hooks/design-view/editor/useStyle.mjs +30 -0
  166. package/es/hooks/design-view/editor/useStyleEditor.d.ts +30 -0
  167. package/es/hooks/design-view/editor/useStyleEditor.mjs +77 -0
  168. package/es/hooks/design-view/global/useGlobal.d.ts +1470 -0
  169. package/es/hooks/design-view/global/useGlobal.mjs +74 -0
  170. package/es/hooks/design-view/layout/useScope.d.ts +12 -0
  171. package/es/hooks/design-view/layout/useScope.mjs +106 -0
  172. package/es/hooks/design-view/layout/useToolkit.d.ts +400 -0
  173. package/es/hooks/design-view/layout/useToolkit.mjs +356 -0
  174. package/es/hooks/design-view/page/usePage.d.ts +57 -0
  175. package/es/hooks/design-view/page/usePage.mjs +227 -0
  176. package/es/hooks/design-view/page/usePageOccupy.d.ts +33 -0
  177. package/es/hooks/design-view/page/usePageOccupy.mjs +77 -0
  178. package/es/hooks/design-view/useDesigner.d.ts +4259 -0
  179. package/es/hooks/design-view/useDesigner.mjs +125 -0
  180. package/es/hooks/design-view/utils/color.util.d.ts +21 -0
  181. package/es/hooks/design-view/utils/color.util.mjs +36 -0
  182. package/es/hooks/design-view/utils/field-schema.util.d.ts +55 -0
  183. package/es/hooks/design-view/utils/field-schema.util.mjs +96 -0
  184. package/es/hooks/design-view/widget/useSelectedWidget.d.ts +53 -0
  185. package/es/hooks/design-view/widget/useSelectedWidget.mjs +227 -0
  186. package/es/hooks/design-view/widget/useWidget.d.ts +102 -0
  187. package/es/hooks/design-view/widget/useWidget.mjs +119 -0
  188. package/es/hooks/design-view/widget/useWidgetQuery.d.ts +13 -0
  189. package/es/hooks/design-view/widget/useWidgetQuery.mjs +88 -0
  190. package/es/hooks/design-view/widget/useWidgetRegistry.d.ts +11 -0
  191. package/es/hooks/design-view/widget/useWidgetRegistry.mjs +118 -0
  192. package/es/hooks/designer.hooks.d.ts +15 -0
  193. package/es/hooks/designer.hooks.mjs +12 -0
  194. package/es/hooks/develop/useCacheHistory.d.ts +67 -0
  195. package/es/hooks/develop/useCacheHistory.mjs +157 -0
  196. package/es/hooks/develop/useKeyParser.d.ts +16 -0
  197. package/es/hooks/develop/useKeyParser.mjs +67 -0
  198. package/es/hooks/index.d.ts +26 -1
  199. package/es/hooks/use-model-field/use-model-field.d.ts +32 -0
  200. package/es/hooks/use-model-field/use-model-field.mjs +344 -0
  201. package/es/hooks/widgets/useAsyncFields.d.ts +17 -0
  202. package/es/hooks/widgets/useAsyncFields.mjs +177 -0
  203. package/es/hooks/widgets/useFileAttrsHooks.d.ts +28 -0
  204. package/es/hooks/widgets/useFileAttrsHooks.mjs +39 -0
  205. package/es/index.d.ts +9 -3
  206. package/es/index.mjs +103 -20
  207. package/es/interface/actions/i-design-view.actions.d.ts +217 -0
  208. package/es/interface/controller/i-design-view.controller.d.ts +53 -14
  209. package/es/interface/design/i-design-container-node.d.ts +13 -0
  210. package/es/interface/design/i-design-data.d.ts +44 -0
  211. package/es/interface/design/i-design-editor-data.d.ts +20 -0
  212. package/es/interface/design/i-design-editor-node.d.ts +15 -0
  213. package/es/interface/design/i-design-node-data.d.ts +19 -0
  214. package/es/interface/design/i-design-node.d.ts +80 -0
  215. package/es/interface/design/i-design-page-node-data.d.ts +15 -0
  216. package/es/interface/design/i-design-tree-item.d.ts +26 -0
  217. package/es/interface/design/i-model-field-node-data/i-model-field-node-data.d.ts +158 -0
  218. package/es/interface/design/index.d.ts +9 -0
  219. package/es/interface/designer/i-designer-hooks.d.ts +26 -0
  220. package/es/interface/designer/i-designer-provider.d.ts +20 -0
  221. package/es/interface/designer/i-designer-state.d.ts +41 -0
  222. package/es/interface/designer/i-designer.controller.d.ts +116 -0
  223. package/es/interface/designer/index.d.ts +4 -0
  224. package/es/interface/i-design-item-action/i-design-item-action.d.ts +42 -0
  225. package/es/interface/i-design-view-options/i-design-view-options.d.ts +69 -0
  226. package/es/interface/i-drag-collect/i-drag-collect.d.ts +6 -0
  227. package/es/interface/i-drag-data-item/i-drag-data-item.d.ts +13 -2
  228. package/es/interface/i-drag-item/i-drag-item.d.ts +13 -2
  229. package/es/interface/i-drop-collect/i-drop-collect.d.ts +8 -0
  230. package/es/interface/i-drop-result/i-drop-result.d.ts +2 -0
  231. package/es/interface/i-material-data/i-material-data.d.ts +50 -0
  232. package/es/interface/i-material-group/i-material-group.d.ts +51 -0
  233. package/es/interface/i-view-step/i-view-step.d.ts +32 -0
  234. package/es/interface/i-vue3-dnd-item-options/i-vue3-dnd-item-options.d.ts +323 -0
  235. package/es/interface/index.d.ts +29 -7
  236. package/es/interface/page-designer/toolkit.d.ts +12 -0
  237. package/es/interface/state/i-design-view.state.d.ts +107 -10
  238. package/es/props/index.d.ts +64 -0
  239. package/es/props/index.mjs +56 -0
  240. package/es/register/designer-register/designer-register.d.ts +82 -0
  241. package/es/register/designer-register/designer-register.mjs +102 -0
  242. package/es/register/index.d.ts +2 -0
  243. package/es/register/material/material.register.d.ts +90 -0
  244. package/es/register/material/material.register.mjs +134 -0
  245. package/es/schema/common-config/base-button-config.d.ts +1 -43
  246. package/es/schema/common-config/base-button-config.mjs +0 -1
  247. package/es/schema/common-config/button-editor-config.d.ts +2 -12
  248. package/es/schema/common-config/button-editor-config.mjs +66 -2
  249. package/es/schema/common-config/button-props-func.d.ts +1 -1
  250. package/es/schema/common-config/button-props-func.mjs +0 -1
  251. package/es/schema/common-config/common-event-config.d.ts +6 -0
  252. package/es/schema/common-config/common-event-config.mjs +14 -0
  253. package/es/schema/common-config/common-field-editor-config.d.ts +17 -0
  254. package/es/schema/common-config/common-field-editor-config.mjs +213 -0
  255. package/es/schema/common-config/common-style.d.ts +2 -2
  256. package/es/schema/common-config/common-style.mjs +2 -3
  257. package/es/schema/common-config/display-editor-config.d.ts +1 -1
  258. package/es/schema/common-config/display-editor-config.mjs +27 -5
  259. package/es/schema/common-config/formItem-editor-config.d.ts +1 -2
  260. package/es/schema/common-config/formItem-editor-config.mjs +2 -52
  261. package/es/schema/common-config/permission-editor-config.d.ts +1 -1
  262. package/es/schema/common-config/permission-editor-config.mjs +8 -1
  263. package/es/schema/index.d.ts +13 -9
  264. package/es/schema/modal/modal-body.d.ts +2 -0
  265. package/es/schema/modal/modal-body.mjs +9 -0
  266. package/es/schema/modal/modal-footer.d.ts +2 -0
  267. package/es/schema/modal/modal-footer.mjs +9 -0
  268. package/es/schema/modal/modal.d.ts +8 -0
  269. package/es/schema/modal/modal.mjs +182 -0
  270. package/es/schema/search/BaseDate.d.ts +143 -0
  271. package/es/schema/search/BaseDate.mjs +123 -0
  272. package/es/schema/search/BaseSearch.d.ts +141 -0
  273. package/es/schema/search/BaseSearch.mjs +160 -0
  274. package/es/setup-app.d.ts +1 -0
  275. package/es/setup-app.mjs +71 -0
  276. package/es/types/index.d.ts +10 -24
  277. package/es/utils/begin-drag/begin-drag.d.ts +13 -0
  278. package/es/utils/begin-drag/begin-drag.mjs +206 -0
  279. package/es/utils/design-interceptors/design-interceptors.d.ts +8 -0
  280. package/es/utils/design-interceptors/design-interceptors.mjs +20 -0
  281. package/es/utils/design-view/index.d.ts +9 -0
  282. package/es/utils/design-view/index.mjs +17 -0
  283. package/es/utils/field-attrs/basicAttrs.d.ts +25 -0
  284. package/es/utils/field-attrs/basicAttrs.mjs +724 -0
  285. package/es/utils/field-attrs/index.d.ts +8 -0
  286. package/es/utils/field-attrs/index.mjs +8 -0
  287. package/es/utils/field-filter/index.d.ts +4 -0
  288. package/es/utils/field-filter/index.mjs +58 -0
  289. package/es/utils/find-deep-types/find-deep-types.d.ts +9 -0
  290. package/es/utils/find-deep-types/find-deep-types.mjs +30 -0
  291. package/es/utils/flatten.d.ts +12 -0
  292. package/es/utils/flatten.mjs +27 -0
  293. package/es/utils/formula-editor-design/formula-editor-design.d.ts +9 -0
  294. package/es/utils/formula-editor-design/formula-editor-design.mjs +85 -0
  295. package/es/utils/index.d.ts +12 -1
  296. package/es/utils/init-widget-info/init-widget-info.d.ts +16 -0
  297. package/es/utils/init-widget-info/init-widget-info.mjs +40 -0
  298. package/es/utils/plugin-pkg-util/plugin-pkg-util.d.ts +97 -0
  299. package/es/utils/plugin-pkg-util/plugin-pkg-util.mjs +258 -0
  300. package/es/utils/schema/index.d.ts +10 -0
  301. package/es/utils/schema/index.mjs +12 -0
  302. package/es/utils/transform-js/index.d.ts +1 -0
  303. package/es/utils/transform-js/transform-js.d.ts +13 -0
  304. package/es/utils/transform-js/transform-js.mjs +48 -0
  305. package/es/utils/transform-js/transform-js.worker.d.ts +1 -0
  306. package/package.json +31 -10
  307. package/es/constant/variable-type/variable-type.d.ts +0 -12
  308. package/es/constant/variable-type/variable-type.mjs +0 -13
  309. package/es/hooks/index.mjs +0 -3
  310. package/es/hooks/useStyle.d.ts +0 -15
  311. package/es/hooks/useStyle.mjs +0 -135
  312. package/es/interface/controller/i-design-drag.controller.d.ts +0 -42
  313. package/es/interface/controller/i-design-drag.controller.mjs +0 -1
  314. package/es/interface/controller/i-design-view.controller.mjs +0 -1
  315. package/es/interface/design-page/design-page.d.ts +0 -141
  316. package/es/interface/design-page/design-page.mjs +0 -1
  317. package/es/interface/i-drag-collect/i-drag-collect.mjs +0 -1
  318. package/es/interface/i-drag-data-item/i-drag-data-item.mjs +0 -1
  319. package/es/interface/i-drag-item/i-drag-item.mjs +0 -1
  320. package/es/interface/i-drop-collect/i-drop-collect.mjs +0 -1
  321. package/es/interface/i-drop-result/i-drop-result.mjs +0 -1
  322. package/es/interface/index.mjs +0 -3
  323. package/es/interface/props/index.d.ts +0 -1
  324. package/es/interface/props/index.mjs +0 -1
  325. package/es/interface/props/plugin-comp-props.d.ts +0 -15
  326. package/es/interface/props/plugin-comp-props.mjs +0 -1
  327. package/es/interface/state/i-design-drag.state.d.ts +0 -15
  328. package/es/interface/state/i-design-drag.state.mjs +0 -1
  329. package/es/interface/state/i-design-view.state.mjs +0 -1
  330. package/es/schema/common-config/autofill-editor-config.d.ts +0 -4
  331. package/es/schema/common-config/autofill-editor-config.mjs +0 -45
  332. package/es/schema/common-config/column-editor-config.d.ts +0 -3
  333. package/es/schema/common-config/column-editor-config.mjs +0 -29
  334. package/es/schema/index.mjs +0 -11
  335. package/es/utils/index.mjs +0 -3
  336. package/es/utils/message/message.d.ts +0 -14
  337. package/es/utils/message/message.mjs +0 -35
@@ -0,0 +1,3133 @@
1
+ import { BuiltinType } from '@gct-paas/core';
2
+ import { LowCodeModal } from '@gct-paas/schema';
3
+ export declare function useDesignModal(): {
4
+ modalInfo: import('vue').Ref<{
5
+ id: string;
6
+ alias: string;
7
+ name: string;
8
+ platform: import('@gct-paas/core').Platform;
9
+ modalName: string;
10
+ compName?: string | undefined;
11
+ compKey?: string | undefined;
12
+ type: BuiltinType.MODAL;
13
+ js: string;
14
+ css: string;
15
+ children: [{
16
+ id: string;
17
+ type: BuiltinType.MODAL_BODY | string;
18
+ children: {
19
+ [x: string]: any;
20
+ id: string;
21
+ platform: import('@gct-paas/core').Platform;
22
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
23
+ alias: string;
24
+ name: string;
25
+ compName?: string | undefined;
26
+ compKey?: string | undefined;
27
+ type: string | import('@gct-paas/core').FormComponents;
28
+ icon: string;
29
+ children?: any[] | undefined;
30
+ internal?: boolean | undefined;
31
+ description?: string | undefined;
32
+ style: {
33
+ position?: string | undefined;
34
+ top?: string | undefined;
35
+ left?: string | undefined;
36
+ right?: string | undefined;
37
+ bottom?: string | undefined;
38
+ width?: string | undefined;
39
+ height?: string | undefined;
40
+ maxHeight?: string | undefined;
41
+ backgroundColor?: string | undefined;
42
+ marginAll?: string | undefined;
43
+ marginTop?: string | undefined;
44
+ marginRight?: string | undefined;
45
+ marginBottom?: string | undefined;
46
+ marginLeft?: string | undefined;
47
+ paddingAll?: string | undefined;
48
+ paddingTop?: string | undefined;
49
+ paddingRight?: string | undefined;
50
+ paddingBottom?: string | undefined;
51
+ paddingLeft?: string | undefined;
52
+ labelFont?: {
53
+ fontSize: string;
54
+ bold: boolean;
55
+ italic: boolean;
56
+ textDecoration: import('@gct-paas/core').TextDecoration;
57
+ color: string;
58
+ align: "left" | "right" | "justify";
59
+ } | undefined;
60
+ contentFont?: {
61
+ fontSize: string;
62
+ bold: boolean;
63
+ italic: boolean;
64
+ textDecoration: import('@gct-paas/core').TextDecoration;
65
+ color: string;
66
+ align: "left" | "right" | "justify";
67
+ } | undefined;
68
+ tagStyle?: {
69
+ color?: string | undefined;
70
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
71
+ } | undefined;
72
+ tagStyleOpen?: boolean | undefined;
73
+ borderAll?: {
74
+ borderWidth?: string | undefined;
75
+ borderStyle?: string | undefined;
76
+ borderColor?: string | undefined;
77
+ } | undefined;
78
+ borderLeft?: {
79
+ borderWidth?: string | undefined;
80
+ borderStyle?: string | undefined;
81
+ borderColor?: string | undefined;
82
+ } | undefined;
83
+ borderRight?: {
84
+ borderWidth?: string | undefined;
85
+ borderStyle?: string | undefined;
86
+ borderColor?: string | undefined;
87
+ } | undefined;
88
+ borderBottom?: {
89
+ borderWidth?: string | undefined;
90
+ borderStyle?: string | undefined;
91
+ borderColor?: string | undefined;
92
+ } | undefined;
93
+ borderTop?: {
94
+ borderWidth?: string | undefined;
95
+ borderStyle?: string | undefined;
96
+ borderColor?: string | undefined;
97
+ } | undefined;
98
+ borderTopRightRadius?: string | undefined;
99
+ borderTopLeftRadius?: string | undefined;
100
+ borderBottomRightRadius?: string | undefined;
101
+ borderBottomLeftRadius?: string | undefined;
102
+ borderAllRadius?: string | undefined;
103
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
104
+ columnwidth?: number | undefined;
105
+ columnFontStyleByRule?: {
106
+ displayRule: string;
107
+ contentFont: {
108
+ fontSize: string;
109
+ bold: boolean;
110
+ italic: boolean;
111
+ textDecoration: import('@gct-paas/core').TextDecoration;
112
+ color: string;
113
+ align: "left" | "right" | "justify";
114
+ };
115
+ tagStyle: {
116
+ color?: string | undefined;
117
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
118
+ };
119
+ progressStyle: {
120
+ color: string;
121
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
122
+ };
123
+ tagType: import('@gct-paas/core').tagEnum;
124
+ tagStyleOpen: boolean;
125
+ }[] | undefined;
126
+ columnBackgroundByRule?: {
127
+ displayRule: string;
128
+ backgroundColor?: string | undefined;
129
+ }[] | undefined;
130
+ tableheight?: number | undefined;
131
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
132
+ enableHeaderBGColor?: boolean | undefined;
133
+ };
134
+ props: {
135
+ [x: string]: any;
136
+ hidden: boolean;
137
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
138
+ displayRule?: string | undefined;
139
+ modeldata?: {
140
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
141
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
142
+ subModel?: 0 | 1 | undefined;
143
+ supportProcess?: 0 | 1 | undefined;
144
+ } | undefined;
145
+ componentDependency: {
146
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
147
+ configDependency: {
148
+ hidden?: {
149
+ expressionStr?: string | undefined;
150
+ expression?: string | undefined;
151
+ value?: boolean | undefined;
152
+ fieldValue?: boolean | undefined;
153
+ strategy?: string | undefined;
154
+ } | undefined;
155
+ readonly?: {
156
+ expressionStr?: string | undefined;
157
+ expression?: string | undefined;
158
+ value?: boolean | undefined;
159
+ fieldValue?: boolean | undefined;
160
+ strategy?: string | undefined;
161
+ } | undefined;
162
+ disabled?: {
163
+ expressionStr?: string | undefined;
164
+ expression?: string | undefined;
165
+ value?: boolean | undefined;
166
+ fieldValue?: boolean | undefined;
167
+ strategy?: string | undefined;
168
+ } | undefined;
169
+ required?: {
170
+ expressionStr?: string | undefined;
171
+ expression?: string | undefined;
172
+ value?: boolean | undefined;
173
+ fieldValue?: boolean | undefined;
174
+ strategy?: string | undefined;
175
+ } | undefined;
176
+ assignment?: {
177
+ expressionStr?: string | undefined;
178
+ expression?: string | undefined;
179
+ value?: boolean | undefined;
180
+ fieldValue?: boolean | undefined;
181
+ strategy?: string | undefined;
182
+ } | undefined;
183
+ };
184
+ };
185
+ deviceConnectivity: boolean;
186
+ };
187
+ events: import('@gct-paas/schema').IBasicEvents;
188
+ formItem?: boolean | undefined;
189
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
190
+ displayName?: string | undefined;
191
+ i18n?: Record<string, string> | undefined;
192
+ isField?: boolean | undefined;
193
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
194
+ preLocation?: string | undefined;
195
+ ignoringStyle?: string[] | undefined;
196
+ isReadonlyWidget?: boolean | undefined;
197
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
198
+ dropPlaceholder?: string | undefined;
199
+ _plugin?: {
200
+ key: string;
201
+ version: string;
202
+ url: string;
203
+ } | undefined;
204
+ }[];
205
+ }, {
206
+ id: string;
207
+ type: BuiltinType.MODAL_FOOTER;
208
+ children: {
209
+ [x: string]: any;
210
+ id: string;
211
+ platform: import('@gct-paas/core').Platform;
212
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
213
+ alias: string;
214
+ name: string;
215
+ compName?: string | undefined;
216
+ compKey?: string | undefined;
217
+ type: string | import('@gct-paas/core').FormComponents;
218
+ icon: string;
219
+ children?: any[] | undefined;
220
+ internal?: boolean | undefined;
221
+ description?: string | undefined;
222
+ style: {
223
+ position?: string | undefined;
224
+ top?: string | undefined;
225
+ left?: string | undefined;
226
+ right?: string | undefined;
227
+ bottom?: string | undefined;
228
+ width?: string | undefined;
229
+ height?: string | undefined;
230
+ maxHeight?: string | undefined;
231
+ backgroundColor?: string | undefined;
232
+ marginAll?: string | undefined;
233
+ marginTop?: string | undefined;
234
+ marginRight?: string | undefined;
235
+ marginBottom?: string | undefined;
236
+ marginLeft?: string | undefined;
237
+ paddingAll?: string | undefined;
238
+ paddingTop?: string | undefined;
239
+ paddingRight?: string | undefined;
240
+ paddingBottom?: string | undefined;
241
+ paddingLeft?: string | undefined;
242
+ labelFont?: {
243
+ fontSize: string;
244
+ bold: boolean;
245
+ italic: boolean;
246
+ textDecoration: import('@gct-paas/core').TextDecoration;
247
+ color: string;
248
+ align: "left" | "right" | "justify";
249
+ } | undefined;
250
+ contentFont?: {
251
+ fontSize: string;
252
+ bold: boolean;
253
+ italic: boolean;
254
+ textDecoration: import('@gct-paas/core').TextDecoration;
255
+ color: string;
256
+ align: "left" | "right" | "justify";
257
+ } | undefined;
258
+ tagStyle?: {
259
+ color?: string | undefined;
260
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
261
+ } | undefined;
262
+ tagStyleOpen?: boolean | undefined;
263
+ borderAll?: {
264
+ borderWidth?: string | undefined;
265
+ borderStyle?: string | undefined;
266
+ borderColor?: string | undefined;
267
+ } | undefined;
268
+ borderLeft?: {
269
+ borderWidth?: string | undefined;
270
+ borderStyle?: string | undefined;
271
+ borderColor?: string | undefined;
272
+ } | undefined;
273
+ borderRight?: {
274
+ borderWidth?: string | undefined;
275
+ borderStyle?: string | undefined;
276
+ borderColor?: string | undefined;
277
+ } | undefined;
278
+ borderBottom?: {
279
+ borderWidth?: string | undefined;
280
+ borderStyle?: string | undefined;
281
+ borderColor?: string | undefined;
282
+ } | undefined;
283
+ borderTop?: {
284
+ borderWidth?: string | undefined;
285
+ borderStyle?: string | undefined;
286
+ borderColor?: string | undefined;
287
+ } | undefined;
288
+ borderTopRightRadius?: string | undefined;
289
+ borderTopLeftRadius?: string | undefined;
290
+ borderBottomRightRadius?: string | undefined;
291
+ borderBottomLeftRadius?: string | undefined;
292
+ borderAllRadius?: string | undefined;
293
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
294
+ columnwidth?: number | undefined;
295
+ columnFontStyleByRule?: {
296
+ displayRule: string;
297
+ contentFont: {
298
+ fontSize: string;
299
+ bold: boolean;
300
+ italic: boolean;
301
+ textDecoration: import('@gct-paas/core').TextDecoration;
302
+ color: string;
303
+ align: "left" | "right" | "justify";
304
+ };
305
+ tagStyle: {
306
+ color?: string | undefined;
307
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
308
+ };
309
+ progressStyle: {
310
+ color: string;
311
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
312
+ };
313
+ tagType: import('@gct-paas/core').tagEnum;
314
+ tagStyleOpen: boolean;
315
+ }[] | undefined;
316
+ columnBackgroundByRule?: {
317
+ displayRule: string;
318
+ backgroundColor?: string | undefined;
319
+ }[] | undefined;
320
+ tableheight?: number | undefined;
321
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
322
+ enableHeaderBGColor?: boolean | undefined;
323
+ };
324
+ props: {
325
+ [x: string]: any;
326
+ hidden: boolean;
327
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
328
+ displayRule?: string | undefined;
329
+ modeldata?: {
330
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
331
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
332
+ subModel?: 0 | 1 | undefined;
333
+ supportProcess?: 0 | 1 | undefined;
334
+ } | undefined;
335
+ componentDependency: {
336
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
337
+ configDependency: {
338
+ hidden?: {
339
+ expressionStr?: string | undefined;
340
+ expression?: string | undefined;
341
+ value?: boolean | undefined;
342
+ fieldValue?: boolean | undefined;
343
+ strategy?: string | undefined;
344
+ } | undefined;
345
+ readonly?: {
346
+ expressionStr?: string | undefined;
347
+ expression?: string | undefined;
348
+ value?: boolean | undefined;
349
+ fieldValue?: boolean | undefined;
350
+ strategy?: string | undefined;
351
+ } | undefined;
352
+ disabled?: {
353
+ expressionStr?: string | undefined;
354
+ expression?: string | undefined;
355
+ value?: boolean | undefined;
356
+ fieldValue?: boolean | undefined;
357
+ strategy?: string | undefined;
358
+ } | undefined;
359
+ required?: {
360
+ expressionStr?: string | undefined;
361
+ expression?: string | undefined;
362
+ value?: boolean | undefined;
363
+ fieldValue?: boolean | undefined;
364
+ strategy?: string | undefined;
365
+ } | undefined;
366
+ assignment?: {
367
+ expressionStr?: string | undefined;
368
+ expression?: string | undefined;
369
+ value?: boolean | undefined;
370
+ fieldValue?: boolean | undefined;
371
+ strategy?: string | undefined;
372
+ } | undefined;
373
+ };
374
+ };
375
+ deviceConnectivity: boolean;
376
+ };
377
+ events: import('@gct-paas/schema').IBasicEvents;
378
+ formItem?: boolean | undefined;
379
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
380
+ displayName?: string | undefined;
381
+ i18n?: Record<string, string> | undefined;
382
+ isField?: boolean | undefined;
383
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
384
+ preLocation?: string | undefined;
385
+ ignoringStyle?: string[] | undefined;
386
+ isReadonlyWidget?: boolean | undefined;
387
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
388
+ dropPlaceholder?: string | undefined;
389
+ _plugin?: {
390
+ key: string;
391
+ version: string;
392
+ url: string;
393
+ } | undefined;
394
+ }[];
395
+ }, ({
396
+ id: string;
397
+ type: BuiltinType.BottomButtonContainer;
398
+ children: {
399
+ [x: string]: any;
400
+ id: string;
401
+ platform: import('@gct-paas/core').Platform;
402
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
403
+ alias: string;
404
+ name: string;
405
+ compName?: string | undefined;
406
+ compKey?: string | undefined;
407
+ type: string | import('@gct-paas/core').FormComponents;
408
+ icon: string;
409
+ children?: any[] | undefined;
410
+ internal?: boolean | undefined;
411
+ description?: string | undefined;
412
+ style: {
413
+ position?: string | undefined;
414
+ top?: string | undefined;
415
+ left?: string | undefined;
416
+ right?: string | undefined;
417
+ bottom?: string | undefined;
418
+ width?: string | undefined;
419
+ height?: string | undefined;
420
+ maxHeight?: string | undefined;
421
+ backgroundColor?: string | undefined;
422
+ marginAll?: string | undefined;
423
+ marginTop?: string | undefined;
424
+ marginRight?: string | undefined;
425
+ marginBottom?: string | undefined;
426
+ marginLeft?: string | undefined;
427
+ paddingAll?: string | undefined;
428
+ paddingTop?: string | undefined;
429
+ paddingRight?: string | undefined;
430
+ paddingBottom?: string | undefined;
431
+ paddingLeft?: string | undefined;
432
+ labelFont?: {
433
+ fontSize: string;
434
+ bold: boolean;
435
+ italic: boolean;
436
+ textDecoration: import('@gct-paas/core').TextDecoration;
437
+ color: string;
438
+ align: "left" | "right" | "justify";
439
+ } | undefined;
440
+ contentFont?: {
441
+ fontSize: string;
442
+ bold: boolean;
443
+ italic: boolean;
444
+ textDecoration: import('@gct-paas/core').TextDecoration;
445
+ color: string;
446
+ align: "left" | "right" | "justify";
447
+ } | undefined;
448
+ tagStyle?: {
449
+ color?: string | undefined;
450
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
451
+ } | undefined;
452
+ tagStyleOpen?: boolean | undefined;
453
+ borderAll?: {
454
+ borderWidth?: string | undefined;
455
+ borderStyle?: string | undefined;
456
+ borderColor?: string | undefined;
457
+ } | undefined;
458
+ borderLeft?: {
459
+ borderWidth?: string | undefined;
460
+ borderStyle?: string | undefined;
461
+ borderColor?: string | undefined;
462
+ } | undefined;
463
+ borderRight?: {
464
+ borderWidth?: string | undefined;
465
+ borderStyle?: string | undefined;
466
+ borderColor?: string | undefined;
467
+ } | undefined;
468
+ borderBottom?: {
469
+ borderWidth?: string | undefined;
470
+ borderStyle?: string | undefined;
471
+ borderColor?: string | undefined;
472
+ } | undefined;
473
+ borderTop?: {
474
+ borderWidth?: string | undefined;
475
+ borderStyle?: string | undefined;
476
+ borderColor?: string | undefined;
477
+ } | undefined;
478
+ borderTopRightRadius?: string | undefined;
479
+ borderTopLeftRadius?: string | undefined;
480
+ borderBottomRightRadius?: string | undefined;
481
+ borderBottomLeftRadius?: string | undefined;
482
+ borderAllRadius?: string | undefined;
483
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
484
+ columnwidth?: number | undefined;
485
+ columnFontStyleByRule?: {
486
+ displayRule: string;
487
+ contentFont: {
488
+ fontSize: string;
489
+ bold: boolean;
490
+ italic: boolean;
491
+ textDecoration: import('@gct-paas/core').TextDecoration;
492
+ color: string;
493
+ align: "left" | "right" | "justify";
494
+ };
495
+ tagStyle: {
496
+ color?: string | undefined;
497
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
498
+ };
499
+ progressStyle: {
500
+ color: string;
501
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
502
+ };
503
+ tagType: import('@gct-paas/core').tagEnum;
504
+ tagStyleOpen: boolean;
505
+ }[] | undefined;
506
+ columnBackgroundByRule?: {
507
+ displayRule: string;
508
+ backgroundColor?: string | undefined;
509
+ }[] | undefined;
510
+ tableheight?: number | undefined;
511
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
512
+ enableHeaderBGColor?: boolean | undefined;
513
+ };
514
+ props: {
515
+ [x: string]: any;
516
+ hidden: boolean;
517
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
518
+ displayRule?: string | undefined;
519
+ modeldata?: {
520
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
521
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
522
+ subModel?: 0 | 1 | undefined;
523
+ supportProcess?: 0 | 1 | undefined;
524
+ } | undefined;
525
+ componentDependency: {
526
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
527
+ configDependency: {
528
+ hidden?: {
529
+ expressionStr?: string | undefined;
530
+ expression?: string | undefined;
531
+ value?: boolean | undefined;
532
+ fieldValue?: boolean | undefined;
533
+ strategy?: string | undefined;
534
+ } | undefined;
535
+ readonly?: {
536
+ expressionStr?: string | undefined;
537
+ expression?: string | undefined;
538
+ value?: boolean | undefined;
539
+ fieldValue?: boolean | undefined;
540
+ strategy?: string | undefined;
541
+ } | undefined;
542
+ disabled?: {
543
+ expressionStr?: string | undefined;
544
+ expression?: string | undefined;
545
+ value?: boolean | undefined;
546
+ fieldValue?: boolean | undefined;
547
+ strategy?: string | undefined;
548
+ } | undefined;
549
+ required?: {
550
+ expressionStr?: string | undefined;
551
+ expression?: string | undefined;
552
+ value?: boolean | undefined;
553
+ fieldValue?: boolean | undefined;
554
+ strategy?: string | undefined;
555
+ } | undefined;
556
+ assignment?: {
557
+ expressionStr?: string | undefined;
558
+ expression?: string | undefined;
559
+ value?: boolean | undefined;
560
+ fieldValue?: boolean | undefined;
561
+ strategy?: string | undefined;
562
+ } | undefined;
563
+ };
564
+ };
565
+ deviceConnectivity: boolean;
566
+ };
567
+ events: import('@gct-paas/schema').IBasicEvents;
568
+ formItem?: boolean | undefined;
569
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
570
+ displayName?: string | undefined;
571
+ i18n?: Record<string, string> | undefined;
572
+ isField?: boolean | undefined;
573
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
574
+ preLocation?: string | undefined;
575
+ ignoringStyle?: string[] | undefined;
576
+ isReadonlyWidget?: boolean | undefined;
577
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
578
+ dropPlaceholder?: string | undefined;
579
+ _plugin?: {
580
+ key: string;
581
+ version: string;
582
+ url: string;
583
+ } | undefined;
584
+ }[];
585
+ } | undefined)?];
586
+ props: {
587
+ [x: string]: any;
588
+ modalTitle?: string | undefined;
589
+ unitType: "px" | "%";
590
+ modalWidth: number;
591
+ mUnitType: "%";
592
+ mModalWidth: number;
593
+ isSubTableModal?: boolean | undefined;
594
+ bindSubTableId?: string | undefined;
595
+ createModalTitle?: string | undefined;
596
+ editModalTitle?: string | undefined;
597
+ };
598
+ events: import("@gct-paas/schema").LowCodeWidget.BasicEvents;
599
+ i18n?: Record<string, string> | undefined;
600
+ style: {
601
+ position?: string | undefined;
602
+ top?: string | undefined;
603
+ left?: string | undefined;
604
+ right?: string | undefined;
605
+ bottom?: string | undefined;
606
+ width?: string | undefined;
607
+ height?: string | undefined;
608
+ maxHeight?: string | undefined;
609
+ backgroundColor?: string | undefined;
610
+ marginAll?: string | undefined;
611
+ marginTop?: string | undefined;
612
+ marginRight?: string | undefined;
613
+ marginBottom?: string | undefined;
614
+ marginLeft?: string | undefined;
615
+ paddingAll?: string | undefined;
616
+ paddingTop?: string | undefined;
617
+ paddingRight?: string | undefined;
618
+ paddingBottom?: string | undefined;
619
+ paddingLeft?: string | undefined;
620
+ labelFont?: {
621
+ fontSize: string;
622
+ bold: boolean;
623
+ italic: boolean;
624
+ textDecoration: import('@gct-paas/core').TextDecoration;
625
+ color: string;
626
+ align: "left" | "right" | "justify";
627
+ } | undefined;
628
+ contentFont?: {
629
+ fontSize: string;
630
+ bold: boolean;
631
+ italic: boolean;
632
+ textDecoration: import('@gct-paas/core').TextDecoration;
633
+ color: string;
634
+ align: "left" | "right" | "justify";
635
+ } | undefined;
636
+ tagStyle?: {
637
+ color?: string | undefined;
638
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
639
+ } | undefined;
640
+ tagStyleOpen?: boolean | undefined;
641
+ borderAll?: {
642
+ borderWidth?: string | undefined;
643
+ borderStyle?: string | undefined;
644
+ borderColor?: string | undefined;
645
+ } | undefined;
646
+ borderLeft?: {
647
+ borderWidth?: string | undefined;
648
+ borderStyle?: string | undefined;
649
+ borderColor?: string | undefined;
650
+ } | undefined;
651
+ borderRight?: {
652
+ borderWidth?: string | undefined;
653
+ borderStyle?: string | undefined;
654
+ borderColor?: string | undefined;
655
+ } | undefined;
656
+ borderBottom?: {
657
+ borderWidth?: string | undefined;
658
+ borderStyle?: string | undefined;
659
+ borderColor?: string | undefined;
660
+ } | undefined;
661
+ borderTop?: {
662
+ borderWidth?: string | undefined;
663
+ borderStyle?: string | undefined;
664
+ borderColor?: string | undefined;
665
+ } | undefined;
666
+ borderTopRightRadius?: string | undefined;
667
+ borderTopLeftRadius?: string | undefined;
668
+ borderBottomRightRadius?: string | undefined;
669
+ borderBottomLeftRadius?: string | undefined;
670
+ borderAllRadius?: string | undefined;
671
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
672
+ columnwidth?: number | undefined;
673
+ columnFontStyleByRule?: {
674
+ displayRule: string;
675
+ contentFont: {
676
+ fontSize: string;
677
+ bold: boolean;
678
+ italic: boolean;
679
+ textDecoration: import('@gct-paas/core').TextDecoration;
680
+ color: string;
681
+ align: "left" | "right" | "justify";
682
+ };
683
+ tagStyle: {
684
+ color?: string | undefined;
685
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
686
+ };
687
+ progressStyle: {
688
+ color: string;
689
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
690
+ };
691
+ tagType: import('@gct-paas/core').tagEnum;
692
+ tagStyleOpen: boolean;
693
+ }[] | undefined;
694
+ columnBackgroundByRule?: {
695
+ displayRule: string;
696
+ backgroundColor?: string | undefined;
697
+ }[] | undefined;
698
+ tableheight?: number | undefined;
699
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
700
+ enableHeaderBGColor?: boolean | undefined;
701
+ };
702
+ runJs?: string | undefined;
703
+ los?: Record<string, IData> | undefined;
704
+ icon: string;
705
+ isField: boolean;
706
+ }, import('node_modules/@gct-paas/schema/es/interface/modal/i-modal').IModal | {
707
+ id: string;
708
+ alias: string;
709
+ name: string;
710
+ platform: import('@gct-paas/core').Platform;
711
+ modalName: string;
712
+ compName?: string | undefined;
713
+ compKey?: string | undefined;
714
+ type: BuiltinType.MODAL;
715
+ js: string;
716
+ css: string;
717
+ children: [{
718
+ id: string;
719
+ type: BuiltinType.MODAL_BODY | string;
720
+ children: {
721
+ [x: string]: any;
722
+ id: string;
723
+ platform: import('@gct-paas/core').Platform;
724
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
725
+ alias: string;
726
+ name: string;
727
+ compName?: string | undefined;
728
+ compKey?: string | undefined;
729
+ type: string | import('@gct-paas/core').FormComponents;
730
+ icon: string;
731
+ children?: any[] | undefined;
732
+ internal?: boolean | undefined;
733
+ description?: string | undefined;
734
+ style: {
735
+ position?: string | undefined;
736
+ top?: string | undefined;
737
+ left?: string | undefined;
738
+ right?: string | undefined;
739
+ bottom?: string | undefined;
740
+ width?: string | undefined;
741
+ height?: string | undefined;
742
+ maxHeight?: string | undefined;
743
+ backgroundColor?: string | undefined;
744
+ marginAll?: string | undefined;
745
+ marginTop?: string | undefined;
746
+ marginRight?: string | undefined;
747
+ marginBottom?: string | undefined;
748
+ marginLeft?: string | undefined;
749
+ paddingAll?: string | undefined;
750
+ paddingTop?: string | undefined;
751
+ paddingRight?: string | undefined;
752
+ paddingBottom?: string | undefined;
753
+ paddingLeft?: string | undefined;
754
+ labelFont?: {
755
+ fontSize: string;
756
+ bold: boolean;
757
+ italic: boolean;
758
+ textDecoration: import('@gct-paas/core').TextDecoration;
759
+ color: string;
760
+ align: "left" | "right" | "justify";
761
+ } | undefined;
762
+ contentFont?: {
763
+ fontSize: string;
764
+ bold: boolean;
765
+ italic: boolean;
766
+ textDecoration: import('@gct-paas/core').TextDecoration;
767
+ color: string;
768
+ align: "left" | "right" | "justify";
769
+ } | undefined;
770
+ tagStyle?: {
771
+ color?: string | undefined;
772
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
773
+ } | undefined;
774
+ tagStyleOpen?: boolean | undefined;
775
+ borderAll?: {
776
+ borderWidth?: string | undefined;
777
+ borderStyle?: string | undefined;
778
+ borderColor?: string | undefined;
779
+ } | undefined;
780
+ borderLeft?: {
781
+ borderWidth?: string | undefined;
782
+ borderStyle?: string | undefined;
783
+ borderColor?: string | undefined;
784
+ } | undefined;
785
+ borderRight?: {
786
+ borderWidth?: string | undefined;
787
+ borderStyle?: string | undefined;
788
+ borderColor?: string | undefined;
789
+ } | undefined;
790
+ borderBottom?: {
791
+ borderWidth?: string | undefined;
792
+ borderStyle?: string | undefined;
793
+ borderColor?: string | undefined;
794
+ } | undefined;
795
+ borderTop?: {
796
+ borderWidth?: string | undefined;
797
+ borderStyle?: string | undefined;
798
+ borderColor?: string | undefined;
799
+ } | undefined;
800
+ borderTopRightRadius?: string | undefined;
801
+ borderTopLeftRadius?: string | undefined;
802
+ borderBottomRightRadius?: string | undefined;
803
+ borderBottomLeftRadius?: string | undefined;
804
+ borderAllRadius?: string | undefined;
805
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
806
+ columnwidth?: number | undefined;
807
+ columnFontStyleByRule?: {
808
+ displayRule: string;
809
+ contentFont: {
810
+ fontSize: string;
811
+ bold: boolean;
812
+ italic: boolean;
813
+ textDecoration: import('@gct-paas/core').TextDecoration;
814
+ color: string;
815
+ align: "left" | "right" | "justify";
816
+ };
817
+ tagStyle: {
818
+ color?: string | undefined;
819
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
820
+ };
821
+ progressStyle: {
822
+ color: string;
823
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
824
+ };
825
+ tagType: import('@gct-paas/core').tagEnum;
826
+ tagStyleOpen: boolean;
827
+ }[] | undefined;
828
+ columnBackgroundByRule?: {
829
+ displayRule: string;
830
+ backgroundColor?: string | undefined;
831
+ }[] | undefined;
832
+ tableheight?: number | undefined;
833
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
834
+ enableHeaderBGColor?: boolean | undefined;
835
+ };
836
+ props: {
837
+ [x: string]: any;
838
+ hidden: boolean;
839
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
840
+ displayRule?: string | undefined;
841
+ modeldata?: {
842
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
843
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
844
+ subModel?: 0 | 1 | undefined;
845
+ supportProcess?: 0 | 1 | undefined;
846
+ } | undefined;
847
+ componentDependency: {
848
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
849
+ configDependency: {
850
+ hidden?: {
851
+ expressionStr?: string | undefined;
852
+ expression?: string | undefined;
853
+ value?: boolean | undefined;
854
+ fieldValue?: boolean | undefined;
855
+ strategy?: string | undefined;
856
+ } | undefined;
857
+ readonly?: {
858
+ expressionStr?: string | undefined;
859
+ expression?: string | undefined;
860
+ value?: boolean | undefined;
861
+ fieldValue?: boolean | undefined;
862
+ strategy?: string | undefined;
863
+ } | undefined;
864
+ disabled?: {
865
+ expressionStr?: string | undefined;
866
+ expression?: string | undefined;
867
+ value?: boolean | undefined;
868
+ fieldValue?: boolean | undefined;
869
+ strategy?: string | undefined;
870
+ } | undefined;
871
+ required?: {
872
+ expressionStr?: string | undefined;
873
+ expression?: string | undefined;
874
+ value?: boolean | undefined;
875
+ fieldValue?: boolean | undefined;
876
+ strategy?: string | undefined;
877
+ } | undefined;
878
+ assignment?: {
879
+ expressionStr?: string | undefined;
880
+ expression?: string | undefined;
881
+ value?: boolean | undefined;
882
+ fieldValue?: boolean | undefined;
883
+ strategy?: string | undefined;
884
+ } | undefined;
885
+ };
886
+ };
887
+ deviceConnectivity: boolean;
888
+ };
889
+ events: import('@gct-paas/schema').IBasicEvents;
890
+ formItem?: boolean | undefined;
891
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
892
+ displayName?: string | undefined;
893
+ i18n?: Record<string, string> | undefined;
894
+ isField?: boolean | undefined;
895
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
896
+ preLocation?: string | undefined;
897
+ ignoringStyle?: string[] | undefined;
898
+ isReadonlyWidget?: boolean | undefined;
899
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
900
+ dropPlaceholder?: string | undefined;
901
+ _plugin?: {
902
+ key: string;
903
+ version: string;
904
+ url: string;
905
+ } | undefined;
906
+ }[];
907
+ }, {
908
+ id: string;
909
+ type: BuiltinType.MODAL_FOOTER;
910
+ children: {
911
+ [x: string]: any;
912
+ id: string;
913
+ platform: import('@gct-paas/core').Platform;
914
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
915
+ alias: string;
916
+ name: string;
917
+ compName?: string | undefined;
918
+ compKey?: string | undefined;
919
+ type: string | import('@gct-paas/core').FormComponents;
920
+ icon: string;
921
+ children?: any[] | undefined;
922
+ internal?: boolean | undefined;
923
+ description?: string | undefined;
924
+ style: {
925
+ position?: string | undefined;
926
+ top?: string | undefined;
927
+ left?: string | undefined;
928
+ right?: string | undefined;
929
+ bottom?: string | undefined;
930
+ width?: string | undefined;
931
+ height?: string | undefined;
932
+ maxHeight?: string | undefined;
933
+ backgroundColor?: string | undefined;
934
+ marginAll?: string | undefined;
935
+ marginTop?: string | undefined;
936
+ marginRight?: string | undefined;
937
+ marginBottom?: string | undefined;
938
+ marginLeft?: string | undefined;
939
+ paddingAll?: string | undefined;
940
+ paddingTop?: string | undefined;
941
+ paddingRight?: string | undefined;
942
+ paddingBottom?: string | undefined;
943
+ paddingLeft?: string | undefined;
944
+ labelFont?: {
945
+ fontSize: string;
946
+ bold: boolean;
947
+ italic: boolean;
948
+ textDecoration: import('@gct-paas/core').TextDecoration;
949
+ color: string;
950
+ align: "left" | "right" | "justify";
951
+ } | undefined;
952
+ contentFont?: {
953
+ fontSize: string;
954
+ bold: boolean;
955
+ italic: boolean;
956
+ textDecoration: import('@gct-paas/core').TextDecoration;
957
+ color: string;
958
+ align: "left" | "right" | "justify";
959
+ } | undefined;
960
+ tagStyle?: {
961
+ color?: string | undefined;
962
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
963
+ } | undefined;
964
+ tagStyleOpen?: boolean | undefined;
965
+ borderAll?: {
966
+ borderWidth?: string | undefined;
967
+ borderStyle?: string | undefined;
968
+ borderColor?: string | undefined;
969
+ } | undefined;
970
+ borderLeft?: {
971
+ borderWidth?: string | undefined;
972
+ borderStyle?: string | undefined;
973
+ borderColor?: string | undefined;
974
+ } | undefined;
975
+ borderRight?: {
976
+ borderWidth?: string | undefined;
977
+ borderStyle?: string | undefined;
978
+ borderColor?: string | undefined;
979
+ } | undefined;
980
+ borderBottom?: {
981
+ borderWidth?: string | undefined;
982
+ borderStyle?: string | undefined;
983
+ borderColor?: string | undefined;
984
+ } | undefined;
985
+ borderTop?: {
986
+ borderWidth?: string | undefined;
987
+ borderStyle?: string | undefined;
988
+ borderColor?: string | undefined;
989
+ } | undefined;
990
+ borderTopRightRadius?: string | undefined;
991
+ borderTopLeftRadius?: string | undefined;
992
+ borderBottomRightRadius?: string | undefined;
993
+ borderBottomLeftRadius?: string | undefined;
994
+ borderAllRadius?: string | undefined;
995
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
996
+ columnwidth?: number | undefined;
997
+ columnFontStyleByRule?: {
998
+ displayRule: string;
999
+ contentFont: {
1000
+ fontSize: string;
1001
+ bold: boolean;
1002
+ italic: boolean;
1003
+ textDecoration: import('@gct-paas/core').TextDecoration;
1004
+ color: string;
1005
+ align: "left" | "right" | "justify";
1006
+ };
1007
+ tagStyle: {
1008
+ color?: string | undefined;
1009
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1010
+ };
1011
+ progressStyle: {
1012
+ color: string;
1013
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
1014
+ };
1015
+ tagType: import('@gct-paas/core').tagEnum;
1016
+ tagStyleOpen: boolean;
1017
+ }[] | undefined;
1018
+ columnBackgroundByRule?: {
1019
+ displayRule: string;
1020
+ backgroundColor?: string | undefined;
1021
+ }[] | undefined;
1022
+ tableheight?: number | undefined;
1023
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1024
+ enableHeaderBGColor?: boolean | undefined;
1025
+ };
1026
+ props: {
1027
+ [x: string]: any;
1028
+ hidden: boolean;
1029
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
1030
+ displayRule?: string | undefined;
1031
+ modeldata?: {
1032
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
1033
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
1034
+ subModel?: 0 | 1 | undefined;
1035
+ supportProcess?: 0 | 1 | undefined;
1036
+ } | undefined;
1037
+ componentDependency: {
1038
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
1039
+ configDependency: {
1040
+ hidden?: {
1041
+ expressionStr?: string | undefined;
1042
+ expression?: string | undefined;
1043
+ value?: boolean | undefined;
1044
+ fieldValue?: boolean | undefined;
1045
+ strategy?: string | undefined;
1046
+ } | undefined;
1047
+ readonly?: {
1048
+ expressionStr?: string | undefined;
1049
+ expression?: string | undefined;
1050
+ value?: boolean | undefined;
1051
+ fieldValue?: boolean | undefined;
1052
+ strategy?: string | undefined;
1053
+ } | undefined;
1054
+ disabled?: {
1055
+ expressionStr?: string | undefined;
1056
+ expression?: string | undefined;
1057
+ value?: boolean | undefined;
1058
+ fieldValue?: boolean | undefined;
1059
+ strategy?: string | undefined;
1060
+ } | undefined;
1061
+ required?: {
1062
+ expressionStr?: string | undefined;
1063
+ expression?: string | undefined;
1064
+ value?: boolean | undefined;
1065
+ fieldValue?: boolean | undefined;
1066
+ strategy?: string | undefined;
1067
+ } | undefined;
1068
+ assignment?: {
1069
+ expressionStr?: string | undefined;
1070
+ expression?: string | undefined;
1071
+ value?: boolean | undefined;
1072
+ fieldValue?: boolean | undefined;
1073
+ strategy?: string | undefined;
1074
+ } | undefined;
1075
+ };
1076
+ };
1077
+ deviceConnectivity: boolean;
1078
+ };
1079
+ events: import('@gct-paas/schema').IBasicEvents;
1080
+ formItem?: boolean | undefined;
1081
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
1082
+ displayName?: string | undefined;
1083
+ i18n?: Record<string, string> | undefined;
1084
+ isField?: boolean | undefined;
1085
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
1086
+ preLocation?: string | undefined;
1087
+ ignoringStyle?: string[] | undefined;
1088
+ isReadonlyWidget?: boolean | undefined;
1089
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
1090
+ dropPlaceholder?: string | undefined;
1091
+ _plugin?: {
1092
+ key: string;
1093
+ version: string;
1094
+ url: string;
1095
+ } | undefined;
1096
+ }[];
1097
+ }, ({
1098
+ id: string;
1099
+ type: BuiltinType.BottomButtonContainer;
1100
+ children: {
1101
+ [x: string]: any;
1102
+ id: string;
1103
+ platform: import('@gct-paas/core').Platform;
1104
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
1105
+ alias: string;
1106
+ name: string;
1107
+ compName?: string | undefined;
1108
+ compKey?: string | undefined;
1109
+ type: string | import('@gct-paas/core').FormComponents;
1110
+ icon: string;
1111
+ children?: any[] | undefined;
1112
+ internal?: boolean | undefined;
1113
+ description?: string | undefined;
1114
+ style: {
1115
+ position?: string | undefined;
1116
+ top?: string | undefined;
1117
+ left?: string | undefined;
1118
+ right?: string | undefined;
1119
+ bottom?: string | undefined;
1120
+ width?: string | undefined;
1121
+ height?: string | undefined;
1122
+ maxHeight?: string | undefined;
1123
+ backgroundColor?: string | undefined;
1124
+ marginAll?: string | undefined;
1125
+ marginTop?: string | undefined;
1126
+ marginRight?: string | undefined;
1127
+ marginBottom?: string | undefined;
1128
+ marginLeft?: string | undefined;
1129
+ paddingAll?: string | undefined;
1130
+ paddingTop?: string | undefined;
1131
+ paddingRight?: string | undefined;
1132
+ paddingBottom?: string | undefined;
1133
+ paddingLeft?: string | undefined;
1134
+ labelFont?: {
1135
+ fontSize: string;
1136
+ bold: boolean;
1137
+ italic: boolean;
1138
+ textDecoration: import('@gct-paas/core').TextDecoration;
1139
+ color: string;
1140
+ align: "left" | "right" | "justify";
1141
+ } | undefined;
1142
+ contentFont?: {
1143
+ fontSize: string;
1144
+ bold: boolean;
1145
+ italic: boolean;
1146
+ textDecoration: import('@gct-paas/core').TextDecoration;
1147
+ color: string;
1148
+ align: "left" | "right" | "justify";
1149
+ } | undefined;
1150
+ tagStyle?: {
1151
+ color?: string | undefined;
1152
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1153
+ } | undefined;
1154
+ tagStyleOpen?: boolean | undefined;
1155
+ borderAll?: {
1156
+ borderWidth?: string | undefined;
1157
+ borderStyle?: string | undefined;
1158
+ borderColor?: string | undefined;
1159
+ } | undefined;
1160
+ borderLeft?: {
1161
+ borderWidth?: string | undefined;
1162
+ borderStyle?: string | undefined;
1163
+ borderColor?: string | undefined;
1164
+ } | undefined;
1165
+ borderRight?: {
1166
+ borderWidth?: string | undefined;
1167
+ borderStyle?: string | undefined;
1168
+ borderColor?: string | undefined;
1169
+ } | undefined;
1170
+ borderBottom?: {
1171
+ borderWidth?: string | undefined;
1172
+ borderStyle?: string | undefined;
1173
+ borderColor?: string | undefined;
1174
+ } | undefined;
1175
+ borderTop?: {
1176
+ borderWidth?: string | undefined;
1177
+ borderStyle?: string | undefined;
1178
+ borderColor?: string | undefined;
1179
+ } | undefined;
1180
+ borderTopRightRadius?: string | undefined;
1181
+ borderTopLeftRadius?: string | undefined;
1182
+ borderBottomRightRadius?: string | undefined;
1183
+ borderBottomLeftRadius?: string | undefined;
1184
+ borderAllRadius?: string | undefined;
1185
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1186
+ columnwidth?: number | undefined;
1187
+ columnFontStyleByRule?: {
1188
+ displayRule: string;
1189
+ contentFont: {
1190
+ fontSize: string;
1191
+ bold: boolean;
1192
+ italic: boolean;
1193
+ textDecoration: import('@gct-paas/core').TextDecoration;
1194
+ color: string;
1195
+ align: "left" | "right" | "justify";
1196
+ };
1197
+ tagStyle: {
1198
+ color?: string | undefined;
1199
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1200
+ };
1201
+ progressStyle: {
1202
+ color: string;
1203
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
1204
+ };
1205
+ tagType: import('@gct-paas/core').tagEnum;
1206
+ tagStyleOpen: boolean;
1207
+ }[] | undefined;
1208
+ columnBackgroundByRule?: {
1209
+ displayRule: string;
1210
+ backgroundColor?: string | undefined;
1211
+ }[] | undefined;
1212
+ tableheight?: number | undefined;
1213
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1214
+ enableHeaderBGColor?: boolean | undefined;
1215
+ };
1216
+ props: {
1217
+ [x: string]: any;
1218
+ hidden: boolean;
1219
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
1220
+ displayRule?: string | undefined;
1221
+ modeldata?: {
1222
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
1223
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
1224
+ subModel?: 0 | 1 | undefined;
1225
+ supportProcess?: 0 | 1 | undefined;
1226
+ } | undefined;
1227
+ componentDependency: {
1228
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
1229
+ configDependency: {
1230
+ hidden?: {
1231
+ expressionStr?: string | undefined;
1232
+ expression?: string | undefined;
1233
+ value?: boolean | undefined;
1234
+ fieldValue?: boolean | undefined;
1235
+ strategy?: string | undefined;
1236
+ } | undefined;
1237
+ readonly?: {
1238
+ expressionStr?: string | undefined;
1239
+ expression?: string | undefined;
1240
+ value?: boolean | undefined;
1241
+ fieldValue?: boolean | undefined;
1242
+ strategy?: string | undefined;
1243
+ } | undefined;
1244
+ disabled?: {
1245
+ expressionStr?: string | undefined;
1246
+ expression?: string | undefined;
1247
+ value?: boolean | undefined;
1248
+ fieldValue?: boolean | undefined;
1249
+ strategy?: string | undefined;
1250
+ } | undefined;
1251
+ required?: {
1252
+ expressionStr?: string | undefined;
1253
+ expression?: string | undefined;
1254
+ value?: boolean | undefined;
1255
+ fieldValue?: boolean | undefined;
1256
+ strategy?: string | undefined;
1257
+ } | undefined;
1258
+ assignment?: {
1259
+ expressionStr?: string | undefined;
1260
+ expression?: string | undefined;
1261
+ value?: boolean | undefined;
1262
+ fieldValue?: boolean | undefined;
1263
+ strategy?: string | undefined;
1264
+ } | undefined;
1265
+ };
1266
+ };
1267
+ deviceConnectivity: boolean;
1268
+ };
1269
+ events: import('@gct-paas/schema').IBasicEvents;
1270
+ formItem?: boolean | undefined;
1271
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
1272
+ displayName?: string | undefined;
1273
+ i18n?: Record<string, string> | undefined;
1274
+ isField?: boolean | undefined;
1275
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
1276
+ preLocation?: string | undefined;
1277
+ ignoringStyle?: string[] | undefined;
1278
+ isReadonlyWidget?: boolean | undefined;
1279
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
1280
+ dropPlaceholder?: string | undefined;
1281
+ _plugin?: {
1282
+ key: string;
1283
+ version: string;
1284
+ url: string;
1285
+ } | undefined;
1286
+ }[];
1287
+ } | undefined)?];
1288
+ props: {
1289
+ [x: string]: any;
1290
+ modalTitle?: string | undefined;
1291
+ unitType: "px" | "%";
1292
+ modalWidth: number;
1293
+ mUnitType: "%";
1294
+ mModalWidth: number;
1295
+ isSubTableModal?: boolean | undefined;
1296
+ bindSubTableId?: string | undefined;
1297
+ createModalTitle?: string | undefined;
1298
+ editModalTitle?: string | undefined;
1299
+ };
1300
+ events: import("@gct-paas/schema").LowCodeWidget.BasicEvents;
1301
+ i18n?: Record<string, string> | undefined;
1302
+ style: {
1303
+ position?: string | undefined;
1304
+ top?: string | undefined;
1305
+ left?: string | undefined;
1306
+ right?: string | undefined;
1307
+ bottom?: string | undefined;
1308
+ width?: string | undefined;
1309
+ height?: string | undefined;
1310
+ maxHeight?: string | undefined;
1311
+ backgroundColor?: string | undefined;
1312
+ marginAll?: string | undefined;
1313
+ marginTop?: string | undefined;
1314
+ marginRight?: string | undefined;
1315
+ marginBottom?: string | undefined;
1316
+ marginLeft?: string | undefined;
1317
+ paddingAll?: string | undefined;
1318
+ paddingTop?: string | undefined;
1319
+ paddingRight?: string | undefined;
1320
+ paddingBottom?: string | undefined;
1321
+ paddingLeft?: string | undefined;
1322
+ labelFont?: {
1323
+ fontSize: string;
1324
+ bold: boolean;
1325
+ italic: boolean;
1326
+ textDecoration: import('@gct-paas/core').TextDecoration;
1327
+ color: string;
1328
+ align: "left" | "right" | "justify";
1329
+ } | undefined;
1330
+ contentFont?: {
1331
+ fontSize: string;
1332
+ bold: boolean;
1333
+ italic: boolean;
1334
+ textDecoration: import('@gct-paas/core').TextDecoration;
1335
+ color: string;
1336
+ align: "left" | "right" | "justify";
1337
+ } | undefined;
1338
+ tagStyle?: {
1339
+ color?: string | undefined;
1340
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1341
+ } | undefined;
1342
+ tagStyleOpen?: boolean | undefined;
1343
+ borderAll?: {
1344
+ borderWidth?: string | undefined;
1345
+ borderStyle?: string | undefined;
1346
+ borderColor?: string | undefined;
1347
+ } | undefined;
1348
+ borderLeft?: {
1349
+ borderWidth?: string | undefined;
1350
+ borderStyle?: string | undefined;
1351
+ borderColor?: string | undefined;
1352
+ } | undefined;
1353
+ borderRight?: {
1354
+ borderWidth?: string | undefined;
1355
+ borderStyle?: string | undefined;
1356
+ borderColor?: string | undefined;
1357
+ } | undefined;
1358
+ borderBottom?: {
1359
+ borderWidth?: string | undefined;
1360
+ borderStyle?: string | undefined;
1361
+ borderColor?: string | undefined;
1362
+ } | undefined;
1363
+ borderTop?: {
1364
+ borderWidth?: string | undefined;
1365
+ borderStyle?: string | undefined;
1366
+ borderColor?: string | undefined;
1367
+ } | undefined;
1368
+ borderTopRightRadius?: string | undefined;
1369
+ borderTopLeftRadius?: string | undefined;
1370
+ borderBottomRightRadius?: string | undefined;
1371
+ borderBottomLeftRadius?: string | undefined;
1372
+ borderAllRadius?: string | undefined;
1373
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1374
+ columnwidth?: number | undefined;
1375
+ columnFontStyleByRule?: {
1376
+ displayRule: string;
1377
+ contentFont: {
1378
+ fontSize: string;
1379
+ bold: boolean;
1380
+ italic: boolean;
1381
+ textDecoration: import('@gct-paas/core').TextDecoration;
1382
+ color: string;
1383
+ align: "left" | "right" | "justify";
1384
+ };
1385
+ tagStyle: {
1386
+ color?: string | undefined;
1387
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1388
+ };
1389
+ progressStyle: {
1390
+ color: string;
1391
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
1392
+ };
1393
+ tagType: import('@gct-paas/core').tagEnum;
1394
+ tagStyleOpen: boolean;
1395
+ }[] | undefined;
1396
+ columnBackgroundByRule?: {
1397
+ displayRule: string;
1398
+ backgroundColor?: string | undefined;
1399
+ }[] | undefined;
1400
+ tableheight?: number | undefined;
1401
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1402
+ enableHeaderBGColor?: boolean | undefined;
1403
+ };
1404
+ runJs?: string | undefined;
1405
+ los?: Record<string, IData> | undefined;
1406
+ icon: string;
1407
+ isField: boolean;
1408
+ }>;
1409
+ modalDesignState: import('vue').Ref<boolean, boolean>;
1410
+ modalDesignId: import('vue').Ref<string, string>;
1411
+ modalBody: import('vue').ComputedRef<{
1412
+ id: string;
1413
+ type: BuiltinType.MODAL_BODY | string;
1414
+ children: {
1415
+ [x: string]: any;
1416
+ id: string;
1417
+ platform: import('@gct-paas/core').Platform;
1418
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
1419
+ alias: string;
1420
+ name: string;
1421
+ compName?: string | undefined;
1422
+ compKey?: string | undefined;
1423
+ type: string | import('@gct-paas/core').FormComponents;
1424
+ icon: string;
1425
+ children?: any[] | undefined;
1426
+ internal?: boolean | undefined;
1427
+ description?: string | undefined;
1428
+ style: {
1429
+ position?: string | undefined;
1430
+ top?: string | undefined;
1431
+ left?: string | undefined;
1432
+ right?: string | undefined;
1433
+ bottom?: string | undefined;
1434
+ width?: string | undefined;
1435
+ height?: string | undefined;
1436
+ maxHeight?: string | undefined;
1437
+ backgroundColor?: string | undefined;
1438
+ marginAll?: string | undefined;
1439
+ marginTop?: string | undefined;
1440
+ marginRight?: string | undefined;
1441
+ marginBottom?: string | undefined;
1442
+ marginLeft?: string | undefined;
1443
+ paddingAll?: string | undefined;
1444
+ paddingTop?: string | undefined;
1445
+ paddingRight?: string | undefined;
1446
+ paddingBottom?: string | undefined;
1447
+ paddingLeft?: string | undefined;
1448
+ labelFont?: {
1449
+ fontSize: string;
1450
+ bold: boolean;
1451
+ italic: boolean;
1452
+ textDecoration: import('@gct-paas/core').TextDecoration;
1453
+ color: string;
1454
+ align: "left" | "right" | "justify";
1455
+ } | undefined;
1456
+ contentFont?: {
1457
+ fontSize: string;
1458
+ bold: boolean;
1459
+ italic: boolean;
1460
+ textDecoration: import('@gct-paas/core').TextDecoration;
1461
+ color: string;
1462
+ align: "left" | "right" | "justify";
1463
+ } | undefined;
1464
+ tagStyle?: {
1465
+ color?: string | undefined;
1466
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1467
+ } | undefined;
1468
+ tagStyleOpen?: boolean | undefined;
1469
+ borderAll?: {
1470
+ borderWidth?: string | undefined;
1471
+ borderStyle?: string | undefined;
1472
+ borderColor?: string | undefined;
1473
+ } | undefined;
1474
+ borderLeft?: {
1475
+ borderWidth?: string | undefined;
1476
+ borderStyle?: string | undefined;
1477
+ borderColor?: string | undefined;
1478
+ } | undefined;
1479
+ borderRight?: {
1480
+ borderWidth?: string | undefined;
1481
+ borderStyle?: string | undefined;
1482
+ borderColor?: string | undefined;
1483
+ } | undefined;
1484
+ borderBottom?: {
1485
+ borderWidth?: string | undefined;
1486
+ borderStyle?: string | undefined;
1487
+ borderColor?: string | undefined;
1488
+ } | undefined;
1489
+ borderTop?: {
1490
+ borderWidth?: string | undefined;
1491
+ borderStyle?: string | undefined;
1492
+ borderColor?: string | undefined;
1493
+ } | undefined;
1494
+ borderTopRightRadius?: string | undefined;
1495
+ borderTopLeftRadius?: string | undefined;
1496
+ borderBottomRightRadius?: string | undefined;
1497
+ borderBottomLeftRadius?: string | undefined;
1498
+ borderAllRadius?: string | undefined;
1499
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1500
+ columnwidth?: number | undefined;
1501
+ columnFontStyleByRule?: {
1502
+ displayRule: string;
1503
+ contentFont: {
1504
+ fontSize: string;
1505
+ bold: boolean;
1506
+ italic: boolean;
1507
+ textDecoration: import('@gct-paas/core').TextDecoration;
1508
+ color: string;
1509
+ align: "left" | "right" | "justify";
1510
+ };
1511
+ tagStyle: {
1512
+ color?: string | undefined;
1513
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1514
+ };
1515
+ progressStyle: {
1516
+ color: string;
1517
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
1518
+ };
1519
+ tagType: import('@gct-paas/core').tagEnum;
1520
+ tagStyleOpen: boolean;
1521
+ }[] | undefined;
1522
+ columnBackgroundByRule?: {
1523
+ displayRule: string;
1524
+ backgroundColor?: string | undefined;
1525
+ }[] | undefined;
1526
+ tableheight?: number | undefined;
1527
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1528
+ enableHeaderBGColor?: boolean | undefined;
1529
+ };
1530
+ props: {
1531
+ [x: string]: any;
1532
+ hidden: boolean;
1533
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
1534
+ displayRule?: string | undefined;
1535
+ modeldata?: {
1536
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
1537
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
1538
+ subModel?: 0 | 1 | undefined;
1539
+ supportProcess?: 0 | 1 | undefined;
1540
+ } | undefined;
1541
+ componentDependency: {
1542
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
1543
+ configDependency: {
1544
+ hidden?: {
1545
+ expressionStr?: string | undefined;
1546
+ expression?: string | undefined;
1547
+ value?: boolean | undefined;
1548
+ fieldValue?: boolean | undefined;
1549
+ strategy?: string | undefined;
1550
+ } | undefined;
1551
+ readonly?: {
1552
+ expressionStr?: string | undefined;
1553
+ expression?: string | undefined;
1554
+ value?: boolean | undefined;
1555
+ fieldValue?: boolean | undefined;
1556
+ strategy?: string | undefined;
1557
+ } | undefined;
1558
+ disabled?: {
1559
+ expressionStr?: string | undefined;
1560
+ expression?: string | undefined;
1561
+ value?: boolean | undefined;
1562
+ fieldValue?: boolean | undefined;
1563
+ strategy?: string | undefined;
1564
+ } | undefined;
1565
+ required?: {
1566
+ expressionStr?: string | undefined;
1567
+ expression?: string | undefined;
1568
+ value?: boolean | undefined;
1569
+ fieldValue?: boolean | undefined;
1570
+ strategy?: string | undefined;
1571
+ } | undefined;
1572
+ assignment?: {
1573
+ expressionStr?: string | undefined;
1574
+ expression?: string | undefined;
1575
+ value?: boolean | undefined;
1576
+ fieldValue?: boolean | undefined;
1577
+ strategy?: string | undefined;
1578
+ } | undefined;
1579
+ };
1580
+ };
1581
+ deviceConnectivity: boolean;
1582
+ };
1583
+ events: import('@gct-paas/schema').IBasicEvents;
1584
+ formItem?: boolean | undefined;
1585
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
1586
+ displayName?: string | undefined;
1587
+ i18n?: Record<string, string> | undefined;
1588
+ isField?: boolean | undefined;
1589
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
1590
+ preLocation?: string | undefined;
1591
+ ignoringStyle?: string[] | undefined;
1592
+ isReadonlyWidget?: boolean | undefined;
1593
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
1594
+ dropPlaceholder?: string | undefined;
1595
+ _plugin?: {
1596
+ key: string;
1597
+ version: string;
1598
+ url: string;
1599
+ } | undefined;
1600
+ }[];
1601
+ } | {
1602
+ id: string;
1603
+ type: BuiltinType.MODAL_FOOTER;
1604
+ children: {
1605
+ [x: string]: any;
1606
+ id: string;
1607
+ platform: import('@gct-paas/core').Platform;
1608
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
1609
+ alias: string;
1610
+ name: string;
1611
+ compName?: string | undefined;
1612
+ compKey?: string | undefined;
1613
+ type: string | import('@gct-paas/core').FormComponents;
1614
+ icon: string;
1615
+ children?: any[] | undefined;
1616
+ internal?: boolean | undefined;
1617
+ description?: string | undefined;
1618
+ style: {
1619
+ position?: string | undefined;
1620
+ top?: string | undefined;
1621
+ left?: string | undefined;
1622
+ right?: string | undefined;
1623
+ bottom?: string | undefined;
1624
+ width?: string | undefined;
1625
+ height?: string | undefined;
1626
+ maxHeight?: string | undefined;
1627
+ backgroundColor?: string | undefined;
1628
+ marginAll?: string | undefined;
1629
+ marginTop?: string | undefined;
1630
+ marginRight?: string | undefined;
1631
+ marginBottom?: string | undefined;
1632
+ marginLeft?: string | undefined;
1633
+ paddingAll?: string | undefined;
1634
+ paddingTop?: string | undefined;
1635
+ paddingRight?: string | undefined;
1636
+ paddingBottom?: string | undefined;
1637
+ paddingLeft?: string | undefined;
1638
+ labelFont?: {
1639
+ fontSize: string;
1640
+ bold: boolean;
1641
+ italic: boolean;
1642
+ textDecoration: import('@gct-paas/core').TextDecoration;
1643
+ color: string;
1644
+ align: "left" | "right" | "justify";
1645
+ } | undefined;
1646
+ contentFont?: {
1647
+ fontSize: string;
1648
+ bold: boolean;
1649
+ italic: boolean;
1650
+ textDecoration: import('@gct-paas/core').TextDecoration;
1651
+ color: string;
1652
+ align: "left" | "right" | "justify";
1653
+ } | undefined;
1654
+ tagStyle?: {
1655
+ color?: string | undefined;
1656
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1657
+ } | undefined;
1658
+ tagStyleOpen?: boolean | undefined;
1659
+ borderAll?: {
1660
+ borderWidth?: string | undefined;
1661
+ borderStyle?: string | undefined;
1662
+ borderColor?: string | undefined;
1663
+ } | undefined;
1664
+ borderLeft?: {
1665
+ borderWidth?: string | undefined;
1666
+ borderStyle?: string | undefined;
1667
+ borderColor?: string | undefined;
1668
+ } | undefined;
1669
+ borderRight?: {
1670
+ borderWidth?: string | undefined;
1671
+ borderStyle?: string | undefined;
1672
+ borderColor?: string | undefined;
1673
+ } | undefined;
1674
+ borderBottom?: {
1675
+ borderWidth?: string | undefined;
1676
+ borderStyle?: string | undefined;
1677
+ borderColor?: string | undefined;
1678
+ } | undefined;
1679
+ borderTop?: {
1680
+ borderWidth?: string | undefined;
1681
+ borderStyle?: string | undefined;
1682
+ borderColor?: string | undefined;
1683
+ } | undefined;
1684
+ borderTopRightRadius?: string | undefined;
1685
+ borderTopLeftRadius?: string | undefined;
1686
+ borderBottomRightRadius?: string | undefined;
1687
+ borderBottomLeftRadius?: string | undefined;
1688
+ borderAllRadius?: string | undefined;
1689
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1690
+ columnwidth?: number | undefined;
1691
+ columnFontStyleByRule?: {
1692
+ displayRule: string;
1693
+ contentFont: {
1694
+ fontSize: string;
1695
+ bold: boolean;
1696
+ italic: boolean;
1697
+ textDecoration: import('@gct-paas/core').TextDecoration;
1698
+ color: string;
1699
+ align: "left" | "right" | "justify";
1700
+ };
1701
+ tagStyle: {
1702
+ color?: string | undefined;
1703
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1704
+ };
1705
+ progressStyle: {
1706
+ color: string;
1707
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
1708
+ };
1709
+ tagType: import('@gct-paas/core').tagEnum;
1710
+ tagStyleOpen: boolean;
1711
+ }[] | undefined;
1712
+ columnBackgroundByRule?: {
1713
+ displayRule: string;
1714
+ backgroundColor?: string | undefined;
1715
+ }[] | undefined;
1716
+ tableheight?: number | undefined;
1717
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1718
+ enableHeaderBGColor?: boolean | undefined;
1719
+ };
1720
+ props: {
1721
+ [x: string]: any;
1722
+ hidden: boolean;
1723
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
1724
+ displayRule?: string | undefined;
1725
+ modeldata?: {
1726
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
1727
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
1728
+ subModel?: 0 | 1 | undefined;
1729
+ supportProcess?: 0 | 1 | undefined;
1730
+ } | undefined;
1731
+ componentDependency: {
1732
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
1733
+ configDependency: {
1734
+ hidden?: {
1735
+ expressionStr?: string | undefined;
1736
+ expression?: string | undefined;
1737
+ value?: boolean | undefined;
1738
+ fieldValue?: boolean | undefined;
1739
+ strategy?: string | undefined;
1740
+ } | undefined;
1741
+ readonly?: {
1742
+ expressionStr?: string | undefined;
1743
+ expression?: string | undefined;
1744
+ value?: boolean | undefined;
1745
+ fieldValue?: boolean | undefined;
1746
+ strategy?: string | undefined;
1747
+ } | undefined;
1748
+ disabled?: {
1749
+ expressionStr?: string | undefined;
1750
+ expression?: string | undefined;
1751
+ value?: boolean | undefined;
1752
+ fieldValue?: boolean | undefined;
1753
+ strategy?: string | undefined;
1754
+ } | undefined;
1755
+ required?: {
1756
+ expressionStr?: string | undefined;
1757
+ expression?: string | undefined;
1758
+ value?: boolean | undefined;
1759
+ fieldValue?: boolean | undefined;
1760
+ strategy?: string | undefined;
1761
+ } | undefined;
1762
+ assignment?: {
1763
+ expressionStr?: string | undefined;
1764
+ expression?: string | undefined;
1765
+ value?: boolean | undefined;
1766
+ fieldValue?: boolean | undefined;
1767
+ strategy?: string | undefined;
1768
+ } | undefined;
1769
+ };
1770
+ };
1771
+ deviceConnectivity: boolean;
1772
+ };
1773
+ events: import('@gct-paas/schema').IBasicEvents;
1774
+ formItem?: boolean | undefined;
1775
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
1776
+ displayName?: string | undefined;
1777
+ i18n?: Record<string, string> | undefined;
1778
+ isField?: boolean | undefined;
1779
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
1780
+ preLocation?: string | undefined;
1781
+ ignoringStyle?: string[] | undefined;
1782
+ isReadonlyWidget?: boolean | undefined;
1783
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
1784
+ dropPlaceholder?: string | undefined;
1785
+ _plugin?: {
1786
+ key: string;
1787
+ version: string;
1788
+ url: string;
1789
+ } | undefined;
1790
+ }[];
1791
+ } | {
1792
+ id: string;
1793
+ type: BuiltinType.BottomButtonContainer;
1794
+ children: {
1795
+ [x: string]: any;
1796
+ id: string;
1797
+ platform: import('@gct-paas/core').Platform;
1798
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
1799
+ alias: string;
1800
+ name: string;
1801
+ compName?: string | undefined;
1802
+ compKey?: string | undefined;
1803
+ type: string | import('@gct-paas/core').FormComponents;
1804
+ icon: string;
1805
+ children?: any[] | undefined;
1806
+ internal?: boolean | undefined;
1807
+ description?: string | undefined;
1808
+ style: {
1809
+ position?: string | undefined;
1810
+ top?: string | undefined;
1811
+ left?: string | undefined;
1812
+ right?: string | undefined;
1813
+ bottom?: string | undefined;
1814
+ width?: string | undefined;
1815
+ height?: string | undefined;
1816
+ maxHeight?: string | undefined;
1817
+ backgroundColor?: string | undefined;
1818
+ marginAll?: string | undefined;
1819
+ marginTop?: string | undefined;
1820
+ marginRight?: string | undefined;
1821
+ marginBottom?: string | undefined;
1822
+ marginLeft?: string | undefined;
1823
+ paddingAll?: string | undefined;
1824
+ paddingTop?: string | undefined;
1825
+ paddingRight?: string | undefined;
1826
+ paddingBottom?: string | undefined;
1827
+ paddingLeft?: string | undefined;
1828
+ labelFont?: {
1829
+ fontSize: string;
1830
+ bold: boolean;
1831
+ italic: boolean;
1832
+ textDecoration: import('@gct-paas/core').TextDecoration;
1833
+ color: string;
1834
+ align: "left" | "right" | "justify";
1835
+ } | undefined;
1836
+ contentFont?: {
1837
+ fontSize: string;
1838
+ bold: boolean;
1839
+ italic: boolean;
1840
+ textDecoration: import('@gct-paas/core').TextDecoration;
1841
+ color: string;
1842
+ align: "left" | "right" | "justify";
1843
+ } | undefined;
1844
+ tagStyle?: {
1845
+ color?: string | undefined;
1846
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1847
+ } | undefined;
1848
+ tagStyleOpen?: boolean | undefined;
1849
+ borderAll?: {
1850
+ borderWidth?: string | undefined;
1851
+ borderStyle?: string | undefined;
1852
+ borderColor?: string | undefined;
1853
+ } | undefined;
1854
+ borderLeft?: {
1855
+ borderWidth?: string | undefined;
1856
+ borderStyle?: string | undefined;
1857
+ borderColor?: string | undefined;
1858
+ } | undefined;
1859
+ borderRight?: {
1860
+ borderWidth?: string | undefined;
1861
+ borderStyle?: string | undefined;
1862
+ borderColor?: string | undefined;
1863
+ } | undefined;
1864
+ borderBottom?: {
1865
+ borderWidth?: string | undefined;
1866
+ borderStyle?: string | undefined;
1867
+ borderColor?: string | undefined;
1868
+ } | undefined;
1869
+ borderTop?: {
1870
+ borderWidth?: string | undefined;
1871
+ borderStyle?: string | undefined;
1872
+ borderColor?: string | undefined;
1873
+ } | undefined;
1874
+ borderTopRightRadius?: string | undefined;
1875
+ borderTopLeftRadius?: string | undefined;
1876
+ borderBottomRightRadius?: string | undefined;
1877
+ borderBottomLeftRadius?: string | undefined;
1878
+ borderAllRadius?: string | undefined;
1879
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1880
+ columnwidth?: number | undefined;
1881
+ columnFontStyleByRule?: {
1882
+ displayRule: string;
1883
+ contentFont: {
1884
+ fontSize: string;
1885
+ bold: boolean;
1886
+ italic: boolean;
1887
+ textDecoration: import('@gct-paas/core').TextDecoration;
1888
+ color: string;
1889
+ align: "left" | "right" | "justify";
1890
+ };
1891
+ tagStyle: {
1892
+ color?: string | undefined;
1893
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1894
+ };
1895
+ progressStyle: {
1896
+ color: string;
1897
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
1898
+ };
1899
+ tagType: import('@gct-paas/core').tagEnum;
1900
+ tagStyleOpen: boolean;
1901
+ }[] | undefined;
1902
+ columnBackgroundByRule?: {
1903
+ displayRule: string;
1904
+ backgroundColor?: string | undefined;
1905
+ }[] | undefined;
1906
+ tableheight?: number | undefined;
1907
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1908
+ enableHeaderBGColor?: boolean | undefined;
1909
+ };
1910
+ props: {
1911
+ [x: string]: any;
1912
+ hidden: boolean;
1913
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
1914
+ displayRule?: string | undefined;
1915
+ modeldata?: {
1916
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
1917
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
1918
+ subModel?: 0 | 1 | undefined;
1919
+ supportProcess?: 0 | 1 | undefined;
1920
+ } | undefined;
1921
+ componentDependency: {
1922
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
1923
+ configDependency: {
1924
+ hidden?: {
1925
+ expressionStr?: string | undefined;
1926
+ expression?: string | undefined;
1927
+ value?: boolean | undefined;
1928
+ fieldValue?: boolean | undefined;
1929
+ strategy?: string | undefined;
1930
+ } | undefined;
1931
+ readonly?: {
1932
+ expressionStr?: string | undefined;
1933
+ expression?: string | undefined;
1934
+ value?: boolean | undefined;
1935
+ fieldValue?: boolean | undefined;
1936
+ strategy?: string | undefined;
1937
+ } | undefined;
1938
+ disabled?: {
1939
+ expressionStr?: string | undefined;
1940
+ expression?: string | undefined;
1941
+ value?: boolean | undefined;
1942
+ fieldValue?: boolean | undefined;
1943
+ strategy?: string | undefined;
1944
+ } | undefined;
1945
+ required?: {
1946
+ expressionStr?: string | undefined;
1947
+ expression?: string | undefined;
1948
+ value?: boolean | undefined;
1949
+ fieldValue?: boolean | undefined;
1950
+ strategy?: string | undefined;
1951
+ } | undefined;
1952
+ assignment?: {
1953
+ expressionStr?: string | undefined;
1954
+ expression?: string | undefined;
1955
+ value?: boolean | undefined;
1956
+ fieldValue?: boolean | undefined;
1957
+ strategy?: string | undefined;
1958
+ } | undefined;
1959
+ };
1960
+ };
1961
+ deviceConnectivity: boolean;
1962
+ };
1963
+ events: import('@gct-paas/schema').IBasicEvents;
1964
+ formItem?: boolean | undefined;
1965
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
1966
+ displayName?: string | undefined;
1967
+ i18n?: Record<string, string> | undefined;
1968
+ isField?: boolean | undefined;
1969
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
1970
+ preLocation?: string | undefined;
1971
+ ignoringStyle?: string[] | undefined;
1972
+ isReadonlyWidget?: boolean | undefined;
1973
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
1974
+ dropPlaceholder?: string | undefined;
1975
+ _plugin?: {
1976
+ key: string;
1977
+ version: string;
1978
+ url: string;
1979
+ } | undefined;
1980
+ }[];
1981
+ }>;
1982
+ modalFooter: import('vue').ComputedRef<{
1983
+ id: string;
1984
+ type: BuiltinType.MODAL_BODY | string;
1985
+ children: {
1986
+ [x: string]: any;
1987
+ id: string;
1988
+ platform: import('@gct-paas/core').Platform;
1989
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
1990
+ alias: string;
1991
+ name: string;
1992
+ compName?: string | undefined;
1993
+ compKey?: string | undefined;
1994
+ type: string | import('@gct-paas/core').FormComponents;
1995
+ icon: string;
1996
+ children?: any[] | undefined;
1997
+ internal?: boolean | undefined;
1998
+ description?: string | undefined;
1999
+ style: {
2000
+ position?: string | undefined;
2001
+ top?: string | undefined;
2002
+ left?: string | undefined;
2003
+ right?: string | undefined;
2004
+ bottom?: string | undefined;
2005
+ width?: string | undefined;
2006
+ height?: string | undefined;
2007
+ maxHeight?: string | undefined;
2008
+ backgroundColor?: string | undefined;
2009
+ marginAll?: string | undefined;
2010
+ marginTop?: string | undefined;
2011
+ marginRight?: string | undefined;
2012
+ marginBottom?: string | undefined;
2013
+ marginLeft?: string | undefined;
2014
+ paddingAll?: string | undefined;
2015
+ paddingTop?: string | undefined;
2016
+ paddingRight?: string | undefined;
2017
+ paddingBottom?: string | undefined;
2018
+ paddingLeft?: string | undefined;
2019
+ labelFont?: {
2020
+ fontSize: string;
2021
+ bold: boolean;
2022
+ italic: boolean;
2023
+ textDecoration: import('@gct-paas/core').TextDecoration;
2024
+ color: string;
2025
+ align: "left" | "right" | "justify";
2026
+ } | undefined;
2027
+ contentFont?: {
2028
+ fontSize: string;
2029
+ bold: boolean;
2030
+ italic: boolean;
2031
+ textDecoration: import('@gct-paas/core').TextDecoration;
2032
+ color: string;
2033
+ align: "left" | "right" | "justify";
2034
+ } | undefined;
2035
+ tagStyle?: {
2036
+ color?: string | undefined;
2037
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
2038
+ } | undefined;
2039
+ tagStyleOpen?: boolean | undefined;
2040
+ borderAll?: {
2041
+ borderWidth?: string | undefined;
2042
+ borderStyle?: string | undefined;
2043
+ borderColor?: string | undefined;
2044
+ } | undefined;
2045
+ borderLeft?: {
2046
+ borderWidth?: string | undefined;
2047
+ borderStyle?: string | undefined;
2048
+ borderColor?: string | undefined;
2049
+ } | undefined;
2050
+ borderRight?: {
2051
+ borderWidth?: string | undefined;
2052
+ borderStyle?: string | undefined;
2053
+ borderColor?: string | undefined;
2054
+ } | undefined;
2055
+ borderBottom?: {
2056
+ borderWidth?: string | undefined;
2057
+ borderStyle?: string | undefined;
2058
+ borderColor?: string | undefined;
2059
+ } | undefined;
2060
+ borderTop?: {
2061
+ borderWidth?: string | undefined;
2062
+ borderStyle?: string | undefined;
2063
+ borderColor?: string | undefined;
2064
+ } | undefined;
2065
+ borderTopRightRadius?: string | undefined;
2066
+ borderTopLeftRadius?: string | undefined;
2067
+ borderBottomRightRadius?: string | undefined;
2068
+ borderBottomLeftRadius?: string | undefined;
2069
+ borderAllRadius?: string | undefined;
2070
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
2071
+ columnwidth?: number | undefined;
2072
+ columnFontStyleByRule?: {
2073
+ displayRule: string;
2074
+ contentFont: {
2075
+ fontSize: string;
2076
+ bold: boolean;
2077
+ italic: boolean;
2078
+ textDecoration: import('@gct-paas/core').TextDecoration;
2079
+ color: string;
2080
+ align: "left" | "right" | "justify";
2081
+ };
2082
+ tagStyle: {
2083
+ color?: string | undefined;
2084
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
2085
+ };
2086
+ progressStyle: {
2087
+ color: string;
2088
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
2089
+ };
2090
+ tagType: import('@gct-paas/core').tagEnum;
2091
+ tagStyleOpen: boolean;
2092
+ }[] | undefined;
2093
+ columnBackgroundByRule?: {
2094
+ displayRule: string;
2095
+ backgroundColor?: string | undefined;
2096
+ }[] | undefined;
2097
+ tableheight?: number | undefined;
2098
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
2099
+ enableHeaderBGColor?: boolean | undefined;
2100
+ };
2101
+ props: {
2102
+ [x: string]: any;
2103
+ hidden: boolean;
2104
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
2105
+ displayRule?: string | undefined;
2106
+ modeldata?: {
2107
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
2108
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
2109
+ subModel?: 0 | 1 | undefined;
2110
+ supportProcess?: 0 | 1 | undefined;
2111
+ } | undefined;
2112
+ componentDependency: {
2113
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
2114
+ configDependency: {
2115
+ hidden?: {
2116
+ expressionStr?: string | undefined;
2117
+ expression?: string | undefined;
2118
+ value?: boolean | undefined;
2119
+ fieldValue?: boolean | undefined;
2120
+ strategy?: string | undefined;
2121
+ } | undefined;
2122
+ readonly?: {
2123
+ expressionStr?: string | undefined;
2124
+ expression?: string | undefined;
2125
+ value?: boolean | undefined;
2126
+ fieldValue?: boolean | undefined;
2127
+ strategy?: string | undefined;
2128
+ } | undefined;
2129
+ disabled?: {
2130
+ expressionStr?: string | undefined;
2131
+ expression?: string | undefined;
2132
+ value?: boolean | undefined;
2133
+ fieldValue?: boolean | undefined;
2134
+ strategy?: string | undefined;
2135
+ } | undefined;
2136
+ required?: {
2137
+ expressionStr?: string | undefined;
2138
+ expression?: string | undefined;
2139
+ value?: boolean | undefined;
2140
+ fieldValue?: boolean | undefined;
2141
+ strategy?: string | undefined;
2142
+ } | undefined;
2143
+ assignment?: {
2144
+ expressionStr?: string | undefined;
2145
+ expression?: string | undefined;
2146
+ value?: boolean | undefined;
2147
+ fieldValue?: boolean | undefined;
2148
+ strategy?: string | undefined;
2149
+ } | undefined;
2150
+ };
2151
+ };
2152
+ deviceConnectivity: boolean;
2153
+ };
2154
+ events: import('@gct-paas/schema').IBasicEvents;
2155
+ formItem?: boolean | undefined;
2156
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
2157
+ displayName?: string | undefined;
2158
+ i18n?: Record<string, string> | undefined;
2159
+ isField?: boolean | undefined;
2160
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
2161
+ preLocation?: string | undefined;
2162
+ ignoringStyle?: string[] | undefined;
2163
+ isReadonlyWidget?: boolean | undefined;
2164
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
2165
+ dropPlaceholder?: string | undefined;
2166
+ _plugin?: {
2167
+ key: string;
2168
+ version: string;
2169
+ url: string;
2170
+ } | undefined;
2171
+ }[];
2172
+ } | {
2173
+ id: string;
2174
+ type: BuiltinType.MODAL_FOOTER;
2175
+ children: {
2176
+ [x: string]: any;
2177
+ id: string;
2178
+ platform: import('@gct-paas/core').Platform;
2179
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
2180
+ alias: string;
2181
+ name: string;
2182
+ compName?: string | undefined;
2183
+ compKey?: string | undefined;
2184
+ type: string | import('@gct-paas/core').FormComponents;
2185
+ icon: string;
2186
+ children?: any[] | undefined;
2187
+ internal?: boolean | undefined;
2188
+ description?: string | undefined;
2189
+ style: {
2190
+ position?: string | undefined;
2191
+ top?: string | undefined;
2192
+ left?: string | undefined;
2193
+ right?: string | undefined;
2194
+ bottom?: string | undefined;
2195
+ width?: string | undefined;
2196
+ height?: string | undefined;
2197
+ maxHeight?: string | undefined;
2198
+ backgroundColor?: string | undefined;
2199
+ marginAll?: string | undefined;
2200
+ marginTop?: string | undefined;
2201
+ marginRight?: string | undefined;
2202
+ marginBottom?: string | undefined;
2203
+ marginLeft?: string | undefined;
2204
+ paddingAll?: string | undefined;
2205
+ paddingTop?: string | undefined;
2206
+ paddingRight?: string | undefined;
2207
+ paddingBottom?: string | undefined;
2208
+ paddingLeft?: string | undefined;
2209
+ labelFont?: {
2210
+ fontSize: string;
2211
+ bold: boolean;
2212
+ italic: boolean;
2213
+ textDecoration: import('@gct-paas/core').TextDecoration;
2214
+ color: string;
2215
+ align: "left" | "right" | "justify";
2216
+ } | undefined;
2217
+ contentFont?: {
2218
+ fontSize: string;
2219
+ bold: boolean;
2220
+ italic: boolean;
2221
+ textDecoration: import('@gct-paas/core').TextDecoration;
2222
+ color: string;
2223
+ align: "left" | "right" | "justify";
2224
+ } | undefined;
2225
+ tagStyle?: {
2226
+ color?: string | undefined;
2227
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
2228
+ } | undefined;
2229
+ tagStyleOpen?: boolean | undefined;
2230
+ borderAll?: {
2231
+ borderWidth?: string | undefined;
2232
+ borderStyle?: string | undefined;
2233
+ borderColor?: string | undefined;
2234
+ } | undefined;
2235
+ borderLeft?: {
2236
+ borderWidth?: string | undefined;
2237
+ borderStyle?: string | undefined;
2238
+ borderColor?: string | undefined;
2239
+ } | undefined;
2240
+ borderRight?: {
2241
+ borderWidth?: string | undefined;
2242
+ borderStyle?: string | undefined;
2243
+ borderColor?: string | undefined;
2244
+ } | undefined;
2245
+ borderBottom?: {
2246
+ borderWidth?: string | undefined;
2247
+ borderStyle?: string | undefined;
2248
+ borderColor?: string | undefined;
2249
+ } | undefined;
2250
+ borderTop?: {
2251
+ borderWidth?: string | undefined;
2252
+ borderStyle?: string | undefined;
2253
+ borderColor?: string | undefined;
2254
+ } | undefined;
2255
+ borderTopRightRadius?: string | undefined;
2256
+ borderTopLeftRadius?: string | undefined;
2257
+ borderBottomRightRadius?: string | undefined;
2258
+ borderBottomLeftRadius?: string | undefined;
2259
+ borderAllRadius?: string | undefined;
2260
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
2261
+ columnwidth?: number | undefined;
2262
+ columnFontStyleByRule?: {
2263
+ displayRule: string;
2264
+ contentFont: {
2265
+ fontSize: string;
2266
+ bold: boolean;
2267
+ italic: boolean;
2268
+ textDecoration: import('@gct-paas/core').TextDecoration;
2269
+ color: string;
2270
+ align: "left" | "right" | "justify";
2271
+ };
2272
+ tagStyle: {
2273
+ color?: string | undefined;
2274
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
2275
+ };
2276
+ progressStyle: {
2277
+ color: string;
2278
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
2279
+ };
2280
+ tagType: import('@gct-paas/core').tagEnum;
2281
+ tagStyleOpen: boolean;
2282
+ }[] | undefined;
2283
+ columnBackgroundByRule?: {
2284
+ displayRule: string;
2285
+ backgroundColor?: string | undefined;
2286
+ }[] | undefined;
2287
+ tableheight?: number | undefined;
2288
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
2289
+ enableHeaderBGColor?: boolean | undefined;
2290
+ };
2291
+ props: {
2292
+ [x: string]: any;
2293
+ hidden: boolean;
2294
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
2295
+ displayRule?: string | undefined;
2296
+ modeldata?: {
2297
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
2298
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
2299
+ subModel?: 0 | 1 | undefined;
2300
+ supportProcess?: 0 | 1 | undefined;
2301
+ } | undefined;
2302
+ componentDependency: {
2303
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
2304
+ configDependency: {
2305
+ hidden?: {
2306
+ expressionStr?: string | undefined;
2307
+ expression?: string | undefined;
2308
+ value?: boolean | undefined;
2309
+ fieldValue?: boolean | undefined;
2310
+ strategy?: string | undefined;
2311
+ } | undefined;
2312
+ readonly?: {
2313
+ expressionStr?: string | undefined;
2314
+ expression?: string | undefined;
2315
+ value?: boolean | undefined;
2316
+ fieldValue?: boolean | undefined;
2317
+ strategy?: string | undefined;
2318
+ } | undefined;
2319
+ disabled?: {
2320
+ expressionStr?: string | undefined;
2321
+ expression?: string | undefined;
2322
+ value?: boolean | undefined;
2323
+ fieldValue?: boolean | undefined;
2324
+ strategy?: string | undefined;
2325
+ } | undefined;
2326
+ required?: {
2327
+ expressionStr?: string | undefined;
2328
+ expression?: string | undefined;
2329
+ value?: boolean | undefined;
2330
+ fieldValue?: boolean | undefined;
2331
+ strategy?: string | undefined;
2332
+ } | undefined;
2333
+ assignment?: {
2334
+ expressionStr?: string | undefined;
2335
+ expression?: string | undefined;
2336
+ value?: boolean | undefined;
2337
+ fieldValue?: boolean | undefined;
2338
+ strategy?: string | undefined;
2339
+ } | undefined;
2340
+ };
2341
+ };
2342
+ deviceConnectivity: boolean;
2343
+ };
2344
+ events: import('@gct-paas/schema').IBasicEvents;
2345
+ formItem?: boolean | undefined;
2346
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
2347
+ displayName?: string | undefined;
2348
+ i18n?: Record<string, string> | undefined;
2349
+ isField?: boolean | undefined;
2350
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
2351
+ preLocation?: string | undefined;
2352
+ ignoringStyle?: string[] | undefined;
2353
+ isReadonlyWidget?: boolean | undefined;
2354
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
2355
+ dropPlaceholder?: string | undefined;
2356
+ _plugin?: {
2357
+ key: string;
2358
+ version: string;
2359
+ url: string;
2360
+ } | undefined;
2361
+ }[];
2362
+ } | {
2363
+ id: string;
2364
+ type: BuiltinType.BottomButtonContainer;
2365
+ children: {
2366
+ [x: string]: any;
2367
+ id: string;
2368
+ platform: import('@gct-paas/core').Platform;
2369
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
2370
+ alias: string;
2371
+ name: string;
2372
+ compName?: string | undefined;
2373
+ compKey?: string | undefined;
2374
+ type: string | import('@gct-paas/core').FormComponents;
2375
+ icon: string;
2376
+ children?: any[] | undefined;
2377
+ internal?: boolean | undefined;
2378
+ description?: string | undefined;
2379
+ style: {
2380
+ position?: string | undefined;
2381
+ top?: string | undefined;
2382
+ left?: string | undefined;
2383
+ right?: string | undefined;
2384
+ bottom?: string | undefined;
2385
+ width?: string | undefined;
2386
+ height?: string | undefined;
2387
+ maxHeight?: string | undefined;
2388
+ backgroundColor?: string | undefined;
2389
+ marginAll?: string | undefined;
2390
+ marginTop?: string | undefined;
2391
+ marginRight?: string | undefined;
2392
+ marginBottom?: string | undefined;
2393
+ marginLeft?: string | undefined;
2394
+ paddingAll?: string | undefined;
2395
+ paddingTop?: string | undefined;
2396
+ paddingRight?: string | undefined;
2397
+ paddingBottom?: string | undefined;
2398
+ paddingLeft?: string | undefined;
2399
+ labelFont?: {
2400
+ fontSize: string;
2401
+ bold: boolean;
2402
+ italic: boolean;
2403
+ textDecoration: import('@gct-paas/core').TextDecoration;
2404
+ color: string;
2405
+ align: "left" | "right" | "justify";
2406
+ } | undefined;
2407
+ contentFont?: {
2408
+ fontSize: string;
2409
+ bold: boolean;
2410
+ italic: boolean;
2411
+ textDecoration: import('@gct-paas/core').TextDecoration;
2412
+ color: string;
2413
+ align: "left" | "right" | "justify";
2414
+ } | undefined;
2415
+ tagStyle?: {
2416
+ color?: string | undefined;
2417
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
2418
+ } | undefined;
2419
+ tagStyleOpen?: boolean | undefined;
2420
+ borderAll?: {
2421
+ borderWidth?: string | undefined;
2422
+ borderStyle?: string | undefined;
2423
+ borderColor?: string | undefined;
2424
+ } | undefined;
2425
+ borderLeft?: {
2426
+ borderWidth?: string | undefined;
2427
+ borderStyle?: string | undefined;
2428
+ borderColor?: string | undefined;
2429
+ } | undefined;
2430
+ borderRight?: {
2431
+ borderWidth?: string | undefined;
2432
+ borderStyle?: string | undefined;
2433
+ borderColor?: string | undefined;
2434
+ } | undefined;
2435
+ borderBottom?: {
2436
+ borderWidth?: string | undefined;
2437
+ borderStyle?: string | undefined;
2438
+ borderColor?: string | undefined;
2439
+ } | undefined;
2440
+ borderTop?: {
2441
+ borderWidth?: string | undefined;
2442
+ borderStyle?: string | undefined;
2443
+ borderColor?: string | undefined;
2444
+ } | undefined;
2445
+ borderTopRightRadius?: string | undefined;
2446
+ borderTopLeftRadius?: string | undefined;
2447
+ borderBottomRightRadius?: string | undefined;
2448
+ borderBottomLeftRadius?: string | undefined;
2449
+ borderAllRadius?: string | undefined;
2450
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
2451
+ columnwidth?: number | undefined;
2452
+ columnFontStyleByRule?: {
2453
+ displayRule: string;
2454
+ contentFont: {
2455
+ fontSize: string;
2456
+ bold: boolean;
2457
+ italic: boolean;
2458
+ textDecoration: import('@gct-paas/core').TextDecoration;
2459
+ color: string;
2460
+ align: "left" | "right" | "justify";
2461
+ };
2462
+ tagStyle: {
2463
+ color?: string | undefined;
2464
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
2465
+ };
2466
+ progressStyle: {
2467
+ color: string;
2468
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
2469
+ };
2470
+ tagType: import('@gct-paas/core').tagEnum;
2471
+ tagStyleOpen: boolean;
2472
+ }[] | undefined;
2473
+ columnBackgroundByRule?: {
2474
+ displayRule: string;
2475
+ backgroundColor?: string | undefined;
2476
+ }[] | undefined;
2477
+ tableheight?: number | undefined;
2478
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
2479
+ enableHeaderBGColor?: boolean | undefined;
2480
+ };
2481
+ props: {
2482
+ [x: string]: any;
2483
+ hidden: boolean;
2484
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
2485
+ displayRule?: string | undefined;
2486
+ modeldata?: {
2487
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
2488
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
2489
+ subModel?: 0 | 1 | undefined;
2490
+ supportProcess?: 0 | 1 | undefined;
2491
+ } | undefined;
2492
+ componentDependency: {
2493
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
2494
+ configDependency: {
2495
+ hidden?: {
2496
+ expressionStr?: string | undefined;
2497
+ expression?: string | undefined;
2498
+ value?: boolean | undefined;
2499
+ fieldValue?: boolean | undefined;
2500
+ strategy?: string | undefined;
2501
+ } | undefined;
2502
+ readonly?: {
2503
+ expressionStr?: string | undefined;
2504
+ expression?: string | undefined;
2505
+ value?: boolean | undefined;
2506
+ fieldValue?: boolean | undefined;
2507
+ strategy?: string | undefined;
2508
+ } | undefined;
2509
+ disabled?: {
2510
+ expressionStr?: string | undefined;
2511
+ expression?: string | undefined;
2512
+ value?: boolean | undefined;
2513
+ fieldValue?: boolean | undefined;
2514
+ strategy?: string | undefined;
2515
+ } | undefined;
2516
+ required?: {
2517
+ expressionStr?: string | undefined;
2518
+ expression?: string | undefined;
2519
+ value?: boolean | undefined;
2520
+ fieldValue?: boolean | undefined;
2521
+ strategy?: string | undefined;
2522
+ } | undefined;
2523
+ assignment?: {
2524
+ expressionStr?: string | undefined;
2525
+ expression?: string | undefined;
2526
+ value?: boolean | undefined;
2527
+ fieldValue?: boolean | undefined;
2528
+ strategy?: string | undefined;
2529
+ } | undefined;
2530
+ };
2531
+ };
2532
+ deviceConnectivity: boolean;
2533
+ };
2534
+ events: import('@gct-paas/schema').IBasicEvents;
2535
+ formItem?: boolean | undefined;
2536
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
2537
+ displayName?: string | undefined;
2538
+ i18n?: Record<string, string> | undefined;
2539
+ isField?: boolean | undefined;
2540
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
2541
+ preLocation?: string | undefined;
2542
+ ignoringStyle?: string[] | undefined;
2543
+ isReadonlyWidget?: boolean | undefined;
2544
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
2545
+ dropPlaceholder?: string | undefined;
2546
+ _plugin?: {
2547
+ key: string;
2548
+ version: string;
2549
+ url: string;
2550
+ } | undefined;
2551
+ }[];
2552
+ }>;
2553
+ modalBottomBtn: import('vue').ComputedRef<{
2554
+ id: string;
2555
+ type: BuiltinType.MODAL_BODY | string;
2556
+ children: {
2557
+ [x: string]: any;
2558
+ id: string;
2559
+ platform: import('@gct-paas/core').Platform;
2560
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
2561
+ alias: string;
2562
+ name: string;
2563
+ compName?: string | undefined;
2564
+ compKey?: string | undefined;
2565
+ type: string | import('@gct-paas/core').FormComponents;
2566
+ icon: string;
2567
+ children?: any[] | undefined;
2568
+ internal?: boolean | undefined;
2569
+ description?: string | undefined;
2570
+ style: {
2571
+ position?: string | undefined;
2572
+ top?: string | undefined;
2573
+ left?: string | undefined;
2574
+ right?: string | undefined;
2575
+ bottom?: string | undefined;
2576
+ width?: string | undefined;
2577
+ height?: string | undefined;
2578
+ maxHeight?: string | undefined;
2579
+ backgroundColor?: string | undefined;
2580
+ marginAll?: string | undefined;
2581
+ marginTop?: string | undefined;
2582
+ marginRight?: string | undefined;
2583
+ marginBottom?: string | undefined;
2584
+ marginLeft?: string | undefined;
2585
+ paddingAll?: string | undefined;
2586
+ paddingTop?: string | undefined;
2587
+ paddingRight?: string | undefined;
2588
+ paddingBottom?: string | undefined;
2589
+ paddingLeft?: string | undefined;
2590
+ labelFont?: {
2591
+ fontSize: string;
2592
+ bold: boolean;
2593
+ italic: boolean;
2594
+ textDecoration: import('@gct-paas/core').TextDecoration;
2595
+ color: string;
2596
+ align: "left" | "right" | "justify";
2597
+ } | undefined;
2598
+ contentFont?: {
2599
+ fontSize: string;
2600
+ bold: boolean;
2601
+ italic: boolean;
2602
+ textDecoration: import('@gct-paas/core').TextDecoration;
2603
+ color: string;
2604
+ align: "left" | "right" | "justify";
2605
+ } | undefined;
2606
+ tagStyle?: {
2607
+ color?: string | undefined;
2608
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
2609
+ } | undefined;
2610
+ tagStyleOpen?: boolean | undefined;
2611
+ borderAll?: {
2612
+ borderWidth?: string | undefined;
2613
+ borderStyle?: string | undefined;
2614
+ borderColor?: string | undefined;
2615
+ } | undefined;
2616
+ borderLeft?: {
2617
+ borderWidth?: string | undefined;
2618
+ borderStyle?: string | undefined;
2619
+ borderColor?: string | undefined;
2620
+ } | undefined;
2621
+ borderRight?: {
2622
+ borderWidth?: string | undefined;
2623
+ borderStyle?: string | undefined;
2624
+ borderColor?: string | undefined;
2625
+ } | undefined;
2626
+ borderBottom?: {
2627
+ borderWidth?: string | undefined;
2628
+ borderStyle?: string | undefined;
2629
+ borderColor?: string | undefined;
2630
+ } | undefined;
2631
+ borderTop?: {
2632
+ borderWidth?: string | undefined;
2633
+ borderStyle?: string | undefined;
2634
+ borderColor?: string | undefined;
2635
+ } | undefined;
2636
+ borderTopRightRadius?: string | undefined;
2637
+ borderTopLeftRadius?: string | undefined;
2638
+ borderBottomRightRadius?: string | undefined;
2639
+ borderBottomLeftRadius?: string | undefined;
2640
+ borderAllRadius?: string | undefined;
2641
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
2642
+ columnwidth?: number | undefined;
2643
+ columnFontStyleByRule?: {
2644
+ displayRule: string;
2645
+ contentFont: {
2646
+ fontSize: string;
2647
+ bold: boolean;
2648
+ italic: boolean;
2649
+ textDecoration: import('@gct-paas/core').TextDecoration;
2650
+ color: string;
2651
+ align: "left" | "right" | "justify";
2652
+ };
2653
+ tagStyle: {
2654
+ color?: string | undefined;
2655
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
2656
+ };
2657
+ progressStyle: {
2658
+ color: string;
2659
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
2660
+ };
2661
+ tagType: import('@gct-paas/core').tagEnum;
2662
+ tagStyleOpen: boolean;
2663
+ }[] | undefined;
2664
+ columnBackgroundByRule?: {
2665
+ displayRule: string;
2666
+ backgroundColor?: string | undefined;
2667
+ }[] | undefined;
2668
+ tableheight?: number | undefined;
2669
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
2670
+ enableHeaderBGColor?: boolean | undefined;
2671
+ };
2672
+ props: {
2673
+ [x: string]: any;
2674
+ hidden: boolean;
2675
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
2676
+ displayRule?: string | undefined;
2677
+ modeldata?: {
2678
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
2679
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
2680
+ subModel?: 0 | 1 | undefined;
2681
+ supportProcess?: 0 | 1 | undefined;
2682
+ } | undefined;
2683
+ componentDependency: {
2684
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
2685
+ configDependency: {
2686
+ hidden?: {
2687
+ expressionStr?: string | undefined;
2688
+ expression?: string | undefined;
2689
+ value?: boolean | undefined;
2690
+ fieldValue?: boolean | undefined;
2691
+ strategy?: string | undefined;
2692
+ } | undefined;
2693
+ readonly?: {
2694
+ expressionStr?: string | undefined;
2695
+ expression?: string | undefined;
2696
+ value?: boolean | undefined;
2697
+ fieldValue?: boolean | undefined;
2698
+ strategy?: string | undefined;
2699
+ } | undefined;
2700
+ disabled?: {
2701
+ expressionStr?: string | undefined;
2702
+ expression?: string | undefined;
2703
+ value?: boolean | undefined;
2704
+ fieldValue?: boolean | undefined;
2705
+ strategy?: string | undefined;
2706
+ } | undefined;
2707
+ required?: {
2708
+ expressionStr?: string | undefined;
2709
+ expression?: string | undefined;
2710
+ value?: boolean | undefined;
2711
+ fieldValue?: boolean | undefined;
2712
+ strategy?: string | undefined;
2713
+ } | undefined;
2714
+ assignment?: {
2715
+ expressionStr?: string | undefined;
2716
+ expression?: string | undefined;
2717
+ value?: boolean | undefined;
2718
+ fieldValue?: boolean | undefined;
2719
+ strategy?: string | undefined;
2720
+ } | undefined;
2721
+ };
2722
+ };
2723
+ deviceConnectivity: boolean;
2724
+ };
2725
+ events: import('@gct-paas/schema').IBasicEvents;
2726
+ formItem?: boolean | undefined;
2727
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
2728
+ displayName?: string | undefined;
2729
+ i18n?: Record<string, string> | undefined;
2730
+ isField?: boolean | undefined;
2731
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
2732
+ preLocation?: string | undefined;
2733
+ ignoringStyle?: string[] | undefined;
2734
+ isReadonlyWidget?: boolean | undefined;
2735
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
2736
+ dropPlaceholder?: string | undefined;
2737
+ _plugin?: {
2738
+ key: string;
2739
+ version: string;
2740
+ url: string;
2741
+ } | undefined;
2742
+ }[];
2743
+ } | {
2744
+ id: string;
2745
+ type: BuiltinType.MODAL_FOOTER;
2746
+ children: {
2747
+ [x: string]: any;
2748
+ id: string;
2749
+ platform: import('@gct-paas/core').Platform;
2750
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
2751
+ alias: string;
2752
+ name: string;
2753
+ compName?: string | undefined;
2754
+ compKey?: string | undefined;
2755
+ type: string | import('@gct-paas/core').FormComponents;
2756
+ icon: string;
2757
+ children?: any[] | undefined;
2758
+ internal?: boolean | undefined;
2759
+ description?: string | undefined;
2760
+ style: {
2761
+ position?: string | undefined;
2762
+ top?: string | undefined;
2763
+ left?: string | undefined;
2764
+ right?: string | undefined;
2765
+ bottom?: string | undefined;
2766
+ width?: string | undefined;
2767
+ height?: string | undefined;
2768
+ maxHeight?: string | undefined;
2769
+ backgroundColor?: string | undefined;
2770
+ marginAll?: string | undefined;
2771
+ marginTop?: string | undefined;
2772
+ marginRight?: string | undefined;
2773
+ marginBottom?: string | undefined;
2774
+ marginLeft?: string | undefined;
2775
+ paddingAll?: string | undefined;
2776
+ paddingTop?: string | undefined;
2777
+ paddingRight?: string | undefined;
2778
+ paddingBottom?: string | undefined;
2779
+ paddingLeft?: string | undefined;
2780
+ labelFont?: {
2781
+ fontSize: string;
2782
+ bold: boolean;
2783
+ italic: boolean;
2784
+ textDecoration: import('@gct-paas/core').TextDecoration;
2785
+ color: string;
2786
+ align: "left" | "right" | "justify";
2787
+ } | undefined;
2788
+ contentFont?: {
2789
+ fontSize: string;
2790
+ bold: boolean;
2791
+ italic: boolean;
2792
+ textDecoration: import('@gct-paas/core').TextDecoration;
2793
+ color: string;
2794
+ align: "left" | "right" | "justify";
2795
+ } | undefined;
2796
+ tagStyle?: {
2797
+ color?: string | undefined;
2798
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
2799
+ } | undefined;
2800
+ tagStyleOpen?: boolean | undefined;
2801
+ borderAll?: {
2802
+ borderWidth?: string | undefined;
2803
+ borderStyle?: string | undefined;
2804
+ borderColor?: string | undefined;
2805
+ } | undefined;
2806
+ borderLeft?: {
2807
+ borderWidth?: string | undefined;
2808
+ borderStyle?: string | undefined;
2809
+ borderColor?: string | undefined;
2810
+ } | undefined;
2811
+ borderRight?: {
2812
+ borderWidth?: string | undefined;
2813
+ borderStyle?: string | undefined;
2814
+ borderColor?: string | undefined;
2815
+ } | undefined;
2816
+ borderBottom?: {
2817
+ borderWidth?: string | undefined;
2818
+ borderStyle?: string | undefined;
2819
+ borderColor?: string | undefined;
2820
+ } | undefined;
2821
+ borderTop?: {
2822
+ borderWidth?: string | undefined;
2823
+ borderStyle?: string | undefined;
2824
+ borderColor?: string | undefined;
2825
+ } | undefined;
2826
+ borderTopRightRadius?: string | undefined;
2827
+ borderTopLeftRadius?: string | undefined;
2828
+ borderBottomRightRadius?: string | undefined;
2829
+ borderBottomLeftRadius?: string | undefined;
2830
+ borderAllRadius?: string | undefined;
2831
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
2832
+ columnwidth?: number | undefined;
2833
+ columnFontStyleByRule?: {
2834
+ displayRule: string;
2835
+ contentFont: {
2836
+ fontSize: string;
2837
+ bold: boolean;
2838
+ italic: boolean;
2839
+ textDecoration: import('@gct-paas/core').TextDecoration;
2840
+ color: string;
2841
+ align: "left" | "right" | "justify";
2842
+ };
2843
+ tagStyle: {
2844
+ color?: string | undefined;
2845
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
2846
+ };
2847
+ progressStyle: {
2848
+ color: string;
2849
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
2850
+ };
2851
+ tagType: import('@gct-paas/core').tagEnum;
2852
+ tagStyleOpen: boolean;
2853
+ }[] | undefined;
2854
+ columnBackgroundByRule?: {
2855
+ displayRule: string;
2856
+ backgroundColor?: string | undefined;
2857
+ }[] | undefined;
2858
+ tableheight?: number | undefined;
2859
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
2860
+ enableHeaderBGColor?: boolean | undefined;
2861
+ };
2862
+ props: {
2863
+ [x: string]: any;
2864
+ hidden: boolean;
2865
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
2866
+ displayRule?: string | undefined;
2867
+ modeldata?: {
2868
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
2869
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
2870
+ subModel?: 0 | 1 | undefined;
2871
+ supportProcess?: 0 | 1 | undefined;
2872
+ } | undefined;
2873
+ componentDependency: {
2874
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
2875
+ configDependency: {
2876
+ hidden?: {
2877
+ expressionStr?: string | undefined;
2878
+ expression?: string | undefined;
2879
+ value?: boolean | undefined;
2880
+ fieldValue?: boolean | undefined;
2881
+ strategy?: string | undefined;
2882
+ } | undefined;
2883
+ readonly?: {
2884
+ expressionStr?: string | undefined;
2885
+ expression?: string | undefined;
2886
+ value?: boolean | undefined;
2887
+ fieldValue?: boolean | undefined;
2888
+ strategy?: string | undefined;
2889
+ } | undefined;
2890
+ disabled?: {
2891
+ expressionStr?: string | undefined;
2892
+ expression?: string | undefined;
2893
+ value?: boolean | undefined;
2894
+ fieldValue?: boolean | undefined;
2895
+ strategy?: string | undefined;
2896
+ } | undefined;
2897
+ required?: {
2898
+ expressionStr?: string | undefined;
2899
+ expression?: string | undefined;
2900
+ value?: boolean | undefined;
2901
+ fieldValue?: boolean | undefined;
2902
+ strategy?: string | undefined;
2903
+ } | undefined;
2904
+ assignment?: {
2905
+ expressionStr?: string | undefined;
2906
+ expression?: string | undefined;
2907
+ value?: boolean | undefined;
2908
+ fieldValue?: boolean | undefined;
2909
+ strategy?: string | undefined;
2910
+ } | undefined;
2911
+ };
2912
+ };
2913
+ deviceConnectivity: boolean;
2914
+ };
2915
+ events: import('@gct-paas/schema').IBasicEvents;
2916
+ formItem?: boolean | undefined;
2917
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
2918
+ displayName?: string | undefined;
2919
+ i18n?: Record<string, string> | undefined;
2920
+ isField?: boolean | undefined;
2921
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
2922
+ preLocation?: string | undefined;
2923
+ ignoringStyle?: string[] | undefined;
2924
+ isReadonlyWidget?: boolean | undefined;
2925
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
2926
+ dropPlaceholder?: string | undefined;
2927
+ _plugin?: {
2928
+ key: string;
2929
+ version: string;
2930
+ url: string;
2931
+ } | undefined;
2932
+ }[];
2933
+ } | {
2934
+ id: string;
2935
+ type: BuiltinType.BottomButtonContainer;
2936
+ children: {
2937
+ [x: string]: any;
2938
+ id: string;
2939
+ platform: import('@gct-paas/core').Platform;
2940
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
2941
+ alias: string;
2942
+ name: string;
2943
+ compName?: string | undefined;
2944
+ compKey?: string | undefined;
2945
+ type: string | import('@gct-paas/core').FormComponents;
2946
+ icon: string;
2947
+ children?: any[] | undefined;
2948
+ internal?: boolean | undefined;
2949
+ description?: string | undefined;
2950
+ style: {
2951
+ position?: string | undefined;
2952
+ top?: string | undefined;
2953
+ left?: string | undefined;
2954
+ right?: string | undefined;
2955
+ bottom?: string | undefined;
2956
+ width?: string | undefined;
2957
+ height?: string | undefined;
2958
+ maxHeight?: string | undefined;
2959
+ backgroundColor?: string | undefined;
2960
+ marginAll?: string | undefined;
2961
+ marginTop?: string | undefined;
2962
+ marginRight?: string | undefined;
2963
+ marginBottom?: string | undefined;
2964
+ marginLeft?: string | undefined;
2965
+ paddingAll?: string | undefined;
2966
+ paddingTop?: string | undefined;
2967
+ paddingRight?: string | undefined;
2968
+ paddingBottom?: string | undefined;
2969
+ paddingLeft?: string | undefined;
2970
+ labelFont?: {
2971
+ fontSize: string;
2972
+ bold: boolean;
2973
+ italic: boolean;
2974
+ textDecoration: import('@gct-paas/core').TextDecoration;
2975
+ color: string;
2976
+ align: "left" | "right" | "justify";
2977
+ } | undefined;
2978
+ contentFont?: {
2979
+ fontSize: string;
2980
+ bold: boolean;
2981
+ italic: boolean;
2982
+ textDecoration: import('@gct-paas/core').TextDecoration;
2983
+ color: string;
2984
+ align: "left" | "right" | "justify";
2985
+ } | undefined;
2986
+ tagStyle?: {
2987
+ color?: string | undefined;
2988
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
2989
+ } | undefined;
2990
+ tagStyleOpen?: boolean | undefined;
2991
+ borderAll?: {
2992
+ borderWidth?: string | undefined;
2993
+ borderStyle?: string | undefined;
2994
+ borderColor?: string | undefined;
2995
+ } | undefined;
2996
+ borderLeft?: {
2997
+ borderWidth?: string | undefined;
2998
+ borderStyle?: string | undefined;
2999
+ borderColor?: string | undefined;
3000
+ } | undefined;
3001
+ borderRight?: {
3002
+ borderWidth?: string | undefined;
3003
+ borderStyle?: string | undefined;
3004
+ borderColor?: string | undefined;
3005
+ } | undefined;
3006
+ borderBottom?: {
3007
+ borderWidth?: string | undefined;
3008
+ borderStyle?: string | undefined;
3009
+ borderColor?: string | undefined;
3010
+ } | undefined;
3011
+ borderTop?: {
3012
+ borderWidth?: string | undefined;
3013
+ borderStyle?: string | undefined;
3014
+ borderColor?: string | undefined;
3015
+ } | undefined;
3016
+ borderTopRightRadius?: string | undefined;
3017
+ borderTopLeftRadius?: string | undefined;
3018
+ borderBottomRightRadius?: string | undefined;
3019
+ borderBottomLeftRadius?: string | undefined;
3020
+ borderAllRadius?: string | undefined;
3021
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
3022
+ columnwidth?: number | undefined;
3023
+ columnFontStyleByRule?: {
3024
+ displayRule: string;
3025
+ contentFont: {
3026
+ fontSize: string;
3027
+ bold: boolean;
3028
+ italic: boolean;
3029
+ textDecoration: import('@gct-paas/core').TextDecoration;
3030
+ color: string;
3031
+ align: "left" | "right" | "justify";
3032
+ };
3033
+ tagStyle: {
3034
+ color?: string | undefined;
3035
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
3036
+ };
3037
+ progressStyle: {
3038
+ color: string;
3039
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
3040
+ };
3041
+ tagType: import('@gct-paas/core').tagEnum;
3042
+ tagStyleOpen: boolean;
3043
+ }[] | undefined;
3044
+ columnBackgroundByRule?: {
3045
+ displayRule: string;
3046
+ backgroundColor?: string | undefined;
3047
+ }[] | undefined;
3048
+ tableheight?: number | undefined;
3049
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
3050
+ enableHeaderBGColor?: boolean | undefined;
3051
+ };
3052
+ props: {
3053
+ [x: string]: any;
3054
+ hidden: boolean;
3055
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
3056
+ displayRule?: string | undefined;
3057
+ modeldata?: {
3058
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
3059
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
3060
+ subModel?: 0 | 1 | undefined;
3061
+ supportProcess?: 0 | 1 | undefined;
3062
+ } | undefined;
3063
+ componentDependency: {
3064
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
3065
+ configDependency: {
3066
+ hidden?: {
3067
+ expressionStr?: string | undefined;
3068
+ expression?: string | undefined;
3069
+ value?: boolean | undefined;
3070
+ fieldValue?: boolean | undefined;
3071
+ strategy?: string | undefined;
3072
+ } | undefined;
3073
+ readonly?: {
3074
+ expressionStr?: string | undefined;
3075
+ expression?: string | undefined;
3076
+ value?: boolean | undefined;
3077
+ fieldValue?: boolean | undefined;
3078
+ strategy?: string | undefined;
3079
+ } | undefined;
3080
+ disabled?: {
3081
+ expressionStr?: string | undefined;
3082
+ expression?: string | undefined;
3083
+ value?: boolean | undefined;
3084
+ fieldValue?: boolean | undefined;
3085
+ strategy?: string | undefined;
3086
+ } | undefined;
3087
+ required?: {
3088
+ expressionStr?: string | undefined;
3089
+ expression?: string | undefined;
3090
+ value?: boolean | undefined;
3091
+ fieldValue?: boolean | undefined;
3092
+ strategy?: string | undefined;
3093
+ } | undefined;
3094
+ assignment?: {
3095
+ expressionStr?: string | undefined;
3096
+ expression?: string | undefined;
3097
+ value?: boolean | undefined;
3098
+ fieldValue?: boolean | undefined;
3099
+ strategy?: string | undefined;
3100
+ } | undefined;
3101
+ };
3102
+ };
3103
+ deviceConnectivity: boolean;
3104
+ };
3105
+ events: import('@gct-paas/schema').IBasicEvents;
3106
+ formItem?: boolean | undefined;
3107
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
3108
+ displayName?: string | undefined;
3109
+ i18n?: Record<string, string> | undefined;
3110
+ isField?: boolean | undefined;
3111
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
3112
+ preLocation?: string | undefined;
3113
+ ignoringStyle?: string[] | undefined;
3114
+ isReadonlyWidget?: boolean | undefined;
3115
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
3116
+ dropPlaceholder?: string | undefined;
3117
+ _plugin?: {
3118
+ key: string;
3119
+ version: string;
3120
+ url: string;
3121
+ } | undefined;
3122
+ }[];
3123
+ }>;
3124
+ isGlobalModal: import('vue').ComputedRef<boolean>;
3125
+ subTableInfo: import('vue').ComputedRef<import('@gct-paas/schema').IBasicSchema | null>;
3126
+ setModalDesignState: (flag: boolean, modalId?: string, isGlobal?: boolean) => Promise<void>;
3127
+ setModalInfo: (modal: LowCodeModal.Modal) => void;
3128
+ setSubTableModalDesignState: (flag: boolean, needId?: string) => void;
3129
+ setWfNodesModalDesignState: (flag: boolean, needId?: string) => void;
3130
+ setWorkflowNodesModalDesignState: (flag: boolean, needId?: string) => void;
3131
+ subTableModalState: import('vue').Ref<boolean, boolean>;
3132
+ subTableModalId: import('vue').Ref<string, string>;
3133
+ };