@gct-paas/core-web 0.1.4-dev.1 → 0.1.4-dev.11

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 (897) hide show
  1. package/dist/index-B8zoAUhR.cjs +20 -0
  2. package/dist/index-BH5PTZ_c.js +20 -0
  3. package/dist/index-Cna4DZog.js +109381 -0
  4. package/dist/index.esm.min.mjs +91 -0
  5. package/dist/index.min.cjs +1 -20
  6. package/dist/index.min.css +1 -0
  7. package/dist/index.system.min.js +1 -20
  8. package/dist/monaco-editor-4E2xdOou.cjs +1 -0
  9. package/dist/monaco-editor-C-wvzgow.js +1 -0
  10. package/dist/monaco-editor-Cel355Cg.js +350 -0
  11. package/es/_virtual/_plugin-vue_export-helper.mjs +9 -0
  12. package/es/ai-components/code-chat/code-chat.d.ts +53 -0
  13. package/es/ai-components/index.d.ts +1 -0
  14. package/es/ai-components/wujie-ai-container/wujie-ai-container.d.ts +21 -0
  15. package/es/components/app-modal/app-modal-component.css +149 -0
  16. package/es/components/app-modal/app-modal-component.d.ts +26 -0
  17. package/es/components/app-modal/app-modal-component.mjs +140 -0
  18. package/es/components/assets-svg-icon/assets-svg-icon.css +188 -0
  19. package/es/components/assets-svg-icon/assets-svg-icon.d.ts +134 -0
  20. package/es/components/assets-svg-icon/assets-svg-icon.mjs +238 -0
  21. package/es/components/assets-svg-icon/request.d.ts +2 -0
  22. package/es/components/assets-svg-icon/request.mjs +51 -0
  23. package/es/components/assets-svg-icon/utils.d.ts +9 -0
  24. package/es/components/assets-svg-icon/utils.mjs +21 -0
  25. package/es/components/assets-svg-icon/validate.d.ts +4 -0
  26. package/es/components/assets-svg-icon/validate.mjs +43 -0
  27. package/es/components/base-button/base-button.css +74 -0
  28. package/es/components/base-button/base-button.vue.d.ts +173 -0
  29. package/es/components/base-button/base-button.vue.mjs +7 -0
  30. package/es/components/base-button/base-button.vue3.mjs +179 -0
  31. package/es/components/basic-button/basic-button.css +25 -0
  32. package/es/components/basic-button/basic-button.vue.d.ts +100 -0
  33. package/es/components/basic-button/basic-button.vue.mjs +7 -0
  34. package/es/components/basic-button/basic-button.vue3.mjs +130 -0
  35. package/es/components/code-editor/code-editor.css +67 -0
  36. package/es/components/code-editor/code-editor.d.ts +1 -4
  37. package/es/components/code-editor/code-editor.mjs +16 -22
  38. package/es/components/copy-module-key/copy-module-key.css +24 -0
  39. package/es/components/copy-module-key/copy-module-key.vue.d.ts +74 -0
  40. package/es/components/copy-module-key/copy-module-key.vue.mjs +7 -0
  41. package/es/components/copy-module-key/copy-module-key.vue3.mjs +104 -0
  42. package/es/components/double-input/double-input.vue.d.ts +49 -0
  43. package/es/components/double-input/double-input.vue.mjs +158 -0
  44. package/es/components/double-input/double-input.vue2.mjs +5 -0
  45. package/es/components/icon-next/data/icons.data.d.ts +5 -0
  46. package/es/components/icon-next/hooks/useIconAsset.d.ts +16 -0
  47. package/es/components/icon-next/hooks/useIconAsset.mjs +48 -0
  48. package/es/components/icon-next/hooks/useIconPark.d.ts +16 -0
  49. package/es/components/icon-next/hooks/useIconPark.mjs +52 -0
  50. package/es/components/icon-next/hooks/useIconPlatform.d.ts +8 -0
  51. package/es/components/icon-next/hooks/useIconPlatform.mjs +48 -0
  52. package/es/components/icon-next/index.d.ts +3 -0
  53. package/es/components/icon-next/src/IconNext.css +18 -0
  54. package/es/components/icon-next/src/IconNext.vue.d.ts +40 -0
  55. package/es/components/icon-next/src/IconNext.vue2.mjs +7 -0
  56. package/es/components/icon-next/src/IconNext.vue3.mjs +108 -0
  57. package/es/components/icon-next/src/IconNextPicker.css +195 -0
  58. package/es/components/icon-next/src/IconNextPicker.vue.d.ts +75 -0
  59. package/es/components/icon-next/src/IconNextPicker.vue2.mjs +452 -0
  60. package/es/components/icon-next/src/IconNextPicker.vue3.mjs +6 -0
  61. package/es/components/icon-next/types/index.d.ts +17 -0
  62. package/es/components/icon-next/types/index.mjs +10 -0
  63. package/es/components/index.d.ts +13 -3
  64. package/es/components/index.mjs +33 -6
  65. package/es/components/layout/view-container/view-container.css +83 -0
  66. package/es/components/layout/view-container/view-container.mjs +6 -7
  67. package/es/components/svg-icon/svg-icon.css +73 -0
  68. package/es/components/svg-icon/svg-icon.vue.d.ts +40 -0
  69. package/es/components/svg-icon/svg-icon.vue.mjs +50 -0
  70. package/es/components/svg-icon/svg-icon.vue3.mjs +6 -0
  71. package/es/components/wujie-container/wujie-container.css +74 -0
  72. package/es/components/wujie-container/wujie-container.d.ts +11 -0
  73. package/es/components/wujie-container/wujie-container.mjs +84 -0
  74. package/es/create-app-vue.d.ts +9 -0
  75. package/es/create-app-vue.mjs +22 -0
  76. package/es/directives/drag-resize.d.ts +4 -0
  77. package/es/directives/drag-resize.mjs +42 -0
  78. package/es/directives/index.d.ts +8 -0
  79. package/es/directives/index.mjs +9 -0
  80. package/es/directives/target-loading.d.ts +4 -0
  81. package/es/directives/target-loading.mjs +40 -0
  82. package/es/hooks/index.d.ts +4 -0
  83. package/es/hooks/useDesign.d.ts +4 -0
  84. package/es/hooks/useDesign.mjs +11 -0
  85. package/es/hooks/useDragLine.d.ts +6 -0
  86. package/es/hooks/useDragLine.mjs +78 -0
  87. package/es/hooks/useLocale.d.ts +4 -0
  88. package/es/hooks/useLocale.mjs +32 -0
  89. package/es/hooks/useTheme.d.ts +8 -0
  90. package/es/hooks/useTheme.mjs +20 -0
  91. package/es/index.d.ts +11 -7
  92. package/es/index.mjs +137 -24
  93. package/es/modules/Cropper/hooks/useFile.d.ts +4 -0
  94. package/es/modules/Cropper/index.d.ts +5 -0
  95. package/es/modules/Cropper/src/CopperFreeModal.vue.d.ts +100 -0
  96. package/es/modules/Cropper/src/CopperModal.vue.d.ts +40 -0
  97. package/es/modules/Cropper/src/Cropper.vue.d.ts +96 -0
  98. package/es/modules/Cropper/src/CropperAvatar.vue.d.ts +62 -0
  99. package/es/modules/Cropper/src/CropperFree.vue.d.ts +118 -0
  100. package/es/modules/Cropper/src/typing.d.ts +11 -0
  101. package/es/modules/code-editor/index.d.ts +163 -0
  102. package/es/modules/code-editor/index.mjs +8 -0
  103. package/es/modules/code-editor/monaco-editor.css +49 -0
  104. package/es/modules/code-editor/monaco-editor.vue.d.ts +143 -0
  105. package/es/modules/code-editor/monaco-editor.vue.mjs +7 -0
  106. package/es/modules/code-editor/monaco-editor.vue2.mjs +440 -0
  107. package/es/modules/code-editor/useEditorConsole.d.ts +54 -0
  108. package/es/modules/code-editor/useEditorConsole.mjs +194 -0
  109. package/es/modules/code-editor/useMonacoEditor.d.ts +26 -0
  110. package/es/modules/code-editor/useMonacoEditor.mjs +26 -0
  111. package/es/modules/color-picker/index.d.ts +2 -0
  112. package/es/modules/color-picker/src/ColorPicker.css +16 -0
  113. package/es/modules/color-picker/src/ColorPicker.vue.d.ts +49 -0
  114. package/es/modules/color-picker/src/ColorPicker.vue.mjs +8 -0
  115. package/es/modules/color-picker/src/ColorPicker.vue2.mjs +545 -0
  116. package/es/modules/color-picker/src/ColorPicker2.css +156 -0
  117. package/es/modules/formula-editor/constants/index.d.ts +7 -0
  118. package/es/modules/formula-editor/constants/index.mjs +8 -0
  119. package/es/modules/formula-editor/formula-editor.d.ts +10 -0
  120. package/es/modules/formula-editor/formula-editor.mjs +62 -0
  121. package/es/modules/formula-editor/index.d.ts +4 -0
  122. package/es/modules/formula-editor/interface/i-formula-editor-options/i-formula-editor-options.d.ts +47 -0
  123. package/es/modules/formula-editor/interface/i-formula-result/i-formula-result.d.ts +20 -0
  124. package/es/modules/gct-dnd/components/gct-dnd-container/gct-dnd-container.css +72 -0
  125. package/es/modules/gct-dnd/components/gct-dnd-container/gct-dnd-container.d.ts +37 -0
  126. package/es/modules/gct-dnd/components/gct-dnd-container/gct-dnd-container.mjs +195 -0
  127. package/es/modules/gct-dnd/components/gct-dnd-drop-line/gct-dnd-drop-line.css +79 -0
  128. package/es/modules/gct-dnd/components/gct-dnd-drop-line/gct-dnd-drop-line.d.ts +29 -0
  129. package/es/modules/gct-dnd/components/gct-dnd-drop-line/gct-dnd-drop-line.mjs +98 -0
  130. package/es/modules/gct-dnd/components/gct-dnd-item/gct-dnd-item.css +70 -0
  131. package/es/modules/gct-dnd/components/gct-dnd-item/gct-dnd-item.d.ts +50 -0
  132. package/es/modules/gct-dnd/components/gct-dnd-item/gct-dnd-item.mjs +239 -0
  133. package/es/modules/gct-dnd/constants/index.d.ts +22 -0
  134. package/es/modules/gct-dnd/constants/index.mjs +20 -0
  135. package/es/modules/gct-dnd/index.d.ts +5 -0
  136. package/es/modules/gct-dnd/interface/i-gct-dnd-config.d.ts +101 -0
  137. package/es/modules/gct-dnd/interface/i-gct-dnd-data.d.ts +14 -0
  138. package/es/modules/gct-dnd/interface/i-gct-dnd-render-item-options.d.ts +28 -0
  139. package/es/modules/gct-dnd/interface/i-gct-drag-collect.d.ts +24 -0
  140. package/es/modules/gct-dnd/interface/i-gct-drag-dnd-data.d.ts +51 -0
  141. package/es/modules/gct-dnd/interface/i-gct-drop-collect.d.ts +32 -0
  142. package/es/modules/gct-dnd/interface/i-gct-drop-result.d.ts +47 -0
  143. package/es/modules/gct-dnd/interface/index.d.ts +7 -0
  144. package/es/modules/gct-form/constants/editor-register/editor-register.d.ts +14 -0
  145. package/es/modules/gct-form/constants/editor-register/editor-register.mjs +6 -0
  146. package/es/modules/gct-form/constants/editor-type/editor-type.d.ts +130 -0
  147. package/es/modules/gct-form/constants/editor-type/editor-type.mjs +35 -0
  148. package/es/modules/gct-form/constants/index.d.ts +3 -0
  149. package/es/modules/gct-form/constants/index.mjs +3 -0
  150. package/es/modules/gct-form/controller/edit-form/edit-form.controller.d.ts +42 -0
  151. package/es/modules/gct-form/controller/edit-form/edit-form.controller.mjs +72 -0
  152. package/es/modules/gct-form/controller/editor-item/editor-item.controller.d.ts +15 -0
  153. package/es/modules/gct-form/controller/editor-item/editor-item.controller.mjs +23 -0
  154. package/es/modules/gct-form/controller/form/form.controller.d.ts +68 -0
  155. package/es/modules/gct-form/controller/form-collapse/form-collapse.controller.d.ts +18 -0
  156. package/es/modules/gct-form/controller/form-collapse/form-collapse.controller.mjs +11 -0
  157. package/es/modules/gct-form/controller/form-collapse-pane/form-collapse-pane.controller.d.ts +18 -0
  158. package/es/modules/gct-form/controller/form-collapse-pane/form-collapse-pane.controller.mjs +11 -0
  159. package/es/modules/gct-form/controller/form-edit-item/form-edit-item.controller.d.ts +27 -0
  160. package/es/modules/gct-form/controller/form-edit-item/form-edit-item.controller.mjs +94 -0
  161. package/es/modules/gct-form/controller/form-group/form-group.controller.d.ts +18 -0
  162. package/es/modules/gct-form/controller/form-group/form-group.controller.mjs +11 -0
  163. package/es/modules/gct-form/controller/form-item/form-item.controller.d.ts +21 -0
  164. package/es/modules/gct-form/controller/form-item/form-item.controller.mjs +37 -0
  165. package/es/modules/gct-form/controller/form-item-basic/form-item-basic.controller.d.ts +57 -0
  166. package/es/modules/gct-form/controller/form-item-basic/form-item-basic.controller.mjs +45 -0
  167. package/es/modules/gct-form/controller/form-item-hidden/form-item-hidden.controller.d.ts +17 -0
  168. package/es/modules/gct-form/controller/form-item-hidden/form-item-hidden.controller.mjs +7 -0
  169. package/es/modules/gct-form/controller/form-line/form-line.controller.d.ts +18 -0
  170. package/es/modules/gct-form/controller/form-line/form-line.controller.mjs +11 -0
  171. package/es/modules/gct-form/controller/form-tab/form-tab.controller.d.ts +18 -0
  172. package/es/modules/gct-form/controller/form-tab/form-tab.controller.mjs +11 -0
  173. package/es/modules/gct-form/controller/form-tab-pane/form-tab-pane.controller.d.ts +18 -0
  174. package/es/modules/gct-form/controller/form-tab-pane/form-tab-pane.controller.mjs +11 -0
  175. package/es/modules/gct-form/controller/gct-form/gct-form.controller.d.ts +101 -0
  176. package/es/modules/gct-form/controller/gct-form/gct-form.controller.mjs +224 -0
  177. package/es/modules/gct-form/controller/index.d.ts +13 -0
  178. package/es/modules/gct-form/editor/gct-form-action/gct-form-action.d.ts +39 -0
  179. package/es/modules/gct-form/editor/gct-form-action/gct-form-action.mjs +50 -0
  180. package/es/modules/gct-form/editor/gct-form-action/index.d.ts +8 -0
  181. package/es/modules/gct-form/editor/gct-form-action/index.mjs +14 -0
  182. package/es/modules/gct-form/editor/gct-form-check-switch/gct-form-check-switch.css +86 -0
  183. package/es/modules/gct-form/editor/gct-form-check-switch/gct-form-check-switch.d.ts +45 -0
  184. package/es/modules/gct-form/editor/gct-form-check-switch/gct-form-check-switch.mjs +59 -0
  185. package/es/modules/gct-form/editor/gct-form-check-switch/gct-form-check-switch.provider.d.ts +13 -0
  186. package/es/modules/gct-form/editor/gct-form-check-switch/gct-form-check-switch.provider.mjs +5 -0
  187. package/es/modules/gct-form/editor/gct-form-check-switch/index.mjs +12 -0
  188. package/es/modules/gct-form/editor/gct-form-checkbox/gct-form-checkbox.css +108 -0
  189. package/es/modules/gct-form/editor/gct-form-checkbox/gct-form-checkbox.d.ts +55 -0
  190. package/es/modules/gct-form/editor/gct-form-checkbox/gct-form-checkbox.mjs +127 -0
  191. package/es/modules/gct-form/editor/gct-form-checkbox/index.d.ts +8 -0
  192. package/es/modules/gct-form/editor/gct-form-checkbox/index.mjs +14 -0
  193. package/es/modules/gct-form/editor/gct-form-color/gct-form-color.css +67 -0
  194. package/es/modules/gct-form/editor/gct-form-color/gct-form-color.d.ts +36 -0
  195. package/es/modules/gct-form/editor/gct-form-color/gct-form-color.mjs +44 -0
  196. package/es/modules/gct-form/editor/gct-form-color/gct-form-color.provider.d.ts +13 -0
  197. package/es/modules/gct-form/editor/gct-form-color/gct-form-color.provider.mjs +5 -0
  198. package/es/modules/gct-form/editor/gct-form-color/index.mjs +12 -0
  199. package/es/modules/gct-form/editor/gct-form-date/gct-form-date.d.ts +286 -0
  200. package/es/modules/gct-form/editor/gct-form-date/gct-form-date.mjs +81 -0
  201. package/es/modules/gct-form/editor/gct-form-date/gct-form-date.provider.d.ts +11 -0
  202. package/es/modules/gct-form/editor/gct-form-date/gct-form-date.provider.mjs +5 -0
  203. package/es/modules/gct-form/editor/gct-form-date/index.mjs +12 -0
  204. package/es/modules/gct-form/editor/gct-form-date-format-select/gct-form-date-format-select.css +77 -0
  205. package/es/modules/gct-form/editor/gct-form-date-format-select/gct-form-date-format-select.d.ts +111 -0
  206. package/es/modules/gct-form/editor/gct-form-date-format-select/gct-form-date-format-select.mjs +113 -0
  207. package/es/modules/gct-form/editor/gct-form-date-format-select/index.d.ts +8 -0
  208. package/es/modules/gct-form/editor/gct-form-date-format-select/index.mjs +14 -0
  209. package/es/modules/gct-form/editor/gct-form-empty/gct-form-empty.d.ts +2 -0
  210. package/es/modules/gct-form/editor/gct-form-empty/gct-form-empty.mjs +16 -0
  211. package/es/modules/gct-form/editor/gct-form-empty/gct-form-empty.provider.d.ts +4 -0
  212. package/es/modules/gct-form/editor/gct-form-empty/index.d.ts +8 -0
  213. package/es/modules/gct-form/editor/gct-form-empty/index.mjs +14 -0
  214. package/es/modules/gct-form/editor/gct-form-formula/gct-form-formula.css +81 -0
  215. package/es/modules/gct-form/editor/gct-form-formula/gct-form-formula.d.ts +39 -0
  216. package/es/modules/gct-form/editor/gct-form-formula/gct-form-formula.mjs +69 -0
  217. package/es/modules/gct-form/editor/gct-form-formula/index.d.ts +8 -0
  218. package/es/modules/gct-form/editor/gct-form-formula/index.mjs +14 -0
  219. package/es/modules/gct-form/editor/gct-form-group-select/gct-form-group-select.css +120 -0
  220. package/es/modules/gct-form/editor/gct-form-group-select/gct-form-group-select.d.ts +52 -0
  221. package/es/modules/gct-form/editor/gct-form-group-select/gct-form-group-select.mjs +231 -0
  222. package/es/modules/gct-form/editor/gct-form-group-select/index.d.ts +8 -0
  223. package/es/modules/gct-form/editor/gct-form-group-select/index.mjs +14 -0
  224. package/es/modules/gct-form/editor/gct-form-i18n/gct-form-i18n.d.ts +121 -0
  225. package/es/modules/gct-form/editor/gct-form-i18n/gct-form-i18n.mjs +114 -0
  226. package/es/modules/gct-form/editor/gct-form-i18n/gct-form-i18n.provider.d.ts +13 -0
  227. package/es/modules/gct-form/editor/gct-form-i18n/gct-form-i18n.provider.mjs +5 -0
  228. package/es/modules/gct-form/editor/gct-form-i18n/index.mjs +12 -0
  229. package/es/modules/gct-form/editor/gct-form-icon-select/gct-form-icon-select.css +76 -0
  230. package/es/modules/gct-form/editor/gct-form-icon-select/gct-form-icon-select.d.ts +29 -0
  231. package/es/modules/gct-form/editor/gct-form-icon-select/gct-form-icon-select.mjs +73 -0
  232. package/es/modules/gct-form/editor/gct-form-icon-select/index.d.ts +8 -0
  233. package/es/modules/gct-form/editor/gct-form-icon-select/index.mjs +14 -0
  234. package/es/modules/gct-form/editor/gct-form-info/gct-form-info.css +85 -0
  235. package/es/modules/gct-form/editor/gct-form-info/gct-form-info.d.ts +43 -0
  236. package/es/modules/gct-form/editor/gct-form-info/gct-form-info.mjs +52 -0
  237. package/es/modules/gct-form/editor/gct-form-info/index.d.ts +8 -0
  238. package/es/modules/gct-form/editor/gct-form-info/index.mjs +14 -0
  239. package/es/modules/gct-form/editor/gct-form-length-unit/gct-form-length-unit.d.ts +36 -0
  240. package/es/modules/gct-form/editor/gct-form-length-unit/gct-form-length-unit.mjs +43 -0
  241. package/es/modules/gct-form/editor/gct-form-length-unit/gct-form-length-unit.provider.d.ts +13 -0
  242. package/es/modules/gct-form/editor/gct-form-length-unit/gct-form-length-unit.provider.mjs +5 -0
  243. package/es/modules/gct-form/editor/gct-form-length-unit/index.mjs +12 -0
  244. package/es/modules/gct-form/editor/gct-form-model-select/gct-form-model-select.css +76 -0
  245. package/es/modules/gct-form/editor/gct-form-model-select/gct-form-model-select.d.ts +19 -0
  246. package/es/modules/gct-form/editor/gct-form-model-select/gct-form-model-select.mjs +175 -0
  247. package/es/modules/gct-form/editor/gct-form-model-select/index.d.ts +8 -0
  248. package/es/modules/gct-form/editor/gct-form-model-select/index.mjs +14 -0
  249. package/es/modules/gct-form/editor/gct-form-multiple-choice/gct-form-multiple-choice.d.ts +68 -0
  250. package/es/modules/gct-form/editor/gct-form-multiple-choice/gct-form-multiple-choice.mjs +68 -0
  251. package/es/modules/gct-form/editor/gct-form-multiple-choice/index.d.ts +8 -0
  252. package/es/modules/gct-form/editor/gct-form-multiple-choice/index.mjs +14 -0
  253. package/es/modules/gct-form/editor/gct-form-number/gct-form-number.d.ts +28 -0
  254. package/es/modules/gct-form/editor/gct-form-number/gct-form-number.mjs +44 -0
  255. package/es/modules/gct-form/editor/gct-form-number/gct-form-number.provider.d.ts +4 -0
  256. package/es/modules/gct-form/editor/gct-form-number/gct-form-number.provider.mjs +5 -0
  257. package/es/modules/gct-form/editor/gct-form-number/index.mjs +12 -0
  258. package/es/modules/gct-form/editor/gct-form-picker/gct-form-picker.d.ts +39 -0
  259. package/es/modules/gct-form/editor/gct-form-picker/gct-form-picker.mjs +113 -0
  260. package/es/modules/gct-form/editor/gct-form-picker/gct-form-picker.provider.d.ts +13 -0
  261. package/es/modules/gct-form/editor/gct-form-picker/gct-form-picker.provider.mjs +5 -0
  262. package/es/modules/gct-form/editor/gct-form-picker/index.mjs +12 -0
  263. package/es/modules/gct-form/editor/gct-form-pixel-config/gct-form-pixel-config.css +103 -0
  264. package/es/modules/gct-form/editor/gct-form-pixel-config/gct-form-pixel-config.d.ts +29 -0
  265. package/es/modules/gct-form/editor/gct-form-pixel-config/gct-form-pixel-config.mjs +69 -0
  266. package/es/modules/gct-form/editor/gct-form-pixel-config/index.d.ts +8 -0
  267. package/es/modules/gct-form/editor/gct-form-pixel-config/index.mjs +14 -0
  268. package/es/modules/gct-form/editor/gct-form-radio/gct-form-radio.css +205 -0
  269. package/es/modules/gct-form/editor/gct-form-radio/gct-form-radio.d.ts +43 -0
  270. package/es/modules/gct-form/editor/gct-form-radio/gct-form-radio.mjs +95 -0
  271. package/es/modules/gct-form/editor/gct-form-radio/index.d.ts +8 -0
  272. package/es/modules/gct-form/editor/gct-form-radio/index.mjs +14 -0
  273. package/es/modules/gct-form/editor/gct-form-select/gct-form-select.css +83 -0
  274. package/es/modules/gct-form/editor/gct-form-select/gct-form-select.d.ts +52 -0
  275. package/es/modules/gct-form/editor/gct-form-select/gct-form-select.mjs +128 -0
  276. package/es/modules/gct-form/editor/gct-form-select/gct-form-select.provider.d.ts +13 -0
  277. package/es/modules/gct-form/editor/gct-form-select/gct-form-select.provider.mjs +5 -0
  278. package/es/modules/gct-form/editor/gct-form-select/index.mjs +12 -0
  279. package/es/modules/gct-form/editor/gct-form-span/gct-form-span.css +73 -0
  280. package/es/modules/gct-form/editor/gct-form-span/gct-form-span.d.ts +52 -0
  281. package/es/modules/gct-form/editor/gct-form-span/gct-form-span.mjs +100 -0
  282. package/es/modules/gct-form/editor/gct-form-span/gct-form-span.provider.d.ts +13 -0
  283. package/es/modules/gct-form/editor/gct-form-span/gct-form-span.provider.mjs +5 -0
  284. package/es/modules/gct-form/editor/gct-form-span/index.mjs +12 -0
  285. package/es/modules/gct-form/editor/gct-form-switch/gct-form-switch.d.ts +32 -0
  286. package/es/modules/gct-form/editor/gct-form-switch/gct-form-switch.mjs +39 -0
  287. package/es/modules/gct-form/editor/gct-form-switch/gct-form-switch.provider.d.ts +13 -0
  288. package/es/modules/gct-form/editor/gct-form-switch/gct-form-switch.provider.mjs +5 -0
  289. package/es/modules/gct-form/editor/gct-form-switch/index.d.ts +4 -0
  290. package/es/modules/gct-form/editor/gct-form-switch/index.mjs +12 -0
  291. package/es/modules/gct-form/editor/gct-form-table/gct-form-table.d.ts +53 -0
  292. package/es/modules/gct-form/editor/gct-form-table/gct-form-table.mjs +32 -0
  293. package/es/modules/gct-form/editor/gct-form-table/index.d.ts +8 -0
  294. package/es/modules/gct-form/editor/gct-form-table/index.mjs +14 -0
  295. package/es/modules/gct-form/editor/gct-form-text/gct-form-text.css +70 -0
  296. package/es/modules/gct-form/editor/gct-form-text/gct-form-text.d.ts +38 -0
  297. package/es/modules/gct-form/editor/gct-form-text/gct-form-text.mjs +58 -0
  298. package/es/modules/gct-form/editor/gct-form-text/gct-form-text.provider.d.ts +13 -0
  299. package/es/modules/gct-form/editor/gct-form-text/gct-form-text.provider.mjs +5 -0
  300. package/es/modules/gct-form/editor/gct-form-text/index.d.ts +4 -0
  301. package/es/modules/gct-form/editor/gct-form-text/index.mjs +12 -0
  302. package/es/modules/gct-form/editor/gct-form-textarea/gct-form-textarea.d.ts +29 -0
  303. package/es/modules/gct-form/editor/gct-form-textarea/gct-form-textarea.mjs +46 -0
  304. package/es/modules/gct-form/editor/gct-form-textarea/gct-form-textarea.provider.d.ts +4 -0
  305. package/es/modules/gct-form/editor/gct-form-textarea/gct-form-textarea.provider.mjs +5 -0
  306. package/es/modules/gct-form/editor/gct-form-textarea/index.d.ts +4 -0
  307. package/es/modules/gct-form/editor/gct-form-textarea/index.mjs +12 -0
  308. package/es/modules/gct-form/editor/gct-select-form-table/gct-select-form-table.css +94 -0
  309. package/es/modules/gct-form/editor/gct-select-form-table/gct-select-form-table.d.ts +53 -0
  310. package/es/modules/gct-form/editor/gct-select-form-table/gct-select-form-table.mjs +79 -0
  311. package/es/modules/gct-form/editor/gct-select-form-table/index.d.ts +8 -0
  312. package/es/modules/gct-form/editor/gct-select-form-table/index.mjs +14 -0
  313. package/es/modules/gct-form/editor/index.mjs +34 -0
  314. package/es/modules/gct-form/hooks/index.d.ts +2 -0
  315. package/es/modules/gct-form/hooks/use-form/use-form.d.ts +10 -0
  316. package/es/modules/gct-form/hooks/use-form/use-form.mjs +8 -0
  317. package/es/modules/gct-form/hooks/use-gct-form-value/use-gct-form-value.d.ts +22 -0
  318. package/es/modules/gct-form/hooks/use-gct-form-value/use-gct-form-value.mjs +89 -0
  319. package/es/modules/gct-form/index.d.ts +12 -0
  320. package/es/modules/gct-form/index.mjs +16 -0
  321. package/es/modules/gct-form/interface/i-controller/edit-form/edit-form.controller.d.ts +20 -0
  322. package/es/modules/gct-form/interface/i-controller/editor-item/editor-item.controller.d.ts +27 -0
  323. package/es/modules/gct-form/interface/i-controller/form/form.controller.d.ts +121 -0
  324. package/es/modules/gct-form/interface/i-controller/form-collapse/form-collapse.controller.d.ts +23 -0
  325. package/es/modules/gct-form/interface/i-controller/form-collapse-pane/form-collapse-pane.controller.d.ts +23 -0
  326. package/es/modules/gct-form/interface/i-controller/form-edit-item/form-edit-item.controller.d.ts +59 -0
  327. package/es/modules/gct-form/interface/i-controller/form-group/form-group.controller.d.ts +24 -0
  328. package/es/modules/gct-form/interface/i-controller/form-hidden-item/form-hidden-item.controller.d.ts +24 -0
  329. package/es/modules/gct-form/interface/i-controller/form-item/form-item.controller.d.ts +40 -0
  330. package/es/modules/gct-form/interface/i-controller/form-item-basic/form-item-basic.controller.d.ts +51 -0
  331. package/es/modules/gct-form/interface/i-controller/form-line/form-line.controller.d.ts +20 -0
  332. package/es/modules/gct-form/interface/i-controller/form-tab/form-tab.controller.d.ts +23 -0
  333. package/es/modules/gct-form/interface/i-controller/form-tab-pane/form-tab-pane.controller.d.ts +23 -0
  334. package/es/modules/gct-form/interface/i-controller/index.d.ts +13 -0
  335. package/es/modules/gct-form/interface/i-editor/i-action-editor.d.ts +23 -0
  336. package/es/modules/gct-form/interface/i-editor/i-check-switch.d.ts +29 -0
  337. package/es/modules/gct-form/interface/i-editor/i-checkbox-editor.d.ts +11 -0
  338. package/es/modules/gct-form/interface/i-editor/i-color-editor.d.ts +13 -0
  339. package/es/modules/gct-form/interface/i-editor/i-date-format-select-editor.d.ts +36 -0
  340. package/es/modules/gct-form/interface/i-editor/i-editor-basic.d.ts +134 -0
  341. package/es/modules/gct-form/interface/i-editor/i-formula-editor.d.ts +22 -0
  342. package/es/modules/gct-form/interface/i-editor/i-i18n-editor.d.ts +38 -0
  343. package/es/modules/gct-form/interface/i-editor/i-icon-select-editor.d.ts +21 -0
  344. package/es/modules/gct-form/interface/i-editor/i-info-editor.d.ts +21 -0
  345. package/es/modules/gct-form/interface/i-editor/i-length-unit-editor.d.ts +13 -0
  346. package/es/modules/gct-form/interface/i-editor/i-model-field-select-editor.d.ts +18 -0
  347. package/es/modules/gct-form/interface/i-editor/i-mpicker-editor.d.ts +36 -0
  348. package/es/modules/gct-form/interface/i-editor/i-number-editor.d.ts +21 -0
  349. package/es/modules/gct-form/interface/i-editor/i-picker-editor.d.ts +37 -0
  350. package/es/modules/gct-form/interface/i-editor/i-radio-editor.d.ts +32 -0
  351. package/es/modules/gct-form/interface/i-editor/i-select-editor.d.ts +45 -0
  352. package/es/modules/gct-form/interface/i-editor/i-select-table-editor.d.ts +44 -0
  353. package/es/modules/gct-form/interface/i-editor/i-span-editor.d.ts +30 -0
  354. package/es/modules/gct-form/interface/i-editor/i-switch-editor.d.ts +14 -0
  355. package/es/modules/gct-form/interface/i-editor/i-table-editor.d.ts +19 -0
  356. package/es/modules/gct-form/interface/i-editor/i-text-editor.d.ts +46 -0
  357. package/es/modules/gct-form/interface/i-editor/i-textarea-editor.d.ts +25 -0
  358. package/es/modules/gct-form/interface/i-editor/index.d.ts +23 -0
  359. package/es/modules/gct-form/interface/i-events/form/i-form.event.d.ts +14 -0
  360. package/es/modules/gct-form/interface/i-events/index.d.ts +1 -0
  361. package/es/modules/gct-form/interface/i-form/i-edit-form.d.ts +48 -0
  362. package/es/modules/gct-form/interface/i-form/i-form-collapse-pane.d.ts +30 -0
  363. package/es/modules/gct-form/interface/i-form/i-form-collapse.d.ts +39 -0
  364. package/es/modules/gct-form/interface/i-form/i-form-container.d.ts +53 -0
  365. package/es/modules/gct-form/interface/i-form/i-form-edit-item.d.ts +154 -0
  366. package/es/modules/gct-form/interface/i-form/i-form-group-container.d.ts +24 -0
  367. package/es/modules/gct-form/interface/i-form/i-form-group.d.ts +35 -0
  368. package/es/modules/gct-form/interface/i-form/i-form-hidden-item.d.ts +11 -0
  369. package/es/modules/gct-form/interface/i-form/i-form-item-basic.d.ts +131 -0
  370. package/es/modules/gct-form/interface/i-form/i-form-item.d.ts +11 -0
  371. package/es/modules/gct-form/interface/i-form/i-form-line.d.ts +24 -0
  372. package/es/modules/gct-form/interface/i-form/i-form-tab-pane.d.ts +23 -0
  373. package/es/modules/gct-form/interface/i-form/i-form-tab.d.ts +25 -0
  374. package/es/modules/gct-form/interface/i-form/i-form.d.ts +93 -0
  375. package/es/modules/gct-form/interface/i-form/index.d.ts +14 -0
  376. package/es/modules/gct-form/interface/i-layout/i-flex-layout/i-flex-container.d.ts +75 -0
  377. package/es/modules/gct-form/interface/i-layout/i-flex-layout/i-flex-item.d.ts +51 -0
  378. package/es/modules/gct-form/interface/i-layout/i-grid-layout/i-grid-container.d.ts +29 -0
  379. package/es/modules/gct-form/interface/i-layout/i-grid-layout/i-grid-item-span.d.ts +54 -0
  380. package/es/modules/gct-form/interface/i-layout/i-grid-layout/i-grid-item.d.ts +37 -0
  381. package/es/modules/gct-form/interface/i-layout/i-layout-basis/i-layout-container-basis.d.ts +11 -0
  382. package/es/modules/gct-form/interface/i-layout/index.d.ts +6 -0
  383. package/es/modules/gct-form/interface/i-provider/i-editor-provider/i-editor-provider.d.ts +24 -0
  384. package/es/modules/gct-form/interface/i-provider/i-form-item-provider/i-form-item-provider.d.ts +44 -0
  385. package/es/modules/gct-form/interface/i-provider/index.d.ts +2 -0
  386. package/es/modules/gct-form/interface/i-state/form/form.state.d.ts +59 -0
  387. package/es/modules/gct-form/interface/i-state/form-collapse/form-collapse.state.d.ts +11 -0
  388. package/es/modules/gct-form/interface/i-state/form-collapse-pane/form-collapse-pane.state.d.ts +11 -0
  389. package/es/modules/gct-form/interface/i-state/form-edit-item/form-edit-item.state.d.ts +38 -0
  390. package/es/modules/gct-form/interface/i-state/form-group/form-group.state.d.ts +21 -0
  391. package/es/modules/gct-form/interface/i-state/form-hidden-item/form-hidden-item.state.d.ts +5 -0
  392. package/es/modules/gct-form/interface/i-state/form-item/form-item.state.d.ts +20 -0
  393. package/es/modules/gct-form/interface/i-state/form-item-basic/form-item-basic.state.d.ts +63 -0
  394. package/es/modules/gct-form/interface/i-state/form-line/form-line.state.d.ts +10 -0
  395. package/es/modules/gct-form/interface/i-state/form-tab/form-tab.state.d.ts +19 -0
  396. package/es/modules/gct-form/interface/i-state/form-tab-pane/form-tab-pane.state.d.ts +11 -0
  397. package/es/modules/gct-form/interface/i-state/index.d.ts +11 -0
  398. package/es/modules/gct-form/interface/index.d.ts +7 -0
  399. package/es/modules/gct-form/props/gct-form-item/gct-form-item.props.d.ts +63 -0
  400. package/es/modules/gct-form/props/gct-form-item/gct-form-item.props.mjs +66 -0
  401. package/es/modules/gct-form/props/index.d.ts +1 -0
  402. package/es/modules/gct-form/register/editor-register/editor-register.d.ts +49 -0
  403. package/es/modules/gct-form/register/editor-register/editor-register.mjs +57 -0
  404. package/es/modules/gct-form/register/form-item-register/form-item-register.d.ts +36 -0
  405. package/es/modules/gct-form/register/form-item-register/form-item-register.mjs +42 -0
  406. package/es/modules/gct-form/register/index.d.ts +2 -0
  407. package/es/modules/gct-form/state/form/form.state.d.ts +25 -0
  408. package/es/modules/gct-form/state/form/form.state.mjs +17 -0
  409. package/es/modules/gct-form/state/form-collapse/form-collapse.state.d.ts +14 -0
  410. package/es/modules/gct-form/state/form-collapse/form-collapse.state.mjs +6 -0
  411. package/es/modules/gct-form/state/form-collapse-pane/form-collapse-pane.state.d.ts +14 -0
  412. package/es/modules/gct-form/state/form-collapse-pane/form-collapse-pane.state.mjs +6 -0
  413. package/es/modules/gct-form/state/form-edit-item/form-edit-item.state.d.ts +18 -0
  414. package/es/modules/gct-form/state/form-edit-item/form-edit-item.state.mjs +10 -0
  415. package/es/modules/gct-form/state/form-group/form-group.state.d.ts +21 -0
  416. package/es/modules/gct-form/state/form-group/form-group.state.mjs +14 -0
  417. package/es/modules/gct-form/state/form-item/form-item.state.d.ts +14 -0
  418. package/es/modules/gct-form/state/form-item/form-item.state.mjs +6 -0
  419. package/es/modules/gct-form/state/form-item-basic/form-item-basic.state.d.ts +17 -0
  420. package/es/modules/gct-form/state/form-item-basic/form-item-basic.state.mjs +9 -0
  421. package/es/modules/gct-form/state/form-line/form-line.state.d.ts +11 -0
  422. package/es/modules/gct-form/state/form-line/form-line.state.mjs +6 -0
  423. package/es/modules/gct-form/state/form-tab/form-tab.state.d.ts +15 -0
  424. package/es/modules/gct-form/state/form-tab/form-tab.state.mjs +7 -0
  425. package/es/modules/gct-form/state/form-tab-pane/form-tab-pane.state.d.ts +14 -0
  426. package/es/modules/gct-form/state/form-tab-pane/form-tab-pane.state.mjs +6 -0
  427. package/es/modules/gct-form/state/index.d.ts +10 -0
  428. package/es/modules/gct-form/utils/index.d.ts +1 -0
  429. package/es/modules/gct-form/utils/width-install/width-install.d.ts +17 -0
  430. package/es/modules/gct-form/utils/width-install/width-install.mjs +19 -0
  431. package/es/modules/gct-form/widgets/gct-edit-form/gct-edit-form.d.ts +81 -0
  432. package/es/modules/gct-form/widgets/gct-edit-form/gct-edit-form.mjs +151 -0
  433. package/es/modules/gct-form/widgets/gct-edit-form/index.mjs +10 -0
  434. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse/gct-form-collapse.css +97 -0
  435. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse/gct-form-collapse.d.ts +41 -0
  436. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse/gct-form-collapse.mjs +79 -0
  437. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse/gct-form-collapse.model.d.ts +19 -0
  438. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse/gct-form-collapse.provider.d.ts +5 -0
  439. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse/gct-form-collapse.provider.mjs +14 -0
  440. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse/index.d.ts +7 -0
  441. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse/index.mjs +15 -0
  442. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse-pane/gct-form-collapse-pane.css +79 -0
  443. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse-pane/gct-form-collapse-pane.d.ts +39 -0
  444. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse-pane/gct-form-collapse-pane.mjs +77 -0
  445. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse-pane/gct-form-collapse-pane.model.d.ts +18 -0
  446. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse-pane/gct-form-collapse-pane.provider.d.ts +5 -0
  447. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse-pane/gct-form-collapse-pane.provider.mjs +16 -0
  448. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse-pane/index.d.ts +7 -0
  449. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse-pane/index.mjs +15 -0
  450. package/es/modules/gct-form/widgets/gct-form/gct-form-group/gct-form-group.css +88 -0
  451. package/es/modules/gct-form/widgets/gct-form/gct-form-group/gct-form-group.d.ts +40 -0
  452. package/es/modules/gct-form/widgets/gct-form/gct-form-group/gct-form-group.mjs +94 -0
  453. package/es/modules/gct-form/widgets/gct-form/gct-form-group/gct-form-group.model.d.ts +19 -0
  454. package/es/modules/gct-form/widgets/gct-form/gct-form-group/gct-form-group.provider.d.ts +5 -0
  455. package/es/modules/gct-form/widgets/gct-form/gct-form-group/gct-form-group.provider.mjs +14 -0
  456. package/es/modules/gct-form/widgets/gct-form/gct-form-group/index.d.ts +7 -0
  457. package/es/modules/gct-form/widgets/gct-form/gct-form-group/index.mjs +15 -0
  458. package/es/modules/gct-form/widgets/gct-form/gct-form-hidden-item/gct-form-hidden-item.model.d.ts +16 -0
  459. package/es/modules/gct-form/widgets/gct-form/gct-form-hidden-item/gct-form-hidden-item.provider.d.ts +5 -0
  460. package/es/modules/gct-form/widgets/gct-form/gct-form-hidden-item/gct-form-hidden-item.provider.mjs +16 -0
  461. package/es/modules/gct-form/widgets/gct-form/gct-form-hidden-item/index.d.ts +6 -0
  462. package/es/modules/gct-form/widgets/gct-form/gct-form-item/gct-form-item.css +171 -0
  463. package/es/modules/gct-form/widgets/gct-form/gct-form-item/gct-form-item.d.ts +54 -0
  464. package/es/modules/gct-form/widgets/gct-form/gct-form-item/gct-form-item.mjs +163 -0
  465. package/es/modules/gct-form/widgets/gct-form/gct-form-item/gct-form-item.model.d.ts +17 -0
  466. package/es/modules/gct-form/widgets/gct-form/gct-form-item/gct-form-item.provider.d.ts +5 -0
  467. package/es/modules/gct-form/widgets/gct-form/gct-form-item/gct-form-item.provider.mjs +14 -0
  468. package/es/modules/gct-form/widgets/gct-form/gct-form-item/index.d.ts +7 -0
  469. package/es/modules/gct-form/widgets/gct-form/gct-form-line/gct-form-line.css +72 -0
  470. package/es/modules/gct-form/widgets/gct-form/gct-form-line/gct-form-line.d.ts +37 -0
  471. package/es/modules/gct-form/widgets/gct-form/gct-form-line/gct-form-line.mjs +48 -0
  472. package/es/modules/gct-form/widgets/gct-form/gct-form-line/gct-form-line.model.d.ts +15 -0
  473. package/es/modules/gct-form/widgets/gct-form/gct-form-line/gct-form-line.provider.d.ts +5 -0
  474. package/es/modules/gct-form/widgets/gct-form/gct-form-line/gct-form-line.provider.mjs +14 -0
  475. package/es/modules/gct-form/widgets/gct-form/gct-form-line/index.d.ts +7 -0
  476. package/es/modules/gct-form/widgets/gct-form/gct-form-line/index.mjs +12 -0
  477. package/es/modules/gct-form/widgets/gct-form/gct-form-tab/gct-form-tab.css +108 -0
  478. package/es/modules/gct-form/widgets/gct-form/gct-form-tab/gct-form-tab.d.ts +38 -0
  479. package/es/modules/gct-form/widgets/gct-form/gct-form-tab/gct-form-tab.mjs +72 -0
  480. package/es/modules/gct-form/widgets/gct-form/gct-form-tab/gct-form-tab.model.d.ts +10 -0
  481. package/es/modules/gct-form/widgets/gct-form/gct-form-tab/gct-form-tab.provider.d.ts +5 -0
  482. package/es/modules/gct-form/widgets/gct-form/gct-form-tab/gct-form-tab.provider.mjs +14 -0
  483. package/es/modules/gct-form/widgets/gct-form/gct-form-tab/index.d.ts +7 -0
  484. package/es/modules/gct-form/widgets/gct-form/gct-form-tab/index.mjs +12 -0
  485. package/es/modules/gct-form/widgets/gct-form/gct-form-tab-pane/gct-form-tab-pane.css +74 -0
  486. package/es/modules/gct-form/widgets/gct-form/gct-form-tab-pane/gct-form-tab-pane.d.ts +39 -0
  487. package/es/modules/gct-form/widgets/gct-form/gct-form-tab-pane/gct-form-tab-pane.mjs +71 -0
  488. package/es/modules/gct-form/widgets/gct-form/gct-form-tab-pane/gct-form-tab-pane.model.d.ts +17 -0
  489. package/es/modules/gct-form/widgets/gct-form/gct-form-tab-pane/gct-form-tab-pane.provider.d.ts +5 -0
  490. package/es/modules/gct-form/widgets/gct-form/gct-form-tab-pane/gct-form-tab-pane.provider.mjs +14 -0
  491. package/es/modules/gct-form/widgets/gct-form/gct-form-tab-pane/index.d.ts +6 -0
  492. package/es/modules/gct-form/widgets/gct-form/gct-form-tab-pane/index.mjs +15 -0
  493. package/es/modules/gct-form/widgets/gct-form/gct-form-title-group/gct-form-title-group.css +82 -0
  494. package/es/modules/gct-form/widgets/gct-form/gct-form-title-group/gct-form-title-group.d.ts +30 -0
  495. package/es/modules/gct-form/widgets/gct-form/gct-form-title-group/gct-form-title-group.mjs +73 -0
  496. package/es/modules/gct-form/widgets/gct-form/gct-form-title-group/gct-form-title-group.model.d.ts +19 -0
  497. package/es/modules/gct-form/widgets/gct-form/gct-form-title-group/gct-form-title-group.provider.d.ts +5 -0
  498. package/es/modules/gct-form/widgets/gct-form/gct-form-title-group/gct-form-title-group.provider.mjs +14 -0
  499. package/es/modules/gct-form/widgets/gct-form/gct-form-title-group/index.d.ts +7 -0
  500. package/es/modules/gct-form/widgets/gct-form/gct-form-title-group/index.mjs +16 -0
  501. package/es/modules/gct-form/widgets/gct-form/gct-form.css +73 -0
  502. package/es/modules/gct-form/widgets/gct-form/gct-form.d.ts +41 -0
  503. package/es/modules/gct-form/widgets/gct-form/gct-form.mjs +147 -0
  504. package/es/modules/gct-form/widgets/gct-form/index.d.ts +14 -0
  505. package/es/modules/gct-form/widgets/gct-form/index.mjs +33 -0
  506. package/es/modules/gct-table/controller/gct-table/gct-table.controller.d.ts +54 -0
  507. package/es/modules/gct-table/controller/gct-table/gct-table.controller.mjs +143 -0
  508. package/es/modules/gct-table/controller/index.d.ts +5 -0
  509. package/es/modules/gct-table/controller/table-item/table-action-item.controller.d.ts +15 -0
  510. package/es/modules/gct-table/controller/table-item/table-action-item.controller.mjs +6 -0
  511. package/es/modules/gct-table/controller/table-item/table-edit-item.controller.d.ts +19 -0
  512. package/es/modules/gct-table/controller/table-item/table-edit-item.controller.mjs +16 -0
  513. package/es/modules/gct-table/controller/table-item/table-item.controller.d.ts +21 -0
  514. package/es/modules/gct-table/controller/table-item/table-item.controller.mjs +26 -0
  515. package/es/modules/gct-table/controller/table-row/table-row.controller.d.ts +28 -0
  516. package/es/modules/gct-table/controller/table-row/table-row.controller.mjs +70 -0
  517. package/es/modules/gct-table/editor/gct-table-date/gct-table-date.d.ts +49 -0
  518. package/es/modules/gct-table/editor/gct-table-date/gct-table-date.mjs +93 -0
  519. package/es/modules/gct-table/editor/gct-table-date/gct-table-date.provider.d.ts +11 -0
  520. package/es/modules/gct-table/editor/gct-table-date/gct-table-date.provider.mjs +5 -0
  521. package/es/modules/gct-table/editor/gct-table-date/index.d.ts +4 -0
  522. package/es/modules/gct-table/editor/gct-table-date/index.mjs +52 -0
  523. package/es/modules/gct-table/editor/gct-table-span/gct-table-span.css +86 -0
  524. package/es/modules/gct-table/editor/gct-table-span/gct-table-span.d.ts +34 -0
  525. package/es/modules/gct-table/editor/gct-table-span/gct-table-span.mjs +40 -0
  526. package/es/modules/gct-table/editor/gct-table-span/gct-table-span.provider.d.ts +13 -0
  527. package/es/modules/gct-table/editor/gct-table-span/gct-table-span.provider.mjs +5 -0
  528. package/es/modules/gct-table/editor/gct-table-span/index.d.ts +4 -0
  529. package/es/modules/gct-table/editor/gct-table-span/index.mjs +52 -0
  530. package/es/modules/gct-table/editor/gct-table-text/gct-table-text.css +80 -0
  531. package/es/modules/gct-table/editor/gct-table-text/gct-table-text.d.ts +50 -0
  532. package/es/modules/gct-table/editor/gct-table-text/gct-table-text.mjs +106 -0
  533. package/es/modules/gct-table/editor/gct-table-text/gct-table-text.provider.d.ts +13 -0
  534. package/es/modules/gct-table/editor/gct-table-text/gct-table-text.provider.mjs +5 -0
  535. package/es/modules/gct-table/editor/gct-table-text/index.d.ts +4 -0
  536. package/es/modules/gct-table/editor/gct-table-text/index.mjs +52 -0
  537. package/es/modules/gct-table/editor/index.mjs +11 -0
  538. package/es/modules/gct-table/hooks/index.d.ts +1 -0
  539. package/es/modules/gct-table/hooks/use-ant-table/use-ant-table.d.ts +10 -0
  540. package/es/modules/gct-table/hooks/use-ant-table/use-ant-table.mjs +85 -0
  541. package/es/modules/gct-table/index.d.ts +10 -0
  542. package/es/modules/gct-table/index.mjs +15 -0
  543. package/es/modules/gct-table/interface/i-controller/index.d.ts +5 -0
  544. package/es/modules/gct-table/interface/i-controller/table/i-table.controller.d.ts +133 -0
  545. package/es/modules/gct-table/interface/i-controller/table-item/i-table-action-item.controller.d.ts +21 -0
  546. package/es/modules/gct-table/interface/i-controller/table-item/i-table-edit-item.controller.d.ts +44 -0
  547. package/es/modules/gct-table/interface/i-controller/table-item/i-table-item.controller.d.ts +61 -0
  548. package/es/modules/gct-table/interface/i-controller/table-row/i-table-row.controller.d.ts +110 -0
  549. package/es/modules/gct-table/interface/i-events/index.d.ts +1 -0
  550. package/es/modules/gct-table/interface/i-events/table/i-table.event.d.ts +21 -0
  551. package/es/modules/gct-table/interface/i-provider/i-table-editor-provider/i-table-editor-provider.d.ts +24 -0
  552. package/es/modules/gct-table/interface/i-provider/index.d.ts +1 -0
  553. package/es/modules/gct-table/interface/i-state/index.d.ts +4 -0
  554. package/es/modules/gct-table/interface/i-state/table/i-table.state.d.ts +50 -0
  555. package/es/modules/gct-table/interface/i-state/table-item/table-edit-item.state.d.ts +47 -0
  556. package/es/modules/gct-table/interface/i-state/table-item/table-item.state.d.ts +28 -0
  557. package/es/modules/gct-table/interface/i-state/table-row/table-row.state.d.ts +35 -0
  558. package/es/modules/gct-table/interface/i-table/i-pagination.d.ts +29 -0
  559. package/es/modules/gct-table/interface/i-table/i-table-action-item.d.ts +135 -0
  560. package/es/modules/gct-table/interface/i-table/i-table-edit-item.d.ts +74 -0
  561. package/es/modules/gct-table/interface/i-table/i-table-item.d.ts +98 -0
  562. package/es/modules/gct-table/interface/i-table/i-table.d.ts +76 -0
  563. package/es/modules/gct-table/interface/i-table/index.d.ts +4 -0
  564. package/es/modules/gct-table/interface/index.d.ts +5 -0
  565. package/es/modules/gct-table/register/index.d.ts +1 -0
  566. package/es/modules/gct-table/register/table-editor-register/table-editor-register.d.ts +53 -0
  567. package/es/modules/gct-table/register/table-editor-register/table-editor-register.mjs +61 -0
  568. package/es/modules/gct-table/state/index.d.ts +4 -0
  569. package/es/modules/gct-table/state/table/table.state.d.ts +45 -0
  570. package/es/modules/gct-table/state/table/table.state.mjs +37 -0
  571. package/es/modules/gct-table/state/table-item/table-edit-item.state.d.ts +18 -0
  572. package/es/modules/gct-table/state/table-item/table-edit-item.state.mjs +10 -0
  573. package/es/modules/gct-table/state/table-item/table-item.state.d.ts +28 -0
  574. package/es/modules/gct-table/state/table-item/table-item.state.mjs +20 -0
  575. package/es/modules/gct-table/state/table-row/table-row.state.d.ts +15 -0
  576. package/es/modules/gct-table/state/table-row/table-row.state.mjs +7 -0
  577. package/es/modules/gct-table/utils/count-latch/count-latch.d.ts +70 -0
  578. package/es/modules/gct-table/utils/count-latch/count-latch.mjs +95 -0
  579. package/es/modules/gct-table/utils/count-latch/result-awaiter.d.ts +17 -0
  580. package/es/modules/gct-table/utils/index.d.ts +3 -0
  581. package/es/modules/gct-table/utils/width-install/width-install.d.ts +16 -0
  582. package/es/modules/gct-table/utils/width-install/width-install.mjs +19 -0
  583. package/es/modules/gct-table/widgets/gct-table/gct-table.css +124 -0
  584. package/es/modules/gct-table/widgets/gct-table/gct-table.d.ts +51 -0
  585. package/es/modules/gct-table/widgets/gct-table/gct-table.mjs +414 -0
  586. package/es/modules/gct-table/widgets/gct-table/index.mjs +10 -0
  587. package/es/modules/gct-table/widgets/index.mjs +9 -0
  588. package/es/modules/global-modal/index.d.ts +6 -0
  589. package/es/modules/global-modal/index.mjs +17 -0
  590. package/es/modules/global-modal/src/BasicModal.vue.d.ts +518 -0
  591. package/es/modules/global-modal/src/BasicModal.vue.mjs +221 -0
  592. package/es/modules/global-modal/src/BasicModal.vue2.mjs +5 -0
  593. package/es/modules/global-modal/src/components/GlboalModal.d.ts +251 -0
  594. package/es/modules/global-modal/src/components/GlboalModal.mjs +40 -0
  595. package/es/modules/global-modal/src/components/ModalClose.css +95 -0
  596. package/es/modules/global-modal/src/components/ModalClose.vue.d.ts +27 -0
  597. package/es/modules/global-modal/src/components/ModalClose.vue.mjs +79 -0
  598. package/es/modules/global-modal/src/components/ModalClose.vue3.mjs +6 -0
  599. package/es/modules/global-modal/src/components/ModalFooter.vue.d.ts +270 -0
  600. package/es/modules/global-modal/src/components/ModalFooter.vue.mjs +44 -0
  601. package/es/modules/global-modal/src/components/ModalFooter.vue2.mjs +5 -0
  602. package/es/modules/global-modal/src/components/ModalHeader.vue.d.ts +17 -0
  603. package/es/modules/global-modal/src/components/ModalHeader.vue.mjs +11 -0
  604. package/es/modules/global-modal/src/components/ModalHeader.vue2.mjs +13 -0
  605. package/es/modules/global-modal/src/components/ModalWrapper.vue.d.ts +95 -0
  606. package/es/modules/global-modal/src/components/ModalWrapper.vue.mjs +26 -0
  607. package/es/modules/global-modal/src/components/ModalWrapper.vue2.mjs +136 -0
  608. package/es/modules/global-modal/src/hooks/useModal.d.ts +6 -0
  609. package/es/modules/global-modal/src/hooks/useModal.mjs +120 -0
  610. package/es/modules/global-modal/src/hooks/useModalContext.d.ts +5 -0
  611. package/es/modules/global-modal/src/hooks/useModalContext.mjs +11 -0
  612. package/es/modules/global-modal/src/hooks/useModalDrag.d.ts +7 -0
  613. package/es/modules/global-modal/src/hooks/useModalDrag.mjs +82 -0
  614. package/es/modules/global-modal/src/hooks/useModalFullScreen.d.ts +11 -0
  615. package/es/modules/global-modal/src/hooks/useModalFullScreen.mjs +16 -0
  616. package/es/modules/global-modal/src/index.css +153 -0
  617. package/es/modules/global-modal/src/props.d.ts +156 -0
  618. package/es/modules/global-modal/src/props.mjs +57 -0
  619. package/es/modules/global-modal/src/typing.d.ts +174 -0
  620. package/es/modules/target-loading/index.d.ts +4 -0
  621. package/es/modules/target-loading/src/createLoading.d.ts +13 -0
  622. package/es/modules/target-loading/src/createLoading.mjs +57 -0
  623. package/es/modules/target-loading/src/target-loading.css +18 -0
  624. package/es/modules/target-loading/src/target-loading.vue.d.ts +57 -0
  625. package/es/modules/target-loading/src/target-loading.vue.mjs +52 -0
  626. package/es/modules/target-loading/src/target-loading.vue3.mjs +7 -0
  627. package/es/modules/target-loading/src/typing.d.ts +9 -0
  628. package/es/modules/target-loading/src/useLoading.d.ts +9 -0
  629. package/es/setup-app.d.ts +1 -0
  630. package/es/setup-app.mjs +4 -0
  631. package/es/types/index.d.ts +201 -1
  632. package/es/utils/index.d.ts +4 -1
  633. package/es/utils/message-util/message-util.d.ts +7 -0
  634. package/es/utils/message-util/message-util.mjs +26 -0
  635. package/es/utils/monaco-loader/monaco-loader.d.ts +59 -0
  636. package/es/utils/monaco-loader/monaco-loader.mjs +88 -0
  637. package/es/utils/overlay-controller/overlay-controller.d.ts +18 -0
  638. package/es/utils/overlay-controller/overlay-controller.mjs +23 -0
  639. package/es/utils/with-install.mjs +0 -1
  640. package/package.json +33 -13
  641. package/dist/core-web.css +0 -1
  642. package/es/_virtual/_commonjsHelpers.mjs +0 -44
  643. package/es/_virtual/node.mjs +0 -7
  644. package/es/_virtual/node2.mjs +0 -3
  645. package/es/components/code-editor/code-editor.scss +0 -3
  646. package/es/components/layout/flex-container/flex-container.d.ts +0 -15
  647. package/es/components/layout/flex-container/flex-container.mjs +0 -90
  648. package/es/components/layout/flex-container/flex-container.scss +0 -3
  649. package/es/components/layout/flex-item/flex-item.d.ts +0 -14
  650. package/es/components/layout/flex-item/flex-item.mjs +0 -53
  651. package/es/components/layout/flex-item/flex-item.scss +0 -17
  652. package/es/components/layout/grid-container/grid-container.d.ts +0 -13
  653. package/es/components/layout/grid-container/grid-container.mjs +0 -47
  654. package/es/components/layout/view-container/view-container.scss +0 -19
  655. package/es/editor/gct-form-check-switch/gct-form-check-switch.d.ts +0 -40
  656. package/es/editor/gct-form-check-switch/gct-form-check-switch.mjs +0 -53
  657. package/es/editor/gct-form-check-switch/gct-form-check-switch.provider.d.ts +0 -13
  658. package/es/editor/gct-form-check-switch/gct-form-check-switch.provider.mjs +0 -6
  659. package/es/editor/gct-form-check-switch/gct-form-check-switch.scss +0 -10
  660. package/es/editor/gct-form-check-switch/index.mjs +0 -12
  661. package/es/editor/gct-form-checkbox/gct-form-checkbox.d.ts +0 -41
  662. package/es/editor/gct-form-checkbox/gct-form-checkbox.mjs +0 -70
  663. package/es/editor/gct-form-checkbox/gct-form-checkbox.scss +0 -56
  664. package/es/editor/gct-form-checkbox/index.d.ts +0 -11
  665. package/es/editor/gct-form-checkbox/index.mjs +0 -19
  666. package/es/editor/gct-form-color/gct-form-color.d.ts +0 -5
  667. package/es/editor/gct-form-color/gct-form-color.mjs +0 -45
  668. package/es/editor/gct-form-color/gct-form-color.provider.d.ts +0 -13
  669. package/es/editor/gct-form-color/gct-form-color.provider.mjs +0 -6
  670. package/es/editor/gct-form-color/gct-form-color.scss +0 -3
  671. package/es/editor/gct-form-color/index.d.ts +0 -7
  672. package/es/editor/gct-form-color/index.mjs +0 -17
  673. package/es/editor/gct-form-field-select/gct-form-field-select.d.ts +0 -47
  674. package/es/editor/gct-form-field-select/gct-form-field-select.mjs +0 -48
  675. package/es/editor/gct-form-field-select/gct-form-field-select.provider.d.ts +0 -13
  676. package/es/editor/gct-form-field-select/gct-form-field-select.provider.mjs +0 -6
  677. package/es/editor/gct-form-field-select/gct-form-field-select.scss +0 -7
  678. package/es/editor/gct-form-field-select/gct-model-select.vue +0 -70
  679. package/es/editor/gct-form-field-select/gct-model-select.vue.d.ts +0 -9
  680. package/es/editor/gct-form-field-select/index.mjs +0 -12
  681. package/es/editor/gct-form-i18n/gct-form-i18n.d.ts +0 -38
  682. package/es/editor/gct-form-i18n/gct-form-i18n.mjs +0 -62
  683. package/es/editor/gct-form-i18n/gct-form-i18n.provider.d.ts +0 -13
  684. package/es/editor/gct-form-i18n/gct-form-i18n.provider.mjs +0 -6
  685. package/es/editor/gct-form-i18n/index.mjs +0 -12
  686. package/es/editor/gct-form-icon-select/gct-form-icon-select.d.ts +0 -29
  687. package/es/editor/gct-form-icon-select/gct-form-icon-select.mjs +0 -74
  688. package/es/editor/gct-form-icon-select/gct-form-icon-select.scss +0 -14
  689. package/es/editor/gct-form-icon-select/index.d.ts +0 -8
  690. package/es/editor/gct-form-icon-select/index.mjs +0 -14
  691. package/es/editor/gct-form-info/gct-form-info.d.ts +0 -28
  692. package/es/editor/gct-form-info/gct-form-info.mjs +0 -40
  693. package/es/editor/gct-form-info/gct-form-info.scss +0 -8
  694. package/es/editor/gct-form-info/index.d.ts +0 -8
  695. package/es/editor/gct-form-info/index.mjs +0 -14
  696. package/es/editor/gct-form-length-unit/gct-form-length-unit.d.ts +0 -39
  697. package/es/editor/gct-form-length-unit/gct-form-length-unit.mjs +0 -43
  698. package/es/editor/gct-form-length-unit/gct-form-length-unit.provider.d.ts +0 -13
  699. package/es/editor/gct-form-length-unit/gct-form-length-unit.provider.mjs +0 -6
  700. package/es/editor/gct-form-length-unit/index.mjs +0 -12
  701. package/es/editor/gct-form-modal-select/gct-form-modal-select.d.ts +0 -45
  702. package/es/editor/gct-form-modal-select/gct-form-modal-select.mjs +0 -99
  703. package/es/editor/gct-form-modal-select/gct-form-modal-select.provider.d.ts +0 -13
  704. package/es/editor/gct-form-modal-select/gct-form-modal-select.provider.mjs +0 -6
  705. package/es/editor/gct-form-modal-select/gct-form-modal-select.scss +0 -7
  706. package/es/editor/gct-form-modal-select/index.mjs +0 -12
  707. package/es/editor/gct-form-number/gct-form-number.d.ts +0 -28
  708. package/es/editor/gct-form-number/gct-form-number.mjs +0 -44
  709. package/es/editor/gct-form-number/gct-form-number.provider.d.ts +0 -4
  710. package/es/editor/gct-form-number/gct-form-number.provider.mjs +0 -6
  711. package/es/editor/gct-form-number/gct-form-number.scss +0 -3
  712. package/es/editor/gct-form-number/index.d.ts +0 -7
  713. package/es/editor/gct-form-number/index.mjs +0 -17
  714. package/es/editor/gct-form-picker/gct-form-picker.d.ts +0 -39
  715. package/es/editor/gct-form-picker/gct-form-picker.mjs +0 -92
  716. package/es/editor/gct-form-picker/gct-form-picker.provider.d.ts +0 -13
  717. package/es/editor/gct-form-picker/gct-form-picker.provider.mjs +0 -6
  718. package/es/editor/gct-form-picker/index.mjs +0 -12
  719. package/es/editor/gct-form-radio/gct-form-radio.d.ts +0 -37
  720. package/es/editor/gct-form-radio/gct-form-radio.mjs +0 -70
  721. package/es/editor/gct-form-radio/gct-form-radio.scss +0 -68
  722. package/es/editor/gct-form-radio/index.d.ts +0 -11
  723. package/es/editor/gct-form-radio/index.mjs +0 -19
  724. package/es/editor/gct-form-select/gct-form-select.d.ts +0 -38
  725. package/es/editor/gct-form-select/gct-form-select.mjs +0 -50
  726. package/es/editor/gct-form-select/gct-form-select.provider.d.ts +0 -13
  727. package/es/editor/gct-form-select/gct-form-select.provider.mjs +0 -6
  728. package/es/editor/gct-form-select/index.mjs +0 -12
  729. package/es/editor/gct-form-span/gct-form-span.d.ts +0 -43
  730. package/es/editor/gct-form-span/gct-form-span.mjs +0 -89
  731. package/es/editor/gct-form-span/gct-form-span.provider.d.ts +0 -13
  732. package/es/editor/gct-form-span/gct-form-span.provider.mjs +0 -6
  733. package/es/editor/gct-form-span/gct-form-span.scss +0 -10
  734. package/es/editor/gct-form-span/index.mjs +0 -12
  735. package/es/editor/gct-form-switch/gct-form-switch.d.ts +0 -26
  736. package/es/editor/gct-form-switch/gct-form-switch.mjs +0 -35
  737. package/es/editor/gct-form-switch/gct-form-switch.provider.d.ts +0 -13
  738. package/es/editor/gct-form-switch/gct-form-switch.provider.mjs +0 -6
  739. package/es/editor/gct-form-switch/index.d.ts +0 -7
  740. package/es/editor/gct-form-switch/index.mjs +0 -17
  741. package/es/editor/gct-form-text/gct-form-text.d.ts +0 -32
  742. package/es/editor/gct-form-text/gct-form-text.mjs +0 -45
  743. package/es/editor/gct-form-text/gct-form-text.provider.d.ts +0 -13
  744. package/es/editor/gct-form-text/gct-form-text.provider.mjs +0 -6
  745. package/es/editor/gct-form-text/index.d.ts +0 -7
  746. package/es/editor/gct-form-text/index.mjs +0 -17
  747. package/es/editor/gct-form-textarea/gct-form-textarea.d.ts +0 -28
  748. package/es/editor/gct-form-textarea/gct-form-textarea.mjs +0 -40
  749. package/es/editor/gct-form-textarea/gct-form-textarea.provider.d.ts +0 -4
  750. package/es/editor/gct-form-textarea/gct-form-textarea.provider.mjs +0 -6
  751. package/es/editor/gct-form-textarea/index.mjs +0 -12
  752. package/es/editor/index.mjs +0 -51
  753. package/es/node_modules/.pnpm/@aesoper_normal-utils@0.1.5/node_modules/@aesoper/normal-utils/NormalUtils.es.mjs +0 -3
  754. package/es/node_modules/.pnpm/@monaco-editor_loader@1.5.0/node_modules/@monaco-editor/loader/lib/es/_virtual/_rollupPluginBabelHelpers.mjs +0 -142
  755. package/es/node_modules/.pnpm/@monaco-editor_loader@1.5.0/node_modules/@monaco-editor/loader/lib/es/config/index.mjs +0 -7
  756. package/es/node_modules/.pnpm/@monaco-editor_loader@1.5.0/node_modules/@monaco-editor/loader/lib/es/index.mjs +0 -1
  757. package/es/node_modules/.pnpm/@monaco-editor_loader@1.5.0/node_modules/@monaco-editor/loader/lib/es/loader/index.mjs +0 -188
  758. package/es/node_modules/.pnpm/@monaco-editor_loader@1.5.0/node_modules/@monaco-editor/loader/lib/es/utils/compose.mjs +0 -13
  759. package/es/node_modules/.pnpm/@monaco-editor_loader@1.5.0/node_modules/@monaco-editor/loader/lib/es/utils/curry.mjs +0 -19
  760. package/es/node_modules/.pnpm/@monaco-editor_loader@1.5.0/node_modules/@monaco-editor/loader/lib/es/utils/deepMerge.mjs +0 -14
  761. package/es/node_modules/.pnpm/@monaco-editor_loader@1.5.0/node_modules/@monaco-editor/loader/lib/es/utils/isObject.mjs +0 -5
  762. package/es/node_modules/.pnpm/@monaco-editor_loader@1.5.0/node_modules/@monaco-editor/loader/lib/es/utils/makeCancelable.mjs +0 -20
  763. package/es/node_modules/.pnpm/@monaco-editor_loader@1.5.0/node_modules/@monaco-editor/loader/lib/es/validators/index.mjs +0 -49
  764. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/createPopper.mjs +0 -200
  765. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/dom-utils/contains.mjs +0 -26
  766. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.mjs +0 -44
  767. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/dom-utils/getClippingRect.mjs +0 -72
  768. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.mjs +0 -60
  769. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.mjs +0 -7
  770. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.mjs +0 -9
  771. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.mjs +0 -32
  772. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.mjs +0 -8
  773. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.mjs +0 -28
  774. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/dom-utils/getNodeName.mjs +0 -5
  775. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.mjs +0 -14
  776. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.mjs +0 -71
  777. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/dom-utils/getParentNode.mjs +0 -22
  778. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/dom-utils/getScrollParent.mjs +0 -19
  779. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/dom-utils/getViewportRect.mjs +0 -34
  780. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/dom-utils/getWindow.mjs +0 -14
  781. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.mjs +0 -13
  782. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.mjs +0 -16
  783. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/dom-utils/instanceOf.mjs +0 -23
  784. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.mjs +0 -7
  785. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/dom-utils/isScrollParent.mjs +0 -13
  786. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/dom-utils/isTableElement.mjs +0 -7
  787. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/dom-utils/listScrollParents.mjs +0 -29
  788. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/enums.mjs +0 -33
  789. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/index.mjs +0 -5
  790. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/modifiers/applyStyles.mjs +0 -87
  791. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/modifiers/arrow.mjs +0 -92
  792. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/modifiers/computeStyles.mjs +0 -171
  793. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/modifiers/eventListeners.mjs +0 -51
  794. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/modifiers/flip.mjs +0 -149
  795. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/modifiers/hide.mjs +0 -63
  796. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/modifiers/index.mjs +0 -9
  797. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/modifiers/offset.mjs +0 -56
  798. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/modifiers/popperOffsets.mjs +0 -27
  799. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/modifiers/preventOverflow.mjs +0 -144
  800. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/popper-lite.mjs +0 -12
  801. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/popper.mjs +0 -19
  802. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.mjs +0 -46
  803. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/utils/computeOffsets.mjs +0 -73
  804. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/utils/debounce.mjs +0 -17
  805. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/utils/detectOverflow.mjs +0 -67
  806. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/utils/expandToHashMap.mjs +0 -8
  807. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/utils/getAltAxis.mjs +0 -5
  808. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/utils/getBasePlacement.mjs +0 -7
  809. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/utils/getFreshSideObject.mjs +0 -10
  810. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.mjs +0 -5
  811. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/utils/getOppositePlacement.mjs +0 -13
  812. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.mjs +0 -11
  813. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/utils/getVariation.mjs +0 -5
  814. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/utils/math.mjs +0 -5
  815. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/utils/mergeByName.mjs +0 -16
  816. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/utils/mergePaddingObject.mjs +0 -7
  817. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/utils/orderModifiers.mjs +0 -46
  818. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/utils/rectToClientRect.mjs +0 -10
  819. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/utils/userAgent.mjs +0 -13
  820. package/es/node_modules/.pnpm/@popperjs_core@2.11.8/node_modules/@popperjs/core/lib/utils/within.mjs +0 -11
  821. package/es/node_modules/.pnpm/@vueuse_core@13.7.0_vue@3.5.18_typescript@5.9.2_/node_modules/@vueuse/core/index.mjs +0 -8285
  822. package/es/node_modules/.pnpm/@vueuse_shared@13.7.0_vue@3.5.18_typescript@5.9.2_/node_modules/@vueuse/shared/index.mjs +0 -1641
  823. package/es/node_modules/.pnpm/gradient-parser@1.0.2/node_modules/gradient-parser/build/node.mjs +0 -528
  824. package/es/node_modules/.pnpm/state-local@1.0.7/node_modules/state-local/lib/es/state-local.mjs +0 -193
  825. package/es/node_modules/.pnpm/tinycolor2@1.6.0/node_modules/tinycolor2/esm/tinycolor.mjs +0 -1180
  826. package/es/node_modules/.pnpm/vue-types@3.0.2_vue@3.5.18_typescript@5.9.2_/node_modules/vue-types/dist/vue-types.m.mjs +0 -3
  827. package/es/node_modules/.pnpm/vue3-colorpicker@2.3.0_@aesoper_normal-utils@0.1.5_@popperjs_core@2.11.8_@vueuse_core@1_c6850a6c65df63e96440af393dfce213/node_modules/vue3-colorpicker/index.es.mjs +0 -1815
  828. package/es/utils/index.mjs +0 -3
  829. package/es/vite-env.d.ts +0 -1
  830. package/es/widgets/gct-edit-form/gct-edit-form.d.ts +0 -62
  831. package/es/widgets/gct-edit-form/gct-edit-form.mjs +0 -126
  832. package/es/widgets/gct-edit-form/index.mjs +0 -10
  833. package/es/widgets/gct-form/gct-form-collapse/gct-form-collapse.d.ts +0 -31
  834. package/es/widgets/gct-form/gct-form-collapse/gct-form-collapse.mjs +0 -73
  835. package/es/widgets/gct-form/gct-form-collapse/gct-form-collapse.provider.d.ts +0 -5
  836. package/es/widgets/gct-form/gct-form-collapse/gct-form-collapse.provider.mjs +0 -11
  837. package/es/widgets/gct-form/gct-form-collapse/gct-form-collapse.scss +0 -62
  838. package/es/widgets/gct-form/gct-form-collapse/index.mjs +0 -15
  839. package/es/widgets/gct-form/gct-form-collapse-pane/gct-form-collapse-pane.d.ts +0 -29
  840. package/es/widgets/gct-form/gct-form-collapse-pane/gct-form-collapse-pane.mjs +0 -71
  841. package/es/widgets/gct-form/gct-form-collapse-pane/gct-form-collapse-pane.provider.d.ts +0 -5
  842. package/es/widgets/gct-form/gct-form-collapse-pane/gct-form-collapse-pane.provider.mjs +0 -13
  843. package/es/widgets/gct-form/gct-form-collapse-pane/gct-form-collapse-pane.scss +0 -23
  844. package/es/widgets/gct-form/gct-form-collapse-pane/index.mjs +0 -15
  845. package/es/widgets/gct-form/gct-form-group/gct-form-group.d.ts +0 -30
  846. package/es/widgets/gct-form/gct-form-group/gct-form-group.mjs +0 -88
  847. package/es/widgets/gct-form/gct-form-group/gct-form-group.provider.d.ts +0 -5
  848. package/es/widgets/gct-form/gct-form-group/gct-form-group.provider.mjs +0 -11
  849. package/es/widgets/gct-form/gct-form-group/gct-form-group.scss +0 -28
  850. package/es/widgets/gct-form/gct-form-group/index.mjs +0 -15
  851. package/es/widgets/gct-form/gct-form-hidden-item/gct-form-hidden-item.provider.d.ts +0 -5
  852. package/es/widgets/gct-form/gct-form-hidden-item/gct-form-hidden-item.provider.mjs +0 -13
  853. package/es/widgets/gct-form/gct-form-item/gct-form-item.d.ts +0 -35
  854. package/es/widgets/gct-form/gct-form-item/gct-form-item.mjs +0 -141
  855. package/es/widgets/gct-form/gct-form-item/gct-form-item.provider.d.ts +0 -5
  856. package/es/widgets/gct-form/gct-form-item/gct-form-item.provider.mjs +0 -11
  857. package/es/widgets/gct-form/gct-form-item/gct-form-item.scss +0 -115
  858. package/es/widgets/gct-form/gct-form-tab/gct-form-tab.d.ts +0 -28
  859. package/es/widgets/gct-form/gct-form-tab/gct-form-tab.mjs +0 -53
  860. package/es/widgets/gct-form/gct-form-tab/gct-form-tab.provider.d.ts +0 -5
  861. package/es/widgets/gct-form/gct-form-tab/gct-form-tab.provider.mjs +0 -11
  862. package/es/widgets/gct-form/gct-form-tab/gct-form-tab.scss +0 -63
  863. package/es/widgets/gct-form/gct-form-tab/index.d.ts +0 -5
  864. package/es/widgets/gct-form/gct-form-tab/index.mjs +0 -12
  865. package/es/widgets/gct-form/gct-form-tab-pane/gct-form-tab-pane.d.ts +0 -29
  866. package/es/widgets/gct-form/gct-form-tab-pane/gct-form-tab-pane.mjs +0 -65
  867. package/es/widgets/gct-form/gct-form-tab-pane/gct-form-tab-pane.provider.d.ts +0 -5
  868. package/es/widgets/gct-form/gct-form-tab-pane/gct-form-tab-pane.provider.mjs +0 -11
  869. package/es/widgets/gct-form/gct-form-tab-pane/gct-form-tab-pane.scss +0 -16
  870. package/es/widgets/gct-form/gct-form-tab-pane/index.d.ts +0 -5
  871. package/es/widgets/gct-form/gct-form-tab-pane/index.mjs +0 -15
  872. package/es/widgets/gct-form/gct-form-title-group/gct-form-title-group.d.ts +0 -30
  873. package/es/widgets/gct-form/gct-form-title-group/gct-form-title-group.mjs +0 -71
  874. package/es/widgets/gct-form/gct-form-title-group/gct-form-title-group.provider.d.ts +0 -5
  875. package/es/widgets/gct-form/gct-form-title-group/gct-form-title-group.provider.mjs +0 -11
  876. package/es/widgets/gct-form/gct-form-title-group/gct-form-title-group.scss +0 -25
  877. package/es/widgets/gct-form/gct-form-title-group/index.d.ts +0 -5
  878. package/es/widgets/gct-form/gct-form-title-group/index.mjs +0 -16
  879. package/es/widgets/gct-form/gct-form.d.ts +0 -31
  880. package/es/widgets/gct-form/gct-form.mjs +0 -110
  881. package/es/widgets/gct-form/gct-form.scss +0 -11
  882. package/es/widgets/gct-form/index.d.ts +0 -5
  883. package/es/widgets/gct-form/index.mjs +0 -31
  884. /package/es/{editor → modules/gct-form/editor}/gct-form-check-switch/index.d.ts +0 -0
  885. /package/es/{editor/gct-form-field-select → modules/gct-form/editor/gct-form-color}/index.d.ts +0 -0
  886. /package/es/{editor/gct-form-i18n → modules/gct-form/editor/gct-form-date}/index.d.ts +0 -0
  887. /package/es/{editor/gct-form-length-unit → modules/gct-form/editor/gct-form-i18n}/index.d.ts +0 -0
  888. /package/es/{editor/gct-form-modal-select → modules/gct-form/editor/gct-form-length-unit}/index.d.ts +0 -0
  889. /package/es/{editor/gct-form-picker → modules/gct-form/editor/gct-form-number}/index.d.ts +0 -0
  890. /package/es/{editor/gct-form-select → modules/gct-form/editor/gct-form-picker}/index.d.ts +0 -0
  891. /package/es/{editor/gct-form-span → modules/gct-form/editor/gct-form-select}/index.d.ts +0 -0
  892. /package/es/{editor/gct-form-textarea → modules/gct-form/editor/gct-form-span}/index.d.ts +0 -0
  893. /package/es/{editor → modules/gct-form/editor}/index.d.ts +0 -0
  894. /package/es/{widgets → modules/gct-form/widgets}/gct-edit-form/index.d.ts +0 -0
  895. /package/es/{widgets/gct-form/gct-form-collapse-pane → modules/gct-table/editor}/index.d.ts +0 -0
  896. /package/es/{widgets/gct-form/gct-form-collapse → modules/gct-table/widgets/gct-table}/index.d.ts +0 -0
  897. /package/es/{widgets/gct-form/gct-form-group → modules/gct-table/widgets}/index.d.ts +0 -0
