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

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 (383) hide show
  1. package/dist/de_DE-Dlmr1Wso.js +152 -0
  2. package/dist/en_US-B9GNh9s3.js +173 -0
  3. package/dist/es_ES-CdOh6_BZ.js +159 -0
  4. package/dist/fr_FR-DA5AJaJ_.js +168 -0
  5. package/dist/index.min.css +2 -1
  6. package/dist/ja_JP-DE6fp7p7.js +140 -0
  7. package/dist/loader.esm.min.js +9583 -0
  8. package/dist/monaco-editor-Di2Ob0f2.js +279 -0
  9. package/dist/objectSpread2-fLnUNEWu.js +62 -0
  10. package/dist/pt_PT-DqWIQ8Sv.js +134 -0
  11. package/dist/ru_RU-B7eejpuq.js +165 -0
  12. package/dist/tr_TR-Cp-TWGG5.js +167 -0
  13. package/dist/useMonacoEditor-B4gp3RiK.js +2788 -0
  14. package/dist/vi_VN-BWekEft9.js +85 -0
  15. package/dist/zh_CN-CaadhslE.js +174 -0
  16. package/dist/zh_TW-DHMPuQGm.js +169 -0
  17. package/es/_virtual/_plugin-vue_export-helper.mjs +7 -8
  18. package/es/components/app-modal/app-modal-component.mjs +102 -133
  19. package/es/components/assets-svg-icon/assets-svg-icon.mjs +161 -232
  20. package/es/components/assets-svg-icon/request.mjs +60 -43
  21. package/es/components/assets-svg-icon/utils.mjs +21 -19
  22. package/es/components/assets-svg-icon/validate.mjs +27 -41
  23. package/es/components/base-button/base-button.vue.mjs +7 -7
  24. package/es/components/base-button/base-button.vue_vue_type_script_setup_true_name_BaseButton_lang.mjs +181 -0
  25. package/es/components/basic-button/basic-button.vue.mjs +7 -7
  26. package/es/components/basic-button/basic-button.vue_vue_type_script_setup_true_name_BasicButton_lang.mjs +148 -0
  27. package/es/components/code-editor/code-editor.mjs +59 -63
  28. package/es/components/copy-module-key/copy-module-key.vue.mjs +7 -7
  29. package/es/components/copy-module-key/copy-module-key.vue_vue_type_script_setup_true_name_copy-module-key_lang.mjs +92 -0
  30. package/es/components/double-input/double-input.vue.mjs +5 -158
  31. package/es/components/double-input/double-input.vue_vue_type_script_setup_true_lang.mjs +121 -0
  32. package/es/components/field-upload/index.d.ts +2 -0
  33. package/es/components/field-upload/index.mjs +7 -0
  34. package/es/components/field-upload/src/FieldUpload.vue.d.ts +37 -0
  35. package/es/components/field-upload/src/FieldUpload.vue.mjs +5 -0
  36. package/es/components/field-upload/src/FieldUpload.vue_vue_type_script_setup_true_name_FieldUpload_lang.mjs +111 -0
  37. package/es/components/field-upload/src/components/base-upload.vue.d.ts +21 -0
  38. package/es/components/field-upload/src/components/base-upload.vue.mjs +7 -0
  39. package/es/components/field-upload/src/components/base-upload.vue_vue_type_script_name_baseUpload_setup_true_lang.mjs +227 -0
  40. package/es/components/field-upload/src/components/base-upload.vue_vue_type_style_index_0_scoped_f53b6ac6_lang.css +76 -0
  41. package/es/components/field-upload/src/components/file-list.vue.d.ts +17 -0
  42. package/es/components/field-upload/src/components/file-list.vue.mjs +7 -0
  43. package/es/components/field-upload/src/components/file-list.vue_vue_type_script_setup_true_name_fileList_lang.mjs +129 -0
  44. package/es/components/field-upload/src/components/file-list.vue_vue_type_style_index_0_scoped_3918aad0_lang.css +129 -0
  45. package/es/components/field-upload/src/components/upload-design.vue.d.ts +5 -0
  46. package/es/components/field-upload/src/components/upload-design.vue.mjs +7 -0
  47. package/es/components/field-upload/src/components/upload-design.vue_vue_type_script_name_UploadDesign_setup_true_lang.mjs +43 -0
  48. package/es/components/field-upload/src/components/upload-design.vue_vue_type_style_index_0_scoped_1e5189c1_lang.css +43 -0
  49. package/es/components/field-upload/src/hooks/hooks.d.ts +4 -0
  50. package/es/components/field-upload/src/hooks/hooks.mjs +47 -0
  51. package/es/components/field-upload/src/types/index.d.ts +42 -0
  52. package/es/components/field-upload/src/types/index.mjs +24 -0
  53. package/es/components/icon-next/hooks/useIconAsset.mjs +32 -44
  54. package/es/components/icon-next/hooks/useIconPark.mjs +48 -48
  55. package/es/components/icon-next/hooks/useIconPlatform.mjs +37 -42
  56. package/es/components/icon-next/index.mjs +3 -0
  57. package/es/components/icon-next/src/IconNext.vue.mjs +7 -0
  58. package/es/components/icon-next/src/IconNext.vue_vue_type_script_setup_true_name_IconNext_lang.mjs +113 -0
  59. package/es/components/icon-next/src/IconNextPicker.vue.mjs +6 -0
  60. package/es/components/icon-next/src/IconNextPicker.vue_vue_type_script_setup_true_name_IconNextPicker_lang.mjs +379 -0
  61. package/es/components/icon-next/types/index.mjs +10 -9
  62. package/es/components/image-upload/index.d.ts +2 -0
  63. package/es/components/image-upload/index.mjs +7 -0
  64. package/es/components/image-upload/src/ImageUpload.vue.d.ts +32 -0
  65. package/es/components/image-upload/src/ImageUpload.vue.mjs +5 -0
  66. package/es/components/image-upload/src/ImageUpload.vue_vue_type_script_setup_true_name_ImageUpload_lang.mjs +74 -0
  67. package/es/components/image-upload/src/components/base-upload.vue.d.ts +24 -0
  68. package/es/components/image-upload/src/components/base-upload.vue.mjs +8 -0
  69. package/es/components/image-upload/src/components/base-upload.vue_vue_type_script_name_baseUpload_setup_true_lang.mjs +209 -0
  70. package/es/components/image-upload/src/components/base-upload.vue_vue_type_style_index_0_scoped_3248e630_lang.css +73 -0
  71. package/es/components/image-upload/src/components/base-upload.vue_vue_type_style_index_1_lang.css +3 -0
  72. package/es/components/image-upload/src/components/upload-design.vue.d.ts +6 -0
  73. package/es/components/image-upload/src/components/upload-design.vue.mjs +7 -0
  74. package/es/components/image-upload/src/components/upload-design.vue_vue_type_script_name_UploadDesign_setup_true_lang.mjs +33 -0
  75. package/es/components/image-upload/src/components/upload-design.vue_vue_type_style_index_0_scoped_575d3a1a_lang.css +33 -0
  76. package/es/components/image-upload/src/hooks/hooks.d.ts +2 -0
  77. package/es/components/image-upload/src/types/index.d.ts +34 -0
  78. package/es/components/image-upload/src/types/index.mjs +8 -0
  79. package/es/components/index.d.ts +4 -1
  80. package/es/components/index.mjs +25 -34
  81. package/es/components/layout/view-container/view-container.mjs +24 -35
  82. package/es/components/svg-icon/svg-icon.vue.mjs +6 -50
  83. package/es/components/svg-icon/svg-icon.vue_vue_type_script_setup_true_name_SvgIcon_lang.mjs +52 -0
  84. package/es/components/vue3-grid-dnd-item/vue3-grid-dnd-item.css +103 -0
  85. package/es/components/vue3-grid-dnd-item/vue3-grid-dnd-item.d.ts +44 -0
  86. package/es/components/vue3-grid-dnd-item/vue3-grid-dnd-item.mjs +122 -0
  87. package/es/components/wujie-container/wujie-container.mjs +58 -81
  88. package/es/create-app-vue.mjs +27 -19
  89. package/es/directives/drag-resize.mjs +38 -39
  90. package/es/directives/ellipsis-title.d.ts +7 -0
  91. package/es/directives/ellipsis-title.mjs +21 -0
  92. package/es/directives/index.mjs +14 -6
  93. package/es/directives/target-loading.mjs +28 -36
  94. package/es/hooks/index.mjs +4 -0
  95. package/es/hooks/useDesign.mjs +7 -8
  96. package/es/hooks/useDragLine.mjs +66 -75
  97. package/es/hooks/useLocale.d.ts +365 -1
  98. package/es/hooks/useLocale.mjs +23 -28
  99. package/es/hooks/useTheme.mjs +13 -17
  100. package/es/index.d.ts +1 -0
  101. package/es/index.mjs +96 -137
  102. package/es/loader.d.ts +1 -0
  103. package/es/modules/Cropper/hooks/useFile.mjs +21 -0
  104. package/es/modules/Cropper/index.d.ts +1 -0
  105. package/es/modules/Cropper/index.mjs +12 -0
  106. package/es/modules/Cropper/src/CopperFreeModal.vue.mjs +7 -0
  107. package/es/modules/Cropper/src/CopperFreeModal.vue_vue_type_script_setup_true_name_CropperModal_lang.mjs +299 -0
  108. package/es/modules/Cropper/src/CopperFreeModal.vue_vue_type_style_index_0_scoped_28afc2ab_lang.css +48 -0
  109. package/es/modules/Cropper/src/CopperModal.vue.mjs +7 -0
  110. package/es/modules/Cropper/src/CopperModal.vue_vue_type_script_setup_true_name_CropperModal_lang.mjs +283 -0
  111. package/es/modules/Cropper/src/CopperModal.vue_vue_type_style_index_0_scoped_f42f8311_lang.css +71 -0
  112. package/es/modules/Cropper/src/Cropper.vue.d.ts +1 -1
  113. package/es/modules/Cropper/src/Cropper.vue.mjs +25 -0
  114. package/es/modules/Cropper/src/Cropper.vue_vue_type_script_lang.mjs +173 -0
  115. package/es/modules/Cropper/src/Cropper.vue_vue_type_style_index_0_lang.css +4 -0
  116. package/es/modules/Cropper/src/CropperAvatar.vue.mjs +7 -0
  117. package/es/modules/Cropper/src/CropperAvatar.vue_vue_type_script_setup_true_name_CropperAvatar_lang.mjs +116 -0
  118. package/es/modules/Cropper/src/CropperAvatar.vue_vue_type_style_index_0_scoped_b5d65cd4_lang.css +39 -0
  119. package/es/modules/Cropper/src/CropperFree.vue.mjs +7 -0
  120. package/es/modules/Cropper/src/CropperFree.vue_vue_type_script_setup_true_name_CropperPhoto_lang.mjs +165 -0
  121. package/es/modules/Cropper/src/CropperFree.vue_vue_type_style_index_0_scoped_3cc5e19b_lang.css +83 -0
  122. package/es/modules/code-editor/index.d.ts +3 -3
  123. package/es/modules/code-editor/index.mjs +6 -7
  124. package/es/modules/code-editor/monaco-editor.vue.d.ts +1 -1
  125. package/es/modules/code-editor/monaco-editor.vue.mjs +7 -7
  126. package/es/modules/code-editor/monaco-editor.vue_vue_type_script_setup_true_name_code-editor_lang.mjs +399 -0
  127. package/es/modules/code-editor/{monaco-editor.css → monaco-editor.vue_vue_type_style_index_0_scoped_ccf22884_lang.css} +9 -9
  128. package/es/modules/code-editor/useEditorConsole.mjs +146 -187
  129. package/es/modules/code-editor/useMonacoEditor.mjs +24 -23
  130. package/es/modules/color-picker/index.mjs +1 -0
  131. package/es/modules/color-picker/src/ColorPicker.vue.mjs +8 -8
  132. package/es/modules/color-picker/src/ColorPicker.vue_vue_type_script_setup_true_name_ColorPicker_lang.mjs +482 -0
  133. package/es/modules/formula-editor/constants/index.mjs +8 -6
  134. package/es/modules/formula-editor/formula-editor.mjs +40 -59
  135. package/es/modules/formula-editor/index.mjs +2 -0
  136. package/es/modules/gct-dnd/components/gct-dnd-container/gct-dnd-container.mjs +158 -193
  137. package/es/modules/gct-dnd/components/gct-dnd-drop-line/gct-dnd-drop-line.mjs +81 -95
  138. package/es/modules/gct-dnd/components/gct-dnd-item/gct-dnd-item.mjs +178 -237
  139. package/es/modules/gct-dnd/constants/index.mjs +10 -18
  140. package/es/modules/gct-dnd/index.mjs +4 -0
  141. package/es/modules/gct-form/components/flex-container/flex-container.css +67 -0
  142. package/es/modules/gct-form/components/flex-container/flex-container.d.ts +14 -0
  143. package/es/modules/gct-form/components/flex-container/flex-container.mjs +61 -0
  144. package/es/modules/gct-form/components/flex-item/flex-item.d.ts +13 -0
  145. package/es/modules/gct-form/components/flex-item/flex-item.mjs +37 -0
  146. package/es/modules/gct-form/components/grid-container/grid-container.d.ts +10 -0
  147. package/es/modules/gct-form/components/grid-container/grid-container.mjs +36 -0
  148. package/es/modules/gct-form/components/index.d.ts +3 -0
  149. package/es/modules/gct-form/components/index.mjs +3 -0
  150. package/es/modules/gct-form/constants/editor-register/editor-register.mjs +17 -5
  151. package/es/modules/gct-form/constants/editor-type/editor-type.mjs +133 -34
  152. package/es/modules/gct-form/constants/index.mjs +5 -2
  153. package/es/modules/gct-form/controller/edit-form/edit-form.controller.d.ts +1 -16
  154. package/es/modules/gct-form/controller/edit-form/edit-form.controller.mjs +48 -69
  155. package/es/modules/gct-form/controller/editor-item/editor-item.controller.mjs +18 -22
  156. package/es/modules/gct-form/controller/form-collapse/form-collapse.controller.mjs +20 -10
  157. package/es/modules/gct-form/controller/form-collapse-pane/form-collapse-pane.controller.mjs +20 -10
  158. package/es/modules/gct-form/controller/form-edit-item/form-edit-item.controller.mjs +84 -89
  159. package/es/modules/gct-form/controller/form-group/form-group.controller.mjs +20 -10
  160. package/es/modules/gct-form/controller/form-item/form-item.controller.mjs +35 -36
  161. package/es/modules/gct-form/controller/form-item-basic/form-item-basic.controller.mjs +61 -42
  162. package/es/modules/gct-form/controller/form-item-hidden/form-item-hidden.controller.mjs +16 -6
  163. package/es/modules/gct-form/controller/form-line/form-line.controller.mjs +20 -10
  164. package/es/modules/gct-form/controller/form-tab/form-tab.controller.mjs +20 -10
  165. package/es/modules/gct-form/controller/form-tab-pane/form-tab-pane.controller.mjs +20 -10
  166. package/es/modules/gct-form/controller/gct-form/gct-form.controller.mjs +198 -221
  167. package/es/modules/gct-form/controller/index.mjs +13 -0
  168. package/es/modules/gct-form/editor/gct-form-action/gct-form-action.mjs +44 -49
  169. package/es/modules/gct-form/editor/gct-form-action/index.mjs +10 -14
  170. package/es/modules/gct-form/editor/gct-form-check-switch/gct-form-check-switch.mjs +54 -55
  171. package/es/modules/gct-form/editor/gct-form-check-switch/gct-form-check-switch.provider.mjs +14 -4
  172. package/es/modules/gct-form/editor/gct-form-check-switch/index.mjs +8 -12
  173. package/es/modules/gct-form/editor/gct-form-checkbox/gct-form-checkbox.mjs +100 -125
  174. package/es/modules/gct-form/editor/gct-form-checkbox/index.mjs +10 -14
  175. package/es/modules/gct-form/editor/gct-form-color/gct-form-color.mjs +36 -41
  176. package/es/modules/gct-form/editor/gct-form-color/gct-form-color.provider.mjs +14 -4
  177. package/es/modules/gct-form/editor/gct-form-color/index.mjs +8 -12
  178. package/es/modules/gct-form/editor/gct-form-date/gct-form-date.mjs +71 -78
  179. package/es/modules/gct-form/editor/gct-form-date/gct-form-date.provider.mjs +12 -4
  180. package/es/modules/gct-form/editor/gct-form-date/index.mjs +8 -12
  181. package/es/modules/gct-form/editor/gct-form-date-format-select/gct-form-date-format-select.mjs +102 -107
  182. package/es/modules/gct-form/editor/gct-form-date-format-select/index.mjs +10 -14
  183. package/es/modules/gct-form/editor/gct-form-empty/gct-form-empty.mjs +13 -15
  184. package/es/modules/gct-form/editor/gct-form-empty/index.mjs +10 -14
  185. package/es/modules/gct-form/editor/gct-form-formula/gct-form-formula.mjs +66 -66
  186. package/es/modules/gct-form/editor/gct-form-formula/index.mjs +10 -14
  187. package/es/modules/gct-form/editor/gct-form-group-select/gct-form-group-select.mjs +159 -227
  188. package/es/modules/gct-form/editor/gct-form-group-select/index.mjs +10 -14
  189. package/es/modules/gct-form/editor/gct-form-i18n/gct-form-i18n.mjs +87 -113
  190. package/es/modules/gct-form/editor/gct-form-i18n/gct-form-i18n.provider.mjs +14 -4
  191. package/es/modules/gct-form/editor/gct-form-i18n/index.mjs +8 -12
  192. package/es/modules/gct-form/editor/gct-form-icon-select/gct-form-icon-select.mjs +61 -70
  193. package/es/modules/gct-form/editor/gct-form-icon-select/index.mjs +10 -14
  194. package/es/modules/gct-form/editor/gct-form-info/gct-form-info.mjs +38 -49
  195. package/es/modules/gct-form/editor/gct-form-info/index.mjs +10 -14
  196. package/es/modules/gct-form/editor/gct-form-length-unit/gct-form-length-unit.mjs +36 -41
  197. package/es/modules/gct-form/editor/gct-form-length-unit/gct-form-length-unit.provider.mjs +14 -4
  198. package/es/modules/gct-form/editor/gct-form-length-unit/index.mjs +8 -12
  199. package/es/modules/gct-form/editor/gct-form-model-select/gct-form-model-select.mjs +141 -170
  200. package/es/modules/gct-form/editor/gct-form-model-select/index.mjs +10 -14
  201. package/es/modules/gct-form/editor/gct-form-multiple-choice/gct-form-multiple-choice.mjs +60 -66
  202. package/es/modules/gct-form/editor/gct-form-multiple-choice/index.mjs +10 -14
  203. package/es/modules/gct-form/editor/gct-form-number/gct-form-number.mjs +41 -42
  204. package/es/modules/gct-form/editor/gct-form-number/gct-form-number.provider.mjs +5 -4
  205. package/es/modules/gct-form/editor/gct-form-number/index.mjs +8 -12
  206. package/es/modules/gct-form/editor/gct-form-picker/gct-form-picker.mjs +89 -111
  207. package/es/modules/gct-form/editor/gct-form-picker/gct-form-picker.provider.mjs +14 -4
  208. package/es/modules/gct-form/editor/gct-form-picker/index.mjs +8 -12
  209. package/es/modules/gct-form/editor/gct-form-pixel-config/gct-form-pixel-config.mjs +60 -66
  210. package/es/modules/gct-form/editor/gct-form-pixel-config/index.mjs +10 -14
  211. package/es/modules/gct-form/editor/gct-form-radio/gct-form-radio.mjs +76 -91
  212. package/es/modules/gct-form/editor/gct-form-radio/index.mjs +10 -14
  213. package/es/modules/gct-form/editor/gct-form-select/gct-form-select.mjs +109 -126
  214. package/es/modules/gct-form/editor/gct-form-select/gct-form-select.provider.mjs +14 -4
  215. package/es/modules/gct-form/editor/gct-form-select/index.mjs +8 -12
  216. package/es/modules/gct-form/editor/gct-form-span/gct-form-span.mjs +67 -97
  217. package/es/modules/gct-form/editor/gct-form-span/gct-form-span.provider.mjs +14 -4
  218. package/es/modules/gct-form/editor/gct-form-span/index.mjs +8 -12
  219. package/es/modules/gct-form/editor/gct-form-switch/gct-form-switch.mjs +32 -37
  220. package/es/modules/gct-form/editor/gct-form-switch/gct-form-switch.provider.mjs +14 -4
  221. package/es/modules/gct-form/editor/gct-form-switch/index.mjs +8 -12
  222. package/es/modules/gct-form/editor/gct-form-table/gct-form-table.mjs +29 -30
  223. package/es/modules/gct-form/editor/gct-form-table/index.mjs +10 -14
  224. package/es/modules/gct-form/editor/gct-form-text/gct-form-text.mjs +51 -54
  225. package/es/modules/gct-form/editor/gct-form-text/gct-form-text.provider.mjs +14 -4
  226. package/es/modules/gct-form/editor/gct-form-text/index.mjs +8 -12
  227. package/es/modules/gct-form/editor/gct-form-textarea/gct-form-textarea.mjs +43 -44
  228. package/es/modules/gct-form/editor/gct-form-textarea/gct-form-textarea.provider.mjs +5 -4
  229. package/es/modules/gct-form/editor/gct-form-textarea/index.mjs +8 -12
  230. package/es/modules/gct-form/editor/gct-select-form-table/gct-select-form-table.mjs +59 -76
  231. package/es/modules/gct-form/editor/gct-select-form-table/index.mjs +10 -14
  232. package/es/modules/gct-form/editor/index.mjs +32 -34
  233. package/es/modules/gct-form/hooks/index.mjs +2 -0
  234. package/es/modules/gct-form/hooks/use-form/use-form.mjs +12 -5
  235. package/es/modules/gct-form/hooks/use-gct-form-value/use-gct-form-value.mjs +80 -84
  236. package/es/modules/gct-form/index.mjs +51 -16
  237. package/es/modules/gct-form/props/gct-form-item/gct-form-item.props.mjs +54 -62
  238. package/es/modules/gct-form/register/editor-register/editor-register.mjs +63 -56
  239. package/es/modules/gct-form/register/form-item-register/form-item-register.mjs +45 -41
  240. package/es/modules/gct-form/state/form/form.state.mjs +26 -16
  241. package/es/modules/gct-form/state/form-collapse/form-collapse.state.mjs +14 -5
  242. package/es/modules/gct-form/state/form-collapse-pane/form-collapse-pane.state.mjs +14 -5
  243. package/es/modules/gct-form/state/form-edit-item/form-edit-item.state.mjs +18 -9
  244. package/es/modules/gct-form/state/form-group/form-group.state.mjs +22 -13
  245. package/es/modules/gct-form/state/form-item/form-item.state.mjs +14 -5
  246. package/es/modules/gct-form/state/form-item-basic/form-item-basic.state.mjs +18 -8
  247. package/es/modules/gct-form/state/form-line/form-line.state.mjs +11 -5
  248. package/es/modules/gct-form/state/form-tab/form-tab.state.mjs +16 -6
  249. package/es/modules/gct-form/state/form-tab-pane/form-tab-pane.state.mjs +14 -5
  250. package/es/modules/gct-form/utils/width-install/width-install.mjs +19 -16
  251. package/es/modules/gct-form/widgets/gct-edit-form/gct-edit-form.d.ts +1 -5
  252. package/es/modules/gct-form/widgets/gct-edit-form/gct-edit-form.mjs +122 -148
  253. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse/gct-form-collapse.mjs +66 -76
  254. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse/gct-form-collapse.provider.mjs +11 -13
  255. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse/index.mjs +10 -15
  256. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse-pane/gct-form-collapse-pane.mjs +50 -72
  257. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse-pane/gct-form-collapse-pane.provider.mjs +11 -15
  258. package/es/modules/gct-form/widgets/gct-form/gct-form-collapse-pane/index.mjs +10 -15
  259. package/es/modules/gct-form/widgets/gct-form/gct-form-group/gct-form-group.css +5 -5
  260. package/es/modules/gct-form/widgets/gct-form/gct-form-group/gct-form-group.mjs +72 -89
  261. package/es/modules/gct-form/widgets/gct-form/gct-form-group/gct-form-group.provider.mjs +11 -13
  262. package/es/modules/gct-form/widgets/gct-form/gct-form-group/index.mjs +10 -15
  263. package/es/modules/gct-form/widgets/gct-form/gct-form-hidden-item/gct-form-hidden-item.provider.mjs +11 -15
  264. package/es/modules/gct-form/widgets/gct-form/gct-form-hidden-item/index.mjs +1 -0
  265. package/es/modules/gct-form/widgets/gct-form/gct-form-item/gct-form-item.css +27 -24
  266. package/es/modules/gct-form/widgets/gct-form/gct-form-item/gct-form-item.mjs +127 -159
  267. package/es/modules/gct-form/widgets/gct-form/gct-form-item/gct-form-item.provider.mjs +11 -13
  268. package/es/modules/gct-form/widgets/gct-form/gct-form-item/index.mjs +3 -0
  269. package/es/modules/gct-form/widgets/gct-form/gct-form-line/gct-form-line.css +2 -2
  270. package/es/modules/gct-form/widgets/gct-form/gct-form-line/gct-form-line.mjs +38 -45
  271. package/es/modules/gct-form/widgets/gct-form/gct-form-line/gct-form-line.provider.mjs +11 -13
  272. package/es/modules/gct-form/widgets/gct-form/gct-form-line/index.mjs +10 -12
  273. package/es/modules/gct-form/widgets/gct-form/gct-form-tab/gct-form-tab.mjs +63 -69
  274. package/es/modules/gct-form/widgets/gct-form/gct-form-tab/gct-form-tab.provider.mjs +11 -13
  275. package/es/modules/gct-form/widgets/gct-form/gct-form-tab/index.mjs +10 -12
  276. package/es/modules/gct-form/widgets/gct-form/gct-form-tab-pane/gct-form-tab-pane.mjs +48 -66
  277. package/es/modules/gct-form/widgets/gct-form/gct-form-tab-pane/gct-form-tab-pane.provider.mjs +11 -13
  278. package/es/modules/gct-form/widgets/gct-form/gct-form-tab-pane/index.mjs +10 -15
  279. package/es/modules/gct-form/widgets/gct-form/gct-form-title-group/gct-form-title-group.css +4 -4
  280. package/es/modules/gct-form/widgets/gct-form/gct-form-title-group/gct-form-title-group.mjs +50 -68
  281. package/es/modules/gct-form/widgets/gct-form/gct-form-title-group/gct-form-title-group.provider.mjs +11 -13
  282. package/es/modules/gct-form/widgets/gct-form/gct-form-title-group/index.mjs +11 -16
  283. package/es/modules/gct-form/widgets/gct-form/gct-form.css +2 -2
  284. package/es/modules/gct-form/widgets/gct-form/gct-form.mjs +125 -143
  285. package/es/modules/gct-form/widgets/gct-form/index.mjs +30 -33
  286. package/es/modules/gct-table/controller/gct-table/gct-table.controller.mjs +138 -140
  287. package/es/modules/gct-table/controller/index.mjs +5 -0
  288. package/es/modules/gct-table/controller/table-item/table-action-item.controller.mjs +14 -5
  289. package/es/modules/gct-table/controller/table-item/table-edit-item.controller.mjs +25 -15
  290. package/es/modules/gct-table/controller/table-item/table-item.controller.mjs +32 -25
  291. package/es/modules/gct-table/controller/table-row/table-row.controller.mjs +76 -69
  292. package/es/modules/gct-table/editor/gct-table-date/gct-table-date.mjs +47 -90
  293. package/es/modules/gct-table/editor/gct-table-date/gct-table-date.provider.mjs +12 -4
  294. package/es/modules/gct-table/editor/gct-table-date/index.mjs +10 -52
  295. package/es/modules/gct-table/editor/gct-table-span/gct-table-span.mjs +26 -37
  296. package/es/modules/gct-table/editor/gct-table-span/gct-table-span.provider.mjs +14 -4
  297. package/es/modules/gct-table/editor/gct-table-span/index.mjs +10 -52
  298. package/es/modules/gct-table/editor/gct-table-text/gct-table-text.mjs +60 -103
  299. package/es/modules/gct-table/editor/gct-table-text/gct-table-text.provider.mjs +14 -4
  300. package/es/modules/gct-table/editor/gct-table-text/index.mjs +10 -52
  301. package/es/modules/gct-table/editor/index.mjs +9 -11
  302. package/es/modules/gct-table/hooks/index.mjs +1 -0
  303. package/es/modules/gct-table/hooks/use-ant-table/use-ant-table.mjs +66 -82
  304. package/es/modules/gct-table/index.mjs +22 -15
  305. package/es/modules/gct-table/register/table-editor-register/table-editor-register.mjs +67 -60
  306. package/es/modules/gct-table/state/table/table.state.mjs +46 -36
  307. package/es/modules/gct-table/state/table-item/table-edit-item.state.mjs +19 -9
  308. package/es/modules/gct-table/state/table-item/table-item.state.mjs +29 -19
  309. package/es/modules/gct-table/state/table-row/table-row.state.mjs +16 -6
  310. package/es/modules/gct-table/utils/count-latch/count-latch.mjs +97 -94
  311. package/es/modules/gct-table/utils/index.mjs +2 -0
  312. package/es/modules/gct-table/utils/width-install/width-install.mjs +18 -16
  313. package/es/modules/gct-table/widgets/gct-table/gct-table.mjs +310 -409
  314. package/es/modules/gct-table/widgets/gct-table/index.mjs +8 -10
  315. package/es/modules/gct-table/widgets/index.mjs +7 -9
  316. package/es/modules/global-modal/index.mjs +10 -16
  317. package/es/modules/global-modal/src/BasicModal.vue.mjs +5 -221
  318. package/es/modules/global-modal/src/BasicModal.vue_vue_type_script_setup_true_name_BasicModal_lang.mjs +201 -0
  319. package/es/modules/global-modal/src/components/GlboalModal.mjs +30 -39
  320. package/es/modules/global-modal/src/components/ModalClose.vue.mjs +6 -79
  321. package/es/modules/global-modal/src/components/ModalClose.vue_vue_type_script_setup_true_name_ModalClose_lang.mjs +67 -0
  322. package/es/modules/global-modal/src/components/ModalFooter.vue.mjs +5 -44
  323. package/es/modules/global-modal/src/components/ModalFooter.vue_vue_type_script_setup_true_name_BasicModalFooter_lang.mjs +40 -0
  324. package/es/modules/global-modal/src/components/ModalHeader.vue.mjs +9 -9
  325. package/es/modules/global-modal/src/components/ModalHeader.vue_vue_type_script_lang.mjs +11 -0
  326. package/es/modules/global-modal/src/components/ModalWrapper.vue.mjs +18 -24
  327. package/es/modules/global-modal/src/components/ModalWrapper.vue_vue_type_script_lang.mjs +126 -0
  328. package/es/modules/global-modal/src/hooks/useModal.mjs +102 -116
  329. package/es/modules/global-modal/src/hooks/useModalContext.mjs +6 -6
  330. package/es/modules/global-modal/src/hooks/useModalDrag.mjs +69 -79
  331. package/es/modules/global-modal/src/hooks/useModalFullScreen.mjs +17 -13
  332. package/es/modules/global-modal/src/props.mjs +87 -55
  333. package/es/modules/target-loading/index.mjs +3 -0
  334. package/es/modules/target-loading/src/createLoading.mjs +42 -54
  335. package/es/modules/target-loading/src/target-loading.vue.mjs +7 -52
  336. package/es/modules/target-loading/src/target-loading.vue_vue_type_script_setup_true_name_target-loading_lang.mjs +55 -0
  337. package/es/modules/target-loading/src/useLoading.mjs +2 -0
  338. package/es/setup-app.mjs +3 -3
  339. package/es/utils/index.mjs +4 -0
  340. package/es/utils/message-util/message-util.mjs +25 -25
  341. package/es/utils/monaco-loader/monaco-loader.mjs +83 -87
  342. package/es/utils/overlay-controller/overlay-controller.mjs +29 -20
  343. package/es/utils/with-install.mjs +10 -11
  344. package/package.json +7 -7
  345. package/dist/index-B8zoAUhR.cjs +0 -20
  346. package/dist/index-BH5PTZ_c.js +0 -20
  347. package/dist/index-Cna4DZog.js +0 -109381
  348. package/dist/index.esm.min.mjs +0 -91
  349. package/dist/index.min.cjs +0 -1
  350. package/dist/index.system.min.js +0 -1
  351. package/dist/monaco-editor-4E2xdOou.cjs +0 -1
  352. package/dist/monaco-editor-C-wvzgow.js +0 -1
  353. package/dist/monaco-editor-Cel355Cg.js +0 -350
  354. package/es/components/base-button/base-button.vue3.mjs +0 -179
  355. package/es/components/basic-button/basic-button.vue3.mjs +0 -130
  356. package/es/components/copy-module-key/copy-module-key.vue3.mjs +0 -104
  357. package/es/components/double-input/double-input.vue2.mjs +0 -5
  358. package/es/components/icon-next/src/IconNext.vue2.mjs +0 -7
  359. package/es/components/icon-next/src/IconNext.vue3.mjs +0 -108
  360. package/es/components/icon-next/src/IconNextPicker.vue2.mjs +0 -452
  361. package/es/components/icon-next/src/IconNextPicker.vue3.mjs +0 -6
  362. package/es/components/svg-icon/svg-icon.vue3.mjs +0 -6
  363. package/es/modules/code-editor/monaco-editor.vue2.mjs +0 -440
  364. package/es/modules/color-picker/src/ColorPicker.vue2.mjs +0 -545
  365. package/es/modules/gct-form/widgets/gct-edit-form/index.d.ts +0 -5
  366. package/es/modules/gct-form/widgets/gct-edit-form/index.mjs +0 -10
  367. package/es/modules/global-modal/src/BasicModal.vue2.mjs +0 -5
  368. package/es/modules/global-modal/src/components/ModalClose.vue3.mjs +0 -6
  369. package/es/modules/global-modal/src/components/ModalFooter.vue2.mjs +0 -5
  370. package/es/modules/global-modal/src/components/ModalHeader.vue2.mjs +0 -13
  371. package/es/modules/global-modal/src/components/ModalWrapper.vue2.mjs +0 -136
  372. package/es/modules/target-loading/src/target-loading.vue3.mjs +0 -7
  373. /package/es/components/base-button/{base-button.css → base-button.vue_vue_type_style_index_0_scoped_5375ec2b_lang.css} +0 -0
  374. /package/es/components/basic-button/{basic-button.css → basic-button.vue_vue_type_style_index_0_scoped_1dbcb2fa_lang.css} +0 -0
  375. /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
  376. /package/es/components/icon-next/src/{IconNext.css → IconNext.vue_vue_type_style_index_0_scoped_c5a83130_lang.css} +0 -0
  377. /package/es/components/icon-next/src/{IconNextPicker.css → IconNextPicker.vue_vue_type_style_index_0_lang.css} +0 -0
  378. /package/es/components/svg-icon/{svg-icon.css → svg-icon.vue_vue_type_style_index_0_lang.css} +0 -0
  379. /package/es/modules/color-picker/src/{ColorPicker.css → ColorPicker.vue_vue_type_style_index_0_scoped_7bfd9ca3_lang.css} +0 -0
  380. /package/es/modules/color-picker/src/{ColorPicker2.css → ColorPicker.vue_vue_type_style_index_1_lang.css} +0 -0
  381. /package/es/modules/gct-table/editor/{gct-table-text/gct-table-text.css → gct-table-date/gct-table-date.css} +0 -0
  382. /package/es/modules/global-modal/src/components/{ModalClose.css → ModalClose.vue_vue_type_style_index_0_lang.css} +0 -0
  383. /package/es/modules/target-loading/src/{target-loading.css → target-loading.vue_vue_type_style_index_0_scoped_d448466c_lang.css} +0 -0
