@douyinfe/semi-ui 2.20.5 → 2.20.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/dist/css/semi.css +0 -7
  2. package/dist/css/semi.min.css +1 -1
  3. package/dist/umd/semi-ui.js +11 -43
  4. package/dist/umd/semi-ui.js.map +1 -1
  5. package/dist/umd/semi-ui.min.js +1 -1
  6. package/dist/umd/semi-ui.min.js.map +1 -1
  7. package/lib/cjs/autoComplete/index.d.ts +0 -3
  8. package/lib/cjs/autoComplete/index.js +1 -6
  9. package/lib/cjs/image/image.d.ts +1 -1
  10. package/lib/cjs/image/image.js +2 -2
  11. package/lib/cjs/image/index.d.ts +1 -0
  12. package/lib/cjs/image/index.js +2 -0
  13. package/lib/cjs/image/preview.d.ts +1 -0
  14. package/lib/cjs/image/preview.js +2 -0
  15. package/lib/cjs/locale/source/fr.js +1 -1
  16. package/lib/cjs/table/HeadTable.js +2 -12
  17. package/lib/cjs/table/Table.js +3 -10
  18. package/lib/cjs/table/interface.d.ts +0 -4
  19. package/lib/cjs/upload/index.d.ts +0 -5
  20. package/lib/cjs/upload/index.js +0 -9
  21. package/lib/es/autoComplete/index.d.ts +0 -3
  22. package/lib/es/autoComplete/index.js +1 -6
  23. package/lib/es/image/image.d.ts +1 -1
  24. package/lib/es/image/image.js +1 -1
  25. package/lib/es/image/index.d.ts +1 -0
  26. package/lib/es/image/index.js +1 -0
  27. package/lib/es/image/preview.d.ts +1 -0
  28. package/lib/es/image/preview.js +1 -0
  29. package/lib/es/locale/source/fr.js +1 -1
  30. package/lib/es/table/HeadTable.js +2 -13
  31. package/lib/es/table/Table.js +3 -10
  32. package/lib/es/table/interface.d.ts +0 -4
  33. package/lib/es/upload/index.d.ts +0 -5
  34. package/lib/es/upload/index.js +0 -9
  35. package/package.json +7 -7
  36. package/lib/cjs/locale/source/ro.d.ts +0 -156
  37. package/lib/cjs/locale/source/ro.js +0 -165
  38. package/lib/es/locale/source/ro.d.ts +0 -156
  39. package/lib/es/locale/source/ro.js +0 -157
