@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.
- package/dist/de_DE-Dlmr1Wso.js +152 -0
- package/dist/en_US-B9GNh9s3.js +173 -0
- package/dist/es_ES-CdOh6_BZ.js +159 -0
- package/dist/fr_FR-DA5AJaJ_.js +168 -0
- package/dist/index.min.css +2 -1
- package/dist/ja_JP-DE6fp7p7.js +140 -0
- package/dist/loader.esm.min.js +9583 -0
- package/dist/monaco-editor-Di2Ob0f2.js +279 -0
- package/dist/objectSpread2-fLnUNEWu.js +62 -0
- package/dist/pt_PT-DqWIQ8Sv.js +134 -0
- package/dist/ru_RU-B7eejpuq.js +165 -0
- package/dist/tr_TR-Cp-TWGG5.js +167 -0
- package/dist/useMonacoEditor-B4gp3RiK.js +2788 -0
- package/dist/vi_VN-BWekEft9.js +85 -0
- package/dist/zh_CN-CaadhslE.js +174 -0
- package/dist/zh_TW-DHMPuQGm.js +169 -0
- package/es/_virtual/_plugin-vue_export-helper.mjs +7 -8
- package/es/components/app-modal/app-modal-component.mjs +102 -133
- package/es/components/assets-svg-icon/assets-svg-icon.mjs +161 -232
- package/es/components/assets-svg-icon/request.mjs +60 -43
- package/es/components/assets-svg-icon/utils.mjs +21 -19
- package/es/components/assets-svg-icon/validate.mjs +27 -41
- package/es/components/base-button/base-button.vue.mjs +7 -7
- package/es/components/base-button/base-button.vue_vue_type_script_setup_true_name_BaseButton_lang.mjs +181 -0
- package/es/components/basic-button/basic-button.vue.mjs +7 -7
- package/es/components/basic-button/basic-button.vue_vue_type_script_setup_true_name_BasicButton_lang.mjs +148 -0
- package/es/components/code-editor/code-editor.mjs +59 -63
- package/es/components/copy-module-key/copy-module-key.vue.mjs +7 -7
- package/es/components/copy-module-key/copy-module-key.vue_vue_type_script_setup_true_name_copy-module-key_lang.mjs +92 -0
- package/es/components/double-input/double-input.vue.mjs +5 -158
- package/es/components/double-input/double-input.vue_vue_type_script_setup_true_lang.mjs +121 -0
- package/es/components/field-upload/index.d.ts +2 -0
- package/es/components/field-upload/index.mjs +7 -0
- package/es/components/field-upload/src/FieldUpload.vue.d.ts +37 -0
- package/es/components/field-upload/src/FieldUpload.vue.mjs +5 -0
- package/es/components/field-upload/src/FieldUpload.vue_vue_type_script_setup_true_name_FieldUpload_lang.mjs +111 -0
- package/es/components/field-upload/src/components/base-upload.vue.d.ts +21 -0
- package/es/components/field-upload/src/components/base-upload.vue.mjs +7 -0
- package/es/components/field-upload/src/components/base-upload.vue_vue_type_script_name_baseUpload_setup_true_lang.mjs +227 -0
- package/es/components/field-upload/src/components/base-upload.vue_vue_type_style_index_0_scoped_f53b6ac6_lang.css +76 -0
- package/es/components/field-upload/src/components/file-list.vue.d.ts +17 -0
- package/es/components/field-upload/src/components/file-list.vue.mjs +7 -0
- package/es/components/field-upload/src/components/file-list.vue_vue_type_script_setup_true_name_fileList_lang.mjs +129 -0
- package/es/components/field-upload/src/components/file-list.vue_vue_type_style_index_0_scoped_3918aad0_lang.css +129 -0
- package/es/components/field-upload/src/components/upload-design.vue.d.ts +5 -0
- package/es/components/field-upload/src/components/upload-design.vue.mjs +7 -0
- package/es/components/field-upload/src/components/upload-design.vue_vue_type_script_name_UploadDesign_setup_true_lang.mjs +43 -0
- package/es/components/field-upload/src/components/upload-design.vue_vue_type_style_index_0_scoped_1e5189c1_lang.css +43 -0
- package/es/components/field-upload/src/hooks/hooks.d.ts +4 -0
- package/es/components/field-upload/src/hooks/hooks.mjs +47 -0
- package/es/components/field-upload/src/types/index.d.ts +42 -0
- package/es/components/field-upload/src/types/index.mjs +24 -0
- package/es/components/icon-next/hooks/useIconAsset.mjs +32 -44
- package/es/components/icon-next/hooks/useIconPark.mjs +48 -48
- package/es/components/icon-next/hooks/useIconPlatform.mjs +37 -42
- package/es/components/icon-next/index.mjs +3 -0
- package/es/components/icon-next/src/IconNext.vue.mjs +7 -0
- package/es/components/icon-next/src/IconNext.vue_vue_type_script_setup_true_name_IconNext_lang.mjs +113 -0
- package/es/components/icon-next/src/IconNextPicker.vue.mjs +6 -0
- package/es/components/icon-next/src/IconNextPicker.vue_vue_type_script_setup_true_name_IconNextPicker_lang.mjs +379 -0
- package/es/components/icon-next/types/index.mjs +10 -9
- package/es/components/image-upload/index.d.ts +2 -0
- package/es/components/image-upload/index.mjs +7 -0
- package/es/components/image-upload/src/ImageUpload.vue.d.ts +32 -0
- package/es/components/image-upload/src/ImageUpload.vue.mjs +5 -0
- package/es/components/image-upload/src/ImageUpload.vue_vue_type_script_setup_true_name_ImageUpload_lang.mjs +74 -0
- package/es/components/image-upload/src/components/base-upload.vue.d.ts +24 -0
- package/es/components/image-upload/src/components/base-upload.vue.mjs +8 -0
- package/es/components/image-upload/src/components/base-upload.vue_vue_type_script_name_baseUpload_setup_true_lang.mjs +209 -0
- package/es/components/image-upload/src/components/base-upload.vue_vue_type_style_index_0_scoped_3248e630_lang.css +73 -0
- package/es/components/image-upload/src/components/base-upload.vue_vue_type_style_index_1_lang.css +3 -0
- package/es/components/image-upload/src/components/upload-design.vue.d.ts +6 -0
- package/es/components/image-upload/src/components/upload-design.vue.mjs +7 -0
- package/es/components/image-upload/src/components/upload-design.vue_vue_type_script_name_UploadDesign_setup_true_lang.mjs +33 -0
- package/es/components/image-upload/src/components/upload-design.vue_vue_type_style_index_0_scoped_575d3a1a_lang.css +33 -0
- package/es/components/image-upload/src/hooks/hooks.d.ts +2 -0
- package/es/components/image-upload/src/types/index.d.ts +34 -0
- package/es/components/image-upload/src/types/index.mjs +8 -0
- package/es/components/index.d.ts +4 -1
- package/es/components/index.mjs +25 -34
- package/es/components/layout/view-container/view-container.mjs +24 -35
- package/es/components/svg-icon/svg-icon.vue.mjs +6 -50
- package/es/components/svg-icon/svg-icon.vue_vue_type_script_setup_true_name_SvgIcon_lang.mjs +52 -0
- package/es/components/vue3-grid-dnd-item/vue3-grid-dnd-item.css +103 -0
- package/es/components/vue3-grid-dnd-item/vue3-grid-dnd-item.d.ts +44 -0
- package/es/components/vue3-grid-dnd-item/vue3-grid-dnd-item.mjs +122 -0
- package/es/components/wujie-container/wujie-container.mjs +58 -81
- package/es/create-app-vue.mjs +27 -19
- package/es/directives/drag-resize.mjs +38 -39
- package/es/directives/ellipsis-title.d.ts +7 -0
- package/es/directives/ellipsis-title.mjs +21 -0
- package/es/directives/index.mjs +14 -6
- package/es/directives/target-loading.mjs +28 -36
- package/es/hooks/index.mjs +4 -0
- package/es/hooks/useDesign.mjs +7 -8
- package/es/hooks/useDragLine.mjs +66 -75
- package/es/hooks/useLocale.d.ts +365 -1
- package/es/hooks/useLocale.mjs +23 -28
- package/es/hooks/useTheme.mjs +13 -17
- package/es/index.d.ts +1 -0
- package/es/index.mjs +96 -137
- package/es/loader.d.ts +1 -0
- package/es/modules/Cropper/hooks/useFile.mjs +21 -0
- package/es/modules/Cropper/index.d.ts +1 -0
- package/es/modules/Cropper/index.mjs +12 -0
- package/es/modules/Cropper/src/CopperFreeModal.vue.mjs +7 -0
- package/es/modules/Cropper/src/CopperFreeModal.vue_vue_type_script_setup_true_name_CropperModal_lang.mjs +299 -0
- package/es/modules/Cropper/src/CopperFreeModal.vue_vue_type_style_index_0_scoped_28afc2ab_lang.css +48 -0
- package/es/modules/Cropper/src/CopperModal.vue.mjs +7 -0
- package/es/modules/Cropper/src/CopperModal.vue_vue_type_script_setup_true_name_CropperModal_lang.mjs +283 -0
- package/es/modules/Cropper/src/CopperModal.vue_vue_type_style_index_0_scoped_f42f8311_lang.css +71 -0
- package/es/modules/Cropper/src/Cropper.vue.d.ts +1 -1
- package/es/modules/Cropper/src/Cropper.vue.mjs +25 -0
- package/es/modules/Cropper/src/Cropper.vue_vue_type_script_lang.mjs +173 -0
- package/es/modules/Cropper/src/Cropper.vue_vue_type_style_index_0_lang.css +4 -0
- package/es/modules/Cropper/src/CropperAvatar.vue.mjs +7 -0
- package/es/modules/Cropper/src/CropperAvatar.vue_vue_type_script_setup_true_name_CropperAvatar_lang.mjs +116 -0
- package/es/modules/Cropper/src/CropperAvatar.vue_vue_type_style_index_0_scoped_b5d65cd4_lang.css +39 -0
- package/es/modules/Cropper/src/CropperFree.vue.mjs +7 -0
- package/es/modules/Cropper/src/CropperFree.vue_vue_type_script_setup_true_name_CropperPhoto_lang.mjs +165 -0
- package/es/modules/Cropper/src/CropperFree.vue_vue_type_style_index_0_scoped_3cc5e19b_lang.css +83 -0
- package/es/modules/code-editor/index.d.ts +3 -3
- package/es/modules/code-editor/index.mjs +6 -7
- package/es/modules/code-editor/monaco-editor.vue.d.ts +1 -1
- package/es/modules/code-editor/monaco-editor.vue.mjs +7 -7
- package/es/modules/code-editor/monaco-editor.vue_vue_type_script_setup_true_name_code-editor_lang.mjs +399 -0
- package/es/modules/code-editor/{monaco-editor.css → monaco-editor.vue_vue_type_style_index_0_scoped_ccf22884_lang.css} +9 -9
- package/es/modules/code-editor/useEditorConsole.mjs +146 -187
- package/es/modules/code-editor/useMonacoEditor.mjs +24 -23
- package/es/modules/color-picker/index.mjs +1 -0
- package/es/modules/color-picker/src/ColorPicker.vue.mjs +8 -8
- package/es/modules/color-picker/src/ColorPicker.vue_vue_type_script_setup_true_name_ColorPicker_lang.mjs +482 -0
- package/es/modules/formula-editor/constants/index.mjs +8 -6
- package/es/modules/formula-editor/formula-editor.mjs +40 -59
- package/es/modules/formula-editor/index.mjs +2 -0
- package/es/modules/gct-dnd/components/gct-dnd-container/gct-dnd-container.mjs +158 -193
- package/es/modules/gct-dnd/components/gct-dnd-drop-line/gct-dnd-drop-line.mjs +81 -95
- package/es/modules/gct-dnd/components/gct-dnd-item/gct-dnd-item.mjs +178 -237
- package/es/modules/gct-dnd/constants/index.mjs +10 -18
- package/es/modules/gct-dnd/index.mjs +4 -0
- package/es/modules/gct-form/components/flex-container/flex-container.css +67 -0
- package/es/modules/gct-form/components/flex-container/flex-container.d.ts +14 -0
- package/es/modules/gct-form/components/flex-container/flex-container.mjs +61 -0
- package/es/modules/gct-form/components/flex-item/flex-item.d.ts +13 -0
- package/es/modules/gct-form/components/flex-item/flex-item.mjs +37 -0
- package/es/modules/gct-form/components/grid-container/grid-container.d.ts +10 -0
- package/es/modules/gct-form/components/grid-container/grid-container.mjs +36 -0
- package/es/modules/gct-form/components/index.d.ts +3 -0
- package/es/modules/gct-form/components/index.mjs +3 -0
- package/es/modules/gct-form/constants/editor-register/editor-register.mjs +17 -5
- package/es/modules/gct-form/constants/editor-type/editor-type.mjs +133 -34
- package/es/modules/gct-form/constants/index.mjs +5 -2
- package/es/modules/gct-form/controller/edit-form/edit-form.controller.d.ts +1 -16
- package/es/modules/gct-form/controller/edit-form/edit-form.controller.mjs +48 -69
- package/es/modules/gct-form/controller/editor-item/editor-item.controller.mjs +18 -22
- package/es/modules/gct-form/controller/form-collapse/form-collapse.controller.mjs +20 -10
- package/es/modules/gct-form/controller/form-collapse-pane/form-collapse-pane.controller.mjs +20 -10
- package/es/modules/gct-form/controller/form-edit-item/form-edit-item.controller.mjs +84 -89
- package/es/modules/gct-form/controller/form-group/form-group.controller.mjs +20 -10
- package/es/modules/gct-form/controller/form-item/form-item.controller.mjs +35 -36
- package/es/modules/gct-form/controller/form-item-basic/form-item-basic.controller.mjs +61 -42
- package/es/modules/gct-form/controller/form-item-hidden/form-item-hidden.controller.mjs +16 -6
- package/es/modules/gct-form/controller/form-line/form-line.controller.mjs +20 -10
- package/es/modules/gct-form/controller/form-tab/form-tab.controller.mjs +20 -10
- package/es/modules/gct-form/controller/form-tab-pane/form-tab-pane.controller.mjs +20 -10
- package/es/modules/gct-form/controller/gct-form/gct-form.controller.mjs +198 -221
- package/es/modules/gct-form/controller/index.mjs +13 -0
- package/es/modules/gct-form/editor/gct-form-action/gct-form-action.mjs +44 -49
- package/es/modules/gct-form/editor/gct-form-action/index.mjs +10 -14
- package/es/modules/gct-form/editor/gct-form-check-switch/gct-form-check-switch.mjs +54 -55
- package/es/modules/gct-form/editor/gct-form-check-switch/gct-form-check-switch.provider.mjs +14 -4
- package/es/modules/gct-form/editor/gct-form-check-switch/index.mjs +8 -12
- package/es/modules/gct-form/editor/gct-form-checkbox/gct-form-checkbox.mjs +100 -125
- package/es/modules/gct-form/editor/gct-form-checkbox/index.mjs +10 -14
- package/es/modules/gct-form/editor/gct-form-color/gct-form-color.mjs +36 -41
- package/es/modules/gct-form/editor/gct-form-color/gct-form-color.provider.mjs +14 -4
- package/es/modules/gct-form/editor/gct-form-color/index.mjs +8 -12
- package/es/modules/gct-form/editor/gct-form-date/gct-form-date.mjs +71 -78
- package/es/modules/gct-form/editor/gct-form-date/gct-form-date.provider.mjs +12 -4
- package/es/modules/gct-form/editor/gct-form-date/index.mjs +8 -12
- package/es/modules/gct-form/editor/gct-form-date-format-select/gct-form-date-format-select.mjs +102 -107
- package/es/modules/gct-form/editor/gct-form-date-format-select/index.mjs +10 -14
- package/es/modules/gct-form/editor/gct-form-empty/gct-form-empty.mjs +13 -15
- package/es/modules/gct-form/editor/gct-form-empty/index.mjs +10 -14
- package/es/modules/gct-form/editor/gct-form-formula/gct-form-formula.mjs +66 -66
- package/es/modules/gct-form/editor/gct-form-formula/index.mjs +10 -14
- package/es/modules/gct-form/editor/gct-form-group-select/gct-form-group-select.mjs +159 -227
- package/es/modules/gct-form/editor/gct-form-group-select/index.mjs +10 -14
- package/es/modules/gct-form/editor/gct-form-i18n/gct-form-i18n.mjs +87 -113
- package/es/modules/gct-form/editor/gct-form-i18n/gct-form-i18n.provider.mjs +14 -4
- package/es/modules/gct-form/editor/gct-form-i18n/index.mjs +8 -12
- package/es/modules/gct-form/editor/gct-form-icon-select/gct-form-icon-select.mjs +61 -70
- package/es/modules/gct-form/editor/gct-form-icon-select/index.mjs +10 -14
- package/es/modules/gct-form/editor/gct-form-info/gct-form-info.mjs +38 -49
- package/es/modules/gct-form/editor/gct-form-info/index.mjs +10 -14
- package/es/modules/gct-form/editor/gct-form-length-unit/gct-form-length-unit.mjs +36 -41
- package/es/modules/gct-form/editor/gct-form-length-unit/gct-form-length-unit.provider.mjs +14 -4
- package/es/modules/gct-form/editor/gct-form-length-unit/index.mjs +8 -12
- package/es/modules/gct-form/editor/gct-form-model-select/gct-form-model-select.mjs +141 -170
- package/es/modules/gct-form/editor/gct-form-model-select/index.mjs +10 -14
- package/es/modules/gct-form/editor/gct-form-multiple-choice/gct-form-multiple-choice.mjs +60 -66
- package/es/modules/gct-form/editor/gct-form-multiple-choice/index.mjs +10 -14
- package/es/modules/gct-form/editor/gct-form-number/gct-form-number.mjs +41 -42
- package/es/modules/gct-form/editor/gct-form-number/gct-form-number.provider.mjs +5 -4
- package/es/modules/gct-form/editor/gct-form-number/index.mjs +8 -12
- package/es/modules/gct-form/editor/gct-form-picker/gct-form-picker.mjs +89 -111
- package/es/modules/gct-form/editor/gct-form-picker/gct-form-picker.provider.mjs +14 -4
- package/es/modules/gct-form/editor/gct-form-picker/index.mjs +8 -12
- package/es/modules/gct-form/editor/gct-form-pixel-config/gct-form-pixel-config.mjs +60 -66
- package/es/modules/gct-form/editor/gct-form-pixel-config/index.mjs +10 -14
- package/es/modules/gct-form/editor/gct-form-radio/gct-form-radio.mjs +76 -91
- package/es/modules/gct-form/editor/gct-form-radio/index.mjs +10 -14
- package/es/modules/gct-form/editor/gct-form-select/gct-form-select.mjs +109 -126
- package/es/modules/gct-form/editor/gct-form-select/gct-form-select.provider.mjs +14 -4
- package/es/modules/gct-form/editor/gct-form-select/index.mjs +8 -12
- package/es/modules/gct-form/editor/gct-form-span/gct-form-span.mjs +67 -97
- package/es/modules/gct-form/editor/gct-form-span/gct-form-span.provider.mjs +14 -4
- package/es/modules/gct-form/editor/gct-form-span/index.mjs +8 -12
- package/es/modules/gct-form/editor/gct-form-switch/gct-form-switch.mjs +32 -37
- package/es/modules/gct-form/editor/gct-form-switch/gct-form-switch.provider.mjs +14 -4
- package/es/modules/gct-form/editor/gct-form-switch/index.mjs +8 -12
- package/es/modules/gct-form/editor/gct-form-table/gct-form-table.mjs +29 -30
- package/es/modules/gct-form/editor/gct-form-table/index.mjs +10 -14
- package/es/modules/gct-form/editor/gct-form-text/gct-form-text.mjs +51 -54
- package/es/modules/gct-form/editor/gct-form-text/gct-form-text.provider.mjs +14 -4
- package/es/modules/gct-form/editor/gct-form-text/index.mjs +8 -12
- package/es/modules/gct-form/editor/gct-form-textarea/gct-form-textarea.mjs +43 -44
- package/es/modules/gct-form/editor/gct-form-textarea/gct-form-textarea.provider.mjs +5 -4
- package/es/modules/gct-form/editor/gct-form-textarea/index.mjs +8 -12
- package/es/modules/gct-form/editor/gct-select-form-table/gct-select-form-table.mjs +59 -76
- package/es/modules/gct-form/editor/gct-select-form-table/index.mjs +10 -14
- package/es/modules/gct-form/editor/index.mjs +32 -34
- package/es/modules/gct-form/hooks/index.mjs +2 -0
- package/es/modules/gct-form/hooks/use-form/use-form.mjs +12 -5
- package/es/modules/gct-form/hooks/use-gct-form-value/use-gct-form-value.mjs +80 -84
- package/es/modules/gct-form/index.mjs +51 -16
- package/es/modules/gct-form/props/gct-form-item/gct-form-item.props.mjs +54 -62
- package/es/modules/gct-form/register/editor-register/editor-register.mjs +63 -56
- package/es/modules/gct-form/register/form-item-register/form-item-register.mjs +45 -41
- package/es/modules/gct-form/state/form/form.state.mjs +26 -16
- package/es/modules/gct-form/state/form-collapse/form-collapse.state.mjs +14 -5
- package/es/modules/gct-form/state/form-collapse-pane/form-collapse-pane.state.mjs +14 -5
- package/es/modules/gct-form/state/form-edit-item/form-edit-item.state.mjs +18 -9
- package/es/modules/gct-form/state/form-group/form-group.state.mjs +22 -13
- package/es/modules/gct-form/state/form-item/form-item.state.mjs +14 -5
- package/es/modules/gct-form/state/form-item-basic/form-item-basic.state.mjs +18 -8
- package/es/modules/gct-form/state/form-line/form-line.state.mjs +11 -5
- package/es/modules/gct-form/state/form-tab/form-tab.state.mjs +16 -6
- package/es/modules/gct-form/state/form-tab-pane/form-tab-pane.state.mjs +14 -5
- package/es/modules/gct-form/utils/width-install/width-install.mjs +19 -16
- package/es/modules/gct-form/widgets/gct-edit-form/gct-edit-form.d.ts +1 -5
- package/es/modules/gct-form/widgets/gct-edit-form/gct-edit-form.mjs +122 -148
- package/es/modules/gct-form/widgets/gct-form/gct-form-collapse/gct-form-collapse.mjs +66 -76
- package/es/modules/gct-form/widgets/gct-form/gct-form-collapse/gct-form-collapse.provider.mjs +11 -13
- package/es/modules/gct-form/widgets/gct-form/gct-form-collapse/index.mjs +10 -15
- package/es/modules/gct-form/widgets/gct-form/gct-form-collapse-pane/gct-form-collapse-pane.mjs +50 -72
- package/es/modules/gct-form/widgets/gct-form/gct-form-collapse-pane/gct-form-collapse-pane.provider.mjs +11 -15
- package/es/modules/gct-form/widgets/gct-form/gct-form-collapse-pane/index.mjs +10 -15
- package/es/modules/gct-form/widgets/gct-form/gct-form-group/gct-form-group.css +5 -5
- package/es/modules/gct-form/widgets/gct-form/gct-form-group/gct-form-group.mjs +72 -89
- package/es/modules/gct-form/widgets/gct-form/gct-form-group/gct-form-group.provider.mjs +11 -13
- package/es/modules/gct-form/widgets/gct-form/gct-form-group/index.mjs +10 -15
- package/es/modules/gct-form/widgets/gct-form/gct-form-hidden-item/gct-form-hidden-item.provider.mjs +11 -15
- package/es/modules/gct-form/widgets/gct-form/gct-form-hidden-item/index.mjs +1 -0
- package/es/modules/gct-form/widgets/gct-form/gct-form-item/gct-form-item.css +27 -24
- package/es/modules/gct-form/widgets/gct-form/gct-form-item/gct-form-item.mjs +127 -159
- package/es/modules/gct-form/widgets/gct-form/gct-form-item/gct-form-item.provider.mjs +11 -13
- package/es/modules/gct-form/widgets/gct-form/gct-form-item/index.mjs +3 -0
- package/es/modules/gct-form/widgets/gct-form/gct-form-line/gct-form-line.css +2 -2
- package/es/modules/gct-form/widgets/gct-form/gct-form-line/gct-form-line.mjs +38 -45
- package/es/modules/gct-form/widgets/gct-form/gct-form-line/gct-form-line.provider.mjs +11 -13
- package/es/modules/gct-form/widgets/gct-form/gct-form-line/index.mjs +10 -12
- package/es/modules/gct-form/widgets/gct-form/gct-form-tab/gct-form-tab.mjs +63 -69
- package/es/modules/gct-form/widgets/gct-form/gct-form-tab/gct-form-tab.provider.mjs +11 -13
- package/es/modules/gct-form/widgets/gct-form/gct-form-tab/index.mjs +10 -12
- package/es/modules/gct-form/widgets/gct-form/gct-form-tab-pane/gct-form-tab-pane.mjs +48 -66
- package/es/modules/gct-form/widgets/gct-form/gct-form-tab-pane/gct-form-tab-pane.provider.mjs +11 -13
- package/es/modules/gct-form/widgets/gct-form/gct-form-tab-pane/index.mjs +10 -15
- package/es/modules/gct-form/widgets/gct-form/gct-form-title-group/gct-form-title-group.css +4 -4
- package/es/modules/gct-form/widgets/gct-form/gct-form-title-group/gct-form-title-group.mjs +50 -68
- package/es/modules/gct-form/widgets/gct-form/gct-form-title-group/gct-form-title-group.provider.mjs +11 -13
- package/es/modules/gct-form/widgets/gct-form/gct-form-title-group/index.mjs +11 -16
- package/es/modules/gct-form/widgets/gct-form/gct-form.css +2 -2
- package/es/modules/gct-form/widgets/gct-form/gct-form.mjs +125 -143
- package/es/modules/gct-form/widgets/gct-form/index.mjs +30 -33
- package/es/modules/gct-table/controller/gct-table/gct-table.controller.mjs +138 -140
- package/es/modules/gct-table/controller/index.mjs +5 -0
- package/es/modules/gct-table/controller/table-item/table-action-item.controller.mjs +14 -5
- package/es/modules/gct-table/controller/table-item/table-edit-item.controller.mjs +25 -15
- package/es/modules/gct-table/controller/table-item/table-item.controller.mjs +32 -25
- package/es/modules/gct-table/controller/table-row/table-row.controller.mjs +76 -69
- package/es/modules/gct-table/editor/gct-table-date/gct-table-date.mjs +47 -90
- package/es/modules/gct-table/editor/gct-table-date/gct-table-date.provider.mjs +12 -4
- package/es/modules/gct-table/editor/gct-table-date/index.mjs +10 -52
- package/es/modules/gct-table/editor/gct-table-span/gct-table-span.mjs +26 -37
- package/es/modules/gct-table/editor/gct-table-span/gct-table-span.provider.mjs +14 -4
- package/es/modules/gct-table/editor/gct-table-span/index.mjs +10 -52
- package/es/modules/gct-table/editor/gct-table-text/gct-table-text.mjs +60 -103
- package/es/modules/gct-table/editor/gct-table-text/gct-table-text.provider.mjs +14 -4
- package/es/modules/gct-table/editor/gct-table-text/index.mjs +10 -52
- package/es/modules/gct-table/editor/index.mjs +9 -11
- package/es/modules/gct-table/hooks/index.mjs +1 -0
- package/es/modules/gct-table/hooks/use-ant-table/use-ant-table.mjs +66 -82
- package/es/modules/gct-table/index.mjs +22 -15
- package/es/modules/gct-table/register/table-editor-register/table-editor-register.mjs +67 -60
- package/es/modules/gct-table/state/table/table.state.mjs +46 -36
- package/es/modules/gct-table/state/table-item/table-edit-item.state.mjs +19 -9
- package/es/modules/gct-table/state/table-item/table-item.state.mjs +29 -19
- package/es/modules/gct-table/state/table-row/table-row.state.mjs +16 -6
- package/es/modules/gct-table/utils/count-latch/count-latch.mjs +97 -94
- package/es/modules/gct-table/utils/index.mjs +2 -0
- package/es/modules/gct-table/utils/width-install/width-install.mjs +18 -16
- package/es/modules/gct-table/widgets/gct-table/gct-table.mjs +310 -409
- package/es/modules/gct-table/widgets/gct-table/index.mjs +8 -10
- package/es/modules/gct-table/widgets/index.mjs +7 -9
- package/es/modules/global-modal/index.mjs +10 -16
- package/es/modules/global-modal/src/BasicModal.vue.mjs +5 -221
- package/es/modules/global-modal/src/BasicModal.vue_vue_type_script_setup_true_name_BasicModal_lang.mjs +201 -0
- package/es/modules/global-modal/src/components/GlboalModal.mjs +30 -39
- package/es/modules/global-modal/src/components/ModalClose.vue.mjs +6 -79
- package/es/modules/global-modal/src/components/ModalClose.vue_vue_type_script_setup_true_name_ModalClose_lang.mjs +67 -0
- package/es/modules/global-modal/src/components/ModalFooter.vue.mjs +5 -44
- package/es/modules/global-modal/src/components/ModalFooter.vue_vue_type_script_setup_true_name_BasicModalFooter_lang.mjs +40 -0
- package/es/modules/global-modal/src/components/ModalHeader.vue.mjs +9 -9
- package/es/modules/global-modal/src/components/ModalHeader.vue_vue_type_script_lang.mjs +11 -0
- package/es/modules/global-modal/src/components/ModalWrapper.vue.mjs +18 -24
- package/es/modules/global-modal/src/components/ModalWrapper.vue_vue_type_script_lang.mjs +126 -0
- package/es/modules/global-modal/src/hooks/useModal.mjs +102 -116
- package/es/modules/global-modal/src/hooks/useModalContext.mjs +6 -6
- package/es/modules/global-modal/src/hooks/useModalDrag.mjs +69 -79
- package/es/modules/global-modal/src/hooks/useModalFullScreen.mjs +17 -13
- package/es/modules/global-modal/src/props.mjs +87 -55
- package/es/modules/target-loading/index.mjs +3 -0
- package/es/modules/target-loading/src/createLoading.mjs +42 -54
- package/es/modules/target-loading/src/target-loading.vue.mjs +7 -52
- package/es/modules/target-loading/src/target-loading.vue_vue_type_script_setup_true_name_target-loading_lang.mjs +55 -0
- package/es/modules/target-loading/src/useLoading.mjs +2 -0
- package/es/setup-app.mjs +3 -3
- package/es/utils/index.mjs +4 -0
- package/es/utils/message-util/message-util.mjs +25 -25
- package/es/utils/monaco-loader/monaco-loader.mjs +83 -87
- package/es/utils/overlay-controller/overlay-controller.mjs +29 -20
- package/es/utils/with-install.mjs +10 -11
- package/package.json +7 -7
- package/dist/index-B8zoAUhR.cjs +0 -20
- package/dist/index-BH5PTZ_c.js +0 -20
- package/dist/index-Cna4DZog.js +0 -109381
- package/dist/index.esm.min.mjs +0 -91
- package/dist/index.min.cjs +0 -1
- package/dist/index.system.min.js +0 -1
- package/dist/monaco-editor-4E2xdOou.cjs +0 -1
- package/dist/monaco-editor-C-wvzgow.js +0 -1
- package/dist/monaco-editor-Cel355Cg.js +0 -350
- package/es/components/base-button/base-button.vue3.mjs +0 -179
- package/es/components/basic-button/basic-button.vue3.mjs +0 -130
- package/es/components/copy-module-key/copy-module-key.vue3.mjs +0 -104
- package/es/components/double-input/double-input.vue2.mjs +0 -5
- package/es/components/icon-next/src/IconNext.vue2.mjs +0 -7
- package/es/components/icon-next/src/IconNext.vue3.mjs +0 -108
- package/es/components/icon-next/src/IconNextPicker.vue2.mjs +0 -452
- package/es/components/icon-next/src/IconNextPicker.vue3.mjs +0 -6
- package/es/components/svg-icon/svg-icon.vue3.mjs +0 -6
- package/es/modules/code-editor/monaco-editor.vue2.mjs +0 -440
- package/es/modules/color-picker/src/ColorPicker.vue2.mjs +0 -545
- package/es/modules/gct-form/widgets/gct-edit-form/index.d.ts +0 -5
- package/es/modules/gct-form/widgets/gct-edit-form/index.mjs +0 -10
- package/es/modules/global-modal/src/BasicModal.vue2.mjs +0 -5
- package/es/modules/global-modal/src/components/ModalClose.vue3.mjs +0 -6
- package/es/modules/global-modal/src/components/ModalFooter.vue2.mjs +0 -5
- package/es/modules/global-modal/src/components/ModalHeader.vue2.mjs +0 -13
- package/es/modules/global-modal/src/components/ModalWrapper.vue2.mjs +0 -136
- package/es/modules/target-loading/src/target-loading.vue3.mjs +0 -7
- /package/es/components/base-button/{base-button.css → base-button.vue_vue_type_style_index_0_scoped_5375ec2b_lang.css} +0 -0
- /package/es/components/basic-button/{basic-button.css → basic-button.vue_vue_type_style_index_0_scoped_1dbcb2fa_lang.css} +0 -0
- /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
- /package/es/components/icon-next/src/{IconNext.css → IconNext.vue_vue_type_style_index_0_scoped_c5a83130_lang.css} +0 -0
- /package/es/components/icon-next/src/{IconNextPicker.css → IconNextPicker.vue_vue_type_style_index_0_lang.css} +0 -0
- /package/es/components/svg-icon/{svg-icon.css → svg-icon.vue_vue_type_style_index_0_lang.css} +0 -0
- /package/es/modules/color-picker/src/{ColorPicker.css → ColorPicker.vue_vue_type_style_index_0_scoped_7bfd9ca3_lang.css} +0 -0
- /package/es/modules/color-picker/src/{ColorPicker2.css → ColorPicker.vue_vue_type_style_index_1_lang.css} +0 -0
- /package/es/modules/gct-table/editor/{gct-table-text/gct-table-text.css → gct-table-date/gct-table-date.css} +0 -0
- /package/es/modules/global-modal/src/components/{ModalClose.css → ModalClose.vue_vue_type_style_index_0_lang.css} +0 -0
- /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 };
|