@@ -1 +1,201 @@
1
- import '@gct-paas/core/es/types';
1
+ import '@gct-paas/core/types';
2
+
3
+ import { EditorRegister, FormItemRegister } from '../modules/gct-form';
4
+ import { TableEditorRegister } from '../modules/gct-table';
5
+
6
+ import type { CSSProperties, VNode } from 'vue';
7
+ import type { ButtonProps } from 'ant-design-vue/es/button/buttonTypes';
8
+ import type { ModalWrapperProps } from '@/modules/global-modal';
9
+
10
+ declare module '@gct-paas/core' {
11
+ interface IGlobalRegister {
12
+ editor: EditorRegister;
13
+ tableEditor: TableEditorRegister;
14
+ formItem: FormItemRegister;
15
+ }
16
+
17
+ interface IModalOptions {
18
+ visible?: boolean;
19
+ /**
20
+ *
21
+ * @default true
22
+ * @author zhanghanrui
23
+ * @date 2024-03-20 10:03:05
24
+ * @type {boolean}
25
+ */
26
+ scrollTop?: boolean;
27
+ height?: number | string;
28
+ minHeight?: number;
29
+ /**
30
+ * open drag
31
+ *
32
+ * @default true
33
+ * @author zhanghanrui
34
+ * @date 2024-03-20 10:03:18
35
+ * @type {boolean}
36
+ */
37
+ draggable?: boolean;
38
+ centered?: boolean;
39
+ /**
40
+ *
41
+ * @default sys.cancelText
42
+ * @author zhanghanrui
43
+ * @date 2024-03-20 10:03:39
44
+ * @type {string}
45
+ */
46
+ cancelText?: string;
47
+ /**
48
+ *
49
+ * @default sys.okText
50
+ * @author zhanghanrui
51
+ * @date 2024-03-20 10:03:23
52
+ * @type {string}
53
+ */
54
+ okText?: string;
55
+
56
+ closeFunc?: () => Promise<boolean>;
57
+ defaultFullscreen?: boolean;
58
+ /**
59
+ * Can it be full screen
60
+ *
61
+ * @default true
62
+ * @author zhanghanrui
63
+ * @date 2024-03-20 10:03:48
64
+ * @type {boolean}
65
+ */
66
+ canFullscreen?: boolean;
67
+ /**
68
+ * After enabling the wrapper, the bottom can be increased in height
69
+ *
70
+ * @default 0
71
+ * @author zhanghanrui
72
+ * @date 2024-03-20 10:03:06
73
+ * @type number
74
+ */
75
+ wrapperFooterOffset?: number;
76
+ // Warm reminder message
77
+ helpMessage?: string | string[];
78
+ /**
79
+ * Whether to setting wrapper
80
+ *
81
+ * @default true
82
+ * @author zhanghanrui
83
+ * @date 2024-03-20 10:03:35
84
+ * @type {boolean}
85
+ */
86
+ useWrapper?: boolean;
87
+ loading?: boolean;
88
+ loadingTip?: string;
89
+ /**
90
+ * Show close button
91
+ *
92
+ * @default true
93
+ * @author zhanghanrui
94
+ * @date 2024-03-20 10:03:55
95
+ * @type {boolean}
96
+ */
97
+ showCancelBtn?: boolean;
98
+ /**
99
+ * 显示关闭按钮
100
+ *
101
+ * @default true
102
+ * @author zhanghanrui
103
+ * @date 2024-06-04 09:06:11
104
+ * @type {boolean}
105
+ */
106
+ showCloseBtn?: boolean;
107
+ /**
108
+ * Show confirmation button
109
+ *
110
+ * @default true
111
+ * @author zhanghanrui
112
+ * @date 2024-03-20 10:03:06
113
+ * @type {boolean}
114
+ */
115
+ showOkBtn?: boolean;
116
+
117
+ wrapperProps?: Partial<ModalWrapperProps>;
118
+
119
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
120
+ afterClose?: Function;
121
+
122
+ bodyStyle?: CSSProperties;
123
+
124
+ /**
125
+ *
126
+ * @default true
127
+ * @author zhanghanrui
128
+ * @date 2024-03-20 10:03:21
129
+ * @type {boolean}
130
+ */
131
+ closable?: boolean;
132
+
133
+ closeIcon?: VNode;
134
+
135
+ confirmLoading?: boolean;
136
+
137
+ destroyOnClose?: boolean;
138
+
139
+ footer?: VNode | null;
140
+
141
+ /**
142
+ *
143
+ * @default true
144
+ * @author zhanghanrui
145
+ * @date 2024-03-20 10:03:34
146
+ * @type {boolean}
147
+ */
148
+ mask?: boolean;
149
+
150
+ /**
151
+ *
152
+ * @default false
153
+ * @author zhanghanrui
154
+ * @date 2024-03-20 10:03:51
155
+ * @type {boolean}
156
+ */
157
+ maskClosable?: boolean;
158
+
159
+ /**
160
+ *
161
+ * @default true
162
+ * @author zhanghanrui
163
+ * @date 2024-03-20 10:03:56
164
+ * @type {boolean}
165
+ */
166
+ keyboard?: boolean;
167
+
168
+ maskStyle?: CSSProperties;
169
+
170
+ /**
171
+ *
172
+ * @default 'primary'
173
+ * @author zhanghanrui
174
+ * @date 2024-03-20 10:03:48
175
+ * @type string
176
+ */
177
+ okType?: string;
178
+
179
+ okButtonProps?: ButtonProps;
180
+
181
+ cancelButtonProps?: ButtonProps;
182
+
183
+ title?: string;
184
+
185
+ width?: string | number;
186
+
187
+ wrapClassName?: string;
188
+
189
+ zIndex?: number;
190
+
191
+ /**
192
+ * 是否显示底部
193
+ *
194
+ * @default true
195
+ * @author zhanghanrui
196
+ * @date 2024-04-07 18:04:17
197
+ * @type {boolean}
198
+ */
199
+ showFooter?: boolean;
200
+ }
201
+ }
@@ -1 +1,4 @@
1
- export { withInstall } from './with-install';
1
+ export { MessageUtil } from './message-util/message-util';
2
+ export * from './monaco-loader/monaco-loader';
3
+ export { OverlayController, overlay, } from './overlay-controller/overlay-controller';
4
+ export { withInstall, type CustomComponent, type WithInstall, } from './with-install';
@@ -0,0 +1,7 @@
1
+ import { IMessageParams, IMessageUtil } from '@gct-paas/core';
2
+ export declare class MessageUtil implements IMessageUtil {
3
+ info(msg: string, params?: IMessageParams): Promise<void>;
4
+ success(msg: string, params?: IMessageParams): Promise<void>;
5
+ warning(msg: string, params?: IMessageParams): Promise<void>;
6
+ error(msg: string, params?: IMessageParams): Promise<void>;
7
+ }
@@ -0,0 +1,26 @@
1
+ import { message } from 'ant-design-vue';
2
+
3
+ class MessageUtil {
4
+ info(msg, params) {
5
+ return new Promise((resolve) => {
6
+ message.info(msg, params?.duration, resolve);
7
+ });
8
+ }
9
+ success(msg, params) {
10
+ return new Promise((resolve) => {
11
+ message.success(msg, params?.duration, resolve);
12
+ });
13
+ }
14
+ warning(msg, params) {
15
+ return new Promise((resolve) => {
16
+ message.warning(msg, params?.duration, resolve);
17
+ });
18
+ }
19
+ error(msg, params) {
20
+ return new Promise((resolve) => {
21
+ message.error(msg, params?.duration, resolve);
22
+ });
23
+ }
24
+ }
25
+
26
+ export { MessageUtil };
@@ -0,0 +1,59 @@
1
+ /**
2
+ * Monaco Editor 懒加载工具
3
+ * 统一管理 Monaco Editor 的加载和配置
4
+ * 使用 @monaco-editor/loader 实现按需加载
5
+ */
6
+ import type * as Monaco from 'monaco-editor';
7
+ /**
8
+ * Monaco Editor 加载器类
9
+ * 单例模式,统一管理 Monaco Editor 的加载和配置
10
+ */
11
+ declare class MonacoLoader {
12
+ private _monacoInstance;
13
+ private _loadingPromise;
14
+ constructor();
15
+ /**
16
+ * 配置 Monaco Editor 加载器
17
+ */
18
+ private _configureLoader;
19
+ /**
20
+ * 加载 Monaco Editor
21
+ * 返回 Monaco Editor 的实例
22
+ * 该函数会缓存加载结果,多次调用只会加载一次
23
+ */
24
+ loadMonaco(): Promise<typeof Monaco>;
25
+ /**
26
+ * 获取已加载的 Monaco 实例
27
+ * 如果尚未加载,返回 null
28
+ */
29
+ getMonaco(): typeof Monaco | null;
30
+ /**
31
+ * 判断 Monaco 是否已加载
32
+ */
33
+ isMonacoLoaded(): boolean;
34
+ /**
35
+ * 创建 Monaco Editor 实例的辅助函数
36
+ * @param container DOM 容器
37
+ * @param options 编辑器配置选项
38
+ */
39
+ createMonacoEditor(container: HTMLElement, options?: Monaco.editor.IStandaloneEditorConstructionOptions): Promise<Monaco.editor.IStandaloneCodeEditor>;
40
+ /**
41
+ * 创建 Monaco Diff Editor 实例的辅助函数
42
+ * @param container DOM 容器
43
+ * @param options 编辑器配置选项
44
+ */
45
+ createMonacoDiffEditor(container: HTMLElement, options?: Monaco.editor.IStandaloneDiffEditorConstructionOptions): Promise<Monaco.editor.IStandaloneDiffEditor>;
46
+ /**
47
+ * 创建 Monaco Model 的辅助函数
48
+ * @param value 文本内容
49
+ * @param language 语言类型
50
+ * @param uri 资源标识符
51
+ */
52
+ createMonacoModel(value: string, language?: string, uri?: Monaco.Uri): Promise<Monaco.editor.ITextModel>;
53
+ }
54
+ export declare const monacoLoader: MonacoLoader;
55
+ export type { Monaco };
56
+ export type IMonacoLoader = MonacoLoader;
57
+ export type IMonacoEditor = Monaco.editor.IStandaloneCodeEditor;
58
+ export type IMonacoDiffEditor = Monaco.editor.IStandaloneDiffEditor;
59
+ export type IMonacoITextModel = Monaco.editor.ITextModel;
@@ -0,0 +1,88 @@
1
+ import loader from '@monaco-editor/loader';
2
+
3
+ class MonacoLoader {
4
+ // Monaco Editor 实例缓存
5
+ _monacoInstance = null;
6
+ // 加载状态
7
+ _loadingPromise = null;
8
+ constructor() {
9
+ this._configureLoader();
10
+ }
11
+ /**
12
+ * 配置 Monaco Editor 加载器
13
+ */
14
+ _configureLoader() {
15
+ loader.config({
16
+ paths: {
17
+ vs: location.origin + "/extras/monaco-editor/0.55.1/min/vs"
18
+ }
19
+ });
20
+ }
21
+ /**
22
+ * 加载 Monaco Editor
23
+ * 返回 Monaco Editor 的实例
24
+ * 该函数会缓存加载结果,多次调用只会加载一次
25
+ */
26
+ async loadMonaco() {
27
+ if (this._monacoInstance) {
28
+ return this._monacoInstance;
29
+ }
30
+ if (this._loadingPromise) {
31
+ return this._loadingPromise;
32
+ }
33
+ this._loadingPromise = loader.init();
34
+ try {
35
+ this._monacoInstance = await this._loadingPromise;
36
+ console.info("✓ Monaco Editor loaded successfully");
37
+ return this._monacoInstance;
38
+ } catch (error) {
39
+ console.error("✗ Failed to load Monaco Editor:", error);
40
+ this._loadingPromise = null;
41
+ throw error;
42
+ }
43
+ }
44
+ /**
45
+ * 获取已加载的 Monaco 实例
46
+ * 如果尚未加载,返回 null
47
+ */
48
+ getMonaco() {
49
+ return this._monacoInstance;
50
+ }
51
+ /**
52
+ * 判断 Monaco 是否已加载
53
+ */
54
+ isMonacoLoaded() {
55
+ return this._monacoInstance !== null;
56
+ }
57
+ /**
58
+ * 创建 Monaco Editor 实例的辅助函数
59
+ * @param container DOM 容器
60
+ * @param options 编辑器配置选项
61
+ */
62
+ async createMonacoEditor(container, options) {
63
+ const monaco = await this.loadMonaco();
64
+ return monaco.editor.create(container, options);
65
+ }
66
+ /**
67
+ * 创建 Monaco Diff Editor 实例的辅助函数
68
+ * @param container DOM 容器
69
+ * @param options 编辑器配置选项
70
+ */
71
+ async createMonacoDiffEditor(container, options) {
72
+ const monaco = await this.loadMonaco();
73
+ return monaco.editor.createDiffEditor(container, options);
74
+ }
75
+ /**
76
+ * 创建 Monaco Model 的辅助函数
77
+ * @param value 文本内容
78
+ * @param language 语言类型
79
+ * @param uri 资源标识符
80
+ */
81
+ async createMonacoModel(value, language, uri) {
82
+ const monaco = await this.loadMonaco();
83
+ return monaco.editor.createModel(value, language, uri);
84
+ }
85
+ }
86
+ const monacoLoader = new MonacoLoader();
87
+
88
+ export { monacoLoader };
@@ -0,0 +1,18 @@
1
+ import { IModalData, IModalOptions, IOverlayContainer, IOverlayController } from '@gct-paas/core';
2
+ /**
3
+ * 用不同呈现方式绘制组件的通用工具类
4
+ *
5
+ * @author zhanghanrui
6
+ * @date 2024-03-19 19:03:34
7
+ * @export
8
+ * @class OverlayController
9
+ * @implements {IOverlayController}
10
+ */
11
+ export declare class OverlayController implements IOverlayController {
12
+ modal<T = IModalData>(component: unknown, props?: IParams, opts?: IModalOptions): Promise<T>;
13
+ createModal(component: unknown, props?: IParams, opts?: IModalOptions): IOverlayContainer;
14
+ }
15
+ /**
16
+ * 唯一界面绘制控制器
17
+ */
18
+ export declare const overlay: OverlayController;
@@ -0,0 +1,23 @@
1
+ import { isFunction, isString } from 'lodash-es';
2
+ import { h, resolveComponent } from 'vue';
3
+ import { createModal } from '../../components/app-modal/app-modal-component.mjs';
4
+
5
+ function resolveComponentOrStr(component) {
6
+ return isString(component) ? resolveComponent(component) : component;
7
+ }
8
+ class OverlayController {
9
+ async modal(component, props, opts) {
10
+ const modal = this.createModal(component, props, opts);
11
+ modal.present();
12
+ return modal.onWillDismiss();
13
+ }
14
+ createModal(component, props, opts) {
15
+ return createModal(
16
+ isFunction(component) ? component : () => h(resolveComponentOrStr(component), { ...props }),
17
+ opts
18
+ );
19
+ }
20
+ }
21
+ const overlay = new OverlayController();
22
+
23
+ export { OverlayController, overlay };
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  const withInstall = (component, alias) => {
3
2
  component.install = (app) => {
4
3
  const compName = component.name || component.displayName;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gct-paas/core-web",
3
- "version": "0.1.4-dev.1",
3
+ "version": "0.1.4-dev.11",
4
4
  "type": "module",
5
5
  "description": "paas 平台网页端核心包",
6
6
  "main": "dist/index.min.cjs",
@@ -12,6 +12,9 @@
12
12
  "types": "./es/index.d.ts",
13
13
  "import": "./es/index.mjs",
14
14
  "require": "./dist/index.min.cjs"
15
+ },
16
+ "./types": {
17
+ "types": "./es/types/index.d.ts"
15
18
  }
16
19
  },
