@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,1991 @@
1
+ import { BuiltinType } from '@gct-paas/core';
2
+ import { LowCodeModal } from '@gct-paas/schema';
3
+ export declare function useDesignModal(): {
4
+ modalInfo: import('vue').Ref<{
5
+ id: string;
6
+ alias: string;
7
+ name: string;
8
+ platform: import('@gct-paas/core').Platform;
9
+ modalName: string;
10
+ compName?: string | undefined;
11
+ compKey?: string | undefined;
12
+ type: BuiltinType.MODAL;
13
+ js: string;
14
+ css: string;
15
+ children: [{
16
+ id: string;
17
+ type: BuiltinType.MODAL_BODY;
18
+ children: {
19
+ [x: string]: any;
20
+ id: string;
21
+ platform: import('@gct-paas/core').Platform;
22
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
23
+ alias: string;
24
+ name: string;
25
+ compName?: string | undefined;
26
+ compKey?: string | undefined;
27
+ type: string | import('@gct-paas/core').FormComponents;
28
+ icon: string;
29
+ children?: any[] | undefined;
30
+ internal?: boolean | undefined;
31
+ description?: string | undefined;
32
+ style: {
33
+ position?: string | undefined;
34
+ top?: string | undefined;
35
+ left?: string | undefined;
36
+ right?: string | undefined;
37
+ bottom?: string | undefined;
38
+ width?: string | undefined;
39
+ height?: string | undefined;
40
+ maxHeight?: string | undefined;
41
+ backgroundColor?: string | undefined;
42
+ marginAll?: string | undefined;
43
+ marginTop?: string | undefined;
44
+ marginRight?: string | undefined;
45
+ marginBottom?: string | undefined;
46
+ marginLeft?: string | undefined;
47
+ paddingAll?: string | undefined;
48
+ paddingTop?: string | undefined;
49
+ paddingRight?: string | undefined;
50
+ paddingBottom?: string | undefined;
51
+ paddingLeft?: string | undefined;
52
+ labelFont?: {
53
+ fontSize: string;
54
+ bold: boolean;
55
+ italic: boolean;
56
+ textDecoration: import('@gct-paas/core').TextDecoration;
57
+ color: string;
58
+ align: "left" | "right" | "justify";
59
+ } | undefined;
60
+ contentFont?: {
61
+ fontSize: string;
62
+ bold: boolean;
63
+ italic: boolean;
64
+ textDecoration: import('@gct-paas/core').TextDecoration;
65
+ color: string;
66
+ align: "left" | "right" | "justify";
67
+ } | undefined;
68
+ tagStyle?: {
69
+ color?: string | undefined;
70
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
71
+ } | undefined;
72
+ tagStyleOpen?: boolean | undefined;
73
+ borderAll?: {
74
+ borderWidth?: string | undefined;
75
+ borderStyle?: string | undefined;
76
+ borderColor?: string | undefined;
77
+ } | undefined;
78
+ borderLeft?: {
79
+ borderWidth?: string | undefined;
80
+ borderStyle?: string | undefined;
81
+ borderColor?: string | undefined;
82
+ } | undefined;
83
+ borderRight?: {
84
+ borderWidth?: string | undefined;
85
+ borderStyle?: string | undefined;
86
+ borderColor?: string | undefined;
87
+ } | undefined;
88
+ borderBottom?: {
89
+ borderWidth?: string | undefined;
90
+ borderStyle?: string | undefined;
91
+ borderColor?: string | undefined;
92
+ } | undefined;
93
+ borderTop?: {
94
+ borderWidth?: string | undefined;
95
+ borderStyle?: string | undefined;
96
+ borderColor?: string | undefined;
97
+ } | undefined;
98
+ borderTopRightRadius?: string | undefined;
99
+ borderTopLeftRadius?: string | undefined;
100
+ borderBottomRightRadius?: string | undefined;
101
+ borderBottomLeftRadius?: string | undefined;
102
+ borderAllRadius?: string | undefined;
103
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
104
+ columnwidth?: number | undefined;
105
+ columnFontStyleByRule?: {
106
+ displayRule: string;
107
+ contentFont: {
108
+ fontSize: string;
109
+ bold: boolean;
110
+ italic: boolean;
111
+ textDecoration: import('@gct-paas/core').TextDecoration;
112
+ color: string;
113
+ align: "left" | "right" | "justify";
114
+ };
115
+ tagStyle: {
116
+ color?: string | undefined;
117
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
118
+ };
119
+ progressStyle: {
120
+ color: string;
121
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
122
+ };
123
+ tagType: import('@gct-paas/core').tagEnum;
124
+ tagStyleOpen: boolean;
125
+ }[] | undefined;
126
+ columnBackgroundByRule?: {
127
+ displayRule: string;
128
+ backgroundColor?: string | undefined;
129
+ }[] | undefined;
130
+ tableheight?: number | undefined;
131
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
132
+ enableHeaderBGColor?: boolean | undefined;
133
+ };
134
+ props: {
135
+ [x: string]: any;
136
+ hidden: boolean;
137
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
138
+ displayRule?: string | undefined;
139
+ modeldata?: {
140
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
141
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
142
+ subModel?: 0 | 1 | undefined;
143
+ supportProcess?: 0 | 1 | undefined;
144
+ } | undefined;
145
+ componentDependency: {
146
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
147
+ configDependency: {
148
+ hidden: {
149
+ expressionStr?: string | undefined;
150
+ expression?: string | undefined;
151
+ value?: boolean | undefined;
152
+ fieldValue?: boolean | undefined;
153
+ strategy?: string | undefined;
154
+ };
155
+ readonly: {
156
+ expressionStr?: string | undefined;
157
+ expression?: string | undefined;
158
+ value?: boolean | undefined;
159
+ fieldValue?: boolean | undefined;
160
+ strategy?: string | undefined;
161
+ };
162
+ disabled: {
163
+ expressionStr?: string | undefined;
164
+ expression?: string | undefined;
165
+ value?: boolean | undefined;
166
+ fieldValue?: boolean | undefined;
167
+ strategy?: string | undefined;
168
+ };
169
+ required: {
170
+ expressionStr?: string | undefined;
171
+ expression?: string | undefined;
172
+ value?: boolean | undefined;
173
+ fieldValue?: boolean | undefined;
174
+ strategy?: string | undefined;
175
+ };
176
+ assignment: {
177
+ expressionStr?: string | undefined;
178
+ expression?: string | undefined;
179
+ value?: boolean | undefined;
180
+ fieldValue?: boolean | undefined;
181
+ strategy?: string | undefined;
182
+ };
183
+ };
184
+ };
185
+ deviceConnectivity: boolean;
186
+ };
187
+ events: import('@gct-paas/schema').IBasicEvents;
188
+ formItem?: boolean | undefined;
189
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
190
+ displayName?: string | undefined;
191
+ i18n?: Record<string, string> | undefined;
192
+ isField?: boolean | undefined;
193
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
194
+ preLocation?: string | undefined;
195
+ ignoringStyle?: string[] | undefined;
196
+ isReadonlyWidget?: boolean | undefined;
197
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
198
+ dropPlaceholder?: string | undefined;
199
+ _plugin?: {
200
+ key: string;
201
+ version: string;
202
+ url: string;
203
+ } | undefined;
204
+ }[];
205
+ }, {
206
+ id: string;
207
+ type: BuiltinType.MODAL_FOOTER;
208
+ children: {
209
+ [x: string]: any;
210
+ id: string;
211
+ platform: import('@gct-paas/core').Platform;
212
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
213
+ alias: string;
214
+ name: string;
215
+ compName?: string | undefined;
216
+ compKey?: string | undefined;
217
+ type: string | import('@gct-paas/core').FormComponents;
218
+ icon: string;
219
+ children?: any[] | undefined;
220
+ internal?: boolean | undefined;
221
+ description?: string | undefined;
222
+ style: {
223
+ position?: string | undefined;
224
+ top?: string | undefined;
225
+ left?: string | undefined;
226
+ right?: string | undefined;
227
+ bottom?: string | undefined;
228
+ width?: string | undefined;
229
+ height?: string | undefined;
230
+ maxHeight?: string | undefined;
231
+ backgroundColor?: string | undefined;
232
+ marginAll?: string | undefined;
233
+ marginTop?: string | undefined;
234
+ marginRight?: string | undefined;
235
+ marginBottom?: string | undefined;
236
+ marginLeft?: string | undefined;
237
+ paddingAll?: string | undefined;
238
+ paddingTop?: string | undefined;
239
+ paddingRight?: string | undefined;
240
+ paddingBottom?: string | undefined;
241
+ paddingLeft?: string | undefined;
242
+ labelFont?: {
243
+ fontSize: string;
244
+ bold: boolean;
245
+ italic: boolean;
246
+ textDecoration: import('@gct-paas/core').TextDecoration;
247
+ color: string;
248
+ align: "left" | "right" | "justify";
249
+ } | undefined;
250
+ contentFont?: {
251
+ fontSize: string;
252
+ bold: boolean;
253
+ italic: boolean;
254
+ textDecoration: import('@gct-paas/core').TextDecoration;
255
+ color: string;
256
+ align: "left" | "right" | "justify";
257
+ } | undefined;
258
+ tagStyle?: {
259
+ color?: string | undefined;
260
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
261
+ } | undefined;
262
+ tagStyleOpen?: boolean | undefined;
263
+ borderAll?: {
264
+ borderWidth?: string | undefined;
265
+ borderStyle?: string | undefined;
266
+ borderColor?: string | undefined;
267
+ } | undefined;
268
+ borderLeft?: {
269
+ borderWidth?: string | undefined;
270
+ borderStyle?: string | undefined;
271
+ borderColor?: string | undefined;
272
+ } | undefined;
273
+ borderRight?: {
274
+ borderWidth?: string | undefined;
275
+ borderStyle?: string | undefined;
276
+ borderColor?: string | undefined;
277
+ } | undefined;
278
+ borderBottom?: {
279
+ borderWidth?: string | undefined;
280
+ borderStyle?: string | undefined;
281
+ borderColor?: string | undefined;
282
+ } | undefined;
283
+ borderTop?: {
284
+ borderWidth?: string | undefined;
285
+ borderStyle?: string | undefined;
286
+ borderColor?: string | undefined;
287
+ } | undefined;
288
+ borderTopRightRadius?: string | undefined;
289
+ borderTopLeftRadius?: string | undefined;
290
+ borderBottomRightRadius?: string | undefined;
291
+ borderBottomLeftRadius?: string | undefined;
292
+ borderAllRadius?: string | undefined;
293
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
294
+ columnwidth?: number | undefined;
295
+ columnFontStyleByRule?: {
296
+ displayRule: string;
297
+ contentFont: {
298
+ fontSize: string;
299
+ bold: boolean;
300
+ italic: boolean;
301
+ textDecoration: import('@gct-paas/core').TextDecoration;
302
+ color: string;
303
+ align: "left" | "right" | "justify";
304
+ };
305
+ tagStyle: {
306
+ color?: string | undefined;
307
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
308
+ };
309
+ progressStyle: {
310
+ color: string;
311
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
312
+ };
313
+ tagType: import('@gct-paas/core').tagEnum;
314
+ tagStyleOpen: boolean;
315
+ }[] | undefined;
316
+ columnBackgroundByRule?: {
317
+ displayRule: string;
318
+ backgroundColor?: string | undefined;
319
+ }[] | undefined;
320
+ tableheight?: number | undefined;
321
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
322
+ enableHeaderBGColor?: boolean | undefined;
323
+ };
324
+ props: {
325
+ [x: string]: any;
326
+ hidden: boolean;
327
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
328
+ displayRule?: string | undefined;
329
+ modeldata?: {
330
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
331
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
332
+ subModel?: 0 | 1 | undefined;
333
+ supportProcess?: 0 | 1 | undefined;
334
+ } | undefined;
335
+ componentDependency: {
336
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
337
+ configDependency: {
338
+ hidden: {
339
+ expressionStr?: string | undefined;
340
+ expression?: string | undefined;
341
+ value?: boolean | undefined;
342
+ fieldValue?: boolean | undefined;
343
+ strategy?: string | undefined;
344
+ };
345
+ readonly: {
346
+ expressionStr?: string | undefined;
347
+ expression?: string | undefined;
348
+ value?: boolean | undefined;
349
+ fieldValue?: boolean | undefined;
350
+ strategy?: string | undefined;
351
+ };
352
+ disabled: {
353
+ expressionStr?: string | undefined;
354
+ expression?: string | undefined;
355
+ value?: boolean | undefined;
356
+ fieldValue?: boolean | undefined;
357
+ strategy?: string | undefined;
358
+ };
359
+ required: {
360
+ expressionStr?: string | undefined;
361
+ expression?: string | undefined;
362
+ value?: boolean | undefined;
363
+ fieldValue?: boolean | undefined;
364
+ strategy?: string | undefined;
365
+ };
366
+ assignment: {
367
+ expressionStr?: string | undefined;
368
+ expression?: string | undefined;
369
+ value?: boolean | undefined;
370
+ fieldValue?: boolean | undefined;
371
+ strategy?: string | undefined;
372
+ };
373
+ };
374
+ };
375
+ deviceConnectivity: boolean;
376
+ };
377
+ events: import('@gct-paas/schema').IBasicEvents;
378
+ formItem?: boolean | undefined;
379
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
380
+ displayName?: string | undefined;
381
+ i18n?: Record<string, string> | undefined;
382
+ isField?: boolean | undefined;
383
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
384
+ preLocation?: string | undefined;
385
+ ignoringStyle?: string[] | undefined;
386
+ isReadonlyWidget?: boolean | undefined;
387
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
388
+ dropPlaceholder?: string | undefined;
389
+ _plugin?: {
390
+ key: string;
391
+ version: string;
392
+ url: string;
393
+ } | undefined;
394
+ }[];
395
+ }, ({
396
+ id: string;
397
+ type: BuiltinType.BottomButtonContainer;
398
+ children: {
399
+ [x: string]: any;
400
+ id: string;
401
+ platform: import('@gct-paas/core').Platform;
402
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
403
+ alias: string;
404
+ name: string;
405
+ compName?: string | undefined;
406
+ compKey?: string | undefined;
407
+ type: string | import('@gct-paas/core').FormComponents;
408
+ icon: string;
409
+ children?: any[] | undefined;
410
+ internal?: boolean | undefined;
411
+ description?: string | undefined;
412
+ style: {
413
+ position?: string | undefined;
414
+ top?: string | undefined;
415
+ left?: string | undefined;
416
+ right?: string | undefined;
417
+ bottom?: string | undefined;
418
+ width?: string | undefined;
419
+ height?: string | undefined;
420
+ maxHeight?: string | undefined;
421
+ backgroundColor?: string | undefined;
422
+ marginAll?: string | undefined;
423
+ marginTop?: string | undefined;
424
+ marginRight?: string | undefined;
425
+ marginBottom?: string | undefined;
426
+ marginLeft?: string | undefined;
427
+ paddingAll?: string | undefined;
428
+ paddingTop?: string | undefined;
429
+ paddingRight?: string | undefined;
430
+ paddingBottom?: string | undefined;
431
+ paddingLeft?: string | undefined;
432
+ labelFont?: {
433
+ fontSize: string;
434
+ bold: boolean;
435
+ italic: boolean;
436
+ textDecoration: import('@gct-paas/core').TextDecoration;
437
+ color: string;
438
+ align: "left" | "right" | "justify";
439
+ } | undefined;
440
+ contentFont?: {
441
+ fontSize: string;
442
+ bold: boolean;
443
+ italic: boolean;
444
+ textDecoration: import('@gct-paas/core').TextDecoration;
445
+ color: string;
446
+ align: "left" | "right" | "justify";
447
+ } | undefined;
448
+ tagStyle?: {
449
+ color?: string | undefined;
450
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
451
+ } | undefined;
452
+ tagStyleOpen?: boolean | undefined;
453
+ borderAll?: {
454
+ borderWidth?: string | undefined;
455
+ borderStyle?: string | undefined;
456
+ borderColor?: string | undefined;
457
+ } | undefined;
458
+ borderLeft?: {
459
+ borderWidth?: string | undefined;
460
+ borderStyle?: string | undefined;
461
+ borderColor?: string | undefined;
462
+ } | undefined;
463
+ borderRight?: {
464
+ borderWidth?: string | undefined;
465
+ borderStyle?: string | undefined;
466
+ borderColor?: string | undefined;
467
+ } | undefined;
468
+ borderBottom?: {
469
+ borderWidth?: string | undefined;
470
+ borderStyle?: string | undefined;
471
+ borderColor?: string | undefined;
472
+ } | undefined;
473
+ borderTop?: {
474
+ borderWidth?: string | undefined;
475
+ borderStyle?: string | undefined;
476
+ borderColor?: string | undefined;
477
+ } | undefined;
478
+ borderTopRightRadius?: string | undefined;
479
+ borderTopLeftRadius?: string | undefined;
480
+ borderBottomRightRadius?: string | undefined;
481
+ borderBottomLeftRadius?: string | undefined;
482
+ borderAllRadius?: string | undefined;
483
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
484
+ columnwidth?: number | undefined;
485
+ columnFontStyleByRule?: {
486
+ displayRule: string;
487
+ contentFont: {
488
+ fontSize: string;
489
+ bold: boolean;
490
+ italic: boolean;
491
+ textDecoration: import('@gct-paas/core').TextDecoration;
492
+ color: string;
493
+ align: "left" | "right" | "justify";
494
+ };
495
+ tagStyle: {
496
+ color?: string | undefined;
497
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
498
+ };
499
+ progressStyle: {
500
+ color: string;
501
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
502
+ };
503
+ tagType: import('@gct-paas/core').tagEnum;
504
+ tagStyleOpen: boolean;
505
+ }[] | undefined;
506
+ columnBackgroundByRule?: {
507
+ displayRule: string;
508
+ backgroundColor?: string | undefined;
509
+ }[] | undefined;
510
+ tableheight?: number | undefined;
511
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
512
+ enableHeaderBGColor?: boolean | undefined;
513
+ };
514
+ props: {
515
+ [x: string]: any;
516
+ hidden: boolean;
517
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
518
+ displayRule?: string | undefined;
519
+ modeldata?: {
520
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
521
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
522
+ subModel?: 0 | 1 | undefined;
523
+ supportProcess?: 0 | 1 | undefined;
524
+ } | undefined;
525
+ componentDependency: {
526
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
527
+ configDependency: {
528
+ hidden: {
529
+ expressionStr?: string | undefined;
530
+ expression?: string | undefined;
531
+ value?: boolean | undefined;
532
+ fieldValue?: boolean | undefined;
533
+ strategy?: string | undefined;
534
+ };
535
+ readonly: {
536
+ expressionStr?: string | undefined;
537
+ expression?: string | undefined;
538
+ value?: boolean | undefined;
539
+ fieldValue?: boolean | undefined;
540
+ strategy?: string | undefined;
541
+ };
542
+ disabled: {
543
+ expressionStr?: string | undefined;
544
+ expression?: string | undefined;
545
+ value?: boolean | undefined;
546
+ fieldValue?: boolean | undefined;
547
+ strategy?: string | undefined;
548
+ };
549
+ required: {
550
+ expressionStr?: string | undefined;
551
+ expression?: string | undefined;
552
+ value?: boolean | undefined;
553
+ fieldValue?: boolean | undefined;
554
+ strategy?: string | undefined;
555
+ };
556
+ assignment: {
557
+ expressionStr?: string | undefined;
558
+ expression?: string | undefined;
559
+ value?: boolean | undefined;
560
+ fieldValue?: boolean | undefined;
561
+ strategy?: string | undefined;
562
+ };
563
+ };
564
+ };
565
+ deviceConnectivity: boolean;
566
+ };
567
+ events: import('@gct-paas/schema').IBasicEvents;
568
+ formItem?: boolean | undefined;
569
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
570
+ displayName?: string | undefined;
571
+ i18n?: Record<string, string> | undefined;
572
+ isField?: boolean | undefined;
573
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
574
+ preLocation?: string | undefined;
575
+ ignoringStyle?: string[] | undefined;
576
+ isReadonlyWidget?: boolean | undefined;
577
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
578
+ dropPlaceholder?: string | undefined;
579
+ _plugin?: {
580
+ key: string;
581
+ version: string;
582
+ url: string;
583
+ } | undefined;
584
+ }[];
585
+ } | undefined)?];
586
+ props: {
587
+ [x: string]: any;
588
+ modalTitle?: string | undefined;
589
+ unitType: "px" | "%";
590
+ modalWidth: number;
591
+ mUnitType: "%";
592
+ mModalWidth: number;
593
+ isSubTableModal?: boolean | undefined;
594
+ bindSubTableId?: string | undefined;
595
+ createModalTitle?: string | undefined;
596
+ editModalTitle?: string | undefined;
597
+ };
598
+ events: import("@gct-paas/schema").LowCodeWidget.BasicEvents;
599
+ i18n?: Record<string, string> | undefined;
600
+ style: {
601
+ position?: string | undefined;
602
+ top?: string | undefined;
603
+ left?: string | undefined;
604
+ right?: string | undefined;
605
+ bottom?: string | undefined;
606
+ width?: string | undefined;
607
+ height?: string | undefined;
608
+ maxHeight?: string | undefined;
609
+ backgroundColor?: string | undefined;
610
+ marginAll?: string | undefined;
611
+ marginTop?: string | undefined;
612
+ marginRight?: string | undefined;
613
+ marginBottom?: string | undefined;
614
+ marginLeft?: string | undefined;
615
+ paddingAll?: string | undefined;
616
+ paddingTop?: string | undefined;
617
+ paddingRight?: string | undefined;
618
+ paddingBottom?: string | undefined;
619
+ paddingLeft?: string | undefined;
620
+ labelFont?: {
621
+ fontSize: string;
622
+ bold: boolean;
623
+ italic: boolean;
624
+ textDecoration: import('@gct-paas/core').TextDecoration;
625
+ color: string;
626
+ align: "left" | "right" | "justify";
627
+ } | undefined;
628
+ contentFont?: {
629
+ fontSize: string;
630
+ bold: boolean;
631
+ italic: boolean;
632
+ textDecoration: import('@gct-paas/core').TextDecoration;
633
+ color: string;
634
+ align: "left" | "right" | "justify";
635
+ } | undefined;
636
+ tagStyle?: {
637
+ color?: string | undefined;
638
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
639
+ } | undefined;
640
+ tagStyleOpen?: boolean | undefined;
641
+ borderAll?: {
642
+ borderWidth?: string | undefined;
643
+ borderStyle?: string | undefined;
644
+ borderColor?: string | undefined;
645
+ } | undefined;
646
+ borderLeft?: {
647
+ borderWidth?: string | undefined;
648
+ borderStyle?: string | undefined;
649
+ borderColor?: string | undefined;
650
+ } | undefined;
651
+ borderRight?: {
652
+ borderWidth?: string | undefined;
653
+ borderStyle?: string | undefined;
654
+ borderColor?: string | undefined;
655
+ } | undefined;
656
+ borderBottom?: {
657
+ borderWidth?: string | undefined;
658
+ borderStyle?: string | undefined;
659
+ borderColor?: string | undefined;
660
+ } | undefined;
661
+ borderTop?: {
662
+ borderWidth?: string | undefined;
663
+ borderStyle?: string | undefined;
664
+ borderColor?: string | undefined;
665
+ } | undefined;
666
+ borderTopRightRadius?: string | undefined;
667
+ borderTopLeftRadius?: string | undefined;
668
+ borderBottomRightRadius?: string | undefined;
669
+ borderBottomLeftRadius?: string | undefined;
670
+ borderAllRadius?: string | undefined;
671
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
672
+ columnwidth?: number | undefined;
673
+ columnFontStyleByRule?: {
674
+ displayRule: string;
675
+ contentFont: {
676
+ fontSize: string;
677
+ bold: boolean;
678
+ italic: boolean;
679
+ textDecoration: import('@gct-paas/core').TextDecoration;
680
+ color: string;
681
+ align: "left" | "right" | "justify";
682
+ };
683
+ tagStyle: {
684
+ color?: string | undefined;
685
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
686
+ };
687
+ progressStyle: {
688
+ color: string;
689
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
690
+ };
691
+ tagType: import('@gct-paas/core').tagEnum;
692
+ tagStyleOpen: boolean;
693
+ }[] | undefined;
694
+ columnBackgroundByRule?: {
695
+ displayRule: string;
696
+ backgroundColor?: string | undefined;
697
+ }[] | undefined;
698
+ tableheight?: number | undefined;
699
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
700
+ enableHeaderBGColor?: boolean | undefined;
701
+ };
702
+ runJs?: string | undefined;
703
+ los?: Record<string, IData> | undefined;
704
+ icon: string;
705
+ isField: boolean;
706
+ }, import('node_modules/@gct-paas/schema/es/interface/modal/i-modal').IModal | {
707
+ id: string;
708
+ alias: string;
709
+ name: string;
710
+ platform: import('@gct-paas/core').Platform;
711
+ modalName: string;
712
+ compName?: string | undefined;
713
+ compKey?: string | undefined;
714
+ type: BuiltinType.MODAL;
715
+ js: string;
716
+ css: string;
717
+ children: [{
718
+ id: string;
719
+ type: BuiltinType.MODAL_BODY;
720
+ children: {
721
+ [x: string]: any;
722
+ id: string;
723
+ platform: import('@gct-paas/core').Platform;
724
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
725
+ alias: string;
726
+ name: string;
727
+ compName?: string | undefined;
728
+ compKey?: string | undefined;
729
+ type: string | import('@gct-paas/core').FormComponents;
730
+ icon: string;
731
+ children?: any[] | undefined;
732
+ internal?: boolean | undefined;
733
+ description?: string | undefined;
734
+ style: {
735
+ position?: string | undefined;
736
+ top?: string | undefined;
737
+ left?: string | undefined;
738
+ right?: string | undefined;
739
+ bottom?: string | undefined;
740
+ width?: string | undefined;
741
+ height?: string | undefined;
742
+ maxHeight?: string | undefined;
743
+ backgroundColor?: string | undefined;
744
+ marginAll?: string | undefined;
745
+ marginTop?: string | undefined;
746
+ marginRight?: string | undefined;
747
+ marginBottom?: string | undefined;
748
+ marginLeft?: string | undefined;
749
+ paddingAll?: string | undefined;
750
+ paddingTop?: string | undefined;
751
+ paddingRight?: string | undefined;
752
+ paddingBottom?: string | undefined;
753
+ paddingLeft?: string | undefined;
754
+ labelFont?: {
755
+ fontSize: string;
756
+ bold: boolean;
757
+ italic: boolean;
758
+ textDecoration: import('@gct-paas/core').TextDecoration;
759
+ color: string;
760
+ align: "left" | "right" | "justify";
761
+ } | undefined;
762
+ contentFont?: {
763
+ fontSize: string;
764
+ bold: boolean;
765
+ italic: boolean;
766
+ textDecoration: import('@gct-paas/core').TextDecoration;
767
+ color: string;
768
+ align: "left" | "right" | "justify";
769
+ } | undefined;
770
+ tagStyle?: {
771
+ color?: string | undefined;
772
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
773
+ } | undefined;
774
+ tagStyleOpen?: boolean | undefined;
775
+ borderAll?: {
776
+ borderWidth?: string | undefined;
777
+ borderStyle?: string | undefined;
778
+ borderColor?: string | undefined;
779
+ } | undefined;
780
+ borderLeft?: {
781
+ borderWidth?: string | undefined;
782
+ borderStyle?: string | undefined;
783
+ borderColor?: string | undefined;
784
+ } | undefined;
785
+ borderRight?: {
786
+ borderWidth?: string | undefined;
787
+ borderStyle?: string | undefined;
788
+ borderColor?: string | undefined;
789
+ } | undefined;
790
+ borderBottom?: {
791
+ borderWidth?: string | undefined;
792
+ borderStyle?: string | undefined;
793
+ borderColor?: string | undefined;
794
+ } | undefined;
795
+ borderTop?: {
796
+ borderWidth?: string | undefined;
797
+ borderStyle?: string | undefined;
798
+ borderColor?: string | undefined;
799
+ } | undefined;
800
+ borderTopRightRadius?: string | undefined;
801
+ borderTopLeftRadius?: string | undefined;
802
+ borderBottomRightRadius?: string | undefined;
803
+ borderBottomLeftRadius?: string | undefined;
804
+ borderAllRadius?: string | undefined;
805
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
806
+ columnwidth?: number | undefined;
807
+ columnFontStyleByRule?: {
808
+ displayRule: string;
809
+ contentFont: {
810
+ fontSize: string;
811
+ bold: boolean;
812
+ italic: boolean;
813
+ textDecoration: import('@gct-paas/core').TextDecoration;
814
+ color: string;
815
+ align: "left" | "right" | "justify";
816
+ };
817
+ tagStyle: {
818
+ color?: string | undefined;
819
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
820
+ };
821
+ progressStyle: {
822
+ color: string;
823
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
824
+ };
825
+ tagType: import('@gct-paas/core').tagEnum;
826
+ tagStyleOpen: boolean;
827
+ }[] | undefined;
828
+ columnBackgroundByRule?: {
829
+ displayRule: string;
830
+ backgroundColor?: string | undefined;
831
+ }[] | undefined;
832
+ tableheight?: number | undefined;
833
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
834
+ enableHeaderBGColor?: boolean | undefined;
835
+ };
836
+ props: {
837
+ [x: string]: any;
838
+ hidden: boolean;
839
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
840
+ displayRule?: string | undefined;
841
+ modeldata?: {
842
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
843
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
844
+ subModel?: 0 | 1 | undefined;
845
+ supportProcess?: 0 | 1 | undefined;
846
+ } | undefined;
847
+ componentDependency: {
848
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
849
+ configDependency: {
850
+ hidden: {
851
+ expressionStr?: string | undefined;
852
+ expression?: string | undefined;
853
+ value?: boolean | undefined;
854
+ fieldValue?: boolean | undefined;
855
+ strategy?: string | undefined;
856
+ };
857
+ readonly: {
858
+ expressionStr?: string | undefined;
859
+ expression?: string | undefined;
860
+ value?: boolean | undefined;
861
+ fieldValue?: boolean | undefined;
862
+ strategy?: string | undefined;
863
+ };
864
+ disabled: {
865
+ expressionStr?: string | undefined;
866
+ expression?: string | undefined;
867
+ value?: boolean | undefined;
868
+ fieldValue?: boolean | undefined;
869
+ strategy?: string | undefined;
870
+ };
871
+ required: {
872
+ expressionStr?: string | undefined;
873
+ expression?: string | undefined;
874
+ value?: boolean | undefined;
875
+ fieldValue?: boolean | undefined;
876
+ strategy?: string | undefined;
877
+ };
878
+ assignment: {
879
+ expressionStr?: string | undefined;
880
+ expression?: string | undefined;
881
+ value?: boolean | undefined;
882
+ fieldValue?: boolean | undefined;
883
+ strategy?: string | undefined;
884
+ };
885
+ };
886
+ };
887
+ deviceConnectivity: boolean;
888
+ };
889
+ events: import('@gct-paas/schema').IBasicEvents;
890
+ formItem?: boolean | undefined;
891
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
892
+ displayName?: string | undefined;
893
+ i18n?: Record<string, string> | undefined;
894
+ isField?: boolean | undefined;
895
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
896
+ preLocation?: string | undefined;
897
+ ignoringStyle?: string[] | undefined;
898
+ isReadonlyWidget?: boolean | undefined;
899
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
900
+ dropPlaceholder?: string | undefined;
901
+ _plugin?: {
902
+ key: string;
903
+ version: string;
904
+ url: string;
905
+ } | undefined;
906
+ }[];
907
+ }, {
908
+ id: string;
909
+ type: BuiltinType.MODAL_FOOTER;
910
+ children: {
911
+ [x: string]: any;
912
+ id: string;
913
+ platform: import('@gct-paas/core').Platform;
914
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
915
+ alias: string;
916
+ name: string;
917
+ compName?: string | undefined;
918
+ compKey?: string | undefined;
919
+ type: string | import('@gct-paas/core').FormComponents;
920
+ icon: string;
921
+ children?: any[] | undefined;
922
+ internal?: boolean | undefined;
923
+ description?: string | undefined;
924
+ style: {
925
+ position?: string | undefined;
926
+ top?: string | undefined;
927
+ left?: string | undefined;
928
+ right?: string | undefined;
929
+ bottom?: string | undefined;
930
+ width?: string | undefined;
931
+ height?: string | undefined;
932
+ maxHeight?: string | undefined;
933
+ backgroundColor?: string | undefined;
934
+ marginAll?: string | undefined;
935
+ marginTop?: string | undefined;
936
+ marginRight?: string | undefined;
937
+ marginBottom?: string | undefined;
938
+ marginLeft?: string | undefined;
939
+ paddingAll?: string | undefined;
940
+ paddingTop?: string | undefined;
941
+ paddingRight?: string | undefined;
942
+ paddingBottom?: string | undefined;
943
+ paddingLeft?: string | undefined;
944
+ labelFont?: {
945
+ fontSize: string;
946
+ bold: boolean;
947
+ italic: boolean;
948
+ textDecoration: import('@gct-paas/core').TextDecoration;
949
+ color: string;
950
+ align: "left" | "right" | "justify";
951
+ } | undefined;
952
+ contentFont?: {
953
+ fontSize: string;
954
+ bold: boolean;
955
+ italic: boolean;
956
+ textDecoration: import('@gct-paas/core').TextDecoration;
957
+ color: string;
958
+ align: "left" | "right" | "justify";
959
+ } | undefined;
960
+ tagStyle?: {
961
+ color?: string | undefined;
962
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
963
+ } | undefined;
964
+ tagStyleOpen?: boolean | undefined;
965
+ borderAll?: {
966
+ borderWidth?: string | undefined;
967
+ borderStyle?: string | undefined;
968
+ borderColor?: string | undefined;
969
+ } | undefined;
970
+ borderLeft?: {
971
+ borderWidth?: string | undefined;
972
+ borderStyle?: string | undefined;
973
+ borderColor?: string | undefined;
974
+ } | undefined;
975
+ borderRight?: {
976
+ borderWidth?: string | undefined;
977
+ borderStyle?: string | undefined;
978
+ borderColor?: string | undefined;
979
+ } | undefined;
980
+ borderBottom?: {
981
+ borderWidth?: string | undefined;
982
+ borderStyle?: string | undefined;
983
+ borderColor?: string | undefined;
984
+ } | undefined;
985
+ borderTop?: {
986
+ borderWidth?: string | undefined;
987
+ borderStyle?: string | undefined;
988
+ borderColor?: string | undefined;
989
+ } | undefined;
990
+ borderTopRightRadius?: string | undefined;
991
+ borderTopLeftRadius?: string | undefined;
992
+ borderBottomRightRadius?: string | undefined;
993
+ borderBottomLeftRadius?: string | undefined;
994
+ borderAllRadius?: string | undefined;
995
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
996
+ columnwidth?: number | undefined;
997
+ columnFontStyleByRule?: {
998
+ displayRule: string;
999
+ contentFont: {
1000
+ fontSize: string;
1001
+ bold: boolean;
1002
+ italic: boolean;
1003
+ textDecoration: import('@gct-paas/core').TextDecoration;
1004
+ color: string;
1005
+ align: "left" | "right" | "justify";
1006
+ };
1007
+ tagStyle: {
1008
+ color?: string | undefined;
1009
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1010
+ };
1011
+ progressStyle: {
1012
+ color: string;
1013
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
1014
+ };
1015
+ tagType: import('@gct-paas/core').tagEnum;
1016
+ tagStyleOpen: boolean;
1017
+ }[] | undefined;
1018
+ columnBackgroundByRule?: {
1019
+ displayRule: string;
1020
+ backgroundColor?: string | undefined;
1021
+ }[] | undefined;
1022
+ tableheight?: number | undefined;
1023
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1024
+ enableHeaderBGColor?: boolean | undefined;
1025
+ };
1026
+ props: {
1027
+ [x: string]: any;
1028
+ hidden: boolean;
1029
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
1030
+ displayRule?: string | undefined;
1031
+ modeldata?: {
1032
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
1033
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
1034
+ subModel?: 0 | 1 | undefined;
1035
+ supportProcess?: 0 | 1 | undefined;
1036
+ } | undefined;
1037
+ componentDependency: {
1038
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
1039
+ configDependency: {
1040
+ hidden: {
1041
+ expressionStr?: string | undefined;
1042
+ expression?: string | undefined;
1043
+ value?: boolean | undefined;
1044
+ fieldValue?: boolean | undefined;
1045
+ strategy?: string | undefined;
1046
+ };
1047
+ readonly: {
1048
+ expressionStr?: string | undefined;
1049
+ expression?: string | undefined;
1050
+ value?: boolean | undefined;
1051
+ fieldValue?: boolean | undefined;
1052
+ strategy?: string | undefined;
1053
+ };
1054
+ disabled: {
1055
+ expressionStr?: string | undefined;
1056
+ expression?: string | undefined;
1057
+ value?: boolean | undefined;
1058
+ fieldValue?: boolean | undefined;
1059
+ strategy?: string | undefined;
1060
+ };
1061
+ required: {
1062
+ expressionStr?: string | undefined;
1063
+ expression?: string | undefined;
1064
+ value?: boolean | undefined;
1065
+ fieldValue?: boolean | undefined;
1066
+ strategy?: string | undefined;
1067
+ };
1068
+ assignment: {
1069
+ expressionStr?: string | undefined;
1070
+ expression?: string | undefined;
1071
+ value?: boolean | undefined;
1072
+ fieldValue?: boolean | undefined;
1073
+ strategy?: string | undefined;
1074
+ };
1075
+ };
1076
+ };
1077
+ deviceConnectivity: boolean;
1078
+ };
1079
+ events: import('@gct-paas/schema').IBasicEvents;
1080
+ formItem?: boolean | undefined;
1081
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
1082
+ displayName?: string | undefined;
1083
+ i18n?: Record<string, string> | undefined;
1084
+ isField?: boolean | undefined;
1085
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
1086
+ preLocation?: string | undefined;
1087
+ ignoringStyle?: string[] | undefined;
1088
+ isReadonlyWidget?: boolean | undefined;
1089
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
1090
+ dropPlaceholder?: string | undefined;
1091
+ _plugin?: {
1092
+ key: string;
1093
+ version: string;
1094
+ url: string;
1095
+ } | undefined;
1096
+ }[];
1097
+ }, ({
1098
+ id: string;
1099
+ type: BuiltinType.BottomButtonContainer;
1100
+ children: {
1101
+ [x: string]: any;
1102
+ id: string;
1103
+ platform: import('@gct-paas/core').Platform;
1104
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
1105
+ alias: string;
1106
+ name: string;
1107
+ compName?: string | undefined;
1108
+ compKey?: string | undefined;
1109
+ type: string | import('@gct-paas/core').FormComponents;
1110
+ icon: string;
1111
+ children?: any[] | undefined;
1112
+ internal?: boolean | undefined;
1113
+ description?: string | undefined;
1114
+ style: {
1115
+ position?: string | undefined;
1116
+ top?: string | undefined;
1117
+ left?: string | undefined;
1118
+ right?: string | undefined;
1119
+ bottom?: string | undefined;
1120
+ width?: string | undefined;
1121
+ height?: string | undefined;
1122
+ maxHeight?: string | undefined;
1123
+ backgroundColor?: string | undefined;
1124
+ marginAll?: string | undefined;
1125
+ marginTop?: string | undefined;
1126
+ marginRight?: string | undefined;
1127
+ marginBottom?: string | undefined;
1128
+ marginLeft?: string | undefined;
1129
+ paddingAll?: string | undefined;
1130
+ paddingTop?: string | undefined;
1131
+ paddingRight?: string | undefined;
1132
+ paddingBottom?: string | undefined;
1133
+ paddingLeft?: string | undefined;
1134
+ labelFont?: {
1135
+ fontSize: string;
1136
+ bold: boolean;
1137
+ italic: boolean;
1138
+ textDecoration: import('@gct-paas/core').TextDecoration;
1139
+ color: string;
1140
+ align: "left" | "right" | "justify";
1141
+ } | undefined;
1142
+ contentFont?: {
1143
+ fontSize: string;
1144
+ bold: boolean;
1145
+ italic: boolean;
1146
+ textDecoration: import('@gct-paas/core').TextDecoration;
1147
+ color: string;
1148
+ align: "left" | "right" | "justify";
1149
+ } | undefined;
1150
+ tagStyle?: {
1151
+ color?: string | undefined;
1152
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1153
+ } | undefined;
1154
+ tagStyleOpen?: boolean | undefined;
1155
+ borderAll?: {
1156
+ borderWidth?: string | undefined;
1157
+ borderStyle?: string | undefined;
1158
+ borderColor?: string | undefined;
1159
+ } | undefined;
1160
+ borderLeft?: {
1161
+ borderWidth?: string | undefined;
1162
+ borderStyle?: string | undefined;
1163
+ borderColor?: string | undefined;
1164
+ } | undefined;
1165
+ borderRight?: {
1166
+ borderWidth?: string | undefined;
1167
+ borderStyle?: string | undefined;
1168
+ borderColor?: string | undefined;
1169
+ } | undefined;
1170
+ borderBottom?: {
1171
+ borderWidth?: string | undefined;
1172
+ borderStyle?: string | undefined;
1173
+ borderColor?: string | undefined;
1174
+ } | undefined;
1175
+ borderTop?: {
1176
+ borderWidth?: string | undefined;
1177
+ borderStyle?: string | undefined;
1178
+ borderColor?: string | undefined;
1179
+ } | undefined;
1180
+ borderTopRightRadius?: string | undefined;
1181
+ borderTopLeftRadius?: string | undefined;
1182
+ borderBottomRightRadius?: string | undefined;
1183
+ borderBottomLeftRadius?: string | undefined;
1184
+ borderAllRadius?: string | undefined;
1185
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1186
+ columnwidth?: number | undefined;
1187
+ columnFontStyleByRule?: {
1188
+ displayRule: string;
1189
+ contentFont: {
1190
+ fontSize: string;
1191
+ bold: boolean;
1192
+ italic: boolean;
1193
+ textDecoration: import('@gct-paas/core').TextDecoration;
1194
+ color: string;
1195
+ align: "left" | "right" | "justify";
1196
+ };
1197
+ tagStyle: {
1198
+ color?: string | undefined;
1199
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1200
+ };
1201
+ progressStyle: {
1202
+ color: string;
1203
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
1204
+ };
1205
+ tagType: import('@gct-paas/core').tagEnum;
1206
+ tagStyleOpen: boolean;
1207
+ }[] | undefined;
1208
+ columnBackgroundByRule?: {
1209
+ displayRule: string;
1210
+ backgroundColor?: string | undefined;
1211
+ }[] | undefined;
1212
+ tableheight?: number | undefined;
1213
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1214
+ enableHeaderBGColor?: boolean | undefined;
1215
+ };
1216
+ props: {
1217
+ [x: string]: any;
1218
+ hidden: boolean;
1219
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
1220
+ displayRule?: string | undefined;
1221
+ modeldata?: {
1222
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
1223
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
1224
+ subModel?: 0 | 1 | undefined;
1225
+ supportProcess?: 0 | 1 | undefined;
1226
+ } | undefined;
1227
+ componentDependency: {
1228
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
1229
+ configDependency: {
1230
+ hidden: {
1231
+ expressionStr?: string | undefined;
1232
+ expression?: string | undefined;
1233
+ value?: boolean | undefined;
1234
+ fieldValue?: boolean | undefined;
1235
+ strategy?: string | undefined;
1236
+ };
1237
+ readonly: {
1238
+ expressionStr?: string | undefined;
1239
+ expression?: string | undefined;
1240
+ value?: boolean | undefined;
1241
+ fieldValue?: boolean | undefined;
1242
+ strategy?: string | undefined;
1243
+ };
1244
+ disabled: {
1245
+ expressionStr?: string | undefined;
1246
+ expression?: string | undefined;
1247
+ value?: boolean | undefined;
1248
+ fieldValue?: boolean | undefined;
1249
+ strategy?: string | undefined;
1250
+ };
1251
+ required: {
1252
+ expressionStr?: string | undefined;
1253
+ expression?: string | undefined;
1254
+ value?: boolean | undefined;
1255
+ fieldValue?: boolean | undefined;
1256
+ strategy?: string | undefined;
1257
+ };
1258
+ assignment: {
1259
+ expressionStr?: string | undefined;
1260
+ expression?: string | undefined;
1261
+ value?: boolean | undefined;
1262
+ fieldValue?: boolean | undefined;
1263
+ strategy?: string | undefined;
1264
+ };
1265
+ };
1266
+ };
1267
+ deviceConnectivity: boolean;
1268
+ };
1269
+ events: import('@gct-paas/schema').IBasicEvents;
1270
+ formItem?: boolean | undefined;
1271
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
1272
+ displayName?: string | undefined;
1273
+ i18n?: Record<string, string> | undefined;
1274
+ isField?: boolean | undefined;
1275
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
1276
+ preLocation?: string | undefined;
1277
+ ignoringStyle?: string[] | undefined;
1278
+ isReadonlyWidget?: boolean | undefined;
1279
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
1280
+ dropPlaceholder?: string | undefined;
1281
+ _plugin?: {
1282
+ key: string;
1283
+ version: string;
1284
+ url: string;
1285
+ } | undefined;
1286
+ }[];
1287
+ } | undefined)?];
1288
+ props: {
1289
+ [x: string]: any;
1290
+ modalTitle?: string | undefined;
1291
+ unitType: "px" | "%";
1292
+ modalWidth: number;
1293
+ mUnitType: "%";
1294
+ mModalWidth: number;
1295
+ isSubTableModal?: boolean | undefined;
1296
+ bindSubTableId?: string | undefined;
1297
+ createModalTitle?: string | undefined;
1298
+ editModalTitle?: string | undefined;
1299
+ };
1300
+ events: import("@gct-paas/schema").LowCodeWidget.BasicEvents;
1301
+ i18n?: Record<string, string> | undefined;
1302
+ style: {
1303
+ position?: string | undefined;
1304
+ top?: string | undefined;
1305
+ left?: string | undefined;
1306
+ right?: string | undefined;
1307
+ bottom?: string | undefined;
1308
+ width?: string | undefined;
1309
+ height?: string | undefined;
1310
+ maxHeight?: string | undefined;
1311
+ backgroundColor?: string | undefined;
1312
+ marginAll?: string | undefined;
1313
+ marginTop?: string | undefined;
1314
+ marginRight?: string | undefined;
1315
+ marginBottom?: string | undefined;
1316
+ marginLeft?: string | undefined;
1317
+ paddingAll?: string | undefined;
1318
+ paddingTop?: string | undefined;
1319
+ paddingRight?: string | undefined;
1320
+ paddingBottom?: string | undefined;
1321
+ paddingLeft?: string | undefined;
1322
+ labelFont?: {
1323
+ fontSize: string;
1324
+ bold: boolean;
1325
+ italic: boolean;
1326
+ textDecoration: import('@gct-paas/core').TextDecoration;
1327
+ color: string;
1328
+ align: "left" | "right" | "justify";
1329
+ } | undefined;
1330
+ contentFont?: {
1331
+ fontSize: string;
1332
+ bold: boolean;
1333
+ italic: boolean;
1334
+ textDecoration: import('@gct-paas/core').TextDecoration;
1335
+ color: string;
1336
+ align: "left" | "right" | "justify";
1337
+ } | undefined;
1338
+ tagStyle?: {
1339
+ color?: string | undefined;
1340
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1341
+ } | undefined;
1342
+ tagStyleOpen?: boolean | undefined;
1343
+ borderAll?: {
1344
+ borderWidth?: string | undefined;
1345
+ borderStyle?: string | undefined;
1346
+ borderColor?: string | undefined;
1347
+ } | undefined;
1348
+ borderLeft?: {
1349
+ borderWidth?: string | undefined;
1350
+ borderStyle?: string | undefined;
1351
+ borderColor?: string | undefined;
1352
+ } | undefined;
1353
+ borderRight?: {
1354
+ borderWidth?: string | undefined;
1355
+ borderStyle?: string | undefined;
1356
+ borderColor?: string | undefined;
1357
+ } | undefined;
1358
+ borderBottom?: {
1359
+ borderWidth?: string | undefined;
1360
+ borderStyle?: string | undefined;
1361
+ borderColor?: string | undefined;
1362
+ } | undefined;
1363
+ borderTop?: {
1364
+ borderWidth?: string | undefined;
1365
+ borderStyle?: string | undefined;
1366
+ borderColor?: string | undefined;
1367
+ } | undefined;
1368
+ borderTopRightRadius?: string | undefined;
1369
+ borderTopLeftRadius?: string | undefined;
1370
+ borderBottomRightRadius?: string | undefined;
1371
+ borderBottomLeftRadius?: string | undefined;
1372
+ borderAllRadius?: string | undefined;
1373
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1374
+ columnwidth?: number | undefined;
1375
+ columnFontStyleByRule?: {
1376
+ displayRule: string;
1377
+ contentFont: {
1378
+ fontSize: string;
1379
+ bold: boolean;
1380
+ italic: boolean;
1381
+ textDecoration: import('@gct-paas/core').TextDecoration;
1382
+ color: string;
1383
+ align: "left" | "right" | "justify";
1384
+ };
1385
+ tagStyle: {
1386
+ color?: string | undefined;
1387
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1388
+ };
1389
+ progressStyle: {
1390
+ color: string;
1391
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
1392
+ };
1393
+ tagType: import('@gct-paas/core').tagEnum;
1394
+ tagStyleOpen: boolean;
1395
+ }[] | undefined;
1396
+ columnBackgroundByRule?: {
1397
+ displayRule: string;
1398
+ backgroundColor?: string | undefined;
1399
+ }[] | undefined;
1400
+ tableheight?: number | undefined;
1401
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1402
+ enableHeaderBGColor?: boolean | undefined;
1403
+ };
1404
+ runJs?: string | undefined;
1405
+ los?: Record<string, IData> | undefined;
1406
+ icon: string;
1407
+ isField: boolean;
1408
+ }>;
1409
+ modalDesignState: import('vue').Ref<boolean, boolean>;
1410
+ modalDesignId: import('vue').Ref<string, string>;
1411
+ modalBody: import('vue').ComputedRef<{
1412
+ id: string;
1413
+ type: BuiltinType.MODAL_BODY;
1414
+ children: {
1415
+ [x: string]: any;
1416
+ id: string;
1417
+ platform: import('@gct-paas/core').Platform;
1418
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
1419
+ alias: string;
1420
+ name: string;
1421
+ compName?: string | undefined;
1422
+ compKey?: string | undefined;
1423
+ type: string | import('@gct-paas/core').FormComponents;
1424
+ icon: string;
1425
+ children?: any[] | undefined;
1426
+ internal?: boolean | undefined;
1427
+ description?: string | undefined;
1428
+ style: {
1429
+ position?: string | undefined;
1430
+ top?: string | undefined;
1431
+ left?: string | undefined;
1432
+ right?: string | undefined;
1433
+ bottom?: string | undefined;
1434
+ width?: string | undefined;
1435
+ height?: string | undefined;
1436
+ maxHeight?: string | undefined;
1437
+ backgroundColor?: string | undefined;
1438
+ marginAll?: string | undefined;
1439
+ marginTop?: string | undefined;
1440
+ marginRight?: string | undefined;
1441
+ marginBottom?: string | undefined;
1442
+ marginLeft?: string | undefined;
1443
+ paddingAll?: string | undefined;
1444
+ paddingTop?: string | undefined;
1445
+ paddingRight?: string | undefined;
1446
+ paddingBottom?: string | undefined;
1447
+ paddingLeft?: string | undefined;
1448
+ labelFont?: {
1449
+ fontSize: string;
1450
+ bold: boolean;
1451
+ italic: boolean;
1452
+ textDecoration: import('@gct-paas/core').TextDecoration;
1453
+ color: string;
1454
+ align: "left" | "right" | "justify";
1455
+ } | undefined;
1456
+ contentFont?: {
1457
+ fontSize: string;
1458
+ bold: boolean;
1459
+ italic: boolean;
1460
+ textDecoration: import('@gct-paas/core').TextDecoration;
1461
+ color: string;
1462
+ align: "left" | "right" | "justify";
1463
+ } | undefined;
1464
+ tagStyle?: {
1465
+ color?: string | undefined;
1466
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1467
+ } | undefined;
1468
+ tagStyleOpen?: boolean | undefined;
1469
+ borderAll?: {
1470
+ borderWidth?: string | undefined;
1471
+ borderStyle?: string | undefined;
1472
+ borderColor?: string | undefined;
1473
+ } | undefined;
1474
+ borderLeft?: {
1475
+ borderWidth?: string | undefined;
1476
+ borderStyle?: string | undefined;
1477
+ borderColor?: string | undefined;
1478
+ } | undefined;
1479
+ borderRight?: {
1480
+ borderWidth?: string | undefined;
1481
+ borderStyle?: string | undefined;
1482
+ borderColor?: string | undefined;
1483
+ } | undefined;
1484
+ borderBottom?: {
1485
+ borderWidth?: string | undefined;
1486
+ borderStyle?: string | undefined;
1487
+ borderColor?: string | undefined;
1488
+ } | undefined;
1489
+ borderTop?: {
1490
+ borderWidth?: string | undefined;
1491
+ borderStyle?: string | undefined;
1492
+ borderColor?: string | undefined;
1493
+ } | undefined;
1494
+ borderTopRightRadius?: string | undefined;
1495
+ borderTopLeftRadius?: string | undefined;
1496
+ borderBottomRightRadius?: string | undefined;
1497
+ borderBottomLeftRadius?: string | undefined;
1498
+ borderAllRadius?: string | undefined;
1499
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1500
+ columnwidth?: number | undefined;
1501
+ columnFontStyleByRule?: {
1502
+ displayRule: string;
1503
+ contentFont: {
1504
+ fontSize: string;
1505
+ bold: boolean;
1506
+ italic: boolean;
1507
+ textDecoration: import('@gct-paas/core').TextDecoration;
1508
+ color: string;
1509
+ align: "left" | "right" | "justify";
1510
+ };
1511
+ tagStyle: {
1512
+ color?: string | undefined;
1513
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1514
+ };
1515
+ progressStyle: {
1516
+ color: string;
1517
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
1518
+ };
1519
+ tagType: import('@gct-paas/core').tagEnum;
1520
+ tagStyleOpen: boolean;
1521
+ }[] | undefined;
1522
+ columnBackgroundByRule?: {
1523
+ displayRule: string;
1524
+ backgroundColor?: string | undefined;
1525
+ }[] | undefined;
1526
+ tableheight?: number | undefined;
1527
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1528
+ enableHeaderBGColor?: boolean | undefined;
1529
+ };
1530
+ props: {
1531
+ [x: string]: any;
1532
+ hidden: boolean;
1533
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
1534
+ displayRule?: string | undefined;
1535
+ modeldata?: {
1536
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
1537
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
1538
+ subModel?: 0 | 1 | undefined;
1539
+ supportProcess?: 0 | 1 | undefined;
1540
+ } | undefined;
1541
+ componentDependency: {
1542
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
1543
+ configDependency: {
1544
+ hidden: {
1545
+ expressionStr?: string | undefined;
1546
+ expression?: string | undefined;
1547
+ value?: boolean | undefined;
1548
+ fieldValue?: boolean | undefined;
1549
+ strategy?: string | undefined;
1550
+ };
1551
+ readonly: {
1552
+ expressionStr?: string | undefined;
1553
+ expression?: string | undefined;
1554
+ value?: boolean | undefined;
1555
+ fieldValue?: boolean | undefined;
1556
+ strategy?: string | undefined;
1557
+ };
1558
+ disabled: {
1559
+ expressionStr?: string | undefined;
1560
+ expression?: string | undefined;
1561
+ value?: boolean | undefined;
1562
+ fieldValue?: boolean | undefined;
1563
+ strategy?: string | undefined;
1564
+ };
1565
+ required: {
1566
+ expressionStr?: string | undefined;
1567
+ expression?: string | undefined;
1568
+ value?: boolean | undefined;
1569
+ fieldValue?: boolean | undefined;
1570
+ strategy?: string | undefined;
1571
+ };
1572
+ assignment: {
1573
+ expressionStr?: string | undefined;
1574
+ expression?: string | undefined;
1575
+ value?: boolean | undefined;
1576
+ fieldValue?: boolean | undefined;
1577
+ strategy?: string | undefined;
1578
+ };
1579
+ };
1580
+ };
1581
+ deviceConnectivity: boolean;
1582
+ };
1583
+ events: import('@gct-paas/schema').IBasicEvents;
1584
+ formItem?: boolean | undefined;
1585
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
1586
+ displayName?: string | undefined;
1587
+ i18n?: Record<string, string> | undefined;
1588
+ isField?: boolean | undefined;
1589
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
1590
+ preLocation?: string | undefined;
1591
+ ignoringStyle?: string[] | undefined;
1592
+ isReadonlyWidget?: boolean | undefined;
1593
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
1594
+ dropPlaceholder?: string | undefined;
1595
+ _plugin?: {
1596
+ key: string;
1597
+ version: string;
1598
+ url: string;
1599
+ } | undefined;
1600
+ }[];
1601
+ }>;
1602
+ modalFooter: import('vue').ComputedRef<{
1603
+ id: string;
1604
+ type: BuiltinType.MODAL_FOOTER;
1605
+ children: {
1606
+ [x: string]: any;
1607
+ id: string;
1608
+ platform: import('@gct-paas/core').Platform;
1609
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
1610
+ alias: string;
1611
+ name: string;
1612
+ compName?: string | undefined;
1613
+ compKey?: string | undefined;
1614
+ type: string | import('@gct-paas/core').FormComponents;
1615
+ icon: string;
1616
+ children?: any[] | undefined;
1617
+ internal?: boolean | undefined;
1618
+ description?: string | undefined;
1619
+ style: {
1620
+ position?: string | undefined;
1621
+ top?: string | undefined;
1622
+ left?: string | undefined;
1623
+ right?: string | undefined;
1624
+ bottom?: string | undefined;
1625
+ width?: string | undefined;
1626
+ height?: string | undefined;
1627
+ maxHeight?: string | undefined;
1628
+ backgroundColor?: string | undefined;
1629
+ marginAll?: string | undefined;
1630
+ marginTop?: string | undefined;
1631
+ marginRight?: string | undefined;
1632
+ marginBottom?: string | undefined;
1633
+ marginLeft?: string | undefined;
1634
+ paddingAll?: string | undefined;
1635
+ paddingTop?: string | undefined;
1636
+ paddingRight?: string | undefined;
1637
+ paddingBottom?: string | undefined;
1638
+ paddingLeft?: string | undefined;
1639
+ labelFont?: {
1640
+ fontSize: string;
1641
+ bold: boolean;
1642
+ italic: boolean;
1643
+ textDecoration: import('@gct-paas/core').TextDecoration;
1644
+ color: string;
1645
+ align: "left" | "right" | "justify";
1646
+ } | undefined;
1647
+ contentFont?: {
1648
+ fontSize: string;
1649
+ bold: boolean;
1650
+ italic: boolean;
1651
+ textDecoration: import('@gct-paas/core').TextDecoration;
1652
+ color: string;
1653
+ align: "left" | "right" | "justify";
1654
+ } | undefined;
1655
+ tagStyle?: {
1656
+ color?: string | undefined;
1657
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1658
+ } | undefined;
1659
+ tagStyleOpen?: boolean | undefined;
1660
+ borderAll?: {
1661
+ borderWidth?: string | undefined;
1662
+ borderStyle?: string | undefined;
1663
+ borderColor?: string | undefined;
1664
+ } | undefined;
1665
+ borderLeft?: {
1666
+ borderWidth?: string | undefined;
1667
+ borderStyle?: string | undefined;
1668
+ borderColor?: string | undefined;
1669
+ } | undefined;
1670
+ borderRight?: {
1671
+ borderWidth?: string | undefined;
1672
+ borderStyle?: string | undefined;
1673
+ borderColor?: string | undefined;
1674
+ } | undefined;
1675
+ borderBottom?: {
1676
+ borderWidth?: string | undefined;
1677
+ borderStyle?: string | undefined;
1678
+ borderColor?: string | undefined;
1679
+ } | undefined;
1680
+ borderTop?: {
1681
+ borderWidth?: string | undefined;
1682
+ borderStyle?: string | undefined;
1683
+ borderColor?: string | undefined;
1684
+ } | undefined;
1685
+ borderTopRightRadius?: string | undefined;
1686
+ borderTopLeftRadius?: string | undefined;
1687
+ borderBottomRightRadius?: string | undefined;
1688
+ borderBottomLeftRadius?: string | undefined;
1689
+ borderAllRadius?: string | undefined;
1690
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1691
+ columnwidth?: number | undefined;
1692
+ columnFontStyleByRule?: {
1693
+ displayRule: string;
1694
+ contentFont: {
1695
+ fontSize: string;
1696
+ bold: boolean;
1697
+ italic: boolean;
1698
+ textDecoration: import('@gct-paas/core').TextDecoration;
1699
+ color: string;
1700
+ align: "left" | "right" | "justify";
1701
+ };
1702
+ tagStyle: {
1703
+ color?: string | undefined;
1704
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1705
+ };
1706
+ progressStyle: {
1707
+ color: string;
1708
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
1709
+ };
1710
+ tagType: import('@gct-paas/core').tagEnum;
1711
+ tagStyleOpen: boolean;
1712
+ }[] | undefined;
1713
+ columnBackgroundByRule?: {
1714
+ displayRule: string;
1715
+ backgroundColor?: string | undefined;
1716
+ }[] | undefined;
1717
+ tableheight?: number | undefined;
1718
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1719
+ enableHeaderBGColor?: boolean | undefined;
1720
+ };
1721
+ props: {
1722
+ [x: string]: any;
1723
+ hidden: boolean;
1724
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
1725
+ displayRule?: string | undefined;
1726
+ modeldata?: {
1727
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
1728
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
1729
+ subModel?: 0 | 1 | undefined;
1730
+ supportProcess?: 0 | 1 | undefined;
1731
+ } | undefined;
1732
+ componentDependency: {
1733
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
1734
+ configDependency: {
1735
+ hidden: {
1736
+ expressionStr?: string | undefined;
1737
+ expression?: string | undefined;
1738
+ value?: boolean | undefined;
1739
+ fieldValue?: boolean | undefined;
1740
+ strategy?: string | undefined;
1741
+ };
1742
+ readonly: {
1743
+ expressionStr?: string | undefined;
1744
+ expression?: string | undefined;
1745
+ value?: boolean | undefined;
1746
+ fieldValue?: boolean | undefined;
1747
+ strategy?: string | undefined;
1748
+ };
1749
+ disabled: {
1750
+ expressionStr?: string | undefined;
1751
+ expression?: string | undefined;
1752
+ value?: boolean | undefined;
1753
+ fieldValue?: boolean | undefined;
1754
+ strategy?: string | undefined;
1755
+ };
1756
+ required: {
1757
+ expressionStr?: string | undefined;
1758
+ expression?: string | undefined;
1759
+ value?: boolean | undefined;
1760
+ fieldValue?: boolean | undefined;
1761
+ strategy?: string | undefined;
1762
+ };
1763
+ assignment: {
1764
+ expressionStr?: string | undefined;
1765
+ expression?: string | undefined;
1766
+ value?: boolean | undefined;
1767
+ fieldValue?: boolean | undefined;
1768
+ strategy?: string | undefined;
1769
+ };
1770
+ };
1771
+ };
1772
+ deviceConnectivity: boolean;
1773
+ };
1774
+ events: import('@gct-paas/schema').IBasicEvents;
1775
+ formItem?: boolean | undefined;
1776
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
1777
+ displayName?: string | undefined;
1778
+ i18n?: Record<string, string> | undefined;
1779
+ isField?: boolean | undefined;
1780
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
1781
+ preLocation?: string | undefined;
1782
+ ignoringStyle?: string[] | undefined;
1783
+ isReadonlyWidget?: boolean | undefined;
1784
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
1785
+ dropPlaceholder?: string | undefined;
1786
+ _plugin?: {
1787
+ key: string;
1788
+ version: string;
1789
+ url: string;
1790
+ } | undefined;
1791
+ }[];
1792
+ }>;
1793
+ modalBottomBtn: import('vue').ComputedRef<{
1794
+ id: string;
1795
+ type: BuiltinType.BottomButtonContainer;
1796
+ children: {
1797
+ [x: string]: any;
1798
+ id: string;
1799
+ platform: import('@gct-paas/core').Platform;
1800
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
1801
+ alias: string;
1802
+ name: string;
1803
+ compName?: string | undefined;
1804
+ compKey?: string | undefined;
1805
+ type: string | import('@gct-paas/core').FormComponents;
1806
+ icon: string;
1807
+ children?: any[] | undefined;
1808
+ internal?: boolean | undefined;
1809
+ description?: string | undefined;
1810
+ style: {
1811
+ position?: string | undefined;
1812
+ top?: string | undefined;
1813
+ left?: string | undefined;
1814
+ right?: string | undefined;
1815
+ bottom?: string | undefined;
1816
+ width?: string | undefined;
1817
+ height?: string | undefined;
1818
+ maxHeight?: string | undefined;
1819
+ backgroundColor?: string | undefined;
1820
+ marginAll?: string | undefined;
1821
+ marginTop?: string | undefined;
1822
+ marginRight?: string | undefined;
1823
+ marginBottom?: string | undefined;
1824
+ marginLeft?: string | undefined;
1825
+ paddingAll?: string | undefined;
1826
+ paddingTop?: string | undefined;
1827
+ paddingRight?: string | undefined;
1828
+ paddingBottom?: string | undefined;
1829
+ paddingLeft?: string | undefined;
1830
+ labelFont?: {
1831
+ fontSize: string;
1832
+ bold: boolean;
1833
+ italic: boolean;
1834
+ textDecoration: import('@gct-paas/core').TextDecoration;
1835
+ color: string;
1836
+ align: "left" | "right" | "justify";
1837
+ } | undefined;
1838
+ contentFont?: {
1839
+ fontSize: string;
1840
+ bold: boolean;
1841
+ italic: boolean;
1842
+ textDecoration: import('@gct-paas/core').TextDecoration;
1843
+ color: string;
1844
+ align: "left" | "right" | "justify";
1845
+ } | undefined;
1846
+ tagStyle?: {
1847
+ color?: string | undefined;
1848
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1849
+ } | undefined;
1850
+ tagStyleOpen?: boolean | undefined;
1851
+ borderAll?: {
1852
+ borderWidth?: string | undefined;
1853
+ borderStyle?: string | undefined;
1854
+ borderColor?: string | undefined;
1855
+ } | undefined;
1856
+ borderLeft?: {
1857
+ borderWidth?: string | undefined;
1858
+ borderStyle?: string | undefined;
1859
+ borderColor?: string | undefined;
1860
+ } | undefined;
1861
+ borderRight?: {
1862
+ borderWidth?: string | undefined;
1863
+ borderStyle?: string | undefined;
1864
+ borderColor?: string | undefined;
1865
+ } | undefined;
1866
+ borderBottom?: {
1867
+ borderWidth?: string | undefined;
1868
+ borderStyle?: string | undefined;
1869
+ borderColor?: string | undefined;
1870
+ } | undefined;
1871
+ borderTop?: {
1872
+ borderWidth?: string | undefined;
1873
+ borderStyle?: string | undefined;
1874
+ borderColor?: string | undefined;
1875
+ } | undefined;
1876
+ borderTopRightRadius?: string | undefined;
1877
+ borderTopLeftRadius?: string | undefined;
1878
+ borderBottomRightRadius?: string | undefined;
1879
+ borderBottomLeftRadius?: string | undefined;
1880
+ borderAllRadius?: string | undefined;
1881
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1882
+ columnwidth?: number | undefined;
1883
+ columnFontStyleByRule?: {
1884
+ displayRule: string;
1885
+ contentFont: {
1886
+ fontSize: string;
1887
+ bold: boolean;
1888
+ italic: boolean;
1889
+ textDecoration: import('@gct-paas/core').TextDecoration;
1890
+ color: string;
1891
+ align: "left" | "right" | "justify";
1892
+ };
1893
+ tagStyle: {
1894
+ color?: string | undefined;
1895
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1896
+ };
1897
+ progressStyle: {
1898
+ color: string;
1899
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
1900
+ };
1901
+ tagType: import('@gct-paas/core').tagEnum;
1902
+ tagStyleOpen: boolean;
1903
+ }[] | undefined;
1904
+ columnBackgroundByRule?: {
1905
+ displayRule: string;
1906
+ backgroundColor?: string | undefined;
1907
+ }[] | undefined;
1908
+ tableheight?: number | undefined;
1909
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1910
+ enableHeaderBGColor?: boolean | undefined;
1911
+ };
1912
+ props: {
1913
+ [x: string]: any;
1914
+ hidden: boolean;
1915
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
1916
+ displayRule?: string | undefined;
1917
+ modeldata?: {
1918
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
1919
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
1920
+ subModel?: 0 | 1 | undefined;
1921
+ supportProcess?: 0 | 1 | undefined;
1922
+ } | undefined;
1923
+ componentDependency: {
1924
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
1925
+ configDependency: {
1926
+ hidden: {
1927
+ expressionStr?: string | undefined;
1928
+ expression?: string | undefined;
1929
+ value?: boolean | undefined;
1930
+ fieldValue?: boolean | undefined;
1931
+ strategy?: string | undefined;
1932
+ };
1933
+ readonly: {
1934
+ expressionStr?: string | undefined;
1935
+ expression?: string | undefined;
1936
+ value?: boolean | undefined;
1937
+ fieldValue?: boolean | undefined;
1938
+ strategy?: string | undefined;
1939
+ };
1940
+ disabled: {
1941
+ expressionStr?: string | undefined;
1942
+ expression?: string | undefined;
1943
+ value?: boolean | undefined;
1944
+ fieldValue?: boolean | undefined;
1945
+ strategy?: string | undefined;
1946
+ };
1947
+ required: {
1948
+ expressionStr?: string | undefined;
1949
+ expression?: string | undefined;
1950
+ value?: boolean | undefined;
1951
+ fieldValue?: boolean | undefined;
1952
+ strategy?: string | undefined;
1953
+ };
1954
+ assignment: {
1955
+ expressionStr?: string | undefined;
1956
+ expression?: string | undefined;
1957
+ value?: boolean | undefined;
1958
+ fieldValue?: boolean | undefined;
1959
+ strategy?: string | undefined;
1960
+ };
1961
+ };
1962
+ };
1963
+ deviceConnectivity: boolean;
1964
+ };
1965
+ events: import('@gct-paas/schema').IBasicEvents;
1966
+ formItem?: boolean | undefined;
1967
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
1968
+ displayName?: string | undefined;
1969
+ i18n?: Record<string, string> | undefined;
1970
+ isField?: boolean | undefined;
1971
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
1972
+ preLocation?: string | undefined;
1973
+ ignoringStyle?: string[] | undefined;
1974
+ isReadonlyWidget?: boolean | undefined;
1975
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
1976
+ dropPlaceholder?: string | undefined;
1977
+ _plugin?: {
1978
+ key: string;
1979
+ version: string;
1980
+ url: string;
1981
+ } | undefined;
1982
+ }[];
1983
+ }>;
1984
+ isGlobalModal: import('vue').ComputedRef<boolean>;
1985
+ subTableInfo: import('vue').ComputedRef<import('@gct-paas/schema').IBasicSchema | null>;
1986
+ setModalDesignState: (flag: boolean, modalId?: string, isGlobal?: boolean) => Promise<void>;
1987
+ setModalInfo: (modal: LowCodeModal.Modal) => void;
1988
+ setSubTableModalDesignState: (flag: boolean, needId?: string) => void;
1989
+ subTableModalState: import('vue').Ref<boolean, boolean>;
1990
+ subTableModalId: import('vue').Ref<string, string>;
1991
+ };