@mui/material 5.2.5 → 5.3.0
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/Autocomplete/Autocomplete.d.ts +2 -0
- package/Autocomplete/Autocomplete.js +10 -6
- package/Avatar/Avatar.d.ts +3 -1
- package/Backdrop/Backdrop.js +3 -1
- package/Badge/Badge.d.ts +25 -0
- package/Badge/Badge.js +31 -15
- package/ButtonGroup/ButtonGroupContext.d.ts +1 -1
- package/CHANGELOG.md +245 -32
- package/FilledInput/FilledInput.js +4 -1
- package/FormControlLabel/FormControlLabel.js +3 -1
- package/Input/Input.js +4 -1
- package/InputBase/InputBase.js +4 -1
- package/InputLabel/InputLabel.js +4 -0
- package/ListItem/ListItem.js +3 -1
- package/Modal/Modal.js +3 -1
- package/README.md +19 -24
- package/Select/Select.d.ts +9 -1
- package/Select/Select.js +10 -1
- package/Select/SelectInput.d.ts +1 -0
- package/Select/SelectInput.js +25 -4
- package/Slider/Slider.d.ts +2 -0
- package/Slider/Slider.js +126 -53
- package/StepLabel/StepLabel.js +3 -1
- package/SvgIcon/SvgIcon.d.ts +8 -0
- package/SvgIcon/SvgIcon.js +19 -3
- package/TextField/TextField.d.ts +1 -0
- package/TextField/TextField.js +1 -0
- package/Tooltip/Tooltip.js +6 -1
- package/index.js +1 -1
- package/legacy/Autocomplete/Autocomplete.js +10 -6
- package/legacy/Backdrop/Backdrop.js +3 -1
- package/legacy/Badge/Badge.js +36 -16
- package/legacy/FilledInput/FilledInput.js +4 -1
- package/legacy/FormControlLabel/FormControlLabel.js +3 -1
- package/legacy/Input/Input.js +4 -1
- package/legacy/InputBase/InputBase.js +4 -1
- package/legacy/InputLabel/InputLabel.js +4 -0
- package/legacy/ListItem/ListItem.js +3 -1
- package/legacy/Modal/Modal.js +3 -1
- package/legacy/Select/Select.js +11 -1
- package/legacy/Select/SelectInput.js +29 -7
- package/legacy/Slider/Slider.js +127 -54
- package/legacy/StepLabel/StepLabel.js +3 -1
- package/legacy/SvgIcon/SvgIcon.js +20 -3
- package/legacy/TextField/TextField.js +1 -0
- package/legacy/Tooltip/Tooltip.js +6 -1
- package/legacy/index.js +1 -1
- package/legacy/locale/index.js +224 -130
- package/legacy/utils/shouldSpreadAdditionalProps.js +7 -0
- package/locale/index.d.ts +1 -0
- package/locale/index.js +140 -50
- package/modern/Autocomplete/Autocomplete.js +9 -5
- package/modern/Backdrop/Backdrop.js +3 -1
- package/modern/Badge/Badge.js +31 -15
- package/modern/FilledInput/FilledInput.js +4 -1
- package/modern/FormControlLabel/FormControlLabel.js +3 -1
- package/modern/Input/Input.js +4 -1
- package/modern/InputBase/InputBase.js +4 -1
- package/modern/InputLabel/InputLabel.js +4 -0
- package/modern/ListItem/ListItem.js +3 -1
- package/modern/Modal/Modal.js +3 -1
- package/modern/Select/Select.js +10 -1
- package/modern/Select/SelectInput.js +25 -4
- package/modern/Slider/Slider.js +126 -53
- package/modern/StepLabel/StepLabel.js +3 -1
- package/modern/SvgIcon/SvgIcon.js +19 -3
- package/modern/TextField/TextField.js +1 -0
- package/modern/Tooltip/Tooltip.js +6 -1
- package/modern/index.js +1 -1
- package/modern/locale/index.js +140 -50
- package/modern/utils/shouldSpreadAdditionalProps.js +7 -0
- package/node/Autocomplete/Autocomplete.js +10 -6
- package/node/Backdrop/Backdrop.js +3 -1
- package/node/Badge/Badge.js +33 -16
- package/node/FilledInput/FilledInput.js +4 -1
- package/node/FormControlLabel/FormControlLabel.js +3 -1
- package/node/Input/Input.js +4 -1
- package/node/InputBase/InputBase.js +4 -1
- package/node/InputLabel/InputLabel.js +4 -0
- package/node/ListItem/ListItem.js +3 -1
- package/node/Modal/Modal.js +3 -1
- package/node/Select/Select.js +10 -1
- package/node/Select/SelectInput.js +25 -4
- package/node/Slider/Slider.js +112 -45
- package/node/StepLabel/StepLabel.js +3 -1
- package/node/SvgIcon/SvgIcon.js +19 -3
- package/node/TextField/TextField.js +1 -0
- package/node/Tooltip/Tooltip.js +6 -1
- package/node/index.js +1 -1
- package/node/locale/index.js +142 -51
- package/node/utils/shouldSpreadAdditionalProps.js +15 -0
- package/package.json +7 -7
- package/styles/components.d.ts +452 -113
- package/styles/createTheme.d.ts +12 -6
- package/styles/overrides.d.ts +16 -4
- package/styles/useThemeProps.d.ts +2 -1
- package/umd/material-ui.development.js +703 -332
- package/umd/material-ui.production.min.js +21 -21
- package/utils/shouldSpreadAdditionalProps.js +7 -0
package/legacy/locale/index.js
CHANGED
|
@@ -914,7 +914,7 @@ export var enUS = {
|
|
|
914
914
|
MuiBreadcrumbs: { defaultProps: {
|
|
915
915
|
expandText: 'Show path',
|
|
916
916
|
}},
|
|
917
|
-
MuiTablePagination: { defaultProps: {
|
|
917
|
+
MuiTablePagination: { defaultProps: {
|
|
918
918
|
getItemAriaLabel: (type) => {
|
|
919
919
|
if (type === 'first') {
|
|
920
920
|
return 'Go to first page';
|
|
@@ -932,21 +932,21 @@ export var enUS = {
|
|
|
932
932
|
labelDisplayedRows: ({ from, to, count }) =>
|
|
933
933
|
`${from}–${to} of ${count !== -1 ? count : `more than ${to}`}`,
|
|
934
934
|
}},
|
|
935
|
-
MuiRating: { defaultProps: {
|
|
935
|
+
MuiRating: { defaultProps: {
|
|
936
936
|
getLabelText: value => `${value} Star${value !== 1 ? 's' : ''}`,
|
|
937
937
|
emptyLabelText: 'Empty',
|
|
938
938
|
}},
|
|
939
|
-
MuiAutocomplete: { defaultProps: {
|
|
939
|
+
MuiAutocomplete: { defaultProps: {
|
|
940
940
|
clearText: 'Clear',
|
|
941
941
|
closeText: 'Close',
|
|
942
942
|
loadingText: 'Loading…',
|
|
943
943
|
noOptionsText: 'No options',
|
|
944
944
|
openText: 'Open',
|
|
945
945
|
}},
|
|
946
|
-
MuiAlert: { defaultProps: {
|
|
946
|
+
MuiAlert: { defaultProps: {
|
|
947
947
|
closeText: 'Close',
|
|
948
948
|
}},
|
|
949
|
-
MuiPagination: { defaultProps: {
|
|
949
|
+
MuiPagination: { defaultProps: {
|
|
950
950
|
'aria-label': 'Pagination navigation',
|
|
951
951
|
getItemAriaLabel: (type, page, selected) => {
|
|
952
952
|
if (type === 'page') {
|
|
@@ -964,7 +964,7 @@ export var enUS = {
|
|
|
964
964
|
// if (type === 'previous') {
|
|
965
965
|
return 'Go to previous page';
|
|
966
966
|
},
|
|
967
|
-
},
|
|
967
|
+
}},
|
|
968
968
|
},
|
|
969
969
|
*/
|
|
970
970
|
};
|
|
@@ -1239,9 +1239,13 @@ export var fiFI = {
|
|
|
1239
1239
|
|
|
1240
1240
|
return 'Mene edelliselle sivulle';
|
|
1241
1241
|
},
|
|
1242
|
-
labelRowsPerPage: 'Rivejä per sivu:'
|
|
1243
|
-
|
|
1244
|
-
|
|
1242
|
+
labelRowsPerPage: 'Rivejä per sivu:',
|
|
1243
|
+
labelDisplayedRows: function labelDisplayedRows(_ref10) {
|
|
1244
|
+
var from = _ref10.from,
|
|
1245
|
+
to = _ref10.to,
|
|
1246
|
+
count = _ref10.count;
|
|
1247
|
+
return "".concat(from, "\u2013").concat(to, " / ").concat(count !== -1 ? count : "enemm\xE4n kuin ".concat(to));
|
|
1248
|
+
}
|
|
1245
1249
|
}
|
|
1246
1250
|
},
|
|
1247
1251
|
MuiRating: {
|
|
@@ -1319,10 +1323,10 @@ export var frFR = {
|
|
|
1319
1323
|
return 'Aller à la page précédente';
|
|
1320
1324
|
},
|
|
1321
1325
|
labelRowsPerPage: 'Lignes par page :',
|
|
1322
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
1323
|
-
var from =
|
|
1324
|
-
to =
|
|
1325
|
-
count =
|
|
1326
|
+
labelDisplayedRows: function labelDisplayedRows(_ref11) {
|
|
1327
|
+
var from = _ref11.from,
|
|
1328
|
+
to = _ref11.to,
|
|
1329
|
+
count = _ref11.count;
|
|
1326
1330
|
return "".concat(from, "\u2013").concat(to, " sur ").concat(count !== -1 ? count : "plus que ".concat(to));
|
|
1327
1331
|
}
|
|
1328
1332
|
}
|
|
@@ -1402,10 +1406,10 @@ export var heIL = {
|
|
|
1402
1406
|
return 'לעמוד הקודם';
|
|
1403
1407
|
},
|
|
1404
1408
|
labelRowsPerPage: 'שורות בעמוד:',
|
|
1405
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
1406
|
-
var from =
|
|
1407
|
-
to =
|
|
1408
|
-
count =
|
|
1409
|
+
labelDisplayedRows: function labelDisplayedRows(_ref12) {
|
|
1410
|
+
var from = _ref12.from,
|
|
1411
|
+
to = _ref12.to,
|
|
1412
|
+
count = _ref12.count;
|
|
1409
1413
|
return "".concat(from, "\u2013").concat(to, " \u05DE\u05EA\u05D5\u05DA ").concat(count !== -1 ? count : "\u05D9\u05D5\u05EA\u05E8 \u05DE ".concat(to));
|
|
1410
1414
|
}
|
|
1411
1415
|
}
|
|
@@ -1485,10 +1489,10 @@ export var hiIN = {
|
|
|
1485
1489
|
return 'पिछले पृष्ठ पर जाएँ';
|
|
1486
1490
|
},
|
|
1487
1491
|
labelRowsPerPage: 'पंक्तियाँ प्रति पृष्ठ:',
|
|
1488
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
1489
|
-
var from =
|
|
1490
|
-
to =
|
|
1491
|
-
count =
|
|
1492
|
+
labelDisplayedRows: function labelDisplayedRows(_ref13) {
|
|
1493
|
+
var from = _ref13.from,
|
|
1494
|
+
to = _ref13.to,
|
|
1495
|
+
count = _ref13.count;
|
|
1492
1496
|
return "".concat(from, "-").concat(to === -1 ? count : to, " \u0915\u0941\u0932 ").concat(count, " \u092E\u0947\u0902");
|
|
1493
1497
|
}
|
|
1494
1498
|
}
|
|
@@ -1942,10 +1946,10 @@ export var jaJP = {
|
|
|
1942
1946
|
return '前のページへ';
|
|
1943
1947
|
},
|
|
1944
1948
|
labelRowsPerPage: 'ページあたりの行数:',
|
|
1945
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
1946
|
-
var from =
|
|
1947
|
-
to =
|
|
1948
|
-
count =
|
|
1949
|
+
labelDisplayedRows: function labelDisplayedRows(_ref14) {
|
|
1950
|
+
var from = _ref14.from,
|
|
1951
|
+
to = _ref14.to,
|
|
1952
|
+
count = _ref14.count;
|
|
1949
1953
|
return "".concat(from, "\uFF5E").concat(to, " / ").concat(count !== -1 ? count : "".concat(to, "\u4EE5\u4E0A"));
|
|
1950
1954
|
}
|
|
1951
1955
|
}
|
|
@@ -2025,10 +2029,10 @@ export var khKH = {
|
|
|
2025
2029
|
return 'ទៅទំព័រមុន';
|
|
2026
2030
|
},
|
|
2027
2031
|
labelRowsPerPage: 'ចំនួនជួរដេកក្នុងមួយទំព័រ:',
|
|
2028
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2029
|
-
var from =
|
|
2030
|
-
to =
|
|
2031
|
-
count =
|
|
2032
|
+
labelDisplayedRows: function labelDisplayedRows(_ref15) {
|
|
2033
|
+
var from = _ref15.from,
|
|
2034
|
+
to = _ref15.to,
|
|
2035
|
+
count = _ref15.count;
|
|
2032
2036
|
return "".concat(from, " - ").concat(to, " \u1793\u17C3 ").concat(count !== -1 ? count : "\u1785\u17D2\u179A\u17BE\u1793\u1787\u17B6\u1784 ".concat(to));
|
|
2033
2037
|
}
|
|
2034
2038
|
}
|
|
@@ -2108,10 +2112,10 @@ export var koKR = {
|
|
|
2108
2112
|
return '이전 페이지로 이동';
|
|
2109
2113
|
},
|
|
2110
2114
|
labelRowsPerPage: '페이지 당 행:',
|
|
2111
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2112
|
-
var from =
|
|
2113
|
-
to =
|
|
2114
|
-
count =
|
|
2115
|
+
labelDisplayedRows: function labelDisplayedRows(_ref16) {
|
|
2116
|
+
var from = _ref16.from,
|
|
2117
|
+
to = _ref16.to,
|
|
2118
|
+
count = _ref16.count;
|
|
2115
2119
|
return "".concat(from, "\u2013").concat(to, " / ").concat(count !== -1 ? count : "".concat(to, "\uAC1C \uC774\uC0C1"));
|
|
2116
2120
|
}
|
|
2117
2121
|
}
|
|
@@ -2191,10 +2195,10 @@ export var kzKZ = {
|
|
|
2191
2195
|
return 'Алдыңғы бетке өту';
|
|
2192
2196
|
},
|
|
2193
2197
|
labelRowsPerPage: 'Беттегі қатарлар:',
|
|
2194
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2195
|
-
var from =
|
|
2196
|
-
to =
|
|
2197
|
-
count =
|
|
2198
|
+
labelDisplayedRows: function labelDisplayedRows(_ref17) {
|
|
2199
|
+
var from = _ref17.from,
|
|
2200
|
+
to = _ref17.to,
|
|
2201
|
+
count = _ref17.count;
|
|
2198
2202
|
return "".concat(count !== -1 ? count : "+".concat(to), " \u049B\u0430\u0442\u0430\u0440\u0434\u044B\u04A3 \u0456\u0448\u0456\u043D\u0435\u043D ").concat(from, "\u2013").concat(to);
|
|
2199
2203
|
}
|
|
2200
2204
|
}
|
|
@@ -2252,6 +2256,89 @@ export var kzKZ = {
|
|
|
2252
2256
|
}
|
|
2253
2257
|
}
|
|
2254
2258
|
};
|
|
2259
|
+
export var nbNO = {
|
|
2260
|
+
components: {
|
|
2261
|
+
MuiBreadcrumbs: {
|
|
2262
|
+
defaultProps: {
|
|
2263
|
+
expandText: 'Vis sti'
|
|
2264
|
+
}
|
|
2265
|
+
},
|
|
2266
|
+
MuiTablePagination: {
|
|
2267
|
+
defaultProps: {
|
|
2268
|
+
getItemAriaLabel: function getItemAriaLabel(type) {
|
|
2269
|
+
if (type === 'first') {
|
|
2270
|
+
return 'Gå til første side';
|
|
2271
|
+
}
|
|
2272
|
+
|
|
2273
|
+
if (type === 'last') {
|
|
2274
|
+
return 'Gå til siste side';
|
|
2275
|
+
}
|
|
2276
|
+
|
|
2277
|
+
if (type === 'next') {
|
|
2278
|
+
return 'Gå til neste side';
|
|
2279
|
+
} // if (type === 'previous') {
|
|
2280
|
+
|
|
2281
|
+
|
|
2282
|
+
return 'Gå til forrige side';
|
|
2283
|
+
},
|
|
2284
|
+
labelRowsPerPage: 'Rader per side:',
|
|
2285
|
+
labelDisplayedRows: function labelDisplayedRows(_ref18) {
|
|
2286
|
+
var from = _ref18.from,
|
|
2287
|
+
to = _ref18.to,
|
|
2288
|
+
count = _ref18.count;
|
|
2289
|
+
return "".concat(from, "\u2013").concat(to, " av ").concat(count !== -1 ? count : "mer enn ".concat(to));
|
|
2290
|
+
}
|
|
2291
|
+
}
|
|
2292
|
+
},
|
|
2293
|
+
MuiRating: {
|
|
2294
|
+
defaultProps: {
|
|
2295
|
+
getLabelText: function getLabelText(value) {
|
|
2296
|
+
return "".concat(value, " Stjerne").concat(value !== 1 ? 'r' : '');
|
|
2297
|
+
},
|
|
2298
|
+
emptyLabelText: 'Tom'
|
|
2299
|
+
}
|
|
2300
|
+
},
|
|
2301
|
+
MuiAutocomplete: {
|
|
2302
|
+
defaultProps: {
|
|
2303
|
+
clearText: 'Tøm',
|
|
2304
|
+
closeText: 'Lukk',
|
|
2305
|
+
loadingText: 'Laster inn…',
|
|
2306
|
+
noOptionsText: 'Ingen alternativer',
|
|
2307
|
+
openText: 'Åpne'
|
|
2308
|
+
}
|
|
2309
|
+
},
|
|
2310
|
+
MuiAlert: {
|
|
2311
|
+
defaultProps: {
|
|
2312
|
+
closeText: 'Lukk'
|
|
2313
|
+
}
|
|
2314
|
+
},
|
|
2315
|
+
MuiPagination: {
|
|
2316
|
+
defaultProps: {
|
|
2317
|
+
'aria-label': 'Paginering navigasjon',
|
|
2318
|
+
getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
|
|
2319
|
+
if (type === 'page') {
|
|
2320
|
+
return "".concat(selected ? '' : 'Gå til ', "side ").concat(page);
|
|
2321
|
+
}
|
|
2322
|
+
|
|
2323
|
+
if (type === 'first') {
|
|
2324
|
+
return 'Gå til første side';
|
|
2325
|
+
}
|
|
2326
|
+
|
|
2327
|
+
if (type === 'last') {
|
|
2328
|
+
return 'Gå til siste side';
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2331
|
+
if (type === 'next') {
|
|
2332
|
+
return 'Gå til neste side';
|
|
2333
|
+
} // if (type === 'previous') {
|
|
2334
|
+
|
|
2335
|
+
|
|
2336
|
+
return 'Gå til forrige side';
|
|
2337
|
+
}
|
|
2338
|
+
}
|
|
2339
|
+
}
|
|
2340
|
+
}
|
|
2341
|
+
};
|
|
2255
2342
|
export var nlNL = {
|
|
2256
2343
|
components: {
|
|
2257
2344
|
MuiBreadcrumbs: {
|
|
@@ -2278,10 +2365,10 @@ export var nlNL = {
|
|
|
2278
2365
|
return 'Ga naar vorige pagina';
|
|
2279
2366
|
},
|
|
2280
2367
|
labelRowsPerPage: 'Regels per pagina:',
|
|
2281
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2282
|
-
var from =
|
|
2283
|
-
to =
|
|
2284
|
-
count =
|
|
2368
|
+
labelDisplayedRows: function labelDisplayedRows(_ref19) {
|
|
2369
|
+
var from = _ref19.from,
|
|
2370
|
+
to = _ref19.to,
|
|
2371
|
+
count = _ref19.count;
|
|
2285
2372
|
return "".concat(from, "\u2013").concat(to, " van ").concat(count !== -1 ? count : "meer dan ".concat(to));
|
|
2286
2373
|
}
|
|
2287
2374
|
}
|
|
@@ -2449,10 +2536,10 @@ export var ptBR = {
|
|
|
2449
2536
|
return 'Ir para a página anterior';
|
|
2450
2537
|
},
|
|
2451
2538
|
labelRowsPerPage: 'Linhas por página:',
|
|
2452
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2453
|
-
var from =
|
|
2454
|
-
to =
|
|
2455
|
-
count =
|
|
2539
|
+
labelDisplayedRows: function labelDisplayedRows(_ref20) {
|
|
2540
|
+
var from = _ref20.from,
|
|
2541
|
+
to = _ref20.to,
|
|
2542
|
+
count = _ref20.count;
|
|
2456
2543
|
return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "mais de ".concat(to));
|
|
2457
2544
|
}
|
|
2458
2545
|
}
|
|
@@ -2532,10 +2619,10 @@ export var ptPT = {
|
|
|
2532
2619
|
return 'Página anterior';
|
|
2533
2620
|
},
|
|
2534
2621
|
labelRowsPerPage: 'Linhas por página:',
|
|
2535
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2536
|
-
var from =
|
|
2537
|
-
to =
|
|
2538
|
-
count =
|
|
2622
|
+
labelDisplayedRows: function labelDisplayedRows(_ref21) {
|
|
2623
|
+
var from = _ref21.from,
|
|
2624
|
+
to = _ref21.to,
|
|
2625
|
+
count = _ref21.count;
|
|
2539
2626
|
return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "mais de ".concat(to));
|
|
2540
2627
|
}
|
|
2541
2628
|
}
|
|
@@ -2694,10 +2781,10 @@ export var ruRU = {
|
|
|
2694
2781
|
return 'Перейти на предыдущую страницу';
|
|
2695
2782
|
},
|
|
2696
2783
|
labelRowsPerPage: 'Строк на странице:',
|
|
2697
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2698
|
-
var from =
|
|
2699
|
-
to =
|
|
2700
|
-
count =
|
|
2784
|
+
labelDisplayedRows: function labelDisplayedRows(_ref22) {
|
|
2785
|
+
var from = _ref22.from,
|
|
2786
|
+
to = _ref22.to,
|
|
2787
|
+
count = _ref22.count;
|
|
2701
2788
|
return "".concat(from, "\u2013").concat(to, " \u0438\u0437 ").concat(count !== -1 ? count : "\u0431\u043E\u043B\u0435\u0435 \u0447\u0435\u043C ".concat(to));
|
|
2702
2789
|
}
|
|
2703
2790
|
}
|
|
@@ -2790,10 +2877,10 @@ export var siLK = {
|
|
|
2790
2877
|
return 'පෙර පිටුවට යන්න';
|
|
2791
2878
|
},
|
|
2792
2879
|
labelRowsPerPage: 'පිටුවක පේළි:',
|
|
2793
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2794
|
-
var from =
|
|
2795
|
-
to =
|
|
2796
|
-
count =
|
|
2880
|
+
labelDisplayedRows: function labelDisplayedRows(_ref23) {
|
|
2881
|
+
var from = _ref23.from,
|
|
2882
|
+
to = _ref23.to,
|
|
2883
|
+
count = _ref23.count;
|
|
2797
2884
|
return "".concat(from, "\u2013").concat(to, " \u0DAF\u0D9A\u0DCA\u0DC0\u0DCF ").concat(count !== -1 ? count : "".concat(to, " \u0DA7 \u0DC0\u0DD0\u0DA9\u0DD2 \u0DB4\u0DCA\u200D\u0DBB\u0DB8\u0DCF\u0DAB\u0DBA\u0D9A\u0DD2\u0DB1\u0DCA"));
|
|
2798
2885
|
}
|
|
2799
2886
|
}
|
|
@@ -2873,10 +2960,10 @@ export var skSK = {
|
|
|
2873
2960
|
return 'Ísť na predchádzajúcu stránku';
|
|
2874
2961
|
},
|
|
2875
2962
|
labelRowsPerPage: 'Riadkov na stránke:',
|
|
2876
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2877
|
-
var from =
|
|
2878
|
-
to =
|
|
2879
|
-
count =
|
|
2963
|
+
labelDisplayedRows: function labelDisplayedRows(_ref24) {
|
|
2964
|
+
var from = _ref24.from,
|
|
2965
|
+
to = _ref24.to,
|
|
2966
|
+
count = _ref24.count;
|
|
2880
2967
|
return "".concat(from, "\u2013").concat(to, " z ").concat(count !== -1 ? count : "viac ako ".concat(to));
|
|
2881
2968
|
}
|
|
2882
2969
|
}
|
|
@@ -2964,10 +3051,10 @@ export var svSE = {
|
|
|
2964
3051
|
return 'Gå till föregående sida';
|
|
2965
3052
|
},
|
|
2966
3053
|
labelRowsPerPage: 'Rader per sida:',
|
|
2967
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
2968
|
-
var from =
|
|
2969
|
-
to =
|
|
2970
|
-
count =
|
|
3054
|
+
labelDisplayedRows: function labelDisplayedRows(_ref25) {
|
|
3055
|
+
var from = _ref25.from,
|
|
3056
|
+
to = _ref25.to,
|
|
3057
|
+
count = _ref25.count;
|
|
2971
3058
|
return "".concat(from, "\u2013").concat(to, " av ").concat(count !== -1 ? count : "fler \xE4n ".concat(to));
|
|
2972
3059
|
}
|
|
2973
3060
|
}
|
|
@@ -3047,10 +3134,10 @@ export var thTH = {
|
|
|
3047
3134
|
return 'ไปที่หน้าก่อน';
|
|
3048
3135
|
},
|
|
3049
3136
|
labelRowsPerPage: 'จำนวนแถวต่อหน้า:',
|
|
3050
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3051
|
-
var from =
|
|
3052
|
-
to =
|
|
3053
|
-
count =
|
|
3137
|
+
labelDisplayedRows: function labelDisplayedRows(_ref26) {
|
|
3138
|
+
var from = _ref26.from,
|
|
3139
|
+
to = _ref26.to,
|
|
3140
|
+
count = _ref26.count;
|
|
3054
3141
|
return "".concat(from, "\u2013").concat(to, " \u0E08\u0E32\u0E01 ").concat(count !== -1 ? count : "\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32 ".concat(to));
|
|
3055
3142
|
}
|
|
3056
3143
|
}
|
|
@@ -3209,10 +3296,10 @@ export var ukUA = {
|
|
|
3209
3296
|
return 'Перейти на попередню сторінку';
|
|
3210
3297
|
},
|
|
3211
3298
|
labelRowsPerPage: 'Рядків на сторінці:',
|
|
3212
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3213
|
-
var from =
|
|
3214
|
-
to =
|
|
3215
|
-
count =
|
|
3299
|
+
labelDisplayedRows: function labelDisplayedRows(_ref27) {
|
|
3300
|
+
var from = _ref27.from,
|
|
3301
|
+
to = _ref27.to,
|
|
3302
|
+
count = _ref27.count;
|
|
3216
3303
|
return "".concat(from, "\u2013").concat(to, " \u0437 ").concat(count !== -1 ? count : "\u043F\u043E\u043D\u0430\u0434 ".concat(to));
|
|
3217
3304
|
}
|
|
3218
3305
|
}
|
|
@@ -3277,31 +3364,34 @@ export var ukUA = {
|
|
|
3277
3364
|
};
|
|
3278
3365
|
export var viVN = {
|
|
3279
3366
|
components: {
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3367
|
+
MuiBreadcrumbs: {
|
|
3368
|
+
defaultProps: {
|
|
3369
|
+
expandText: 'Mở ra'
|
|
3370
|
+
}
|
|
3371
|
+
},
|
|
3285
3372
|
MuiTablePagination: {
|
|
3286
3373
|
defaultProps: {
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
|
|
3374
|
+
getItemAriaLabel: function getItemAriaLabel(type) {
|
|
3375
|
+
if (type === 'first') {
|
|
3376
|
+
return 'Tới trang đầu tiên';
|
|
3377
|
+
}
|
|
3378
|
+
|
|
3379
|
+
if (type === 'last') {
|
|
3380
|
+
return 'Tới trang cuối cùng';
|
|
3381
|
+
}
|
|
3382
|
+
|
|
3383
|
+
if (type === 'next') {
|
|
3384
|
+
return 'Tới trang tiếp theo';
|
|
3385
|
+
} // if (type === 'previous') {
|
|
3386
|
+
|
|
3387
|
+
|
|
3388
|
+
return 'Về trang trước đó';
|
|
3389
|
+
},
|
|
3300
3390
|
labelRowsPerPage: 'Số hàng mỗi trang:',
|
|
3301
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3302
|
-
var from =
|
|
3303
|
-
to =
|
|
3304
|
-
count =
|
|
3391
|
+
labelDisplayedRows: function labelDisplayedRows(_ref28) {
|
|
3392
|
+
var from = _ref28.from,
|
|
3393
|
+
to = _ref28.to,
|
|
3394
|
+
count = _ref28.count;
|
|
3305
3395
|
return "".concat(from, "\u2013").concat(to, " trong ").concat(count !== -1 ? count : "nhi\u1EC1u h\u01A1n ".concat(to));
|
|
3306
3396
|
}
|
|
3307
3397
|
}
|
|
@@ -3311,7 +3401,7 @@ export var viVN = {
|
|
|
3311
3401
|
getLabelText: function getLabelText(value) {
|
|
3312
3402
|
return "".concat(value, " sao");
|
|
3313
3403
|
},
|
|
3314
|
-
emptyLabelText: '
|
|
3404
|
+
emptyLabelText: 'Không có dữ liệu'
|
|
3315
3405
|
}
|
|
3316
3406
|
},
|
|
3317
3407
|
MuiAutocomplete: {
|
|
@@ -3319,7 +3409,7 @@ export var viVN = {
|
|
|
3319
3409
|
clearText: 'Xóa',
|
|
3320
3410
|
closeText: 'Đóng',
|
|
3321
3411
|
loadingText: 'Đang tải…',
|
|
3322
|
-
noOptionsText: 'Không có lựa chọn',
|
|
3412
|
+
noOptionsText: 'Không có lựa chọn nào',
|
|
3323
3413
|
openText: 'Mở'
|
|
3324
3414
|
}
|
|
3325
3415
|
},
|
|
@@ -3327,28 +3417,32 @@ export var viVN = {
|
|
|
3327
3417
|
defaultProps: {
|
|
3328
3418
|
closeText: 'Đóng'
|
|
3329
3419
|
}
|
|
3330
|
-
}
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
// return 'Go to first page';
|
|
3339
|
-
// }
|
|
3340
|
-
// if (type === 'last') {
|
|
3341
|
-
// return 'Go to last page';
|
|
3342
|
-
// }
|
|
3343
|
-
// if (type === 'next') {
|
|
3344
|
-
// return 'Go to next page';
|
|
3345
|
-
// }
|
|
3346
|
-
// // if (type === 'previous') {
|
|
3347
|
-
// return 'Go to previous page';
|
|
3348
|
-
// },
|
|
3349
|
-
// },
|
|
3350
|
-
// },
|
|
3420
|
+
},
|
|
3421
|
+
MuiPagination: {
|
|
3422
|
+
defaultProps: {
|
|
3423
|
+
'aria-label': 'Thanh điều khiển trang',
|
|
3424
|
+
getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
|
|
3425
|
+
if (type === 'page') {
|
|
3426
|
+
return "".concat(selected ? '' : 'Tới ', "trang ").concat(page);
|
|
3427
|
+
}
|
|
3351
3428
|
|
|
3429
|
+
if (type === 'first') {
|
|
3430
|
+
return 'Tới trang đầu tiên';
|
|
3431
|
+
}
|
|
3432
|
+
|
|
3433
|
+
if (type === 'last') {
|
|
3434
|
+
return 'Tới trang cuối cùng';
|
|
3435
|
+
}
|
|
3436
|
+
|
|
3437
|
+
if (type === 'next') {
|
|
3438
|
+
return 'Tới trang tiếp theo';
|
|
3439
|
+
} // if (type === 'previous') {
|
|
3440
|
+
|
|
3441
|
+
|
|
3442
|
+
return 'Về trang trước đó';
|
|
3443
|
+
}
|
|
3444
|
+
}
|
|
3445
|
+
}
|
|
3352
3446
|
}
|
|
3353
3447
|
};
|
|
3354
3448
|
export var zhCN = {
|
|
@@ -3376,10 +3470,10 @@ export var zhCN = {
|
|
|
3376
3470
|
return '上一页';
|
|
3377
3471
|
},
|
|
3378
3472
|
labelRowsPerPage: '每页行数:',
|
|
3379
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3380
|
-
var from =
|
|
3381
|
-
to =
|
|
3382
|
-
count =
|
|
3473
|
+
labelDisplayedRows: function labelDisplayedRows(_ref29) {
|
|
3474
|
+
var from = _ref29.from,
|
|
3475
|
+
to = _ref29.to,
|
|
3476
|
+
count = _ref29.count;
|
|
3383
3477
|
return "\u7B2C ".concat(from, " \u6761\u5230\u7B2C ").concat(to, " \u6761\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u6761") : "\u81F3\u5C11 ".concat(to, " \u6761"));
|
|
3384
3478
|
}
|
|
3385
3479
|
}
|
|
@@ -3433,10 +3527,10 @@ export var zhHK = {
|
|
|
3433
3527
|
return '上一頁';
|
|
3434
3528
|
},
|
|
3435
3529
|
labelRowsPerPage: '每頁行數:',
|
|
3436
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3437
|
-
var from =
|
|
3438
|
-
to =
|
|
3439
|
-
count =
|
|
3530
|
+
labelDisplayedRows: function labelDisplayedRows(_ref30) {
|
|
3531
|
+
var from = _ref30.from,
|
|
3532
|
+
to = _ref30.to,
|
|
3533
|
+
count = _ref30.count;
|
|
3440
3534
|
return "\u7B2C ".concat(from, " \u9805\u81F3\u7B2C ").concat(to, " \u9805\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u9805") : "\u8D85\u904E ".concat(to, " \u9805"));
|
|
3441
3535
|
}
|
|
3442
3536
|
}
|
|
@@ -3490,10 +3584,10 @@ export var zhTW = {
|
|
|
3490
3584
|
return '上一頁';
|
|
3491
3585
|
},
|
|
3492
3586
|
labelRowsPerPage: '每行行數:',
|
|
3493
|
-
labelDisplayedRows: function labelDisplayedRows(
|
|
3494
|
-
var from =
|
|
3495
|
-
to =
|
|
3496
|
-
count =
|
|
3587
|
+
labelDisplayedRows: function labelDisplayedRows(_ref31) {
|
|
3588
|
+
var from = _ref31.from,
|
|
3589
|
+
to = _ref31.to,
|
|
3590
|
+
count = _ref31.count;
|
|
3497
3591
|
return "\u7B2C ".concat(from, " \u689D\u5230\u7B2C ").concat(to, " \u689D\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u689D") : "\u81F3\u5C11 ".concat(to, " \u689D"));
|
|
3498
3592
|
}
|
|
3499
3593
|
}
|
package/locale/index.d.ts
CHANGED
|
@@ -49,6 +49,7 @@ export declare const jaJP: Localization;
|
|
|
49
49
|
export declare const khKH: Localization;
|
|
50
50
|
export declare const koKR: Localization;
|
|
51
51
|
export declare const kzKZ: Localization;
|
|
52
|
+
export declare const nbNO: Localization;
|
|
52
53
|
export declare const nlNL: Localization;
|
|
53
54
|
export declare const plPL: Localization;
|
|
54
55
|
export declare const ptBR: Localization;
|