@gct-paas/design 0.1.4-dev.1 → 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 -10
  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,1470 @@
1
+ import { GlobalVar } from '@gct-paas/core';
2
+ import { AppGlobalSettingsRequest } from '@gct-paas/api/apaas';
3
+ import { LowCodeModal } from '@gct-paas/schema';
4
+ export declare function useGlobal(): {
5
+ queryInfo: (ids: string) => Promise<import('@gct-paas/api/apaas').AppGlobalSettingsResponse[]>;
6
+ updateInfo: (id: string, data: AppGlobalSettingsRequest) => Promise<void>;
7
+ addInfo: (data: AppGlobalSettingsRequest) => Promise<void>;
8
+ deleteInfo: (ids: string) => Promise<void>;
9
+ queryGModal: (fullInfo?: boolean) => Promise<void>;
10
+ queryGVar: (fullInfo?: boolean) => Promise<void>;
11
+ queryGEvent: (fullInfo?: boolean) => Promise<void>;
12
+ gVar: import('vue').Ref<{
13
+ id: string;
14
+ key: string;
15
+ varInfo: {
16
+ key: string;
17
+ type: import('@gct-paas/core').GLOBAL_VAR_TYPE;
18
+ defaultValue?: string | undefined;
19
+ description: string;
20
+ appredis: boolean;
21
+ };
22
+ }[], {
23
+ id: string;
24
+ key: string;
25
+ varInfo: GlobalVar;
26
+ }[] | {
27
+ id: string;
28
+ key: string;
29
+ varInfo: {
30
+ key: string;
31
+ type: import('@gct-paas/core').GLOBAL_VAR_TYPE;
32
+ defaultValue?: string | undefined;
33
+ description: string;
34
+ appredis: boolean;
35
+ };
36
+ }[]>;
37
+ gModal: import('vue').Ref<{
38
+ id: string;
39
+ key: string;
40
+ name: string;
41
+ modalInfo: {
42
+ id: string;
43
+ alias: string;
44
+ name: string;
45
+ platform: import('@gct-paas/core').Platform;
46
+ modalName: string;
47
+ compName?: string | undefined;
48
+ compKey?: string | undefined;
49
+ type: import("@gct-paas/core").BuiltinType.MODAL;
50
+ js: string;
51
+ css: string;
52
+ children: [{
53
+ id: string;
54
+ type: import("@gct-paas/core").BuiltinType.MODAL_BODY;
55
+ children: {
56
+ [x: string]: any;
57
+ id: string;
58
+ platform: import('@gct-paas/core').Platform;
59
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
60
+ alias: string;
61
+ name: string;
62
+ compName?: string | undefined;
63
+ compKey?: string | undefined;
64
+ type: string | import('@gct-paas/core').FormComponents;
65
+ icon: string;
66
+ children?: any[] | undefined;
67
+ internal?: boolean | undefined;
68
+ description?: string | undefined;
69
+ style: {
70
+ position?: string | undefined;
71
+ top?: string | undefined;
72
+ left?: string | undefined;
73
+ right?: string | undefined;
74
+ bottom?: string | undefined;
75
+ width?: string | undefined;
76
+ height?: string | undefined;
77
+ maxHeight?: string | undefined;
78
+ backgroundColor?: string | undefined;
79
+ marginAll?: string | undefined;
80
+ marginTop?: string | undefined;
81
+ marginRight?: string | undefined;
82
+ marginBottom?: string | undefined;
83
+ marginLeft?: string | undefined;
84
+ paddingAll?: string | undefined;
85
+ paddingTop?: string | undefined;
86
+ paddingRight?: string | undefined;
87
+ paddingBottom?: string | undefined;
88
+ paddingLeft?: string | undefined;
89
+ labelFont?: {
90
+ fontSize: string;
91
+ bold: boolean;
92
+ italic: boolean;
93
+ textDecoration: import('@gct-paas/core').TextDecoration;
94
+ color: string;
95
+ align: "left" | "right" | "justify";
96
+ } | undefined;
97
+ contentFont?: {
98
+ fontSize: string;
99
+ bold: boolean;
100
+ italic: boolean;
101
+ textDecoration: import('@gct-paas/core').TextDecoration;
102
+ color: string;
103
+ align: "left" | "right" | "justify";
104
+ } | undefined;
105
+ tagStyle?: {
106
+ color?: string | undefined;
107
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
108
+ } | undefined;
109
+ tagStyleOpen?: boolean | undefined;
110
+ borderAll?: {
111
+ borderWidth?: string | undefined;
112
+ borderStyle?: string | undefined;
113
+ borderColor?: string | undefined;
114
+ } | undefined;
115
+ borderLeft?: {
116
+ borderWidth?: string | undefined;
117
+ borderStyle?: string | undefined;
118
+ borderColor?: string | undefined;
119
+ } | undefined;
120
+ borderRight?: {
121
+ borderWidth?: string | undefined;
122
+ borderStyle?: string | undefined;
123
+ borderColor?: string | undefined;
124
+ } | undefined;
125
+ borderBottom?: {
126
+ borderWidth?: string | undefined;
127
+ borderStyle?: string | undefined;
128
+ borderColor?: string | undefined;
129
+ } | undefined;
130
+ borderTop?: {
131
+ borderWidth?: string | undefined;
132
+ borderStyle?: string | undefined;
133
+ borderColor?: string | undefined;
134
+ } | undefined;
135
+ borderTopRightRadius?: string | undefined;
136
+ borderTopLeftRadius?: string | undefined;
137
+ borderBottomRightRadius?: string | undefined;
138
+ borderBottomLeftRadius?: string | undefined;
139
+ borderAllRadius?: string | undefined;
140
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
141
+ columnwidth?: number | undefined;
142
+ columnFontStyleByRule?: {
143
+ displayRule: string;
144
+ contentFont: {
145
+ fontSize: string;
146
+ bold: boolean;
147
+ italic: boolean;
148
+ textDecoration: import('@gct-paas/core').TextDecoration;
149
+ color: string;
150
+ align: "left" | "right" | "justify";
151
+ };
152
+ tagStyle: {
153
+ color?: string | undefined;
154
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
155
+ };
156
+ progressStyle: {
157
+ color: string;
158
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
159
+ };
160
+ tagType: import('@gct-paas/core').tagEnum;
161
+ tagStyleOpen: boolean;
162
+ }[] | undefined;
163
+ columnBackgroundByRule?: {
164
+ displayRule: string;
165
+ backgroundColor?: string | undefined;
166
+ }[] | undefined;
167
+ tableheight?: number | undefined;
168
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
169
+ enableHeaderBGColor?: boolean | undefined;
170
+ };
171
+ props: {
172
+ [x: string]: any;
173
+ hidden: boolean;
174
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
175
+ displayRule?: string | undefined;
176
+ modeldata?: {
177
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
178
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
179
+ subModel?: 0 | 1 | undefined;
180
+ supportProcess?: 0 | 1 | undefined;
181
+ } | undefined;
182
+ componentDependency: {
183
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
184
+ configDependency: {
185
+ hidden: {
186
+ expressionStr?: string | undefined;
187
+ expression?: string | undefined;
188
+ value?: boolean | undefined;
189
+ fieldValue?: boolean | undefined;
190
+ strategy?: string | undefined;
191
+ };
192
+ readonly: {
193
+ expressionStr?: string | undefined;
194
+ expression?: string | undefined;
195
+ value?: boolean | undefined;
196
+ fieldValue?: boolean | undefined;
197
+ strategy?: string | undefined;
198
+ };
199
+ disabled: {
200
+ expressionStr?: string | undefined;
201
+ expression?: string | undefined;
202
+ value?: boolean | undefined;
203
+ fieldValue?: boolean | undefined;
204
+ strategy?: string | undefined;
205
+ };
206
+ required: {
207
+ expressionStr?: string | undefined;
208
+ expression?: string | undefined;
209
+ value?: boolean | undefined;
210
+ fieldValue?: boolean | undefined;
211
+ strategy?: string | undefined;
212
+ };
213
+ assignment: {
214
+ expressionStr?: string | undefined;
215
+ expression?: string | undefined;
216
+ value?: boolean | undefined;
217
+ fieldValue?: boolean | undefined;
218
+ strategy?: string | undefined;
219
+ };
220
+ };
221
+ };
222
+ deviceConnectivity: boolean;
223
+ };
224
+ events: import('@gct-paas/schema').IBasicEvents;
225
+ formItem?: boolean | undefined;
226
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
227
+ displayName?: string | undefined;
228
+ i18n?: Record<string, string> | undefined;
229
+ isField?: boolean | undefined;
230
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
231
+ preLocation?: string | undefined;
232
+ ignoringStyle?: string[] | undefined;
233
+ isReadonlyWidget?: boolean | undefined;
234
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
235
+ dropPlaceholder?: string | undefined;
236
+ _plugin?: {
237
+ key: string;
238
+ version: string;
239
+ url: string;
240
+ } | undefined;
241
+ }[];
242
+ }, {
243
+ id: string;
244
+ type: import("@gct-paas/core").BuiltinType.MODAL_FOOTER;
245
+ children: {
246
+ [x: string]: any;
247
+ id: string;
248
+ platform: import('@gct-paas/core').Platform;
249
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
250
+ alias: string;
251
+ name: string;
252
+ compName?: string | undefined;
253
+ compKey?: string | undefined;
254
+ type: string | import('@gct-paas/core').FormComponents;
255
+ icon: string;
256
+ children?: any[] | undefined;
257
+ internal?: boolean | undefined;
258
+ description?: string | undefined;
259
+ style: {
260
+ position?: string | undefined;
261
+ top?: string | undefined;
262
+ left?: string | undefined;
263
+ right?: string | undefined;
264
+ bottom?: string | undefined;
265
+ width?: string | undefined;
266
+ height?: string | undefined;
267
+ maxHeight?: string | undefined;
268
+ backgroundColor?: string | undefined;
269
+ marginAll?: string | undefined;
270
+ marginTop?: string | undefined;
271
+ marginRight?: string | undefined;
272
+ marginBottom?: string | undefined;
273
+ marginLeft?: string | undefined;
274
+ paddingAll?: string | undefined;
275
+ paddingTop?: string | undefined;
276
+ paddingRight?: string | undefined;
277
+ paddingBottom?: string | undefined;
278
+ paddingLeft?: string | undefined;
279
+ labelFont?: {
280
+ fontSize: string;
281
+ bold: boolean;
282
+ italic: boolean;
283
+ textDecoration: import('@gct-paas/core').TextDecoration;
284
+ color: string;
285
+ align: "left" | "right" | "justify";
286
+ } | undefined;
287
+ contentFont?: {
288
+ fontSize: string;
289
+ bold: boolean;
290
+ italic: boolean;
291
+ textDecoration: import('@gct-paas/core').TextDecoration;
292
+ color: string;
293
+ align: "left" | "right" | "justify";
294
+ } | undefined;
295
+ tagStyle?: {
296
+ color?: string | undefined;
297
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
298
+ } | undefined;
299
+ tagStyleOpen?: boolean | undefined;
300
+ borderAll?: {
301
+ borderWidth?: string | undefined;
302
+ borderStyle?: string | undefined;
303
+ borderColor?: string | undefined;
304
+ } | undefined;
305
+ borderLeft?: {
306
+ borderWidth?: string | undefined;
307
+ borderStyle?: string | undefined;
308
+ borderColor?: string | undefined;
309
+ } | undefined;
310
+ borderRight?: {
311
+ borderWidth?: string | undefined;
312
+ borderStyle?: string | undefined;
313
+ borderColor?: string | undefined;
314
+ } | undefined;
315
+ borderBottom?: {
316
+ borderWidth?: string | undefined;
317
+ borderStyle?: string | undefined;
318
+ borderColor?: string | undefined;
319
+ } | undefined;
320
+ borderTop?: {
321
+ borderWidth?: string | undefined;
322
+ borderStyle?: string | undefined;
323
+ borderColor?: string | undefined;
324
+ } | undefined;
325
+ borderTopRightRadius?: string | undefined;
326
+ borderTopLeftRadius?: string | undefined;
327
+ borderBottomRightRadius?: string | undefined;
328
+ borderBottomLeftRadius?: string | undefined;
329
+ borderAllRadius?: string | undefined;
330
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
331
+ columnwidth?: number | undefined;
332
+ columnFontStyleByRule?: {
333
+ displayRule: string;
334
+ contentFont: {
335
+ fontSize: string;
336
+ bold: boolean;
337
+ italic: boolean;
338
+ textDecoration: import('@gct-paas/core').TextDecoration;
339
+ color: string;
340
+ align: "left" | "right" | "justify";
341
+ };
342
+ tagStyle: {
343
+ color?: string | undefined;
344
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
345
+ };
346
+ progressStyle: {
347
+ color: string;
348
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
349
+ };
350
+ tagType: import('@gct-paas/core').tagEnum;
351
+ tagStyleOpen: boolean;
352
+ }[] | undefined;
353
+ columnBackgroundByRule?: {
354
+ displayRule: string;
355
+ backgroundColor?: string | undefined;
356
+ }[] | undefined;
357
+ tableheight?: number | undefined;
358
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
359
+ enableHeaderBGColor?: boolean | undefined;
360
+ };
361
+ props: {
362
+ [x: string]: any;
363
+ hidden: boolean;
364
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
365
+ displayRule?: string | undefined;
366
+ modeldata?: {
367
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
368
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
369
+ subModel?: 0 | 1 | undefined;
370
+ supportProcess?: 0 | 1 | undefined;
371
+ } | undefined;
372
+ componentDependency: {
373
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
374
+ configDependency: {
375
+ hidden: {
376
+ expressionStr?: string | undefined;
377
+ expression?: string | undefined;
378
+ value?: boolean | undefined;
379
+ fieldValue?: boolean | undefined;
380
+ strategy?: string | undefined;
381
+ };
382
+ readonly: {
383
+ expressionStr?: string | undefined;
384
+ expression?: string | undefined;
385
+ value?: boolean | undefined;
386
+ fieldValue?: boolean | undefined;
387
+ strategy?: string | undefined;
388
+ };
389
+ disabled: {
390
+ expressionStr?: string | undefined;
391
+ expression?: string | undefined;
392
+ value?: boolean | undefined;
393
+ fieldValue?: boolean | undefined;
394
+ strategy?: string | undefined;
395
+ };
396
+ required: {
397
+ expressionStr?: string | undefined;
398
+ expression?: string | undefined;
399
+ value?: boolean | undefined;
400
+ fieldValue?: boolean | undefined;
401
+ strategy?: string | undefined;
402
+ };
403
+ assignment: {
404
+ expressionStr?: string | undefined;
405
+ expression?: string | undefined;
406
+ value?: boolean | undefined;
407
+ fieldValue?: boolean | undefined;
408
+ strategy?: string | undefined;
409
+ };
410
+ };
411
+ };
412
+ deviceConnectivity: boolean;
413
+ };
414
+ events: import('@gct-paas/schema').IBasicEvents;
415
+ formItem?: boolean | undefined;
416
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
417
+ displayName?: string | undefined;
418
+ i18n?: Record<string, string> | undefined;
419
+ isField?: boolean | undefined;
420
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
421
+ preLocation?: string | undefined;
422
+ ignoringStyle?: string[] | undefined;
423
+ isReadonlyWidget?: boolean | undefined;
424
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
425
+ dropPlaceholder?: string | undefined;
426
+ _plugin?: {
427
+ key: string;
428
+ version: string;
429
+ url: string;
430
+ } | undefined;
431
+ }[];
432
+ }, ({
433
+ id: string;
434
+ type: import("@gct-paas/core").BuiltinType.BottomButtonContainer;
435
+ children: {
436
+ [x: string]: any;
437
+ id: string;
438
+ platform: import('@gct-paas/core').Platform;
439
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
440
+ alias: string;
441
+ name: string;
442
+ compName?: string | undefined;
443
+ compKey?: string | undefined;
444
+ type: string | import('@gct-paas/core').FormComponents;
445
+ icon: string;
446
+ children?: any[] | undefined;
447
+ internal?: boolean | undefined;
448
+ description?: string | undefined;
449
+ style: {
450
+ position?: string | undefined;
451
+ top?: string | undefined;
452
+ left?: string | undefined;
453
+ right?: string | undefined;
454
+ bottom?: string | undefined;
455
+ width?: string | undefined;
456
+ height?: string | undefined;
457
+ maxHeight?: string | undefined;
458
+ backgroundColor?: string | undefined;
459
+ marginAll?: string | undefined;
460
+ marginTop?: string | undefined;
461
+ marginRight?: string | undefined;
462
+ marginBottom?: string | undefined;
463
+ marginLeft?: string | undefined;
464
+ paddingAll?: string | undefined;
465
+ paddingTop?: string | undefined;
466
+ paddingRight?: string | undefined;
467
+ paddingBottom?: string | undefined;
468
+ paddingLeft?: string | undefined;
469
+ labelFont?: {
470
+ fontSize: string;
471
+ bold: boolean;
472
+ italic: boolean;
473
+ textDecoration: import('@gct-paas/core').TextDecoration;
474
+ color: string;
475
+ align: "left" | "right" | "justify";
476
+ } | undefined;
477
+ contentFont?: {
478
+ fontSize: string;
479
+ bold: boolean;
480
+ italic: boolean;
481
+ textDecoration: import('@gct-paas/core').TextDecoration;
482
+ color: string;
483
+ align: "left" | "right" | "justify";
484
+ } | undefined;
485
+ tagStyle?: {
486
+ color?: string | undefined;
487
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
488
+ } | undefined;
489
+ tagStyleOpen?: boolean | undefined;
490
+ borderAll?: {
491
+ borderWidth?: string | undefined;
492
+ borderStyle?: string | undefined;
493
+ borderColor?: string | undefined;
494
+ } | undefined;
495
+ borderLeft?: {
496
+ borderWidth?: string | undefined;
497
+ borderStyle?: string | undefined;
498
+ borderColor?: string | undefined;
499
+ } | undefined;
500
+ borderRight?: {
501
+ borderWidth?: string | undefined;
502
+ borderStyle?: string | undefined;
503
+ borderColor?: string | undefined;
504
+ } | undefined;
505
+ borderBottom?: {
506
+ borderWidth?: string | undefined;
507
+ borderStyle?: string | undefined;
508
+ borderColor?: string | undefined;
509
+ } | undefined;
510
+ borderTop?: {
511
+ borderWidth?: string | undefined;
512
+ borderStyle?: string | undefined;
513
+ borderColor?: string | undefined;
514
+ } | undefined;
515
+ borderTopRightRadius?: string | undefined;
516
+ borderTopLeftRadius?: string | undefined;
517
+ borderBottomRightRadius?: string | undefined;
518
+ borderBottomLeftRadius?: string | undefined;
519
+ borderAllRadius?: string | undefined;
520
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
521
+ columnwidth?: number | undefined;
522
+ columnFontStyleByRule?: {
523
+ displayRule: string;
524
+ contentFont: {
525
+ fontSize: string;
526
+ bold: boolean;
527
+ italic: boolean;
528
+ textDecoration: import('@gct-paas/core').TextDecoration;
529
+ color: string;
530
+ align: "left" | "right" | "justify";
531
+ };
532
+ tagStyle: {
533
+ color?: string | undefined;
534
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
535
+ };
536
+ progressStyle: {
537
+ color: string;
538
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
539
+ };
540
+ tagType: import('@gct-paas/core').tagEnum;
541
+ tagStyleOpen: boolean;
542
+ }[] | undefined;
543
+ columnBackgroundByRule?: {
544
+ displayRule: string;
545
+ backgroundColor?: string | undefined;
546
+ }[] | undefined;
547
+ tableheight?: number | undefined;
548
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
549
+ enableHeaderBGColor?: boolean | undefined;
550
+ };
551
+ props: {
552
+ [x: string]: any;
553
+ hidden: boolean;
554
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
555
+ displayRule?: string | undefined;
556
+ modeldata?: {
557
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
558
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
559
+ subModel?: 0 | 1 | undefined;
560
+ supportProcess?: 0 | 1 | undefined;
561
+ } | undefined;
562
+ componentDependency: {
563
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
564
+ configDependency: {
565
+ hidden: {
566
+ expressionStr?: string | undefined;
567
+ expression?: string | undefined;
568
+ value?: boolean | undefined;
569
+ fieldValue?: boolean | undefined;
570
+ strategy?: string | undefined;
571
+ };
572
+ readonly: {
573
+ expressionStr?: string | undefined;
574
+ expression?: string | undefined;
575
+ value?: boolean | undefined;
576
+ fieldValue?: boolean | undefined;
577
+ strategy?: string | undefined;
578
+ };
579
+ disabled: {
580
+ expressionStr?: string | undefined;
581
+ expression?: string | undefined;
582
+ value?: boolean | undefined;
583
+ fieldValue?: boolean | undefined;
584
+ strategy?: string | undefined;
585
+ };
586
+ required: {
587
+ expressionStr?: string | undefined;
588
+ expression?: string | undefined;
589
+ value?: boolean | undefined;
590
+ fieldValue?: boolean | undefined;
591
+ strategy?: string | undefined;
592
+ };
593
+ assignment: {
594
+ expressionStr?: string | undefined;
595
+ expression?: string | undefined;
596
+ value?: boolean | undefined;
597
+ fieldValue?: boolean | undefined;
598
+ strategy?: string | undefined;
599
+ };
600
+ };
601
+ };
602
+ deviceConnectivity: boolean;
603
+ };
604
+ events: import('@gct-paas/schema').IBasicEvents;
605
+ formItem?: boolean | undefined;
606
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
607
+ displayName?: string | undefined;
608
+ i18n?: Record<string, string> | undefined;
609
+ isField?: boolean | undefined;
610
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
611
+ preLocation?: string | undefined;
612
+ ignoringStyle?: string[] | undefined;
613
+ isReadonlyWidget?: boolean | undefined;
614
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
615
+ dropPlaceholder?: string | undefined;
616
+ _plugin?: {
617
+ key: string;
618
+ version: string;
619
+ url: string;
620
+ } | undefined;
621
+ }[];
622
+ } | undefined)?];
623
+ props: {
624
+ [x: string]: any;
625
+ modalTitle?: string | undefined;
626
+ unitType: "px" | "%";
627
+ modalWidth: number;
628
+ mUnitType: "%";
629
+ mModalWidth: number;
630
+ isSubTableModal?: boolean | undefined;
631
+ bindSubTableId?: string | undefined;
632
+ createModalTitle?: string | undefined;
633
+ editModalTitle?: string | undefined;
634
+ };
635
+ events: import("@gct-paas/schema").LowCodeWidget.BasicEvents;
636
+ i18n?: Record<string, string> | undefined;
637
+ style: {
638
+ position?: string | undefined;
639
+ top?: string | undefined;
640
+ left?: string | undefined;
641
+ right?: string | undefined;
642
+ bottom?: string | undefined;
643
+ width?: string | undefined;
644
+ height?: string | undefined;
645
+ maxHeight?: string | undefined;
646
+ backgroundColor?: string | undefined;
647
+ marginAll?: string | undefined;
648
+ marginTop?: string | undefined;
649
+ marginRight?: string | undefined;
650
+ marginBottom?: string | undefined;
651
+ marginLeft?: string | undefined;
652
+ paddingAll?: string | undefined;
653
+ paddingTop?: string | undefined;
654
+ paddingRight?: string | undefined;
655
+ paddingBottom?: string | undefined;
656
+ paddingLeft?: string | undefined;
657
+ labelFont?: {
658
+ fontSize: string;
659
+ bold: boolean;
660
+ italic: boolean;
661
+ textDecoration: import('@gct-paas/core').TextDecoration;
662
+ color: string;
663
+ align: "left" | "right" | "justify";
664
+ } | undefined;
665
+ contentFont?: {
666
+ fontSize: string;
667
+ bold: boolean;
668
+ italic: boolean;
669
+ textDecoration: import('@gct-paas/core').TextDecoration;
670
+ color: string;
671
+ align: "left" | "right" | "justify";
672
+ } | undefined;
673
+ tagStyle?: {
674
+ color?: string | undefined;
675
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
676
+ } | undefined;
677
+ tagStyleOpen?: boolean | undefined;
678
+ borderAll?: {
679
+ borderWidth?: string | undefined;
680
+ borderStyle?: string | undefined;
681
+ borderColor?: string | undefined;
682
+ } | undefined;
683
+ borderLeft?: {
684
+ borderWidth?: string | undefined;
685
+ borderStyle?: string | undefined;
686
+ borderColor?: string | undefined;
687
+ } | undefined;
688
+ borderRight?: {
689
+ borderWidth?: string | undefined;
690
+ borderStyle?: string | undefined;
691
+ borderColor?: string | undefined;
692
+ } | undefined;
693
+ borderBottom?: {
694
+ borderWidth?: string | undefined;
695
+ borderStyle?: string | undefined;
696
+ borderColor?: string | undefined;
697
+ } | undefined;
698
+ borderTop?: {
699
+ borderWidth?: string | undefined;
700
+ borderStyle?: string | undefined;
701
+ borderColor?: string | undefined;
702
+ } | undefined;
703
+ borderTopRightRadius?: string | undefined;
704
+ borderTopLeftRadius?: string | undefined;
705
+ borderBottomRightRadius?: string | undefined;
706
+ borderBottomLeftRadius?: string | undefined;
707
+ borderAllRadius?: string | undefined;
708
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
709
+ columnwidth?: number | undefined;
710
+ columnFontStyleByRule?: {
711
+ displayRule: string;
712
+ contentFont: {
713
+ fontSize: string;
714
+ bold: boolean;
715
+ italic: boolean;
716
+ textDecoration: import('@gct-paas/core').TextDecoration;
717
+ color: string;
718
+ align: "left" | "right" | "justify";
719
+ };
720
+ tagStyle: {
721
+ color?: string | undefined;
722
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
723
+ };
724
+ progressStyle: {
725
+ color: string;
726
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
727
+ };
728
+ tagType: import('@gct-paas/core').tagEnum;
729
+ tagStyleOpen: boolean;
730
+ }[] | undefined;
731
+ columnBackgroundByRule?: {
732
+ displayRule: string;
733
+ backgroundColor?: string | undefined;
734
+ }[] | undefined;
735
+ tableheight?: number | undefined;
736
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
737
+ enableHeaderBGColor?: boolean | undefined;
738
+ };
739
+ runJs?: string | undefined;
740
+ los?: Record<string, IData> | undefined;
741
+ icon: string;
742
+ isField: boolean;
743
+ };
744
+ }[], {
745
+ id: string;
746
+ key: string;
747
+ name: string;
748
+ modalInfo: LowCodeModal.Modal;
749
+ }[] | {
750
+ id: string;
751
+ key: string;
752
+ name: string;
753
+ modalInfo: {
754
+ id: string;
755
+ alias: string;
756
+ name: string;
757
+ platform: import('@gct-paas/core').Platform;
758
+ modalName: string;
759
+ compName?: string | undefined;
760
+ compKey?: string | undefined;
761
+ type: import("@gct-paas/core").BuiltinType.MODAL;
762
+ js: string;
763
+ css: string;
764
+ children: [{
765
+ id: string;
766
+ type: import("@gct-paas/core").BuiltinType.MODAL_BODY;
767
+ children: {
768
+ [x: string]: any;
769
+ id: string;
770
+ platform: import('@gct-paas/core').Platform;
771
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
772
+ alias: string;
773
+ name: string;
774
+ compName?: string | undefined;
775
+ compKey?: string | undefined;
776
+ type: string | import('@gct-paas/core').FormComponents;
777
+ icon: string;
778
+ children?: any[] | undefined;
779
+ internal?: boolean | undefined;
780
+ description?: string | undefined;
781
+ style: {
782
+ position?: string | undefined;
783
+ top?: string | undefined;
784
+ left?: string | undefined;
785
+ right?: string | undefined;
786
+ bottom?: string | undefined;
787
+ width?: string | undefined;
788
+ height?: string | undefined;
789
+ maxHeight?: string | undefined;
790
+ backgroundColor?: string | undefined;
791
+ marginAll?: string | undefined;
792
+ marginTop?: string | undefined;
793
+ marginRight?: string | undefined;
794
+ marginBottom?: string | undefined;
795
+ marginLeft?: string | undefined;
796
+ paddingAll?: string | undefined;
797
+ paddingTop?: string | undefined;
798
+ paddingRight?: string | undefined;
799
+ paddingBottom?: string | undefined;
800
+ paddingLeft?: string | undefined;
801
+ labelFont?: {
802
+ fontSize: string;
803
+ bold: boolean;
804
+ italic: boolean;
805
+ textDecoration: import('@gct-paas/core').TextDecoration;
806
+ color: string;
807
+ align: "left" | "right" | "justify";
808
+ } | undefined;
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
+ } | undefined;
817
+ tagStyle?: {
818
+ color?: string | undefined;
819
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
820
+ } | undefined;
821
+ tagStyleOpen?: boolean | undefined;
822
+ borderAll?: {
823
+ borderWidth?: string | undefined;
824
+ borderStyle?: string | undefined;
825
+ borderColor?: string | undefined;
826
+ } | undefined;
827
+ borderLeft?: {
828
+ borderWidth?: string | undefined;
829
+ borderStyle?: string | undefined;
830
+ borderColor?: string | undefined;
831
+ } | undefined;
832
+ borderRight?: {
833
+ borderWidth?: string | undefined;
834
+ borderStyle?: string | undefined;
835
+ borderColor?: string | undefined;
836
+ } | undefined;
837
+ borderBottom?: {
838
+ borderWidth?: string | undefined;
839
+ borderStyle?: string | undefined;
840
+ borderColor?: string | undefined;
841
+ } | undefined;
842
+ borderTop?: {
843
+ borderWidth?: string | undefined;
844
+ borderStyle?: string | undefined;
845
+ borderColor?: string | undefined;
846
+ } | undefined;
847
+ borderTopRightRadius?: string | undefined;
848
+ borderTopLeftRadius?: string | undefined;
849
+ borderBottomRightRadius?: string | undefined;
850
+ borderBottomLeftRadius?: string | undefined;
851
+ borderAllRadius?: string | undefined;
852
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
853
+ columnwidth?: number | undefined;
854
+ columnFontStyleByRule?: {
855
+ displayRule: string;
856
+ contentFont: {
857
+ fontSize: string;
858
+ bold: boolean;
859
+ italic: boolean;
860
+ textDecoration: import('@gct-paas/core').TextDecoration;
861
+ color: string;
862
+ align: "left" | "right" | "justify";
863
+ };
864
+ tagStyle: {
865
+ color?: string | undefined;
866
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
867
+ };
868
+ progressStyle: {
869
+ color: string;
870
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
871
+ };
872
+ tagType: import('@gct-paas/core').tagEnum;
873
+ tagStyleOpen: boolean;
874
+ }[] | undefined;
875
+ columnBackgroundByRule?: {
876
+ displayRule: string;
877
+ backgroundColor?: string | undefined;
878
+ }[] | undefined;
879
+ tableheight?: number | undefined;
880
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
881
+ enableHeaderBGColor?: boolean | undefined;
882
+ };
883
+ props: {
884
+ [x: string]: any;
885
+ hidden: boolean;
886
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
887
+ displayRule?: string | undefined;
888
+ modeldata?: {
889
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
890
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
891
+ subModel?: 0 | 1 | undefined;
892
+ supportProcess?: 0 | 1 | undefined;
893
+ } | undefined;
894
+ componentDependency: {
895
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
896
+ configDependency: {
897
+ hidden: {
898
+ expressionStr?: string | undefined;
899
+ expression?: string | undefined;
900
+ value?: boolean | undefined;
901
+ fieldValue?: boolean | undefined;
902
+ strategy?: string | undefined;
903
+ };
904
+ readonly: {
905
+ expressionStr?: string | undefined;
906
+ expression?: string | undefined;
907
+ value?: boolean | undefined;
908
+ fieldValue?: boolean | undefined;
909
+ strategy?: string | undefined;
910
+ };
911
+ disabled: {
912
+ expressionStr?: string | undefined;
913
+ expression?: string | undefined;
914
+ value?: boolean | undefined;
915
+ fieldValue?: boolean | undefined;
916
+ strategy?: string | undefined;
917
+ };
918
+ required: {
919
+ expressionStr?: string | undefined;
920
+ expression?: string | undefined;
921
+ value?: boolean | undefined;
922
+ fieldValue?: boolean | undefined;
923
+ strategy?: string | undefined;
924
+ };
925
+ assignment: {
926
+ expressionStr?: string | undefined;
927
+ expression?: string | undefined;
928
+ value?: boolean | undefined;
929
+ fieldValue?: boolean | undefined;
930
+ strategy?: string | undefined;
931
+ };
932
+ };
933
+ };
934
+ deviceConnectivity: boolean;
935
+ };
936
+ events: import('@gct-paas/schema').IBasicEvents;
937
+ formItem?: boolean | undefined;
938
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
939
+ displayName?: string | undefined;
940
+ i18n?: Record<string, string> | undefined;
941
+ isField?: boolean | undefined;
942
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
943
+ preLocation?: string | undefined;
944
+ ignoringStyle?: string[] | undefined;
945
+ isReadonlyWidget?: boolean | undefined;
946
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
947
+ dropPlaceholder?: string | undefined;
948
+ _plugin?: {
949
+ key: string;
950
+ version: string;
951
+ url: string;
952
+ } | undefined;
953
+ }[];
954
+ }, {
955
+ id: string;
956
+ type: import("@gct-paas/core").BuiltinType.MODAL_FOOTER;
957
+ children: {
958
+ [x: string]: any;
959
+ id: string;
960
+ platform: import('@gct-paas/core').Platform;
961
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
962
+ alias: string;
963
+ name: string;
964
+ compName?: string | undefined;
965
+ compKey?: string | undefined;
966
+ type: string | import('@gct-paas/core').FormComponents;
967
+ icon: string;
968
+ children?: any[] | undefined;
969
+ internal?: boolean | undefined;
970
+ description?: string | undefined;
971
+ style: {
972
+ position?: string | undefined;
973
+ top?: string | undefined;
974
+ left?: string | undefined;
975
+ right?: string | undefined;
976
+ bottom?: string | undefined;
977
+ width?: string | undefined;
978
+ height?: string | undefined;
979
+ maxHeight?: string | undefined;
980
+ backgroundColor?: string | undefined;
981
+ marginAll?: string | undefined;
982
+ marginTop?: string | undefined;
983
+ marginRight?: string | undefined;
984
+ marginBottom?: string | undefined;
985
+ marginLeft?: string | undefined;
986
+ paddingAll?: string | undefined;
987
+ paddingTop?: string | undefined;
988
+ paddingRight?: string | undefined;
989
+ paddingBottom?: string | undefined;
990
+ paddingLeft?: string | undefined;
991
+ labelFont?: {
992
+ fontSize: string;
993
+ bold: boolean;
994
+ italic: boolean;
995
+ textDecoration: import('@gct-paas/core').TextDecoration;
996
+ color: string;
997
+ align: "left" | "right" | "justify";
998
+ } | undefined;
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
+ } | undefined;
1007
+ tagStyle?: {
1008
+ color?: string | undefined;
1009
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1010
+ } | undefined;
1011
+ tagStyleOpen?: boolean | undefined;
1012
+ borderAll?: {
1013
+ borderWidth?: string | undefined;
1014
+ borderStyle?: string | undefined;
1015
+ borderColor?: string | undefined;
1016
+ } | undefined;
1017
+ borderLeft?: {
1018
+ borderWidth?: string | undefined;
1019
+ borderStyle?: string | undefined;
1020
+ borderColor?: string | undefined;
1021
+ } | undefined;
1022
+ borderRight?: {
1023
+ borderWidth?: string | undefined;
1024
+ borderStyle?: string | undefined;
1025
+ borderColor?: string | undefined;
1026
+ } | undefined;
1027
+ borderBottom?: {
1028
+ borderWidth?: string | undefined;
1029
+ borderStyle?: string | undefined;
1030
+ borderColor?: string | undefined;
1031
+ } | undefined;
1032
+ borderTop?: {
1033
+ borderWidth?: string | undefined;
1034
+ borderStyle?: string | undefined;
1035
+ borderColor?: string | undefined;
1036
+ } | undefined;
1037
+ borderTopRightRadius?: string | undefined;
1038
+ borderTopLeftRadius?: string | undefined;
1039
+ borderBottomRightRadius?: string | undefined;
1040
+ borderBottomLeftRadius?: string | undefined;
1041
+ borderAllRadius?: string | undefined;
1042
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1043
+ columnwidth?: number | undefined;
1044
+ columnFontStyleByRule?: {
1045
+ displayRule: string;
1046
+ contentFont: {
1047
+ fontSize: string;
1048
+ bold: boolean;
1049
+ italic: boolean;
1050
+ textDecoration: import('@gct-paas/core').TextDecoration;
1051
+ color: string;
1052
+ align: "left" | "right" | "justify";
1053
+ };
1054
+ tagStyle: {
1055
+ color?: string | undefined;
1056
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1057
+ };
1058
+ progressStyle: {
1059
+ color: string;
1060
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
1061
+ };
1062
+ tagType: import('@gct-paas/core').tagEnum;
1063
+ tagStyleOpen: boolean;
1064
+ }[] | undefined;
1065
+ columnBackgroundByRule?: {
1066
+ displayRule: string;
1067
+ backgroundColor?: string | undefined;
1068
+ }[] | undefined;
1069
+ tableheight?: number | undefined;
1070
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1071
+ enableHeaderBGColor?: boolean | undefined;
1072
+ };
1073
+ props: {
1074
+ [x: string]: any;
1075
+ hidden: boolean;
1076
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
1077
+ displayRule?: string | undefined;
1078
+ modeldata?: {
1079
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
1080
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
1081
+ subModel?: 0 | 1 | undefined;
1082
+ supportProcess?: 0 | 1 | undefined;
1083
+ } | undefined;
1084
+ componentDependency: {
1085
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
1086
+ configDependency: {
1087
+ hidden: {
1088
+ expressionStr?: string | undefined;
1089
+ expression?: string | undefined;
1090
+ value?: boolean | undefined;
1091
+ fieldValue?: boolean | undefined;
1092
+ strategy?: string | undefined;
1093
+ };
1094
+ readonly: {
1095
+ expressionStr?: string | undefined;
1096
+ expression?: string | undefined;
1097
+ value?: boolean | undefined;
1098
+ fieldValue?: boolean | undefined;
1099
+ strategy?: string | undefined;
1100
+ };
1101
+ disabled: {
1102
+ expressionStr?: string | undefined;
1103
+ expression?: string | undefined;
1104
+ value?: boolean | undefined;
1105
+ fieldValue?: boolean | undefined;
1106
+ strategy?: string | undefined;
1107
+ };
1108
+ required: {
1109
+ expressionStr?: string | undefined;
1110
+ expression?: string | undefined;
1111
+ value?: boolean | undefined;
1112
+ fieldValue?: boolean | undefined;
1113
+ strategy?: string | undefined;
1114
+ };
1115
+ assignment: {
1116
+ expressionStr?: string | undefined;
1117
+ expression?: string | undefined;
1118
+ value?: boolean | undefined;
1119
+ fieldValue?: boolean | undefined;
1120
+ strategy?: string | undefined;
1121
+ };
1122
+ };
1123
+ };
1124
+ deviceConnectivity: boolean;
1125
+ };
1126
+ events: import('@gct-paas/schema').IBasicEvents;
1127
+ formItem?: boolean | undefined;
1128
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
1129
+ displayName?: string | undefined;
1130
+ i18n?: Record<string, string> | undefined;
1131
+ isField?: boolean | undefined;
1132
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
1133
+ preLocation?: string | undefined;
1134
+ ignoringStyle?: string[] | undefined;
1135
+ isReadonlyWidget?: boolean | undefined;
1136
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
1137
+ dropPlaceholder?: string | undefined;
1138
+ _plugin?: {
1139
+ key: string;
1140
+ version: string;
1141
+ url: string;
1142
+ } | undefined;
1143
+ }[];
1144
+ }, ({
1145
+ id: string;
1146
+ type: import("@gct-paas/core").BuiltinType.BottomButtonContainer;
1147
+ children: {
1148
+ [x: string]: any;
1149
+ id: string;
1150
+ platform: import('@gct-paas/core').Platform;
1151
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
1152
+ alias: string;
1153
+ name: string;
1154
+ compName?: string | undefined;
1155
+ compKey?: string | undefined;
1156
+ type: string | import('@gct-paas/core').FormComponents;
1157
+ icon: string;
1158
+ children?: any[] | undefined;
1159
+ internal?: boolean | undefined;
1160
+ description?: string | undefined;
1161
+ style: {
1162
+ position?: string | undefined;
1163
+ top?: string | undefined;
1164
+ left?: string | undefined;
1165
+ right?: string | undefined;
1166
+ bottom?: string | undefined;
1167
+ width?: string | undefined;
1168
+ height?: string | undefined;
1169
+ maxHeight?: string | undefined;
1170
+ backgroundColor?: string | undefined;
1171
+ marginAll?: string | undefined;
1172
+ marginTop?: string | undefined;
1173
+ marginRight?: string | undefined;
1174
+ marginBottom?: string | undefined;
1175
+ marginLeft?: string | undefined;
1176
+ paddingAll?: string | undefined;
1177
+ paddingTop?: string | undefined;
1178
+ paddingRight?: string | undefined;
1179
+ paddingBottom?: string | undefined;
1180
+ paddingLeft?: string | undefined;
1181
+ labelFont?: {
1182
+ fontSize: string;
1183
+ bold: boolean;
1184
+ italic: boolean;
1185
+ textDecoration: import('@gct-paas/core').TextDecoration;
1186
+ color: string;
1187
+ align: "left" | "right" | "justify";
1188
+ } | undefined;
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
+ } | undefined;
1197
+ tagStyle?: {
1198
+ color?: string | undefined;
1199
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1200
+ } | undefined;
1201
+ tagStyleOpen?: boolean | undefined;
1202
+ borderAll?: {
1203
+ borderWidth?: string | undefined;
1204
+ borderStyle?: string | undefined;
1205
+ borderColor?: string | undefined;
1206
+ } | undefined;
1207
+ borderLeft?: {
1208
+ borderWidth?: string | undefined;
1209
+ borderStyle?: string | undefined;
1210
+ borderColor?: string | undefined;
1211
+ } | undefined;
1212
+ borderRight?: {
1213
+ borderWidth?: string | undefined;
1214
+ borderStyle?: string | undefined;
1215
+ borderColor?: string | undefined;
1216
+ } | undefined;
1217
+ borderBottom?: {
1218
+ borderWidth?: string | undefined;
1219
+ borderStyle?: string | undefined;
1220
+ borderColor?: string | undefined;
1221
+ } | undefined;
1222
+ borderTop?: {
1223
+ borderWidth?: string | undefined;
1224
+ borderStyle?: string | undefined;
1225
+ borderColor?: string | undefined;
1226
+ } | undefined;
1227
+ borderTopRightRadius?: string | undefined;
1228
+ borderTopLeftRadius?: string | undefined;
1229
+ borderBottomRightRadius?: string | undefined;
1230
+ borderBottomLeftRadius?: string | undefined;
1231
+ borderAllRadius?: string | undefined;
1232
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1233
+ columnwidth?: number | undefined;
1234
+ columnFontStyleByRule?: {
1235
+ displayRule: string;
1236
+ contentFont: {
1237
+ fontSize: string;
1238
+ bold: boolean;
1239
+ italic: boolean;
1240
+ textDecoration: import('@gct-paas/core').TextDecoration;
1241
+ color: string;
1242
+ align: "left" | "right" | "justify";
1243
+ };
1244
+ tagStyle: {
1245
+ color?: string | undefined;
1246
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1247
+ };
1248
+ progressStyle: {
1249
+ color: string;
1250
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
1251
+ };
1252
+ tagType: import('@gct-paas/core').tagEnum;
1253
+ tagStyleOpen: boolean;
1254
+ }[] | undefined;
1255
+ columnBackgroundByRule?: {
1256
+ displayRule: string;
1257
+ backgroundColor?: string | undefined;
1258
+ }[] | undefined;
1259
+ tableheight?: number | undefined;
1260
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1261
+ enableHeaderBGColor?: boolean | undefined;
1262
+ };
1263
+ props: {
1264
+ [x: string]: any;
1265
+ hidden: boolean;
1266
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
1267
+ displayRule?: string | undefined;
1268
+ modeldata?: {
1269
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
1270
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
1271
+ subModel?: 0 | 1 | undefined;
1272
+ supportProcess?: 0 | 1 | undefined;
1273
+ } | undefined;
1274
+ componentDependency: {
1275
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
1276
+ configDependency: {
1277
+ hidden: {
1278
+ expressionStr?: string | undefined;
1279
+ expression?: string | undefined;
1280
+ value?: boolean | undefined;
1281
+ fieldValue?: boolean | undefined;
1282
+ strategy?: string | undefined;
1283
+ };
1284
+ readonly: {
1285
+ expressionStr?: string | undefined;
1286
+ expression?: string | undefined;
1287
+ value?: boolean | undefined;
1288
+ fieldValue?: boolean | undefined;
1289
+ strategy?: string | undefined;
1290
+ };
1291
+ disabled: {
1292
+ expressionStr?: string | undefined;
1293
+ expression?: string | undefined;
1294
+ value?: boolean | undefined;
1295
+ fieldValue?: boolean | undefined;
1296
+ strategy?: string | undefined;
1297
+ };
1298
+ required: {
1299
+ expressionStr?: string | undefined;
1300
+ expression?: string | undefined;
1301
+ value?: boolean | undefined;
1302
+ fieldValue?: boolean | undefined;
1303
+ strategy?: string | undefined;
1304
+ };
1305
+ assignment: {
1306
+ expressionStr?: string | undefined;
1307
+ expression?: string | undefined;
1308
+ value?: boolean | undefined;
1309
+ fieldValue?: boolean | undefined;
1310
+ strategy?: string | undefined;
1311
+ };
1312
+ };
1313
+ };
1314
+ deviceConnectivity: boolean;
1315
+ };
1316
+ events: import('@gct-paas/schema').IBasicEvents;
1317
+ formItem?: boolean | undefined;
1318
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
1319
+ displayName?: string | undefined;
1320
+ i18n?: Record<string, string> | undefined;
1321
+ isField?: boolean | undefined;
1322
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
1323
+ preLocation?: string | undefined;
1324
+ ignoringStyle?: string[] | undefined;
1325
+ isReadonlyWidget?: boolean | undefined;
1326
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
1327
+ dropPlaceholder?: string | undefined;
1328
+ _plugin?: {
1329
+ key: string;
1330
+ version: string;
1331
+ url: string;
1332
+ } | undefined;
1333
+ }[];
1334
+ } | undefined)?];
1335
+ props: {
1336
+ [x: string]: any;
1337
+ modalTitle?: string | undefined;
1338
+ unitType: "px" | "%";
1339
+ modalWidth: number;
1340
+ mUnitType: "%";
1341
+ mModalWidth: number;
1342
+ isSubTableModal?: boolean | undefined;
1343
+ bindSubTableId?: string | undefined;
1344
+ createModalTitle?: string | undefined;
1345
+ editModalTitle?: string | undefined;
1346
+ };
1347
+ events: import("@gct-paas/schema").LowCodeWidget.BasicEvents;
1348
+ i18n?: Record<string, string> | undefined;
1349
+ style: {
1350
+ position?: string | undefined;
1351
+ top?: string | undefined;
1352
+ left?: string | undefined;
1353
+ right?: string | undefined;
1354
+ bottom?: string | undefined;
1355
+ width?: string | undefined;
1356
+ height?: string | undefined;
1357
+ maxHeight?: string | undefined;
1358
+ backgroundColor?: string | undefined;
1359
+ marginAll?: string | undefined;
1360
+ marginTop?: string | undefined;
1361
+ marginRight?: string | undefined;
1362
+ marginBottom?: string | undefined;
1363
+ marginLeft?: string | undefined;
1364
+ paddingAll?: string | undefined;
1365
+ paddingTop?: string | undefined;
1366
+ paddingRight?: string | undefined;
1367
+ paddingBottom?: string | undefined;
1368
+ paddingLeft?: string | undefined;
1369
+ labelFont?: {
1370
+ fontSize: string;
1371
+ bold: boolean;
1372
+ italic: boolean;
1373
+ textDecoration: import('@gct-paas/core').TextDecoration;
1374
+ color: string;
1375
+ align: "left" | "right" | "justify";
1376
+ } | undefined;
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
+ } | undefined;
1385
+ tagStyle?: {
1386
+ color?: string | undefined;
1387
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1388
+ } | undefined;
1389
+ tagStyleOpen?: boolean | undefined;
1390
+ borderAll?: {
1391
+ borderWidth?: string | undefined;
1392
+ borderStyle?: string | undefined;
1393
+ borderColor?: string | undefined;
1394
+ } | undefined;
1395
+ borderLeft?: {
1396
+ borderWidth?: string | undefined;
1397
+ borderStyle?: string | undefined;
1398
+ borderColor?: string | undefined;
1399
+ } | undefined;
1400
+ borderRight?: {
1401
+ borderWidth?: string | undefined;
1402
+ borderStyle?: string | undefined;
1403
+ borderColor?: string | undefined;
1404
+ } | undefined;
1405
+ borderBottom?: {
1406
+ borderWidth?: string | undefined;
1407
+ borderStyle?: string | undefined;
1408
+ borderColor?: string | undefined;
1409
+ } | undefined;
1410
+ borderTop?: {
1411
+ borderWidth?: string | undefined;
1412
+ borderStyle?: string | undefined;
1413
+ borderColor?: string | undefined;
1414
+ } | undefined;
1415
+ borderTopRightRadius?: string | undefined;
1416
+ borderTopLeftRadius?: string | undefined;
1417
+ borderBottomRightRadius?: string | undefined;
1418
+ borderBottomLeftRadius?: string | undefined;
1419
+ borderAllRadius?: string | undefined;
1420
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1421
+ columnwidth?: number | undefined;
1422
+ columnFontStyleByRule?: {
1423
+ displayRule: string;
1424
+ contentFont: {
1425
+ fontSize: string;
1426
+ bold: boolean;
1427
+ italic: boolean;
1428
+ textDecoration: import('@gct-paas/core').TextDecoration;
1429
+ color: string;
1430
+ align: "left" | "right" | "justify";
1431
+ };
1432
+ tagStyle: {
1433
+ color?: string | undefined;
1434
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1435
+ };
1436
+ progressStyle: {
1437
+ color: string;
1438
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
1439
+ };
1440
+ tagType: import('@gct-paas/core').tagEnum;
1441
+ tagStyleOpen: boolean;
1442
+ }[] | undefined;
1443
+ columnBackgroundByRule?: {
1444
+ displayRule: string;
1445
+ backgroundColor?: string | undefined;
1446
+ }[] | undefined;
1447
+ tableheight?: number | undefined;
1448
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1449
+ enableHeaderBGColor?: boolean | undefined;
1450
+ };
1451
+ runJs?: string | undefined;
1452
+ los?: Record<string, IData> | undefined;
1453
+ icon: string;
1454
+ isField: boolean;
1455
+ };
1456
+ }[]>;
1457
+ gEvent: import('vue').Ref<{
1458
+ id: string;
1459
+ key: "pageMounted" | "pageDestroyed";
1460
+ eventInfo: string;
1461
+ }[], {
1462
+ id: string;
1463
+ key: "pageMounted" | "pageDestroyed";
1464
+ eventInfo: string;
1465
+ }[] | {
1466
+ id: string;
1467
+ key: "pageMounted" | "pageDestroyed";
1468
+ eventInfo: string;
1469
+ }[]>;
1470
+ };