17
20
  "files": [
@@ -31,8 +34,9 @@
31
34
  "license": "MIT",
32
35
  "author": "gct",
33
36
  "scripts": {
34
- "dev": "rollup -c -w --environment=NODE_ENV:development",
35
- "build": "npm run lint && rollup -c --environment=NODE_ENV:production && vite build --mode production --config vite.config.ts",
37
+ "dev": "cross-env NODE_ENV=development vite build --watch --config vite.dev.config.ts",
38
+ "es:build": "vite build --config vite.dev.config.ts",
39
+ "build": "npm run lint && vite build --config vite.dev.config.ts && vite build --config vite.config.ts",
36
40
  "lint": "eslint src/",
37
41
  "publish:next": "npm run build && npm publish --access public --tag=next --registry=https://registry.npmjs.org/",
38
42
  "publish:dev": "npm run build && npm publish --access public --tag=dev --registry=https://registry.npmjs.org/",
@@ -44,21 +48,37 @@
44
48
  "gen-api:platform": "gct-paas gen-api --url=http://paas.paasdev.gct-paas.com --tag=platform -t ../cli/hbs-temp -o ./src/service/gct-platform && prettier './src/service/gct-platform' --write"
45
49
  },
46
50
  "dependencies": {
47
- "@gct-paas/core": "0.1.4-dev.1",
48
- "@monaco-editor/loader": "^1.5.0",
51
+ "@ant-design/icons-vue": "^6.1.0",
52
+ "@gct-paas/api": "^0.1.1",
53
+ "@gct-paas/core": "0.1.4-dev.11",
54
+ "@gct-paas/platform-icons": "^0.0.2",
55
+ "@gct-paas/scss": "0.1.4-dev.11",
56
+ "@icon-park/vue-next": "^1.4.2",
57
+ "@monaco-editor/loader": "^1.7.0",
58
+ "@vueuse/core": "^14.1.0",
49
59
  "ant-design-vue": "3.2.20",
50
- "lodash-es": "^4.17.21",
51
- "monaco-editor": "^0.52.2",
52
- "vue": "^3.5.18",
53
- "vue3-colorpicker": "^2.3.0"
60
+ "bignumber.js": "^9.1.2",
61
+ "cropperjs": "^1.5.13",
62
+ "dayjs": "^1.11.19",
63
+ "lodash-es": "^4.17.23",
64
+ "monaco-editor": "^0.55.1",
65
+ "overlayscrollbars": "^2.14.0",
66
+ "overlayscrollbars-vue": "^0.5.9",
67
+ "qx-util": "^0.4.8",
68
+ "react-dnd-html5-backend": "^16.0.1",
69
+ "sql-formatter": "^15.7.2",
70
+ "vue": "^3.5.29",
71
+ "vue3-dnd": "^2.1.0",
72
+ "vuedraggable": "^2.24.3",
73
+ "wujie": "^1.0.29",
74
+ "wujie-vue3": "^1.0.29"
54
75
  },
55
76
  "devDependencies": {
56
- "@gct-paas/build": "0.1.4-dev.1",
57
- "@gct-paas/scss": "0.1.4-dev.1",
58
- "sass": "^1.90.0"
77
+ "@gct-paas/build": "^0.1.5-dev.9",
78
+ "vue-tsc": "^3.2.5"
59
79
  },
60
80
  "peerDependencies": {
61
81
  "vue": "^3.x"
62
82
  },
63
- "gitHead": "7e7b2aa6f2f6237dbfeaf29a4607cafba21b5585"
83
+ "gitHead": "6b0fd87c1a7799aa228f40b160e53a7358c25186"
64
84
  }
