@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,2427 @@
1
+ import { Platform, pageLayoutModeEnum } from '@gct-paas/core';
2
+ import { ExportMethod, LowCodeWidget, PageJson } from '@gct-paas/schema';
3
+ import { PageDesignerLogResponse } from '@gct-paas/api/apaas';
4
+ /**
5
+ * 设计器当前的平台类型,默认为WEB
6
+ */
7
+ export declare const platform: import('vue').Ref<Platform, Platform>;
8
+ /**
9
+ * 当前平台的组件配置信息
10
+ */
11
+ export declare const widgetInfo: import('vue').ComputedRef<import('@gct-paas/schema').IWidgetInfo>;
12
+ /**
13
+ * 当前平台的插件注册实例
14
+ */
15
+ export declare const designRegister: import('vue').ComputedRef<import('../..').DesignerRegister>;
16
+ /** 设计页面JSON */
17
+ export declare const pageJson: {
18
+ id: string;
19
+ key?: string | undefined;
20
+ keepAlive: boolean;
21
+ pageEvents: {
22
+ pageBeforeMount?: {
23
+ type?: import("@gct-paas/core").EventCategory.JS | undefined;
24
+ name: string;
25
+ extraParams: Record<string, any> | string | number | boolean;
26
+ } | {
27
+ name: import('@gct-paas/core').INNER_EVENT;
28
+ title: string;
29
+ key: string;
30
+ refId?: string | undefined;
31
+ scopeId?: string | undefined;
32
+ modalTitle?: string | undefined;
33
+ }[] | undefined;
34
+ pageMounted?: {
35
+ type?: import("@gct-paas/core").EventCategory.JS | undefined;
36
+ name: string;
37
+ extraParams: Record<string, any> | string | number | boolean;
38
+ } | {
39
+ name: import('@gct-paas/core').INNER_EVENT;
40
+ title: string;
41
+ key: string;
42
+ refId?: string | undefined;
43
+ scopeId?: string | undefined;
44
+ modalTitle?: string | undefined;
45
+ }[] | undefined;
46
+ pageDestroyed?: {
47
+ type?: import("@gct-paas/core").EventCategory.JS | undefined;
48
+ name: string;
49
+ extraParams: Record<string, any> | string | number | boolean;
50
+ } | {
51
+ name: import('@gct-paas/core').INNER_EVENT;
52
+ title: string;
53
+ key: string;
54
+ refId?: string | undefined;
55
+ scopeId?: string | undefined;
56
+ modalTitle?: string | undefined;
57
+ }[] | undefined;
58
+ };
59
+ widgets: {
60
+ id: string;
61
+ platform: Platform;
62
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
63
+ alias: string;
64
+ name: string;
65
+ compName?: string | undefined;
66
+ compKey?: string | undefined;
67
+ type: string | import('@gct-paas/core').FormComponents;
68
+ icon: string;
69
+ children?: any[] | undefined;
70
+ internal?: boolean | undefined;
71
+ description?: string | undefined;
72
+ style: {
73
+ position?: string | undefined;
74
+ top?: string | undefined;
75
+ left?: string | undefined;
76
+ right?: string | undefined;
77
+ bottom?: string | undefined;
78
+ width?: string | undefined;
79
+ height?: string | undefined;
80
+ maxHeight?: string | undefined;
81
+ backgroundColor?: string | undefined;
82
+ marginAll?: string | undefined;
83
+ marginTop?: string | undefined;
84
+ marginRight?: string | undefined;
85
+ marginBottom?: string | undefined;
86
+ marginLeft?: string | undefined;
87
+ paddingAll?: string | undefined;
88
+ paddingTop?: string | undefined;
89
+ paddingRight?: string | undefined;
90
+ paddingBottom?: string | undefined;
91
+ paddingLeft?: string | undefined;
92
+ labelFont?: {
93
+ fontSize: string;
94
+ bold: boolean;
95
+ italic: boolean;
96
+ textDecoration: import('@gct-paas/core').TextDecoration;
97
+ color: string;
98
+ align: "left" | "right" | "justify";
99
+ } | undefined;
100
+ contentFont?: {
101
+ fontSize: string;
102
+ bold: boolean;
103
+ italic: boolean;
104
+ textDecoration: import('@gct-paas/core').TextDecoration;
105
+ color: string;
106
+ align: "left" | "right" | "justify";
107
+ } | undefined;
108
+ tagStyle?: {
109
+ color?: string | undefined;
110
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
111
+ } | undefined;
112
+ tagStyleOpen?: boolean | undefined;
113
+ borderAll?: {
114
+ borderWidth?: string | undefined;
115
+ borderStyle?: string | undefined;
116
+ borderColor?: string | undefined;
117
+ } | undefined;
118
+ borderLeft?: {
119
+ borderWidth?: string | undefined;
120
+ borderStyle?: string | undefined;
121
+ borderColor?: string | undefined;
122
+ } | undefined;
123
+ borderRight?: {
124
+ borderWidth?: string | undefined;
125
+ borderStyle?: string | undefined;
126
+ borderColor?: string | undefined;
127
+ } | undefined;
128
+ borderBottom?: {
129
+ borderWidth?: string | undefined;
130
+ borderStyle?: string | undefined;
131
+ borderColor?: string | undefined;
132
+ } | undefined;
133
+ borderTop?: {
134
+ borderWidth?: string | undefined;
135
+ borderStyle?: string | undefined;
136
+ borderColor?: string | undefined;
137
+ } | undefined;
138
+ borderTopRightRadius?: string | undefined;
139
+ borderTopLeftRadius?: string | undefined;
140
+ borderBottomRightRadius?: string | undefined;
141
+ borderBottomLeftRadius?: string | undefined;
142
+ borderAllRadius?: string | undefined;
143
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
144
+ columnwidth?: number | undefined;
145
+ columnFontStyleByRule?: {
146
+ displayRule: string;
147
+ contentFont: {
148
+ fontSize: string;
149
+ bold: boolean;
150
+ italic: boolean;
151
+ textDecoration: import('@gct-paas/core').TextDecoration;
152
+ color: string;
153
+ align: "left" | "right" | "justify";
154
+ };
155
+ tagStyle: {
156
+ color?: string | undefined;
157
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
158
+ };
159
+ progressStyle: {
160
+ color: string;
161
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
162
+ };
163
+ tagType: import('@gct-paas/core').tagEnum;
164
+ tagStyleOpen: boolean;
165
+ }[] | undefined;
166
+ columnBackgroundByRule?: {
167
+ displayRule: string;
168
+ backgroundColor?: string | undefined;
169
+ }[] | undefined;
170
+ tableheight?: number | undefined;
171
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
172
+ enableHeaderBGColor?: boolean | undefined;
173
+ };
174
+ props: {
175
+ [x: string]: any;
176
+ hidden: boolean;
177
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
178
+ displayRule?: string | undefined;
179
+ modeldata?: {
180
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
181
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
182
+ subModel?: 0 | 1 | undefined;
183
+ supportProcess?: 0 | 1 | undefined;
184
+ } | undefined;
185
+ componentDependency: {
186
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
187
+ configDependency: {
188
+ hidden: {
189
+ expression?: string | undefined;
190
+ value?: boolean | undefined;
191
+ };
192
+ readonly: {
193
+ expression?: string | undefined;
194
+ value?: boolean | undefined;
195
+ fieldValue?: boolean | undefined;
196
+ };
197
+ disabled: {
198
+ expression?: string | undefined;
199
+ value?: boolean | undefined;
200
+ };
201
+ required: {
202
+ expression?: string | undefined;
203
+ value?: boolean | undefined;
204
+ fieldValue?: boolean | undefined;
205
+ };
206
+ assignment: {
207
+ expression?: string | undefined;
208
+ strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
209
+ value?: boolean | undefined;
210
+ };
211
+ };
212
+ };
213
+ deviceConnectivity: boolean;
214
+ };
215
+ events: import('@gct-paas/schema').IBasicEvents;
216
+ formItem?: boolean | undefined;
217
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
218
+ displayName?: string | undefined;
219
+ i18n?: Record<string, string> | undefined;
220
+ isField?: boolean | undefined;
221
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
222
+ preLocation?: string | undefined;
223
+ ignoringStyle?: string[] | undefined;
224
+ isReadonlyWidget?: boolean | undefined;
225
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
226
+ dropPlaceholder?: string | undefined;
227
+ _plugin?: {
228
+ key: string;
229
+ version: string;
230
+ url: string;
231
+ } | undefined;
232
+ }[];
233
+ js: string;
234
+ css: string;
235
+ modals: {
236
+ id: string;
237
+ alias: string;
238
+ name: string;
239
+ platform: Platform;
240
+ modalName: string;
241
+ compName?: string | undefined;
242
+ compKey?: string | undefined;
243
+ type: import("@gct-paas/core").BuiltinType.MODAL;
244
+ js: string;
245
+ css: string;
246
+ children: [{
247
+ id: string;
248
+ type: import("@gct-paas/core").BuiltinType.MODAL_BODY;
249
+ children: {
250
+ id: string;
251
+ platform: Platform;
252
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
253
+ alias: string;
254
+ name: string;
255
+ compName?: string | undefined;
256
+ compKey?: string | undefined;
257
+ type: string | import('@gct-paas/core').FormComponents;
258
+ icon: string;
259
+ children?: any[] | undefined;
260
+ internal?: boolean | undefined;
261
+ description?: string | undefined;
262
+ style: {
263
+ position?: string | undefined;
264
+ top?: string | undefined;
265
+ left?: string | undefined;
266
+ right?: string | undefined;
267
+ bottom?: string | undefined;
268
+ width?: string | undefined;
269
+ height?: string | undefined;
270
+ maxHeight?: string | undefined;
271
+ backgroundColor?: string | undefined;
272
+ marginAll?: string | undefined;
273
+ marginTop?: string | undefined;
274
+ marginRight?: string | undefined;
275
+ marginBottom?: string | undefined;
276
+ marginLeft?: string | undefined;
277
+ paddingAll?: string | undefined;
278
+ paddingTop?: string | undefined;
279
+ paddingRight?: string | undefined;
280
+ paddingBottom?: string | undefined;
281
+ paddingLeft?: string | undefined;
282
+ labelFont?: {
283
+ fontSize: string;
284
+ bold: boolean;
285
+ italic: boolean;
286
+ textDecoration: import('@gct-paas/core').TextDecoration;
287
+ color: string;
288
+ align: "left" | "right" | "justify";
289
+ } | undefined;
290
+ contentFont?: {
291
+ fontSize: string;
292
+ bold: boolean;
293
+ italic: boolean;
294
+ textDecoration: import('@gct-paas/core').TextDecoration;
295
+ color: string;
296
+ align: "left" | "right" | "justify";
297
+ } | undefined;
298
+ tagStyle?: {
299
+ color?: string | undefined;
300
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
301
+ } | undefined;
302
+ tagStyleOpen?: boolean | undefined;
303
+ borderAll?: {
304
+ borderWidth?: string | undefined;
305
+ borderStyle?: string | undefined;
306
+ borderColor?: string | undefined;
307
+ } | undefined;
308
+ borderLeft?: {
309
+ borderWidth?: string | undefined;
310
+ borderStyle?: string | undefined;
311
+ borderColor?: string | undefined;
312
+ } | undefined;
313
+ borderRight?: {
314
+ borderWidth?: string | undefined;
315
+ borderStyle?: string | undefined;
316
+ borderColor?: string | undefined;
317
+ } | undefined;
318
+ borderBottom?: {
319
+ borderWidth?: string | undefined;
320
+ borderStyle?: string | undefined;
321
+ borderColor?: string | undefined;
322
+ } | undefined;
323
+ borderTop?: {
324
+ borderWidth?: string | undefined;
325
+ borderStyle?: string | undefined;
326
+ borderColor?: string | undefined;
327
+ } | undefined;
328
+ borderTopRightRadius?: string | undefined;
329
+ borderTopLeftRadius?: string | undefined;
330
+ borderBottomRightRadius?: string | undefined;
331
+ borderBottomLeftRadius?: string | undefined;
332
+ borderAllRadius?: string | undefined;
333
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
334
+ columnwidth?: number | undefined;
335
+ columnFontStyleByRule?: {
336
+ displayRule: string;
337
+ contentFont: {
338
+ fontSize: string;
339
+ bold: boolean;
340
+ italic: boolean;
341
+ textDecoration: import('@gct-paas/core').TextDecoration;
342
+ color: string;
343
+ align: "left" | "right" | "justify";
344
+ };
345
+ tagStyle: {
346
+ color?: string | undefined;
347
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
348
+ };
349
+ progressStyle: {
350
+ color: string;
351
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
352
+ };
353
+ tagType: import('@gct-paas/core').tagEnum;
354
+ tagStyleOpen: boolean;
355
+ }[] | undefined;
356
+ columnBackgroundByRule?: {
357
+ displayRule: string;
358
+ backgroundColor?: string | undefined;
359
+ }[] | undefined;
360
+ tableheight?: number | undefined;
361
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
362
+ enableHeaderBGColor?: boolean | undefined;
363
+ };
364
+ props: {
365
+ [x: string]: any;
366
+ hidden: boolean;
367
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
368
+ displayRule?: string | undefined;
369
+ modeldata?: {
370
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
371
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
372
+ subModel?: 0 | 1 | undefined;
373
+ supportProcess?: 0 | 1 | undefined;
374
+ } | undefined;
375
+ componentDependency: {
376
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
377
+ configDependency: {
378
+ hidden: {
379
+ expression?: string | undefined;
380
+ value?: boolean | undefined;
381
+ };
382
+ readonly: {
383
+ expression?: string | undefined;
384
+ value?: boolean | undefined;
385
+ fieldValue?: boolean | undefined;
386
+ };
387
+ disabled: {
388
+ expression?: string | undefined;
389
+ value?: boolean | undefined;
390
+ };
391
+ required: {
392
+ expression?: string | undefined;
393
+ value?: boolean | undefined;
394
+ fieldValue?: boolean | undefined;
395
+ };
396
+ assignment: {
397
+ expression?: string | undefined;
398
+ strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
399
+ value?: boolean | undefined;
400
+ };
401
+ };
402
+ };
403
+ deviceConnectivity: boolean;
404
+ };
405
+ events: import('@gct-paas/schema').IBasicEvents;
406
+ formItem?: boolean | undefined;
407
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
408
+ displayName?: string | undefined;
409
+ i18n?: Record<string, string> | undefined;
410
+ isField?: boolean | undefined;
411
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
412
+ preLocation?: string | undefined;
413
+ ignoringStyle?: string[] | undefined;
414
+ isReadonlyWidget?: boolean | undefined;
415
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
416
+ dropPlaceholder?: string | undefined;
417
+ _plugin?: {
418
+ key: string;
419
+ version: string;
420
+ url: string;
421
+ } | undefined;
422
+ }[];
423
+ }, {
424
+ id: string;
425
+ type: import("@gct-paas/core").BuiltinType.MODAL_FOOTER;
426
+ children: {
427
+ id: string;
428
+ platform: Platform;
429
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
430
+ alias: string;
431
+ name: string;
432
+ compName?: string | undefined;
433
+ compKey?: string | undefined;
434
+ type: string | import('@gct-paas/core').FormComponents;
435
+ icon: string;
436
+ children?: any[] | undefined;
437
+ internal?: boolean | undefined;
438
+ description?: string | undefined;
439
+ style: {
440
+ position?: string | undefined;
441
+ top?: string | undefined;
442
+ left?: string | undefined;
443
+ right?: string | undefined;
444
+ bottom?: string | undefined;
445
+ width?: string | undefined;
446
+ height?: string | undefined;
447
+ maxHeight?: string | undefined;
448
+ backgroundColor?: string | undefined;
449
+ marginAll?: string | undefined;
450
+ marginTop?: string | undefined;
451
+ marginRight?: string | undefined;
452
+ marginBottom?: string | undefined;
453
+ marginLeft?: string | undefined;
454
+ paddingAll?: string | undefined;
455
+ paddingTop?: string | undefined;
456
+ paddingRight?: string | undefined;
457
+ paddingBottom?: string | undefined;
458
+ paddingLeft?: string | undefined;
459
+ labelFont?: {
460
+ fontSize: string;
461
+ bold: boolean;
462
+ italic: boolean;
463
+ textDecoration: import('@gct-paas/core').TextDecoration;
464
+ color: string;
465
+ align: "left" | "right" | "justify";
466
+ } | undefined;
467
+ contentFont?: {
468
+ fontSize: string;
469
+ bold: boolean;
470
+ italic: boolean;
471
+ textDecoration: import('@gct-paas/core').TextDecoration;
472
+ color: string;
473
+ align: "left" | "right" | "justify";
474
+ } | undefined;
475
+ tagStyle?: {
476
+ color?: string | undefined;
477
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
478
+ } | undefined;
479
+ tagStyleOpen?: boolean | undefined;
480
+ borderAll?: {
481
+ borderWidth?: string | undefined;
482
+ borderStyle?: string | undefined;
483
+ borderColor?: string | undefined;
484
+ } | undefined;
485
+ borderLeft?: {
486
+ borderWidth?: string | undefined;
487
+ borderStyle?: string | undefined;
488
+ borderColor?: string | undefined;
489
+ } | undefined;
490
+ borderRight?: {
491
+ borderWidth?: string | undefined;
492
+ borderStyle?: string | undefined;
493
+ borderColor?: string | undefined;
494
+ } | undefined;
495
+ borderBottom?: {
496
+ borderWidth?: string | undefined;
497
+ borderStyle?: string | undefined;
498
+ borderColor?: string | undefined;
499
+ } | undefined;
500
+ borderTop?: {
501
+ borderWidth?: string | undefined;
502
+ borderStyle?: string | undefined;
503
+ borderColor?: string | undefined;
504
+ } | undefined;
505
+ borderTopRightRadius?: string | undefined;
506
+ borderTopLeftRadius?: string | undefined;
507
+ borderBottomRightRadius?: string | undefined;
508
+ borderBottomLeftRadius?: string | undefined;
509
+ borderAllRadius?: string | undefined;
510
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
511
+ columnwidth?: number | undefined;
512
+ columnFontStyleByRule?: {
513
+ displayRule: string;
514
+ contentFont: {
515
+ fontSize: string;
516
+ bold: boolean;
517
+ italic: boolean;
518
+ textDecoration: import('@gct-paas/core').TextDecoration;
519
+ color: string;
520
+ align: "left" | "right" | "justify";
521
+ };
522
+ tagStyle: {
523
+ color?: string | undefined;
524
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
525
+ };
526
+ progressStyle: {
527
+ color: string;
528
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
529
+ };
530
+ tagType: import('@gct-paas/core').tagEnum;
531
+ tagStyleOpen: boolean;
532
+ }[] | undefined;
533
+ columnBackgroundByRule?: {
534
+ displayRule: string;
535
+ backgroundColor?: string | undefined;
536
+ }[] | undefined;
537
+ tableheight?: number | undefined;
538
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
539
+ enableHeaderBGColor?: boolean | undefined;
540
+ };
541
+ props: {
542
+ [x: string]: any;
543
+ hidden: boolean;
544
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
545
+ displayRule?: string | undefined;
546
+ modeldata?: {
547
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
548
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
549
+ subModel?: 0 | 1 | undefined;
550
+ supportProcess?: 0 | 1 | undefined;
551
+ } | undefined;
552
+ componentDependency: {
553
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
554
+ configDependency: {
555
+ hidden: {
556
+ expression?: string | undefined;
557
+ value?: boolean | undefined;
558
+ };
559
+ readonly: {
560
+ expression?: string | undefined;
561
+ value?: boolean | undefined;
562
+ fieldValue?: boolean | undefined;
563
+ };
564
+ disabled: {
565
+ expression?: string | undefined;
566
+ value?: boolean | undefined;
567
+ };
568
+ required: {
569
+ expression?: string | undefined;
570
+ value?: boolean | undefined;
571
+ fieldValue?: boolean | undefined;
572
+ };
573
+ assignment: {
574
+ expression?: string | undefined;
575
+ strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
576
+ value?: boolean | undefined;
577
+ };
578
+ };
579
+ };
580
+ deviceConnectivity: boolean;
581
+ };
582
+ events: import('@gct-paas/schema').IBasicEvents;
583
+ formItem?: boolean | undefined;
584
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
585
+ displayName?: string | undefined;
586
+ i18n?: Record<string, string> | undefined;
587
+ isField?: boolean | undefined;
588
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
589
+ preLocation?: string | undefined;
590
+ ignoringStyle?: string[] | undefined;
591
+ isReadonlyWidget?: boolean | undefined;
592
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
593
+ dropPlaceholder?: string | undefined;
594
+ _plugin?: {
595
+ key: string;
596
+ version: string;
597
+ url: string;
598
+ } | undefined;
599
+ }[];
600
+ }, ({
601
+ id: string;
602
+ type: import("@gct-paas/core").BuiltinType.BottomButtonContainer;
603
+ children: {
604
+ id: string;
605
+ platform: Platform;
606
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
607
+ alias: string;
608
+ name: string;
609
+ compName?: string | undefined;
610
+ compKey?: string | undefined;
611
+ type: string | import('@gct-paas/core').FormComponents;
612
+ icon: string;
613
+ children?: any[] | undefined;
614
+ internal?: boolean | undefined;
615
+ description?: string | undefined;
616
+ style: {
617
+ position?: string | undefined;
618
+ top?: string | undefined;
619
+ left?: string | undefined;
620
+ right?: string | undefined;
621
+ bottom?: string | undefined;
622
+ width?: string | undefined;
623
+ height?: string | undefined;
624
+ maxHeight?: string | undefined;
625
+ backgroundColor?: string | undefined;
626
+ marginAll?: string | undefined;
627
+ marginTop?: string | undefined;
628
+ marginRight?: string | undefined;
629
+ marginBottom?: string | undefined;
630
+ marginLeft?: string | undefined;
631
+ paddingAll?: string | undefined;
632
+ paddingTop?: string | undefined;
633
+ paddingRight?: string | undefined;
634
+ paddingBottom?: string | undefined;
635
+ paddingLeft?: string | undefined;
636
+ labelFont?: {
637
+ fontSize: string;
638
+ bold: boolean;
639
+ italic: boolean;
640
+ textDecoration: import('@gct-paas/core').TextDecoration;
641
+ color: string;
642
+ align: "left" | "right" | "justify";
643
+ } | undefined;
644
+ contentFont?: {
645
+ fontSize: string;
646
+ bold: boolean;
647
+ italic: boolean;
648
+ textDecoration: import('@gct-paas/core').TextDecoration;
649
+ color: string;
650
+ align: "left" | "right" | "justify";
651
+ } | undefined;
652
+ tagStyle?: {
653
+ color?: string | undefined;
654
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
655
+ } | undefined;
656
+ tagStyleOpen?: boolean | undefined;
657
+ borderAll?: {
658
+ borderWidth?: string | undefined;
659
+ borderStyle?: string | undefined;
660
+ borderColor?: string | undefined;
661
+ } | undefined;
662
+ borderLeft?: {
663
+ borderWidth?: string | undefined;
664
+ borderStyle?: string | undefined;
665
+ borderColor?: string | undefined;
666
+ } | undefined;
667
+ borderRight?: {
668
+ borderWidth?: string | undefined;
669
+ borderStyle?: string | undefined;
670
+ borderColor?: string | undefined;
671
+ } | undefined;
672
+ borderBottom?: {
673
+ borderWidth?: string | undefined;
674
+ borderStyle?: string | undefined;
675
+ borderColor?: string | undefined;
676
+ } | undefined;
677
+ borderTop?: {
678
+ borderWidth?: string | undefined;
679
+ borderStyle?: string | undefined;
680
+ borderColor?: string | undefined;
681
+ } | undefined;
682
+ borderTopRightRadius?: string | undefined;
683
+ borderTopLeftRadius?: string | undefined;
684
+ borderBottomRightRadius?: string | undefined;
685
+ borderBottomLeftRadius?: string | undefined;
686
+ borderAllRadius?: string | undefined;
687
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
688
+ columnwidth?: number | undefined;
689
+ columnFontStyleByRule?: {
690
+ displayRule: string;
691
+ contentFont: {
692
+ fontSize: string;
693
+ bold: boolean;
694
+ italic: boolean;
695
+ textDecoration: import('@gct-paas/core').TextDecoration;
696
+ color: string;
697
+ align: "left" | "right" | "justify";
698
+ };
699
+ tagStyle: {
700
+ color?: string | undefined;
701
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
702
+ };
703
+ progressStyle: {
704
+ color: string;
705
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
706
+ };
707
+ tagType: import('@gct-paas/core').tagEnum;
708
+ tagStyleOpen: boolean;
709
+ }[] | undefined;
710
+ columnBackgroundByRule?: {
711
+ displayRule: string;
712
+ backgroundColor?: string | undefined;
713
+ }[] | undefined;
714
+ tableheight?: number | undefined;
715
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
716
+ enableHeaderBGColor?: boolean | undefined;
717
+ };
718
+ props: {
719
+ [x: string]: any;
720
+ hidden: boolean;
721
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
722
+ displayRule?: string | undefined;
723
+ modeldata?: {
724
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
725
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
726
+ subModel?: 0 | 1 | undefined;
727
+ supportProcess?: 0 | 1 | undefined;
728
+ } | undefined;
729
+ componentDependency: {
730
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
731
+ configDependency: {
732
+ hidden: {
733
+ expression?: string | undefined;
734
+ value?: boolean | undefined;
735
+ };
736
+ readonly: {
737
+ expression?: string | undefined;
738
+ value?: boolean | undefined;
739
+ fieldValue?: boolean | undefined;
740
+ };
741
+ disabled: {
742
+ expression?: string | undefined;
743
+ value?: boolean | undefined;
744
+ };
745
+ required: {
746
+ expression?: string | undefined;
747
+ value?: boolean | undefined;
748
+ fieldValue?: boolean | undefined;
749
+ };
750
+ assignment: {
751
+ expression?: string | undefined;
752
+ strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
753
+ value?: boolean | undefined;
754
+ };
755
+ };
756
+ };
757
+ deviceConnectivity: boolean;
758
+ };
759
+ events: import('@gct-paas/schema').IBasicEvents;
760
+ formItem?: boolean | undefined;
761
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
762
+ displayName?: string | undefined;
763
+ i18n?: Record<string, string> | undefined;
764
+ isField?: boolean | undefined;
765
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
766
+ preLocation?: string | undefined;
767
+ ignoringStyle?: string[] | undefined;
768
+ isReadonlyWidget?: boolean | undefined;
769
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
770
+ dropPlaceholder?: string | undefined;
771
+ _plugin?: {
772
+ key: string;
773
+ version: string;
774
+ url: string;
775
+ } | undefined;
776
+ }[];
777
+ } | undefined)?];
778
+ props: {
779
+ [x: string]: any;
780
+ modalTitle?: string | undefined;
781
+ unitType: "px" | "%";
782
+ modalWidth: number;
783
+ mUnitType: "%";
784
+ mModalWidth: number;
785
+ isSubTableModal?: boolean | undefined;
786
+ bindSubTableId?: string | undefined;
787
+ createModalTitle?: string | undefined;
788
+ editModalTitle?: string | undefined;
789
+ };
790
+ events: LowCodeWidget.BasicEvents;
791
+ i18n?: Record<string, string> | undefined;
792
+ style: {
793
+ position?: string | undefined;
794
+ top?: string | undefined;
795
+ left?: string | undefined;
796
+ right?: string | undefined;
797
+ bottom?: string | undefined;
798
+ width?: string | undefined;
799
+ height?: string | undefined;
800
+ maxHeight?: string | undefined;
801
+ backgroundColor?: string | undefined;
802
+ marginAll?: string | undefined;
803
+ marginTop?: string | undefined;
804
+ marginRight?: string | undefined;
805
+ marginBottom?: string | undefined;
806
+ marginLeft?: string | undefined;
807
+ paddingAll?: string | undefined;
808
+ paddingTop?: string | undefined;
809
+ paddingRight?: string | undefined;
810
+ paddingBottom?: string | undefined;
811
+ paddingLeft?: string | undefined;
812
+ labelFont?: {
813
+ fontSize: string;
814
+ bold: boolean;
815
+ italic: boolean;
816
+ textDecoration: import('@gct-paas/core').TextDecoration;
817
+ color: string;
818
+ align: "left" | "right" | "justify";
819
+ } | undefined;
820
+ contentFont?: {
821
+ fontSize: string;
822
+ bold: boolean;
823
+ italic: boolean;
824
+ textDecoration: import('@gct-paas/core').TextDecoration;
825
+ color: string;
826
+ align: "left" | "right" | "justify";
827
+ } | undefined;
828
+ tagStyle?: {
829
+ color?: string | undefined;
830
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
831
+ } | undefined;
832
+ tagStyleOpen?: boolean | undefined;
833
+ borderAll?: {
834
+ borderWidth?: string | undefined;
835
+ borderStyle?: string | undefined;
836
+ borderColor?: string | undefined;
837
+ } | undefined;
838
+ borderLeft?: {
839
+ borderWidth?: string | undefined;
840
+ borderStyle?: string | undefined;
841
+ borderColor?: string | undefined;
842
+ } | undefined;
843
+ borderRight?: {
844
+ borderWidth?: string | undefined;
845
+ borderStyle?: string | undefined;
846
+ borderColor?: string | undefined;
847
+ } | undefined;
848
+ borderBottom?: {
849
+ borderWidth?: string | undefined;
850
+ borderStyle?: string | undefined;
851
+ borderColor?: string | undefined;
852
+ } | undefined;
853
+ borderTop?: {
854
+ borderWidth?: string | undefined;
855
+ borderStyle?: string | undefined;
856
+ borderColor?: string | undefined;
857
+ } | undefined;
858
+ borderTopRightRadius?: string | undefined;
859
+ borderTopLeftRadius?: string | undefined;
860
+ borderBottomRightRadius?: string | undefined;
861
+ borderBottomLeftRadius?: string | undefined;
862
+ borderAllRadius?: string | undefined;
863
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
864
+ columnwidth?: number | undefined;
865
+ columnFontStyleByRule?: {
866
+ displayRule: string;
867
+ contentFont: {
868
+ fontSize: string;
869
+ bold: boolean;
870
+ italic: boolean;
871
+ textDecoration: import('@gct-paas/core').TextDecoration;
872
+ color: string;
873
+ align: "left" | "right" | "justify";
874
+ };
875
+ tagStyle: {
876
+ color?: string | undefined;
877
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
878
+ };
879
+ progressStyle: {
880
+ color: string;
881
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
882
+ };
883
+ tagType: import('@gct-paas/core').tagEnum;
884
+ tagStyleOpen: boolean;
885
+ }[] | undefined;
886
+ columnBackgroundByRule?: {
887
+ displayRule: string;
888
+ backgroundColor?: string | undefined;
889
+ }[] | undefined;
890
+ tableheight?: number | undefined;
891
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
892
+ enableHeaderBGColor?: boolean | undefined;
893
+ };
894
+ runJs?: string | undefined;
895
+ los?: Record<string, IData> | undefined;
896
+ icon: string;
897
+ isField: boolean;
898
+ }[];
899
+ timestamp?: number | undefined;
900
+ newDesigner?: boolean | undefined;
901
+ globalEvents: {
902
+ pageMounted?: string | undefined;
903
+ pageDestroyed?: string | undefined;
904
+ };
905
+ permissions: Record<string, string | null>;
906
+ style: {
907
+ position?: string | undefined;
908
+ top?: string | undefined;
909
+ left?: string | undefined;
910
+ right?: string | undefined;
911
+ bottom?: string | undefined;
912
+ width?: string | undefined;
913
+ height?: string | undefined;
914
+ maxHeight?: string | undefined;
915
+ backgroundColor?: string | undefined;
916
+ marginAll?: string | undefined;
917
+ marginTop?: string | undefined;
918
+ marginRight?: string | undefined;
919
+ marginBottom?: string | undefined;
920
+ marginLeft?: string | undefined;
921
+ paddingAll?: string | undefined;
922
+ paddingTop?: string | undefined;
923
+ paddingRight?: string | undefined;
924
+ paddingBottom?: string | undefined;
925
+ paddingLeft?: string | undefined;
926
+ labelFont?: {
927
+ fontSize: string;
928
+ bold: boolean;
929
+ italic: boolean;
930
+ textDecoration: import('@gct-paas/core').TextDecoration;
931
+ color: string;
932
+ align: "left" | "right" | "justify";
933
+ } | undefined;
934
+ contentFont?: {
935
+ fontSize: string;
936
+ bold: boolean;
937
+ italic: boolean;
938
+ textDecoration: import('@gct-paas/core').TextDecoration;
939
+ color: string;
940
+ align: "left" | "right" | "justify";
941
+ } | undefined;
942
+ tagStyle?: {
943
+ color?: string | undefined;
944
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
945
+ } | undefined;
946
+ tagStyleOpen?: boolean | undefined;
947
+ borderAll?: {
948
+ borderWidth?: string | undefined;
949
+ borderStyle?: string | undefined;
950
+ borderColor?: string | undefined;
951
+ } | undefined;
952
+ borderLeft?: {
953
+ borderWidth?: string | undefined;
954
+ borderStyle?: string | undefined;
955
+ borderColor?: string | undefined;
956
+ } | undefined;
957
+ borderRight?: {
958
+ borderWidth?: string | undefined;
959
+ borderStyle?: string | undefined;
960
+ borderColor?: string | undefined;
961
+ } | undefined;
962
+ borderBottom?: {
963
+ borderWidth?: string | undefined;
964
+ borderStyle?: string | undefined;
965
+ borderColor?: string | undefined;
966
+ } | undefined;
967
+ borderTop?: {
968
+ borderWidth?: string | undefined;
969
+ borderStyle?: string | undefined;
970
+ borderColor?: string | undefined;
971
+ } | undefined;
972
+ borderTopRightRadius?: string | undefined;
973
+ borderTopLeftRadius?: string | undefined;
974
+ borderBottomRightRadius?: string | undefined;
975
+ borderBottomLeftRadius?: string | undefined;
976
+ borderAllRadius?: string | undefined;
977
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
978
+ columnwidth?: number | undefined;
979
+ columnFontStyleByRule?: {
980
+ displayRule: string;
981
+ contentFont: {
982
+ fontSize: string;
983
+ bold: boolean;
984
+ italic: boolean;
985
+ textDecoration: import('@gct-paas/core').TextDecoration;
986
+ color: string;
987
+ align: "left" | "right" | "justify";
988
+ };
989
+ tagStyle: {
990
+ color?: string | undefined;
991
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
992
+ };
993
+ progressStyle: {
994
+ color: string;
995
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
996
+ };
997
+ tagType: import('@gct-paas/core').tagEnum;
998
+ tagStyleOpen: boolean;
999
+ }[] | undefined;
1000
+ columnBackgroundByRule?: {
1001
+ displayRule: string;
1002
+ backgroundColor?: string | undefined;
1003
+ }[] | undefined;
1004
+ tableheight?: number | undefined;
1005
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1006
+ enableHeaderBGColor?: boolean | undefined;
1007
+ };
1008
+ pageConfig: {
1009
+ title?: string | undefined;
1010
+ i18n?: {
1011
+ key?: string | undefined;
1012
+ title?: string | undefined;
1013
+ } | undefined;
1014
+ hasFooter?: boolean | undefined;
1015
+ };
1016
+ pageVars: {
1017
+ id: string;
1018
+ key: string;
1019
+ type?: string | undefined;
1020
+ varInfo: {
1021
+ key: string;
1022
+ type: import('@gct-paas/core').GLOBAL_VAR_TYPE;
1023
+ defaultValue?: string | undefined;
1024
+ description: string;
1025
+ };
1026
+ }[];
1027
+ pageLayoutMode?: pageLayoutModeEnum | undefined;
1028
+ plugins: {
1029
+ key: string;
1030
+ version: string;
1031
+ url: string;
1032
+ }[];
1033
+ };
1034
+ /** 页面数据快照,用于脏检查对比 */
1035
+ export declare const pageJsonSnapshot: import('vue').Ref<string, string>;
1036
+ /** 界面数据是否修改过,通过对比快照和当前数据判断 */
1037
+ export declare const isModified: () => boolean;
1038
+ /** 是否为新版设计器 */
1039
+ export declare const isNewDesigner: import('vue').WritableComputedRef<boolean | undefined, boolean | undefined>;
1040
+ /** 是否在设计弹框标识 */
1041
+ export declare const modalDesignState: import('vue').Ref<boolean, boolean>;
1042
+ /** 设计弹框ID */
1043
+ export declare const modalDesignId: import('vue').Ref<string, string>;
1044
+ /** 子表弹框标识 */
1045
+ export declare const subTableModalState: import('vue').Ref<boolean, boolean>;
1046
+ /** 子表弹框ID */
1047
+ export declare const subTableModalId: import('vue').Ref<string, string>;
1048
+ /** 当前弹框的info */
1049
+ export declare const modalInfo: import('vue').Ref<{
1050
+ id: string;
1051
+ alias: string;
1052
+ name: string;
1053
+ platform: Platform;
1054
+ modalName: string;
1055
+ compName?: string | undefined;
1056
+ compKey?: string | undefined;
1057
+ type: import("@gct-paas/core").BuiltinType.MODAL;
1058
+ js: string;
1059
+ css: string;
1060
+ children: [{
1061
+ id: string;
1062
+ type: import("@gct-paas/core").BuiltinType.MODAL_BODY;
1063
+ children: {
1064
+ id: string;
1065
+ platform: Platform;
1066
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
1067
+ alias: string;
1068
+ name: string;
1069
+ compName?: string | undefined;
1070
+ compKey?: string | undefined;
1071
+ type: string | import('@gct-paas/core').FormComponents;
1072
+ icon: string;
1073
+ children?: any[] | undefined;
1074
+ internal?: boolean | undefined;
1075
+ description?: string | undefined;
1076
+ style: {
1077
+ position?: string | undefined;
1078
+ top?: string | undefined;
1079
+ left?: string | undefined;
1080
+ right?: string | undefined;
1081
+ bottom?: string | undefined;
1082
+ width?: string | undefined;
1083
+ height?: string | undefined;
1084
+ maxHeight?: string | undefined;
1085
+ backgroundColor?: string | undefined;
1086
+ marginAll?: string | undefined;
1087
+ marginTop?: string | undefined;
1088
+ marginRight?: string | undefined;
1089
+ marginBottom?: string | undefined;
1090
+ marginLeft?: string | undefined;
1091
+ paddingAll?: string | undefined;
1092
+ paddingTop?: string | undefined;
1093
+ paddingRight?: string | undefined;
1094
+ paddingBottom?: string | undefined;
1095
+ paddingLeft?: string | undefined;
1096
+ labelFont?: {
1097
+ fontSize: string;
1098
+ bold: boolean;
1099
+ italic: boolean;
1100
+ textDecoration: import('@gct-paas/core').TextDecoration;
1101
+ color: string;
1102
+ align: "left" | "right" | "justify";
1103
+ } | undefined;
1104
+ contentFont?: {
1105
+ fontSize: string;
1106
+ bold: boolean;
1107
+ italic: boolean;
1108
+ textDecoration: import('@gct-paas/core').TextDecoration;
1109
+ color: string;
1110
+ align: "left" | "right" | "justify";
1111
+ } | undefined;
1112
+ tagStyle?: {
1113
+ color?: string | undefined;
1114
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1115
+ } | undefined;
1116
+ tagStyleOpen?: boolean | undefined;
1117
+ borderAll?: {
1118
+ borderWidth?: string | undefined;
1119
+ borderStyle?: string | undefined;
1120
+ borderColor?: string | undefined;
1121
+ } | undefined;
1122
+ borderLeft?: {
1123
+ borderWidth?: string | undefined;
1124
+ borderStyle?: string | undefined;
1125
+ borderColor?: string | undefined;
1126
+ } | undefined;
1127
+ borderRight?: {
1128
+ borderWidth?: string | undefined;
1129
+ borderStyle?: string | undefined;
1130
+ borderColor?: string | undefined;
1131
+ } | undefined;
1132
+ borderBottom?: {
1133
+ borderWidth?: string | undefined;
1134
+ borderStyle?: string | undefined;
1135
+ borderColor?: string | undefined;
1136
+ } | undefined;
1137
+ borderTop?: {
1138
+ borderWidth?: string | undefined;
1139
+ borderStyle?: string | undefined;
1140
+ borderColor?: string | undefined;
1141
+ } | undefined;
1142
+ borderTopRightRadius?: string | undefined;
1143
+ borderTopLeftRadius?: string | undefined;
1144
+ borderBottomRightRadius?: string | undefined;
1145
+ borderBottomLeftRadius?: string | undefined;
1146
+ borderAllRadius?: string | undefined;
1147
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1148
+ columnwidth?: number | undefined;
1149
+ columnFontStyleByRule?: {
1150
+ displayRule: string;
1151
+ contentFont: {
1152
+ fontSize: string;
1153
+ bold: boolean;
1154
+ italic: boolean;
1155
+ textDecoration: import('@gct-paas/core').TextDecoration;
1156
+ color: string;
1157
+ align: "left" | "right" | "justify";
1158
+ };
1159
+ tagStyle: {
1160
+ color?: string | undefined;
1161
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1162
+ };
1163
+ progressStyle: {
1164
+ color: string;
1165
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
1166
+ };
1167
+ tagType: import('@gct-paas/core').tagEnum;
1168
+ tagStyleOpen: boolean;
1169
+ }[] | undefined;
1170
+ columnBackgroundByRule?: {
1171
+ displayRule: string;
1172
+ backgroundColor?: string | undefined;
1173
+ }[] | undefined;
1174
+ tableheight?: number | undefined;
1175
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1176
+ enableHeaderBGColor?: boolean | undefined;
1177
+ };
1178
+ props: {
1179
+ [x: string]: any;
1180
+ hidden: boolean;
1181
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
1182
+ displayRule?: string | undefined;
1183
+ modeldata?: {
1184
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
1185
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
1186
+ subModel?: 0 | 1 | undefined;
1187
+ supportProcess?: 0 | 1 | undefined;
1188
+ } | undefined;
1189
+ componentDependency: {
1190
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
1191
+ configDependency: {
1192
+ hidden: {
1193
+ expression?: string | undefined;
1194
+ value?: boolean | undefined;
1195
+ };
1196
+ readonly: {
1197
+ expression?: string | undefined;
1198
+ value?: boolean | undefined;
1199
+ fieldValue?: boolean | undefined;
1200
+ };
1201
+ disabled: {
1202
+ expression?: string | undefined;
1203
+ value?: boolean | undefined;
1204
+ };
1205
+ required: {
1206
+ expression?: string | undefined;
1207
+ value?: boolean | undefined;
1208
+ fieldValue?: boolean | undefined;
1209
+ };
1210
+ assignment: {
1211
+ expression?: string | undefined;
1212
+ strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
1213
+ value?: boolean | undefined;
1214
+ };
1215
+ };
1216
+ };
1217
+ deviceConnectivity: boolean;
1218
+ };
1219
+ events: import('@gct-paas/schema').IBasicEvents;
1220
+ formItem?: boolean | undefined;
1221
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
1222
+ displayName?: string | undefined;
1223
+ i18n?: Record<string, string> | undefined;
1224
+ isField?: boolean | undefined;
1225
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
1226
+ preLocation?: string | undefined;
1227
+ ignoringStyle?: string[] | undefined;
1228
+ isReadonlyWidget?: boolean | undefined;
1229
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
1230
+ dropPlaceholder?: string | undefined;
1231
+ _plugin?: {
1232
+ key: string;
1233
+ version: string;
1234
+ url: string;
1235
+ } | undefined;
1236
+ }[];
1237
+ }, {
1238
+ id: string;
1239
+ type: import("@gct-paas/core").BuiltinType.MODAL_FOOTER;
1240
+ children: {
1241
+ id: string;
1242
+ platform: Platform;
1243
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
1244
+ alias: string;
1245
+ name: string;
1246
+ compName?: string | undefined;
1247
+ compKey?: string | undefined;
1248
+ type: string | import('@gct-paas/core').FormComponents;
1249
+ icon: string;
1250
+ children?: any[] | undefined;
1251
+ internal?: boolean | undefined;
1252
+ description?: string | undefined;
1253
+ style: {
1254
+ position?: string | undefined;
1255
+ top?: string | undefined;
1256
+ left?: string | undefined;
1257
+ right?: string | undefined;
1258
+ bottom?: string | undefined;
1259
+ width?: string | undefined;
1260
+ height?: string | undefined;
1261
+ maxHeight?: string | undefined;
1262
+ backgroundColor?: string | undefined;
1263
+ marginAll?: string | undefined;
1264
+ marginTop?: string | undefined;
1265
+ marginRight?: string | undefined;
1266
+ marginBottom?: string | undefined;
1267
+ marginLeft?: string | undefined;
1268
+ paddingAll?: string | undefined;
1269
+ paddingTop?: string | undefined;
1270
+ paddingRight?: string | undefined;
1271
+ paddingBottom?: string | undefined;
1272
+ paddingLeft?: string | undefined;
1273
+ labelFont?: {
1274
+ fontSize: string;
1275
+ bold: boolean;
1276
+ italic: boolean;
1277
+ textDecoration: import('@gct-paas/core').TextDecoration;
1278
+ color: string;
1279
+ align: "left" | "right" | "justify";
1280
+ } | undefined;
1281
+ contentFont?: {
1282
+ fontSize: string;
1283
+ bold: boolean;
1284
+ italic: boolean;
1285
+ textDecoration: import('@gct-paas/core').TextDecoration;
1286
+ color: string;
1287
+ align: "left" | "right" | "justify";
1288
+ } | undefined;
1289
+ tagStyle?: {
1290
+ color?: string | undefined;
1291
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1292
+ } | undefined;
1293
+ tagStyleOpen?: boolean | undefined;
1294
+ borderAll?: {
1295
+ borderWidth?: string | undefined;
1296
+ borderStyle?: string | undefined;
1297
+ borderColor?: string | undefined;
1298
+ } | undefined;
1299
+ borderLeft?: {
1300
+ borderWidth?: string | undefined;
1301
+ borderStyle?: string | undefined;
1302
+ borderColor?: string | undefined;
1303
+ } | undefined;
1304
+ borderRight?: {
1305
+ borderWidth?: string | undefined;
1306
+ borderStyle?: string | undefined;
1307
+ borderColor?: string | undefined;
1308
+ } | undefined;
1309
+ borderBottom?: {
1310
+ borderWidth?: string | undefined;
1311
+ borderStyle?: string | undefined;
1312
+ borderColor?: string | undefined;
1313
+ } | undefined;
1314
+ borderTop?: {
1315
+ borderWidth?: string | undefined;
1316
+ borderStyle?: string | undefined;
1317
+ borderColor?: string | undefined;
1318
+ } | undefined;
1319
+ borderTopRightRadius?: string | undefined;
1320
+ borderTopLeftRadius?: string | undefined;
1321
+ borderBottomRightRadius?: string | undefined;
1322
+ borderBottomLeftRadius?: string | undefined;
1323
+ borderAllRadius?: string | undefined;
1324
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1325
+ columnwidth?: number | undefined;
1326
+ columnFontStyleByRule?: {
1327
+ displayRule: string;
1328
+ contentFont: {
1329
+ fontSize: string;
1330
+ bold: boolean;
1331
+ italic: boolean;
1332
+ textDecoration: import('@gct-paas/core').TextDecoration;
1333
+ color: string;
1334
+ align: "left" | "right" | "justify";
1335
+ };
1336
+ tagStyle: {
1337
+ color?: string | undefined;
1338
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1339
+ };
1340
+ progressStyle: {
1341
+ color: string;
1342
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
1343
+ };
1344
+ tagType: import('@gct-paas/core').tagEnum;
1345
+ tagStyleOpen: boolean;
1346
+ }[] | undefined;
1347
+ columnBackgroundByRule?: {
1348
+ displayRule: string;
1349
+ backgroundColor?: string | undefined;
1350
+ }[] | undefined;
1351
+ tableheight?: number | undefined;
1352
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1353
+ enableHeaderBGColor?: boolean | undefined;
1354
+ };
1355
+ props: {
1356
+ [x: string]: any;
1357
+ hidden: boolean;
1358
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
1359
+ displayRule?: string | undefined;
1360
+ modeldata?: {
1361
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
1362
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
1363
+ subModel?: 0 | 1 | undefined;
1364
+ supportProcess?: 0 | 1 | undefined;
1365
+ } | undefined;
1366
+ componentDependency: {
1367
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
1368
+ configDependency: {
1369
+ hidden: {
1370
+ expression?: string | undefined;
1371
+ value?: boolean | undefined;
1372
+ };
1373
+ readonly: {
1374
+ expression?: string | undefined;
1375
+ value?: boolean | undefined;
1376
+ fieldValue?: boolean | undefined;
1377
+ };
1378
+ disabled: {
1379
+ expression?: string | undefined;
1380
+ value?: boolean | undefined;
1381
+ };
1382
+ required: {
1383
+ expression?: string | undefined;
1384
+ value?: boolean | undefined;
1385
+ fieldValue?: boolean | undefined;
1386
+ };
1387
+ assignment: {
1388
+ expression?: string | undefined;
1389
+ strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
1390
+ value?: boolean | undefined;
1391
+ };
1392
+ };
1393
+ };
1394
+ deviceConnectivity: boolean;
1395
+ };
1396
+ events: import('@gct-paas/schema').IBasicEvents;
1397
+ formItem?: boolean | undefined;
1398
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
1399
+ displayName?: string | undefined;
1400
+ i18n?: Record<string, string> | undefined;
1401
+ isField?: boolean | undefined;
1402
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
1403
+ preLocation?: string | undefined;
1404
+ ignoringStyle?: string[] | undefined;
1405
+ isReadonlyWidget?: boolean | undefined;
1406
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
1407
+ dropPlaceholder?: string | undefined;
1408
+ _plugin?: {
1409
+ key: string;
1410
+ version: string;
1411
+ url: string;
1412
+ } | undefined;
1413
+ }[];
1414
+ }, ({
1415
+ id: string;
1416
+ type: import("@gct-paas/core").BuiltinType.BottomButtonContainer;
1417
+ children: {
1418
+ id: string;
1419
+ platform: Platform;
1420
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
1421
+ alias: string;
1422
+ name: string;
1423
+ compName?: string | undefined;
1424
+ compKey?: string | undefined;
1425
+ type: string | import('@gct-paas/core').FormComponents;
1426
+ icon: string;
1427
+ children?: any[] | undefined;
1428
+ internal?: boolean | undefined;
1429
+ description?: string | undefined;
1430
+ style: {
1431
+ position?: string | undefined;
1432
+ top?: string | undefined;
1433
+ left?: string | undefined;
1434
+ right?: string | undefined;
1435
+ bottom?: string | undefined;
1436
+ width?: string | undefined;
1437
+ height?: string | undefined;
1438
+ maxHeight?: string | undefined;
1439
+ backgroundColor?: string | undefined;
1440
+ marginAll?: string | undefined;
1441
+ marginTop?: string | undefined;
1442
+ marginRight?: string | undefined;
1443
+ marginBottom?: string | undefined;
1444
+ marginLeft?: string | undefined;
1445
+ paddingAll?: string | undefined;
1446
+ paddingTop?: string | undefined;
1447
+ paddingRight?: string | undefined;
1448
+ paddingBottom?: string | undefined;
1449
+ paddingLeft?: string | undefined;
1450
+ labelFont?: {
1451
+ fontSize: string;
1452
+ bold: boolean;
1453
+ italic: boolean;
1454
+ textDecoration: import('@gct-paas/core').TextDecoration;
1455
+ color: string;
1456
+ align: "left" | "right" | "justify";
1457
+ } | undefined;
1458
+ contentFont?: {
1459
+ fontSize: string;
1460
+ bold: boolean;
1461
+ italic: boolean;
1462
+ textDecoration: import('@gct-paas/core').TextDecoration;
1463
+ color: string;
1464
+ align: "left" | "right" | "justify";
1465
+ } | undefined;
1466
+ tagStyle?: {
1467
+ color?: string | undefined;
1468
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1469
+ } | undefined;
1470
+ tagStyleOpen?: boolean | undefined;
1471
+ borderAll?: {
1472
+ borderWidth?: string | undefined;
1473
+ borderStyle?: string | undefined;
1474
+ borderColor?: string | undefined;
1475
+ } | undefined;
1476
+ borderLeft?: {
1477
+ borderWidth?: string | undefined;
1478
+ borderStyle?: string | undefined;
1479
+ borderColor?: string | undefined;
1480
+ } | undefined;
1481
+ borderRight?: {
1482
+ borderWidth?: string | undefined;
1483
+ borderStyle?: string | undefined;
1484
+ borderColor?: string | undefined;
1485
+ } | undefined;
1486
+ borderBottom?: {
1487
+ borderWidth?: string | undefined;
1488
+ borderStyle?: string | undefined;
1489
+ borderColor?: string | undefined;
1490
+ } | undefined;
1491
+ borderTop?: {
1492
+ borderWidth?: string | undefined;
1493
+ borderStyle?: string | undefined;
1494
+ borderColor?: string | undefined;
1495
+ } | undefined;
1496
+ borderTopRightRadius?: string | undefined;
1497
+ borderTopLeftRadius?: string | undefined;
1498
+ borderBottomRightRadius?: string | undefined;
1499
+ borderBottomLeftRadius?: string | undefined;
1500
+ borderAllRadius?: string | undefined;
1501
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1502
+ columnwidth?: number | undefined;
1503
+ columnFontStyleByRule?: {
1504
+ displayRule: string;
1505
+ contentFont: {
1506
+ fontSize: string;
1507
+ bold: boolean;
1508
+ italic: boolean;
1509
+ textDecoration: import('@gct-paas/core').TextDecoration;
1510
+ color: string;
1511
+ align: "left" | "right" | "justify";
1512
+ };
1513
+ tagStyle: {
1514
+ color?: string | undefined;
1515
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1516
+ };
1517
+ progressStyle: {
1518
+ color: string;
1519
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
1520
+ };
1521
+ tagType: import('@gct-paas/core').tagEnum;
1522
+ tagStyleOpen: boolean;
1523
+ }[] | undefined;
1524
+ columnBackgroundByRule?: {
1525
+ displayRule: string;
1526
+ backgroundColor?: string | undefined;
1527
+ }[] | undefined;
1528
+ tableheight?: number | undefined;
1529
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1530
+ enableHeaderBGColor?: boolean | undefined;
1531
+ };
1532
+ props: {
1533
+ [x: string]: any;
1534
+ hidden: boolean;
1535
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
1536
+ displayRule?: string | undefined;
1537
+ modeldata?: {
1538
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
1539
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
1540
+ subModel?: 0 | 1 | undefined;
1541
+ supportProcess?: 0 | 1 | undefined;
1542
+ } | undefined;
1543
+ componentDependency: {
1544
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
1545
+ configDependency: {
1546
+ hidden: {
1547
+ expression?: string | undefined;
1548
+ value?: boolean | undefined;
1549
+ };
1550
+ readonly: {
1551
+ expression?: string | undefined;
1552
+ value?: boolean | undefined;
1553
+ fieldValue?: boolean | undefined;
1554
+ };
1555
+ disabled: {
1556
+ expression?: string | undefined;
1557
+ value?: boolean | undefined;
1558
+ };
1559
+ required: {
1560
+ expression?: string | undefined;
1561
+ value?: boolean | undefined;
1562
+ fieldValue?: boolean | undefined;
1563
+ };
1564
+ assignment: {
1565
+ expression?: string | undefined;
1566
+ strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
1567
+ value?: boolean | undefined;
1568
+ };
1569
+ };
1570
+ };
1571
+ deviceConnectivity: boolean;
1572
+ };
1573
+ events: import('@gct-paas/schema').IBasicEvents;
1574
+ formItem?: boolean | undefined;
1575
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
1576
+ displayName?: string | undefined;
1577
+ i18n?: Record<string, string> | undefined;
1578
+ isField?: boolean | undefined;
1579
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
1580
+ preLocation?: string | undefined;
1581
+ ignoringStyle?: string[] | undefined;
1582
+ isReadonlyWidget?: boolean | undefined;
1583
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
1584
+ dropPlaceholder?: string | undefined;
1585
+ _plugin?: {
1586
+ key: string;
1587
+ version: string;
1588
+ url: string;
1589
+ } | undefined;
1590
+ }[];
1591
+ } | undefined)?];
1592
+ props: {
1593
+ [x: string]: any;
1594
+ modalTitle?: string | undefined;
1595
+ unitType: "px" | "%";
1596
+ modalWidth: number;
1597
+ mUnitType: "%";
1598
+ mModalWidth: number;
1599
+ isSubTableModal?: boolean | undefined;
1600
+ bindSubTableId?: string | undefined;
1601
+ createModalTitle?: string | undefined;
1602
+ editModalTitle?: string | undefined;
1603
+ };
1604
+ events: LowCodeWidget.BasicEvents;
1605
+ i18n?: Record<string, string> | undefined;
1606
+ style: {
1607
+ position?: string | undefined;
1608
+ top?: string | undefined;
1609
+ left?: string | undefined;
1610
+ right?: string | undefined;
1611
+ bottom?: string | undefined;
1612
+ width?: string | undefined;
1613
+ height?: string | undefined;
1614
+ maxHeight?: string | undefined;
1615
+ backgroundColor?: string | undefined;
1616
+ marginAll?: string | undefined;
1617
+ marginTop?: string | undefined;
1618
+ marginRight?: string | undefined;
1619
+ marginBottom?: string | undefined;
1620
+ marginLeft?: string | undefined;
1621
+ paddingAll?: string | undefined;
1622
+ paddingTop?: string | undefined;
1623
+ paddingRight?: string | undefined;
1624
+ paddingBottom?: string | undefined;
1625
+ paddingLeft?: string | undefined;
1626
+ labelFont?: {
1627
+ fontSize: string;
1628
+ bold: boolean;
1629
+ italic: boolean;
1630
+ textDecoration: import('@gct-paas/core').TextDecoration;
1631
+ color: string;
1632
+ align: "left" | "right" | "justify";
1633
+ } | undefined;
1634
+ contentFont?: {
1635
+ fontSize: string;
1636
+ bold: boolean;
1637
+ italic: boolean;
1638
+ textDecoration: import('@gct-paas/core').TextDecoration;
1639
+ color: string;
1640
+ align: "left" | "right" | "justify";
1641
+ } | undefined;
1642
+ tagStyle?: {
1643
+ color?: string | undefined;
1644
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1645
+ } | undefined;
1646
+ tagStyleOpen?: boolean | undefined;
1647
+ borderAll?: {
1648
+ borderWidth?: string | undefined;
1649
+ borderStyle?: string | undefined;
1650
+ borderColor?: string | undefined;
1651
+ } | undefined;
1652
+ borderLeft?: {
1653
+ borderWidth?: string | undefined;
1654
+ borderStyle?: string | undefined;
1655
+ borderColor?: string | undefined;
1656
+ } | undefined;
1657
+ borderRight?: {
1658
+ borderWidth?: string | undefined;
1659
+ borderStyle?: string | undefined;
1660
+ borderColor?: string | undefined;
1661
+ } | undefined;
1662
+ borderBottom?: {
1663
+ borderWidth?: string | undefined;
1664
+ borderStyle?: string | undefined;
1665
+ borderColor?: string | undefined;
1666
+ } | undefined;
1667
+ borderTop?: {
1668
+ borderWidth?: string | undefined;
1669
+ borderStyle?: string | undefined;
1670
+ borderColor?: string | undefined;
1671
+ } | undefined;
1672
+ borderTopRightRadius?: string | undefined;
1673
+ borderTopLeftRadius?: string | undefined;
1674
+ borderBottomRightRadius?: string | undefined;
1675
+ borderBottomLeftRadius?: string | undefined;
1676
+ borderAllRadius?: string | undefined;
1677
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1678
+ columnwidth?: number | undefined;
1679
+ columnFontStyleByRule?: {
1680
+ displayRule: string;
1681
+ contentFont: {
1682
+ fontSize: string;
1683
+ bold: boolean;
1684
+ italic: boolean;
1685
+ textDecoration: import('@gct-paas/core').TextDecoration;
1686
+ color: string;
1687
+ align: "left" | "right" | "justify";
1688
+ };
1689
+ tagStyle: {
1690
+ color?: string | undefined;
1691
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1692
+ };
1693
+ progressStyle: {
1694
+ color: string;
1695
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
1696
+ };
1697
+ tagType: import('@gct-paas/core').tagEnum;
1698
+ tagStyleOpen: boolean;
1699
+ }[] | undefined;
1700
+ columnBackgroundByRule?: {
1701
+ displayRule: string;
1702
+ backgroundColor?: string | undefined;
1703
+ }[] | undefined;
1704
+ tableheight?: number | undefined;
1705
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1706
+ enableHeaderBGColor?: boolean | undefined;
1707
+ };
1708
+ runJs?: string | undefined;
1709
+ los?: Record<string, IData> | undefined;
1710
+ icon: string;
1711
+ isField: boolean;
1712
+ }, import('node_modules/@gct-paas/schema/es/interface/modal/i-modal').IModal | {
1713
+ id: string;
1714
+ alias: string;
1715
+ name: string;
1716
+ platform: Platform;
1717
+ modalName: string;
1718
+ compName?: string | undefined;
1719
+ compKey?: string | undefined;
1720
+ type: import("@gct-paas/core").BuiltinType.MODAL;
1721
+ js: string;
1722
+ css: string;
1723
+ children: [{
1724
+ id: string;
1725
+ type: import("@gct-paas/core").BuiltinType.MODAL_BODY;
1726
+ children: {
1727
+ id: string;
1728
+ platform: Platform;
1729
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
1730
+ alias: string;
1731
+ name: string;
1732
+ compName?: string | undefined;
1733
+ compKey?: string | undefined;
1734
+ type: string | import('@gct-paas/core').FormComponents;
1735
+ icon: string;
1736
+ children?: any[] | undefined;
1737
+ internal?: boolean | undefined;
1738
+ description?: string | undefined;
1739
+ style: {
1740
+ position?: string | undefined;
1741
+ top?: string | undefined;
1742
+ left?: string | undefined;
1743
+ right?: string | undefined;
1744
+ bottom?: string | undefined;
1745
+ width?: string | undefined;
1746
+ height?: string | undefined;
1747
+ maxHeight?: string | undefined;
1748
+ backgroundColor?: string | undefined;
1749
+ marginAll?: string | undefined;
1750
+ marginTop?: string | undefined;
1751
+ marginRight?: string | undefined;
1752
+ marginBottom?: string | undefined;
1753
+ marginLeft?: string | undefined;
1754
+ paddingAll?: string | undefined;
1755
+ paddingTop?: string | undefined;
1756
+ paddingRight?: string | undefined;
1757
+ paddingBottom?: string | undefined;
1758
+ paddingLeft?: string | undefined;
1759
+ labelFont?: {
1760
+ fontSize: string;
1761
+ bold: boolean;
1762
+ italic: boolean;
1763
+ textDecoration: import('@gct-paas/core').TextDecoration;
1764
+ color: string;
1765
+ align: "left" | "right" | "justify";
1766
+ } | undefined;
1767
+ contentFont?: {
1768
+ fontSize: string;
1769
+ bold: boolean;
1770
+ italic: boolean;
1771
+ textDecoration: import('@gct-paas/core').TextDecoration;
1772
+ color: string;
1773
+ align: "left" | "right" | "justify";
1774
+ } | undefined;
1775
+ tagStyle?: {
1776
+ color?: string | undefined;
1777
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1778
+ } | undefined;
1779
+ tagStyleOpen?: boolean | undefined;
1780
+ borderAll?: {
1781
+ borderWidth?: string | undefined;
1782
+ borderStyle?: string | undefined;
1783
+ borderColor?: string | undefined;
1784
+ } | undefined;
1785
+ borderLeft?: {
1786
+ borderWidth?: string | undefined;
1787
+ borderStyle?: string | undefined;
1788
+ borderColor?: string | undefined;
1789
+ } | undefined;
1790
+ borderRight?: {
1791
+ borderWidth?: string | undefined;
1792
+ borderStyle?: string | undefined;
1793
+ borderColor?: string | undefined;
1794
+ } | undefined;
1795
+ borderBottom?: {
1796
+ borderWidth?: string | undefined;
1797
+ borderStyle?: string | undefined;
1798
+ borderColor?: string | undefined;
1799
+ } | undefined;
1800
+ borderTop?: {
1801
+ borderWidth?: string | undefined;
1802
+ borderStyle?: string | undefined;
1803
+ borderColor?: string | undefined;
1804
+ } | undefined;
1805
+ borderTopRightRadius?: string | undefined;
1806
+ borderTopLeftRadius?: string | undefined;
1807
+ borderBottomRightRadius?: string | undefined;
1808
+ borderBottomLeftRadius?: string | undefined;
1809
+ borderAllRadius?: string | undefined;
1810
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1811
+ columnwidth?: number | undefined;
1812
+ columnFontStyleByRule?: {
1813
+ displayRule: string;
1814
+ contentFont: {
1815
+ fontSize: string;
1816
+ bold: boolean;
1817
+ italic: boolean;
1818
+ textDecoration: import('@gct-paas/core').TextDecoration;
1819
+ color: string;
1820
+ align: "left" | "right" | "justify";
1821
+ };
1822
+ tagStyle: {
1823
+ color?: string | undefined;
1824
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1825
+ };
1826
+ progressStyle: {
1827
+ color: string;
1828
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
1829
+ };
1830
+ tagType: import('@gct-paas/core').tagEnum;
1831
+ tagStyleOpen: boolean;
1832
+ }[] | undefined;
1833
+ columnBackgroundByRule?: {
1834
+ displayRule: string;
1835
+ backgroundColor?: string | undefined;
1836
+ }[] | undefined;
1837
+ tableheight?: number | undefined;
1838
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1839
+ enableHeaderBGColor?: boolean | undefined;
1840
+ };
1841
+ props: {
1842
+ [x: string]: any;
1843
+ hidden: boolean;
1844
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
1845
+ displayRule?: string | undefined;
1846
+ modeldata?: {
1847
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
1848
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
1849
+ subModel?: 0 | 1 | undefined;
1850
+ supportProcess?: 0 | 1 | undefined;
1851
+ } | undefined;
1852
+ componentDependency: {
1853
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
1854
+ configDependency: {
1855
+ hidden: {
1856
+ expression?: string | undefined;
1857
+ value?: boolean | undefined;
1858
+ };
1859
+ readonly: {
1860
+ expression?: string | undefined;
1861
+ value?: boolean | undefined;
1862
+ fieldValue?: boolean | undefined;
1863
+ };
1864
+ disabled: {
1865
+ expression?: string | undefined;
1866
+ value?: boolean | undefined;
1867
+ };
1868
+ required: {
1869
+ expression?: string | undefined;
1870
+ value?: boolean | undefined;
1871
+ fieldValue?: boolean | undefined;
1872
+ };
1873
+ assignment: {
1874
+ expression?: string | undefined;
1875
+ strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
1876
+ value?: boolean | undefined;
1877
+ };
1878
+ };
1879
+ };
1880
+ deviceConnectivity: boolean;
1881
+ };
1882
+ events: import('@gct-paas/schema').IBasicEvents;
1883
+ formItem?: boolean | undefined;
1884
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
1885
+ displayName?: string | undefined;
1886
+ i18n?: Record<string, string> | undefined;
1887
+ isField?: boolean | undefined;
1888
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
1889
+ preLocation?: string | undefined;
1890
+ ignoringStyle?: string[] | undefined;
1891
+ isReadonlyWidget?: boolean | undefined;
1892
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
1893
+ dropPlaceholder?: string | undefined;
1894
+ _plugin?: {
1895
+ key: string;
1896
+ version: string;
1897
+ url: string;
1898
+ } | undefined;
1899
+ }[];
1900
+ }, {
1901
+ id: string;
1902
+ type: import("@gct-paas/core").BuiltinType.MODAL_FOOTER;
1903
+ children: {
1904
+ id: string;
1905
+ platform: Platform;
1906
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
1907
+ alias: string;
1908
+ name: string;
1909
+ compName?: string | undefined;
1910
+ compKey?: string | undefined;
1911
+ type: string | import('@gct-paas/core').FormComponents;
1912
+ icon: string;
1913
+ children?: any[] | undefined;
1914
+ internal?: boolean | undefined;
1915
+ description?: string | undefined;
1916
+ style: {
1917
+ position?: string | undefined;
1918
+ top?: string | undefined;
1919
+ left?: string | undefined;
1920
+ right?: string | undefined;
1921
+ bottom?: string | undefined;
1922
+ width?: string | undefined;
1923
+ height?: string | undefined;
1924
+ maxHeight?: string | undefined;
1925
+ backgroundColor?: string | undefined;
1926
+ marginAll?: string | undefined;
1927
+ marginTop?: string | undefined;
1928
+ marginRight?: string | undefined;
1929
+ marginBottom?: string | undefined;
1930
+ marginLeft?: string | undefined;
1931
+ paddingAll?: string | undefined;
1932
+ paddingTop?: string | undefined;
1933
+ paddingRight?: string | undefined;
1934
+ paddingBottom?: string | undefined;
1935
+ paddingLeft?: string | undefined;
1936
+ labelFont?: {
1937
+ fontSize: string;
1938
+ bold: boolean;
1939
+ italic: boolean;
1940
+ textDecoration: import('@gct-paas/core').TextDecoration;
1941
+ color: string;
1942
+ align: "left" | "right" | "justify";
1943
+ } | undefined;
1944
+ contentFont?: {
1945
+ fontSize: string;
1946
+ bold: boolean;
1947
+ italic: boolean;
1948
+ textDecoration: import('@gct-paas/core').TextDecoration;
1949
+ color: string;
1950
+ align: "left" | "right" | "justify";
1951
+ } | undefined;
1952
+ tagStyle?: {
1953
+ color?: string | undefined;
1954
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
1955
+ } | undefined;
1956
+ tagStyleOpen?: boolean | undefined;
1957
+ borderAll?: {
1958
+ borderWidth?: string | undefined;
1959
+ borderStyle?: string | undefined;
1960
+ borderColor?: string | undefined;
1961
+ } | undefined;
1962
+ borderLeft?: {
1963
+ borderWidth?: string | undefined;
1964
+ borderStyle?: string | undefined;
1965
+ borderColor?: string | undefined;
1966
+ } | undefined;
1967
+ borderRight?: {
1968
+ borderWidth?: string | undefined;
1969
+ borderStyle?: string | undefined;
1970
+ borderColor?: string | undefined;
1971
+ } | undefined;
1972
+ borderBottom?: {
1973
+ borderWidth?: string | undefined;
1974
+ borderStyle?: string | undefined;
1975
+ borderColor?: string | undefined;
1976
+ } | undefined;
1977
+ borderTop?: {
1978
+ borderWidth?: string | undefined;
1979
+ borderStyle?: string | undefined;
1980
+ borderColor?: string | undefined;
1981
+ } | undefined;
1982
+ borderTopRightRadius?: string | undefined;
1983
+ borderTopLeftRadius?: string | undefined;
1984
+ borderBottomRightRadius?: string | undefined;
1985
+ borderBottomLeftRadius?: string | undefined;
1986
+ borderAllRadius?: string | undefined;
1987
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
1988
+ columnwidth?: number | undefined;
1989
+ columnFontStyleByRule?: {
1990
+ displayRule: string;
1991
+ contentFont: {
1992
+ fontSize: string;
1993
+ bold: boolean;
1994
+ italic: boolean;
1995
+ textDecoration: import('@gct-paas/core').TextDecoration;
1996
+ color: string;
1997
+ align: "left" | "right" | "justify";
1998
+ };
1999
+ tagStyle: {
2000
+ color?: string | undefined;
2001
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
2002
+ };
2003
+ progressStyle: {
2004
+ color: string;
2005
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
2006
+ };
2007
+ tagType: import('@gct-paas/core').tagEnum;
2008
+ tagStyleOpen: boolean;
2009
+ }[] | undefined;
2010
+ columnBackgroundByRule?: {
2011
+ displayRule: string;
2012
+ backgroundColor?: string | undefined;
2013
+ }[] | undefined;
2014
+ tableheight?: number | undefined;
2015
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
2016
+ enableHeaderBGColor?: boolean | undefined;
2017
+ };
2018
+ props: {
2019
+ [x: string]: any;
2020
+ hidden: boolean;
2021
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
2022
+ displayRule?: string | undefined;
2023
+ modeldata?: {
2024
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
2025
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
2026
+ subModel?: 0 | 1 | undefined;
2027
+ supportProcess?: 0 | 1 | undefined;
2028
+ } | undefined;
2029
+ componentDependency: {
2030
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
2031
+ configDependency: {
2032
+ hidden: {
2033
+ expression?: string | undefined;
2034
+ value?: boolean | undefined;
2035
+ };
2036
+ readonly: {
2037
+ expression?: string | undefined;
2038
+ value?: boolean | undefined;
2039
+ fieldValue?: boolean | undefined;
2040
+ };
2041
+ disabled: {
2042
+ expression?: string | undefined;
2043
+ value?: boolean | undefined;
2044
+ };
2045
+ required: {
2046
+ expression?: string | undefined;
2047
+ value?: boolean | undefined;
2048
+ fieldValue?: boolean | undefined;
2049
+ };
2050
+ assignment: {
2051
+ expression?: string | undefined;
2052
+ strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
2053
+ value?: boolean | undefined;
2054
+ };
2055
+ };
2056
+ };
2057
+ deviceConnectivity: boolean;
2058
+ };
2059
+ events: import('@gct-paas/schema').IBasicEvents;
2060
+ formItem?: boolean | undefined;
2061
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
2062
+ displayName?: string | undefined;
2063
+ i18n?: Record<string, string> | undefined;
2064
+ isField?: boolean | undefined;
2065
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
2066
+ preLocation?: string | undefined;
2067
+ ignoringStyle?: string[] | undefined;
2068
+ isReadonlyWidget?: boolean | undefined;
2069
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
2070
+ dropPlaceholder?: string | undefined;
2071
+ _plugin?: {
2072
+ key: string;
2073
+ version: string;
2074
+ url: string;
2075
+ } | undefined;
2076
+ }[];
2077
+ }, ({
2078
+ id: string;
2079
+ type: import("@gct-paas/core").BuiltinType.BottomButtonContainer;
2080
+ children: {
2081
+ id: string;
2082
+ platform: Platform;
2083
+ categoryType?: import('@gct-paas/core').CategoryTypeEnum | undefined;
2084
+ alias: string;
2085
+ name: string;
2086
+ compName?: string | undefined;
2087
+ compKey?: string | undefined;
2088
+ type: string | import('@gct-paas/core').FormComponents;
2089
+ icon: string;
2090
+ children?: any[] | undefined;
2091
+ internal?: boolean | undefined;
2092
+ description?: string | undefined;
2093
+ style: {
2094
+ position?: string | undefined;
2095
+ top?: string | undefined;
2096
+ left?: string | undefined;
2097
+ right?: string | undefined;
2098
+ bottom?: string | undefined;
2099
+ width?: string | undefined;
2100
+ height?: string | undefined;
2101
+ maxHeight?: string | undefined;
2102
+ backgroundColor?: string | undefined;
2103
+ marginAll?: string | undefined;
2104
+ marginTop?: string | undefined;
2105
+ marginRight?: string | undefined;
2106
+ marginBottom?: string | undefined;
2107
+ marginLeft?: string | undefined;
2108
+ paddingAll?: string | undefined;
2109
+ paddingTop?: string | undefined;
2110
+ paddingRight?: string | undefined;
2111
+ paddingBottom?: string | undefined;
2112
+ paddingLeft?: string | undefined;
2113
+ labelFont?: {
2114
+ fontSize: string;
2115
+ bold: boolean;
2116
+ italic: boolean;
2117
+ textDecoration: import('@gct-paas/core').TextDecoration;
2118
+ color: string;
2119
+ align: "left" | "right" | "justify";
2120
+ } | undefined;
2121
+ contentFont?: {
2122
+ fontSize: string;
2123
+ bold: boolean;
2124
+ italic: boolean;
2125
+ textDecoration: import('@gct-paas/core').TextDecoration;
2126
+ color: string;
2127
+ align: "left" | "right" | "justify";
2128
+ } | undefined;
2129
+ tagStyle?: {
2130
+ color?: string | undefined;
2131
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
2132
+ } | undefined;
2133
+ tagStyleOpen?: boolean | undefined;
2134
+ borderAll?: {
2135
+ borderWidth?: string | undefined;
2136
+ borderStyle?: string | undefined;
2137
+ borderColor?: string | undefined;
2138
+ } | undefined;
2139
+ borderLeft?: {
2140
+ borderWidth?: string | undefined;
2141
+ borderStyle?: string | undefined;
2142
+ borderColor?: string | undefined;
2143
+ } | undefined;
2144
+ borderRight?: {
2145
+ borderWidth?: string | undefined;
2146
+ borderStyle?: string | undefined;
2147
+ borderColor?: string | undefined;
2148
+ } | undefined;
2149
+ borderBottom?: {
2150
+ borderWidth?: string | undefined;
2151
+ borderStyle?: string | undefined;
2152
+ borderColor?: string | undefined;
2153
+ } | undefined;
2154
+ borderTop?: {
2155
+ borderWidth?: string | undefined;
2156
+ borderStyle?: string | undefined;
2157
+ borderColor?: string | undefined;
2158
+ } | undefined;
2159
+ borderTopRightRadius?: string | undefined;
2160
+ borderTopLeftRadius?: string | undefined;
2161
+ borderBottomRightRadius?: string | undefined;
2162
+ borderBottomLeftRadius?: string | undefined;
2163
+ borderAllRadius?: string | undefined;
2164
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
2165
+ columnwidth?: number | undefined;
2166
+ columnFontStyleByRule?: {
2167
+ displayRule: string;
2168
+ contentFont: {
2169
+ fontSize: string;
2170
+ bold: boolean;
2171
+ italic: boolean;
2172
+ textDecoration: import('@gct-paas/core').TextDecoration;
2173
+ color: string;
2174
+ align: "left" | "right" | "justify";
2175
+ };
2176
+ tagStyle: {
2177
+ color?: string | undefined;
2178
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
2179
+ };
2180
+ progressStyle: {
2181
+ color: string;
2182
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
2183
+ };
2184
+ tagType: import('@gct-paas/core').tagEnum;
2185
+ tagStyleOpen: boolean;
2186
+ }[] | undefined;
2187
+ columnBackgroundByRule?: {
2188
+ displayRule: string;
2189
+ backgroundColor?: string | undefined;
2190
+ }[] | undefined;
2191
+ tableheight?: number | undefined;
2192
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
2193
+ enableHeaderBGColor?: boolean | undefined;
2194
+ };
2195
+ props: {
2196
+ [x: string]: any;
2197
+ hidden: boolean;
2198
+ displayType?: import('@gct-paas/core').DisplayType | undefined;
2199
+ displayRule?: string | undefined;
2200
+ modeldata?: {
2201
+ modelType?: import('@gct-paas/core').EntityModelTypeEnum | undefined;
2202
+ modelCategory?: import('@gct-paas/core').EntityModelCategoryEnum | undefined;
2203
+ subModel?: 0 | 1 | undefined;
2204
+ supportProcess?: 0 | 1 | undefined;
2205
+ } | undefined;
2206
+ componentDependency: {
2207
+ sortDependency: import('@gct-paas/core').Dependency_ENUM[];
2208
+ configDependency: {
2209
+ hidden: {
2210
+ expression?: string | undefined;
2211
+ value?: boolean | undefined;
2212
+ };
2213
+ readonly: {
2214
+ expression?: string | undefined;
2215
+ value?: boolean | undefined;
2216
+ fieldValue?: boolean | undefined;
2217
+ };
2218
+ disabled: {
2219
+ expression?: string | undefined;
2220
+ value?: boolean | undefined;
2221
+ };
2222
+ required: {
2223
+ expression?: string | undefined;
2224
+ value?: boolean | undefined;
2225
+ fieldValue?: boolean | undefined;
2226
+ };
2227
+ assignment: {
2228
+ expression?: string | undefined;
2229
+ strategy?: import('@gct-paas/core').ASSIGNMENTSTRATEGY_ENUM | undefined;
2230
+ value?: boolean | undefined;
2231
+ };
2232
+ };
2233
+ };
2234
+ deviceConnectivity: boolean;
2235
+ };
2236
+ events: import('@gct-paas/schema').IBasicEvents;
2237
+ formItem?: boolean | undefined;
2238
+ display?: import('@gct-paas/core').DisplayEnums | undefined;
2239
+ displayName?: string | undefined;
2240
+ i18n?: Record<string, string> | undefined;
2241
+ isField?: boolean | undefined;
2242
+ materialType?: import('@gct-paas/core').MaterialEnum | undefined;
2243
+ preLocation?: string | undefined;
2244
+ ignoringStyle?: string[] | undefined;
2245
+ isReadonlyWidget?: boolean | undefined;
2246
+ parentComponent?: import('@gct-paas/core').FormComponents | undefined;
2247
+ dropPlaceholder?: string | undefined;
2248
+ _plugin?: {
2249
+ key: string;
2250
+ version: string;
2251
+ url: string;
2252
+ } | undefined;
2253
+ }[];
2254
+ } | undefined)?];
2255
+ props: {
2256
+ [x: string]: any;
2257
+ modalTitle?: string | undefined;
2258
+ unitType: "px" | "%";
2259
+ modalWidth: number;
2260
+ mUnitType: "%";
2261
+ mModalWidth: number;
2262
+ isSubTableModal?: boolean | undefined;
2263
+ bindSubTableId?: string | undefined;
2264
+ createModalTitle?: string | undefined;
2265
+ editModalTitle?: string | undefined;
2266
+ };
2267
+ events: LowCodeWidget.BasicEvents;
2268
+ i18n?: Record<string, string> | undefined;
2269
+ style: {
2270
+ position?: string | undefined;
2271
+ top?: string | undefined;
2272
+ left?: string | undefined;
2273
+ right?: string | undefined;
2274
+ bottom?: string | undefined;
2275
+ width?: string | undefined;
2276
+ height?: string | undefined;
2277
+ maxHeight?: string | undefined;
2278
+ backgroundColor?: string | undefined;
2279
+ marginAll?: string | undefined;
2280
+ marginTop?: string | undefined;
2281
+ marginRight?: string | undefined;
2282
+ marginBottom?: string | undefined;
2283
+ marginLeft?: string | undefined;
2284
+ paddingAll?: string | undefined;
2285
+ paddingTop?: string | undefined;
2286
+ paddingRight?: string | undefined;
2287
+ paddingBottom?: string | undefined;
2288
+ paddingLeft?: string | undefined;
2289
+ labelFont?: {
2290
+ fontSize: string;
2291
+ bold: boolean;
2292
+ italic: boolean;
2293
+ textDecoration: import('@gct-paas/core').TextDecoration;
2294
+ color: string;
2295
+ align: "left" | "right" | "justify";
2296
+ } | undefined;
2297
+ contentFont?: {
2298
+ fontSize: string;
2299
+ bold: boolean;
2300
+ italic: boolean;
2301
+ textDecoration: import('@gct-paas/core').TextDecoration;
2302
+ color: string;
2303
+ align: "left" | "right" | "justify";
2304
+ } | undefined;
2305
+ tagStyle?: {
2306
+ color?: string | undefined;
2307
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
2308
+ } | undefined;
2309
+ tagStyleOpen?: boolean | undefined;
2310
+ borderAll?: {
2311
+ borderWidth?: string | undefined;
2312
+ borderStyle?: string | undefined;
2313
+ borderColor?: string | undefined;
2314
+ } | undefined;
2315
+ borderLeft?: {
2316
+ borderWidth?: string | undefined;
2317
+ borderStyle?: string | undefined;
2318
+ borderColor?: string | undefined;
2319
+ } | undefined;
2320
+ borderRight?: {
2321
+ borderWidth?: string | undefined;
2322
+ borderStyle?: string | undefined;
2323
+ borderColor?: string | undefined;
2324
+ } | undefined;
2325
+ borderBottom?: {
2326
+ borderWidth?: string | undefined;
2327
+ borderStyle?: string | undefined;
2328
+ borderColor?: string | undefined;
2329
+ } | undefined;
2330
+ borderTop?: {
2331
+ borderWidth?: string | undefined;
2332
+ borderStyle?: string | undefined;
2333
+ borderColor?: string | undefined;
2334
+ } | undefined;
2335
+ borderTopRightRadius?: string | undefined;
2336
+ borderTopLeftRadius?: string | undefined;
2337
+ borderBottomRightRadius?: string | undefined;
2338
+ borderBottomLeftRadius?: string | undefined;
2339
+ borderAllRadius?: string | undefined;
2340
+ columnwidthConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
2341
+ columnwidth?: number | undefined;
2342
+ columnFontStyleByRule?: {
2343
+ displayRule: string;
2344
+ contentFont: {
2345
+ fontSize: string;
2346
+ bold: boolean;
2347
+ italic: boolean;
2348
+ textDecoration: import('@gct-paas/core').TextDecoration;
2349
+ color: string;
2350
+ align: "left" | "right" | "justify";
2351
+ };
2352
+ tagStyle: {
2353
+ color?: string | undefined;
2354
+ tagType?: import('@gct-paas/core').TagTypeEnum | undefined;
2355
+ };
2356
+ progressStyle: {
2357
+ color: string;
2358
+ tagType: import('@gct-paas/core').ProgressTypeEnum;
2359
+ };
2360
+ tagType: import('@gct-paas/core').tagEnum;
2361
+ tagStyleOpen: boolean;
2362
+ }[] | undefined;
2363
+ columnBackgroundByRule?: {
2364
+ displayRule: string;
2365
+ backgroundColor?: string | undefined;
2366
+ }[] | undefined;
2367
+ tableheight?: number | undefined;
2368
+ tableheightConfigure?: import('@gct-paas/core').tableColumnWidthEnum | undefined;
2369
+ enableHeaderBGColor?: boolean | undefined;
2370
+ };
2371
+ runJs?: string | undefined;
2372
+ los?: Record<string, IData> | undefined;
2373
+ icon: string;
2374
+ isField: boolean;
2375
+ }>;
2376
+ /** 后端传过来的页面历史记录 */
2377
+ export declare const pageDesignHistoryList: import('vue').Ref<{
2378
+ createTime?: string | undefined;
2379
+ createUserId?: string | undefined;
2380
+ createUserName?: string | undefined;
2381
+ designerJson?: string | undefined;
2382
+ id?: string | undefined;
2383
+ modifyTime?: string | undefined;
2384
+ modifyUserId?: string | undefined;
2385
+ modifyUserName?: string | undefined;
2386
+ name?: string | undefined;
2387
+ operatorInfo?: string | undefined;
2388
+ relationId?: string | undefined;
2389
+ relationType?: number | undefined;
2390
+ runtimeJson?: string | undefined;
2391
+ }[], PageDesignerLogResponse[] | {
2392
+ createTime?: string | undefined;
2393
+ createUserId?: string | undefined;
2394
+ createUserName?: string | undefined;
2395
+ designerJson?: string | undefined;
2396
+ id?: string | undefined;
2397
+ modifyTime?: string | undefined;
2398
+ modifyUserId?: string | undefined;
2399
+ modifyUserName?: string | undefined;
2400
+ name?: string | undefined;
2401
+ operatorInfo?: string | undefined;
2402
+ relationId?: string | undefined;
2403
+ relationType?: number | undefined;
2404
+ runtimeJson?: string | undefined;
2405
+ }[]>;
2406
+ /** 历史记录分页页码 */
2407
+ export declare const pageNo: import('vue').Ref<number, number>;
2408
+ /** 是否没有更多历史记录 */
2409
+ export declare const noMore: import('vue').Ref<boolean, boolean>;
2410
+ /** 加载中标识 */
2411
+ export declare const loading: import('vue').Ref<boolean, boolean>;
2412
+ /** ast解析过的所有Export JS函数的描述集合 */
2413
+ export declare const methodMap: import('vue').Ref<ExportMethod, ExportMethod>;
2414
+ /** 插件配置 */
2415
+ export declare const pluginConfigs: import('vue').Ref<IObject[], IObject[]>;
2416
+ /** root 路径前缀正则 */
2417
+ export declare const regRoot: RegExp;
2418
+ /**
2419
+ * 保存或者校验前对数据做预处理
2420
+ *
2421
+ * @author chitanda
2422
+ * @date 2025-09-28 15:09:12
2423
+ * @param {PageJson} json
2424
+ * @param {boolean} [isClone=false] 是否深拷贝,默认为 false
2425
+ * @returns {*} {PageJson}
2426
+ */
2427
+ export declare function transformPageJson(json: PageJson, isClone?: boolean): PageJson;