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

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