package/dist/core-web.css DELETED
@@ -1 +0,0 @@
1
- .gct-code-editor{height:100%}.gct-flex-container{display:flex}.gct-view-container{background-color:#fff;height:100%;display:flex;flex-direction:column}.gct-view-container-header{flex-shrink:0}.gct-view-container-content{flex-grow:1;overflow:hidden auto}.gct-view-container-footer{flex-shrink:0}.gct-form-color{vertical-align:middle}.gct-gct-form-check-switch--checkbox{height:32px;padding-top:5px}.gct-gct-form-check-switch.is-readonly{pointer-events:none}.gct-gct-form-icon-select{--box-size: 40px;width:100%;height:100%}.gct-gct-form-icon-select__title{display:inline-block;font-size:14px;color:#474747;width:56px;text-align:center}.gct-gct-form-number{width:100%}.gct-gct-form-modal-select{display:flex}.gct-gct-form-modal-select__select{flex:1}.gct-gct-form-field-select{display:flex}.gct-gct-form-field-select__select{flex:1}.gct-box[data-v-bff0c27a]{margin-top:16px}.gct-box[data-v-bff0c27a] .ant-transfer-list{height:340px;width:240px}.gct-form-span{min-height:var(--gct-form-item-min-height);display:flex;align-items:center}.gct-form-span__copy{cursor:pointer;margin-left:4px}.gct-gct-form-radio--radio.ant-radio-group{height:32px;display:flex;align-items:center}.gct-gct-form-radio.gct-gct-form-radio--button.ant-radio-group{width:100%;padding:2px;border-radius:4px;background-color:#f2f4f7;display:inline-block;display:flex}.gct-gct-form-radio.gct-gct-form-radio--button.ant-radio-group .ant-radio-button-wrapper{border-width:0;background-color:transparent;color:#212528;border-radius:2px;padding:0;flex:1;text-align:center}.gct-gct-form-radio.gct-gct-form-radio--button.ant-radio-group .ant-radio-button-wrapper:not(:first-child):before{width:0}.gct-gct-form-radio.gct-gct-form-radio--button.ant-radio-group .ant-radio-button-wrapper span:last-child{padding:4px;border-radius:2px;display:inline-flex;line-height:1;vertical-align:-1px}.gct-gct-form-radio.gct-gct-form-radio--button.ant-radio-group .ant-radio-button-wrapper span:last-child:hover{background-color:#e6e9ef}.gct-gct-form-radio.gct-gct-form-radio--button.ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked{background-color:#fff}.gct-gct-form-radio.gct-gct-form-radio--button.ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked span:last-child:hover{background-color:transparent}.gct-gct-form-radio.gct-gct-form-radio--button.ant-radio-group.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within{box-shadow:0 0}.gct-gct-form-radio.gct-gct-form-radio--button.ant-radio-group.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover{color:#212528}.gct-gct-form-radio.gct-gct-form-radio--button.ant-radio-group.ant-radio-group-small .ant-radio-button-wrapper{height:24px;line-height:24px;font-size:12px}.gct-gct-form-info{color:#c3c3c3}.gct-gct-form-info__icon{margin-right:3px;vertical-align:-1px}.gct-gct-form-checkbox--checkbox.ant-checkbox-group{height:32px;display:flex;align-items:center}.gct-gct-form-checkbox.ant-checkbox-group{width:100%;padding:2px;border-radius:4px;display:flex;gap:4px 8px;flex-wrap:wrap;height:auto}.gct-gct-form-checkbox.ant-checkbox-group .ant-checkbox+span{padding-left:4px}.gct-gct-form-checkbox.ant-checkbox-group .ant-checkbox-group-item{margin-right:0;display:flex;align-items:flex-start}.gct-gct-form-checkbox.ant-checkbox-group .ant-checkbox-wrapper{display:flex}.gct-gct-form-checkbox.ant-checkbox-group.isColumn{flex-flow:column wrap;align-items:flex-start}.gct-gct-form-checkbox.ant-checkbox-group .drag-wrap{width:100%}.gct-gct-form-checkbox.ant-checkbox-group .drag-wrap .drag-checkbox-item{padding:6px 4px;border-radius:4px;background-color:#f2f4f7}.gct-gct-form-checkbox.ant-checkbox-group .drag-wrap .drag-checkbox-item .icon-drag{line-height:1}.gct-gct-form-checkbox.ant-checkbox-group .drag-wrap .drag-checkbox-item+.drag-checkbox-item{margin-top:4px}.small-alpha-slider{height:10px!important}.small-alpha-slider .small-bar{height:10px!important;width:10px!important}.small-alpha-slider .small-bar div{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.bee-alpha-slider{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.bee-alpha-slider.is-vertical{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.bee-alpha-slider.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-alpha-slider__bar{position:relative;width:100%;height:100%;border-radius:15px}.bee-alpha-slider__bar-pointer{position:absolute;width:14px;height:14px}.bee-alpha-slider__bar-handle{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.bee-alpha-slider__bar-handle.vertical{transform:translateY(-7px);margin-top:0}.bee-compact{margin-bottom:15px;width:auto;box-shadow:3px 0 5px #00000014;display:inline-block}.bee-compact__row{position:relative;width:100%;margin:0}.bee-compact__row>*{display:inline-block;vertical-align:middle}.bee-compact__color_cube{width:100%;height:100%}.bee-compact__color_cube.transparent:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#fff}.bee-compact__color_cube.transparent:after{content:"";position:absolute;top:100%;left:0;transform:rotate(-45deg);transform-origin:0 0;width:35px;height:1px;background:red}.bee-compact__color_cube.advance{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAdCAYAAAC9pNwMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABqVJREFUeNrEl11yHDUQx1ua2Zlde2M7jqESqnjg45kjcBwOwQG4BY+8cwWK17xBUUARICQhTmI7tte7Ozs7o+bXLTleuACpKNJqJP3789+doKoSPxfVGxFZioS1iK5Yd0nCJko9iLTVVvZSlCOp5FBF7vP5RFTelyDHvmYvMPPtiP19fu+HIHPetrllX2TLMJAOgEehti3ZY/Axap51ZB5ZDEnGMUoCNCmDbRv+2Q4CDJ5Mymj4OmE0CNj6b5WJlkel3xkiGXjOc0imDH/JDid1AXQEfKgccHg3lN+uhh+v2WkkOvCUnT3GjP2WOfrJzjUNPq/ugPUej1TiwME3+DfVUhWkEQF6LZraJxsp6xHLIzW/DNyAW75PGJVrOxbQFSeWzOsdjQ/tZHTxtSgdzAimMfOAdbas7crUvIWAqZg5+gg8FBzYTOygbo1tAb1xTYMs/q1xAFgnvBx5JrKO2X9pzJrJhr+b5BaY8vjG3O+w7HFnypkZ+zP3K8AWL7FHiRsJappe4knA9fo/pj7WrIrdshBs8cukcu0ljhK2lZt1Q8B1msMj5WCQKoibd8q8p1J8i6aWJnrJCcDljDX2Cm8Jn2WJC9PtIHpYeowza125Dc3c6CQ1MbEdooxoPQw54Ak9jigaKcAMk9ddgUi68ZxMmNbNG8hTXXjOZrPf+vg4C+RpRRJqO0ps8FxtzhoJLiSIHCWtLi9u5LiZyqKv0UvlHmaccukoVjJLFu2YUy946FRidS7beCXN9i3gKzd1Yo53ps7ppTnqEYD0mYNldpuxnvIo2nZb/L+ay9tulA/sJpE/Tfchj1H2kW2KpsFYSK4YgI1vZDJe57XmIAu642N5kCxUJfQ8bA48IKpWGNKi/T7rPWRMBMkp5lhz5mUlV0O+fGAGC5XMkTzoG349I/D+Qis0jpeZBt0CXaZGnwtwdcS7A/4ycOIi3bNI0pzfxoVHQYYDIu+A9djJ5bKX+c2BVKnHS5Xcw8QTecWlXxi/khgvYMFzHlp4/g74WREshg3zpuS9mfowShxyrnv6wFS2Dl12QUDwaO54xIWTKZem8up7M0ojn5BzdftEdPMzII9ljE8kVde8Z5y89PSJYcACAJhWTigFOO1rpqRbWs0pKjp4Nkl6OMiGQiFnKsOnLQNqJNe33yV5iFml/4YLfzB+wwpvuNoT+eq0F+JWYtp50MlXLBvUAkLlXXbdloHkUsREDsc6y9LDvs2pTNJD6eM5+x/KAslqWK/pOo/WEIvw3PC3q8rZz3IzWBqqp2CpTvjAACIVyFhLMQmlwXPU9gYrC+lCZs0VtPkc0Jfc+Va+XK/lK3Pr10XhF8ToAjf1VKktAH0hd3srqesSMmCJaiNwJB/IzNviF9Uor8NnndSkyRBfExbPpdHfKRg/yqH8JCPxdvbZVE6+6GTzmCD9Af45RfhzLGZZtEaIVQVdDpLwVByAHeIu8DXWGTySUil8wSNw6fMoliZnfHsqfXiC2M+gjJXX7wuEOvm4gWUBa9h4xrAAtwy6hHyWo1QQGc9gDkD7sAt8VjqETSnUHaArd0Gupc8ZBv4n4ymUfiEPxEu4/A3eyayX+x+ZZjjoIEl6D+2zrJJgyOoKf68RCKJXOpt4B3xZQNclwVeSbXVd2hXzKXlpqsC3c0ttyR3La6rTW2yyP1dpSbdowUtBji1+aAioxTZXD+ORZcrs+A5YF9kWnnfWeJUSZgnswKeZ7FNHkaeXgjTmowVhkhuQ1pQxCE1aik2A16OVVwtvayxmW6fdeDNKKcs79Zhy5eaFwIOXsxu3grolVsUVS0y0pAKN3tpMStdlheJajZ1V5rxWHxoJjR6crr51frlg59K73AFWf7h3gs8BlWtpsHpqwrioa6nJj5lphgim1C3XdPGuuZm2hYIB90QCrKqxDnPkm81hN6pvAyqElRdvN3exjdXeYGQS8oXGmjgoICQjhUh6jdSYmvQdpakSFArIfg6bqiqZW6t3N6HaNbUX7M4Lt4NK8bX3SblJM9Mas+65xuodpVFRj58HfLyAdPZjftCittnLXaHWKQdczNE4trkfK8GFiT3RVqU523gaBbeC04/3zW3pp0yJWFqfofjZejBfw3bGE3WNO8jrmLtDt5ahVyHt+DiUDv/WtFpAQ+4MrDFvC3Bb+uXiI2f1TXGURfesNPc11mjacki1dK/JKTnsUmYGLnnM/2MycWRt7dCtedrSyhqPe39tPBecjV3rrTWDweqzSl2hsfVwM3lX+UL+f0CuTv/Hn38EGAAvCnNy1JKVIQAAAABJRU5ErkJggg==)}.bee-compact__color_cube .alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-compact__color-cube--wrap{position:relative;width:25px;height:25px;cursor:pointer;overflow:hidden}.bee-compact__color-cube--wrap:hover{transform:scale(1.2);z-index:299;transition:transform .2s}.bee-colorPicker__record{display:flex;align-items:center;margin-top:20px}.bee-colorPicker__record .text{width:48px;margin-right:10px;text-align:right;font-size:12px;color:#666}.bee-colorPicker__record .color-list{width:auto;display:flex;position:relative;margin:0}.bee-colorPicker__record .color-list .color-item{position:relative;width:25px;height:25px;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle;margin-right:1px;box-shadow:3px 0 5px #00000014}.bee-colorPicker__record .color-list .color-item__round{border-radius:50%}.bee-colorPicker__record .color-list .color-item.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-colorPicker__record .color-list .color-item:hover{transform:scale(1.2);z-index:299;transition:transform .2s}.bee-colorPicker__record .color-list .color-item__display{width:100%;height:100%}.small-hue-slider{height:10px!important}.small-hue-slider .small-bar{height:10px!important;width:10px!important}.small-hue-slider .small-bar div{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.bee-hue-colorPicker{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.bee-hue-colorPicker.is-vertical{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.bee-hue-colorPicker.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-hue-colorPicker__inner{position:relative;width:100%;height:100%;border-radius:15px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMkAAAAdCAYAAAAAaUg8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKtJREFUeNrs09EKgjAUgOGzEFfv/7CVBceiLiJiLnf7fSAbDoUj/iWnyKgRcXxf9Wtt7Vvntf8854jLY3uN19qzf67nH/e2nmmdZ8xjg2x+sI533qf9g4wM/3GvLPumOHVMWf/4SiWWsUG6/6bG+/NWDgE0iQREAiIBkYBIQCQgEhAJiAQQCYgERAIiAZGASEAkIBJAJCASEAmIBEQCIgGRgEgAkYBIYNAqwAD5oWo3bpsiKwAAAABJRU5ErkJggg==);background-size:100%}.bee-hue-colorPicker__inner-pointer{position:absolute;width:14px;height:14px}.bee-hue-colorPicker__inner-handle{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.bee-hue-colorPicker__inner-handle.vertical{transform:translate(-1px,-7px);margin-top:0}.small-light-slider{height:10px!important}.small-light-slider .small-bar{height:10px!important;width:10px!important}.small-light-slider .small-bar div{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.bee-light-colorPicker{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.bee-light-colorPicker.is-vertical{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.bee-light-colorPicker.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-light-colorPicker__inner{position:relative;width:100%;height:100%;border-radius:15px}.bee-light-colorPicker__inner-pointer{position:absolute;width:14px;height:14px}.bee-light-colorPicker__inner-handle{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.bee-light-colorPicker__inner-handle.vertical{transform:translateY(-7px);margin-top:0}.bee-saturation{position:relative;margin-bottom:15px;width:100%;height:125px}.bee-saturation__chrome{border-top-left-radius:5px;border-top-right-radius:5px;border-color:transparent}.bee-saturation__hidden{overflow:hidden}.bee-saturation__white,.bee-saturation__black{position:absolute;top:0;left:0;right:0;bottom:0}.bee-saturation__black{background:linear-gradient(0deg,#000,transparent)}.bee-saturation__white{background:linear-gradient(90deg,#fff,#fff0)}.bee-saturation__cursor{position:absolute}.bee-saturation__cursor div{transform:translate(-5px,-5px);box-shadow:0 1px 4px #0000005e;width:10px;height:10px;border:1px solid white;border-radius:50%;cursor:pointer}.inputs-controls{display:flex;font-size:16px;margin-bottom:5px}.inputs-controls .formatBtn{position:relative;display:inline-flex;justify-content:center;align-items:center;padding:1px;border:0;text-align:center;cursor:pointer;background-color:transparent;font-weight:700;outline:none;margin-right:5px}.inputs-controls .formatBtn:hover{color:#1a3aff}.inputs-controls .format-group{display:flex;flex-grow:1}.inputs-controls .format-group input{padding:5px;margin:0 3px;min-width:0;text-align:center;border-width:0 0 1px 0;-webkit-appearance:none;appearance:none;-moz-appearance:textfield;outline:none;flex:1}.inputs-controls .format-group input::-webkit-outer-spin-button,.inputs-controls .format-group input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0}.bee-fk-colorPicker{position:relative;box-sizing:border-box;border-radius:3px;box-shadow:0 0 10px #00000026;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;width:249px;padding-bottom:10px}.bee-fk-colorPicker__inner{padding:12px}.bee-fk-colorPicker__header{margin-bottom:12px;z-index:999;text-align:left}.bee-fk-colorPicker__header .back{border:solid black;border-width:0 1px 1px 0;display:inline-block;padding:4px;margin-left:2px;transform:rotate(135deg);-webkit-transform:rotate(135deg)}.bee-fk-colorPicker__display{position:relative;width:100%;margin:0;text-align:left}.bee-fk-colorPicker__display .transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-fk-colorPicker__display .current-color{margin-right:10px;width:50px;height:24px;box-shadow:3px 0 5px #00000014;position:relative;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle}.bee-fk-colorPicker__display .current-color .color-cube{width:100%;height:100%}.bee-fk-colorPicker__display .hexColor-prefix{position:relative;padding:0 4px;font-size:14px;display:inline-block;vertical-align:middle}.bee-fk-colorPicker__display input{width:25px;text-align:center;outline:0;border-top:0;border-right:0;border-left:none;display:inline-block;vertical-align:middle;padding-bottom:3px;border-bottom:1px solid #e3e2e8}.bee-fk-colorPicker__display .hexColor-input{width:64px}.bee-fk-colorPicker__display .action{float:right;vertical-align:middle}.bee-fk-colorPicker__display .action .clear-btn{border-color:transparent;color:#409eff;background:transparent;padding-left:0;padding-right:0;display:inline-block;vertical-align:middle;cursor:pointer}.bee-fk-colorPicker__display .action .copy-btn{border-color:transparent;color:#13ce66cc;background:transparent;padding-left:0;padding-right:0;display:inline-block;margin-left:10px;vertical-align:middle;cursor:pointer}.bee-ele-colorPicker{position:relative;box-sizing:border-box;border-radius:3px;box-shadow:0 0 10px #00000026;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;padding:10px;width:300px}.bee-ele-colorPicker .bee-ele-row{display:flex}.bee-ele-colorPicker .bee-ele-row .bee-ele-saturation{width:280px;height:180px}.bee-ele-colorPicker .bee-ele-row .bee-ele-hue{margin-left:10px;height:180px}.bee-chrome-colorPicker{position:relative;box-sizing:border-box;border-radius:3px;box-shadow:0 0 10px #00000026;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;width:250px;padding-bottom:20px}.bee-chrome-colorPicker-body{padding:0 12px;background-color:#fff}.bee-chrome-colorPicker-body .chrome-controls{display:flex}.bee-chrome-colorPicker-body .chrome-controls .chrome-color-wrap{position:relative;width:36px;height:36px;border-radius:50%;overflow:hidden;z-index:1}.bee-chrome-colorPicker-body .chrome-controls .chrome-color-wrap .current-color{width:100%;height:100%}.bee-chrome-colorPicker-body .chrome-controls .chrome-sliders{flex:1;margin-left:10px}.bee-color-wrap{margin-right:10px;width:50px;height:24px;box-shadow:3px 0 5px #00000014;position:relative;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle}.bee-color-wrap.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-color-wrap.round{width:22px;height:22px;border-radius:50%;border:1px solid #d8d8d8}.bee-color-wrap .current-color{width:100%;height:100%}.vc-alpha-slider[data-v-18925ba6]{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.vc-alpha-slider.is-vertical[data-v-18925ba6]{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.vc-alpha-slider.transparent[data-v-18925ba6]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-alpha-slider__bar[data-v-18925ba6]{position:relative;width:100%;height:100%;border-radius:15px}.vc-alpha-slider__bar-pointer[data-v-18925ba6]{position:absolute;width:14px;height:14px}.vc-alpha-slider__bar-handle[data-v-18925ba6]{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.vc-alpha-slider__bar-handle.vertical[data-v-18925ba6]{transform:translateY(-7px);margin-top:0}.vc-alpha-slider.small-slider[data-v-18925ba6]{height:10px!important}.vc-alpha-slider.small-slider .small-bar[data-v-18925ba6]{height:10px!important;width:10px!important}.vc-alpha-slider.small-slider .small-bar div[data-v-18925ba6]{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.vc-compact[data-v-b969fd48]{margin-bottom:15px;width:auto;box-shadow:3px 0 5px #00000014;display:inline-block}.vc-compact__row[data-v-b969fd48]{position:relative;width:100%;margin:0;height:27px}.vc-compact__row>*[data-v-b969fd48]{display:inline-block;vertical-align:middle}.vc-compact__color_cube[data-v-b969fd48]{width:100%;height:100%}.vc-compact__color_cube.transparent[data-v-b969fd48]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#fff}.vc-compact__color_cube.transparent[data-v-b969fd48]:after{content:"";position:absolute;top:100%;left:0;transform:rotate(-45deg);transform-origin:0 0;width:35px;height:1px;background:red}.vc-compact__color_cube.advance[data-v-b969fd48]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAdCAYAAAC9pNwMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABqVJREFUeNrEl11yHDUQx1ua2Zlde2M7jqESqnjg45kjcBwOwQG4BY+8cwWK17xBUUARICQhTmI7tte7Ozs7o+bXLTleuACpKNJqJP3789+doKoSPxfVGxFZioS1iK5Yd0nCJko9iLTVVvZSlCOp5FBF7vP5RFTelyDHvmYvMPPtiP19fu+HIHPetrllX2TLMJAOgEehti3ZY/Axap51ZB5ZDEnGMUoCNCmDbRv+2Q4CDJ5Mymj4OmE0CNj6b5WJlkel3xkiGXjOc0imDH/JDid1AXQEfKgccHg3lN+uhh+v2WkkOvCUnT3GjP2WOfrJzjUNPq/ugPUej1TiwME3+DfVUhWkEQF6LZraJxsp6xHLIzW/DNyAW75PGJVrOxbQFSeWzOsdjQ/tZHTxtSgdzAimMfOAdbas7crUvIWAqZg5+gg8FBzYTOygbo1tAb1xTYMs/q1xAFgnvBx5JrKO2X9pzJrJhr+b5BaY8vjG3O+w7HFnypkZ+zP3K8AWL7FHiRsJappe4knA9fo/pj7WrIrdshBs8cukcu0ljhK2lZt1Q8B1msMj5WCQKoibd8q8p1J8i6aWJnrJCcDljDX2Cm8Jn2WJC9PtIHpYeowza125Dc3c6CQ1MbEdooxoPQw54Ak9jigaKcAMk9ddgUi68ZxMmNbNG8hTXXjOZrPf+vg4C+RpRRJqO0ps8FxtzhoJLiSIHCWtLi9u5LiZyqKv0UvlHmaccukoVjJLFu2YUy946FRidS7beCXN9i3gKzd1Yo53ps7ppTnqEYD0mYNldpuxnvIo2nZb/L+ay9tulA/sJpE/Tfchj1H2kW2KpsFYSK4YgI1vZDJe57XmIAu642N5kCxUJfQ8bA48IKpWGNKi/T7rPWRMBMkp5lhz5mUlV0O+fGAGC5XMkTzoG349I/D+Qis0jpeZBt0CXaZGnwtwdcS7A/4ycOIi3bNI0pzfxoVHQYYDIu+A9djJ5bKX+c2BVKnHS5Xcw8QTecWlXxi/khgvYMFzHlp4/g74WREshg3zpuS9mfowShxyrnv6wFS2Dl12QUDwaO54xIWTKZem8up7M0ojn5BzdftEdPMzII9ljE8kVde8Z5y89PSJYcACAJhWTigFOO1rpqRbWs0pKjp4Nkl6OMiGQiFnKsOnLQNqJNe33yV5iFml/4YLfzB+wwpvuNoT+eq0F+JWYtp50MlXLBvUAkLlXXbdloHkUsREDsc6y9LDvs2pTNJD6eM5+x/KAslqWK/pOo/WEIvw3PC3q8rZz3IzWBqqp2CpTvjAACIVyFhLMQmlwXPU9gYrC+lCZs0VtPkc0Jfc+Va+XK/lK3Pr10XhF8ToAjf1VKktAH0hd3srqesSMmCJaiNwJB/IzNviF9Uor8NnndSkyRBfExbPpdHfKRg/yqH8JCPxdvbZVE6+6GTzmCD9Af45RfhzLGZZtEaIVQVdDpLwVByAHeIu8DXWGTySUil8wSNw6fMoliZnfHsqfXiC2M+gjJXX7wuEOvm4gWUBa9h4xrAAtwy6hHyWo1QQGc9gDkD7sAt8VjqETSnUHaArd0Gupc8ZBv4n4ymUfiEPxEu4/A3eyayX+x+ZZjjoIEl6D+2zrJJgyOoKf68RCKJXOpt4B3xZQNclwVeSbXVd2hXzKXlpqsC3c0ttyR3La6rTW2yyP1dpSbdowUtBji1+aAioxTZXD+ORZcrs+A5YF9kWnnfWeJUSZgnswKeZ7FNHkaeXgjTmowVhkhuQ1pQxCE1aik2A16OVVwtvayxmW6fdeDNKKcs79Zhy5eaFwIOXsxu3grolVsUVS0y0pAKN3tpMStdlheJajZ1V5rxWHxoJjR6crr51frlg59K73AFWf7h3gs8BlWtpsHpqwrioa6nJj5lphgim1C3XdPGuuZm2hYIB90QCrKqxDnPkm81hN6pvAyqElRdvN3exjdXeYGQS8oXGmjgoICQjhUh6jdSYmvQdpakSFArIfg6bqiqZW6t3N6HaNbUX7M4Lt4NK8bX3SblJM9Mas+65xuodpVFRj58HfLyAdPZjftCittnLXaHWKQdczNE4trkfK8GFiT3RVqU523gaBbeC04/3zW3pp0yJWFqfofjZejBfw3bGE3WNO8jrmLtDt5ahVyHt+DiUDv/WtFpAQ+4MrDFvC3Bb+uXiI2f1TXGURfesNPc11mjacki1dK/JKTnsUmYGLnnM/2MycWRt7dCtedrSyhqPe39tPBecjV3rrTWDweqzSl2hsfVwM3lX+UL+f0CuTv/Hn38EGAAvCnNy1JKVIQAAAABJRU5ErkJggg==)}.vc-compact__color_cube .alpha[data-v-b969fd48]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-compact__color-cube--wrap[data-v-b969fd48]{position:relative;width:27px;height:27px;cursor:pointer;overflow:hidden}.vc-compact__color-cube--wrap[data-v-b969fd48]:hover{transform:scale(1.2);z-index:299;transition:transform .2s}.vc-saturation[data-v-7f0cdcdf]{position:relative;margin-bottom:15px;width:100%;height:125px}.vc-saturation__chrome[data-v-7f0cdcdf]{border-top-left-radius:5px;border-top-right-radius:5px;border-color:transparent}.vc-saturation__hidden[data-v-7f0cdcdf]{overflow:hidden}.vc-saturation__white[data-v-7f0cdcdf],.vc-saturation__black[data-v-7f0cdcdf]{position:absolute;top:0;left:0;right:0;bottom:0}.vc-saturation__black[data-v-7f0cdcdf]{background:linear-gradient(0deg,#000,transparent)}.vc-saturation__white[data-v-7f0cdcdf]{background:linear-gradient(90deg,#fff,#fff0)}.vc-saturation__cursor[data-v-7f0cdcdf]{position:absolute}.vc-saturation__cursor div[data-v-7f0cdcdf]{transform:translate(-5px,-5px);box-shadow:0 1px 4px #0000005e;width:10px;height:10px;border:1px solid white;border-radius:50%;cursor:pointer}.vc-hue-slider[data-v-e1a08576]{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.vc-hue-slider.is-vertical[data-v-e1a08576]{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.vc-hue-slider.transparent[data-v-e1a08576]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-hue-slider__bar[data-v-e1a08576]{position:relative;width:100%;height:100%;border-radius:15px;background:linear-gradient(to right,red,#ff0,#0f0,#0ff,#00f,#f0f,red);background:-webkit-linear-gradient(left,rgb(255,0,0) 0%,rgb(255,255,0) 16.66%,rgb(0,255,0) 33.33%,rgb(0,255,255) 50%,rgb(0,0,255) 66.66%,rgb(255,0,255) 83.33%,rgb(255,0,0) 100%);background:-moz-linear-gradient(left,rgb(255,0,0) 0%,rgb(255,255,0) 16.66%,rgb(0,255,0) 33.33%,rgb(0,255,255) 50%,rgb(0,0,255) 66.66%,rgb(255,0,255) 83.33%,rgb(255,0,0) 100%);background:-ms-linear-gradient(left,rgb(255,0,0) 0%,rgb(255,255,0) 16.66%,rgb(0,255,0) 33.33%,rgb(0,255,255) 50%,rgb(0,0,255) 66.66%,rgb(255,0,255) 83.33%,rgb(255,0,0) 100%)}.vc-hue-slider__bar-pointer[data-v-e1a08576]{position:absolute;width:14px;height:14px}.vc-hue-slider__bar-handle[data-v-e1a08576]{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.vc-hue-slider__bar-handle.vertical[data-v-e1a08576]{transform:translateY(-7px);margin-top:0}.vc-hue-slider.small-slider[data-v-e1a08576]{height:10px!important}.vc-hue-slider.small-slider .small-bar[data-v-e1a08576]{height:10px!important;width:10px!important}.vc-hue-slider.small-slider .small-bar div[data-v-e1a08576]{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.vc-lightness-slider[data-v-94a50a9e]{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.vc-lightness-slider.is-vertical[data-v-94a50a9e]{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.vc-lightness-slider.transparent[data-v-94a50a9e]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-lightness-slider__bar[data-v-94a50a9e]{position:relative;width:100%;height:100%;border-radius:15px}.vc-lightness-slider__bar-pointer[data-v-94a50a9e]{position:absolute;width:14px;height:14px}.vc-lightness-slider__bar-handle[data-v-94a50a9e]{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.vc-lightness-slider__bar-handle.vertical[data-v-94a50a9e]{transform:translateY(-7px);margin-top:0}.vc-lightness-slider.small-slider[data-v-94a50a9e]{height:10px!important}.vc-lightness-slider.small-slider .small-bar[data-v-94a50a9e]{height:10px!important;width:10px!important}.vc-lightness-slider.small-slider .small-bar div[data-v-94a50a9e]{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.vc-colorPicker__record[data-v-0f657238]{display:flex;align-items:center;margin-top:15px}.vc-colorPicker__record .text[data-v-0f657238]{width:48px;margin-right:10px;text-align:right;font-size:12px;color:#666}.vc-colorPicker__record .color-list[data-v-0f657238]{width:100%;display:flex;position:relative;margin:0;gap:2px}.vc-colorPicker__record .color-list .color-item[data-v-0f657238]{position:relative;flex:1;max-width:26px;height:26px;border-radius:2px;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle;box-shadow:3px 0 5px #0000001a}.vc-colorPicker__record .color-list .color-item__round[data-v-0f657238]{border-radius:50%}.vc-colorPicker__record .color-list .color-item.transparent[data-v-0f657238]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-colorPicker__record .color-list .color-item[data-v-0f657238]:hover{transform:scale(1.2);z-index:299;transition:transform .2s}.vc-colorPicker__record .color-list .color-item__display[data-v-0f657238]{width:100%;height:100%}.vc-display[data-v-7334ac20]{height:28px;display:flex;align-items:center;gap:8px}.vc-display .vc-current-color[data-v-7334ac20]{width:50px;height:100%;box-shadow:3px 0 5px #00000014;border-radius:2px;position:relative;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle}.vc-display .vc-current-color.vc-transparent[data-v-7334ac20]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-display .vc-current-color .color-cube[data-v-7334ac20]{width:100%;height:100%;text-align:center}.vc-display .vc-color-input[data-v-7334ac20]{height:100%;flex:1;flex-shrink:0;box-sizing:border-box;position:relative}.vc-display .vc-color-input input[data-v-7334ac20]{padding:0;border:0;outline:none;cursor:pointer;font-size:14px;text-align:center;box-sizing:border-box;background-color:#c8c8c840;color:#666;border-radius:2px;height:100%;width:100%}.vc-display .vc-rgb-input[data-v-7334ac20]{flex:1;font-size:12px;color:#666;text-align:center}.vc-display .vc-rgb-input input[data-v-7334ac20]{padding:4px 0;margin-bottom:2px;border:0;outline:none;cursor:pointer;font-size:14px;text-align:center;background-color:#c8c8c840;color:#666;border-radius:2px;width:100%}.vc-display .vc-alpha-input[data-v-7334ac20]{width:48px;height:100%;border:none;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;border-radius:2px;font-size:14px;background-color:#c8c8c840;padding:0 2px}.vc-display .vc-alpha-input>input[data-v-7334ac20]{width:100%;height:100%;padding:0;text-align:center;background-color:transparent;font-size:inherit}.vc-display .vc-alpha-input__inner[data-v-7334ac20]{padding:10px 12px;border-radius:4px;color:#000;font-size:14px;line-height:20px;outline:none;border:none;display:block;box-sizing:border-box;cursor:pointer}.vc-display .vc-input-toggle[data-v-7334ac20]{cursor:pointer;font-size:12px;line-height:12px;width:24px;border-radius:4px;padding:2px}.vc-display .vc-input-toggle[data-v-7334ac20]:hover{background-color:#efefef}.vc-display .vc-input-toggle[data-v-7334ac20]:before{height:0;width:0;margin:auto auto 2px;content:"";display:block;border-bottom:4px solid #888;border-left:4px solid transparent;border-right:4px solid transparent}.vc-display .vc-input-toggle[data-v-7334ac20]:after{height:0;width:0;margin:2px auto auto;content:"";display:block;border-top:4px solid #888;border-left:4px solid transparent;border-right:4px solid transparent}.vc-display .copy-text[data-v-7334ac20]{font-size:12px;line-height:28px;text-align:center;transform:scale(.8);display:inline-block}.vc-fk-colorPicker[data-v-48e3c224]{position:relative;box-sizing:border-box;border-radius:3px;-webkit-user-select:none;user-select:none;background-color:initial}.vc-fk-colorPicker__inner[data-v-48e3c224]{position:relative}.vc-fk-colorPicker__header[data-v-48e3c224]{z-index:999;text-align:left}.vc-fk-colorPicker__header .back[data-v-48e3c224]{border:2px solid rgba(150,150,150,.6);border-width:0 2px 2px 0;display:inline-block;padding:4px;margin-left:2px;margin-bottom:12px;transform:rotate(135deg)}.vc-fk-colorPicker__display[data-v-48e3c224]{position:relative;width:100%;margin:0;text-align:left}.vc-fk-colorPicker__display .transparent[data-v-48e3c224]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-fk-colorPicker__display .current-color[data-v-48e3c224]{margin-right:10px;width:50px;height:24px;box-shadow:3px 0 5px #00000014;position:relative;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle}.vc-fk-colorPicker__display .current-color .color-cube[data-v-48e3c224]{width:100%;height:100%}.vc-fk-colorPicker__display .hexColor-prefix[data-v-48e3c224]{position:relative;padding:0 4px;font-size:14px;display:inline-block;vertical-align:middle}.vc-fk-colorPicker__display input[data-v-48e3c224]{width:25px;text-align:center;outline:0;border-top:0;border-right:0;border-left:none;display:inline-block;vertical-align:middle;padding-bottom:3px;border-bottom:1px solid #e3e2e8}.vc-fk-colorPicker__display .hexColor-input[data-v-48e3c224]{width:64px}.vc-fk-colorPicker__display .action[data-v-48e3c224]{float:right;vertical-align:middle}.vc-fk-colorPicker__display .action .clear-btn[data-v-48e3c224]{border-color:transparent;color:#409eff;background:transparent;padding-left:0;padding-right:0;display:inline-block;vertical-align:middle;cursor:pointer}.vc-fk-colorPicker__display .action .copy-btn[data-v-48e3c224]{border-color:transparent;color:#13ce66cc;background:transparent;padding-left:0;padding-right:0;display:inline-block;margin-left:10px;vertical-align:middle;cursor:pointer}.vc-chrome-colorPicker[data-v-2611d66c]{position:relative;box-sizing:border-box;border-radius:3px;-webkit-user-select:none;user-select:none;background-color:initial}.vc-chrome-colorPicker-body[data-v-2611d66c]{position:relative}.vc-chrome-colorPicker-body .chrome-controls[data-v-2611d66c]{display:flex}.vc-chrome-colorPicker-body .chrome-controls .chrome-color-wrap[data-v-2611d66c]{position:relative;width:36px;height:36px;border-radius:50%;overflow:hidden;z-index:1}.vc-chrome-colorPicker-body .chrome-controls .chrome-color-wrap.transparent[data-v-2611d66c]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-chrome-colorPicker-body .chrome-controls .chrome-color-wrap .current-color[data-v-2611d66c]{width:100%;height:100%}.vc-chrome-colorPicker-body .chrome-controls .chrome-sliders[data-v-2611d66c]{flex:1;margin-left:10px}.bee-angle{transform:rotate(90deg)}.bee-angle>*{display:inline-block;vertical-align:middle}.bee-angle.zero-right{transform:rotate(180deg)}.bee-angle.zero-bottom{transform:rotate(270deg)}.bee-angle__round{position:relative;width:16px;height:16px;border:1px solid #666;border-radius:50%;cursor:pointer;display:inline-block;vertical-align:middle}.bee-angle__round:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:50%;height:1px;background-color:#666}.vc-gradient-picker[data-v-c4d6d6ea]{position:relative}.vc-gradient-picker__header[data-v-c4d6d6ea]{margin-bottom:12px;z-index:999;text-align:left;display:flex;justify-content:space-between;align-items:center}.vc-gradient-picker__header .back[data-v-c4d6d6ea]{border:2px solid rgba(150,150,150,.65);border-width:0 2px 2px 0;display:inline-block;padding:4px;margin-left:2px;transform:rotate(135deg);margin-right:8px}.vc-gradient-picker .vc-gradient__types[data-v-c4d6d6ea]{display:flex;width:100%;justify-content:space-between}.vc-gradient-picker .vc-gradient__types .vc-gradient-wrap__types[data-v-c4d6d6ea]{display:flex;background-color:#c8c8c840;border-radius:4px;overflow:hidden;align-items:center}.vc-gradient-picker .vc-gradient__types .vc-gradient__type[data-v-c4d6d6ea]{padding:4px 8px;color:#666;cursor:pointer;font-size:12px}.vc-gradient-picker .vc-gradient__types .vc-gradient__type.active[data-v-c4d6d6ea]{color:#000;background-color:#c8c8c8cc}.vc-gradient-picker__body[data-v-c4d6d6ea]{margin-bottom:12px;display:-ms-flexbox;display:flex;align-items:center}.vc-gradient-picker__body .vc-color-range[data-v-c4d6d6ea]{flex:1}.vc-gradient-picker__body .vc-color-range__container[data-v-c4d6d6ea]{position:relative;height:16px;border-radius:5px}.vc-gradient-picker__body .vc-color-range__container .vc-background[data-v-c4d6d6ea]{height:100%;border-radius:4px;box-shadow:inset 0 0 0 1px #0000000f}.vc-gradient-picker__body .vc-color-range__container .vc-gradient__stop__container[data-v-c4d6d6ea]{position:absolute;width:100%;top:0;height:100%;left:0}.vc-gradient-picker__body .vc-color-range__container .vc-gradient__stop__container .vc-gradient__stop[data-v-c4d6d6ea]{position:absolute;top:-2px;width:14px;height:16px;overflow:hidden;border:2px solid #fff;border-radius:2px;cursor:pointer;box-shadow:0 0 2px 1px #00000059;box-sizing:content-box;transform:translate(-9px)}.vc-gradient-picker__body .vc-color-range__container .vc-gradient__stop__container .vc-gradient__stop--inner[data-v-c4d6d6ea]{display:inline-block;height:100%}.vc-gradient-picker__body .vc-color-range__container .vc-gradient__stop__container .vc-gradient__stop--current[data-v-c4d6d6ea]{position:relative;z-index:1;box-shadow:0 0 2px 2px #2253f4,0 0 1px 1px #2253f480}.vc-gradient-picker .vc-degree-input[data-v-c4d6d6ea]{position:relative;z-index:2;font-size:12px;border-radius:4px;display:flex}.vc-gradient-picker .vc-degree-input:hover .vc-degree-input__panel[data-v-c4d6d6ea]{display:block}.vc-gradient-picker .vc-degree-input__control[data-v-c4d6d6ea]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:4px;background-color:#c8c8c840;color:#666;padding:0 6px 0 0}.vc-gradient-picker .vc-degree-input__control input[data-v-c4d6d6ea]{max-width:28px;text-align:center;border:none;outline:none;background-color:transparent;color:#666;font-size:inherit;overflow:visible}.vc-gradient-picker .vc-degree-input__panel[data-v-c4d6d6ea]{display:none;z-index:10;position:absolute;top:20px;left:0}.vc-gradient-picker .vc-degree-input__panel .vc-degree-input__disk[data-v-c4d6d6ea]{padding:4px;background-color:#f1f1f1;box-shadow:0 0 2px #00000029,0 1px 8px #0000000f,0 4px 12px #00000014;border-radius:4px;display:flex;justify-content:center;align-items:center;position:relative;transform:translate(0)}.vc-gradient-picker .vc-picker-degree-input[data-v-c4d6d6ea]{margin-left:8px}.vc-colorpicker[data-v-0492277d]{position:relative;box-sizing:border-box;border-radius:3px;box-shadow:0 0 10px #00000026;-webkit-user-select:none;user-select:none;width:276px;z-index:10000}.vc-colorpicker *[data-v-0492277d]{outline:none;line-height:1}.vc-colorpicker--container[data-v-0492277d]{padding:16px}.vc-colorpicker--tabs[data-v-0492277d]{padding:2px;background:#f6f7f9;border-radius:6px;position:relative;margin-bottom:12px}.vc-colorpicker--tabs__inner[data-v-0492277d]{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:0;background:#f6f7f9;border-bottom:none;position:relative;box-sizing:border-box}.vc-colorpicker--tabs__btn[data-v-0492277d]{-ms-flex:1;flex:1;z-index:2;color:#636c78;font-size:14px;border-radius:4px;cursor:pointer}.vc-colorpicker--tabs__btn.vc-btn-active[data-v-0492277d]{color:#33383e;font-weight:600}.vc-colorpicker--tabs__btn button[data-v-0492277d]{width:100%;background-color:initial;padding:6px 0;font-size:14px;line-height:20px;color:#636c78;border:0;border-radius:0;outline:0;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;font-weight:inherit}.vc-colorpicker--tabs__btn button .vc-btn__content[data-v-0492277d]{position:relative;white-space:nowrap}.vc-colorpicker--tabs__bg[data-v-0492277d]{position:absolute;top:0;bottom:0;background:#fff;box-shadow:0 1px 4px #0000001f;border-radius:4px;z-index:1;transition:left .2s ease-in-out}.vc-colorpicker.black[data-v-0492277d]{background-color:#000;color:#fff}.vc-colorpicker.white[data-v-0492277d]{background-color:#fff;color:#333}.vc-color-wrap[data-v-354ca836]{margin-right:10px;width:50px;height:24px;box-shadow:3px 0 5px #00000014;position:relative;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle}.vc-color-wrap.transparent[data-v-354ca836]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-color-wrap.round[data-v-354ca836]{width:22px;height:22px;border-radius:50%;border:1px solid #d8d8d8}.vc-color-wrap .current-color[data-v-354ca836]{width:100%;height:100%}.vc-color-extra[data-v-354ca836]{margin-top:10px}.gct-gct-form-item{--gct-form-item-min-height: 32px;--gct-form-item-height: auto;--gct-form-item-width: auto;--gct-form-item-label-width: 100px;--gct-form-item-readonly-color: #999;--gct-form-item-label-align: right;--gct-form-item-editor-align: left;--gct-form-item-label-color: #252525;--gct-form-item-label-font-size: 14px;--gct-form-item-checkbox-width: 6px;--gct-form-item-checkbox-height: 9px;width:var(--gct-form-item-width);height:var(--gct-form-item-height);min-height:var(--gct-form-item-min-height)}.gct-gct-form-item.is-hidden-label .gct-gct-form-item__editor{width:100%}.gct-gct-form-item.is-hidden{display:none}.gct-gct-form-item.is-readonly{margin-bottom:18px!important;--gct-form-item-min-height: 22px}.gct-gct-form-item.is-readonly .ant-form-item-label{padding:0}.gct-gct-form-item.is-readonly .ant-form-item-label label,.gct-gct-form-item.is-readonly .gct-gct-form-item__label{color:var(--gct-form-item-readonly-color)}.gct-gct-form-item.is-required .gct-gct-form-item__label:before{display:inline-block;margin-inline-end:4px;color:#ff4d4f;font-size:14px;font-family:SimSun,sans-serif;line-height:1;content:"*"}.gct-gct-form-item .ant-form-item-label{width:var(--gct-form-item-label-width);text-align:var(--gct-form-item-label-align)}.gct-gct-form-item .ant-form-item-label label{color:var(--gct-form-item-label-color);font-size:var(--gct-form-item-label-font-size)}.gct-gct-form-item .ant-form-item-control-input-content{text-align:var(--gct-form-item-editor-align)}.gct-gct-form-item__label{width:var(--gct-form-item-label-width);line-height:1.5715;font-size:var(--gct-form-item-label-font-size)}.gct-gct-form-item__label--top{width:100%}.gct-gct-form-item--label-top .gct-gct-form-item__label{margin-bottom:8px}.gct-gct-form-item .ant-form-item-control-input{flex-grow:1}.gct-gct-form-item .ant-checkbox-group,.gct-gct-form-item .ant-checkbox-group .ant-checkbox-wrapper{font-size:var(--gct-form-item-label-font-size)}.gct-gct-form-item .ant-checkbox-group .ant-form input[type=checkbox],.gct-gct-form-item .ant-checkbox-group .ant-checkbox-inner{width:var(--gct-form-item-label-font-size);height:var(--gct-form-item-label-font-size)}.gct-gct-form-item .ant-checkbox-group .ant-checkbox-inner:after{width:var(--gct-form-item-checkbox-width);height:var(--gct-form-item-checkbox-height)}.gct-gct-form.is-info{padding:18px 12px 2px}.gct-form-collapse-pane{--gct-form-collapse-pane-width: auto;--gct-form-collapse-pane-height: auto;--gct-form-collapse-pane-padding: 12px;width:var(--gct-form-collapse-pane-width);height:var(--gct-form-collapse-pane-height);padding:var(--gct-form-collapse-pane-padding)}.gct-form-collapse-pane.is-hidden{display:none}.gct-form-collapse .gct-form-collapse-pane .gct-form-collapse-pane__last-child{margin-bottom:0!important}.gct-form-collapse{--gct-form-collapse-width: auto;--gct-form-collapse-height: auto;width:var(--gct-form-collapse-width);height:var(--gct-form-collapse-height);border:none}.gct-form-collapse.is-hidden{display:none}.gct-form-collapse.ant-collapse>.ant-collapse-item>.ant-collapse-header{background:#f2f4f7;font-size:12px;font-weight:500;color:#212528;padding:8px 12px}.gct-form-collapse>.ant-collapse-item{border-bottom:none}.gct-form-collapse>.ant-collapse-item>.ant-collapse-content{border-top:none}.gct-form-collapse>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding:0}.gct-form-collapse--icon-up-down>.ant-collapse-item.ant-collapse-item-active>.ant-collapse-header .ant-collapse-arrow svg{transform:rotate(-90deg)!important}.gct-form-collapse--icon-up-down>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow svg{transform:rotate(90deg)}.gct-gct-form-group{--gct-form-group-min-height: 32px;--gct-form-group-width: auto;--gct-form-group-height: auto;width:var(--gct-form-group-width);height:var(--gct-form-group-height);min-height:var(--gct-form-group-min-height)}.gct-gct-form-group.is-hidden-header .gct-gct-form-group__title{display:none}.gct-gct-form-group.is-hidden-header .gct-gct-form-group__content{overflow:auto;height:100%}.gct-gct-form-group.is-hidden{display:none}.gct-form-tab{--gct-form-tab-tab-spacing: 52px;--gct-form-tab-width: auto;--gct-form-tab-height: auto;width:var(--gct-form-tab-width);height:var(--gct-form-tab-height)}.gct-form-tab.is-hidden{display:none}.gct-form-tab>.ant-tabs-nav{margin-bottom:0!important;background-color:#fff}.gct-form-tab>.ant-tabs-nav>.ant-tabs-nav-wrap{border-bottom:1px solid #E0E3EA}.gct-form-tab>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab{margin-left:var(--gct-form-tab-tab-spacing)}.gct-form-tab>.ant-tabs-nav .ant-tabs-tab{padding:7px 0}.gct-form-tab.ant-tabs .ant-tabs-tabpane{overflow:hidden auto}.gct-form-tab>.ant-tabs-content-holder>.ant-tabs-content{height:100%}.gct-form-tab--left>.ant-tabs-nav .ant-tabs-nav-wrap{justify-content:flex-start}.gct-form-tab--right>.ant-tabs-nav .ant-tabs-nav-wrap{justify-content:flex-end}.gct-form-tab--center>.ant-tabs-nav .ant-tabs-nav-wrap{justify-content:center}.gct-form-tab-pane{--gct-form-tab-pane-width: auto;--gct-form-tab-pane-height: auto;width:var(--gct-form-tab-pane-width);height:100%;background-color:#fff}.gct-form-tab-pane.is-hidden{display:none}.gct-gct-form-title-group{--gct-form-title-group-min-height: 32px;--gct-form-title-group-width: auto;--gct-form-title-group-height: auto}.gct-gct-form-title-group.is-hidden{display:none}.gct-gct-form-title-group__title{color:#252525;font-size:12px;padding:8px 0}.gct-gct-form-title-group__content .ant-form-item-label{--gct-form-item-label-color: #797A7D}
@@ -1,44 +0,0 @@
1
- var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
2
-
3
- function getDefaultExportFromCjs (x) {
4
- return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
5
- }
6
-
7
- function getDefaultExportFromNamespaceIfPresent (n) {
8
- return n && Object.prototype.hasOwnProperty.call(n, 'default') ? n['default'] : n;
9
- }
10
-
11
- function getDefaultExportFromNamespaceIfNotNamed (n) {
12
- return n && Object.prototype.hasOwnProperty.call(n, 'default') && Object.keys(n).length === 1 ? n['default'] : n;
13
- }
14
-
15
- function getAugmentedNamespace(n) {
16
- if (Object.prototype.hasOwnProperty.call(n, '__esModule')) return n;
17
- var f = n.default;
18
- if (typeof f == "function") {
19
- var a = function a () {
20
- var isInstance = false;
21
- try {
22
- isInstance = this instanceof a;
23
- } catch {}
24
- if (isInstance) {
25
- return Reflect.construct(f, arguments, this.constructor);
26
- }
27
- return f.apply(this, arguments);
28
- };
29
- a.prototype = f.prototype;
30
- } else a = {};
31
- Object.defineProperty(a, '__esModule', {value: true});
32
- Object.keys(n).forEach(function (k) {
33
- var d = Object.getOwnPropertyDescriptor(n, k);
34
- Object.defineProperty(a, k, d.get ? d : {
35
- enumerable: true,
36
- get: function () {
37
- return n[k];
38
- }
39
- });
40
- });
41
- return a;
42
- }
43
-
44
- export { commonjsGlobal, getAugmentedNamespace, getDefaultExportFromCjs, getDefaultExportFromNamespaceIfNotNamed, getDefaultExportFromNamespaceIfPresent };