@@ -1,156 +0,0 @@
1
- declare const _default: {
2
- code: string;
3
- dateFnsLocale: Locale;
4
- Pagination: {
5
- item: string;
6
- pageSize: string;
7
- page: string;
8
- total: string;
9
- jumpTo: string;
10
- };
11
- Modal: {
12
- confirm: string;
13
- cancel: string;
14
- };
15
- TimePicker: {
16
- placeholder: {
17
- time: string;
18
- timeRange: string;
19
- };
20
- begin: string;
21
- end: string;
22
- hour: string;
23
- minute: string;
24
- second: string;
25
- AM: string;
26
- PM: string;
27
- };
28
- DatePicker: {
29
- placeholder: {
30
- date: string;
31
- dateTime: string;
32
- dateRange: string[];
33
- dateTimeRange: string[];
34
- };
35
- footer: {
36
- confirm: string;
37
- cancel: string;
38
- };
39
- selectDate: string;
40
- selectTime: string;
41
- year: string;
42
- month: string;
43
- day: string;
44
- monthText: string;
45
- months: {
46
- 1: string;
47
- 2: string;
48
- 3: string;
49
- 4: string;
50
- 5: string;
51
- 6: string;
52
- 7: string;
53
- 8: string;
54
- 9: string;
55
- 10: string;
56
- 11: string;
57
- 12: string;
58
- };
59
- fullMonths: {
60
- 1: string;
61
- 2: string;
62
- 3: string;
63
- 4: string;
64
- 5: string;
65
- 6: string;
66
- 7: string;
67
- 8: string;
68
- 9: string;
69
- 10: string;
70
- 11: string;
71
- 12: string;
72
- };
73
- weeks: {
74
- Mon: string;
75
- Tue: string;
76
- Wed: string;
77
- Thu: string;
78
- Fri: string;
79
- Sat: string;
80
- Sun: string;
81
- };
82
- localeFormatToken: {
83
- FORMAT_SWITCH_DATE: string;
84
- };
85
- };
86
- Popconfirm: {
87
- confirm: string;
88
- cancel: string;
89
- };
90
- Navigation: {
91
- collapseText: string;
92
- expandText: string;
93
- };
94
- Table: {
95
- emptyText: string;
96
- pageText: string;
97
- };
98
- Select: {
99
- emptyText: string;
100
- createText: string;
101
- };
102
- Tree: {
103
- emptyText: string;
104
- };
105
- Cascader: {
106
- emptyText: string;
107
- };
108
- List: {
109
- emptyText: string;
110
- };
111
- Calendar: {
112
- allDay: string;
113
- AM: string;
114
- PM: string;
115
- datestring: string;
116
- remaining: string;
117
- };
118
- Upload: {
119
- mainText: string;
120
- illegalTips: string;
121
- legalTips: string;
122
- retry: string;
123
- replace: string;
124
- clear: string;
125
- selectedFiles: string;
126
- illegalSize: string;
127
- fail: string;
128
- };
129
- TreeSelect: {
130
- searchPlaceholder: string;
131
- };
132
- Typography: {
133
- copy: string;
134
- copied: string;
135
- expand: string;
136
- collapse: string;
137
- };
138
- Transfer: {
139
- emptyLeft: string;
140
- emptySearch: string;
141
- emptyRight: string;
142
- placeholder: string;
143
- clear: string;
144
- selectAll: string;
145
- clearSelectAll: string;
146
- total: string;
147
- selected: string;
148
- };
149
- Form: {
150
- optional: string;
151
- };
152
- };
153
- /**
154
- * [i18n-Romanian]
155
- */
156
- export default _default;
@@ -1,165 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
-
8
- var _locale = require("date-fns/locale");
9
-
10
- /**
11
- * [i18n-Romanian]
12
- */
13
- var _default = {
14
- code: 'ro',
15
- dateFnsLocale: _locale.ro,
16
- Pagination: {
17
- item: 'articol',
18
- pageSize: 'articole/pagină',
19
- page: ' pagini',
20
- total: '',
21
- jumpTo: 'Treci la'
22
- },
23
- Modal: {
24
- confirm: 'Confirmă',
25
- cancel: 'Anulează'
26
- },
27
- TimePicker: {
28
- placeholder: {
29
- time: 'Selectează timpul',
30
- timeRange: 'Selectează o perioadă de timp'
31
- },
32
- begin: 'Ora de începere',
33
- end: 'Ora de încheiere',
34
- hour: '',
35
- minute: '',
36
- second: '',
37
- AM: 'AM',
38
- PM: 'PM'
39
- },
40
- DatePicker: {
41
- placeholder: {
42
- date: 'Selectează data',
43
- dateTime: 'Selectează data și ora',
44
- dateRange: ['Data de început', 'Data de sfârșit'],
45
- dateTimeRange: ['Data de început', 'Data de sfârșit']
46
- },
47
- footer: {
48
- confirm: 'Confirmă',
49
- cancel: 'Anulează'
50
- },
51
- selectDate: 'Selectează data',
52
- selectTime: 'Selectează timpul',
53
- year: 'an',
54
- month: 'lună',
55
- day: 'zi',
56
- monthText: '${month} ${year}',
57
- months: {
58
- 1: 'Ian',
59
- 2: 'Feb',
60
- 3: 'Mar',
61
- 4: 'Apr',
62
- 5: 'Mai',
63
- 6: 'Iun',
64
- 7: 'Iul',
65
- 8: 'Aug',
66
- 9: 'Sep',
67
- 10: 'Oct',
68
- 11: 'Noi',
69
- 12: 'Dec'
70
- },
71
- fullMonths: {
72
- 1: 'Ianuarie',
73
- 2: 'Februarie',
74
- 3: 'Martie',
75
- 4: 'Aprilie',
76
- 5: 'Mai',
77
- 6: 'Iunie',
78
- 7: 'Iulie',
79
- 8: 'August',
80
- 9: 'Septembrie',
81
- 10: 'Octombrie',
82
- 11: 'Noiembrie',
83
- 12: 'Decembrie'
84
- },
85
- weeks: {
86
- Mon: 'Lun',
87
- Tue: 'Mar',
88
- Wed: 'Mie',
89
- Thu: 'Joi',
90
- Fri: 'Vin',
91
- Sat: 'Sâm',
92
- Sun: 'dum'
93
- },
94
- localeFormatToken: {
95
- FORMAT_SWITCH_DATE: 'yyyy-MM-dd'
96
- }
97
- },
98
- Popconfirm: {
99
- confirm: 'Confirmă',
100
- cancel: 'Anulează'
101
- },
102
- Navigation: {
103
- collapseText: 'Comprimă bara laterală',
104
- expandText: 'Extinde bara laterală'
105
- },
106
- Table: {
107
- emptyText: 'Nici un rezultat',
108
- pageText: 'Arată ${currentStart} la ${currentEnd} de ${total}'
109
- },
110
- Select: {
111
- emptyText: 'Nici un rezultat',
112
- createText: 'Creează'
113
- },
114
- Tree: {
115
- emptyText: 'Nici un rezultat'
116
- },
117
- Cascader: {
118
- emptyText: 'Nici un rezultat'
119
- },
120
- List: {
121
- emptyText: 'Nici un rezultat'
122
- },
123
- Calendar: {
124
- allDay: 'Toată ziua',
125
- AM: '${time} AM',
126
- PM: '${time} PM',
127
- datestring: '',
128
- remaining: '${remained} plus'
129
- },
130
- Upload: {
131
- mainText: 'Dă clic pentru a descărca fișierul sau trage fișierul aici',
132
- illegalTips: 'Acest tip de fișier nu este acceptat',
133
- legalTips: 'Eliberează și începe încărcarea',
134
- retry: 'Încearcă din nou',
135
- replace: 'Înlocuiește fișierul',
136
- clear: 'Șterge',
137
- selectedFiles: 'Fișiere selectate',
138
- illegalSize: 'Dimensiunea greșită a fișierului',
139
- fail: 'Eșec de încărcare'
140
- },
141
- TreeSelect: {
142
- searchPlaceholder: 'Căutare'
143
- },
144
- Typography: {
145
- copy: 'Copiază',
146
- copied: 'Copiat',
147
- expand: 'Extinde',
148
- collapse: 'Comprimare'
149
- },
150
- Transfer: {
151
- emptyLeft: 'Nu există date',
152
- emptySearch: 'Nu s-au găsit rezultate',
153
- emptyRight: 'Fără conținut, verifică la stânga',
154
- placeholder: 'Căutare',
155
- clear: 'Șterge',
156
- selectAll: 'Selectează toate',
157
- clearSelectAll: 'Deselectează toate',
158
- total: 'Total ${total} articole',
159
- selected: '${total} articole selectate'
160
- },
161
- Form: {
162
- optional: '(opțional)'
163
- }
164
- };
165
- exports.default = _default;
@@ -1,156 +0,0 @@
1
- declare const _default: {
2
- code: string;
3
- dateFnsLocale: Locale;
4
- Pagination: {
5
- item: string;
6
- pageSize: string;
7
- page: string;
8
- total: string;
9
- jumpTo: string;
10
- };
11
- Modal: {
12
- confirm: string;
13
- cancel: string;
14
- };
15
- TimePicker: {
16
- placeholder: {
17
- time: string;
18
- timeRange: string;
19
- };
20
- begin: string;
21
- end: string;
22
- hour: string;
23
- minute: string;
24
- second: string;
25
- AM: string;
26
- PM: string;
27
- };
28
- DatePicker: {
29
- placeholder: {
30
- date: string;
31
- dateTime: string;
32
- dateRange: string[];
33
- dateTimeRange: string[];
34
- };
35
- footer: {
36
- confirm: string;
37
- cancel: string;
38
- };
39
- selectDate: string;
40
- selectTime: string;
41
- year: string;
42
- month: string;
43
- day: string;
44
- monthText: string;
45
- months: {
46
- 1: string;
47
- 2: string;
48
- 3: string;
49
- 4: string;
50
- 5: string;
51
- 6: string;
52
- 7: string;
53
- 8: string;
54
- 9: string;
55
- 10: string;
56
- 11: string;
57
- 12: string;
58
- };
59
- fullMonths: {
60
- 1: string;
61
- 2: string;
62
- 3: string;
63
- 4: string;
64
- 5: string;
65
- 6: string;
66
- 7: string;
67
- 8: string;
68
- 9: string;
69
- 10: string;
70
- 11: string;
71
- 12: string;
72
- };
73
- weeks: {
74
- Mon: string;
75
- Tue: string;
76
- Wed: string;
77
- Thu: string;
78
- Fri: string;
79
- Sat: string;
80
- Sun: string;
81
- };
82
- localeFormatToken: {
83
- FORMAT_SWITCH_DATE: string;
84
- };
85
- };
86
- Popconfirm: {
87
- confirm: string;
88
- cancel: string;
89
- };
90
- Navigation: {
91
- collapseText: string;
92
- expandText: string;
93
- };
94
- Table: {
95
- emptyText: string;
96
- pageText: string;
97
- };
98
- Select: {
99
- emptyText: string;
100
- createText: string;
101
- };
102
- Tree: {
103
- emptyText: string;
104
- };
105
- Cascader: {
106
- emptyText: string;
107
- };
108
- List: {
109
- emptyText: string;
110
- };
111
- Calendar: {
112
- allDay: string;
113
- AM: string;
114
- PM: string;
115
- datestring: string;
116
- remaining: string;
117
- };
118
- Upload: {
119
- mainText: string;
120
- illegalTips: string;
121
- legalTips: string;
122
- retry: string;
123
- replace: string;
124
- clear: string;
125
- selectedFiles: string;
126
- illegalSize: string;
127
- fail: string;
128
- };
129
- TreeSelect: {
130
- searchPlaceholder: string;
131
- };
132
- Typography: {
133
- copy: string;
134
- copied: string;
135
- expand: string;
136
- collapse: string;
137
- };
138
- Transfer: {
139
- emptyLeft: string;
140
- emptySearch: string;
141
- emptyRight: string;
142
- placeholder: string;
143
- clear: string;
144
- selectAll: string;
145
- clearSelectAll: string;
146
- total: string;
147
- selected: string;
148
- };
149
- Form: {
150
- optional: string;
151
- };
152
- };
153
- /**
154
- * [i18n-Romanian]
155
- */
156
- export default _default;
@@ -1,157 +0,0 @@
1
- import { ro } from 'date-fns/locale';
2
- /**
3
- * [i18n-Romanian]
4
- */
5
-
6
- export default {
7
- code: 'ro',
8
- dateFnsLocale: ro,
9
- Pagination: {
10
- item: 'articol',
11
- pageSize: 'articole/pagină',
12
- page: ' pagini',
13
- total: '',
14
- jumpTo: 'Treci la'
15
- },
16
- Modal: {
17
- confirm: 'Confirmă',
18
- cancel: 'Anulează'
19
- },
20
- TimePicker: {
21
- placeholder: {
22
- time: 'Selectează timpul',
23
- timeRange: 'Selectează o perioadă de timp'
24
- },
25
- begin: 'Ora de începere',
26
- end: 'Ora de încheiere',
27
- hour: '',
28
- minute: '',
29
- second: '',
30
- AM: 'AM',
31
- PM: 'PM'
32
- },
33
- DatePicker: {
34
- placeholder: {
35
- date: 'Selectează data',
36
- dateTime: 'Selectează data și ora',
37
- dateRange: ['Data de început', 'Data de sfârșit'],
38
- dateTimeRange: ['Data de început', 'Data de sfârșit']
39
- },
40
- footer: {
41
- confirm: 'Confirmă',
42
- cancel: 'Anulează'
43
- },
44
- selectDate: 'Selectează data',
45
- selectTime: 'Selectează timpul',
46
- year: 'an',
47
- month: 'lună',
48
- day: 'zi',
49
- monthText: '${month} ${year}',
50
- months: {
51
- 1: 'Ian',
52
- 2: 'Feb',
53
- 3: 'Mar',
54
- 4: 'Apr',
55
- 5: 'Mai',
56
- 6: 'Iun',
57
- 7: 'Iul',
58
- 8: 'Aug',
59
- 9: 'Sep',
60
- 10: 'Oct',
61
- 11: 'Noi',
62
- 12: 'Dec'
63
- },
64
- fullMonths: {
65
- 1: 'Ianuarie',
66
- 2: 'Februarie',
67
- 3: 'Martie',
68
- 4: 'Aprilie',
69
- 5: 'Mai',
70
- 6: 'Iunie',
71
- 7: 'Iulie',
72
- 8: 'August',
73
- 9: 'Septembrie',
74
- 10: 'Octombrie',
75
- 11: 'Noiembrie',
76
- 12: 'Decembrie'
77
- },
78
- weeks: {
79
- Mon: 'Lun',
80
- Tue: 'Mar',
81
- Wed: 'Mie',
82
- Thu: 'Joi',
83
- Fri: 'Vin',
84
- Sat: 'Sâm',
85
- Sun: 'dum'
86
- },
87
- localeFormatToken: {
88
- FORMAT_SWITCH_DATE: 'yyyy-MM-dd'
89
- }
90
- },
91
- Popconfirm: {
92
- confirm: 'Confirmă',
93
- cancel: 'Anulează'
94
- },
95
- Navigation: {
96
- collapseText: 'Comprimă bara laterală',
97
- expandText: 'Extinde bara laterală'
98
- },
99
- Table: {
100
- emptyText: 'Nici un rezultat',
101
- pageText: 'Arată ${currentStart} la ${currentEnd} de ${total}'
102
- },
103
- Select: {
104
- emptyText: 'Nici un rezultat',
105
- createText: 'Creează'
106
- },
107
- Tree: {
108
- emptyText: 'Nici un rezultat'
109
- },
110
- Cascader: {
111
- emptyText: 'Nici un rezultat'
112
- },
113
- List: {
114
- emptyText: 'Nici un rezultat'
115
- },
116
- Calendar: {
117
- allDay: 'Toată ziua',
118
- AM: '${time} AM',
119
- PM: '${time} PM',
120
- datestring: '',
121
- remaining: '${remained} plus'
122
- },
123
- Upload: {
124
- mainText: 'Dă clic pentru a descărca fișierul sau trage fișierul aici',
125
- illegalTips: 'Acest tip de fișier nu este acceptat',
126
- legalTips: 'Eliberează și începe încărcarea',
127
- retry: 'Încearcă din nou',
128
- replace: 'Înlocuiește fișierul',
129
- clear: 'Șterge',
130
- selectedFiles: 'Fișiere selectate',
131
- illegalSize: 'Dimensiunea greșită a fișierului',
132
- fail: 'Eșec de încărcare'
133
- },
134
- TreeSelect: {
135
- searchPlaceholder: 'Căutare'
136
- },
137
- Typography: {
138
- copy: 'Copiază',
139
- copied: 'Copiat',
140
- expand: 'Extinde',
141
- collapse: 'Comprimare'
142
- },
143
- Transfer: {
144
- emptyLeft: 'Nu există date',
145
- emptySearch: 'Nu s-au găsit rezultate',
146
- emptyRight: 'Fără conținut, verifică la stânga',
147
- placeholder: 'Căutare',
148
- clear: 'Șterge',
149
- selectAll: 'Selectează toate',
150
- clearSelectAll: 'Deselectează toate',
151
- total: 'Total ${total} articole',
152
- selected: '${total} articole selectate'
153
- },
154
- Form: {
155
- optional: '(opțional)'
156
- }
157
- };