@gct-paas/core-web 0.1.4-dev.10 → 0.1.4-dev.12

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 (653) hide show
  1. package/dist/index.esm.min.js +9864 -0
  2. package/dist/index.min.css +2 -1
  3. package/dist/monaco-editor-BHuf3IVH.js +280 -0
  4. package/dist/useMonacoEditor-CfhCBaPa.js +2852 -0
  5. package/es/_virtual/_plugin-vue_export-helper.mjs +7 -8
  6. package/es/ai-components/code-chat/code-chat.d.ts +53 -0
  7. package/es/ai-components/index.d.ts +1 -0
  8. package/es/ai-components/wujie-ai-container/wujie-ai-container.d.ts +21 -0
  9. package/es/components/app-modal/app-modal-component.mjs +102 -133
  10. package/es/components/assets-svg-icon/assets-svg-icon.mjs +161 -232
  11. package/es/components/assets-svg-icon/request.mjs +60 -43
  12. package/es/components/assets-svg-icon/utils.mjs +21 -19
  13. package/es/components/assets-svg-icon/validate.mjs +27 -41
  14. package/es/components/base-button/base-button.vue.d.ts +5 -5
  15. package/es/components/base-button/base-button.vue.mjs +7 -7
  16. package/es/components/base-button/base-button.vue_vue_type_script_setup_true_name_BaseButton_lang.mjs +181 -0
  17. package/es/components/basic-button/basic-button.vue.d.ts +2 -2
  18. package/es/components/basic-button/basic-button.vue.mjs +7 -7
  19. package/es/components/basic-button/basic-button.vue_vue_type_script_setup_true_name_BasicButton_lang.mjs +148 -0
  20. package/es/components/code-editor/code-editor.d.ts +1 -1
  21. package/es/components/code-editor/code-editor.mjs +59 -63
  22. package/es/components/copy-module-key/copy-module-key.vue.mjs +7 -7
  23. package/es/components/copy-module-key/copy-module-key.vue_vue_type_script_setup_true_name_copy-module-key_lang.mjs +92 -0
  24. package/es/components/double-input/double-input.vue.mjs +5 -158
  25. package/es/components/double-input/double-input.vue_vue_type_script_setup_true_lang.mjs +121 -0
  26. package/es/components/icon-next/data/icons.data.d.ts +5 -0
  27. package/es/components/icon-next/hooks/useIconAsset.d.ts +16 -0
  28. package/es/components/icon-next/hooks/useIconAsset.mjs +36 -0
  29. package/es/components/icon-next/hooks/useIconPark.d.ts +16 -0
  30. package/es/components/icon-next/hooks/useIconPark.mjs +52 -0
  31. package/es/components/icon-next/hooks/useIconPlatform.d.ts +8 -0
  32. package/es/components/icon-next/hooks/useIconPlatform.mjs +43 -0
  33. package/es/components/icon-next/index.d.ts +3 -0
  34. package/es/components/icon-next/index.mjs +3 -0
  35. package/es/components/icon-next/src/IconNext.vue.d.ts +40 -0
  36. package/es/components/icon-next/src/IconNext.vue.mjs +7 -0
  37. package/es/components/icon-next/src/IconNext.vue_vue_type_script_setup_true_name_IconNext_lang.mjs +113 -0
  38. package/es/components/icon-next/src/IconNext.vue_vue_type_style_index_0_scoped_c5a83130_lang.css +18 -0
  39. package/es/components/icon-next/src/IconNextPicker.vue.d.ts +75 -0
  40. package/es/components/icon-next/src/IconNextPicker.vue.mjs +6 -0
  41. package/es/components/icon-next/src/IconNextPicker.vue_vue_type_script_setup_true_name_IconNextPicker_lang.mjs +379 -0
  42. package/es/components/icon-next/src/IconNextPicker.vue_vue_type_style_index_0_lang.css +195 -0
  43. package/es/components/icon-next/types/index.d.ts +17 -0
  44. package/es/components/icon-next/types/index.mjs +11 -0
  45. package/es/components/index.d.ts +1 -3
  46. package/es/components/index.mjs +23 -26
  47. package/es/components/layout/view-container/view-container.mjs +24 -35
  48. package/es/components/svg-icon/svg-icon.vue.d.ts +1 -1
  49. package/es/components/svg-icon/svg-icon.vue.mjs +6 -50
  50. package/es/components/svg-icon/svg-icon.vue_vue_type_script_setup_true_name_SvgIcon_lang.mjs +52 -0
  51. package/es/components/vue3-grid-dnd-item/vue3-grid-dnd-item.css +103 -0
  52. package/es/components/vue3-grid-dnd-item/vue3-grid-dnd-item.d.ts +44 -0
  53. package/es/components/vue3-grid-dnd-item/vue3-grid-dnd-item.mjs +122 -0
  54. package/es/components/wujie-container/wujie-container.mjs +58 -81
  55. package/es/create-app-vue.mjs +27 -14
  56. package/es/directives/drag-resize.mjs +38 -39
  57. package/es/directives/ellipsis-title.d.ts +7 -0
  58. package/es/directives/ellipsis-title.mjs +21 -0
  59. package/es/directives/index.mjs +14 -6
  60. package/es/directives/target-loading.mjs +28 -36
  61. package/es/hooks/index.d.ts +1 -0
  62. package/es/hooks/index.mjs +4 -0
  63. package/es/hooks/useDesign.d.ts +4 -0
  64. package/es/hooks/useDesign.mjs +10 -0
  65. package/es/hooks/useDragLine.mjs +66 -75
  66. package/es/hooks/useLocale.mjs +27 -28
  67. package/es/hooks/useTheme.mjs +13 -17
  68. package/es/index.d.ts +3 -0
  69. package/es/index.mjs +92 -40
  70. package/es/modules/Cropper/hooks/useFile.d.ts +4 -0
  71. package/es/modules/Cropper/index.d.ts +5 -0
  72. package/es/modules/Cropper/src/CopperFreeModal.vue.d.ts +100 -0
  73. package/es/modules/Cropper/src/CopperModal.vue.d.ts +40 -0
  74. package/es/modules/Cropper/src/Cropper.vue.d.ts +96 -0
  75. package/es/modules/Cropper/src/CropperAvatar.vue.d.ts +62 -0
  76. package/es/modules/Cropper/src/CropperFree.vue.d.ts +118 -0
  77. package/es/modules/Cropper/src/typing.d.ts +11 -0
  78. package/es/modules/code-editor/index.d.ts +11 -11
  79. package/es/modules/code-editor/index.mjs +6 -7
  80. package/es/modules/code-editor/monaco-editor.vue.d.ts +4 -4
  81. package/es/modules/code-editor/monaco-editor.vue.mjs +7 -7
  82. package/es/modules/code-editor/monaco-editor.vue_vue_type_script_setup_true_name_code-editor_lang.mjs +398 -0
  83. package/es/modules/code-editor/useEditorConsole.mjs +146 -187
  84. package/es/modules/code-editor/useMonacoEditor.mjs +24 -23
  85. package/es/modules/color-picker/index.mjs +1 -0
  86. package/es/modules/color-picker/src/ColorPicker.vue.d.ts +1 -1
  87. package/es/modules/color-picker/src/ColorPicker.vue.mjs +8 -8
  88. package/es/modules/color-picker/src/ColorPicker.vue_vue_type_script_setup_true_name_ColorPicker_lang.mjs +482 -0
  89. package/es/modules/formula-editor/constants/index.mjs +8 -6
  90. package/es/modules/formula-editor/formula-editor.mjs +40 -52
  91. package/es/modules/formula-editor/index.mjs +2 -0
  92. package/es/modules/gct-dnd/components/gct-dnd-container/gct-dnd-container.d.ts +1 -1
  93. package/es/modules/gct-dnd/components/gct-dnd-container/gct-dnd-container.mjs +158 -193
  94. package/es/modules/gct-dnd/components/gct-dnd-drop-line/gct-dnd-drop-line.mjs +81 -95
  95. package/es/modules/gct-dnd/components/gct-dnd-item/gct-dnd-item.mjs +178 -237
  96. package/es/modules/gct-dnd/constants/index.mjs +10 -18
  97. package/es/modules/gct-dnd/index.mjs +4 -0
  98. package/es/{components/layout → modules/gct-form/components}/flex-container/flex-container.d.ts +1 -2
  99. package/es/modules/gct-form/components/flex-container/flex-container.mjs +61 -0
  100. package/es/{components/layout → modules/gct-form/components}/flex-item/flex-item.d.ts +1 -2
  101. package/es/modules/gct-form/components/flex-item/flex-item.mjs +37 -0
  102. package/es/{components/layout → modules/gct-form/components}/grid-container/grid-container.d.ts +2 -5
  103. package/es/modules/gct-form/components/grid-container/grid-container.mjs +36 -0
  104. package/es/modules/gct-form/components/index.d.ts +3 -0
  105. package/es/modules/gct-form/components/index.mjs +3 -0
  106. package/es/modules/gct-form/constants/editor-register/editor-register.d.ts +14 -0
  107. package/es/modules/gct-form/constants/editor-register/editor-register.mjs +18 -0
  108. package/es/modules/gct-form/constants/editor-type/editor-type.d.ts +130 -0
  109. package/es/modules/gct-form/constants/editor-type/editor-type.mjs +134 -0
  110. package/es/modules/gct-form/constants/index.d.ts +3 -0
  111. package/es/modules/gct-form/constants/index.mjs +6 -0
  112. package/es/modules/gct-form/controller/edit-form/edit-form.controller.d.ts +27 -0
  113. package/es/modules/gct-form/controller/edit-form/edit-form.controller.mjs +51 -0
  114. package/es/modules/gct-form/controller/editor-item/editor-item.controller.d.ts +15 -0
  115. package/es/modules/gct-form/controller/editor-item/editor-item.controller.mjs +19 -0
  116. package/es/modules/gct-form/controller/form/form.controller.d.ts +68 -0
  117. package/es/modules/gct-form/controller/form-collapse/form-collapse.controller.d.ts +18 -0
  118. package/es/modules/gct-form/controller/form-collapse/form-collapse.controller.mjs +21 -0
  119. package/es/modules/gct-form/controller/form-collapse-pane/form-collapse-pane.controller.d.ts +18 -0
  120. package/es/modules/gct-form/controller/form-collapse-pane/form-collapse-pane.controller.mjs +21 -0
  121. package/es/modules/gct-form/controller/form-edit-item/form-edit-item.controller.d.ts +27 -0
  122. package/es/modules/gct-form/controller/form-edit-item/form-edit-item.controller.mjs +89 -0
  123. package/es/modules/gct-form/controller/form-group/form-group.controller.d.ts +18 -0
  124. package/es/modules/gct-form/controller/form-group/form-group.controller.mjs +21 -0
  125. package/es/modules/gct-form/controller/form-item/form-item.controller.d.ts +21 -0
  126. package/es/modules/gct-form/controller/form-item/form-item.controller.mjs +36 -0
  127. package/es/modules/gct-form/controller/form-item-basic/form-item-basic.controller.d.ts +57 -0
  128. package/es/modules/gct-form/controller/form-item-basic/form-item-basic.controller.mjs +64 -0
  129. package/es/modules/gct-form/controller/form-item-hidden/form-item-hidden.controller.d.ts +17 -0
  130. package/es/modules/gct-form/controller/form-item-hidden/form-item-hidden.controller.mjs +17 -0
  131. package/es/modules/gct-form/controller/form-line/form-line.controller.d.ts +18 -0
  132. package/es/modules/gct-form/controller/form-line/form-line.controller.mjs +21 -0
  133. package/es/modules/gct-form/controller/form-tab/form-tab.controller.d.ts +18 -0
  134. package/es/modules/gct-form/controller/form-tab/form-tab.controller.mjs +21 -0
  135. package/es/modules/gct-form/controller/form-tab-pane/form-tab-pane.controller.d.ts +18 -0
  136. package/es/modules/gct-form/controller/form-tab-pane/form-tab-pane.controller.mjs +21 -0
  137. package/es/modules/gct-form/controller/gct-form/gct-form.controller.d.ts +101 -0
  138. package/es/modules/gct-form/controller/gct-form/gct-form.controller.mjs +201 -0
  139. package/es/modules/gct-form/controller/index.d.ts +13 -0
  140. package/es/modules/gct-form/controller/index.mjs +13 -0
  141. package/es/modules/gct-form/editor/gct-form-action/gct-form-action.d.ts +39 -0
  142. package/es/modules/gct-form/editor/gct-form-action/gct-form-action.mjs +45 -0
  143. package/es/modules/gct-form/editor/gct-form-action/index.d.ts +8 -0
  144. package/es/modules/gct-form/editor/gct-form-action/index.mjs +10 -0
  145. package/es/modules/gct-form/editor/gct-form-check-switch/gct-form-check-switch.css +86 -0
  146. package/es/{editor → modules/gct-form/editor}/gct-form-check-switch/gct-form-check-switch.d.ts +7 -2
  147. package/es/modules/gct-form/editor/gct-form-check-switch/gct-form-check-switch.mjs +58 -0
  148. package/es/{editor → modules/gct-form/editor}/gct-form-check-switch/gct-form-check-switch.provider.d.ts +1 -1
  149. package/es/modules/gct-form/editor/gct-form-check-switch/gct-form-check-switch.provider.mjs +15 -0
  150. package/es/modules/gct-form/editor/gct-form-check-switch/index.mjs +8 -0
  151. package/es/modules/gct-form/editor/gct-form-checkbox/gct-form-checkbox.css +108 -0
  152. package/es/{editor → modules/gct-form/editor}/gct-form-checkbox/gct-form-checkbox.d.ts +19 -5
  153. package/es/modules/gct-form/editor/gct-form-checkbox/gct-form-checkbox.mjs +102 -0
  154. package/es/{editor/gct-form-icon-select → modules/gct-form/editor/gct-form-checkbox}/index.d.ts +1 -1
  155. package/es/modules/gct-form/editor/gct-form-checkbox/index.mjs +10 -0
  156. package/es/modules/gct-form/editor/gct-form-color/gct-form-color.css +67 -0
  157. package/es/modules/gct-form/editor/gct-form-color/gct-form-color.d.ts +36 -0
  158. package/es/modules/gct-form/editor/gct-form-color/gct-form-color.mjs +39 -0
  159. package/es/{editor → modules/gct-form/editor}/gct-form-color/gct-form-color.provider.d.ts +1 -1
  160. package/es/modules/gct-form/editor/gct-form-color/gct-form-color.provider.mjs +15 -0
  161. package/es/modules/gct-form/editor/gct-form-color/index.mjs +8 -0
  162. package/es/modules/gct-form/editor/gct-form-date/gct-form-date.d.ts +286 -0
  163. package/es/modules/gct-form/editor/gct-form-date/gct-form-date.mjs +74 -0
  164. package/es/modules/gct-form/editor/gct-form-date/gct-form-date.provider.d.ts +11 -0
  165. package/es/modules/gct-form/editor/gct-form-date/gct-form-date.provider.mjs +13 -0
  166. package/es/modules/gct-form/editor/gct-form-date/index.mjs +8 -0
  167. package/es/modules/gct-form/editor/gct-form-date-format-select/gct-form-date-format-select.css +77 -0
  168. package/es/modules/gct-form/editor/gct-form-date-format-select/gct-form-date-format-select.d.ts +111 -0
  169. package/es/modules/gct-form/editor/gct-form-date-format-select/gct-form-date-format-select.mjs +108 -0
  170. package/es/{editor/gct-form-info → modules/gct-form/editor/gct-form-date-format-select}/index.d.ts +1 -1
  171. package/es/modules/gct-form/editor/gct-form-date-format-select/index.mjs +10 -0
  172. package/es/modules/gct-form/editor/gct-form-empty/gct-form-empty.d.ts +2 -0
  173. package/es/modules/gct-form/editor/gct-form-empty/gct-form-empty.mjs +14 -0
  174. package/es/modules/gct-form/editor/gct-form-empty/gct-form-empty.provider.d.ts +4 -0
  175. package/es/modules/gct-form/editor/gct-form-empty/index.d.ts +8 -0
  176. package/es/modules/gct-form/editor/gct-form-empty/index.mjs +10 -0
  177. package/es/modules/gct-form/editor/gct-form-formula/gct-form-formula.css +81 -0
  178. package/es/modules/gct-form/editor/gct-form-formula/gct-form-formula.d.ts +39 -0
  179. package/es/modules/gct-form/editor/gct-form-formula/gct-form-formula.mjs +69 -0
  180. package/es/{editor/gct-form-radio → modules/gct-form/editor/gct-form-formula}/index.d.ts +1 -4
  181. package/es/modules/gct-form/editor/gct-form-formula/index.mjs +10 -0
  182. package/es/modules/gct-form/editor/gct-form-group-select/gct-form-group-select.css +120 -0
  183. package/es/{editor/gct-form-modal-select/gct-form-modal-select.d.ts → modules/gct-form/editor/gct-form-group-select/gct-form-group-select.d.ts} +19 -12
  184. package/es/modules/gct-form/editor/gct-form-group-select/gct-form-group-select.mjs +163 -0
  185. package/es/modules/gct-form/editor/gct-form-group-select/index.d.ts +8 -0
  186. package/es/modules/gct-form/editor/gct-form-group-select/index.mjs +10 -0
  187. package/es/modules/gct-form/editor/gct-form-i18n/gct-form-i18n.d.ts +121 -0
  188. package/es/modules/gct-form/editor/gct-form-i18n/gct-form-i18n.mjs +88 -0
  189. package/es/{editor → modules/gct-form/editor}/gct-form-i18n/gct-form-i18n.provider.d.ts +1 -1
  190. package/es/modules/gct-form/editor/gct-form-i18n/gct-form-i18n.provider.mjs +15 -0
  191. package/es/modules/gct-form/editor/gct-form-i18n/index.mjs +8 -0
  192. package/es/modules/gct-form/editor/gct-form-icon-select/gct-form-icon-select.css +76 -0
  193. package/es/{editor → modules/gct-form/editor}/gct-form-icon-select/gct-form-icon-select.d.ts +3 -3
  194. package/es/modules/gct-form/editor/gct-form-icon-select/gct-form-icon-select.mjs +64 -0
  195. package/es/{editor/gct-form-checkbox → modules/gct-form/editor/gct-form-icon-select}/index.d.ts +1 -4
  196. package/es/modules/gct-form/editor/gct-form-icon-select/index.mjs +10 -0
  197. package/es/modules/gct-form/editor/gct-form-info/gct-form-info.css +85 -0
  198. package/es/{editor → modules/gct-form/editor}/gct-form-info/gct-form-info.d.ts +16 -1
  199. package/es/modules/gct-form/editor/gct-form-info/gct-form-info.mjs +41 -0
  200. package/es/modules/gct-form/editor/gct-form-info/index.d.ts +8 -0
  201. package/es/modules/gct-form/editor/gct-form-info/index.mjs +10 -0
  202. package/es/{editor → modules/gct-form/editor}/gct-form-length-unit/gct-form-length-unit.d.ts +1 -4
  203. package/es/modules/gct-form/editor/gct-form-length-unit/gct-form-length-unit.mjs +38 -0
  204. package/es/{editor → modules/gct-form/editor}/gct-form-length-unit/gct-form-length-unit.provider.d.ts +1 -1
  205. package/es/modules/gct-form/editor/gct-form-length-unit/gct-form-length-unit.provider.mjs +15 -0
  206. package/es/modules/gct-form/editor/gct-form-length-unit/index.mjs +8 -0
  207. package/es/modules/gct-form/editor/gct-form-model-select/gct-form-model-select.css +76 -0
  208. package/es/modules/gct-form/editor/gct-form-model-select/gct-form-model-select.d.ts +19 -0
  209. package/es/modules/gct-form/editor/gct-form-model-select/gct-form-model-select.mjs +146 -0
  210. package/es/modules/gct-form/editor/gct-form-model-select/index.d.ts +8 -0
  211. package/es/modules/gct-form/editor/gct-form-model-select/index.mjs +10 -0
  212. package/es/modules/gct-form/editor/gct-form-multiple-choice/gct-form-multiple-choice.d.ts +68 -0
  213. package/es/modules/gct-form/editor/gct-form-multiple-choice/gct-form-multiple-choice.mjs +62 -0
  214. package/es/modules/gct-form/editor/gct-form-multiple-choice/index.d.ts +8 -0
  215. package/es/modules/gct-form/editor/gct-form-multiple-choice/index.mjs +10 -0
  216. package/es/{editor → modules/gct-form/editor}/gct-form-number/gct-form-number.d.ts +1 -1
  217. package/es/modules/gct-form/editor/gct-form-number/gct-form-number.mjs +43 -0
  218. package/es/{editor → modules/gct-form/editor}/gct-form-number/gct-form-number.provider.d.ts +1 -1
  219. package/es/modules/gct-form/editor/gct-form-number/gct-form-number.provider.mjs +6 -0
  220. package/es/modules/gct-form/editor/gct-form-number/index.mjs +8 -0
  221. package/es/{editor → modules/gct-form/editor}/gct-form-picker/gct-form-picker.d.ts +3 -3
  222. package/es/modules/gct-form/editor/gct-form-picker/gct-form-picker.mjs +91 -0
  223. package/es/{editor → modules/gct-form/editor}/gct-form-picker/gct-form-picker.provider.d.ts +1 -1
  224. package/es/modules/gct-form/editor/gct-form-picker/gct-form-picker.provider.mjs +15 -0
  225. package/es/modules/gct-form/editor/gct-form-picker/index.mjs +8 -0
  226. package/es/modules/gct-form/editor/gct-form-pixel-config/gct-form-pixel-config.css +103 -0
  227. package/es/modules/gct-form/editor/gct-form-pixel-config/gct-form-pixel-config.d.ts +29 -0
  228. package/es/modules/gct-form/editor/gct-form-pixel-config/gct-form-pixel-config.mjs +63 -0
  229. package/es/modules/gct-form/editor/gct-form-pixel-config/index.d.ts +8 -0
  230. package/es/modules/gct-form/editor/gct-form-pixel-config/index.mjs +10 -0
  231. package/es/modules/gct-form/editor/gct-form-radio/gct-form-radio.css +205 -0
  232. package/es/{editor → modules/gct-form/editor}/gct-form-radio/gct-form-radio.d.ts +7 -1
  233. package/es/modules/gct-form/editor/gct-form-radio/gct-form-radio.mjs +80 -0
  234. package/es/modules/gct-form/editor/gct-form-radio/index.d.ts +8 -0
  235. package/es/modules/gct-form/editor/gct-form-radio/index.mjs +10 -0
  236. package/es/modules/gct-form/editor/gct-form-select/gct-form-select.css +83 -0
  237. package/es/{editor → modules/gct-form/editor}/gct-form-select/gct-form-select.d.ts +17 -3
  238. package/es/modules/gct-form/editor/gct-form-select/gct-form-select.mjs +111 -0
  239. package/es/{editor → modules/gct-form/editor}/gct-form-select/gct-form-select.provider.d.ts +1 -1
  240. package/es/modules/gct-form/editor/gct-form-select/gct-form-select.provider.mjs +15 -0
  241. package/es/modules/gct-form/editor/gct-form-select/index.mjs +8 -0
  242. package/es/modules/gct-form/editor/gct-form-span/gct-form-span.css +73 -0
  243. package/es/{editor → modules/gct-form/editor}/gct-form-span/gct-form-span.d.ts +10 -1
  244. package/es/modules/gct-form/editor/gct-form-span/gct-form-span.mjs +70 -0
  245. package/es/{editor → modules/gct-form/editor}/gct-form-span/gct-form-span.provider.d.ts +1 -1
  246. package/es/modules/gct-form/editor/gct-form-span/gct-form-span.provider.mjs +15 -0
  247. package/es/modules/gct-form/editor/gct-form-span/index.mjs +8 -0
  248. package/es/{editor → modules/gct-form/editor}/gct-form-switch/gct-form-switch.d.ts +7 -1
  249. package/es/modules/gct-form/editor/gct-form-switch/gct-form-switch.mjs +34 -0
  250. package/es/{editor → modules/gct-form/editor}/gct-form-switch/gct-form-switch.provider.d.ts +1 -1
  251. package/es/modules/gct-form/editor/gct-form-switch/gct-form-switch.provider.mjs +15 -0
  252. package/es/modules/gct-form/editor/gct-form-switch/index.d.ts +4 -0
  253. package/es/modules/gct-form/editor/gct-form-switch/index.mjs +8 -0
  254. package/es/modules/gct-form/editor/gct-form-table/gct-form-table.d.ts +53 -0
  255. package/es/modules/gct-form/editor/gct-form-table/gct-form-table.mjs +31 -0
  256. package/es/modules/gct-form/editor/gct-form-table/index.d.ts +8 -0
  257. package/es/modules/gct-form/editor/gct-form-table/index.mjs +10 -0
  258. package/es/modules/gct-form/editor/gct-form-text/gct-form-text.css +70 -0
  259. package/es/{editor → modules/gct-form/editor}/gct-form-text/gct-form-text.d.ts +8 -2
  260. package/es/modules/gct-form/editor/gct-form-text/gct-form-text.mjs +55 -0
  261. package/es/{editor → modules/gct-form/editor}/gct-form-text/gct-form-text.provider.d.ts +1 -1
  262. package/es/modules/gct-form/editor/gct-form-text/gct-form-text.provider.mjs +15 -0
  263. package/es/modules/gct-form/editor/gct-form-text/index.d.ts +4 -0
  264. package/es/modules/gct-form/editor/gct-form-text/index.mjs +8 -0
  265. package/es/{editor → modules/gct-form/editor}/gct-form-textarea/gct-form-textarea.d.ts +2 -1
  266. package/es/modules/gct-form/editor/gct-form-textarea/gct-form-textarea.mjs +45 -0
  267. package/es/{editor → modules/gct-form/editor}/gct-form-textarea/gct-form-textarea.provider.d.ts +1 -1
  268. package/es/modules/gct-form/editor/gct-form-textarea/gct-form-textarea.provider.mjs +6 -0
  269. package/es/modules/gct-form/editor/gct-form-textarea/index.d.ts +4 -0
  270. package/es/modules/gct-form/editor/gct-form-textarea/index.mjs +8 -0
  271. package/es/modules/gct-form/editor/gct-select-form-table/gct-select-form-table.css +94 -0
  272. package/es/modules/gct-form/editor/gct-select-form-table/gct-select-form-table.d.ts +53 -0
  273. package/es/modules/gct-form/editor/gct-select-form-table/gct-select-form-table.mjs +62 -0
  274. package/es/modules/gct-form/editor/gct-select-form-table/index.d.ts +8 -0
  275. package/es/modules/gct-form/editor/gct-select-form-table/index.mjs +10 -0
  276. package/es/modules/gct-form/editor/index.mjs +32 -0
  277. package/es/modules/gct-form/hooks/index.d.ts +2 -0
  278. package/es/modules/gct-form/hooks/index.mjs +2 -0
  279. package/es/modules/gct-form/hooks/use-form/use-form.d.ts +10 -0
  280. package/es/modules/gct-form/hooks/use-form/use-form.mjs +15 -0
  281. package/es/modules/gct-form/hooks/use-gct-form-value/use-gct-form-value.d.ts +22 -0
  282. package/es/modules/gct-form/hooks/use-gct-form-value/use-gct-form-value.mjs +85 -0
  283. package/es/modules/gct-form/index.d.ts +12 -0
  284. package/es/modules/gct-form/index.mjs +51 -0
  285. package/es/modules/gct-form/interface/i-controller/edit-form/edit-form.controller.d.ts +20 -0
  286. package/es/modules/gct-form/interface/i-controller/editor-item/editor-item.controller.d.ts +27 -0
  287. package/es/modules/gct-form/interface/i-controller/form/form.controller.d.ts +121 -0
  288. package/es/modules/gct-form/interface/i-controller/form-collapse/form-collapse.controller.d.ts +23 -0
  289. package/es/modules/gct-form/interface/i-controller/form-collapse-pane/form-collapse-pane.controller.d.ts +23 -0
  290. package/es/modules/gct-form/interface/i-controller/form-edit-item/form-edit-item.controller.d.ts +59 -0
  291. package/es/modules/gct-form/interface/i-controller/form-group/form-group.controller.d.ts +24 -0
  292. package/es/modules/gct-form/interface/i-controller/form-hidden-item/form-hidden-item.controller.d.ts +24 -0
  293. package/es/modules/gct-form/interface/i-controller/form-item/form-item.controller.d.ts +40 -0
  294. package/es/modules/gct-form/interface/i-controller/form-item-basic/form-item-basic.controller.d.ts +51 -0
  295. package/es/modules/gct-form/interface/i-controller/form-line/form-line.controller.d.ts +20 -0
  296. package/es/modules/gct-form/interface/i-controller/form-tab/form-tab.controller.d.ts +23 -0
  297. package/es/modules/gct-form/interface/i-controller/form-tab-pane/form-tab-pane.controller.d.ts +23 -0
  298. package/es/modules/gct-form/interface/i-controller/index.d.ts +13 -0
  299. package/es/modules/gct-form/interface/i-editor/i-action-editor.d.ts +23 -0
  300. package/es/modules/gct-form/interface/i-editor/i-check-switch.d.ts +29 -0
  301. package/es/modules/gct-form/interface/i-editor/i-checkbox-editor.d.ts +11 -0
  302. package/es/modules/gct-form/interface/i-editor/i-color-editor.d.ts +13 -0
  303. package/es/modules/gct-form/interface/i-editor/i-date-format-select-editor.d.ts +36 -0
  304. package/es/modules/gct-form/interface/i-editor/i-editor-basic.d.ts +134 -0
  305. package/es/modules/gct-form/interface/i-editor/i-formula-editor.d.ts +22 -0
  306. package/es/modules/gct-form/interface/i-editor/i-i18n-editor.d.ts +38 -0
  307. package/es/modules/gct-form/interface/i-editor/i-icon-select-editor.d.ts +21 -0
  308. package/es/modules/gct-form/interface/i-editor/i-info-editor.d.ts +21 -0
  309. package/es/modules/gct-form/interface/i-editor/i-length-unit-editor.d.ts +13 -0
  310. package/es/modules/gct-form/interface/i-editor/i-model-field-select-editor.d.ts +18 -0
  311. package/es/modules/gct-form/interface/i-editor/i-mpicker-editor.d.ts +36 -0
  312. package/es/modules/gct-form/interface/i-editor/i-number-editor.d.ts +21 -0
  313. package/es/modules/gct-form/interface/i-editor/i-picker-editor.d.ts +37 -0
  314. package/es/modules/gct-form/interface/i-editor/i-radio-editor.d.ts +32 -0
  315. package/es/modules/gct-form/interface/i-editor/i-select-editor.d.ts +45 -0
  316. package/es/modules/gct-form/interface/i-editor/i-select-table-editor.d.ts +44 -0
  317. package/es/modules/gct-form/interface/i-editor/i-span-editor.d.ts +30 -0
  318. package/es/modules/gct-form/interface/i-editor/i-switch-editor.d.ts +14 -0
  319. package/es/modules/gct-form/interface/i-editor/i-table-editor.d.ts +19 -0
  320. package/es/modules/gct-form/interface/i-editor/i-text-editor.d.ts +46 -0
  321. package/es/modules/gct-form/interface/i-editor/i-textarea-editor.d.ts +25 -0
  322. package/es/modules/gct-form/interface/i-editor/index.d.ts +23 -0
  323. package/es/modules/gct-form/interface/i-events/form/i-form.event.d.ts +14 -0
  324. package/es/modules/gct-form/interface/i-events/index.d.ts +1 -0
  325. package/es/modules/gct-form/interface/i-form/i-edit-form.d.ts +48 -0
  326. package/es/modules/gct-form/interface/i-form/i-form-collapse-pane.d.ts +30 -0
  327. package/es/modules/gct-form/interface/i-form/i-form-collapse.d.ts +39 -0
  328. package/es/modules/gct-form/interface/i-form/i-form-container.d.ts +53 -0
  329. package/es/modules/gct-form/interface/i-form/i-form-edit-item.d.ts +154 -0
  330. package/es/modules/gct-form/interface/i-form/i-form-group-container.d.ts +24 -0
  331. package/es/modules/gct-form/interface/i-form/i-form-group.d.ts +35 -0
  332. package/es/modules/gct-form/interface/i-form/i-form-hidden-item.d.ts +11 -0
  333. package/es/modules/gct-form/interface/i-form/i-form-item-basic.d.ts +131 -0
  334. package/es/modules/gct-form/interface/i-form/i-form-item.d.ts +11 -0
  335. package/es/modules/gct-form/interface/i-form/i-form-line.d.ts +24 -0
  336. package/es/modules/gct-form/interface/i-form/i-form-tab-pane.d.ts +23 -0
  337. package/es/modules/gct-form/interface/i-form/i-form-tab.d.ts +25 -0
  338. package/es/modules/gct-form/interface/i-form/i-form.d.ts +93 -0
  339. package/es/modules/gct-form/interface/i-form/index.d.ts +14 -0
  340. package/es/modules/gct-form/interface/i-layout/i-flex-layout/i-flex-container.d.ts +75 -0
  341. package/es/modules/gct-form/interface/i-layout/i-flex-layout/i-flex-item.d.ts +51 -0
  342. package/es/modules/gct-form/interface/i-layout/i-grid-layout/i-grid-container.d.ts +29 -0
  343. package/es/modules/gct-form/interface/i-layout/i-grid-layout/i-grid-item-span.d.ts +54 -0
  344. package/es/modules/gct-form/interface/i-layout/i-grid-layout/i-grid-item.d.ts +37 -0
  345. package/es/modules/gct-form/interface/i-layout/i-layout-basis/i-layout-container-basis.d.ts +11 -0
  346. package/es/modules/gct-form/interface/i-layout/index.d.ts +6 -0
  347. package/es/modules/gct-form/interface/i-provider/i-editor-provider/i-editor-provider.d.ts +24 -0
  348. package/es/modules/gct-form/interface/i-provider/i-form-item-provider/i-form-item-provider.d.ts +44 -0
  349. package/es/modules/gct-form/interface/i-provider/index.d.ts +2 -0
  350. package/es/modules/gct-form/interface/i-state/form/form.state.d.ts +59 -0
  351. package/es/modules/gct-form/interface/i-state/form-collapse/form-collapse.state.d.ts +11 -0
  352. package/es/modules/gct-form/interface/i-state/form-collapse-pane/form-collapse-pane.state.d.ts +11 -0
  353. package/es/modules/gct-form/interface/i-state/form-edit-item/form-edit-item.state.d.ts +38 -0
  354. package/es/modules/gct-form/interface/i-state/form-group/form-group.state.d.ts +21 -0
  355. package/es/modules/gct-form/interface/i-state/form-hidden-item/form-hidden-item.state.d.ts +5 -0
  356. package/es/modules/gct-form/interface/i-state/form-item/form-item.state.d.ts +20 -0
  357. package/es/modules/gct-form/interface/i-state/form-item-basic/form-item-basic.state.d.ts +63 -0
  358. package/es/modules/gct-form/interface/i-state/form-line/form-line.state.d.ts +10 -0
  359. package/es/modules/gct-form/interface/i-state/form-tab/form-tab.state.d.ts +19 -0
  360. package/es/modules/gct-form/interface/i-state/form-tab-pane/form-tab-pane.state.d.ts +11 -0
  361. package/es/modules/gct-form/interface/i-state/index.d.ts +11 -0
  362. package/es/modules/gct-form/interface/index.d.ts +7 -0
  363. package/es/modules/gct-form/props/gct-form-item/gct-form-item.props.d.ts +63 -0
  364. package/es/modules/gct-form/props/gct-form-item/gct-form-item.props.mjs +58 -0
  365. package/es/modules/gct-form/props/index.d.ts +1 -0
  366. package/es/modules/gct-form/register/editor-register/editor-register.d.ts +49 -0
  367. package/es/modules/gct-form/register/editor-register/editor-register.mjs +64 -0
  368. package/es/modules/gct-form/register/form-item-register/form-item-register.d.ts +36 -0
  369. package/es/modules/gct-form/register/form-item-register/form-item-register.mjs +46 -0
  370. package/es/modules/gct-form/register/index.d.ts +2 -0
  371. package/es/modules/gct-form/state/form/form.state.d.ts +25 -0
  372. package/es/modules/gct-form/state/form/form.state.mjs +27 -0
  373. package/es/modules/gct-form/state/form-collapse/form-collapse.state.d.ts +14 -0
  374. package/es/modules/gct-form/state/form-collapse/form-collapse.state.mjs +15 -0
  375. package/es/modules/gct-form/state/form-collapse-pane/form-collapse-pane.state.d.ts +14 -0
  376. package/es/modules/gct-form/state/form-collapse-pane/form-collapse-pane.state.mjs +15 -0
  377. package/es/modules/gct-form/state/form-edit-item/form-edit-item.state.d.ts +18 -0
  378. package/es/modules/gct-form/state/form-edit-item/form-edit-item.state.mjs +19 -0
  379. package/es/modules/gct-form/state/form-group/form-group.state.d.ts +21 -0
  380. package/es/modules/gct-form/state/form-group/form-group.state.mjs +23 -0
  381. package/es/modules/gct-form/state/form-item/form-item.state.d.ts +14 -0
  382. package/es/modules/gct-form/state/form-item/form-item.state.mjs +15 -0
  383. package/es/modules/gct-form/state/form-item-basic/form-item-basic.state.d.ts +17 -0
  384. package/es/modules/gct-form/state/form-item-basic/form-item-basic.state.mjs +19 -0
  385. package/es/modules/gct-form/state/form-line/form-line.state.d.ts +11 -0
  386. package/es/modules/gct-form/state/form-line/form-line.state.mjs +12 -0
  387. package/es/modules/gct-form/state/form-tab/form-tab.state.d.ts +15 -0
  388. package/es/modules/gct-form/state/form-tab/form-tab.state.mjs +17 -0
  389. package/es/modules/gct-form/state/form-tab-pane/form-tab-pane.state.d.ts +14 -0
  390. package/es/modules/gct-form/state/form-tab-pane/form-tab-pane.state.mjs +15 -0
  391. package/es/modules/gct-form/state/index.d.ts +10 -0
  392. package/es/modules/gct-form/utils/index.d.ts +1 -0
  393. package/es/modules/gct-form/utils/width-install/width-install.d.ts +17 -0
  394. package/es/modules/gct-form/utils/width-install/width-install.mjs +22 -0
  395. package/es/{widgets → modules/gct-form/widgets}/gct-edit-form/gct-edit-form.d.ts +22 -7
  396. package/es/modules/gct-form/widgets/gct-edit-form/gct-edit-form.mjs +125 -0
  397. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse/gct-form-collapse.css +97 -0
  398. package/es/{widgets → modules/gct-form/widgets}/gct-form/gct-form-collapse/gct-form-collapse.d.ts +13 -3
  399. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse/gct-form-collapse.mjs +69 -0
  400. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse/gct-form-collapse.model.d.ts +19 -0
  401. package/es/{widgets → modules/gct-form/widgets}/gct-form/gct-form-collapse/gct-form-collapse.provider.d.ts +1 -1
  402. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse/gct-form-collapse.provider.mjs +12 -0
  403. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse/index.d.ts +7 -0
  404. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse/index.mjs +10 -0
  405. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse-pane/gct-form-collapse-pane.css +79 -0
  406. package/es/{widgets → modules/gct-form/widgets}/gct-form/gct-form-collapse-pane/gct-form-collapse-pane.d.ts +13 -3
  407. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse-pane/gct-form-collapse-pane.mjs +55 -0
  408. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse-pane/gct-form-collapse-pane.model.d.ts +18 -0
  409. package/es/{widgets → modules/gct-form/widgets}/gct-form/gct-form-collapse-pane/gct-form-collapse-pane.provider.d.ts +1 -1
  410. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse-pane/gct-form-collapse-pane.provider.mjs +12 -0
  411. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse-pane/index.d.ts +7 -0
  412. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse-pane/index.mjs +10 -0
  413. package/es/modules/gct-form/widgets/gct-form/gct-form-group/gct-form-group.css +88 -0
  414. package/es/{widgets → modules/gct-form/widgets}/gct-form/gct-form-group/gct-form-group.d.ts +13 -3
  415. package/es/modules/gct-form/widgets/gct-form/gct-form-group/gct-form-group.mjs +77 -0
  416. package/es/modules/gct-form/widgets/gct-form/gct-form-group/gct-form-group.model.d.ts +19 -0
  417. package/es/{widgets → modules/gct-form/widgets}/gct-form/gct-form-group/gct-form-group.provider.d.ts +1 -1
  418. package/es/modules/gct-form/widgets/gct-form/gct-form-group/gct-form-group.provider.mjs +12 -0
  419. package/es/modules/gct-form/widgets/gct-form/gct-form-group/index.d.ts +7 -0
  420. package/es/modules/gct-form/widgets/gct-form/gct-form-group/index.mjs +10 -0
  421. package/es/modules/gct-form/widgets/gct-form/gct-form-hidden-item/gct-form-hidden-item.model.d.ts +16 -0
  422. package/es/{widgets → modules/gct-form/widgets}/gct-form/gct-form-hidden-item/gct-form-hidden-item.provider.d.ts +2 -2
  423. package/es/modules/gct-form/widgets/gct-form/gct-form-hidden-item/gct-form-hidden-item.provider.mjs +12 -0
  424. package/es/modules/gct-form/widgets/gct-form/gct-form-hidden-item/index.d.ts +6 -0
  425. package/es/modules/gct-form/widgets/gct-form/gct-form-hidden-item/index.mjs +1 -0
  426. package/es/modules/gct-form/widgets/gct-form/gct-form-item/gct-form-item.css +174 -0
  427. package/es/{widgets → modules/gct-form/widgets}/gct-form/gct-form-item/gct-form-item.d.ts +23 -4
  428. package/es/modules/gct-form/widgets/gct-form/gct-form-item/gct-form-item.mjs +131 -0
  429. package/es/modules/gct-form/widgets/gct-form/gct-form-item/gct-form-item.model.d.ts +17 -0
  430. package/es/{widgets → modules/gct-form/widgets}/gct-form/gct-form-item/gct-form-item.provider.d.ts +1 -1
  431. package/es/modules/gct-form/widgets/gct-form/gct-form-item/gct-form-item.provider.mjs +12 -0
  432. package/es/modules/gct-form/widgets/gct-form/gct-form-item/index.d.ts +7 -0
  433. package/es/modules/gct-form/widgets/gct-form/gct-form-item/index.mjs +3 -0
  434. package/es/modules/gct-form/widgets/gct-form/gct-form-line/gct-form-line.css +72 -0
  435. package/es/modules/gct-form/widgets/gct-form/gct-form-line/gct-form-line.d.ts +37 -0
  436. package/es/modules/gct-form/widgets/gct-form/gct-form-line/gct-form-line.mjs +41 -0
  437. package/es/modules/gct-form/widgets/gct-form/gct-form-line/gct-form-line.model.d.ts +15 -0
  438. package/es/modules/gct-form/widgets/gct-form/gct-form-line/gct-form-line.provider.d.ts +5 -0
  439. package/es/modules/gct-form/widgets/gct-form/gct-form-line/gct-form-line.provider.mjs +12 -0
  440. package/es/modules/gct-form/widgets/gct-form/gct-form-line/index.d.ts +7 -0
  441. package/es/modules/gct-form/widgets/gct-form/gct-form-line/index.mjs +10 -0
  442. package/es/modules/gct-form/widgets/gct-form/gct-form-tab/gct-form-tab.css +108 -0
  443. package/es/{widgets → modules/gct-form/widgets}/gct-form/gct-form-tab/gct-form-tab.d.ts +12 -2
  444. package/es/modules/gct-form/widgets/gct-form/gct-form-tab/gct-form-tab.mjs +66 -0
  445. package/es/modules/gct-form/widgets/gct-form/gct-form-tab/gct-form-tab.model.d.ts +10 -0
  446. package/es/{widgets → modules/gct-form/widgets}/gct-form/gct-form-tab/gct-form-tab.provider.d.ts +1 -1
  447. package/es/modules/gct-form/widgets/gct-form/gct-form-tab/gct-form-tab.provider.mjs +12 -0
  448. package/es/modules/gct-form/widgets/gct-form/gct-form-tab/index.d.ts +7 -0
  449. package/es/modules/gct-form/widgets/gct-form/gct-form-tab/index.mjs +10 -0
  450. package/es/modules/gct-form/widgets/gct-form/gct-form-tab-pane/gct-form-tab-pane.css +74 -0
  451. package/es/{widgets → modules/gct-form/widgets}/gct-form/gct-form-tab-pane/gct-form-tab-pane.d.ts +13 -3
  452. package/es/modules/gct-form/widgets/gct-form/gct-form-tab-pane/gct-form-tab-pane.mjs +53 -0
  453. package/es/modules/gct-form/widgets/gct-form/gct-form-tab-pane/gct-form-tab-pane.model.d.ts +17 -0
  454. package/es/{widgets → modules/gct-form/widgets}/gct-form/gct-form-tab-pane/gct-form-tab-pane.provider.d.ts +1 -1
  455. package/es/modules/gct-form/widgets/gct-form/gct-form-tab-pane/gct-form-tab-pane.provider.mjs +12 -0
  456. package/es/modules/gct-form/widgets/gct-form/gct-form-tab-pane/index.d.ts +6 -0
  457. package/es/modules/gct-form/widgets/gct-form/gct-form-tab-pane/index.mjs +10 -0
  458. package/es/modules/gct-form/widgets/gct-form/gct-form-title-group/gct-form-title-group.css +82 -0
  459. package/es/{widgets → modules/gct-form/widgets}/gct-form/gct-form-title-group/gct-form-title-group.d.ts +2 -2
  460. package/es/modules/gct-form/widgets/gct-form/gct-form-title-group/gct-form-title-group.mjs +55 -0
  461. package/es/modules/gct-form/widgets/gct-form/gct-form-title-group/gct-form-title-group.model.d.ts +19 -0
  462. package/es/{widgets → modules/gct-form/widgets}/gct-form/gct-form-title-group/gct-form-title-group.provider.d.ts +1 -1
  463. package/es/modules/gct-form/widgets/gct-form/gct-form-title-group/gct-form-title-group.provider.mjs +12 -0
  464. package/es/modules/gct-form/widgets/gct-form/gct-form-title-group/index.d.ts +7 -0
  465. package/es/modules/gct-form/widgets/gct-form/gct-form-title-group/index.mjs +11 -0
  466. package/es/modules/gct-form/widgets/gct-form/gct-form.css +73 -0
  467. package/es/{widgets → modules/gct-form/widgets}/gct-form/gct-form.d.ts +13 -3
  468. package/es/modules/gct-form/widgets/gct-form/gct-form.mjs +129 -0
  469. package/es/modules/gct-form/widgets/gct-form/index.d.ts +14 -0
  470. package/es/modules/gct-form/widgets/gct-form/index.mjs +30 -0
  471. package/es/modules/gct-table/controller/gct-table/gct-table.controller.d.ts +54 -0
  472. package/es/modules/gct-table/controller/gct-table/gct-table.controller.mjs +141 -0
  473. package/es/modules/gct-table/controller/index.d.ts +5 -0
  474. package/es/modules/gct-table/controller/index.mjs +5 -0
  475. package/es/modules/gct-table/controller/table-item/table-action-item.controller.d.ts +15 -0
  476. package/es/modules/gct-table/controller/table-item/table-action-item.controller.mjs +15 -0
  477. package/es/modules/gct-table/controller/table-item/table-edit-item.controller.d.ts +19 -0
  478. package/es/modules/gct-table/controller/table-item/table-edit-item.controller.mjs +26 -0
  479. package/es/modules/gct-table/controller/table-item/table-item.controller.d.ts +21 -0
  480. package/es/modules/gct-table/controller/table-item/table-item.controller.mjs +33 -0
  481. package/es/modules/gct-table/controller/table-row/table-row.controller.d.ts +28 -0
  482. package/es/modules/gct-table/controller/table-row/table-row.controller.mjs +77 -0
  483. package/es/{editor/gct-form-i18n/gct-form-i18n.d.ts → modules/gct-table/editor/gct-table-date/gct-table-date.d.ts} +19 -8
  484. package/es/modules/gct-table/editor/gct-table-date/gct-table-date.mjs +50 -0
  485. package/es/modules/gct-table/editor/gct-table-date/gct-table-date.provider.d.ts +11 -0
  486. package/es/modules/gct-table/editor/gct-table-date/gct-table-date.provider.mjs +13 -0
  487. package/es/modules/gct-table/editor/gct-table-date/index.d.ts +4 -0
  488. package/es/modules/gct-table/editor/gct-table-date/index.mjs +10 -0
  489. package/es/modules/gct-table/editor/gct-table-span/gct-table-span.css +86 -0
  490. package/es/modules/gct-table/editor/gct-table-span/gct-table-span.d.ts +34 -0
  491. package/es/modules/gct-table/editor/gct-table-span/gct-table-span.mjs +29 -0
  492. package/es/modules/gct-table/editor/gct-table-span/gct-table-span.provider.d.ts +13 -0
  493. package/es/modules/gct-table/editor/gct-table-span/gct-table-span.provider.mjs +15 -0
  494. package/es/modules/gct-table/editor/gct-table-span/index.d.ts +4 -0
  495. package/es/modules/gct-table/editor/gct-table-span/index.mjs +10 -0
  496. package/es/modules/gct-table/editor/gct-table-text/gct-table-text.css +80 -0
  497. package/es/modules/gct-table/editor/gct-table-text/gct-table-text.d.ts +50 -0
  498. package/es/modules/gct-table/editor/gct-table-text/gct-table-text.mjs +63 -0
  499. package/es/modules/gct-table/editor/gct-table-text/gct-table-text.provider.d.ts +13 -0
  500. package/es/modules/gct-table/editor/gct-table-text/gct-table-text.provider.mjs +15 -0
  501. package/es/modules/gct-table/editor/gct-table-text/index.d.ts +4 -0
  502. package/es/modules/gct-table/editor/gct-table-text/index.mjs +10 -0
  503. package/es/modules/gct-table/editor/index.mjs +9 -0
  504. package/es/modules/gct-table/hooks/index.d.ts +1 -0
  505. package/es/modules/gct-table/hooks/index.mjs +1 -0
  506. package/es/modules/gct-table/hooks/use-ant-table/use-ant-table.d.ts +10 -0
  507. package/es/modules/gct-table/hooks/use-ant-table/use-ant-table.mjs +69 -0
  508. package/es/modules/gct-table/index.d.ts +10 -0
  509. package/es/modules/gct-table/index.mjs +22 -0
  510. package/es/modules/gct-table/interface/i-controller/index.d.ts +5 -0
  511. package/es/modules/gct-table/interface/i-controller/table/i-table.controller.d.ts +133 -0
  512. package/es/modules/gct-table/interface/i-controller/table-item/i-table-action-item.controller.d.ts +21 -0
  513. package/es/modules/gct-table/interface/i-controller/table-item/i-table-edit-item.controller.d.ts +44 -0
  514. package/es/modules/gct-table/interface/i-controller/table-item/i-table-item.controller.d.ts +61 -0
  515. package/es/modules/gct-table/interface/i-controller/table-row/i-table-row.controller.d.ts +110 -0
  516. package/es/modules/gct-table/interface/i-events/index.d.ts +1 -0
  517. package/es/modules/gct-table/interface/i-events/table/i-table.event.d.ts +21 -0
  518. package/es/modules/gct-table/interface/i-provider/i-table-editor-provider/i-table-editor-provider.d.ts +24 -0
  519. package/es/modules/gct-table/interface/i-provider/index.d.ts +1 -0
  520. package/es/modules/gct-table/interface/i-state/index.d.ts +4 -0
  521. package/es/modules/gct-table/interface/i-state/table/i-table.state.d.ts +50 -0
  522. package/es/modules/gct-table/interface/i-state/table-item/table-edit-item.state.d.ts +47 -0
  523. package/es/modules/gct-table/interface/i-state/table-item/table-item.state.d.ts +28 -0
  524. package/es/modules/gct-table/interface/i-state/table-row/table-row.state.d.ts +35 -0
  525. package/es/modules/gct-table/interface/i-table/i-pagination.d.ts +29 -0
  526. package/es/modules/gct-table/interface/i-table/i-table-action-item.d.ts +135 -0
  527. package/es/modules/gct-table/interface/i-table/i-table-edit-item.d.ts +74 -0
  528. package/es/modules/gct-table/interface/i-table/i-table-item.d.ts +98 -0
  529. package/es/modules/gct-table/interface/i-table/i-table.d.ts +76 -0
  530. package/es/modules/gct-table/interface/i-table/index.d.ts +4 -0
  531. package/es/modules/gct-table/interface/index.d.ts +5 -0
  532. package/es/modules/gct-table/register/index.d.ts +1 -0
  533. package/es/modules/gct-table/register/table-editor-register/table-editor-register.d.ts +53 -0
  534. package/es/modules/gct-table/register/table-editor-register/table-editor-register.mjs +68 -0
  535. package/es/modules/gct-table/state/index.d.ts +4 -0
  536. package/es/modules/gct-table/state/table/table.state.d.ts +45 -0
  537. package/es/modules/gct-table/state/table/table.state.mjs +47 -0
  538. package/es/modules/gct-table/state/table-item/table-edit-item.state.d.ts +18 -0
  539. package/es/modules/gct-table/state/table-item/table-edit-item.state.mjs +20 -0
  540. package/es/modules/gct-table/state/table-item/table-item.state.d.ts +28 -0
  541. package/es/modules/gct-table/state/table-item/table-item.state.mjs +30 -0
  542. package/es/modules/gct-table/state/table-row/table-row.state.d.ts +15 -0
  543. package/es/modules/gct-table/state/table-row/table-row.state.mjs +17 -0
  544. package/es/modules/gct-table/utils/count-latch/count-latch.d.ts +70 -0
  545. package/es/modules/gct-table/utils/count-latch/count-latch.mjs +98 -0
  546. package/es/modules/gct-table/utils/count-latch/result-awaiter.d.ts +17 -0
  547. package/es/modules/gct-table/utils/index.d.ts +3 -0
  548. package/es/modules/gct-table/utils/index.mjs +2 -0
  549. package/es/modules/gct-table/utils/width-install/width-install.d.ts +16 -0
  550. package/es/modules/gct-table/utils/width-install/width-install.mjs +21 -0
  551. package/es/modules/gct-table/widgets/gct-table/gct-table.css +124 -0
  552. package/es/modules/gct-table/widgets/gct-table/gct-table.d.ts +51 -0
  553. package/es/modules/gct-table/widgets/gct-table/gct-table.mjs +315 -0
  554. package/es/modules/gct-table/widgets/gct-table/index.mjs +8 -0
  555. package/es/modules/gct-table/widgets/index.mjs +7 -0
  556. package/es/modules/global-modal/index.d.ts +1 -0
  557. package/es/modules/global-modal/index.mjs +10 -15
  558. package/es/modules/global-modal/src/BasicModal.vue.d.ts +18 -18
  559. package/es/modules/global-modal/src/BasicModal.vue.mjs +5 -221
  560. package/es/modules/global-modal/src/BasicModal.vue_vue_type_script_setup_true_name_BasicModal_lang.mjs +201 -0
  561. package/es/modules/global-modal/src/components/GlboalModal.d.ts +10 -10
  562. package/es/modules/global-modal/src/components/GlboalModal.mjs +30 -39
  563. package/es/modules/global-modal/src/components/ModalClose.vue.mjs +6 -79
  564. package/es/modules/global-modal/src/components/ModalClose.vue_vue_type_script_setup_true_name_ModalClose_lang.mjs +67 -0
  565. package/es/modules/global-modal/src/components/ModalFooter.vue.d.ts +12 -12
  566. package/es/modules/global-modal/src/components/ModalFooter.vue.mjs +5 -44
  567. package/es/modules/global-modal/src/components/ModalFooter.vue_vue_type_script_setup_true_name_BasicModalFooter_lang.mjs +40 -0
  568. package/es/modules/global-modal/src/components/ModalHeader.vue.mjs +9 -9
  569. package/es/modules/global-modal/src/components/ModalHeader.vue_vue_type_script_lang.mjs +11 -0
  570. package/es/modules/global-modal/src/components/ModalWrapper.vue.d.ts +1 -1
  571. package/es/modules/global-modal/src/components/ModalWrapper.vue.mjs +18 -24
  572. package/es/modules/global-modal/src/components/ModalWrapper.vue_vue_type_script_lang.mjs +126 -0
  573. package/es/modules/global-modal/src/hooks/useModal.mjs +102 -116
  574. package/es/modules/global-modal/src/hooks/useModalContext.mjs +6 -6
  575. package/es/modules/global-modal/src/hooks/useModalDrag.mjs +69 -79
  576. package/es/modules/global-modal/src/hooks/useModalFullScreen.mjs +17 -13
  577. package/es/modules/global-modal/src/props.mjs +87 -55
  578. package/es/modules/target-loading/index.mjs +3 -0
  579. package/es/modules/target-loading/src/createLoading.mjs +42 -54
  580. package/es/modules/target-loading/src/target-loading.vue.d.ts +1 -1
  581. package/es/modules/target-loading/src/target-loading.vue.mjs +7 -52
  582. package/es/modules/target-loading/src/target-loading.vue_vue_type_script_setup_true_name_target-loading_lang.mjs +55 -0
  583. package/es/modules/target-loading/src/useLoading.mjs +2 -0
  584. package/es/setup-app.mjs +3 -3
  585. package/es/types/index.d.ts +11 -1
  586. package/es/utils/index.mjs +4 -0
  587. package/es/utils/message-util/message-util.mjs +25 -25
  588. package/es/utils/monaco-loader/monaco-loader.mjs +83 -87
  589. package/es/utils/overlay-controller/overlay-controller.mjs +29 -20
  590. package/es/utils/with-install.mjs +10 -11
  591. package/package.json +13 -6
  592. package/dist/index-Bpd2MFJC.js +0 -33732
  593. package/dist/index-CwxW5OnC.js +0 -98
  594. package/dist/index-vFQ1naj3.cjs +0 -98
  595. package/dist/index.esm.min.mjs +0 -41
  596. package/dist/index.min.cjs +0 -1
  597. package/dist/index.system.min.js +0 -1
  598. package/dist/monaco-editor-5rbNTIph.cjs +0 -19
  599. package/dist/monaco-editor-DHkSqfaq.js +0 -19
  600. package/dist/monaco-editor-DYUIGpkZ.js +0 -20245
  601. package/es/components/base-button/base-button.vue3.mjs +0 -179
  602. package/es/components/basic-button/basic-button.vue3.mjs +0 -130
  603. package/es/components/copy-module-key/copy-module-key.vue3.mjs +0 -104
  604. package/es/components/double-input/double-input.vue2.mjs +0 -5
  605. package/es/components/layout/flex-container/flex-container.mjs +0 -94
  606. package/es/components/layout/flex-item/flex-item.mjs +0 -55
  607. package/es/components/layout/grid-container/grid-container.mjs +0 -51
  608. package/es/components/svg-icon/svg-icon.vue3.mjs +0 -6
  609. package/es/editor/gct-form-color/gct-form-color.d.ts +0 -5
  610. package/es/editor/gct-form-color/index.d.ts +0 -7
  611. package/es/editor/gct-form-field-select/gct-form-field-select.d.ts +0 -47
  612. package/es/editor/gct-form-field-select/gct-form-field-select.provider.d.ts +0 -13
  613. package/es/editor/gct-form-field-select/gct-model-select.vue.d.ts +0 -9
  614. package/es/editor/gct-form-modal-select/gct-form-modal-select.provider.d.ts +0 -13
  615. package/es/editor/gct-form-number/index.d.ts +0 -7
  616. package/es/editor/gct-form-switch/index.d.ts +0 -7
  617. package/es/editor/gct-form-text/index.d.ts +0 -7
  618. package/es/modules/code-editor/monaco-editor.vue2.mjs +0 -440
  619. package/es/modules/color-picker/src/ColorPicker.vue2.mjs +0 -545
  620. package/es/modules/global-modal/src/BasicModal.vue2.mjs +0 -5
  621. package/es/modules/global-modal/src/components/ModalClose.vue3.mjs +0 -6
  622. package/es/modules/global-modal/src/components/ModalFooter.vue2.mjs +0 -5
  623. package/es/modules/global-modal/src/components/ModalHeader.vue2.mjs +0 -13
  624. package/es/modules/global-modal/src/components/ModalWrapper.vue2.mjs +0 -136
  625. package/es/modules/target-loading/src/target-loading.vue3.mjs +0 -7
  626. package/es/widgets/gct-form/gct-form-group/index.d.ts +0 -5
  627. package/es/widgets/gct-form/gct-form-tab/index.d.ts +0 -5
  628. package/es/widgets/gct-form/gct-form-tab-pane/index.d.ts +0 -5
  629. package/es/widgets/gct-form/gct-form-title-group/index.d.ts +0 -5
  630. package/es/widgets/gct-form/index.d.ts +0 -5
  631. /package/es/components/base-button/{base-button.css → base-button.vue_vue_type_style_index_0_scoped_5375ec2b_lang.css} +0 -0
  632. /package/es/components/basic-button/{basic-button.css → basic-button.vue_vue_type_style_index_0_scoped_1dbcb2fa_lang.css} +0 -0
  633. /package/es/components/copy-module-key/{copy-module-key.css → copy-module-key.vue_vue_type_style_index_0_scoped_531b3cd2_lang.css} +0 -0
  634. /package/es/components/svg-icon/{svg-icon.css → svg-icon.vue_vue_type_style_index_0_lang.css} +0 -0
  635. /package/es/modules/code-editor/{monaco-editor.css → monaco-editor.vue_vue_type_style_index_0_scoped_254c9227_lang.css} +0 -0
  636. /package/es/modules/color-picker/src/{ColorPicker.css → ColorPicker.vue_vue_type_style_index_0_scoped_7bfd9ca3_lang.css} +0 -0
  637. /package/es/modules/color-picker/src/{ColorPicker2.css → ColorPicker.vue_vue_type_style_index_1_lang.css} +0 -0
  638. /package/es/{components/layout → modules/gct-form/components}/flex-container/flex-container.css +0 -0
  639. /package/es/{editor → modules/gct-form/editor}/gct-form-check-switch/index.d.ts +0 -0
  640. /package/es/{editor/gct-form-field-select → modules/gct-form/editor/gct-form-color}/index.d.ts +0 -0
  641. /package/es/{editor/gct-form-i18n → modules/gct-form/editor/gct-form-date}/index.d.ts +0 -0
  642. /package/es/{editor/gct-form-length-unit → modules/gct-form/editor/gct-form-i18n}/index.d.ts +0 -0
  643. /package/es/{editor/gct-form-modal-select → modules/gct-form/editor/gct-form-length-unit}/index.d.ts +0 -0
  644. /package/es/{editor/gct-form-picker → modules/gct-form/editor/gct-form-number}/index.d.ts +0 -0
  645. /package/es/{editor/gct-form-select → modules/gct-form/editor/gct-form-picker}/index.d.ts +0 -0
  646. /package/es/{editor/gct-form-span → modules/gct-form/editor/gct-form-select}/index.d.ts +0 -0
  647. /package/es/{editor/gct-form-textarea → modules/gct-form/editor/gct-form-span}/index.d.ts +0 -0
  648. /package/es/{editor → modules/gct-form/editor}/index.d.ts +0 -0
  649. /package/es/{widgets/gct-edit-form → modules/gct-table/editor}/index.d.ts +0 -0
  650. /package/es/{widgets/gct-form/gct-form-collapse-pane → modules/gct-table/widgets/gct-table}/index.d.ts +0 -0
  651. /package/es/{widgets/gct-form/gct-form-collapse → modules/gct-table/widgets}/index.d.ts +0 -0
  652. /package/es/modules/global-modal/src/components/{ModalClose.css → ModalClose.vue_vue_type_style_index_0_lang.css} +0 -0
  653. /package/es/modules/target-loading/src/{target-loading.css → target-loading.vue_vue_type_style_index_0_scoped_d448466c_lang.css} +0 -0
