@maxax/ui 1.1.40 → 1.1.41
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/components/app-common/button-icon.vue.d.ts +2 -2
- package/dist/components/app-common/button-icon.vue.d.ts.map +1 -1
- package/dist/components/app-common/icon-tooltip.vue.d.ts +1 -1
- package/dist/components/app-common/icon-tooltip.vue.d.ts.map +1 -1
- package/dist/components/basic-button-action/BasicButtonExportDrop.vue.d.ts +1 -1
- package/dist/components/basic-button-export-max/BasicButtonExportMax.vue.d.ts +1 -1
- package/dist/components/basic-button-import-max/BasicButtonImportMax.vue.d.ts +14 -14
- package/dist/components/basic-button-import-max/BasicButtonImportMax.vue.d.ts.map +1 -1
- package/dist/components/basic-button-import-max/PreviewModal.vue.d.ts +14 -14
- package/dist/components/basic-button-import-max/PreviewModal.vue.d.ts.map +1 -1
- package/dist/components/basic-checkbox/BasicCheckbox.d.ts +2 -2
- package/dist/components/basic-checkbox/interface.d.ts +1 -1
- package/dist/components/basic-checkbox-group/BasicCheckboxGroup.d.ts +1 -1
- package/dist/components/basic-col/BasicCol.d.ts +12 -12
- package/dist/components/basic-col/interface.d.ts +6 -6
- package/dist/components/basic-count-to/BasicCountTo.vue.d.ts +1 -1
- package/dist/components/basic-count-to/BasicCountTo.vue.d.ts.map +1 -1
- package/dist/components/basic-date-picker/BasicDatePicker.vue.d.ts +3 -3
- package/dist/components/basic-drag-verify/BasicDragVerify.vue.d.ts +4 -4
- package/dist/components/basic-json-viewer/BasicJsonViewer.d.ts +2 -2
- package/dist/components/basic-json-viewer/components/TreeNode.d.ts +1 -1
- package/dist/components/basic-message-box/BasicMessageBox.vue.d.ts +5 -5
- package/dist/components/basic-notification/BasicNotification.vue.d.ts +4 -4
- package/dist/components/basic-overlay/BasicOverlay.d.ts +2 -2
- package/dist/components/basic-radio/BasicRadio.d.ts +1 -1
- package/dist/components/basic-radio-group/BasicRadioGroup.d.ts +1 -1
- package/dist/components/basic-region/BasicRegion.d.ts +3 -3
- package/dist/components/basic-region-select/BasicRegionSelect.d.ts +6 -6
- package/dist/components/basic-table/BasicTable.vue.d.ts +3 -3
- package/dist/components/basic-table/BasicTable.vue.d.ts.map +1 -1
- package/dist/components/basic-table/helper.d.ts +1 -2
- package/dist/components/basic-table/helper.d.ts.map +1 -1
- package/dist/components/basic-table/index.d.ts +2 -2
- package/dist/components/basic-table/index.d.ts.map +1 -1
- package/dist/components/basic-tree/BasicTree.vue.d.ts +8 -8
- package/dist/components/basic-upload/BasicUpload.d.ts +2 -2
- package/dist/components/basic-upload/interface.d.ts +1 -1
- package/dist/components/basic-upload-dragger/BasicUploadDragger.d.ts +2 -2
- package/dist/components/basic-upload-dragger/interface.d.ts +1 -1
- package/dist/components/basic-upload-list/BasicUploadList.d.ts +1 -1
- package/dist/components/basic-upload-list/BasicUploadList.d.ts.map +1 -1
- package/dist/components/basic-upload-list-item/BasicUploadListItem.d.ts.map +1 -1
- package/dist/components/config-provider/ConfigProvider.d.ts +2 -2
- package/dist/components/config-provider/hooks/use-global-config.d.ts +1 -1
- package/dist/components/tree-drop/TreeDrop.vue.d.ts +13 -13
- package/dist/components/tree-search/TreeSearch.vue.d.ts +2 -2
- package/dist/composable/use-locale.d.ts +2 -3
- package/dist/composable/use-locale.d.ts.map +1 -1
- package/dist/composable/use-lockscreen.d.ts.map +1 -1
- package/dist/defaults.d.ts +6 -0
- package/dist/defaults.d.ts.map +1 -1
- package/dist/expose/config.d.ts +13 -0
- package/dist/expose/config.d.ts.map +1 -0
- package/dist/expose/index.d.ts +2 -1
- package/dist/expose/index.d.ts.map +1 -1
- package/dist/index.cjs +8100 -2663
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +5713 -276
- package/dist/index.mjs.map +1 -1
- package/dist/locale/index.d.ts +0 -2
- package/dist/locale/index.d.ts.map +1 -1
- package/dist/locale/lang/en.d.ts +2 -123
- package/dist/locale/lang/en.d.ts.map +1 -1
- package/dist/locale/lang/zh-cn.d.ts +2 -124
- package/dist/locale/lang/zh-cn.d.ts.map +1 -1
- package/dist/locales.cjs +141 -24
- package/dist/locales.cjs.map +1 -1
- package/dist/locales.d.ts +0 -1
- package/dist/locales.d.ts.map +1 -1
- package/dist/locales.mjs +140 -23
- package/dist/locales.mjs.map +1 -1
- package/dist/store/global-store.d.ts +6 -0
- package/dist/store/global-store.d.ts.map +1 -0
- package/dist/store/global.d.ts +10 -0
- package/dist/store/global.d.ts.map +1 -0
- package/dist/store/i18n-store.d.ts +12 -0
- package/dist/store/i18n-store.d.ts.map +1 -0
- package/dist/store/i18n.d.ts +58 -0
- package/dist/store/i18n.d.ts.map +1 -0
- package/dist/store/index.d.ts +3 -0
- package/dist/store/index.d.ts.map +1 -0
- package/dist/types/core.d.ts +44 -0
- package/dist/types/core.d.ts.map +1 -0
- package/dist/types/index.d.ts +3 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/locale.d.ts +12 -0
- package/dist/types/locale.d.ts.map +1 -0
- package/dist/types/theme.d.ts +2 -0
- package/dist/types/theme.d.ts.map +1 -0
- package/dist/{expose/basic.d.ts → utils/formatter.d.ts} +1 -1
- package/dist/utils/formatter.d.ts.map +1 -0
- package/dist/utils/index.d.ts +1 -2
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/props.d.ts +10 -0
- package/dist/utils/props.d.ts.map +1 -1
- package/dist/zh-cn-C7lMkB1L.cjs +126 -0
- package/dist/zh-cn-C7lMkB1L.cjs.map +1 -0
- package/dist/zh-cn-DUJD5NdW.js +127 -0
- package/dist/zh-cn-DUJD5NdW.js.map +1 -0
- package/package.json +3 -3
- package/dist/composable/use-config.d.ts +0 -1
- package/dist/composable/use-config.d.ts.map +0 -1
- package/dist/expose/basic.d.ts.map +0 -1
- package/dist/i18n-BHQQsljL.js +0 -5683
- package/dist/i18n-BHQQsljL.js.map +0 -1
- package/dist/i18n-DoDiVMyu.cjs +0 -5698
- package/dist/i18n-DoDiVMyu.cjs.map +0 -1
- package/dist/locale/i18n.d.ts +0 -249
- package/dist/locale/i18n.d.ts.map +0 -1
- package/dist/locale/types.d.ts +0 -17
- package/dist/locale/types.d.ts.map +0 -1
- package/dist/locale/utils.d.ts +0 -23
- package/dist/locale/utils.d.ts.map +0 -1
- package/dist/utils/basic.d.ts +0 -6
- package/dist/utils/basic.d.ts.map +0 -1
- package/dist/utils/collapse-motion.d.ts +0 -9
- package/dist/utils/collapse-motion.d.ts.map +0 -1
package/dist/locale/index.d.ts
CHANGED
|
@@ -4,7 +4,5 @@ import { default as vxeTableEnUS } from 'vxe-table/lib/locale/lang/en-US';
|
|
|
4
4
|
import { default as vxeTableZhCN } from 'vxe-table/lib/locale/lang/zh-CN';
|
|
5
5
|
export { default as enUS } from './lang/en';
|
|
6
6
|
export { default as zhCN } from './lang/zh-cn';
|
|
7
|
-
export * from './types';
|
|
8
|
-
export * from './utils';
|
|
9
7
|
export { vxePCUiEnUS, vxePCUiZhCN, vxeTableEnUS, vxeTableZhCN };
|
|
10
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/locale/index.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,8BAA8B,CAAA;AACtD,OAAO,WAAW,MAAM,8BAA8B,CAAA;AACtD,OAAO,YAAY,MAAM,iCAAiC,CAAA;AAC1D,OAAO,YAAY,MAAM,iCAAiC,CAAA;AAE1D,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,WAAW,CAAA;AAC3C,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,cAAc,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/locale/index.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,8BAA8B,CAAA;AACtD,OAAO,WAAW,MAAM,8BAA8B,CAAA;AACtD,OAAO,YAAY,MAAM,iCAAiC,CAAA;AAC1D,OAAO,YAAY,MAAM,iCAAiC,CAAA;AAE1D,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,WAAW,CAAA;AAC3C,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,cAAc,CAAA;AAE9C,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,YAAY,EAAE,YAAY,EAAE,CAAA"}
|
package/dist/locale/lang/en.d.ts
CHANGED
|
@@ -1,124 +1,3 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
|
|
3
|
-
max: {
|
|
4
|
-
icon: {
|
|
5
|
-
lang: string;
|
|
6
|
-
fullscreen: string;
|
|
7
|
-
fullscreenExit: string;
|
|
8
|
-
reload: string;
|
|
9
|
-
collapse: string;
|
|
10
|
-
expand: string;
|
|
11
|
-
pin: string;
|
|
12
|
-
unpin: string;
|
|
13
|
-
};
|
|
14
|
-
notification: {
|
|
15
|
-
delete: string;
|
|
16
|
-
};
|
|
17
|
-
basic: {
|
|
18
|
-
add: string;
|
|
19
|
-
edit: string;
|
|
20
|
-
delete: string;
|
|
21
|
-
view: string;
|
|
22
|
-
reset: string;
|
|
23
|
-
submit: string;
|
|
24
|
-
open: string;
|
|
25
|
-
collapse: string;
|
|
26
|
-
selected: string;
|
|
27
|
-
clear: string;
|
|
28
|
-
item: string;
|
|
29
|
-
warning: string;
|
|
30
|
-
export: string;
|
|
31
|
-
import: string;
|
|
32
|
-
print: string;
|
|
33
|
-
other: string;
|
|
34
|
-
exporting: string;
|
|
35
|
-
exportingTip: string;
|
|
36
|
-
exportSuccess: string;
|
|
37
|
-
exportFailed: string;
|
|
38
|
-
downloading: string;
|
|
39
|
-
yes: string;
|
|
40
|
-
no: string;
|
|
41
|
-
};
|
|
42
|
-
button: {
|
|
43
|
-
confirm: string;
|
|
44
|
-
cancel: string;
|
|
45
|
-
};
|
|
46
|
-
checkbox: {
|
|
47
|
-
selectAll: string;
|
|
48
|
-
};
|
|
49
|
-
viewBar: {
|
|
50
|
-
prev: string;
|
|
51
|
-
next: string;
|
|
52
|
-
};
|
|
53
|
-
messagebox: {
|
|
54
|
-
alert: string;
|
|
55
|
-
error: string;
|
|
56
|
-
};
|
|
57
|
-
upload: {
|
|
58
|
-
upload: string;
|
|
59
|
-
uploadSuccess: string;
|
|
60
|
-
uploadFailed: string;
|
|
61
|
-
downloadFile: string;
|
|
62
|
-
previewFile: string;
|
|
63
|
-
removeFile: string;
|
|
64
|
-
};
|
|
65
|
-
dragVerify: {
|
|
66
|
-
text: string;
|
|
67
|
-
successText: string;
|
|
68
|
-
};
|
|
69
|
-
placeholder: {
|
|
70
|
-
input: string;
|
|
71
|
-
picker: string;
|
|
72
|
-
select: string;
|
|
73
|
-
};
|
|
74
|
-
region: {
|
|
75
|
-
province: string;
|
|
76
|
-
city: string;
|
|
77
|
-
district: string;
|
|
78
|
-
placeholder: string;
|
|
79
|
-
clear: string;
|
|
80
|
-
};
|
|
81
|
-
form: {
|
|
82
|
-
required: string;
|
|
83
|
-
max: string;
|
|
84
|
-
};
|
|
85
|
-
table: {
|
|
86
|
-
empty: string;
|
|
87
|
-
loading: string;
|
|
88
|
-
noData: string;
|
|
89
|
-
noMatch: string;
|
|
90
|
-
noResult: string;
|
|
91
|
-
sum: string;
|
|
92
|
-
avg: string;
|
|
93
|
-
};
|
|
94
|
-
treeSearch: {
|
|
95
|
-
searchPlaceholder: string;
|
|
96
|
-
checkedButtonText: string;
|
|
97
|
-
};
|
|
98
|
-
iconPicker: {
|
|
99
|
-
searchIcon: string;
|
|
100
|
-
iconNotExist: string;
|
|
101
|
-
clear: string;
|
|
102
|
-
};
|
|
103
|
-
import: {
|
|
104
|
-
import: string;
|
|
105
|
-
exportSuccess: string;
|
|
106
|
-
fileSizeLimit: string;
|
|
107
|
-
uploadFile: string;
|
|
108
|
-
confirmImport: string;
|
|
109
|
-
confirm: string;
|
|
110
|
-
cancel: string;
|
|
111
|
-
uploadTip: string;
|
|
112
|
-
allowedFormats: string;
|
|
113
|
-
downloadTemplate: string;
|
|
114
|
-
updateExisting: string;
|
|
115
|
-
noTemplateApi: string;
|
|
116
|
-
previewTitle: string;
|
|
117
|
-
totalCount: string;
|
|
118
|
-
errorCount: string;
|
|
119
|
-
back: string;
|
|
120
|
-
};
|
|
121
|
-
};
|
|
122
|
-
};
|
|
123
|
-
export default _default;
|
|
1
|
+
declare const enUS: Record<string, any>;
|
|
2
|
+
export default enUS;
|
|
124
3
|
//# sourceMappingURL=en.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../src/locale/lang/en.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../src/locale/lang/en.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAyH7B,CAAA;AACD,eAAe,IAAI,CAAA"}
|
|
@@ -1,125 +1,3 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
|
|
3
|
-
max: {
|
|
4
|
-
icon: {
|
|
5
|
-
lang: string;
|
|
6
|
-
fullscreen: string;
|
|
7
|
-
fullscreenExit: string;
|
|
8
|
-
reload: string;
|
|
9
|
-
collapse: string;
|
|
10
|
-
expand: string;
|
|
11
|
-
pin: string;
|
|
12
|
-
unpin: string;
|
|
13
|
-
};
|
|
14
|
-
notification: {
|
|
15
|
-
delete: string;
|
|
16
|
-
};
|
|
17
|
-
basic: {
|
|
18
|
-
add: string;
|
|
19
|
-
edit: string;
|
|
20
|
-
delete: string;
|
|
21
|
-
view: string;
|
|
22
|
-
reset: string;
|
|
23
|
-
submit: string;
|
|
24
|
-
open: string;
|
|
25
|
-
collapse: string;
|
|
26
|
-
selected: string;
|
|
27
|
-
clear: string;
|
|
28
|
-
item: string;
|
|
29
|
-
warning: string;
|
|
30
|
-
export: string;
|
|
31
|
-
import: string;
|
|
32
|
-
print: string;
|
|
33
|
-
other: string;
|
|
34
|
-
exporting: string;
|
|
35
|
-
exportingTip: string;
|
|
36
|
-
exportSuccess: string;
|
|
37
|
-
exportFailed: string;
|
|
38
|
-
downloading: string;
|
|
39
|
-
yes: string;
|
|
40
|
-
no: string;
|
|
41
|
-
};
|
|
42
|
-
button: {
|
|
43
|
-
confirm: string;
|
|
44
|
-
cancel: string;
|
|
45
|
-
};
|
|
46
|
-
checkbox: {
|
|
47
|
-
selectAll: string;
|
|
48
|
-
};
|
|
49
|
-
viewBar: {
|
|
50
|
-
prev: string;
|
|
51
|
-
next: string;
|
|
52
|
-
};
|
|
53
|
-
messagebox: {
|
|
54
|
-
alert: string;
|
|
55
|
-
error: string;
|
|
56
|
-
};
|
|
57
|
-
upload: {
|
|
58
|
-
uploading: string;
|
|
59
|
-
upload: string;
|
|
60
|
-
uploadSuccess: string;
|
|
61
|
-
uploadFailed: string;
|
|
62
|
-
downloadFile: string;
|
|
63
|
-
previewFile: string;
|
|
64
|
-
removeFile: string;
|
|
65
|
-
};
|
|
66
|
-
dragVerify: {
|
|
67
|
-
text: string;
|
|
68
|
-
successText: string;
|
|
69
|
-
};
|
|
70
|
-
placeholder: {
|
|
71
|
-
input: string;
|
|
72
|
-
picker: string;
|
|
73
|
-
select: string;
|
|
74
|
-
};
|
|
75
|
-
region: {
|
|
76
|
-
province: string;
|
|
77
|
-
city: string;
|
|
78
|
-
district: string;
|
|
79
|
-
placeholder: string;
|
|
80
|
-
clear: string;
|
|
81
|
-
};
|
|
82
|
-
form: {
|
|
83
|
-
required: string;
|
|
84
|
-
max: string;
|
|
85
|
-
};
|
|
86
|
-
table: {
|
|
87
|
-
empty: string;
|
|
88
|
-
loading: string;
|
|
89
|
-
noData: string;
|
|
90
|
-
noMatch: string;
|
|
91
|
-
noResult: string;
|
|
92
|
-
sum: string;
|
|
93
|
-
avg: string;
|
|
94
|
-
};
|
|
95
|
-
treeSearch: {
|
|
96
|
-
searchPlaceholder: string;
|
|
97
|
-
checkedButtonText: string;
|
|
98
|
-
};
|
|
99
|
-
iconPicker: {
|
|
100
|
-
searchIcon: string;
|
|
101
|
-
iconNotExist: string;
|
|
102
|
-
clear: string;
|
|
103
|
-
};
|
|
104
|
-
import: {
|
|
105
|
-
import: string;
|
|
106
|
-
exportSuccess: string;
|
|
107
|
-
fileSizeLimit: string;
|
|
108
|
-
uploadFile: string;
|
|
109
|
-
confirmImport: string;
|
|
110
|
-
confirm: string;
|
|
111
|
-
cancel: string;
|
|
112
|
-
uploadTip: string;
|
|
113
|
-
allowedFormats: string;
|
|
114
|
-
downloadTemplate: string;
|
|
115
|
-
updateExisting: string;
|
|
116
|
-
noTemplateApi: string;
|
|
117
|
-
previewTitle: string;
|
|
118
|
-
totalCount: string;
|
|
119
|
-
errorCount: string;
|
|
120
|
-
back: string;
|
|
121
|
-
};
|
|
122
|
-
};
|
|
123
|
-
};
|
|
124
|
-
export default _default;
|
|
1
|
+
declare const zhCN: Record<string, any>;
|
|
2
|
+
export default zhCN;
|
|
125
3
|
//# sourceMappingURL=zh-cn.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zh-cn.d.ts","sourceRoot":"","sources":["../../../src/locale/lang/zh-cn.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"zh-cn.d.ts","sourceRoot":"","sources":["../../../src/locale/lang/zh-cn.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CA0H7B,CAAA;AACD,eAAe,IAAI,CAAA"}
|
package/dist/locales.cjs
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const
|
|
3
|
+
const zhCn = require("./zh-cn-C7lMkB1L.cjs");
|
|
4
4
|
function getDefaultExportFromCjs(x) {
|
|
5
5
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
|
|
6
6
|
}
|
|
7
|
-
var enUS$
|
|
7
|
+
var enUS$4 = {};
|
|
8
8
|
var hasRequiredEnUS$1;
|
|
9
9
|
function requireEnUS$1() {
|
|
10
|
-
if (hasRequiredEnUS$1) return enUS$
|
|
10
|
+
if (hasRequiredEnUS$1) return enUS$4;
|
|
11
11
|
hasRequiredEnUS$1 = 1;
|
|
12
|
-
Object.defineProperty(enUS$
|
|
12
|
+
Object.defineProperty(enUS$4, "__esModule", {
|
|
13
13
|
value: true
|
|
14
14
|
});
|
|
15
|
-
enUS$
|
|
16
|
-
enUS$
|
|
15
|
+
enUS$4.default = void 0;
|
|
16
|
+
enUS$4.default = {
|
|
17
17
|
vxe: {
|
|
18
18
|
base: {
|
|
19
19
|
pleaseInput: "Please enter",
|
|
@@ -845,10 +845,10 @@ function requireEnUS$1() {
|
|
|
845
845
|
}
|
|
846
846
|
}
|
|
847
847
|
};
|
|
848
|
-
return enUS$
|
|
848
|
+
return enUS$4;
|
|
849
849
|
}
|
|
850
850
|
var enUSExports$1 = requireEnUS$1();
|
|
851
|
-
const enUS$
|
|
851
|
+
const enUS$3 = /* @__PURE__ */ getDefaultExportFromCjs(enUSExports$1);
|
|
852
852
|
var zhCN$3 = {};
|
|
853
853
|
var hasRequiredZhCN$1;
|
|
854
854
|
function requireZhCN$1() {
|
|
@@ -1694,16 +1694,16 @@ function requireZhCN$1() {
|
|
|
1694
1694
|
}
|
|
1695
1695
|
var zhCNExports$1 = requireZhCN$1();
|
|
1696
1696
|
const zhCN$2 = /* @__PURE__ */ getDefaultExportFromCjs(zhCNExports$1);
|
|
1697
|
-
var enUS$
|
|
1697
|
+
var enUS$2 = {};
|
|
1698
1698
|
var hasRequiredEnUS;
|
|
1699
1699
|
function requireEnUS() {
|
|
1700
|
-
if (hasRequiredEnUS) return enUS$
|
|
1700
|
+
if (hasRequiredEnUS) return enUS$2;
|
|
1701
1701
|
hasRequiredEnUS = 1;
|
|
1702
|
-
Object.defineProperty(enUS$
|
|
1702
|
+
Object.defineProperty(enUS$2, "__esModule", {
|
|
1703
1703
|
value: true
|
|
1704
1704
|
});
|
|
1705
|
-
enUS$
|
|
1706
|
-
enUS$
|
|
1705
|
+
enUS$2.default = void 0;
|
|
1706
|
+
enUS$2.default = {
|
|
1707
1707
|
vxe: {
|
|
1708
1708
|
base: {
|
|
1709
1709
|
pleaseInput: "Please enter",
|
|
@@ -2529,10 +2529,10 @@ function requireEnUS() {
|
|
|
2529
2529
|
}
|
|
2530
2530
|
}
|
|
2531
2531
|
};
|
|
2532
|
-
return enUS$
|
|
2532
|
+
return enUS$2;
|
|
2533
2533
|
}
|
|
2534
2534
|
var enUSExports = requireEnUS();
|
|
2535
|
-
const enUS = /* @__PURE__ */ getDefaultExportFromCjs(enUSExports);
|
|
2535
|
+
const enUS$1 = /* @__PURE__ */ getDefaultExportFromCjs(enUSExports);
|
|
2536
2536
|
var zhCN$1 = {};
|
|
2537
2537
|
var hasRequiredZhCN;
|
|
2538
2538
|
function requireZhCN() {
|
|
@@ -3372,15 +3372,132 @@ function requireZhCN() {
|
|
|
3372
3372
|
}
|
|
3373
3373
|
var zhCNExports = requireZhCN();
|
|
3374
3374
|
const zhCN = /* @__PURE__ */ getDefaultExportFromCjs(zhCNExports);
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3375
|
+
const enUS = {
|
|
3376
|
+
name: "en-US",
|
|
3377
|
+
max: {
|
|
3378
|
+
icon: {
|
|
3379
|
+
lang: "Switch Language",
|
|
3380
|
+
fullscreen: "Fullscreen",
|
|
3381
|
+
fullscreenExit: "Exit Fullscreen",
|
|
3382
|
+
reload: "Reload Page",
|
|
3383
|
+
collapse: "Collapse Menu",
|
|
3384
|
+
expand: "Expand Menu",
|
|
3385
|
+
pin: "Pin",
|
|
3386
|
+
unpin: "Unpin"
|
|
3387
|
+
},
|
|
3388
|
+
notification: {
|
|
3389
|
+
delete: "Are you sure you want to delete?"
|
|
3390
|
+
},
|
|
3391
|
+
basic: {
|
|
3392
|
+
add: "Add",
|
|
3393
|
+
edit: "Edit",
|
|
3394
|
+
delete: "Delete",
|
|
3395
|
+
view: "View",
|
|
3396
|
+
reset: "Reset",
|
|
3397
|
+
submit: "Submit",
|
|
3398
|
+
open: "Open",
|
|
3399
|
+
collapse: "Collapse",
|
|
3400
|
+
selected: "Selected",
|
|
3401
|
+
clear: "Clear",
|
|
3402
|
+
item: "Item",
|
|
3403
|
+
warning: "Warning",
|
|
3404
|
+
export: "Export",
|
|
3405
|
+
import: "Import",
|
|
3406
|
+
print: "Print",
|
|
3407
|
+
other: "",
|
|
3408
|
+
exporting: "Exporting",
|
|
3409
|
+
exportingTip: "Please wait, exporting data...",
|
|
3410
|
+
exportSuccess: "Export Success",
|
|
3411
|
+
exportFailed: "Export Failed",
|
|
3412
|
+
downloading: "Downloading",
|
|
3413
|
+
yes: "Yes",
|
|
3414
|
+
no: "No"
|
|
3415
|
+
},
|
|
3416
|
+
button: {
|
|
3417
|
+
confirm: "Confirm",
|
|
3418
|
+
cancel: "Cancel"
|
|
3419
|
+
},
|
|
3420
|
+
checkbox: {
|
|
3421
|
+
selectAll: "Select All"
|
|
3422
|
+
},
|
|
3423
|
+
viewBar: {
|
|
3424
|
+
prev: "Prev",
|
|
3425
|
+
next: "Next"
|
|
3426
|
+
},
|
|
3427
|
+
messagebox: {
|
|
3428
|
+
alert: "Warning",
|
|
3429
|
+
error: "Format error"
|
|
3430
|
+
},
|
|
3431
|
+
upload: {
|
|
3432
|
+
upload: "Upload",
|
|
3433
|
+
uploadSuccess: "Upload Success",
|
|
3434
|
+
uploadFailed: "Upload Failed",
|
|
3435
|
+
downloadFile: "Download File",
|
|
3436
|
+
previewFile: "Preview File",
|
|
3437
|
+
removeFile: "Remove File"
|
|
3438
|
+
},
|
|
3439
|
+
dragVerify: {
|
|
3440
|
+
text: "Drag the slider to verify",
|
|
3441
|
+
successText: "Verification successful"
|
|
3442
|
+
},
|
|
3443
|
+
placeholder: {
|
|
3444
|
+
input: "Please enter",
|
|
3445
|
+
picker: "Please select",
|
|
3446
|
+
select: "Please select"
|
|
3447
|
+
},
|
|
3448
|
+
region: {
|
|
3449
|
+
province: "Province",
|
|
3450
|
+
city: "City",
|
|
3451
|
+
district: "District",
|
|
3452
|
+
placeholder: "Select region",
|
|
3453
|
+
clear: "Clear"
|
|
3454
|
+
},
|
|
3455
|
+
form: {
|
|
3456
|
+
required: "Required",
|
|
3457
|
+
max: "The character should be less than {max}"
|
|
3458
|
+
},
|
|
3459
|
+
table: {
|
|
3460
|
+
empty: "No data",
|
|
3461
|
+
loading: "Loading...",
|
|
3462
|
+
noData: "No data",
|
|
3463
|
+
noMatch: "No matching data",
|
|
3464
|
+
noResult: "No result",
|
|
3465
|
+
sum: "Sum",
|
|
3466
|
+
avg: "Average"
|
|
3467
|
+
},
|
|
3468
|
+
treeSearch: {
|
|
3469
|
+
searchPlaceholder: "Search keyword",
|
|
3470
|
+
checkedButtonText: "Checked"
|
|
3471
|
+
},
|
|
3472
|
+
iconPicker: {
|
|
3473
|
+
searchIcon: "Search icon",
|
|
3474
|
+
iconNotExist: "Icon does not exist",
|
|
3475
|
+
clear: "Clear"
|
|
3476
|
+
},
|
|
3477
|
+
import: {
|
|
3478
|
+
import: "Import",
|
|
3479
|
+
exportSuccess: "Export Success",
|
|
3480
|
+
fileSizeLimit: "File size cannot exceed 50MB!",
|
|
3481
|
+
uploadFile: "Please upload a file",
|
|
3482
|
+
confirmImport: "Are you sure you want to import?",
|
|
3483
|
+
confirm: "Confirm",
|
|
3484
|
+
cancel: "Cancel",
|
|
3485
|
+
uploadTip: "Click or drag file to this area to upload",
|
|
3486
|
+
allowedFormats: "Allowed formats: xlsx, xls",
|
|
3487
|
+
downloadTemplate: "Download Template",
|
|
3488
|
+
updateExisting: "Update/Overwrite existing data",
|
|
3489
|
+
noTemplateApi: "Template download API is not configured",
|
|
3490
|
+
previewTitle: "Import Data Preview",
|
|
3491
|
+
totalCount: "Total",
|
|
3492
|
+
errorCount: "Errors",
|
|
3493
|
+
back: "Back"
|
|
3494
|
+
}
|
|
3495
|
+
}
|
|
3496
|
+
};
|
|
3497
|
+
exports.zhCN = zhCn.zhCN;
|
|
3498
|
+
exports.enUS = enUS;
|
|
3499
|
+
exports.vxePCUiEnUS = enUS$3;
|
|
3383
3500
|
exports.vxePCUiZhCN = zhCN$2;
|
|
3384
|
-
exports.vxeTableEnUS = enUS;
|
|
3501
|
+
exports.vxeTableEnUS = enUS$1;
|
|
3385
3502
|
exports.vxeTableZhCN = zhCN;
|
|
3386
3503
|
//# sourceMappingURL=locales.cjs.map
|