@gct-paas/design 0.1.4-dev.0 → 0.1.4-dev.10

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