@@ -0,0 +1,279 @@
1
+ import { f as e, l as t, r as n } from "./useMonacoEditor-B4gp3RiK.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 d, normalizeStyle as f, onMounted as ee, 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 ne, FormatPainterOutlined as re, RobotOutlined as ie, SearchOutlined as C, UpCircleOutlined as w } from "@ant-design/icons-vue";
4
+ //#region src/modules/code-editor/monaco-editor.vue?vue&type=script&setup=true&name=code-editor&lang.ts
5
+ var T = { class: "hex-monaco-editor m-e w-full h-full overflow-hidden" }, E = { class: "m-e-main" }, D = /* @__PURE__ */ e(/* @__PURE__ */ u({
6
+ __name: "monaco-editor",
7
+ props: {
8
+ value: { default: "" },
9
+ title: { default: "" },
10
+ language: { default: "typescript" },
11
+ theme: { default: n.DARK },
12
+ readonly: {
13
+ type: Boolean,
14
+ default: !1
15
+ },
16
+ direction: { default: "bottom" },
17
+ gapVal: { default: 20 }
18
+ },
19
+ emits: [
20
+ "update:value",
21
+ "change",
22
+ "editor-mounted",
23
+ "blur",
24
+ "focus",
25
+ "chat-bot-click"
26
+ ],
27
+ setup(e, { expose: u, emit: D }) {
28
+ let O = e, k = h(!1), A = null;
29
+ te(() => O.language, async (e) => {
30
+ N && N.getModel() && A && A.editor.setModelLanguage(N.getModel(), e);
31
+ });
32
+ let j = D, M = h(), N, P = h(!0), F = h(!1), I = h(!1), L = h(!1), R = h(!1), z = r(() => ({
33
+ color: I.value ? "#000" : "#fff",
34
+ marginRight: O.gapVal + "px"
35
+ }));
36
+ O.theme === n.VS && (I.value = !0);
37
+ let B = {
38
+ value: O.value ?? "",
39
+ language: O.language,
40
+ automaticLayout: !0,
41
+ theme: O.theme,
42
+ readOnly: O.readonly,
43
+ wordWrap: P.value ? "on" : "off",
44
+ scrollBeyondLastLine: !1,
45
+ minimap: { enabled: !0 },
46
+ tabSize: 2,
47
+ autoClosingBrackets: "always",
48
+ autoClosingDelete: "always",
49
+ autoClosingOvertype: "always",
50
+ autoClosingQuotes: "always",
51
+ comments: {
52
+ ignoreEmptyLines: !0,
53
+ insertSpace: !0
54
+ },
55
+ columnSelection: !1,
56
+ folding: !0,
57
+ fixedOverflowWidgets: !0,
58
+ hover: {
59
+ sticky: !0,
60
+ above: !1
61
+ }
62
+ };
63
+ async function V() {
64
+ A = await t.loadMonaco(), $(), U(), O.value && Z();
65
+ }
66
+ async function H() {
67
+ await _api.apaas.basicConfig.getAiRagEnabled() == 1 ? R.value = !0 : R.value = !1;
68
+ }
69
+ function U() {
70
+ if (!A) {
71
+ console.warn("[MonacoEditor] Monaco editor is not available for initEditor");
72
+ return;
73
+ }
74
+ N = A.editor.create(M.value, B), O.direction === "bottom" ? Y() : O.direction === "top" && J(), N.onDidChangeModelContent(() => {
75
+ j("change", G()), j("update:value", G());
76
+ }), N.onDidBlurEditorText(() => {
77
+ j("blur", G()), j("update:value", G());
78
+ }), N.onDidFocusEditorText(() => {
79
+ j("focus");
80
+ }), k.value = !0, j("editor-mounted", N);
81
+ }
82
+ function W(e) {
83
+ N.setValue(e), j("change", G()), j("update:value", G());
84
+ }
85
+ function G() {
86
+ return N.getValue();
87
+ }
88
+ function K() {
89
+ if (!A) return console.warn("[MonacoEditor] Monaco editor is not available for getEditorMarkers"), [];
90
+ let e = N.getModel();
91
+ return e ? A.editor.getModelMarkers({ resource: e.uri }) : [];
92
+ }
93
+ function q() {
94
+ if (!A) {
95
+ console.warn("[MonacoEditor] Monaco editor is not available for findByKeyword");
96
+ return;
97
+ }
98
+ try {
99
+ N.focus(), N.setSelection(new A.Range(1, 9999, 1, 1e4)), N.trigger("", "actions.find", null);
100
+ } catch (e) {
101
+ console.error(e);
102
+ }
103
+ }
104
+ function J() {
105
+ N.setScrollPosition({ scrollTop: 0 });
106
+ }
107
+ function Y() {
108
+ N.revealLine(N.getModel().getLineCount());
109
+ }
110
+ function ae() {
111
+ P.value = !P.value, P.value ? N.updateOptions({ wordWrap: "on" }) : N.updateOptions({ wordWrap: "off" });
112
+ }
113
+ function oe() {
114
+ I.value = !I.value, I.value ? N.updateOptions({ theme: "vs" }) : N.updateOptions({ theme: "vs-dark" });
115
+ }
116
+ function se() {
117
+ M.value.fullscreenElement ? (M.value.exitFullscreen(), F.value = !1) : (M.value.requestFullscreen(), F.value = !0);
118
+ }
119
+ function X() {
120
+ ce(O.title, N.getValue());
121
+ }
122
+ function ce(e, t) {
123
+ let n = window.URL || window.webkitURL || window, r = new Blob([t]), i = document.createEvent("MouseEvents");
124
+ i.initMouseEvent("click", !0, !1, window, 0, 0, 0, 0, 0, !1, !1, !1, !1, 0, null);
125
+ let a = document.createElementNS("http://www.w3.org/1999/xhtml", "a");
126
+ a.href = n.createObjectURL(r), a.download = e, a.dispatchEvent(i);
127
+ }
128
+ async function Z() {
129
+ if (O.language == "sql") {
130
+ let e = G(), { format: t } = await import("sql-formatter"), n = t(e);
131
+ N.setValue(n);
132
+ } else N.getAction("editor.action.formatDocument").run();
133
+ let e = G();
134
+ j("change", e), j("update:value", e);
135
+ }
136
+ function le() {
137
+ W("");
138
+ }
139
+ function Q() {
140
+ L.value = !L.value, j("chat-bot-click");
141
+ }
142
+ function $() {
143
+ N && N.dispose();
144
+ }
145
+ function ue() {
146
+ return N;
147
+ }
148
+ ee(() => {
149
+ V();
150
+ }), p(() => {
151
+ $();
152
+ });
153
+ function de(e) {
154
+ let t = N.getModel();
155
+ if (!t) return;
156
+ let n = t.getFullModelRange();
157
+ N.executeEdits("setValue", [{
158
+ range: n,
159
+ text: e,
160
+ forceMoveMarkers: !1
161
+ }]), j("change", G()), j("update:value", G());
162
+ }
163
+ function fe() {
164
+ return N.getValue();
165
+ }
166
+ function pe() {
167
+ let e = N.getSelection();
168
+ if (e) {
169
+ let t = N.getModel()?.getValueInRange(e), n = e.startLineNumber, r = e.startColumn, i = e.endLineNumber, a = e.endColumn, o = {
170
+ startLineNumber: 1,
171
+ startColumn: 1,
172
+ endLineNumber: n,
173
+ endColumn: r
174
+ }, s = N.getModel().getValueInRange(o), c = {
175
+ startLineNumber: i,
176
+ startColumn: a,
177
+ endLineNumber: N.getModel().getLineCount(),
178
+ endColumn: N.getModel().getLineMaxColumn(N.getModel().getLineCount())
179
+ };
180
+ return {
181
+ text: t,
182
+ textBefore: s,
183
+ textAfter: N.getModel().getValueInRange(c)
184
+ };
185
+ }
186
+ return {};
187
+ }
188
+ return H(), u({
189
+ isMonacoReady: k,
190
+ reload(e) {
191
+ if (N == null) {
192
+ console.warn("[MonacoEditor] Monaco editor is not available for reload");
193
+ return;
194
+ }
195
+ N.setValue(e || "");
196
+ },
197
+ getMonacoEditor: ue,
198
+ setEditorContent: W,
199
+ getEditorContent: G,
200
+ scrollToTop: J,
201
+ scrollToBottom: Y,
202
+ setEditorWordWrap: ae,
203
+ setEditorTheme: oe,
204
+ handleFullScreenClick: se,
205
+ handleDownloadLogClick: X,
206
+ getEditorMarkers: K,
207
+ handleFormatCodeClick: Z,
208
+ getValue: fe,
209
+ setValue: de,
210
+ getSelectCode: pe,
211
+ isChatBotActive: L,
212
+ handleChatBotClick: Q
213
+ }), (t, n) => {
214
+ let r = _("a-col"), u = _("a-row");
215
+ return m(), o("div", T, [
216
+ g(t.$slots, "header", {}, void 0, !0),
217
+ s("div", E, [l(u, {
218
+ class: "m-e-main_toolbar w-full flex",
219
+ type: "flex",
220
+ justify: "space-between",
221
+ style: f(I.value ? "background-color: #fff; box-shadow: 0px 2px 5px #ddd;" : "background-color: #1e1e1e; box-shadow: 0px 2px 5px #111;")
222
+ }, {
223
+ default: b(() => [l(r, {
224
+ class: "m-e-main_toolbar_left flex-1",
225
+ style: f(I.value ? "color: #000" : "color: #fff")
226
+ }, {
227
+ default: b(() => [s("span", null, [g(t.$slots, "title", {}, () => [c(v(e.title), 1)], !0)])]),
228
+ _: 3
229
+ }, 8, ["style"]), l(r, {
230
+ class: "m-e-main_toolbar_right",
231
+ style: f(z.value)
232
+ }, {
233
+ default: b(() => [
234
+ l(y(C), {
235
+ class: "icon",
236
+ onClick: q
237
+ }),
238
+ l(y(w), {
239
+ class: "icon",
240
+ onClick: J
241
+ }),
242
+ l(y(ne), {
243
+ class: "icon",
244
+ onClick: Y
245
+ }),
246
+ l(y(re), {
247
+ class: "icon",
248
+ onClick: Z
249
+ }),
250
+ l(y(S), {
251
+ class: "icon",
252
+ onClick: X
253
+ }),
254
+ l(y(x), {
255
+ class: "icon",
256
+ onClick: le
257
+ }),
258
+ R.value ? (m(), i(y(ie), {
259
+ key: 0,
260
+ title: "聊天机器人",
261
+ class: d(["icon", { "icon-active": L.value }]),
262
+ onClick: Q
263
+ }, null, 8, ["class"])) : a("", !0)
264
+ ]),
265
+ _: 1
266
+ }, 8, ["style"])]),
267
+ _: 3
268
+ }, 8, ["style"]), s("div", {
269
+ ref_key: "Editor",
270
+ ref: M,
271
+ class: "m-e-main_container"
272
+ }, null, 512)]),
273
+ g(t.$slots, "footer", {}, void 0, !0)
274
+ ]);
275
+ };
276
+ }
277
+ }), [["__scopeId", "data-v-ccf22884"]]);
278
+ //#endregion
279
+ export { D as default };
@@ -0,0 +1,62 @@
1
+ //#region ../../node_modules/.pnpm/@babel+runtime@7.28.6/node_modules/@babel/runtime/helpers/esm/typeof.js
2
+ function e(t) {
3
+ "@babel/helpers - typeof";
4
+ return e = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
5
+ return typeof e;
6
+ } : function(e) {
7
+ return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
8
+ }, e(t);
9
+ }
10
+ //#endregion
11
+ //#region ../../node_modules/.pnpm/@babel+runtime@7.28.6/node_modules/@babel/runtime/helpers/esm/toPrimitive.js
12
+ function t(t, n) {
13
+ if (e(t) != "object" || !t) return t;
14
+ var r = t[Symbol.toPrimitive];
15
+ if (r !== void 0) {
16
+ var i = r.call(t, n || "default");
17
+ if (e(i) != "object") return i;
18
+ throw TypeError("@@toPrimitive must return a primitive value.");
19
+ }
20
+ return (n === "string" ? String : Number)(t);
21
+ }
22
+ //#endregion
23
+ //#region ../../node_modules/.pnpm/@babel+runtime@7.28.6/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
24
+ function n(n) {
25
+ var r = t(n, "string");
26
+ return e(r) == "symbol" ? r : r + "";
27
+ }
28
+ //#endregion
29
+ //#region ../../node_modules/.pnpm/@babel+runtime@7.28.6/node_modules/@babel/runtime/helpers/esm/defineProperty.js
30
+ function r(e, t, r) {
31
+ return (t = n(t)) in e ? Object.defineProperty(e, t, {
32
+ value: r,
33
+ enumerable: !0,
34
+ configurable: !0,
35
+ writable: !0
36
+ }) : e[t] = r, e;
37
+ }
38
+ //#endregion
39
+ //#region ../../node_modules/.pnpm/@babel+runtime@7.28.6/node_modules/@babel/runtime/helpers/esm/objectSpread2.js
40
+ function i(e, t) {
41
+ var n = Object.keys(e);
42
+ if (Object.getOwnPropertySymbols) {
43
+ var r = Object.getOwnPropertySymbols(e);
44
+ t && (r = r.filter(function(t) {
45
+ return Object.getOwnPropertyDescriptor(e, t).enumerable;
46
+ })), n.push.apply(n, r);
47
+ }
48
+ return n;
49
+ }
50
+ function a(e) {
51
+ for (var t = 1; t < arguments.length; t++) {
52
+ var n = arguments[t] == null ? {} : arguments[t];
53
+ t % 2 ? i(Object(n), !0).forEach(function(t) {
54
+ r(e, t, n[t]);
55
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : i(Object(n)).forEach(function(t) {
56
+ Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(n, t));
57
+ });
58
+ }
59
+ return e;
60
+ }
61
+ //#endregion
62
+ export { a as t };
@@ -0,0 +1,134 @@
1
+ import { t as e } from "./objectSpread2-fLnUNEWu.js";
2
+ //#region ../../node_modules/.pnpm/ant-design-vue@3.2.20_vue@3.5.30_typescript@5.9.3_/node_modules/ant-design-vue/es/vc-pagination/locale/pt_PT.js
3
+ var t = {
4
+ items_per_page: "/ página",
5
+ jump_to: "Saltar",
6
+ jump_to_confirm: "confirmar",
7
+ page: "",
8
+ prev_page: "Página Anterior",
9
+ next_page: "Página Seguinte",
10
+ prev_5: "Recuar 5 Páginas",
11
+ next_5: "Avançar 5 Páginas",
12
+ prev_3: "Recuar 3 Páginas",
13
+ next_3: "Avançar 3 Páginas"
14
+ }, n = {
15
+ locale: "pt_PT",
16
+ today: "Hoje",
17
+ now: "Agora",
18
+ backToToday: "Hoje",
19
+ ok: "Ok",
20
+ clear: "Limpar",
21
+ month: "Mês",
22
+ year: "Ano",
23
+ timeSelect: "Selecionar hora",
24
+ dateSelect: "Selecionar data",
25
+ monthSelect: "Selecionar mês",
26
+ yearSelect: "Selecionar ano",
27
+ decadeSelect: "Selecionar década",
28
+ yearFormat: "YYYY",
29
+ dateFormat: "D/M/YYYY",
30
+ dayFormat: "D",
31
+ dateTimeFormat: "D/M/YYYY HH:mm:ss",
32
+ monthBeforeYear: !0,
33
+ previousMonth: "Mês anterior (PageUp)",
34
+ nextMonth: "Mês seguinte (PageDown)",
35
+ previousYear: "Ano anterior (Control + left)",
36
+ nextYear: "Ano seguinte (Control + right)",
37
+ previousDecade: "Década anterior",
38
+ nextDecade: "Década seguinte",
39
+ previousCentury: "Século anterior",
40
+ nextCentury: "Século seguinte",
41
+ shortWeekDays: [
42
+ "Dom",
43
+ "Seg",
44
+ "Ter",
45
+ "Qua",
46
+ "Qui",
47
+ "Sex",
48
+ "Sáb"
49
+ ],
50
+ shortMonths: [
51
+ "Jan",
52
+ "Fev",
53
+ "Mar",
54
+ "Abr",
55
+ "Mai",
56
+ "Jun",
57
+ "Jul",
58
+ "Ago",
59
+ "Set",
60
+ "Out",
61
+ "Nov",
62
+ "Dez"
63
+ ]
64
+ }, r = { placeholder: "Hora" }, i = {
65
+ lang: e(e({}, n), {}, {
66
+ placeholder: "Data",
67
+ rangePlaceholder: ["Data inicial", "Data final"],
68
+ today: "Hoje",
69
+ now: "Agora",
70
+ backToToday: "Hoje",
71
+ ok: "OK",
72
+ clear: "Limpar",
73
+ month: "Mês",
74
+ year: "Ano",
75
+ timeSelect: "Hora",
76
+ dateSelect: "Selecionar data",
77
+ monthSelect: "Selecionar mês",
78
+ yearSelect: "Selecionar ano",
79
+ decadeSelect: "Selecionar década",
80
+ yearFormat: "YYYY",
81
+ dateFormat: "D/M/YYYY",
82
+ dayFormat: "D",
83
+ dateTimeFormat: "D/M/YYYY HH:mm:ss",
84
+ monthFormat: "MMMM",
85
+ monthBeforeYear: !1,
86
+ previousMonth: "Mês anterior (PageUp)",
87
+ nextMonth: "Mês seguinte (PageDown)",
88
+ previousYear: "Ano anterior (Control + left)",
89
+ nextYear: "Ano seguinte (Control + right)",
90
+ previousDecade: "Última década",
91
+ nextDecade: "Próxima década",
92
+ previousCentury: "Último século",
93
+ nextCentury: "Próximo século"
94
+ }),
95
+ timePickerLocale: e(e({}, r), {}, { placeholder: "Hora" })
96
+ }, a = {
97
+ locale: "pt",
98
+ Pagination: t,
99
+ DatePicker: i,
100
+ TimePicker: r,
101
+ Calendar: i,
102
+ Table: {
103
+ filterTitle: "Filtro",
104
+ filterConfirm: "Aplicar",
105
+ filterReset: "Reiniciar",
106
+ selectAll: "Selecionar página atual",
107
+ selectInvert: "Inverter seleção",
108
+ sortTitle: "Ordenação"
109
+ },
110
+ Modal: {
111
+ okText: "OK",
112
+ cancelText: "Cancelar",
113
+ justOkText: "OK"
114
+ },
115
+ Popconfirm: {
116
+ okText: "OK",
117
+ cancelText: "Cancelar"
118
+ },
119
+ Transfer: {
120
+ searchPlaceholder: "Procurar...",
121
+ itemUnit: "item",
122
+ itemsUnit: "itens"
123
+ },
124
+ Upload: {
125
+ uploading: "A carregar...",
126
+ removeFile: "Remover",
127
+ uploadError: "Erro ao carregar",
128
+ previewFile: "Pré-visualizar",
129
+ downloadFile: "Baixar"
130
+ },
131
+ Empty: { description: "Sem resultados" }
132
+ };
133
+ //#endregion
134
+ export { a as default };
@@ -0,0 +1,165 @@
1
+ import { t as e } from "./objectSpread2-fLnUNEWu.js";
2
+ //#region ../../node_modules/.pnpm/ant-design-vue@3.2.20_vue@3.5.30_typescript@5.9.3_/node_modules/ant-design-vue/es/vc-pagination/locale/ru_RU.js
3
+ var t = {
4
+ items_per_page: "/ стр.",
5
+ jump_to: "Перейти",
6
+ jump_to_confirm: "подтвердить",
7
+ page: "",
8
+ prev_page: "Назад",
9
+ next_page: "Вперед",
10
+ prev_5: "Предыдущие 5",
11
+ next_5: "Следующие 5",
12
+ prev_3: "Предыдущие 3",
13
+ next_3: "Следующие 3"
14
+ }, n = {
15
+ locale: "ru_RU",
16
+ today: "Сегодня",
17
+ now: "Сейчас",
18
+ backToToday: "Текущая дата",
19
+ ok: "ОК",
20
+ clear: "Очистить",
21
+ month: "Месяц",
22
+ year: "Год",
23
+ timeSelect: "Выбрать время",
24
+ dateSelect: "Выбрать дату",
25
+ monthSelect: "Выбрать месяц",
26
+ yearSelect: "Выбрать год",
27
+ decadeSelect: "Выбрать десятилетие",
28
+ yearFormat: "YYYY",
29
+ dateFormat: "D-M-YYYY",
30
+ dayFormat: "D",
31
+ dateTimeFormat: "D-M-YYYY HH:mm:ss",
32
+ monthBeforeYear: !0,
33
+ previousMonth: "Предыдущий месяц (PageUp)",
34
+ nextMonth: "Следующий месяц (PageDown)",
35
+ previousYear: "Предыдущий год (Control + left)",
36
+ nextYear: "Следующий год (Control + right)",
37
+ previousDecade: "Предыдущее десятилетие",
38
+ nextDecade: "Следущее десятилетие",
39
+ previousCentury: "Предыдущий век",
40
+ nextCentury: "Следующий век"
41
+ }, r = {
42
+ placeholder: "Выберите время",
43
+ rangePlaceholder: ["Время начала", "Время окончания"]
44
+ }, i = {
45
+ lang: e({
46
+ placeholder: "Выберите дату",
47
+ yearPlaceholder: "Выберите год",
48
+ quarterPlaceholder: "Выберите квартал",
49
+ monthPlaceholder: "Выберите месяц",
50
+ weekPlaceholder: "Выберите неделю",
51
+ rangePlaceholder: ["Начальная дата", "Конечная дата"],
52
+ rangeYearPlaceholder: ["Начальный год", "Год окончания"],
53
+ rangeMonthPlaceholder: ["Начальный месяц", "Конечный месяц"],
54
+ rangeWeekPlaceholder: ["Начальная неделя", "Конечная неделя"]
55
+ }, n),
56
+ timePickerLocale: e({}, r)
57
+ }, a = i, o = "${label} не является типом ${type}", s = {
58
+ locale: "ru",
59
+ Pagination: t,
60
+ DatePicker: i,
61
+ TimePicker: r,
62
+ Calendar: a,
63
+ global: { placeholder: "Пожалуйста выберите" },
64
+ Table: {
65
+ filterTitle: "Фильтр",
66
+ filterConfirm: "OK",
67
+ filterReset: "Сбросить",
68
+ filterEmptyText: "Без фильтров",
69
+ emptyText: "Нет данных",
70
+ selectAll: "Выбрать всё",
71
+ selectInvert: "Инвертировать выбор",
72
+ selectNone: "Очистить все данные",
73
+ selectionAll: "Выбрать все данные",
74
+ sortTitle: "Сортировка",
75
+ expand: "Развернуть строку",
76
+ collapse: "Свернуть строку",
77
+ triggerDesc: "Нажмите для сортировки по убыванию",
78
+ triggerAsc: "Нажмите для сортировки по возрастанию",
79
+ cancelSort: "Нажмите, чтобы отменить сортировку"
80
+ },
81
+ Modal: {
82
+ okText: "OK",
83
+ cancelText: "Отмена",
84
+ justOkText: "OK"
85
+ },
86
+ Popconfirm: {
87
+ okText: "OK",
88
+ cancelText: "Отмена"
89
+ },
90
+ Transfer: {
91
+ titles: ["", ""],
92
+ searchPlaceholder: "Поиск",
93
+ itemUnit: "элем.",
94
+ itemsUnit: "элем.",
95
+ remove: "Удалить",
96
+ selectAll: "Выбрать все данные",
97
+ selectCurrent: "Выбрать текущую страницу",
98
+ selectInvert: "Показать в обратном порядке",
99
+ removeAll: "Удалить все данные",
100
+ removeCurrent: "Удалить текущую страницу"
101
+ },
102
+ Upload: {
103
+ uploading: "Загрузка...",
104
+ removeFile: "Удалить файл",
105
+ uploadError: "При загрузке произошла ошибка",
106
+ previewFile: "Предпросмотр файла",
107
+ downloadFile: "Загрузить файл"
108
+ },
109
+ Empty: { description: "Нет данных" },
110
+ Icon: { icon: "иконка" },
111
+ Text: {
112
+ edit: "Редактировать",
113
+ copy: "Копировать",
114
+ copied: "Скопировано",
115
+ expand: "Раскрыть"
116
+ },
117
+ PageHeader: { back: "Назад" },
118
+ Form: { defaultValidateMessages: {
119
+ default: "Ошибка проверки поля ${label}",
120
+ required: "Пожалуйста, введите ${label}",
121
+ enum: "${label} должен быть одним из [${enum}]",
122
+ whitespace: "${label} не может быть пустым",
123
+ date: {
124
+ format: "${label} не правильный формат даты",
125
+ parse: "${label} не может быть преобразовано в дату",
126
+ invalid: "${label} не является корректной датой"
127
+ },
128
+ types: {
129
+ string: o,
130
+ method: o,
131
+ array: o,
132
+ object: o,
133
+ number: o,
134
+ date: o,
135
+ boolean: o,
136
+ integer: o,
137
+ float: o,
138
+ regexp: o,
139
+ email: o,
140
+ url: o,
141
+ hex: o
142
+ },
143
+ string: {
144
+ len: "${label} должна быть ${len} символов",
145
+ min: "${label} должна быть больше или равна ${min} символов",
146
+ max: "${label} должна быть меньше или равна ${max} символов",
147
+ range: "Длина ${label} должна быть между ${min}-${max} символами"
148
+ },
149
+ number: {
150
+ len: "${label} должна быть равна ${len}",
151
+ min: "${label} должна быть больше или равна ${min}",
152
+ max: "${label} должна быть меньше или равна ${max}"
153
+ },
154
+ array: {
155
+ len: "Количество элементов ${label} должно быть равно ${len}",
156
+ min: "Количество элементов ${label} должно быть больше или равно ${min}",
157
+ max: "Количество элементов ${label} должно быть меньше или равно ${max}",
158
+ range: "Количество элементов ${label} должно быть между ${min} и ${max}"
159
+ },
160
+ pattern: { mismatch: "${label} не соответствует шаблону ${pattern}" }
161
+ } },
162
+ Image: { preview: "Предпросмотр" }
163
+ };
164
+ //#endregion
165
+ export { s as default };