@@ -1 +1,2 @@
1
- @charset "UTF-8";.gct-modal{--gct-modal-z-index: var(--gct-z-index-modal);--gct-modal-background-color: var(--gct-color-bg-1)}.gct-modal__full-screen{position:absolute;top:0;right:48px;padding:16px 8px;color:#212528;font-size:16px;line-height:1;line-height:22px;cursor:pointer}.gct-modal.is-hidden-footer>.ant-modal-content>.ant-modal-footer{display:none;padding:16px}.gct-modal.is-hidden-close-btn>.ant-modal-content>.ant-modal-close{display:none}.gct-modal.is-hidden-cancel-btn>.ant-modal-content>.ant-modal-footer>button:first-child{display:none}.gct-modal.is-full-screen{top:0;width:100vw!important;height:100vh!important;max-width:100%;max-height:fit-content;margin:0;padding-bottom:0}.gct-modal.is-full-screen .ant-modal-content{display:flex;flex-direction:column;width:100vw;max-width:100vw;height:100vh;max-height:100vh}.gct-modal>.ant-modal-content{display:flex;flex-direction:column;width:100%;height:100%;max-height:85vh}.gct-modal>.ant-modal-content>.ant-modal-close>.ant-modal-close-x{width:auto;height:auto;padding:16px;color:#212528;line-height:1;line-height:22px}.gct-modal>.ant-modal-content>.ant-modal-header{border-bottom:1px solid #e0e3ea}.gct-modal>.ant-modal-content>.ant-modal-footer{border-top:1px solid #e0e3ea}.gct-modal>.ant-modal-content>.ant-modal-header,.gct-modal>.ant-modal-content>.ant-modal-footer{flex-shrink:0;padding:16px}.gct-modal>.ant-modal-content>.ant-modal-header .ant-modal-title{color:#000;font-weight:600;min-height:22px}.gct-modal>.ant-modal-content>.ant-modal-body{flex-grow:1;padding:0;overflow:hidden auto}.gct-svg-icon{display:inline-block;overflow:hidden;fill:currentcolor;vertical-align:-.15em}.gct-svg-icon--spin{animation:loadingCircle 1s infinite linear}.gct-assets-svg-icon{display:inline-block;width:1em;height:1em;contain:strict;fill:currentcolor;box-sizing:content-box!important}.gct-assets-svg-icon .ionicon{stroke:currentcolor}.gct-assets-svg-icon .ionicon-fill-none{fill:none}.gct-assets-svg-icon .ionicon-stroke-width{stroke-width:var(--ionicon-stroke-width, 32px)}.gct-assets-svg-icon .icon-inner,.gct-assets-svg-icon .ionicon,.gct-assets-svg-icon svg{display:block;height:100%;width:100%}@supports (background: -webkit-named-image(i)){.gct-assets-svg-icon.icon-rtl .icon-inner{transform:scaleX(-1)}}.gct-assets-svg-icon.icon-rtl .icon-inner,.gct-assets-svg-icon.flip-rtl[dir=rtl] .icon-inner{transform:scaleX(-1)}@supports selector(:dir(rtl)){.gct-assets-svg-icon.flip-rtl:dir(rtl) .icon-inner{transform:scaleX(-1)}.gct-assets-svg-icon.flip-rtl:dir(ltr) .icon-inner{transform:scaleX(1)}}.gct-assets-svg-icon.icon-small{font-size:1.125rem!important}.gct-assets-svg-icon.icon-large{font-size:2rem!important}.gct-assets-svg-icon.ion-color{color:var(--ion-color-base)!important}.gct-assets-svg-icon.ion-color-primary{--ion-color-base: var(--ion-color-primary, #3880ff) !important}.gct-assets-svg-icon.ion-color-secondary{--ion-color-base: var(--ion-color-secondary, #3dc2ff) !important}.gct-assets-svg-icon.ion-color-tertiary{--ion-color-base: var(--ion-color-tertiary, #5260ff) !important}.gct-assets-svg-icon.ion-color-success{--ion-color-base: var(--ion-color-success, #2dd36f) !important}.gct-assets-svg-icon.ion-color-warning{--ion-color-base: var(--ion-color-warning, #ffc409) !important}.gct-assets-svg-icon.ion-color-danger{--ion-color-base: var(--ion-color-danger, #eb445a) !important}.gct-assets-svg-icon.ion-color-light{--ion-color-base: var(--ion-color-light, #f4f5f8) !important}.gct-assets-svg-icon.ion-color-medium{--ion-color-base: var(--ion-color-medium, #92949c) !important}.gct-assets-svg-icon.ion-color-dark{--ion-color-base: var(--ion-color-dark, #222428) !important}.ant-btn[data-v-5375ec2b]{display:flex;align-items:center;justify-content:center}.ant-btn.btn-font-color[data-v-5375ec2b]{color:var(--v8d035854)!important}.ant-btn.btn-bg-style[data-v-5375ec2b]{border-color:var(--e376d652)!important;background:var(--v4ee5fd6d)!important}.square[data-v-5375ec2b]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:72px;height:72px;padding:0;border-radius:4px}.square .icon-next[data-v-5375ec2b]{margin:0!important}.square .btn-title[data-v-5375ec2b]{width:inherit;padding:0 8px}.square.ant-btn-sm[data-v-5375ec2b]{width:72px;height:64px;font-size:14px}.square.ant-btn-sm .btn-title[data-v-5375ec2b]{padding:0 4px}.square.ant-btn-lg[data-v-5375ec2b]{width:80px;height:88px}.squaref[data-v-5375ec2b]{min-width:72px;height:56px;padding:0}.line[data-v-5375ec2b]{display:flex;align-items:center;justify-content:center}[data-v-5375ec2b] .group .ant-btn{height:100%}[data-v-5375ec2b] .ant-btn-loading-icon{width:0;height:0;line-height:0}[data-v-5375ec2b] .ant-btn-icon-only{vertical-align:-2px}.gct-text-overflow-2[data-v-5375ec2b]{display:-webkit-inline-box;display:-moz-inline-box;display:inline-flexbox;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:2}.square[data-v-1dbcb2fa]{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:72px;height:72px;padding:0}.squaref[data-v-1dbcb2fa]{min-width:72px;height:72px;padding:0}.line[data-v-1dbcb2fa]{display:flex;align-items:center;justify-content:center}[data-v-1dbcb2fa] .group .ant-btn{height:100%}[data-v-1dbcb2fa] .ant-btn-loading-icon{height:0}.gct-wujie-container{height:100%;width:100%}.gct-wujie-container .__vue-devtools-container__{display:none}.gct-wujie-container iframe{border:0}.copy-wrap[data-v-531b3cd2]{display:inline-block}.iconfont.icon-fuzhi[data-v-531b3cd2]{margin-left:4px;line-height:.8;cursor:pointer;position:relative;top:2px}.copy-wrap-tooltip[data-v-531b3cd2]{display:flex}.copy-wrap-tooltip .copy-key[data-v-531b3cd2]{display:inline-block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.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-dnd-item{background-color:rgb(var(--gct-gray-2))}.gct-dnd-item.is-dragging{background-color:var(--gct-color-bg-3)!important}.gct-dnd-drop-line{background-color:transparent;padding:var(--gct-padding-1) 0}.gct-dnd-drop-line__line{border-top:1px solid transparent}.gct-dnd-drop-line.is-shallow-over .gct-dnd-drop-line__line,.gct-dnd-drop-line.is-active .gct-dnd-drop-line__line{border-color:var(--gct-color-primary)}.gct-dnd-container{border:1px dashed transparent;border-radius:var(--gct-border-radius-s)}.gct-dnd-container.is-over{border-color:var(--gct-color-border-hover);background-color:var(--gct-color-primary-light)}.vben.fullscreen-modal{overflow:hidden}.vben.fullscreen-modal .ant-modal{inset:0!important;width:100%!important;max-width:100vw!important;height:100%}.vben.fullscreen-modal .ant-modal-content{height:100%}.vben .ant-modal{width:520px;padding-bottom:0}.vben .ant-modal .ant-modal-body>.scrollbar{height:100%;padding:14px}.vben .ant-modal .ant-modal-body>.scrollbar .scrollbar__wrap{max-height:calc(88vh - 152px)}.vben .ant-modal-title{font-size:16px;font-weight:700}.vben .ant-modal-title .base-title{cursor:move!important}.vben .ant-modal .ant-modal-body{height:calc(100% - 120px);max-height:calc(88vh - 120px);padding:0}.vben .ant-modal .ant-modal-body>.scrollbar>.scrollbar__bar.is-horizontal{display:none}.vben .ant-modal-large{top:60px}.vben .ant-modal-large--mini{top:16px}.vben .ant-modal-header{padding:16px}.vben .ant-modal-content{box-shadow:0 4px 8px #0003,0 6px 20px #00000030}.vben .ant-modal-footer{padding:16px}.vben .ant-modal-footer button+button{margin-left:16px}.vben .ant-modal-close{outline:none;font-weight:400}.vben .ant-modal-close-x{display:inline-block;width:96px;height:56px;line-height:56px}.vben .ant-modal-confirm-body .ant-modal-confirm-content>*{color:#909399}.vben .ant-modal-confirm-confirm.error .ant-modal-confirm-body>.anticon{color:var(--gct-color-error)}.vben .ant-modal-confirm-btns .ant-btn:last-child{margin-right:0}.vben .ant-modal-confirm-info .ant-modal-confirm-body>.anticon{color:var(--gct-color-warning)}.vben .ant-modal-confirm-confirm.success .ant-modal-confirm-body>.anticon{color:var(--gct-color-success)}.vben .ant-modal-confirm .ant-modal-body{padding:24px!important}@media screen and (max-height:600px){.ant-modal{top:60px}}@media screen and (max-height:540px){.ant-modal{top:30px}}@media screen and (max-height:480px){.ant-modal{top:10px}}.options-field-modal.ant-modal .ant-modal-content .ant-modal-body{padding-bottom:0}.ant-modal-footer .ant-btn+.ant-btn:not(.ant-dropdown-trigger){margin-left:16px}.ant-modal{max-height:88vh}.ant-modal .ant-modal-content{border-radius:4px}.ant-modal.ant-modal-confirm .ant-modal-body{padding:16px}.ant-modal .ant-modal-confirm-body>.anticon{margin-right:8px}.ant-modal .ant-modal-confirm-body>.anticon .iconfont{top:4px!important;font-size:14px}.ant-modal .ant-modal-confirm-body>.anticon>svg{width:14px;height:14px;margin-top:3px}.ant-modal .ant-modal-confirm-body>.ant-modal-confirm-title{color:#1a1d23;font-size:14px;line-height:unset}.ant-modal .ant-modal-confirm-body>.ant-modal-confirm-content{color:#5a5f6b;font-size:12px}.ant-modal .ant-modal-confirm-body .anticon+.ant-modal-confirm-title+.ant-modal-confirm-content{margin-left:22px}.ant-modal .ant-modal-confirm-btns{margin-top:12px}.ant-modal .ant-modal-confirm-btns>.ant-btn{height:24px;padding:2px 10px;color:#384356;line-height:16px}.ant-modal .ant-modal-confirm-btns>.ant-btn.ant-btn-primary{color:#fff}.vben .ant-modal-close{right:16px}.vben .ant-modal-close-x .anticon.anticon-close{margin-left:27px}.gct-basic-modal-close{display:flex;align-items:center;height:95%}.gct-basic-modal-close>span{margin-left:48px;font-size:16px}.gct-basic-modal-close--can-full>span{margin-left:12px}.gct-basic-modal-close:not(.gct-basic-modal-close--can-full)>span:nth-child(1):hover{font-weight:700}.gct-basic-modal-close span:nth-child(1){display:inline-block;padding:10px}.gct-basic-modal-close span:nth-child(1):hover{color:var(--ant-primary-color)}.gct-basic-modal-close span:last-child:hover{color:var(--ant-error-color)}.full-loading[data-v-d448466c]{display:flex;position:fixed;z-index:200;top:0;left:0;align-items:center;justify-content:center;width:100%;height:100%;background-color:#f0f2f566}.full-loading.absolute[data-v-d448466c]{position:absolute;z-index:300;top:0;left:0}.component[data-v-7bfd9ca3]{display:inline-block;position:relative;outline:none;font-size:14px;text-align:left;cursor:pointer}.component .box[data-v-7bfd9ca3]{display:flex;align-items:center;border:1px solid var(--gct-color-text-1);border-radius:4px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAWElEQVRIiWM8fubkfwYygKWJOSM5+mCAhRLNoxaPWjxq8ajFoxbTyeL/DAfJ0Xjs3Cl7Siwmu4Yht1aDgZEYx6MWj1o8avGoxaMWD3qLya5X//4nqx6HAQC7RBGFzolqTAAAAABJRU5ErkJggg==);background-size:10px 10px}.color-picker__popover .ant-popover-inner-content{padding:0}.color-picker__popover .color-picker{z-index:9;width:var(--w);padding:10px;background:#fff;box-shadow:0 0 1px 1px #0000001a;-webkit-user-select:none;user-select:none}.color-picker__popover .color-picker-saturation{position:relative;width:100%;height:200px;margin-bottom:10px;box-shadow:1px 1px 1px #0000001a;cursor:pointer}.color-picker__popover .color-picker-saturation div{position:absolute;top:0;left:0;width:100%;height:100%}.color-picker__popover .color-picker-saturation .point{position:absolute;z-index:9;box-sizing:border-box;width:6px;height:6px;transform:translate(-50%,-50%);border:2px solid #ccc;border-radius:50%;background-color:transparent}.color-picker__popover .color-picker-saturation-t{background:linear-gradient(to right,#fff,#fff0)}.color-picker__popover .color-picker-saturation-h{background:linear-gradient(to top,#000,#fff0)}.color-picker__popover .color-picker-middle{display:flex;width:100%;margin-bottom:10px}.color-picker__popover .color-picker-middle .hue-slider{position:relative;height:10px;margin-bottom:6px;background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff,#00f 67%,#f0f 83%,red);box-shadow:1px 1px 1px #0000001a}.color-picker__popover .color-picker-middle .alpha-slider{position:relative;height:10px;background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAWElEQVRIiWM8fubkfwYygKWJOSM5+mCAhRLNoxaPWjxq8ajFoxbTyeL/DAfJ0Xjs3Cl7Siwmu4Yht1aDgZEYx6MWj1o8avGoxaMWD3qLya5X//4nqx6HAQC7RBGFzolqTAAAAABJRU5ErkJggg==);background-size:10px 10px;box-shadow:1px 1px 1px #0000001a}.color-picker__popover .color-picker-middle .slider{position:absolute;box-sizing:border-box;width:6px;height:100%;background-color:#fff;box-shadow:0 0 2px #0009;cursor:pointer}.color-picker__popover .color-picker-diamond{position:relative;width:26px;height:26px;margin-left:5px;overflow:hidden;border-radius:3px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAWElEQVRIiWM8fubkfwYygKWJOSM5+mCAhRLNoxaPWjxq8ajFoxbTyeL/DAfJ0Xjs3Cl7Siwmu4Yht1aDgZEYx6MWj1o8avGoxaMWD3qLya5X//4nqx6HAQC7RBGFzolqTAAAAABJRU5ErkJggg==);background-size:10px 10px}.color-picker__popover .color-picker-value{display:flex;justify-content:space-between;width:100%}.color-picker__popover .color-picker-value div{padding:0 3px;text-align:center}.color-picker__popover .color-picker-value input{box-sizing:border-box;width:34px;height:24px;margin:0;padding:0;border:1px solid #ccc;border-radius:3px;outline:none;font-size:12px;text-align:center}.color-picker__popover .color-picker-value p{margin:3px 0 0;font-size:12px}.color-picker__popover .color-picker-value .rgba-a{padding-right:0}.color-picker__popover .color-picker-value .hex{flex:1;padding-left:0}.color-picker__popover .color-picker-value .hex input{width:100%;height:24px}.color-picker__popover .color-picker .presetColor .title{margin-bottom:10px;padding-top:8px;border-top:1px solid #eaeaea;font-size:12px}.color-picker__popover .color-picker .presetColor .preset{display:flex;flex-wrap:wrap;justify-content:flex-start;width:100%;margin:10px 0 0;padding:0;list-style:none}.color-picker__popover .color-picker .presetColor .preset li{width:20px;height:20px;margin-right:6px;margin-bottom:6px;border:1px solid #ccc;border-radius:6px;cursor:pointer}.color-picker__popover .color-value .color-value .color-value .hex input{width:100%;height:24px}.m-e[data-v-254c9227]{width:100%;height:100%}.m-e .m-e-main[data-v-254c9227]{display:flex;flex-direction:column;width:calc(100% - 2px);height:calc(100% - 2px)}.m-e .m-e-main .m-e-main_toolbar[data-v-254c9227]{position:relative;z-index:10;height:40px;box-shadow:0 2px 5px #000}.m-e .m-e-main .m-e-main_toolbar .m-e-main_toolbar_left span[data-v-254c9227]{padding-left:10px;font-size:15px;line-height:40px;-webkit-user-select:none;user-select:none}.m-e .m-e-main .m-e-main_toolbar .m-e-main_toolbar_right[data-v-254c9227]{display:flex;align-items:center}.m-e .m-e-main .m-e-main_toolbar .m-e-main_toolbar_right .icon[data-v-254c9227]{display:inline-block;margin-left:10px;transition:ease all .3s;border-radius:2px;text-align:center;cursor:pointer}.m-e .m-e-main .m-e-main_toolbar .m-e-main_toolbar_right .icon[data-v-254c9227]:hover{background-color:#ffffff1a}.m-e .m-e-main .m-e-main_toolbar .m-e-main_toolbar_right .icon.icon-active[data-v-254c9227]{color:#1890ff;background-color:#1890ff1a;box-shadow:0 0 4px #1890ff80;transform:scale(1.1)}.m-e .m-e-main .m-e-main_container[data-v-254c9227]{flex:1;width:100%;height:100%;min-height:400px}
1
+ .gct-modal{--gct-modal-z-index:var(--gct-z-index-modal);--gct-modal-background-color:var(--gct-color-bg-1)}.gct-modal__full-screen{color:#212528;cursor:pointer;padding:16px 8px;font-size:16px;line-height:22px;position:absolute;top:0;right:48px}.gct-modal.is-hidden-footer>.ant-modal-content>.ant-modal-footer{padding:16px;display:none}.gct-modal.is-hidden-close-btn>.ant-modal-content>.ant-modal-close,.gct-modal.is-hidden-cancel-btn>.ant-modal-content>.ant-modal-footer>button:first-child{display:none}.gct-modal.is-full-screen{max-width:100%;max-height:fit-content;margin:0;padding-bottom:0;top:0;width:100vw!important;height:100vh!important}.gct-modal.is-full-screen .ant-modal-content{flex-direction:column;width:100vw;max-width:100vw;height:100vh;max-height:100vh;display:flex}.gct-modal>.ant-modal-content{flex-direction:column;width:100%;height:100%;max-height:85vh;display:flex}.gct-modal>.ant-modal-content>.ant-modal-close>.ant-modal-close-x{color:#212528;width:auto;height:auto;padding:16px;line-height:22px}.gct-modal>.ant-modal-content>.ant-modal-header{border-bottom:1px solid #e0e3ea}.gct-modal>.ant-modal-content>.ant-modal-footer{border-top:1px solid #e0e3ea}.gct-modal>.ant-modal-content>.ant-modal-header,.gct-modal>.ant-modal-content>.ant-modal-footer{flex-shrink:0;padding:16px}.gct-modal>.ant-modal-content>.ant-modal-header .ant-modal-title{color:#000;min-height:22px;font-weight:600}.gct-modal>.ant-modal-content>.ant-modal-body{flex-grow:1;padding:0;overflow:hidden auto}.gct-flex-container{display:flex}.gct-form-date-format-select{align-items:center;gap:4px;display:flex}.gct-form-date-format-select__first{flex-shrink:0}.gct-form-date-format-select__second{flex-grow:1;flex-shrink:0}.gct-form-color{vertical-align:middle}.gct-svg-icon{fill:currentColor;vertical-align:-.15em;display:inline-block;overflow:hidden}.gct-svg-icon--spin{animation:1s linear infinite loadingCircle}.gct-assets-svg-icon{contain:strict;fill:currentColor;width:1em;height:1em;display:inline-block;box-sizing:content-box!important}.gct-assets-svg-icon .ionicon{stroke:currentColor}.gct-assets-svg-icon .ionicon-fill-none{fill:none}.gct-assets-svg-icon .ionicon-stroke-width{stroke-width:var(--ionicon-stroke-width,32px)}.gct-assets-svg-icon .icon-inner,.gct-assets-svg-icon .ionicon,.gct-assets-svg-icon svg{width:100%;height:100%;display:block}@supports (background:-webkit-named-image(i)){.gct-assets-svg-icon.icon-rtl .icon-inner{transform:scaleX(-1)}}.gct-assets-svg-icon.icon-rtl .icon-inner,.gct-assets-svg-icon.flip-rtl[dir=rtl] .icon-inner{transform:scaleX(-1)}@supports selector(:dir(rtl)){.gct-assets-svg-icon.flip-rtl:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .icon-inner{transform:scaleX(-1)}.gct-assets-svg-icon.flip-rtl:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .icon-inner{transform:scaleX(1)}}.gct-assets-svg-icon.icon-small{font-size:1.125rem!important}.gct-assets-svg-icon.icon-large{font-size:2rem!important}.gct-assets-svg-icon.ion-color{color:var(--ion-color-base)!important}.gct-assets-svg-icon.ion-color-primary{--ion-color-base:var(--ion-color-primary,#3880ff)!important}.gct-assets-svg-icon.ion-color-secondary{--ion-color-base:var(--ion-color-secondary,#3dc2ff)!important}.gct-assets-svg-icon.ion-color-tertiary{--ion-color-base:var(--ion-color-tertiary,#5260ff)!important}.gct-assets-svg-icon.ion-color-success{--ion-color-base:var(--ion-color-success,#2dd36f)!important}.gct-assets-svg-icon.ion-color-warning{--ion-color-base:var(--ion-color-warning,#ffc409)!important}.gct-assets-svg-icon.ion-color-danger{--ion-color-base:var(--ion-color-danger,#eb445a)!important}.gct-assets-svg-icon.ion-color-light{--ion-color-base:var(--ion-color-light,#f4f5f8)!important}.gct-assets-svg-icon.ion-color-medium{--ion-color-base:var(--ion-color-medium,#92949c)!important}.gct-assets-svg-icon.ion-color-dark{--ion-color-base:var(--ion-color-dark,#222428)!important}.ant-btn[data-v-5375ec2b]{justify-content:center;align-items:center;display:flex}.ant-btn.btn-font-color[data-v-5375ec2b]{color:var(--v8d035854)!important}.ant-btn.btn-bg-style[data-v-5375ec2b]{border-color:var(--e376d652)!important;background:var(--v4ee5fd6d)!important}.square[data-v-5375ec2b]{border-radius:4px;flex-direction:column;justify-content:center;align-items:center;width:72px;height:72px;padding:0;display:flex}.square .icon-next[data-v-5375ec2b]{margin:0!important}.square .btn-title[data-v-5375ec2b]{width:inherit;padding:0 8px}.square.ant-btn-sm[data-v-5375ec2b]{width:72px;height:64px;font-size:14px}.square.ant-btn-sm .btn-title[data-v-5375ec2b]{padding:0 4px}.square.ant-btn-lg[data-v-5375ec2b]{width:80px;height:88px}.squaref[data-v-5375ec2b]{min-width:72px;height:56px;padding:0}.line[data-v-5375ec2b]{justify-content:center;align-items:center;display:flex}[data-v-5375ec2b] .group .ant-btn{height:100%}[data-v-5375ec2b] .ant-btn-loading-icon{width:0;height:0;line-height:0}[data-v-5375ec2b] .ant-btn-icon-only{vertical-align:-2px}.gct-text-overflow-2[data-v-5375ec2b]{display:-webkit-inline-box;display:-moz-inline-box;display:inline-flexbox;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;box-orient:2;-webkit-box-orient:vertical;-moz-box-orient:vertical;overflow:hidden}.square[data-v-1dbcb2fa]{flex-direction:column;justify-content:center;align-items:center;min-width:72px;height:72px;padding:0;display:flex}.squaref[data-v-1dbcb2fa]{min-width:72px;height:72px;padding:0}.line[data-v-1dbcb2fa]{justify-content:center;align-items:center;display:flex}[data-v-1dbcb2fa] .group .ant-btn{height:100%}[data-v-1dbcb2fa] .ant-btn-loading-icon{height:0}.gct-wujie-container{width:100%;height:100%}.gct-wujie-container .__vue-devtools-container__{display:none}.gct-wujie-container iframe{border:0}.copy-wrap[data-v-531b3cd2]{display:inline-block}.iconfont.icon-fuzhi[data-v-531b3cd2]{cursor:pointer;margin-left:4px;line-height:.8;position:relative;top:2px}.copy-wrap-tooltip[data-v-531b3cd2]{display:flex}.copy-wrap-tooltip .copy-key[data-v-531b3cd2]{text-overflow:ellipsis;white-space:nowrap;word-break:break-all;width:100%;display:inline-block;overflow:hidden}.icon-next[data-v-c5a83130]{color:var(--color);background-color:var(--bg-color);align-items:center;transition:all .3s;display:inline-flex}.icon-next>svg[data-v-c5a83130]{transform:translateY(1px)}i.icon-next[data-v-c5a83130]{height:var(--size);width:var(--size);background-image:var(--bg-image);background-position:50%;background-repeat:no-repeat;background-size:contain}.icon-picker-next{width:var(--box-size,48px);height:var(--box-size,48px)}.icon-picker-next__popover .ant-popover-inner-content{padding:0}.icon-picker-next__search{background:#f5f5f5;border-color:#f5f5f5!important}.icon-picker-next__search .ant-input{background:0 0}.icon-picker-next__search .ant-input-prefix{color:#999}.icon-picker-next__container{--tree-width:100px;width:456px;height:300px}.icon-picker-next__cats{width:var(--tree-width);background-color:#f5f5f5;height:100%}.icon-picker-next__cats .ant-tree{--tree-node-sizet:32px;background:0 0}.icon-picker-next__cats .ant-tree .ant-tree-treenode{padding:0;transition:all .3s}.icon-picker-next__cats .ant-tree .ant-tree-treenode:hover{background-color:#eaeaea}.icon-picker-next__cats .ant-tree .ant-tree-treenode.ant-tree-treenode-selected{color:var(--ant-primary-color);background-color:#eaeaea}.icon-picker-next__cats .ant-tree .ant-tree-switcher{height:var(--tree-node-sizet);line-height:var(--tree-node-sizet)}.icon-picker-next__cats .ant-tree .ant-tree-node-content-wrapper{width:1px;height:var(--tree-node-sizet);line-height:var(--tree-node-sizet);background-color:#0000!important}.icon-picker-next__cats .ant-tree .ant-tree-indent{width:0;height:0;overflow:hidden}.icon-picker-next__panel{width:calc(100% - var(--tree-width));background-color:#fff;flex-direction:column;display:flex}.icon-picker-next__icons{flex:1;height:1px}.icon-picker-next__trigger{color:#fff;cursor:pointer;background:#e1e1e1;border-radius:4px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.icon-picker-next__trigger div{background:#0000004d;justify-content:center;align-items:center;width:16px;height:16px;font-size:12px;display:flex;position:absolute;bottom:0;right:0}.icon-picker-next__trigger div .iconfont{transform:scale(.6)}.icon-picker-next--selected{background:var(--background)!important}.color__setting{align-items:center;margin-top:10px;padding:0 12px;display:flex}.color__setting:last-child{padding-bottom:10px}.color__setting .color__title{color:#999;text-overflow:ellipsis;white-space:nowrap;flex:none;width:56px;overflow:hidden}.color__setting .color__list{flex:none;column-gap:8px;display:flex}.color__setting .color__list .color__item{color:#fff;text-align:center;cursor:pointer;background-color:#0000;border-radius:50%;width:18px;height:18px;font-size:12px;display:inline-block}.color__setting .color__list .color__item:first-child{color:var(--ant-primary-color);border:1px solid #d9d9d9}.color__setting .color__input{align-items:center;margin-left:8px;padding-left:8px;display:flex;position:relative}.color__setting .color__input:before{content:"";background:#eaeaea;width:1px;height:12px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.color__setting .color__input .color__preview{background-color:var(--custom-bg);border:1px solid #d9d9d9;border-radius:2px;justify-content:center;align-items:center;width:18px;height:18px;margin-right:4px;font-size:12px;display:flex}.color__setting .color__input input{border:none;width:60px;font-size:12px}.icon__list{grid-gap:7px;grid-template-columns:repeat(auto-fill,minmax(40px,1fr));margin:0;padding:0 12px;list-style:none;display:grid}.icon__list>li{color:#fff;cursor:pointer;background:#e1e1e1;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;transition:all .3s;display:flex}.icon__list>li>span{display:flex}.icon__list>li:hover{background-color:silver}.gct-code-editor{height:100%}.gct-view-container{background-color:#fff;flex-direction:column;height:100%;display:flex}.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-vue3-grid-dnd-item{opacity:0;margin-left:-6px}.vxe-table--render-default .vxe-body--row:hover .gct-vue3-grid-dnd-item{opacity:1}.vxe-table--render-default .vxe-body--row.row--current:hover .gct-vue3-grid-dnd-item{opacity:0}.vxe-table--render-default .vxe-body--row.is-dragging{opacity:.3}.vxe-table--render-default .vxe-body--row.is-over{position:relative}.vxe-table--render-default .vxe-body--row.is-over.is-before:first-child:after{top:0}.vxe-table--render-default .vxe-body--row.is-over.is-before:after{content:" ";border-bottom:2px solid var(--ant-primary-color);width:100%;position:absolute;top:-1px;left:0}.vxe-table--render-default .vxe-body--row.is-over.is-after:after{content:" ";border-bottom:2px solid var(--ant-primary-color);width:100%;position:absolute;bottom:-1px;left:0}.vxe-table--render-default .vxe-body--row.is-over.is-after:last-child:after{bottom:0}.gct-form-formula{align-items:center;height:32px;display:flex;cursor:pointer!important}.gct-form-formula__input{border-radius:4px}.gct-form-formula__placeholder{color:var(--gct-form-item-placeholder-color)}.ant-form-item.ant-form-item-has-error .gct-form-formula{border-color:var(--ant-error-color)!important}.gct-gct-form-check-switch--checkbox{height:32px;padding-top:5px}.gct-gct-form-check-switch--checkbox span:last-child{padding-left:4px;padding-right:0}.gct-gct-form-check-switch--small{font-size:12px;line-height:16px}.gct-gct-form-check-switch.is-readonly{pointer-events:none}.gct-gct-form--small .gct-gct-form-check-switch--checkbox{height:24px;padding-top:0}.gct-form-select-group{align-items:center;display:flex}.gct-form-select-group__group-header{align-items:center;width:100%;padding:4px 8px;display:flex}.gct-form-select-group__group-header--clickable{cursor:pointer;transition:background-color .2s}.gct-form-select-group__group-header--clickable:hover{background-color:var(--gct-color-info-light-9)}.gct-form-select-group__arrow{justify-content:center;align-items:center;width:16px;height:16px;margin-right:4px;transition:transform .2s;display:inline-flex}.gct-form-select-group__arrow i{color:var(--gct-color-regular);font-size:12px}.gct-form-select-group__arrow--collapsed{transform:rotate(-90deg)}.gct-form-select-group__title{flex:1;font-weight:500}.gct-form-select-group-item-option{align-items:center;display:flex}.gct-form-select-group-item-option__item-icon{color:var(--gct-color-primary);margin-right:var(--gct-padding-2);flex-shrink:0}.gct-form-select-group-item-option__item-label{text-overflow:ellipsis;white-space:nowrap;flex-grow:1;overflow:hidden}.gct-gct-form-icon-select{--box-size:40px;width:100%;height:100%}.gct-gct-form-icon-select__title{color:#474747;text-align:center;width:56px;font-size:14px;display:inline-block}.gct-form-pixel-config__select.ant-select{height:28px;width:97px!important}.gct-form-pixel-config__select.ant-select .ant-select-selector{height:26px;padding:0 8px}.gct-form-pixel-config__select.ant-select .ant-select-selection-search{height:26px}.gct-form-pixel-config__select.ant-select .ant-select-selection-item{align-items:center;height:26px;display:flex}.gct-form-pixel-config__select.ant-select .ant-select-selection-item:after{height:26px}.gct-form-pixel-config__select.ant-select .ant-select-selection-search-input{height:26px!important}.gct-form-pixel-config__input.ant-input-number-group-wrapper{height:26px;width:calc(100% - 97px)!important}.gct-form-pixel-config__input.ant-input-number-group-wrapper .ant-input-number-group-addon{justify-content:center;align-items:center;width:30px;height:26px;padding:0 6px;display:flex}.gct-form-pixel-config__input.ant-input-number-group-wrapper .ant-input-number{height:26px;width:calc(100% - 30px)!important}.gct-gct-form-select{align-items:center;width:100%;display:flex}.gct-gct-form-select__before-text{padding-right:var(--gct-padding-4);flex-shrink:0}.gct-gct-form-select__after-text{padding-left:var(--gct-padding-4);flex-shrink:0}.gct-gct-form-select__content{flex-grow:1;width:100%}.gct-form-span{min-height:var(--gct-form-item-min-height);align-items:center;display:flex}.gct-form-span__copy{cursor:pointer;margin-left:4px}.gct-gct-form-text.ant-input-affix-wrapper .ant-input-suffix{display:none}.gct-gct-form-text.ant-input-affix-wrapper-focused .ant-input-suffix{display:flex}.gct-gct-form-radio{position:relative}.gct-gct-form-radio--radio.ant-radio-group{align-items:center;display:flex}.gct-gct-form-radio--radio .ant-radio-wrapper{--gct-color-primary:#bac5d0}.gct-gct-form-radio--radio .ant-radio-wrapper.ant-radio-wrapper-checked{--gct-color-primary:var(--ant-primary-color);color:color-mix(in srgb, var(--gct-color-primary), 30%)!important}.gct-gct-form-radio--radio .ant-radio-wrapper.ant-radio-wrapper-disabled{cursor:default}.gct-gct-form-radio__item span:last-child{align-items:center;display:flex}.gct-gct-form-radio__item.ant-radio-wrapper.ant-radio-wrapper-disabled+span,.gct-gct-form-radio__item .ant-radio-disabled+span,.gct-gct-form-radio__item .ant-radio-inner{cursor:default!important}.gct-gct-form-radio__item--pos-top{--color-primary:var(--gct-color-border);margin-right:16px;position:relative}.gct-gct-form-radio__item--pos-top>span:last-child{flex-direction:column;align-items:flex-start;display:flex;padding-left:0!important;padding-right:0!important}.gct-gct-form-radio__item--pos-top .ant-radio{top:unset;width:14px;height:14px;position:absolute;bottom:0;left:2px}.gct-gct-form-radio__item--pos-top .gct-gct-form-radio__item-icon{border:1px solid var(--color-primary);border-radius:var(--gct-border-radius-s);cursor:default;margin-right:0;font-size:104px;overflow:hidden}.gct-gct-form-radio__item--pos-top .gct-gct-form-radio__item-icon:hover{--gct-color-primary:var(--ant-primary-color);border-color:var(--gct-color-primary)}.gct-gct-form-radio__item--pos-top .gct-gct-form-radio__item-label{cursor:default;text-overflow:ellipsis;white-space:nowrap;margin-top:8px;padding-left:22px;overflow:hidden}.gct-gct-form-radio__item--pos-top.ant-radio-wrapper-checked{--color-primary:var(--gct-color-primary)}.gct-gct-form-radio__item--pos-top.ant-radio-wrapper-checked .gct-gct-form-radio__item-icon{border-color:var(--color-primary)}.gct-gct-form-radio__item-icon{color:var(--color-primary);justify-content:center;align-items:center;margin-right:8px;font-size:14px;display:inline-flex}.gct-gct-form-radio__item-icon .gct-iconfont{font-size:inherit}.gct-gct-form-radio.gct-gct-form-radio--button.ant-radio-group{background-color:#f2f4f7;border-radius:4px;width:100%;padding:2px;display:flex}.gct-gct-form-radio.gct-gct-form-radio--button.ant-radio-group .ant-radio-button-wrapper{color:#212528;text-align:center;background-color:#0000;border:0;border-radius:2px;flex:1;padding:0}.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{vertical-align:-1px;border-radius:2px;padding:4px;line-height:1;display:inline-flex}.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:#0000}.gct-gct-form-radio.gct-gct-form-radio--button.ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-disabled{cursor:default}.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;cursor:pointer}.gct-gct-form-radio.gct-gct-form-radio--button.ant-radio-group.ant-radio-group-small .ant-radio-button-wrapper{height:24px;font-size:12px;line-height:24px}.gct-gct-form-info{color:var(--gct-color-text-5);align-items:center;display:flex}.gct-gct-form-info__icon{vertical-align:-1px;margin-right:3px}.gct-gct-form-info__content{text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}.gct-gct-form-info--small{font-size:12px;line-height:16px}.gct-gct-form-checkbox--checkbox.ant-checkbox-group{align-items:center;height:32px;display:flex}.gct-gct-form-checkbox.ant-checkbox-group{border-radius:4px;flex-wrap:wrap;gap:4px 8px;width:100%;height:auto;padding:2px;display:flex}.gct-gct-form-checkbox.ant-checkbox-group .ant-checkbox+span{padding-left:4px}.gct-gct-form-checkbox.ant-checkbox-group .ant-checkbox-group-item{align-items:flex-start;margin-right:0;display:flex}.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{background-color:#f2f4f7;border-radius:4px;padding:6px 4px}.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}.gct-form-model-select{width:100%}.gct-form-model-select .ant-select.ant-select-single.ant-select-show-arrow.gct-form-model-select__class{width:84px}.gct-form-model-select .ant-select.ant-select-single.ant-select-show-arrow.gct-form-model-select__model,.gct-form-model-select .ant-select.gct-form-model-select__model{width:208px}.gct-select-form-table{height:100%}.gct-select-form-table__search{height:48px}.gct-select-form-table__search .ant-input-search{border-radius:4px;flex-direction:row-reverse;width:200px;display:flex;position:relative}.gct-select-form-table__search .ant-input-search .ant-input-group-addon{z-index:10;position:absolute;left:1px}.gct-select-form-table__search .ant-input-search .ant-input-group-addon .ant-btn{background-color:#0000;border:0}.gct-select-form-table__search .ant-input-search .ant-input{border-radius:4px;padding-left:32px}.gct-select-form-table__table{height:calc(100% - 48px)}.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-placeholder-color:var(--gct-color-text-7);--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-form-item.ant-row{margin-bottom:20px}.gct-form-item.is-hidden-label>.ant-col.ant-form-item-control>.ant-form-item-control-input>.ant-form-item-control-input-content>.gct-gct-form-item__editor{width:100%}.gct-form-item.is-hidden-error{margin-bottom:0}.gct-form-item.is-hidden{display:none}.gct-form-item.is-readonly{--gct-form-item-min-height:22px;margin-bottom:18px!important}.gct-form-item.is-readonly .ant-form-item-label{padding:0}.gct-form-item.is-readonly .ant-form-item-label label,.gct-form-item.is-readonly .gct-form-item__label{color:var(--gct-form-item-readonly-color)}.gct-form-item.is-required .gct-form-item__label:before{color:#ff4d4f;content:"*";margin-inline-end:4px;font-family:SimSun,sans-serif;font-size:14px;line-height:1;display:inline-block}.gct-form-item .ant-input{border-radius:4px}.gct-form-item .ant-form-item-label{width:var(--gct-form-item-label-width);text-align:var(--gct-form-item-label-align)}.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-form-item .ant-form-item-control-input-content{text-align:var(--gct-form-item-editor-align)}.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-form-item__label--top{align-items:center;width:100%;display:flex}.gct-form-item--label-top .gct-form-item__label{margin-bottom:8px}.gct-form-item__label-tooltip{color:var(--gct-color-text-6)}.gct-form-item__label-tooltip:hover{color:var(--gct-color-text-4)}.gct-form-item .ant-form-item-control-input{flex-grow:1}.gct-form-item .ant-checkbox-group,.gct-form-item .ant-checkbox-group .ant-checkbox-wrapper{font-size:var(--gct-form-item-label-font-size)}.gct-form-item .ant-checkbox-group .ant-form input[type=checkbox],.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-form-item .ant-checkbox-group .ant-checkbox-inner:after{width:var(--gct-form-item-checkbox-width);height:var(--gct-form-item-checkbox-height)}.gct-form--small label{font-size:12px;line-height:16px;font-size:12px!important}.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{color:#212528;background:#f2f4f7;padding:8px 12px;font-size:12px;font-weight:500}.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-form-group{--gct-form-group-min-height:32px;--gct-form-group-width:auto;--gct-form-group-height:100%;width:var(--gct-form-group-width);height:var(--gct-form-group-height);min-height:var(--gct-form-group-min-height)}.gct-form-group.is-hidden-header .gct-form-group__title{display:none}.gct-form-group.is-hidden-header .gct-form-group__content{height:100%;overflow:auto}.gct-form-group__content{height:100%}.gct-form-group.is-hidden{display:none}.gct-form-line{width:100%;padding:8px 0}.gct-form-line__line{border-top:1px solid #f3f5f8;width:100%}.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.ant-tabs{height:100%}.gct-form-tab.is-hidden{display:none}.gct-form-tab>.ant-tabs-nav{background-color:#fff;margin-bottom:0!important}.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);background-color:#fff;height:100%}.gct-form-tab-pane.is-hidden{display:none}.gct-form-title-group{--gct-form-title-group-min-height:32px;--gct-form-title-group-width:auto;--gct-form-title-group-height:auto}.gct-form-title-group.is-hidden{display:none}.gct-form-title-group__title{color:#252525;padding:8px 0;font-size:12px}.gct-form-title-group__content .ant-form-item-label{--gct-form-item-label-color:#797a7d}.gct-table-span{justify-content:flex-start;align-items:center;line-height:22px;display:flex}.gct-table-span__icon{color:var(--ant-primary-color);width:16px;margin-right:4px;font-size:16px;line-height:1;display:inline-block}.gct-table-span__text{text-overflow:ellipsis;white-space:nowrap;color:#212528;flex:1;overflow:hidden}.gct-table-text{height:26px;padding:0 8px}.gct-table-text__info{border:1px solid #0000;align-items:center;display:flex}.gct-table-text .ant-input-affix-wrapper-focused,.gct-table-text .ant-input-affix-wrapper:focus{border-color:#3168ec}.gct-table-text .ant-input-prefix,.gct-table-text .ant-input-suffix{color:#c3c3c3}.gct-gct-table__table-header.is-required:before{content:"*";color:var(--gct-color-danger);margin-right:var(--gct-spacing-4);vertical-align:-2px}.gct-gct-table .ant-table-wrapper{height:100%!important}.gct-gct-table .ant-table-wrapper.is-not-edit .ant-table .ant-table-body{padding-bottom:0}.gct-gct-table .ant-form{height:100%;display:flex}.gct-gct-table .ant-form .ant-form-item{height:26px;margin-bottom:0}.gct-gct-table .ant-table .ant-table-row{height:44px}.gct-gct-table .ant-table .ant-table-row:hover{background-color:#f7f9ff!important}.gct-gct-table .ant-table .ant-table-cell{padding:8px}.gct-gct-table .ant-form-item-with-help .ant-form-item-explain{height:18px;min-height:18px;margin-bottom:-18px;font-size:12px}.gct-gct-table .ant-table-tbody>tr:hover:not(.ant-table-expanded-row)>td:not(.ant-table-cell-fix-right,.ant-table-cell-fix-left),.gct-gct-table .ant-table-tbody .ant-table-row-hover,.gct-gct-table .ant-table-tbody .ant-table-row-hover>td{background-color:#0000!important}.gct-gct-table .ant-btn-text.ant-btn{border-color:#0000}.gct-gct-table .ant-spin-nested-loading{height:100%}.gct-gct-table .ant-spin-container{flex-direction:column;height:100%;display:flex}.gct-gct-table .ant-table{flex-grow:1;height:100%}.gct-gct-table .ant-pagination{flex-shrink:0}.component[data-v-7bfd9ca3]{text-align:left;cursor:pointer;outline:none;font-size:14px;display:inline-block;position:relative}.component .box[data-v-7bfd9ca3]{border:1px solid var(--gct-color-text-1);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAWElEQVRIiWM8fubkfwYygKWJOSM5+mCAhRLNoxaPWjxq8ajFoxbTyeL/DAfJ0Xjs3Cl7Siwmu4Yht1aDgZEYx6MWj1o8avGoxaMWD3qLya5X//4nqx6HAQC7RBGFzolqTAAAAABJRU5ErkJggg==);background-size:10px 10px;border-radius:4px;align-items:center;display:flex}.color-picker__popover .ant-popover-inner-content{padding:0}.color-picker__popover .color-picker{z-index:9;width:var(--w);-webkit-user-select:none;user-select:none;background:#fff;padding:10px;box-shadow:0 0 1px 1px #0000001a}.color-picker__popover .color-picker-saturation{cursor:pointer;width:100%;height:200px;margin-bottom:10px;position:relative;box-shadow:1px 1px 1px #0000001a}.color-picker__popover .color-picker-saturation div{width:100%;height:100%;position:absolute;top:0;left:0}.color-picker__popover .color-picker-saturation .point{z-index:9;box-sizing:border-box;background-color:#0000;border:2px solid #ccc;border-radius:50%;width:6px;height:6px;position:absolute;transform:translate(-50%,-50%)}.color-picker__popover .color-picker-saturation-t{background:linear-gradient(90deg,#fff,#fff0)}.color-picker__popover .color-picker-saturation-h{background:linear-gradient(#fff0,#000)}.color-picker__popover .color-picker-middle{width:100%;margin-bottom:10px;display:flex}.color-picker__popover .color-picker-middle .hue-slider{background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red);height:10px;margin-bottom:6px;position:relative;box-shadow:1px 1px 1px #0000001a}.color-picker__popover .color-picker-middle .alpha-slider{background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAWElEQVRIiWM8fubkfwYygKWJOSM5+mCAhRLNoxaPWjxq8ajFoxbTyeL/DAfJ0Xjs3Cl7Siwmu4Yht1aDgZEYx6MWj1o8avGoxaMWD3qLya5X//4nqx6HAQC7RBGFzolqTAAAAABJRU5ErkJggg==) 0 0/10px 10px;height:10px;position:relative;box-shadow:1px 1px 1px #0000001a}.color-picker__popover .color-picker-middle .slider{box-sizing:border-box;cursor:pointer;background-color:#fff;width:6px;height:100%;position:absolute;box-shadow:0 0 2px #0009}.color-picker__popover .color-picker-diamond{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAWElEQVRIiWM8fubkfwYygKWJOSM5+mCAhRLNoxaPWjxq8ajFoxbTyeL/DAfJ0Xjs3Cl7Siwmu4Yht1aDgZEYx6MWj1o8avGoxaMWD3qLya5X//4nqx6HAQC7RBGFzolqTAAAAABJRU5ErkJggg==);background-size:10px 10px;border-radius:3px;width:26px;height:26px;margin-left:5px;position:relative;overflow:hidden}.color-picker__popover .color-picker-value{justify-content:space-between;width:100%;display:flex}.color-picker__popover .color-picker-value div{text-align:center;padding:0 3px}.color-picker__popover .color-picker-value input{box-sizing:border-box;text-align:center;border:1px solid #ccc;border-radius:3px;outline:none;width:34px;height:24px;margin:0;padding:0;font-size:12px}.color-picker__popover .color-picker-value p{margin:3px 0 0;font-size:12px}.color-picker__popover .color-picker-value .rgba-a{padding-right:0}.color-picker__popover .color-picker-value .hex{flex:1;padding-left:0}.color-picker__popover .color-picker-value .hex input{width:100%;height:24px}.color-picker__popover .color-picker .presetColor .title{border-top:1px solid #eaeaea;margin-bottom:10px;padding-top:8px;font-size:12px}.color-picker__popover .color-picker .presetColor .preset{flex-wrap:wrap;justify-content:flex-start;width:100%;margin:10px 0 0;padding:0;list-style:none;display:flex}.color-picker__popover .color-picker .presetColor .preset li{cursor:pointer;border:1px solid #ccc;border-radius:6px;width:20px;height:20px;margin-bottom:6px;margin-right:6px}.color-picker__popover .color-value .color-value .color-value .hex input{width:100%;height:24px}.gct-dnd-item{background-color:rgb(var(--gct-gray-2))}.gct-dnd-item.is-dragging{background-color:var(--gct-color-bg-3)!important}.gct-dnd-drop-line{padding:var(--gct-padding-1) 0;background-color:#0000}.gct-dnd-drop-line__line{border-top:1px solid #0000}.gct-dnd-drop-line.is-shallow-over .gct-dnd-drop-line__line,.gct-dnd-drop-line.is-active .gct-dnd-drop-line__line{border-color:var(--gct-color-primary)}.gct-dnd-container{border-radius:var(--gct-border-radius-s);border:1px dashed #0000}.gct-dnd-container.is-over{border-color:var(--gct-color-border-hover);background-color:var(--gct-color-primary-light)}.vben.fullscreen-modal{overflow:hidden}.vben.fullscreen-modal .ant-modal{height:100%;width:100%!important;max-width:100vw!important;inset:0!important}.vben.fullscreen-modal .ant-modal-content{height:100%}.vben .ant-modal{width:520px;padding-bottom:0}.vben .ant-modal .ant-modal-body>.scrollbar{height:100%;padding:14px}.vben .ant-modal .ant-modal-body>.scrollbar .scrollbar__wrap{max-height:calc(88vh - 152px)}.vben .ant-modal-title{font-size:16px;font-weight:700}.vben .ant-modal-title .base-title{cursor:move!important}.vben .ant-modal .ant-modal-body{height:calc(100% - 120px);max-height:calc(88vh - 120px);padding:0}.vben .ant-modal .ant-modal-body>.scrollbar>.scrollbar__bar.is-horizontal{display:none}.vben .ant-modal-large{top:60px}.vben .ant-modal-large--mini{top:16px}.vben .ant-modal-header{padding:16px}.vben .ant-modal-content{box-shadow:0 4px 8px #0003,0 6px 20px #00000030}.vben .ant-modal-footer{padding:16px}.vben .ant-modal-footer button+button{margin-left:16px}.vben .ant-modal-close{outline:none;font-weight:400}.vben .ant-modal-close-x{width:96px;height:56px;line-height:56px;display:inline-block}.vben .ant-modal-confirm-body .ant-modal-confirm-content>*{color:#909399}.vben .ant-modal-confirm-confirm.error .ant-modal-confirm-body>.anticon{color:var(--gct-color-error)}.vben .ant-modal-confirm-btns .ant-btn:last-child{margin-right:0}.vben .ant-modal-confirm-info .ant-modal-confirm-body>.anticon{color:var(--gct-color-warning)}.vben .ant-modal-confirm-confirm.success .ant-modal-confirm-body>.anticon{color:var(--gct-color-success)}.vben .ant-modal-confirm .ant-modal-body{padding:24px!important}@media screen and (height<=600px){.ant-modal{top:60px}}@media screen and (height<=540px){.ant-modal{top:30px}}@media screen and (height<=480px){.ant-modal{top:10px}}.options-field-modal.ant-modal .ant-modal-content .ant-modal-body{padding-bottom:0}.ant-modal-footer .ant-btn+.ant-btn:not(.ant-dropdown-trigger){margin-left:16px}.ant-modal{max-height:88vh}.ant-modal .ant-modal-content{border-radius:4px}.ant-modal.ant-modal-confirm .ant-modal-body{padding:16px}.ant-modal .ant-modal-confirm-body>.anticon{margin-right:8px}.ant-modal .ant-modal-confirm-body>.anticon .iconfont{font-size:14px;top:4px!important}.ant-modal .ant-modal-confirm-body>.anticon>svg{width:14px;height:14px;margin-top:3px}.ant-modal .ant-modal-confirm-body>.ant-modal-confirm-title{color:#1a1d23;font-size:14px;line-height:unset}.ant-modal .ant-modal-confirm-body>.ant-modal-confirm-content{color:#5a5f6b;font-size:12px}.ant-modal .ant-modal-confirm-body .anticon+.ant-modal-confirm-title+.ant-modal-confirm-content{margin-left:22px}.ant-modal .ant-modal-confirm-btns{margin-top:12px}.ant-modal .ant-modal-confirm-btns>.ant-btn{color:#384356;height:24px;padding:2px 10px;line-height:16px}.ant-modal .ant-modal-confirm-btns>.ant-btn.ant-btn-primary{color:#fff}.vben .ant-modal-close{right:16px}.vben .ant-modal-close-x .anticon.anticon-close{margin-left:27px}.gct-basic-modal-close{align-items:center;height:95%;display:flex}.gct-basic-modal-close>span{margin-left:48px;font-size:16px}.gct-basic-modal-close--can-full>span{margin-left:12px}.gct-basic-modal-close:not(.gct-basic-modal-close--can-full)>span:first-child:hover{font-weight:700}.gct-basic-modal-close span:first-child{padding:10px;display:inline-block}.gct-basic-modal-close span:first-child:hover{color:var(--ant-primary-color)}.gct-basic-modal-close span:last-child:hover{color:var(--ant-error-color)}.os-size-observer,.os-size-observer-listener{direction:inherit;pointer-events:none;visibility:hidden;box-sizing:border-box;overflow:hidden;scroll-behavior:auto!important}.os-size-observer,.os-size-observer-listener,.os-size-observer-listener-item,.os-size-observer-listener-item-final{writing-mode:horizontal-tb;position:absolute;top:0;left:0}.os-size-observer{z-index:-1;contain:strict;padding:inherit;border:inherit;box-sizing:inherit;flex-flow:row;margin:-133px;display:flex;inset:0;transform:scale(.1)}.os-size-observer:before{content:"";box-sizing:inherit;flex:none;width:10px;height:10px;padding:10px}.os-size-observer-appear{animation:1ms forwards os-size-observer-appear-animation}.os-size-observer-listener{box-sizing:border-box;padding:inherit;border:inherit;flex:auto;margin:-133px;position:relative;transform:scale(10)}.os-size-observer-listener.ltr{margin-left:0;margin-right:-266px}.os-size-observer-listener.rtl{margin-left:-266px;margin-right:0}.os-size-observer-listener:empty:before{content:"";width:100%;height:100%}.os-size-observer-listener:empty:before,.os-size-observer-listener>.os-size-observer-listener-item{padding:inherit;border:inherit;box-sizing:content-box;flex:auto;display:block;position:relative}.os-size-observer-listener-scroll{box-sizing:border-box;display:flex}.os-size-observer-listener-item{direction:ltr;flex:none;bottom:0;right:0;overflow:hidden}.os-size-observer-listener-item-final{transition:none}@keyframes os-size-observer-appear-animation{0%{cursor:auto}to{cursor:none}}.os-trinsic-observer{box-sizing:border-box;z-index:-1;contain:strict;border:none;flex:none;max-width:0;height:0;max-height:1px;margin:0;padding:0;position:relative;top:calc(100% + 1px);overflow:hidden}.os-trinsic-observer:not(:empty){height:calc(100% + 1px);top:-1px}.os-trinsic-observer:not(:empty)>.os-size-observer{width:1000%;min-width:1px;height:1000%;min-height:1px}[data-overlayscrollbars-initialize]:not([data-overlayscrollbars-viewport]),[data-overlayscrollbars-viewport~=scrollbarHidden],html[data-overlayscrollbars-viewport~=scrollbarHidden]>body{scrollbar-width:none!important}[data-overlayscrollbars-initialize]:not([data-overlayscrollbars-viewport])::-webkit-scrollbar{appearance:none!important;width:0!important;height:0!important;display:none!important}[data-overlayscrollbars-initialize]:not([data-overlayscrollbars-viewport])::-webkit-scrollbar-corner{appearance:none!important;width:0!important;height:0!important;display:none!important}[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar{appearance:none!important;width:0!important;height:0!important;display:none!important}[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar-corner{appearance:none!important;width:0!important;height:0!important;display:none!important}html[data-overlayscrollbars-viewport~=scrollbarHidden]>body::-webkit-scrollbar{appearance:none!important;width:0!important;height:0!important;display:none!important}html[data-overlayscrollbars-viewport~=scrollbarHidden]>body::-webkit-scrollbar-corner{appearance:none!important;width:0!important;height:0!important;display:none!important}[data-overlayscrollbars-initialize]:not([data-overlayscrollbars]):not(html):not(body){overflow:auto}html[data-overlayscrollbars-body]{overflow:hidden}html[data-overlayscrollbars-body],html[data-overlayscrollbars-body]>body{width:100%;height:100%;margin:0}html[data-overlayscrollbars-body]>body{margin:0;overflow:visible}[data-overlayscrollbars]{position:relative}[data-overlayscrollbars~=host],[data-overlayscrollbars-padding]{display:flex;scroll-behavior:auto!important;flex-flow:row!important;align-items:stretch!important}[data-overlayscrollbars-padding],[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]){box-sizing:inherit;z-index:0;border:none;flex:auto;width:100%;min-width:0;height:auto;margin:0;padding:0;position:relative}[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]){--os-vaw:0;--os-vah:0;outline:none}[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]):focus{outline:none}[data-overlayscrollbars-viewport][data-overlayscrollbars-viewport~=arrange]:before{content:"";pointer-events:none;z-index:-1;min-width:1px;min-height:1px;width:var(--os-vaw);height:var(--os-vah);position:absolute}[data-overlayscrollbars~=host],[data-overlayscrollbars-padding]{overflow:hidden!important}[data-overlayscrollbars~=host][data-overlayscrollbars~=noClipping],[data-overlayscrollbars-padding~=noClipping]{overflow:visible!important}[data-overlayscrollbars-viewport]{--os-viewport-overflow-x:hidden;--os-viewport-overflow-y:hidden;overflow-x:var(--os-viewport-overflow-x);overflow-y:var(--os-viewport-overflow-y)}[data-overlayscrollbars-viewport~=overflowXVisible]{--os-viewport-overflow-x:visible}[data-overlayscrollbars-viewport~=overflowXHidden]{--os-viewport-overflow-x:hidden}[data-overlayscrollbars-viewport~=overflowXScroll]{--os-viewport-overflow-x:scroll}[data-overlayscrollbars-viewport~=overflowYVisible]{--os-viewport-overflow-y:visible}[data-overlayscrollbars-viewport~=overflowYHidden]{--os-viewport-overflow-y:hidden}[data-overlayscrollbars-viewport~=overflowYScroll]{--os-viewport-overflow-y:scroll}[data-overlayscrollbars-viewport~=overflowImportant]{overflow-x:var(--os-viewport-overflow-x)!important;overflow-y:var(--os-viewport-overflow-y)!important}[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId){font-size:0!important;line-height:0!important}[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId):before,[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId):after,[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId)>:not(#osFakeId){clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border-width:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;display:none!important;position:absolute!important;overflow:hidden!important}[data-overlayscrollbars-viewport~=measuring],[data-overlayscrollbars-viewport~=scrolling]{scroll-behavior:auto!important;scroll-snap-type:none!important}[data-overlayscrollbars-viewport~=measuring][data-overlayscrollbars-viewport~=overflowXVisible]{overflow-x:hidden!important}[data-overlayscrollbars-viewport~=measuring][data-overlayscrollbars-viewport~=overflowYVisible]{overflow-y:hidden!important}[data-overlayscrollbars-content]{box-sizing:inherit}[data-overlayscrollbars-contents]:not(#osFakeId):not([data-overlayscrollbars-padding]):not([data-overlayscrollbars-viewport]):not([data-overlayscrollbars-content]){display:contents}[data-overlayscrollbars-grid],[data-overlayscrollbars-grid] [data-overlayscrollbars-padding]{grid-template:1fr/1fr;display:grid}[data-overlayscrollbars-grid]>[data-overlayscrollbars-padding],[data-overlayscrollbars-grid]>[data-overlayscrollbars-viewport],[data-overlayscrollbars-grid]>[data-overlayscrollbars-padding]>[data-overlayscrollbars-viewport]{width:auto!important;height:auto!important}@property --os-scroll-percent{syntax:"<number>";inherits:true;initial-value:0}@property --os-viewport-percent{syntax:"<number>";inherits:true;initial-value:0}.os-scrollbar{--os-viewport-percent:0;--os-scroll-percent:0;--os-scroll-direction:0;--os-scroll-percent-directional:calc(var(--os-scroll-percent) - (var(--os-scroll-percent) + (1 - var(--os-scroll-percent)) * -1) * var(--os-scroll-direction));contain:size layout;contain:size layout style;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .15s,visibility .15s,top .15s,right .15s,bottom .15s,left .15s;position:absolute}body>.os-scrollbar{z-index:99999;position:fixed}.os-scrollbar-transitionless{transition:none!important}.os-scrollbar-track{position:relative;border:none!important;padding:0!important}.os-scrollbar-handle{position:absolute}.os-scrollbar-track,.os-scrollbar-handle{pointer-events:none;width:100%;height:100%}.os-scrollbar.os-scrollbar-track-interactive .os-scrollbar-track,.os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle{pointer-events:auto;touch-action:none}.os-scrollbar-horizontal{bottom:0;left:0}.os-scrollbar-vertical{top:0;right:0}.os-scrollbar-rtl.os-scrollbar-horizontal{right:0}.os-scrollbar-rtl.os-scrollbar-vertical{left:0;right:auto}.os-scrollbar-visible{opacity:1;visibility:visible}.os-scrollbar-auto-hide.os-scrollbar-auto-hide-hidden{opacity:0;visibility:hidden}.os-scrollbar-interaction.os-scrollbar-visible{opacity:1;visibility:visible}.os-scrollbar-unusable,.os-scrollbar-unusable *,.os-scrollbar-wheel,.os-scrollbar-wheel *{pointer-events:none!important}.os-scrollbar-unusable .os-scrollbar-handle{opacity:0!important;transition:none!important}.os-scrollbar-horizontal .os-scrollbar-handle{bottom:0;left:calc(var(--os-scroll-percent-directional) * 100%);transform:translateX(calc(var(--os-scroll-percent-directional) * -100%));width:calc(var(--os-viewport-percent) * 100%)}.os-scrollbar-vertical .os-scrollbar-handle{right:0;top:calc(var(--os-scroll-percent-directional) * 100%);transform:translateY(calc(var(--os-scroll-percent-directional) * -100%));height:calc(var(--os-viewport-percent) * 100%)}@supports (container-type:size){.os-scrollbar-track{container-type:size}.os-scrollbar-horizontal .os-scrollbar-handle{transform:translateX(calc(var(--os-scroll-percent-directional) * 100cqw + var(--os-scroll-percent-directional) * -100%));left:auto}.os-scrollbar-vertical .os-scrollbar-handle{transform:translateY(calc(var(--os-scroll-percent-directional) * 100cqh + var(--os-scroll-percent-directional) * -100%));top:auto}.os-scrollbar-rtl.os-scrollbar-horizontal .os-scrollbar-handle{left:0;right:auto}}.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle{left:0;right:auto}.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless,.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl{left:0;right:0}.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless,.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless.os-scrollbar-rtl{top:0;bottom:0}@media print{.os-scrollbar{display:none}}.os-scrollbar{--os-size:0;--os-padding-perpendicular:0;--os-padding-axis:0;--os-track-border-radius:0;--os-track-bg:none;--os-track-bg-hover:none;--os-track-bg-active:none;--os-track-border:none;--os-track-border-hover:none;--os-track-border-active:none;--os-handle-border-radius:0;--os-handle-bg:none;--os-handle-bg-hover:none;--os-handle-bg-active:none;--os-handle-border:none;--os-handle-border-hover:none;--os-handle-border-active:none;--os-handle-min-size:33px;--os-handle-max-size:none;--os-handle-perpendicular-size:100%;--os-handle-perpendicular-size-hover:100%;--os-handle-perpendicular-size-active:100%;--os-handle-interactive-area-offset:0}.os-scrollbar-track{border:var(--os-track-border);border-radius:var(--os-track-border-radius);background:var(--os-track-bg);transition:opacity .15s,background-color .15s,border-color .15s}.os-scrollbar-track:hover{border:var(--os-track-border-hover);background:var(--os-track-bg-hover)}.os-scrollbar-track:active{border:var(--os-track-border-active);background:var(--os-track-bg-active)}.os-scrollbar-handle{border:var(--os-handle-border);border-radius:var(--os-handle-border-radius);background:var(--os-handle-bg)}.os-scrollbar-handle:hover{border:var(--os-handle-border-hover);background:var(--os-handle-bg-hover)}.os-scrollbar-handle:active{border:var(--os-handle-border-active);background:var(--os-handle-bg-active)}.os-scrollbar-track:before,.os-scrollbar-handle:before{content:"";display:block;position:absolute;inset:0}.os-scrollbar-horizontal{padding:var(--os-padding-perpendicular) var(--os-padding-axis);right:var(--os-size);height:var(--os-size)}.os-scrollbar-horizontal.os-scrollbar-rtl{left:var(--os-size);right:0}.os-scrollbar-horizontal .os-scrollbar-track:before{top:calc(var(--os-padding-perpendicular) * -1);bottom:calc(var(--os-padding-perpendicular) * -1)}.os-scrollbar-horizontal .os-scrollbar-handle{min-width:var(--os-handle-min-size);max-width:var(--os-handle-max-size);height:var(--os-handle-perpendicular-size);transition:opacity .15s,background-color .15s,border-color .15s,height .15s}.os-scrollbar-horizontal .os-scrollbar-handle:before{top:calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);bottom:calc(var(--os-padding-perpendicular) * -1)}.os-scrollbar-horizontal:hover .os-scrollbar-handle{height:var(--os-handle-perpendicular-size-hover)}.os-scrollbar-horizontal:active .os-scrollbar-handle{height:var(--os-handle-perpendicular-size-active)}.os-scrollbar-vertical{padding:var(--os-padding-axis) var(--os-padding-perpendicular);bottom:var(--os-size);width:var(--os-size)}.os-scrollbar-vertical .os-scrollbar-track:before{left:calc(var(--os-padding-perpendicular) * -1);right:calc(var(--os-padding-perpendicular) * -1)}.os-scrollbar-vertical .os-scrollbar-handle{min-height:var(--os-handle-min-size);max-height:var(--os-handle-max-size);width:var(--os-handle-perpendicular-size);transition:opacity .15s,background-color .15s,border-color .15s,width .15s}.os-scrollbar-vertical .os-scrollbar-handle:before{left:calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);right:calc(var(--os-padding-perpendicular) * -1)}.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before{right:calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);left:calc(var(--os-padding-perpendicular) * -1)}.os-scrollbar-vertical:hover .os-scrollbar-handle{width:var(--os-handle-perpendicular-size-hover)}.os-scrollbar-vertical:active .os-scrollbar-handle{width:var(--os-handle-perpendicular-size-active)}[data-overlayscrollbars-viewport~=measuring]>.os-scrollbar,.os-theme-none.os-scrollbar{display:none!important}.os-theme-dark,.os-theme-light{box-sizing:border-box;--os-size:10px;--os-padding-perpendicular:2px;--os-padding-axis:2px;--os-track-border-radius:10px;--os-handle-interactive-area-offset:4px;--os-handle-border-radius:10px}.os-theme-dark{--os-handle-bg:#00000070;--os-handle-bg-hover:#0000008c;--os-handle-bg-active:#000000a8}.os-theme-light{--os-handle-bg:#ffffff70;--os-handle-bg-hover:#ffffff8c;--os-handle-bg-active:#ffffffa8}.full-loading[data-v-d448466c]{z-index:200;background-color:#f0f2f566;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.full-loading.absolute[data-v-d448466c]{z-index:300;position:absolute;top:0;left:0}.m-e[data-v-254c9227]{width:100%;height:100%}.m-e .m-e-main[data-v-254c9227]{flex-direction:column;width:calc(100% - 2px);height:calc(100% - 2px);display:flex}.m-e .m-e-main .m-e-main_toolbar[data-v-254c9227]{z-index:10;height:40px;position:relative;box-shadow:0 2px 5px #000}.m-e .m-e-main .m-e-main_toolbar .m-e-main_toolbar_left span[data-v-254c9227]{-webkit-user-select:none;user-select:none;padding-left:10px;font-size:15px;line-height:40px}.m-e .m-e-main .m-e-main_toolbar .m-e-main_toolbar_right[data-v-254c9227]{align-items:center;display:flex}.m-e .m-e-main .m-e-main_toolbar .m-e-main_toolbar_right .icon[data-v-254c9227]{text-align:center;cursor:pointer;border-radius:2px;margin-left:10px;transition:all .3s;display:inline-block}.m-e .m-e-main .m-e-main_toolbar .m-e-main_toolbar_right .icon[data-v-254c9227]:hover{background-color:#ffffff1a}.m-e .m-e-main .m-e-main_toolbar .m-e-main_toolbar_right .icon.icon-active[data-v-254c9227]{color:#1890ff;background-color:#1890ff1a;transform:scale(1.1);box-shadow:0 0 4px #1890ff80}.m-e .m-e-main .m-e-main_container[data-v-254c9227]{flex:1;width:100%;height:100%;min-height:400px}
2
+ /*$vite$:1*/
@@ -0,0 +1,280 @@
1
+ import { p as e, r as t, s as n } from "./useMonacoEditor-CfhCBaPa.js";
2
+ import { computed as r, createBlock as i, createCommentVNode as a, createElementBlock as o, createElementVNode as s, createTextVNode as c, createVNode as l, defineComponent as u, normalizeClass as ee, normalizeStyle as d, onMounted as f, onUnmounted as p, openBlock as m, ref as h, renderSlot as g, resolveComponent as _, toDisplayString as v, unref as y, watch as te, withCtx as b } from "vue";
3
+ import { ClearOutlined as x, CloudDownloadOutlined as S, DownCircleOutlined as C, FormatPainterOutlined as ne, RobotOutlined as re, SearchOutlined as ie, UpCircleOutlined as w } from "@ant-design/icons-vue";
4
+ import { format as ae } from "sql-formatter";
5
+ //#region src/modules/code-editor/monaco-editor.vue?vue&type=script&setup=true&name=code-editor&lang.ts
6
+ var T = { class: "hex-monaco-editor m-e w-full h-full overflow-hidden" }, E = { class: "m-e-main" }, D = /* @__PURE__ */ e(/* @__PURE__ */ u({
7
+ __name: "monaco-editor",
8
+ props: {
9
+ value: { default: "" },
10
+ title: { default: "" },
11
+ language: { default: "typescript" },
12
+ theme: { default: t.DARK },
13
+ readonly: {
14
+ type: Boolean,
15
+ default: !1
16
+ },
17
+ direction: { default: "bottom" },
18
+ gapVal: { default: 20 }
19
+ },
20
+ emits: [
21
+ "update:value",
22
+ "change",
23
+ "editor-mounted",
24
+ "blur",
25
+ "focus",
26
+ "chat-bot-click"
27
+ ],
28
+ setup(e, { expose: u, emit: D }) {
29
+ let O = e, k = h(!1), A = null;
30
+ te(() => O.language, async (e) => {
31
+ N && N.getModel() && A && A.editor.setModelLanguage(N.getModel(), e);
32
+ });
33
+ let j = D, M = h(), N, P = h(!0), F = h(!1), I = h(!1), L = h(!1), R = h(!1), z = r(() => ({
34
+ color: I.value ? "#000" : "#fff",
35
+ marginRight: O.gapVal + "px"
36
+ }));
37
+ O.theme === t.VS && (I.value = !0);
38
+ let B = {
39
+ value: O.value ?? "",
40
+ language: O.language,
41
+ automaticLayout: !0,
42
+ theme: O.theme,
43
+ readOnly: O.readonly,
44
+ wordWrap: P.value ? "on" : "off",
45
+ scrollBeyondLastLine: !1,
46
+ minimap: { enabled: !0 },
47
+ tabSize: 2,
48
+ autoClosingBrackets: "always",
49
+ autoClosingDelete: "always",
50
+ autoClosingOvertype: "always",
51
+ autoClosingQuotes: "always",
52
+ comments: {
53
+ ignoreEmptyLines: !0,
54
+ insertSpace: !0
55
+ },
56
+ columnSelection: !1,
57
+ folding: !0,
58
+ fixedOverflowWidgets: !0,
59
+ hover: {
60
+ sticky: !0,
61
+ above: !1
62
+ }
63
+ };
64
+ async function V() {
65
+ A = await n.loadMonaco(), $(), U(), O.value && Z();
66
+ }
67
+ async function H() {
68
+ await _api.apaas.basicConfig.getAiRagEnabled() == 1 ? R.value = !0 : R.value = !1;
69
+ }
70
+ function U() {
71
+ if (!A) {
72
+ console.warn("[MonacoEditor] Monaco editor is not available for initEditor");
73
+ return;
74
+ }
75
+ N = A.editor.create(M.value, B), O.direction === "bottom" ? Y() : O.direction === "top" && J(), N.onDidChangeModelContent(() => {
76
+ j("change", G()), j("update:value", G());
77
+ }), N.onDidBlurEditorText(() => {
78
+ j("blur", G()), j("update:value", G());
79
+ }), N.onDidFocusEditorText(() => {
80
+ j("focus");
81
+ }), k.value = !0, j("editor-mounted", N);
82
+ }
83
+ function W(e) {
84
+ N.setValue(e), j("change", G()), j("update:value", G());
85
+ }
86
+ function G() {
87
+ return N.getValue();
88
+ }
89
+ function K() {
90
+ if (!A) return console.warn("[MonacoEditor] Monaco editor is not available for getEditorMarkers"), [];
91
+ let e = N.getModel();
92
+ return e ? A.editor.getModelMarkers({ resource: e.uri }) : [];
93
+ }
94
+ function q() {
95
+ if (!A) {
96
+ console.warn("[MonacoEditor] Monaco editor is not available for findByKeyword");
97
+ return;
98
+ }
99
+ try {
100
+ N.focus(), N.setSelection(new A.Range(1, 9999, 1, 1e4)), N.trigger("", "actions.find", null);
101
+ } catch (e) {
102
+ console.error(e);
103
+ }
104
+ }
105
+ function J() {
106
+ N.setScrollPosition({ scrollTop: 0 });
107
+ }
108
+ function Y() {
109
+ N.revealLine(N.getModel().getLineCount());
110
+ }
111
+ function oe() {
112
+ P.value = !P.value, P.value ? N.updateOptions({ wordWrap: "on" }) : N.updateOptions({ wordWrap: "off" });
113
+ }
114
+ function se() {
115
+ I.value = !I.value, I.value ? N.updateOptions({ theme: "vs" }) : N.updateOptions({ theme: "vs-dark" });
116
+ }
117
+ function ce() {
118
+ M.value.fullscreenElement ? (M.value.exitFullscreen(), F.value = !1) : (M.value.requestFullscreen(), F.value = !0);
119
+ }
120
+ function X() {
121
+ le(O.title, N.getValue());
122
+ }
123
+ function le(e, t) {
124
+ let n = window.URL || window.webkitURL || window, r = new Blob([t]), i = document.createEvent("MouseEvents");
125
+ i.initMouseEvent("click", !0, !1, window, 0, 0, 0, 0, 0, !1, !1, !1, !1, 0, null);
126
+ let a = document.createElementNS("http://www.w3.org/1999/xhtml", "a");
127
+ a.href = n.createObjectURL(r), a.download = e, a.dispatchEvent(i);
128
+ }
129
+ function Z() {
130
+ if (O.language == "sql") {
131
+ let e = ae(G());
132
+ N.setValue(e);
133
+ } else N.getAction("editor.action.formatDocument").run();
134
+ let e = G();
135
+ j("change", e), j("update:value", e);
136
+ }
137
+ function ue() {
138
+ W("");
139
+ }
140
+ function Q() {
141
+ L.value = !L.value, j("chat-bot-click");
142
+ }
143
+ function $() {
144
+ N && N.dispose();
145
+ }
146
+ function de() {
147
+ return N;
148
+ }
149
+ f(() => {
150
+ V();
151
+ }), p(() => {
152
+ $();
153
+ });
154
+ function fe(e) {
155
+ let t = N.getModel();
156
+ if (!t) return;
157
+ let n = t.getFullModelRange();
158
+ N.executeEdits("setValue", [{
159
+ range: n,
160
+ text: e,
161
+ forceMoveMarkers: !1
162
+ }]), j("change", G()), j("update:value", G());
163
+ }
164
+ function pe() {
165
+ return N.getValue();
166
+ }
167
+ function me() {
168
+ let e = N.getSelection();
169
+ if (e) {
170
+ let t = N.getModel()?.getValueInRange(e), n = e.startLineNumber, r = e.startColumn, i = e.endLineNumber, a = e.endColumn, o = {
171
+ startLineNumber: 1,
172
+ startColumn: 1,
173
+ endLineNumber: n,
174
+ endColumn: r
175
+ }, s = N.getModel().getValueInRange(o), c = {
176
+ startLineNumber: i,
177
+ startColumn: a,
178
+ endLineNumber: N.getModel().getLineCount(),
179
+ endColumn: N.getModel().getLineMaxColumn(N.getModel().getLineCount())
180
+ };
181
+ return {
182
+ text: t,
183
+ textBefore: s,
184
+ textAfter: N.getModel().getValueInRange(c)
185
+ };
186
+ }
187
+ return {};
188
+ }
189
+ return H(), u({
190
+ isMonacoReady: k,
191
+ reload(e) {
192
+ if (N == null) {
193
+ console.warn("[MonacoEditor] Monaco editor is not available for reload");
194
+ return;
195
+ }
196
+ N.setValue(e || "");
197
+ },
198
+ getMonacoEditor: de,
199
+ setEditorContent: W,
200
+ getEditorContent: G,
201
+ scrollToTop: J,
202
+ scrollToBottom: Y,
203
+ setEditorWordWrap: oe,
204
+ setEditorTheme: se,
205
+ handleFullScreenClick: ce,
206
+ handleDownloadLogClick: X,
207
+ getEditorMarkers: K,
208
+ handleFormatCodeClick: Z,
209
+ getValue: pe,
210
+ setValue: fe,
211
+ getSelectCode: me,
212
+ isChatBotActive: L,
213
+ handleChatBotClick: Q
214
+ }), (t, n) => {
215
+ let r = _("a-col"), u = _("a-row");
216
+ return m(), o("div", T, [
217
+ g(t.$slots, "header", {}, void 0, !0),
218
+ s("div", E, [l(u, {
219
+ class: "m-e-main_toolbar w-full flex",
220
+ type: "flex",
221
+ justify: "space-between",
222
+ style: d(I.value ? "background-color: #fff; box-shadow: 0px 2px 5px #ddd;" : "background-color: #1e1e1e; box-shadow: 0px 2px 5px #111;")
223
+ }, {
224
+ default: b(() => [l(r, {
225
+ class: "m-e-main_toolbar_left flex-1",
226
+ style: d(I.value ? "color: #000" : "color: #fff")
227
+ }, {
228
+ default: b(() => [s("span", null, [g(t.$slots, "title", {}, () => [c(v(e.title), 1)], !0)])]),
229
+ _: 3
230
+ }, 8, ["style"]), l(r, {
231
+ class: "m-e-main_toolbar_right",
232
+ style: d(z.value)
233
+ }, {
234
+ default: b(() => [
235
+ l(y(ie), {
236
+ class: "icon",
237
+ onClick: q
238
+ }),
239
+ l(y(w), {
240
+ class: "icon",
241
+ onClick: J
242
+ }),
243
+ l(y(C), {
244
+ class: "icon",
245
+ onClick: Y
246
+ }),
247
+ l(y(ne), {
248
+ class: "icon",
249
+ onClick: Z
250
+ }),
251
+ l(y(S), {
252
+ class: "icon",
253
+ onClick: X
254
+ }),
255
+ l(y(x), {
256
+ class: "icon",
257
+ onClick: ue
258
+ }),
259
+ R.value ? (m(), i(y(re), {
260
+ key: 0,
261
+ title: "聊天机器人",
262
+ class: ee(["icon", { "icon-active": L.value }]),
263
+ onClick: Q
264
+ }, null, 8, ["class"])) : a("", !0)
265
+ ]),
266
+ _: 1
267
+ }, 8, ["style"])]),
268
+ _: 3
269
+ }, 8, ["style"]), s("div", {
270
+ ref_key: "Editor",
271
+ ref: M,
272
+ class: "m-e-main_container"
273
+ }, null, 512)]),
274
+ g(t.$slots, "footer", {}, void 0, !0)
275
+ ]);
276
+ };
277
+ }
278
+ }), [["__scopeId", "data-v-254c9227"]]);
279
+ //#endregion
280
+ export { D as default };