@qsxy/element-plus-react 1.0.0-next.17 → 1.0.0-next.18
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/CheckboxGroup/CheckboxGroup.js +1 -0
- package/dist/ConfigProvider/ConfigProvider.d.ts +2 -0
- package/dist/ConfigProvider/ConfigProvider.js +5 -1
- package/dist/ConfigProvider/index.d.ts +1 -1
- package/dist/ConfigProvider/index.js +1 -1
- package/dist/DateTimePicker/DateTimePicker.d.ts +1 -1
- package/dist/Form/Form.d.ts +1 -1
- package/dist/MessageBox/MessageBox.js +1 -0
- package/dist/MessageBox/typings.d.ts +1 -0
- package/dist/Pagination/Options.d.ts +7 -2
- package/dist/Pagination/Options.js +68 -53
- package/dist/Pagination/Pager.js +10 -10
- package/dist/Pagination/Pagination.js +288 -318
- package/dist/Pagination/typings.d.ts +27 -28
- package/dist/Select/SelectCore.js +6 -5
- package/dist/Select/SelectDropdown.js +65 -15
- package/dist/Select/typings.d.ts +5 -0
- package/dist/Table/Table.d.ts +1 -1
- package/dist/Table/hooks/useSelection.d.ts +3 -3
- package/dist/Table/util.d.ts +2 -4
- package/dist/Transfer/ListBody.js +1 -1
- package/dist/TreeSelect/TreeSelect.d.ts +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/locale/en.d.ts +179 -0
- package/dist/locale/en.js +178 -0
- package/dist/locale/i18n.d.ts +2 -0
- package/dist/locale/i18n.js +44 -0
- package/dist/locale/zhCn.d.ts +178 -0
- package/dist/locale/zhCn.js +177 -0
- package/package.json +4 -1
- package/theme-chalk/pagination/index.scss +227 -439
- package/theme-chalk/select/index.scss +10 -7
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
el: {
|
|
3
|
+
breadcrumb: {
|
|
4
|
+
label: string;
|
|
5
|
+
};
|
|
6
|
+
colorpicker: {
|
|
7
|
+
confirm: string;
|
|
8
|
+
clear: string;
|
|
9
|
+
defaultLabel: string;
|
|
10
|
+
description: string;
|
|
11
|
+
alphaLabel: string;
|
|
12
|
+
};
|
|
13
|
+
datepicker: {
|
|
14
|
+
now: string;
|
|
15
|
+
today: string;
|
|
16
|
+
cancel: string;
|
|
17
|
+
clear: string;
|
|
18
|
+
confirm: string;
|
|
19
|
+
dateTablePrompt: string;
|
|
20
|
+
monthTablePrompt: string;
|
|
21
|
+
yearTablePrompt: string;
|
|
22
|
+
selectedDate: string;
|
|
23
|
+
selectDate: string;
|
|
24
|
+
selectTime: string;
|
|
25
|
+
startDate: string;
|
|
26
|
+
startTime: string;
|
|
27
|
+
endDate: string;
|
|
28
|
+
endTime: string;
|
|
29
|
+
prevYear: string;
|
|
30
|
+
nextYear: string;
|
|
31
|
+
prevMonth: string;
|
|
32
|
+
nextMonth: string;
|
|
33
|
+
year: string;
|
|
34
|
+
month1: string;
|
|
35
|
+
month2: string;
|
|
36
|
+
month3: string;
|
|
37
|
+
month4: string;
|
|
38
|
+
month5: string;
|
|
39
|
+
month6: string;
|
|
40
|
+
month7: string;
|
|
41
|
+
month8: string;
|
|
42
|
+
month9: string;
|
|
43
|
+
month10: string;
|
|
44
|
+
month11: string;
|
|
45
|
+
month12: string;
|
|
46
|
+
week: string;
|
|
47
|
+
weeks: {
|
|
48
|
+
sun: string;
|
|
49
|
+
mon: string;
|
|
50
|
+
tue: string;
|
|
51
|
+
wed: string;
|
|
52
|
+
thu: string;
|
|
53
|
+
fri: string;
|
|
54
|
+
sat: string;
|
|
55
|
+
};
|
|
56
|
+
weeksFull: {
|
|
57
|
+
sun: string;
|
|
58
|
+
mon: string;
|
|
59
|
+
tue: string;
|
|
60
|
+
wed: string;
|
|
61
|
+
thu: string;
|
|
62
|
+
fri: string;
|
|
63
|
+
sat: string;
|
|
64
|
+
};
|
|
65
|
+
months: {
|
|
66
|
+
jan: string;
|
|
67
|
+
feb: string;
|
|
68
|
+
mar: string;
|
|
69
|
+
apr: string;
|
|
70
|
+
may: string;
|
|
71
|
+
jun: string;
|
|
72
|
+
jul: string;
|
|
73
|
+
aug: string;
|
|
74
|
+
sep: string;
|
|
75
|
+
oct: string;
|
|
76
|
+
nov: string;
|
|
77
|
+
dec: string;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
inputNumber: {
|
|
81
|
+
decrease: string;
|
|
82
|
+
increase: string;
|
|
83
|
+
};
|
|
84
|
+
select: {
|
|
85
|
+
loading: string;
|
|
86
|
+
noMatch: string;
|
|
87
|
+
noData: string;
|
|
88
|
+
placeholder: string;
|
|
89
|
+
};
|
|
90
|
+
mention: {
|
|
91
|
+
loading: string;
|
|
92
|
+
};
|
|
93
|
+
dropdown: {
|
|
94
|
+
toggleDropdown: string;
|
|
95
|
+
};
|
|
96
|
+
cascader: {
|
|
97
|
+
noMatch: string;
|
|
98
|
+
loading: string;
|
|
99
|
+
placeholder: string;
|
|
100
|
+
noData: string;
|
|
101
|
+
};
|
|
102
|
+
pagination: {
|
|
103
|
+
goto: string;
|
|
104
|
+
pagesize: string;
|
|
105
|
+
total: string;
|
|
106
|
+
pageClassifier: string;
|
|
107
|
+
page: string;
|
|
108
|
+
prev: string;
|
|
109
|
+
next: string;
|
|
110
|
+
currentPage: string;
|
|
111
|
+
prevPages: string;
|
|
112
|
+
nextPages: string;
|
|
113
|
+
deprecationWarning: string;
|
|
114
|
+
};
|
|
115
|
+
dialog: {
|
|
116
|
+
close: string;
|
|
117
|
+
};
|
|
118
|
+
drawer: {
|
|
119
|
+
close: string;
|
|
120
|
+
};
|
|
121
|
+
messagebox: {
|
|
122
|
+
title: string;
|
|
123
|
+
confirm: string;
|
|
124
|
+
cancel: string;
|
|
125
|
+
error: string;
|
|
126
|
+
close: string;
|
|
127
|
+
};
|
|
128
|
+
upload: {
|
|
129
|
+
deleteTip: string;
|
|
130
|
+
delete: string;
|
|
131
|
+
preview: string;
|
|
132
|
+
continue: string;
|
|
133
|
+
};
|
|
134
|
+
slider: {
|
|
135
|
+
defaultLabel: string;
|
|
136
|
+
defaultRangeStartLabel: string;
|
|
137
|
+
defaultRangeEndLabel: string;
|
|
138
|
+
};
|
|
139
|
+
table: {
|
|
140
|
+
emptyText: string;
|
|
141
|
+
confirmFilter: string;
|
|
142
|
+
resetFilter: string;
|
|
143
|
+
clearFilter: string;
|
|
144
|
+
sumText: string;
|
|
145
|
+
};
|
|
146
|
+
tour: {
|
|
147
|
+
next: string;
|
|
148
|
+
previous: string;
|
|
149
|
+
finish: string;
|
|
150
|
+
};
|
|
151
|
+
tree: {
|
|
152
|
+
emptyText: string;
|
|
153
|
+
};
|
|
154
|
+
transfer: {
|
|
155
|
+
noMatch: string;
|
|
156
|
+
noData: string;
|
|
157
|
+
titles: string[];
|
|
158
|
+
filterPlaceholder: string;
|
|
159
|
+
noCheckedFormat: string;
|
|
160
|
+
hasCheckedFormat: string;
|
|
161
|
+
};
|
|
162
|
+
image: {
|
|
163
|
+
error: string;
|
|
164
|
+
};
|
|
165
|
+
pageHeader: {
|
|
166
|
+
title: string;
|
|
167
|
+
};
|
|
168
|
+
popconfirm: {
|
|
169
|
+
confirmButtonText: string;
|
|
170
|
+
cancelButtonText: string;
|
|
171
|
+
};
|
|
172
|
+
carousel: {
|
|
173
|
+
leftArrow: string;
|
|
174
|
+
rightArrow: string;
|
|
175
|
+
indicator: string;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
};
|
|
179
|
+
export default _default;
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
el: {
|
|
3
|
+
breadcrumb: {
|
|
4
|
+
label: 'Breadcrumb'
|
|
5
|
+
},
|
|
6
|
+
colorpicker: {
|
|
7
|
+
confirm: 'OK',
|
|
8
|
+
clear: 'Clear',
|
|
9
|
+
defaultLabel: 'color picker',
|
|
10
|
+
description: 'current color is {color}. press enter to select a new color.',
|
|
11
|
+
alphaLabel: 'pick alpha value'
|
|
12
|
+
},
|
|
13
|
+
datepicker: {
|
|
14
|
+
now: 'Now',
|
|
15
|
+
today: 'Today',
|
|
16
|
+
cancel: 'Cancel',
|
|
17
|
+
clear: 'Clear',
|
|
18
|
+
confirm: 'OK',
|
|
19
|
+
dateTablePrompt: 'Use the arrow keys and enter to select the day of the month',
|
|
20
|
+
monthTablePrompt: 'Use the arrow keys and enter to select the month',
|
|
21
|
+
yearTablePrompt: 'Use the arrow keys and enter to select the year',
|
|
22
|
+
selectedDate: 'Selected date',
|
|
23
|
+
selectDate: 'Select date',
|
|
24
|
+
selectTime: 'Select time',
|
|
25
|
+
startDate: 'Start Date',
|
|
26
|
+
startTime: 'Start Time',
|
|
27
|
+
endDate: 'End Date',
|
|
28
|
+
endTime: 'End Time',
|
|
29
|
+
prevYear: 'Previous Year',
|
|
30
|
+
nextYear: 'Next Year',
|
|
31
|
+
prevMonth: 'Previous Month',
|
|
32
|
+
nextMonth: 'Next Month',
|
|
33
|
+
year: '',
|
|
34
|
+
month1: 'January',
|
|
35
|
+
month2: 'February',
|
|
36
|
+
month3: 'March',
|
|
37
|
+
month4: 'April',
|
|
38
|
+
month5: 'May',
|
|
39
|
+
month6: 'June',
|
|
40
|
+
month7: 'July',
|
|
41
|
+
month8: 'August',
|
|
42
|
+
month9: 'September',
|
|
43
|
+
month10: 'October',
|
|
44
|
+
month11: 'November',
|
|
45
|
+
month12: 'December',
|
|
46
|
+
week: 'week',
|
|
47
|
+
weeks: {
|
|
48
|
+
sun: 'Sun',
|
|
49
|
+
mon: 'Mon',
|
|
50
|
+
tue: 'Tue',
|
|
51
|
+
wed: 'Wed',
|
|
52
|
+
thu: 'Thu',
|
|
53
|
+
fri: 'Fri',
|
|
54
|
+
sat: 'Sat'
|
|
55
|
+
},
|
|
56
|
+
weeksFull: {
|
|
57
|
+
sun: 'Sunday',
|
|
58
|
+
mon: 'Monday',
|
|
59
|
+
tue: 'Tuesday',
|
|
60
|
+
wed: 'Wednesday',
|
|
61
|
+
thu: 'Thursday',
|
|
62
|
+
fri: 'Friday',
|
|
63
|
+
sat: 'Saturday'
|
|
64
|
+
},
|
|
65
|
+
months: {
|
|
66
|
+
jan: 'Jan',
|
|
67
|
+
feb: 'Feb',
|
|
68
|
+
mar: 'Mar',
|
|
69
|
+
apr: 'Apr',
|
|
70
|
+
may: 'May',
|
|
71
|
+
jun: 'Jun',
|
|
72
|
+
jul: 'Jul',
|
|
73
|
+
aug: 'Aug',
|
|
74
|
+
sep: 'Sep',
|
|
75
|
+
oct: 'Oct',
|
|
76
|
+
nov: 'Nov',
|
|
77
|
+
dec: 'Dec'
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
inputNumber: {
|
|
81
|
+
decrease: 'decrease number',
|
|
82
|
+
increase: 'increase number'
|
|
83
|
+
},
|
|
84
|
+
select: {
|
|
85
|
+
loading: 'Loading',
|
|
86
|
+
noMatch: 'No matching data',
|
|
87
|
+
noData: 'No data',
|
|
88
|
+
placeholder: 'Select'
|
|
89
|
+
},
|
|
90
|
+
mention: {
|
|
91
|
+
loading: 'Loading'
|
|
92
|
+
},
|
|
93
|
+
dropdown: {
|
|
94
|
+
toggleDropdown: 'Toggle Dropdown'
|
|
95
|
+
},
|
|
96
|
+
cascader: {
|
|
97
|
+
noMatch: 'No matching data',
|
|
98
|
+
loading: 'Loading',
|
|
99
|
+
placeholder: 'Select',
|
|
100
|
+
noData: 'No data'
|
|
101
|
+
},
|
|
102
|
+
pagination: {
|
|
103
|
+
goto: 'Go to',
|
|
104
|
+
pagesize: '/page',
|
|
105
|
+
total: 'Total {total}',
|
|
106
|
+
pageClassifier: '',
|
|
107
|
+
page: 'Page',
|
|
108
|
+
prev: 'Go to previous page',
|
|
109
|
+
next: 'Go to next page',
|
|
110
|
+
currentPage: 'page {pager}',
|
|
111
|
+
prevPages: 'Previous {pager} pages',
|
|
112
|
+
nextPages: 'Next {pager} pages',
|
|
113
|
+
deprecationWarning: 'Deprecated usages detected, please refer to the el-pagination documentation for more details'
|
|
114
|
+
},
|
|
115
|
+
dialog: {
|
|
116
|
+
close: 'Close this dialog'
|
|
117
|
+
},
|
|
118
|
+
drawer: {
|
|
119
|
+
close: 'Close this dialog'
|
|
120
|
+
},
|
|
121
|
+
messagebox: {
|
|
122
|
+
title: 'Message',
|
|
123
|
+
confirm: 'OK',
|
|
124
|
+
cancel: 'Cancel',
|
|
125
|
+
error: 'Illegal input',
|
|
126
|
+
close: 'Close this dialog'
|
|
127
|
+
},
|
|
128
|
+
upload: {
|
|
129
|
+
deleteTip: 'press delete to remove',
|
|
130
|
+
delete: 'Delete',
|
|
131
|
+
preview: 'Preview',
|
|
132
|
+
continue: 'Continue'
|
|
133
|
+
},
|
|
134
|
+
slider: {
|
|
135
|
+
defaultLabel: 'slider between {min} and {max}',
|
|
136
|
+
defaultRangeStartLabel: 'pick start value',
|
|
137
|
+
defaultRangeEndLabel: 'pick end value'
|
|
138
|
+
},
|
|
139
|
+
table: {
|
|
140
|
+
emptyText: 'No Data',
|
|
141
|
+
confirmFilter: 'Confirm',
|
|
142
|
+
resetFilter: 'Reset',
|
|
143
|
+
clearFilter: 'All',
|
|
144
|
+
sumText: 'Sum'
|
|
145
|
+
},
|
|
146
|
+
tour: {
|
|
147
|
+
next: 'Next',
|
|
148
|
+
previous: 'Previous',
|
|
149
|
+
finish: 'Finish'
|
|
150
|
+
},
|
|
151
|
+
tree: {
|
|
152
|
+
emptyText: 'No Data'
|
|
153
|
+
},
|
|
154
|
+
transfer: {
|
|
155
|
+
noMatch: 'No matching data',
|
|
156
|
+
noData: 'No data',
|
|
157
|
+
titles: ['List 1', 'List 2'],
|
|
158
|
+
filterPlaceholder: 'Enter keyword',
|
|
159
|
+
noCheckedFormat: '{total} items',
|
|
160
|
+
hasCheckedFormat: '{checked}/{total} checked'
|
|
161
|
+
},
|
|
162
|
+
image: {
|
|
163
|
+
error: 'FAILED'
|
|
164
|
+
},
|
|
165
|
+
pageHeader: {
|
|
166
|
+
title: 'Back'
|
|
167
|
+
},
|
|
168
|
+
popconfirm: {
|
|
169
|
+
confirmButtonText: 'Yes',
|
|
170
|
+
cancelButtonText: 'No'
|
|
171
|
+
},
|
|
172
|
+
carousel: {
|
|
173
|
+
leftArrow: 'Carousel arrow left',
|
|
174
|
+
rightArrow: 'Carousel arrow right',
|
|
175
|
+
indicator: 'Carousel switch to index {index}'
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
3
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
4
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
5
|
+
import i18n from 'i18next';
|
|
6
|
+
import { initReactI18next } from 'react-i18next';
|
|
7
|
+
import en from "./en";
|
|
8
|
+
import zhCn from "./zhCn";
|
|
9
|
+
var transfer = function transfer(obj) {
|
|
10
|
+
var path = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
|
11
|
+
var result = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
|
|
12
|
+
Object.keys(obj).forEach(function (key) {
|
|
13
|
+
var value = obj[key];
|
|
14
|
+
if (value && Object.prototype.toLocaleString.call(value) === '[object Object]') {
|
|
15
|
+
transfer(value, path + key + '.', result);
|
|
16
|
+
} else if (typeof value === 'string') {
|
|
17
|
+
Object.assign(result, _defineProperty({}, path + key, value));
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
return result;
|
|
21
|
+
};
|
|
22
|
+
i18n
|
|
23
|
+
// 注入 react-i18next 实例
|
|
24
|
+
.use(initReactI18next)
|
|
25
|
+
// 初始化 i18next
|
|
26
|
+
// 配置参数的文档: https://www.i18next.com/overview/configuration-options
|
|
27
|
+
.init({
|
|
28
|
+
debug: true,
|
|
29
|
+
fallbackLng: 'en',
|
|
30
|
+
interpolation: {
|
|
31
|
+
escapeValue: false,
|
|
32
|
+
prefix: '{',
|
|
33
|
+
suffix: '}'
|
|
34
|
+
},
|
|
35
|
+
resources: {
|
|
36
|
+
en: {
|
|
37
|
+
translation: transfer(en)
|
|
38
|
+
},
|
|
39
|
+
'zh-CN': {
|
|
40
|
+
translation: transfer(zhCn)
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
export default i18n;
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
el: {
|
|
3
|
+
breadcrumb: {
|
|
4
|
+
label: string;
|
|
5
|
+
};
|
|
6
|
+
colorpicker: {
|
|
7
|
+
confirm: string;
|
|
8
|
+
clear: string;
|
|
9
|
+
defaultLabel: string;
|
|
10
|
+
description: string;
|
|
11
|
+
alphaLabel: string;
|
|
12
|
+
};
|
|
13
|
+
datepicker: {
|
|
14
|
+
now: string;
|
|
15
|
+
today: string;
|
|
16
|
+
cancel: string;
|
|
17
|
+
clear: string;
|
|
18
|
+
confirm: string;
|
|
19
|
+
dateTablePrompt: string;
|
|
20
|
+
monthTablePrompt: string;
|
|
21
|
+
yearTablePrompt: string;
|
|
22
|
+
selectedDate: string;
|
|
23
|
+
selectDate: string;
|
|
24
|
+
selectTime: string;
|
|
25
|
+
startDate: string;
|
|
26
|
+
startTime: string;
|
|
27
|
+
endDate: string;
|
|
28
|
+
endTime: string;
|
|
29
|
+
prevYear: string;
|
|
30
|
+
nextYear: string;
|
|
31
|
+
prevMonth: string;
|
|
32
|
+
nextMonth: string;
|
|
33
|
+
year: string;
|
|
34
|
+
month1: string;
|
|
35
|
+
month2: string;
|
|
36
|
+
month3: string;
|
|
37
|
+
month4: string;
|
|
38
|
+
month5: string;
|
|
39
|
+
month6: string;
|
|
40
|
+
month7: string;
|
|
41
|
+
month8: string;
|
|
42
|
+
month9: string;
|
|
43
|
+
month10: string;
|
|
44
|
+
month11: string;
|
|
45
|
+
month12: string;
|
|
46
|
+
weeks: {
|
|
47
|
+
sun: string;
|
|
48
|
+
mon: string;
|
|
49
|
+
tue: string;
|
|
50
|
+
wed: string;
|
|
51
|
+
thu: string;
|
|
52
|
+
fri: string;
|
|
53
|
+
sat: string;
|
|
54
|
+
};
|
|
55
|
+
weeksFull: {
|
|
56
|
+
sun: string;
|
|
57
|
+
mon: string;
|
|
58
|
+
tue: string;
|
|
59
|
+
wed: string;
|
|
60
|
+
thu: string;
|
|
61
|
+
fri: string;
|
|
62
|
+
sat: string;
|
|
63
|
+
};
|
|
64
|
+
months: {
|
|
65
|
+
jan: string;
|
|
66
|
+
feb: string;
|
|
67
|
+
mar: string;
|
|
68
|
+
apr: string;
|
|
69
|
+
may: string;
|
|
70
|
+
jun: string;
|
|
71
|
+
jul: string;
|
|
72
|
+
aug: string;
|
|
73
|
+
sep: string;
|
|
74
|
+
oct: string;
|
|
75
|
+
nov: string;
|
|
76
|
+
dec: string;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
inputNumber: {
|
|
80
|
+
decrease: string;
|
|
81
|
+
increase: string;
|
|
82
|
+
};
|
|
83
|
+
select: {
|
|
84
|
+
loading: string;
|
|
85
|
+
noMatch: string;
|
|
86
|
+
noData: string;
|
|
87
|
+
placeholder: string;
|
|
88
|
+
};
|
|
89
|
+
dropdown: {
|
|
90
|
+
toggleDropdown: string;
|
|
91
|
+
};
|
|
92
|
+
mention: {
|
|
93
|
+
loading: string;
|
|
94
|
+
};
|
|
95
|
+
cascader: {
|
|
96
|
+
noMatch: string;
|
|
97
|
+
loading: string;
|
|
98
|
+
placeholder: string;
|
|
99
|
+
noData: string;
|
|
100
|
+
};
|
|
101
|
+
pagination: {
|
|
102
|
+
goto: string;
|
|
103
|
+
pagesize: string;
|
|
104
|
+
total: string;
|
|
105
|
+
pageClassifier: string;
|
|
106
|
+
page: string;
|
|
107
|
+
prev: string;
|
|
108
|
+
next: string;
|
|
109
|
+
currentPage: string;
|
|
110
|
+
prevPages: string;
|
|
111
|
+
nextPages: string;
|
|
112
|
+
deprecationWarning: string;
|
|
113
|
+
};
|
|
114
|
+
dialog: {
|
|
115
|
+
close: string;
|
|
116
|
+
};
|
|
117
|
+
drawer: {
|
|
118
|
+
close: string;
|
|
119
|
+
};
|
|
120
|
+
messagebox: {
|
|
121
|
+
title: string;
|
|
122
|
+
confirm: string;
|
|
123
|
+
cancel: string;
|
|
124
|
+
error: string;
|
|
125
|
+
close: string;
|
|
126
|
+
};
|
|
127
|
+
upload: {
|
|
128
|
+
deleteTip: string;
|
|
129
|
+
delete: string;
|
|
130
|
+
preview: string;
|
|
131
|
+
continue: string;
|
|
132
|
+
};
|
|
133
|
+
slider: {
|
|
134
|
+
defaultLabel: string;
|
|
135
|
+
defaultRangeStartLabel: string;
|
|
136
|
+
defaultRangeEndLabel: string;
|
|
137
|
+
};
|
|
138
|
+
table: {
|
|
139
|
+
emptyText: string;
|
|
140
|
+
confirmFilter: string;
|
|
141
|
+
resetFilter: string;
|
|
142
|
+
clearFilter: string;
|
|
143
|
+
sumText: string;
|
|
144
|
+
};
|
|
145
|
+
tour: {
|
|
146
|
+
next: string;
|
|
147
|
+
previous: string;
|
|
148
|
+
finish: string;
|
|
149
|
+
};
|
|
150
|
+
tree: {
|
|
151
|
+
emptyText: string;
|
|
152
|
+
};
|
|
153
|
+
transfer: {
|
|
154
|
+
noMatch: string;
|
|
155
|
+
noData: string;
|
|
156
|
+
titles: string[];
|
|
157
|
+
filterPlaceholder: string;
|
|
158
|
+
noCheckedFormat: string;
|
|
159
|
+
hasCheckedFormat: string;
|
|
160
|
+
};
|
|
161
|
+
image: {
|
|
162
|
+
error: string;
|
|
163
|
+
};
|
|
164
|
+
pageHeader: {
|
|
165
|
+
title: string;
|
|
166
|
+
};
|
|
167
|
+
popconfirm: {
|
|
168
|
+
confirmButtonText: string;
|
|
169
|
+
cancelButtonText: string;
|
|
170
|
+
};
|
|
171
|
+
carousel: {
|
|
172
|
+
leftArrow: string;
|
|
173
|
+
rightArrow: string;
|
|
174
|
+
indicator: string;
|
|
175
|
+
};
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
export default _default;
|