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

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