ll-plus 2.0.9 → 2.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/component.mjs +6 -0
- package/es/component.mjs.map +1 -1
- package/es/components/cascader/index.d.ts +705 -0
- package/es/components/cascader/src/cascader.vue.d.ts +705 -0
- package/es/components/cascader/src/cascader.vue2.mjs +3 -3
- package/es/components/cascader/src/cascader.vue2.mjs.map +1 -1
- package/es/components/index.d.ts +3 -0
- package/es/components/index.mjs +4 -0
- package/es/components/index.mjs.map +1 -1
- package/es/components/modal/index.d.ts +1511 -0
- package/es/components/modal/src/modal.vue.d.ts +1511 -0
- package/es/components/modal/src/modal.vue2.mjs +3 -4
- package/es/components/modal/src/modal.vue2.mjs.map +1 -1
- package/es/components/segmented/index.d.ts +192 -0
- package/es/components/segmented/index.mjs +10 -0
- package/es/components/segmented/index.mjs.map +1 -0
- package/es/components/segmented/src/segmented.d.ts +4 -0
- package/es/components/segmented/src/segmented.mjs +2 -0
- package/es/components/segmented/src/segmented.mjs.map +1 -0
- package/es/components/segmented/src/segmented.vue.d.ts +185 -0
- package/es/components/segmented/src/segmented.vue.mjs +8 -0
- package/es/components/segmented/src/segmented.vue.mjs.map +1 -0
- package/es/components/segmented/src/segmented.vue2.mjs +33 -0
- package/es/components/segmented/src/segmented.vue2.mjs.map +1 -0
- package/es/components/steps/index.d.ts +581 -0
- package/es/components/steps/index.mjs +10 -0
- package/es/components/steps/index.mjs.map +1 -0
- package/es/components/steps/src/steps.d.ts +4 -0
- package/es/components/steps/src/steps.mjs +2 -0
- package/es/components/steps/src/steps.mjs.map +1 -0
- package/es/components/steps/src/steps.vue.d.ts +574 -0
- package/es/components/steps/src/steps.vue.mjs +8 -0
- package/es/components/steps/src/steps.vue.mjs.map +1 -0
- package/es/components/steps/src/steps.vue2.mjs +34 -0
- package/es/components/steps/src/steps.vue2.mjs.map +1 -0
- package/es/components/switch/src/switch.d.ts +2 -0
- package/es/components/switch/src/switch.mjs +15 -4
- package/es/components/switch/src/switch.mjs.map +1 -1
- package/es/components/table/src/components/main-table.vue2.mjs +8 -1
- package/es/components/table/src/components/main-table.vue2.mjs.map +1 -1
- package/es/components/table/src/table.vue2.mjs +2 -1
- package/es/components/table/src/table.vue2.mjs.map +1 -1
- package/es/components/tree/index.d.ts +1813 -0
- package/es/components/tree/index.mjs +10 -0
- package/es/components/tree/index.mjs.map +1 -0
- package/es/components/tree/src/tree.d.ts +13 -0
- package/es/components/tree/src/tree.mjs +14 -0
- package/es/components/tree/src/tree.mjs.map +1 -0
- package/es/components/tree/src/tree.vue.d.ts +1806 -0
- package/es/components/tree/src/tree.vue.mjs +8 -0
- package/es/components/tree/src/tree.vue.mjs.map +1 -0
- package/es/components/tree/src/tree.vue2.mjs +55 -0
- package/es/components/tree/src/tree.vue2.mjs.map +1 -0
- package/es/index.mjs +4 -0
- package/es/index.mjs.map +1 -1
- package/index.full.js +232 -89
- package/index.full.min.js +11 -13
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +20 -22
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +230 -91
- package/lib/component.js +28 -22
- package/lib/component.js.map +1 -1
- package/lib/components/cascader/index.d.ts +705 -0
- package/lib/components/cascader/src/cascader.vue.d.ts +705 -0
- package/lib/components/cascader/src/cascader.vue2.js +2 -2
- package/lib/components/cascader/src/cascader.vue2.js.map +1 -1
- package/lib/components/index.d.ts +3 -0
- package/lib/components/index.js +31 -23
- package/lib/components/index.js.map +1 -1
- package/lib/components/modal/index.d.ts +1511 -0
- package/lib/components/modal/src/modal.vue.d.ts +1511 -0
- package/lib/components/modal/src/modal.vue2.js +2 -3
- package/lib/components/modal/src/modal.vue2.js.map +1 -1
- package/lib/components/segmented/index.d.ts +192 -0
- package/lib/components/segmented/index.js +15 -0
- package/lib/components/segmented/index.js.map +1 -0
- package/lib/components/segmented/src/segmented.d.ts +4 -0
- package/lib/components/segmented/src/segmented.js +4 -0
- package/lib/components/segmented/src/segmented.js.map +1 -0
- package/lib/components/segmented/src/segmented.vue.d.ts +185 -0
- package/lib/components/segmented/src/segmented.vue.js +12 -0
- package/lib/components/segmented/src/segmented.vue.js.map +1 -0
- package/lib/components/segmented/src/segmented.vue2.js +37 -0
- package/lib/components/segmented/src/segmented.vue2.js.map +1 -0
- package/lib/components/steps/index.d.ts +581 -0
- package/lib/components/steps/index.js +15 -0
- package/lib/components/steps/index.js.map +1 -0
- package/lib/components/steps/src/steps.d.ts +4 -0
- package/lib/components/steps/src/steps.js +4 -0
- package/lib/components/steps/src/steps.js.map +1 -0
- package/lib/components/steps/src/steps.vue.d.ts +574 -0
- package/lib/components/steps/src/steps.vue.js +12 -0
- package/lib/components/steps/src/steps.vue.js.map +1 -0
- package/lib/components/steps/src/steps.vue2.js +38 -0
- package/lib/components/steps/src/steps.vue2.js.map +1 -0
- package/lib/components/switch/src/switch.d.ts +2 -0
- package/lib/components/switch/src/switch.js +15 -4
- package/lib/components/switch/src/switch.js.map +1 -1
- package/lib/components/table/src/components/main-table.vue2.js +8 -1
- package/lib/components/table/src/components/main-table.vue2.js.map +1 -1
- package/lib/components/table/src/table.vue2.js +2 -1
- package/lib/components/table/src/table.vue2.js.map +1 -1
- package/lib/components/tree/index.d.ts +1813 -0
- package/lib/components/tree/index.js +16 -0
- package/lib/components/tree/index.js.map +1 -0
- package/lib/components/tree/src/tree.d.ts +13 -0
- package/lib/components/tree/src/tree.js +16 -0
- package/lib/components/tree/src/tree.js.map +1 -0
- package/lib/components/tree/src/tree.vue.d.ts +1806 -0
- package/lib/components/tree/src/tree.vue.js +12 -0
- package/lib/components/tree/src/tree.vue.js.map +1 -0
- package/lib/components/tree/src/tree.vue2.js +59 -0
- package/lib/components/tree/src/tree.vue2.js.map +1 -0
- package/lib/index.js +31 -23
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/theme-chalk/css/advanced-filtering.css +3 -3
- package/theme-chalk/css/button.css +1 -1
- package/theme-chalk/css/cascader.css +3 -3
- package/theme-chalk/css/checkbox.css +3 -3
- package/theme-chalk/css/descriptions.css +3 -3
- package/theme-chalk/css/drawer.css +3 -3
- package/theme-chalk/css/dropdown.css +3 -3
- package/theme-chalk/css/form.css +3 -3
- package/theme-chalk/css/index.css +3 -3
- package/theme-chalk/css/input-number.css +3 -3
- package/theme-chalk/css/input.css +3 -3
- package/theme-chalk/css/modal.css +3 -3
- package/theme-chalk/css/switch.css +3 -3
- package/theme-chalk/css/table.css +3 -3
- package/theme-chalk/css/tabs-simple.css +3 -3
- package/types/packages/components/cascader/index.d.ts +705 -0
- package/types/packages/components/cascader/src/cascader.vue.d.ts +705 -0
- package/types/packages/components/index.d.ts +3 -0
- package/types/packages/components/modal/index.d.ts +1511 -0
- package/types/packages/components/modal/src/modal.vue.d.ts +1511 -0
- package/types/packages/components/segmented/index.d.ts +192 -0
- package/types/packages/components/segmented/src/segmented.d.ts +4 -0
- package/types/packages/components/segmented/src/segmented.vue.d.ts +185 -0
- package/types/packages/components/steps/index.d.ts +581 -0
- package/types/packages/components/steps/src/steps.d.ts +4 -0
- package/types/packages/components/steps/src/steps.vue.d.ts +574 -0
- package/types/packages/components/switch/src/switch.d.ts +2 -0
- package/types/packages/components/tree/index.d.ts +1813 -0
- package/types/packages/components/tree/src/tree.d.ts +13 -0
- package/types/packages/components/tree/src/tree.vue.d.ts +1806 -0
- package/es/locale/index.d.ts +0 -10
- package/es/locale/index.mjs +0 -6
- package/es/locale/index.mjs.map +0 -1
- package/es/locale/lang/en_US.d.ts +0 -144
- package/es/locale/lang/en_US.mjs +0 -147
- package/es/locale/lang/en_US.mjs.map +0 -1
- package/es/locale/lang/zh_CN.d.ts +0 -169
- package/es/locale/lang/zh_CN.mjs +0 -172
- package/es/locale/lang/zh_CN.mjs.map +0 -1
- package/es/locale/lang/zh_TW.d.ts +0 -125
- package/es/locale/lang/zh_TW.mjs +0 -128
- package/es/locale/lang/zh_TW.mjs.map +0 -1
- package/lib/locale/index.d.ts +0 -10
- package/lib/locale/index.js +0 -12
- package/lib/locale/index.js.map +0 -1
- package/lib/locale/lang/en_US.d.ts +0 -144
- package/lib/locale/lang/en_US.js +0 -151
- package/lib/locale/lang/en_US.js.map +0 -1
- package/lib/locale/lang/zh_CN.d.ts +0 -169
- package/lib/locale/lang/zh_CN.js +0 -176
- package/lib/locale/lang/zh_CN.js.map +0 -1
- package/lib/locale/lang/zh_TW.d.ts +0 -125
- package/lib/locale/lang/zh_TW.js +0 -132
- package/lib/locale/lang/zh_TW.js.map +0 -1
- package/types/packages/locale/index.d.ts +0 -10
- package/types/packages/locale/lang/en_US.d.ts +0 -144
- package/types/packages/locale/lang/zh_CN.d.ts +0 -169
- package/types/packages/locale/lang/zh_TW.d.ts +0 -125
|
@@ -1,144 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
app: {
|
|
3
|
-
searchNotData: string;
|
|
4
|
-
toSearch: string;
|
|
5
|
-
toNavigate: string;
|
|
6
|
-
};
|
|
7
|
-
countdown: {
|
|
8
|
-
normalText: string;
|
|
9
|
-
sendText: string;
|
|
10
|
-
};
|
|
11
|
-
cropper: {
|
|
12
|
-
selectImage: string;
|
|
13
|
-
uploadSuccess: string;
|
|
14
|
-
modalTitle: string;
|
|
15
|
-
okText: string;
|
|
16
|
-
btn_reset: string;
|
|
17
|
-
btn_rotate_left: string;
|
|
18
|
-
btn_rotate_right: string;
|
|
19
|
-
btn_scale_x: string;
|
|
20
|
-
btn_scale_y: string;
|
|
21
|
-
btn_zoom_in: string;
|
|
22
|
-
btn_zoom_out: string;
|
|
23
|
-
preview: string;
|
|
24
|
-
};
|
|
25
|
-
drawer: {
|
|
26
|
-
loadingText: string;
|
|
27
|
-
cancelText: string;
|
|
28
|
-
okText: string;
|
|
29
|
-
};
|
|
30
|
-
excel: {
|
|
31
|
-
exportModalTitle: string;
|
|
32
|
-
fileType: string;
|
|
33
|
-
fileName: string;
|
|
34
|
-
};
|
|
35
|
-
form: {
|
|
36
|
-
fold: string;
|
|
37
|
-
unfold: string;
|
|
38
|
-
maxTip: string;
|
|
39
|
-
apiSelectNotFound: string;
|
|
40
|
-
};
|
|
41
|
-
icon: {
|
|
42
|
-
placeholder: string;
|
|
43
|
-
search: string;
|
|
44
|
-
copy: string;
|
|
45
|
-
};
|
|
46
|
-
menu: {
|
|
47
|
-
search: string;
|
|
48
|
-
};
|
|
49
|
-
modal: {
|
|
50
|
-
cancelText: string;
|
|
51
|
-
okText: string;
|
|
52
|
-
close: string;
|
|
53
|
-
maximize: string;
|
|
54
|
-
restore: string;
|
|
55
|
-
};
|
|
56
|
-
table: {
|
|
57
|
-
settingDens: string;
|
|
58
|
-
settingDensDefault: string;
|
|
59
|
-
settingDensMiddle: string;
|
|
60
|
-
settingDensSmall: string;
|
|
61
|
-
settingColumn: string;
|
|
62
|
-
settingColumnShow: string;
|
|
63
|
-
settingIndexColumnShow: string;
|
|
64
|
-
settingSelectColumnShow: string;
|
|
65
|
-
settingFixedLeft: string;
|
|
66
|
-
settingFixedRight: string;
|
|
67
|
-
settingFullScreen: string;
|
|
68
|
-
index: string;
|
|
69
|
-
total: string;
|
|
70
|
-
};
|
|
71
|
-
time: {
|
|
72
|
-
before: string;
|
|
73
|
-
after: string;
|
|
74
|
-
just: string;
|
|
75
|
-
seconds: string;
|
|
76
|
-
minutes: string;
|
|
77
|
-
hours: string;
|
|
78
|
-
days: string;
|
|
79
|
-
};
|
|
80
|
-
tree: {
|
|
81
|
-
reload: string;
|
|
82
|
-
selectAll: string;
|
|
83
|
-
unSelectAll: string;
|
|
84
|
-
expandAll: string;
|
|
85
|
-
unExpandAll: string;
|
|
86
|
-
checkStrictly: string;
|
|
87
|
-
checkUnStrictly: string;
|
|
88
|
-
};
|
|
89
|
-
upload: {
|
|
90
|
-
save: string;
|
|
91
|
-
upload: string;
|
|
92
|
-
imgUpload: string;
|
|
93
|
-
uploaded: string;
|
|
94
|
-
operating: string;
|
|
95
|
-
del: string;
|
|
96
|
-
download: string;
|
|
97
|
-
saveWarn: string;
|
|
98
|
-
saveError: string;
|
|
99
|
-
preview: string;
|
|
100
|
-
choose: string;
|
|
101
|
-
accept: string;
|
|
102
|
-
acceptUpload: string;
|
|
103
|
-
maxSize: string;
|
|
104
|
-
maxSizeMultiple: string;
|
|
105
|
-
maxNumber: string;
|
|
106
|
-
legend: string;
|
|
107
|
-
fileName: string;
|
|
108
|
-
fileSize: string;
|
|
109
|
-
fileStatue: string;
|
|
110
|
-
startUpload: string;
|
|
111
|
-
uploadSuccess: string;
|
|
112
|
-
uploadError: string;
|
|
113
|
-
uploading: string;
|
|
114
|
-
uploadWait: string;
|
|
115
|
-
reUploadFailed: string;
|
|
116
|
-
};
|
|
117
|
-
verify: {
|
|
118
|
-
error: string;
|
|
119
|
-
time: string;
|
|
120
|
-
redoTip: string;
|
|
121
|
-
dragText: string;
|
|
122
|
-
successText: string;
|
|
123
|
-
};
|
|
124
|
-
LlTable: {
|
|
125
|
-
operate: string;
|
|
126
|
-
dragSuccessful: string;
|
|
127
|
-
dragFailed: string;
|
|
128
|
-
pagination: {
|
|
129
|
-
total: string;
|
|
130
|
-
};
|
|
131
|
-
};
|
|
132
|
-
LlAreaSelect: {
|
|
133
|
-
provinceCityDistrict: string;
|
|
134
|
-
allData: string;
|
|
135
|
-
selected: string;
|
|
136
|
-
clearTheList: string;
|
|
137
|
-
};
|
|
138
|
-
LlCalculate: {
|
|
139
|
-
isStorageplaceholder: string;
|
|
140
|
-
otherPlaceholder: string;
|
|
141
|
-
warning: string;
|
|
142
|
-
};
|
|
143
|
-
};
|
|
144
|
-
export default _default;
|
|
@@ -1,169 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
name: string;
|
|
3
|
-
common: {
|
|
4
|
-
okText: string;
|
|
5
|
-
continueText: string;
|
|
6
|
-
closeText: string;
|
|
7
|
-
cancelText: string;
|
|
8
|
-
loadingText: string;
|
|
9
|
-
saveText: string;
|
|
10
|
-
delText: string;
|
|
11
|
-
resetText: string;
|
|
12
|
-
searchText: string;
|
|
13
|
-
queryText: string;
|
|
14
|
-
addText: string;
|
|
15
|
-
editText: string;
|
|
16
|
-
detailText: string;
|
|
17
|
-
moreText: string;
|
|
18
|
-
exportText: string;
|
|
19
|
-
importText: string;
|
|
20
|
-
cleanText: string;
|
|
21
|
-
closeList: string;
|
|
22
|
-
inputText: string;
|
|
23
|
-
chooseText: string;
|
|
24
|
-
redo: string;
|
|
25
|
-
back: string;
|
|
26
|
-
expandAll: string;
|
|
27
|
-
collapseAll: string;
|
|
28
|
-
superQuery: string;
|
|
29
|
-
light: string;
|
|
30
|
-
dark: string;
|
|
31
|
-
tipTitle: string;
|
|
32
|
-
delTip: string;
|
|
33
|
-
prev: string;
|
|
34
|
-
next: string;
|
|
35
|
-
keyword: string;
|
|
36
|
-
enterKeyword: string;
|
|
37
|
-
leftTreeSearchText: string;
|
|
38
|
-
drawerSearchText: string;
|
|
39
|
-
description: string;
|
|
40
|
-
trueText: string;
|
|
41
|
-
falseText: string;
|
|
42
|
-
disabled: string;
|
|
43
|
-
offline: string;
|
|
44
|
-
online: string;
|
|
45
|
-
};
|
|
46
|
-
app: {
|
|
47
|
-
searchNotData: string;
|
|
48
|
-
toSearch: string;
|
|
49
|
-
toNavigate: string;
|
|
50
|
-
};
|
|
51
|
-
countdown: {
|
|
52
|
-
normalText: string;
|
|
53
|
-
sendText: string;
|
|
54
|
-
};
|
|
55
|
-
cropper: {
|
|
56
|
-
selectImage: string;
|
|
57
|
-
uploadSuccess: string;
|
|
58
|
-
modalTitle: string;
|
|
59
|
-
okText: string;
|
|
60
|
-
btn_reset: string;
|
|
61
|
-
btn_rotate_left: string;
|
|
62
|
-
btn_rotate_right: string;
|
|
63
|
-
btn_scale_x: string;
|
|
64
|
-
btn_scale_y: string;
|
|
65
|
-
btn_zoom_in: string;
|
|
66
|
-
btn_zoom_out: string;
|
|
67
|
-
preview: string;
|
|
68
|
-
};
|
|
69
|
-
drawer: {
|
|
70
|
-
loadingText: string;
|
|
71
|
-
cancelText: string;
|
|
72
|
-
okText: string;
|
|
73
|
-
};
|
|
74
|
-
excel: {
|
|
75
|
-
exportModalTitle: string;
|
|
76
|
-
fileType: string;
|
|
77
|
-
fileName: string;
|
|
78
|
-
};
|
|
79
|
-
form: {
|
|
80
|
-
fold: string;
|
|
81
|
-
unfold: string;
|
|
82
|
-
maxTip: string;
|
|
83
|
-
apiSelectNotFound: string;
|
|
84
|
-
};
|
|
85
|
-
icon: {
|
|
86
|
-
placeholder: string;
|
|
87
|
-
search: string;
|
|
88
|
-
copy: string;
|
|
89
|
-
};
|
|
90
|
-
menu: {
|
|
91
|
-
search: string;
|
|
92
|
-
};
|
|
93
|
-
modal: {
|
|
94
|
-
cancelText: string;
|
|
95
|
-
okText: string;
|
|
96
|
-
close: string;
|
|
97
|
-
maximize: string;
|
|
98
|
-
restore: string;
|
|
99
|
-
};
|
|
100
|
-
table: {
|
|
101
|
-
settingDens: string;
|
|
102
|
-
settingDensDefault: string;
|
|
103
|
-
settingDensMiddle: string;
|
|
104
|
-
settingDensSmall: string;
|
|
105
|
-
settingColumn: string;
|
|
106
|
-
settingColumnShow: string;
|
|
107
|
-
settingIndexColumnShow: string;
|
|
108
|
-
settingSelectColumnShow: string;
|
|
109
|
-
settingFixedLeft: string;
|
|
110
|
-
settingFixedRight: string;
|
|
111
|
-
settingFullScreen: string;
|
|
112
|
-
index: string;
|
|
113
|
-
total: string;
|
|
114
|
-
};
|
|
115
|
-
time: {
|
|
116
|
-
before: string;
|
|
117
|
-
after: string;
|
|
118
|
-
just: string;
|
|
119
|
-
seconds: string;
|
|
120
|
-
minutes: string;
|
|
121
|
-
hours: string;
|
|
122
|
-
days: string;
|
|
123
|
-
};
|
|
124
|
-
tree: {
|
|
125
|
-
reload: string;
|
|
126
|
-
selectAll: string;
|
|
127
|
-
unSelectAll: string;
|
|
128
|
-
expandAll: string;
|
|
129
|
-
unExpandAll: string;
|
|
130
|
-
checkStrictly: string;
|
|
131
|
-
checkUnStrictly: string;
|
|
132
|
-
};
|
|
133
|
-
upload: {
|
|
134
|
-
save: string;
|
|
135
|
-
upload: string;
|
|
136
|
-
imgUpload: string;
|
|
137
|
-
uploaded: string;
|
|
138
|
-
operating: string;
|
|
139
|
-
del: string;
|
|
140
|
-
download: string;
|
|
141
|
-
saveWarn: string;
|
|
142
|
-
saveError: string;
|
|
143
|
-
preview: string;
|
|
144
|
-
choose: string;
|
|
145
|
-
accept: string;
|
|
146
|
-
acceptUpload: string;
|
|
147
|
-
maxSize: string;
|
|
148
|
-
maxSizeMultiple: string;
|
|
149
|
-
maxNumber: string;
|
|
150
|
-
legend: string;
|
|
151
|
-
fileName: string;
|
|
152
|
-
fileSize: string;
|
|
153
|
-
fileStatue: string;
|
|
154
|
-
startUpload: string;
|
|
155
|
-
uploadSuccess: string;
|
|
156
|
-
uploadError: string;
|
|
157
|
-
uploading: string;
|
|
158
|
-
uploadWait: string;
|
|
159
|
-
reUploadFailed: string;
|
|
160
|
-
};
|
|
161
|
-
verify: {
|
|
162
|
-
error: string;
|
|
163
|
-
time: string;
|
|
164
|
-
redoTip: string;
|
|
165
|
-
dragText: string;
|
|
166
|
-
successText: string;
|
|
167
|
-
};
|
|
168
|
-
};
|
|
169
|
-
export default _default;
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
app: {
|
|
3
|
-
searchNotData: string;
|
|
4
|
-
toSearch: string;
|
|
5
|
-
toNavigate: string;
|
|
6
|
-
};
|
|
7
|
-
countdown: {
|
|
8
|
-
normalText: string;
|
|
9
|
-
sendText: string;
|
|
10
|
-
};
|
|
11
|
-
cropper: {
|
|
12
|
-
selectImage: string;
|
|
13
|
-
uploadSuccess: string;
|
|
14
|
-
modalTitle: string;
|
|
15
|
-
okText: string;
|
|
16
|
-
btn_reset: string;
|
|
17
|
-
btn_rotate_left: string;
|
|
18
|
-
btn_rotate_right: string;
|
|
19
|
-
btn_scale_x: string;
|
|
20
|
-
btn_scale_y: string;
|
|
21
|
-
btn_zoom_in: string;
|
|
22
|
-
btn_zoom_out: string;
|
|
23
|
-
preview: string;
|
|
24
|
-
};
|
|
25
|
-
drawer: {
|
|
26
|
-
loadingText: string;
|
|
27
|
-
cancelText: string;
|
|
28
|
-
okText: string;
|
|
29
|
-
};
|
|
30
|
-
excel: {
|
|
31
|
-
exportModalTitle: string;
|
|
32
|
-
fileType: string;
|
|
33
|
-
fileName: string;
|
|
34
|
-
};
|
|
35
|
-
form: {
|
|
36
|
-
fold: string;
|
|
37
|
-
unfold: string;
|
|
38
|
-
maxTip: string;
|
|
39
|
-
apiSelectNotFound: string;
|
|
40
|
-
};
|
|
41
|
-
icon: {
|
|
42
|
-
placeholder: string;
|
|
43
|
-
search: string;
|
|
44
|
-
copy: string;
|
|
45
|
-
};
|
|
46
|
-
menu: {
|
|
47
|
-
search: string;
|
|
48
|
-
};
|
|
49
|
-
modal: {
|
|
50
|
-
cancelText: string;
|
|
51
|
-
okText: string;
|
|
52
|
-
close: string;
|
|
53
|
-
maximize: string;
|
|
54
|
-
restore: string;
|
|
55
|
-
};
|
|
56
|
-
table: {
|
|
57
|
-
settingDens: string;
|
|
58
|
-
settingDensDefault: string;
|
|
59
|
-
settingDensMiddle: string;
|
|
60
|
-
settingDensSmall: string;
|
|
61
|
-
settingColumn: string;
|
|
62
|
-
settingColumnShow: string;
|
|
63
|
-
settingIndexColumnShow: string;
|
|
64
|
-
settingSelectColumnShow: string;
|
|
65
|
-
settingFixedLeft: string;
|
|
66
|
-
settingFixedRight: string;
|
|
67
|
-
settingFullScreen: string;
|
|
68
|
-
index: string;
|
|
69
|
-
total: string;
|
|
70
|
-
};
|
|
71
|
-
time: {
|
|
72
|
-
before: string;
|
|
73
|
-
after: string;
|
|
74
|
-
just: string;
|
|
75
|
-
seconds: string;
|
|
76
|
-
minutes: string;
|
|
77
|
-
hours: string;
|
|
78
|
-
days: string;
|
|
79
|
-
};
|
|
80
|
-
tree: {
|
|
81
|
-
reload: string;
|
|
82
|
-
selectAll: string;
|
|
83
|
-
unSelectAll: string;
|
|
84
|
-
expandAll: string;
|
|
85
|
-
unExpandAll: string;
|
|
86
|
-
checkStrictly: string;
|
|
87
|
-
checkUnStrictly: string;
|
|
88
|
-
};
|
|
89
|
-
upload: {
|
|
90
|
-
save: string;
|
|
91
|
-
upload: string;
|
|
92
|
-
imgUpload: string;
|
|
93
|
-
uploaded: string;
|
|
94
|
-
operating: string;
|
|
95
|
-
del: string;
|
|
96
|
-
download: string;
|
|
97
|
-
saveWarn: string;
|
|
98
|
-
saveError: string;
|
|
99
|
-
preview: string;
|
|
100
|
-
choose: string;
|
|
101
|
-
accept: string;
|
|
102
|
-
acceptUpload: string;
|
|
103
|
-
maxSize: string;
|
|
104
|
-
maxSizeMultiple: string;
|
|
105
|
-
maxNumber: string;
|
|
106
|
-
legend: string;
|
|
107
|
-
fileName: string;
|
|
108
|
-
fileSize: string;
|
|
109
|
-
fileStatue: string;
|
|
110
|
-
startUpload: string;
|
|
111
|
-
uploadSuccess: string;
|
|
112
|
-
uploadError: string;
|
|
113
|
-
uploading: string;
|
|
114
|
-
uploadWait: string;
|
|
115
|
-
reUploadFailed: string;
|
|
116
|
-
};
|
|
117
|
-
verify: {
|
|
118
|
-
error: string;
|
|
119
|
-
time: string;
|
|
120
|
-
redoTip: string;
|
|
121
|
-
dragText: string;
|
|
122
|
-
successText: string;
|
|
123
|
-
};
|
|
124
|
-
};
|
|
125
|
-
export default _default;
|