@gct-paas/design 0.1.4-dev.7 → 0.1.4-dev.9

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