@mui/material 5.2.4 → 5.2.5

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 (145) hide show
  1. package/Accordion/accordionClasses.d.ts +18 -18
  2. package/AccordionActions/accordionActionsClasses.d.ts +10 -10
  3. package/AccordionDetails/accordionDetailsClasses.d.ts +8 -8
  4. package/AccordionSummary/accordionSummaryClasses.d.ts +22 -22
  5. package/Alert/alertClasses.d.ts +44 -44
  6. package/AlertTitle/alertTitleClasses.d.ts +8 -8
  7. package/AppBar/appBarClasses.d.ts +28 -28
  8. package/Autocomplete/autocompleteClasses.d.ts +54 -54
  9. package/Avatar/avatarClasses.d.ts +20 -20
  10. package/AvatarGroup/avatarGroupClasses.d.ts +10 -10
  11. package/BottomNavigation/BottomNavigation.js +0 -0
  12. package/BottomNavigation/bottomNavigationClasses.d.ts +8 -8
  13. package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +14 -14
  14. package/Breadcrumbs/breadcrumbsClasses.d.ts +14 -14
  15. package/Button/buttonClasses.d.ts +76 -76
  16. package/ButtonBase/buttonBaseClasses.d.ts +12 -12
  17. package/ButtonBase/touchRippleClasses.d.ts +20 -20
  18. package/ButtonGroup/ButtonGroupContext.d.ts +18 -18
  19. package/ButtonGroup/buttonGroupClasses.d.ts +58 -58
  20. package/CHANGELOG.md +58 -0
  21. package/Card/cardClasses.d.ts +8 -8
  22. package/CardActionArea/cardActionAreaClasses.d.ts +12 -12
  23. package/CardActions/cardActionsClasses.d.ts +10 -10
  24. package/CardContent/cardContentClasses.d.ts +8 -8
  25. package/CardHeader/cardHeaderClasses.d.ts +18 -18
  26. package/CardMedia/cardMediaClasses.d.ts +12 -12
  27. package/Checkbox/checkboxClasses.d.ts +18 -18
  28. package/Chip/chipClasses.d.ts +80 -80
  29. package/CircularProgress/circularProgressClasses.d.ts +26 -26
  30. package/ClickAwayListener/index.d.ts +2 -2
  31. package/Collapse/collapseClasses.d.ts +18 -18
  32. package/Container/containerClasses.d.ts +22 -22
  33. package/Dialog/DialogContext.d.ts +6 -6
  34. package/Dialog/dialogClasses.d.ts +36 -36
  35. package/DialogActions/dialogActionsClasses.d.ts +10 -10
  36. package/DialogContent/dialogContentClasses.d.ts +10 -10
  37. package/DialogContentText/dialogContentTextClasses.d.ts +8 -8
  38. package/DialogTitle/dialogTitleClasses.d.ts +8 -8
  39. package/Divider/dividerClasses.d.ts +34 -34
  40. package/Drawer/drawerClasses.d.ts +30 -30
  41. package/Fab/fabClasses.d.ts +26 -26
  42. package/FilledInput/filledInputClasses.d.ts +40 -40
  43. package/FormControl/formControlClasses.d.ts +14 -14
  44. package/FormControlLabel/formControlLabelClasses.d.ts +18 -18
  45. package/FormGroup/formGroupClasses.d.ts +10 -10
  46. package/FormHelperText/formHelperTextClasses.d.ts +22 -22
  47. package/FormLabel/formLabelClasses.d.ts +22 -22
  48. package/Grid/gridClasses.d.ts +48 -48
  49. package/Icon/iconClasses.d.ts +24 -24
  50. package/IconButton/iconButtonClasses.d.ts +26 -26
  51. package/ImageList/imageListClasses.d.ts +16 -16
  52. package/ImageListItem/imageListItemClasses.d.ts +18 -18
  53. package/ImageListItemBar/imageListItemBarClasses.d.ts +30 -30
  54. package/Input/inputClasses.d.ts +34 -34
  55. package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
  56. package/InputBase/inputBaseClasses.d.ts +44 -44
  57. package/InputLabel/inputLabelClasses.d.ts +32 -32
  58. package/LinearProgress/linearProgressClasses.d.ts +42 -42
  59. package/Link/linkClasses.d.ts +18 -18
  60. package/List/listClasses.d.ts +14 -14
  61. package/ListItem/listItemClasses.d.ts +30 -30
  62. package/ListItemAvatar/listItemAvatarClasses.d.ts +10 -10
  63. package/ListItemButton/listItemButtonClasses.d.ts +22 -22
  64. package/ListItemIcon/listItemIconClasses.d.ts +10 -10
  65. package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +10 -10
  66. package/ListItemText/listItemTextClasses.d.ts +18 -18
  67. package/ListSubheader/listSubheaderClasses.d.ts +18 -18
  68. package/Menu/menuClasses.d.ts +12 -12
  69. package/MenuItem/menuItemClasses.d.ts +20 -20
  70. package/MobileStepper/mobileStepperClasses.d.ts +22 -22
  71. package/NativeSelect/nativeSelectClasses.d.ts +32 -32
  72. package/OutlinedInput/outlinedInputClasses.d.ts +36 -36
  73. package/Pagination/paginationClasses.d.ts +14 -14
  74. package/PaginationItem/paginationItemClasses.d.ts +42 -42
  75. package/Paper/paperClasses.d.ts +39 -39
  76. package/Popover/popoverClasses.d.ts +10 -10
  77. package/Popper/Popper.d.ts +17 -17
  78. package/README.md +0 -6
  79. package/Radio/radioClasses.d.ts +16 -16
  80. package/RadioGroup/RadioGroupContext.d.ts +11 -11
  81. package/RadioGroup/useRadioGroup.d.ts +4 -4
  82. package/Rating/ratingClasses.d.ts +40 -40
  83. package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
  84. package/Select/selectClasses.d.ts +30 -30
  85. package/Skeleton/skeletonClasses.d.ts +24 -24
  86. package/Snackbar/snackbarClasses.d.ts +20 -20
  87. package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
  88. package/SpeedDial/speedDialClasses.d.ts +22 -22
  89. package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
  90. package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
  91. package/Step/stepClasses.d.ts +16 -16
  92. package/StepButton/stepButtonClasses.d.ts +14 -14
  93. package/StepConnector/stepConnectorClasses.d.ts +26 -26
  94. package/StepContent/stepContentClasses.d.ts +12 -12
  95. package/StepIcon/stepIconClasses.d.ts +16 -16
  96. package/StepLabel/stepLabelClasses.d.ts +28 -28
  97. package/Stepper/stepperClasses.d.ts +14 -14
  98. package/SvgIcon/svgIconClasses.d.ts +24 -24
  99. package/Switch/switchClasses.d.ts +32 -32
  100. package/Tab/tabClasses.d.ts +26 -26
  101. package/TabScrollButton/tabScrollButtonClasses.d.ts +12 -12
  102. package/Table/tableClasses.d.ts +10 -10
  103. package/TableBody/tableBodyClasses.d.ts +8 -8
  104. package/TableCell/tableCellClasses.d.ts +32 -32
  105. package/TableContainer/tableContainerClasses.d.ts +8 -8
  106. package/TableFooter/tableFooterClasses.d.ts +8 -8
  107. package/TableHead/tableHeadClasses.d.ts +8 -8
  108. package/TablePagination/tablePaginationClasses.d.ts +28 -28
  109. package/TableRow/tableRowClasses.d.ts +16 -16
  110. package/TableSortLabel/tableSortLabelClasses.d.ts +16 -16
  111. package/Tabs/Tabs.d.ts +1 -1
  112. package/Tabs/tabsClasses.d.ts +32 -32
  113. package/TextField/textFieldClasses.d.ts +8 -8
  114. package/ToggleButton/toggleButtonClasses.d.ts +24 -24
  115. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
  116. package/Toolbar/toolbarClasses.d.ts +14 -14
  117. package/Tooltip/tooltipClasses.d.ts +30 -30
  118. package/Typography/typographyClasses.d.ts +50 -50
  119. package/darkScrollbar/index.d.ts +28 -28
  120. package/index.js +1 -1
  121. package/internal/switchBaseClasses.d.ts +12 -12
  122. package/legacy/BottomNavigation/BottomNavigation.js +0 -0
  123. package/legacy/index.js +1 -1
  124. package/legacy/locale/index.js +175 -92
  125. package/locale/index.d.ts +67 -66
  126. package/locale/index.js +80 -0
  127. package/modern/BottomNavigation/BottomNavigation.js +0 -0
  128. package/modern/index.js +1 -1
  129. package/modern/locale/index.js +80 -0
  130. package/node/BottomNavigation/BottomNavigation.js +0 -0
  131. package/node/index.js +1 -1
  132. package/node/locale/index.js +82 -1
  133. package/package.json +3 -3
  134. package/transitions/index.d.ts +1 -1
  135. package/transitions/transition.d.ts +13 -13
  136. package/transitions/utils.d.ts +23 -23
  137. package/umd/material-ui.development.js +1 -1
  138. package/umd/material-ui.production.min.js +1 -1
  139. package/useMediaQuery/useMediaQuery.d.ts +27 -27
  140. package/useTouchRipple/index.d.ts +1 -1
  141. package/useTouchRipple/useTouchRipple.d.ts +28 -28
  142. package/utils/getScrollbarSize.d.ts +2 -2
  143. package/utils/ownerDocument.d.ts +2 -2
  144. package/utils/ownerWindow.d.ts +2 -2
  145. package/utils/setRef.d.ts +2 -2
@@ -658,6 +658,89 @@ export var csCZ = {
658
658
  }
659
659
  }
660
660
  };
661
+ export var daDK = {
662
+ components: {
663
+ MuiBreadcrumbs: {
664
+ defaultProps: {
665
+ expandText: 'Vis sti'
666
+ }
667
+ },
668
+ MuiTablePagination: {
669
+ defaultProps: {
670
+ getItemAriaLabel: function getItemAriaLabel(type) {
671
+ if (type === 'first') {
672
+ return 'Gå til den første side';
673
+ }
674
+
675
+ if (type === 'last') {
676
+ return 'Gå til den sidste side';
677
+ }
678
+
679
+ if (type === 'next') {
680
+ return 'Gå til den næste side';
681
+ } // if (type === 'previous') {
682
+
683
+
684
+ return 'Gå til den forrige side';
685
+ },
686
+ labelRowsPerPage: 'Rækker pr side:',
687
+ labelDisplayedRows: function labelDisplayedRows(_ref6) {
688
+ var from = _ref6.from,
689
+ to = _ref6.to,
690
+ count = _ref6.count;
691
+ return "".concat(from, "-").concat(to, " af ").concat(count !== -1 ? count : "mere end ".concat(to));
692
+ }
693
+ }
694
+ },
695
+ MuiRating: {
696
+ defaultProps: {
697
+ getLabelText: function getLabelText(value) {
698
+ return "".concat(value, " Stjern").concat(value !== 1 ? 'er' : '');
699
+ },
700
+ emptyLabelText: 'Tom'
701
+ }
702
+ },
703
+ MuiAutocomplete: {
704
+ defaultProps: {
705
+ clearText: 'Slet',
706
+ closeText: 'Luk',
707
+ loadingText: 'Indlæser…',
708
+ noOptionsText: 'Ingen muligheder',
709
+ openText: 'Åben'
710
+ }
711
+ },
712
+ MuiAlert: {
713
+ defaultProps: {
714
+ closeText: 'Luk'
715
+ }
716
+ },
717
+ MuiPagination: {
718
+ defaultProps: {
719
+ 'aria-label': 'Sideinddelings navigation',
720
+ getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
721
+ if (type === 'page') {
722
+ return "".concat(selected ? '' : 'Go to ', "page ").concat(page);
723
+ }
724
+
725
+ if (type === 'first') {
726
+ return 'Gå til den første side';
727
+ }
728
+
729
+ if (type === 'last') {
730
+ return 'Gå til den sidste side';
731
+ }
732
+
733
+ if (type === 'next') {
734
+ return 'Gå til den næste side';
735
+ } // if (type === 'previous') {
736
+
737
+
738
+ return 'Gå til den forrige side';
739
+ }
740
+ }
741
+ }
742
+ }
743
+ };
661
744
  export var deDE = {
662
745
  components: {
663
746
  MuiBreadcrumbs: {
@@ -684,10 +767,10 @@ export var deDE = {
684
767
  return 'Zur vorherigen Seite';
685
768
  },
686
769
  labelRowsPerPage: 'Zeilen pro Seite:',
687
- labelDisplayedRows: function labelDisplayedRows(_ref6) {
688
- var from = _ref6.from,
689
- to = _ref6.to,
690
- count = _ref6.count;
770
+ labelDisplayedRows: function labelDisplayedRows(_ref7) {
771
+ var from = _ref7.from,
772
+ to = _ref7.to,
773
+ count = _ref7.count;
691
774
  return "".concat(from, "\u2013").concat(to, " von ").concat(count !== -1 ? count : "mehr als ".concat(to));
692
775
  }
693
776
  }
@@ -767,10 +850,10 @@ export var elGR = {
767
850
  return 'Προηγούμενη σελίδα';
768
851
  },
769
852
  labelRowsPerPage: 'Γραμμές ανα σελίδα:',
770
- labelDisplayedRows: function labelDisplayedRows(_ref7) {
771
- var from = _ref7.from,
772
- to = _ref7.to,
773
- count = _ref7.count;
853
+ labelDisplayedRows: function labelDisplayedRows(_ref8) {
854
+ var from = _ref8.from,
855
+ to = _ref8.to,
856
+ count = _ref8.count;
774
857
  return "".concat(from, "\u2013").concat(to, " \u03B1\u03C0\u03CC ").concat(count !== -1 ? count : "\u03C0\u03AC\u03BD\u03C9 \u03B1\u03C0\u03CC ".concat(to));
775
858
  }
776
859
  }
@@ -911,10 +994,10 @@ export var esES = {
911
994
  return 'Ir a la página anterior';
912
995
  },
913
996
  labelRowsPerPage: 'Filas por página:',
914
- labelDisplayedRows: function labelDisplayedRows(_ref8) {
915
- var from = _ref8.from,
916
- to = _ref8.to,
917
- count = _ref8.count;
997
+ labelDisplayedRows: function labelDisplayedRows(_ref9) {
998
+ var from = _ref9.from,
999
+ to = _ref9.to,
1000
+ count = _ref9.count;
918
1001
  return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "m\xE1s de ".concat(to));
919
1002
  }
920
1003
  }
@@ -1236,10 +1319,10 @@ export var frFR = {
1236
1319
  return 'Aller à la page précédente';
1237
1320
  },
1238
1321
  labelRowsPerPage: 'Lignes par page :',
1239
- labelDisplayedRows: function labelDisplayedRows(_ref9) {
1240
- var from = _ref9.from,
1241
- to = _ref9.to,
1242
- count = _ref9.count;
1322
+ labelDisplayedRows: function labelDisplayedRows(_ref10) {
1323
+ var from = _ref10.from,
1324
+ to = _ref10.to,
1325
+ count = _ref10.count;
1243
1326
  return "".concat(from, "\u2013").concat(to, " sur ").concat(count !== -1 ? count : "plus que ".concat(to));
1244
1327
  }
1245
1328
  }
@@ -1319,10 +1402,10 @@ export var heIL = {
1319
1402
  return 'לעמוד הקודם';
1320
1403
  },
1321
1404
  labelRowsPerPage: 'שורות בעמוד:',
1322
- labelDisplayedRows: function labelDisplayedRows(_ref10) {
1323
- var from = _ref10.from,
1324
- to = _ref10.to,
1325
- count = _ref10.count;
1405
+ labelDisplayedRows: function labelDisplayedRows(_ref11) {
1406
+ var from = _ref11.from,
1407
+ to = _ref11.to,
1408
+ count = _ref11.count;
1326
1409
  return "".concat(from, "\u2013").concat(to, " \u05DE\u05EA\u05D5\u05DA ").concat(count !== -1 ? count : "\u05D9\u05D5\u05EA\u05E8 \u05DE ".concat(to));
1327
1410
  }
1328
1411
  }
@@ -1402,10 +1485,10 @@ export var hiIN = {
1402
1485
  return 'पिछले पृष्ठ पर जाएँ';
1403
1486
  },
1404
1487
  labelRowsPerPage: 'पंक्तियाँ प्रति पृष्ठ:',
1405
- labelDisplayedRows: function labelDisplayedRows(_ref11) {
1406
- var from = _ref11.from,
1407
- to = _ref11.to,
1408
- count = _ref11.count;
1488
+ labelDisplayedRows: function labelDisplayedRows(_ref12) {
1489
+ var from = _ref12.from,
1490
+ to = _ref12.to,
1491
+ count = _ref12.count;
1409
1492
  return "".concat(from, "-").concat(to === -1 ? count : to, " \u0915\u0941\u0932 ").concat(count, " \u092E\u0947\u0902");
1410
1493
  }
1411
1494
  }
@@ -1859,10 +1942,10 @@ export var jaJP = {
1859
1942
  return '前のページへ';
1860
1943
  },
1861
1944
  labelRowsPerPage: 'ページあたりの行数:',
1862
- labelDisplayedRows: function labelDisplayedRows(_ref12) {
1863
- var from = _ref12.from,
1864
- to = _ref12.to,
1865
- count = _ref12.count;
1945
+ labelDisplayedRows: function labelDisplayedRows(_ref13) {
1946
+ var from = _ref13.from,
1947
+ to = _ref13.to,
1948
+ count = _ref13.count;
1866
1949
  return "".concat(from, "\uFF5E").concat(to, " / ").concat(count !== -1 ? count : "".concat(to, "\u4EE5\u4E0A"));
1867
1950
  }
1868
1951
  }
@@ -1942,10 +2025,10 @@ export var khKH = {
1942
2025
  return 'ទៅទំព័រមុន';
1943
2026
  },
1944
2027
  labelRowsPerPage: 'ចំនួនជួរដេកក្នុងមួយទំព័រ:',
1945
- labelDisplayedRows: function labelDisplayedRows(_ref13) {
1946
- var from = _ref13.from,
1947
- to = _ref13.to,
1948
- count = _ref13.count;
2028
+ labelDisplayedRows: function labelDisplayedRows(_ref14) {
2029
+ var from = _ref14.from,
2030
+ to = _ref14.to,
2031
+ count = _ref14.count;
1949
2032
  return "".concat(from, " - ").concat(to, " \u1793\u17C3 ").concat(count !== -1 ? count : "\u1785\u17D2\u179A\u17BE\u1793\u1787\u17B6\u1784 ".concat(to));
1950
2033
  }
1951
2034
  }
@@ -2025,10 +2108,10 @@ export var koKR = {
2025
2108
  return '이전 페이지로 이동';
2026
2109
  },
2027
2110
  labelRowsPerPage: '페이지 당 행:',
2028
- labelDisplayedRows: function labelDisplayedRows(_ref14) {
2029
- var from = _ref14.from,
2030
- to = _ref14.to,
2031
- count = _ref14.count;
2111
+ labelDisplayedRows: function labelDisplayedRows(_ref15) {
2112
+ var from = _ref15.from,
2113
+ to = _ref15.to,
2114
+ count = _ref15.count;
2032
2115
  return "".concat(from, "\u2013").concat(to, " / ").concat(count !== -1 ? count : "".concat(to, "\uAC1C \uC774\uC0C1"));
2033
2116
  }
2034
2117
  }
@@ -2108,10 +2191,10 @@ export var kzKZ = {
2108
2191
  return 'Алдыңғы бетке өту';
2109
2192
  },
2110
2193
  labelRowsPerPage: 'Беттегі қатарлар:',
2111
- labelDisplayedRows: function labelDisplayedRows(_ref15) {
2112
- var from = _ref15.from,
2113
- to = _ref15.to,
2114
- count = _ref15.count;
2194
+ labelDisplayedRows: function labelDisplayedRows(_ref16) {
2195
+ var from = _ref16.from,
2196
+ to = _ref16.to,
2197
+ count = _ref16.count;
2115
2198
  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);
2116
2199
  }
2117
2200
  }
@@ -2195,10 +2278,10 @@ export var nlNL = {
2195
2278
  return 'Ga naar vorige pagina';
2196
2279
  },
2197
2280
  labelRowsPerPage: 'Regels per pagina:',
2198
- labelDisplayedRows: function labelDisplayedRows(_ref16) {
2199
- var from = _ref16.from,
2200
- to = _ref16.to,
2201
- count = _ref16.count;
2281
+ labelDisplayedRows: function labelDisplayedRows(_ref17) {
2282
+ var from = _ref17.from,
2283
+ to = _ref17.to,
2284
+ count = _ref17.count;
2202
2285
  return "".concat(from, "\u2013").concat(to, " van ").concat(count !== -1 ? count : "meer dan ".concat(to));
2203
2286
  }
2204
2287
  }
@@ -2366,10 +2449,10 @@ export var ptBR = {
2366
2449
  return 'Ir para a página anterior';
2367
2450
  },
2368
2451
  labelRowsPerPage: 'Linhas por página:',
2369
- labelDisplayedRows: function labelDisplayedRows(_ref17) {
2370
- var from = _ref17.from,
2371
- to = _ref17.to,
2372
- count = _ref17.count;
2452
+ labelDisplayedRows: function labelDisplayedRows(_ref18) {
2453
+ var from = _ref18.from,
2454
+ to = _ref18.to,
2455
+ count = _ref18.count;
2373
2456
  return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "mais de ".concat(to));
2374
2457
  }
2375
2458
  }
@@ -2449,10 +2532,10 @@ export var ptPT = {
2449
2532
  return 'Página anterior';
2450
2533
  },
2451
2534
  labelRowsPerPage: 'Linhas por página:',
2452
- labelDisplayedRows: function labelDisplayedRows(_ref18) {
2453
- var from = _ref18.from,
2454
- to = _ref18.to,
2455
- count = _ref18.count;
2535
+ labelDisplayedRows: function labelDisplayedRows(_ref19) {
2536
+ var from = _ref19.from,
2537
+ to = _ref19.to,
2538
+ count = _ref19.count;
2456
2539
  return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "mais de ".concat(to));
2457
2540
  }
2458
2541
  }
@@ -2611,10 +2694,10 @@ export var ruRU = {
2611
2694
  return 'Перейти на предыдущую страницу';
2612
2695
  },
2613
2696
  labelRowsPerPage: 'Строк на странице:',
2614
- labelDisplayedRows: function labelDisplayedRows(_ref19) {
2615
- var from = _ref19.from,
2616
- to = _ref19.to,
2617
- count = _ref19.count;
2697
+ labelDisplayedRows: function labelDisplayedRows(_ref20) {
2698
+ var from = _ref20.from,
2699
+ to = _ref20.to,
2700
+ count = _ref20.count;
2618
2701
  return "".concat(from, "\u2013").concat(to, " \u0438\u0437 ").concat(count !== -1 ? count : "\u0431\u043E\u043B\u0435\u0435 \u0447\u0435\u043C ".concat(to));
2619
2702
  }
2620
2703
  }
@@ -2707,10 +2790,10 @@ export var siLK = {
2707
2790
  return 'පෙර පිටුවට යන්න';
2708
2791
  },
2709
2792
  labelRowsPerPage: 'පිටුවක පේළි:',
2710
- labelDisplayedRows: function labelDisplayedRows(_ref20) {
2711
- var from = _ref20.from,
2712
- to = _ref20.to,
2713
- count = _ref20.count;
2793
+ labelDisplayedRows: function labelDisplayedRows(_ref21) {
2794
+ var from = _ref21.from,
2795
+ to = _ref21.to,
2796
+ count = _ref21.count;
2714
2797
  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"));
2715
2798
  }
2716
2799
  }
@@ -2790,10 +2873,10 @@ export var skSK = {
2790
2873
  return 'Ísť na predchádzajúcu stránku';
2791
2874
  },
2792
2875
  labelRowsPerPage: 'Riadkov na stránke:',
2793
- labelDisplayedRows: function labelDisplayedRows(_ref21) {
2794
- var from = _ref21.from,
2795
- to = _ref21.to,
2796
- count = _ref21.count;
2876
+ labelDisplayedRows: function labelDisplayedRows(_ref22) {
2877
+ var from = _ref22.from,
2878
+ to = _ref22.to,
2879
+ count = _ref22.count;
2797
2880
  return "".concat(from, "\u2013").concat(to, " z ").concat(count !== -1 ? count : "viac ako ".concat(to));
2798
2881
  }
2799
2882
  }
@@ -2881,10 +2964,10 @@ export var svSE = {
2881
2964
  return 'Gå till föregående sida';
2882
2965
  },
2883
2966
  labelRowsPerPage: 'Rader per sida:',
2884
- labelDisplayedRows: function labelDisplayedRows(_ref22) {
2885
- var from = _ref22.from,
2886
- to = _ref22.to,
2887
- count = _ref22.count;
2967
+ labelDisplayedRows: function labelDisplayedRows(_ref23) {
2968
+ var from = _ref23.from,
2969
+ to = _ref23.to,
2970
+ count = _ref23.count;
2888
2971
  return "".concat(from, "\u2013").concat(to, " av ").concat(count !== -1 ? count : "fler \xE4n ".concat(to));
2889
2972
  }
2890
2973
  }
@@ -2964,10 +3047,10 @@ export var thTH = {
2964
3047
  return 'ไปที่หน้าก่อน';
2965
3048
  },
2966
3049
  labelRowsPerPage: 'จำนวนแถวต่อหน้า:',
2967
- labelDisplayedRows: function labelDisplayedRows(_ref23) {
2968
- var from = _ref23.from,
2969
- to = _ref23.to,
2970
- count = _ref23.count;
3050
+ labelDisplayedRows: function labelDisplayedRows(_ref24) {
3051
+ var from = _ref24.from,
3052
+ to = _ref24.to,
3053
+ count = _ref24.count;
2971
3054
  return "".concat(from, "\u2013").concat(to, " \u0E08\u0E32\u0E01 ").concat(count !== -1 ? count : "\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32 ".concat(to));
2972
3055
  }
2973
3056
  }
@@ -3126,10 +3209,10 @@ export var ukUA = {
3126
3209
  return 'Перейти на попередню сторінку';
3127
3210
  },
3128
3211
  labelRowsPerPage: 'Рядків на сторінці:',
3129
- labelDisplayedRows: function labelDisplayedRows(_ref24) {
3130
- var from = _ref24.from,
3131
- to = _ref24.to,
3132
- count = _ref24.count;
3212
+ labelDisplayedRows: function labelDisplayedRows(_ref25) {
3213
+ var from = _ref25.from,
3214
+ to = _ref25.to,
3215
+ count = _ref25.count;
3133
3216
  return "".concat(from, "\u2013").concat(to, " \u0437 ").concat(count !== -1 ? count : "\u043F\u043E\u043D\u0430\u0434 ".concat(to));
3134
3217
  }
3135
3218
  }
@@ -3215,10 +3298,10 @@ export var viVN = {
3215
3298
  // return 'Go to previous page';
3216
3299
  // },
3217
3300
  labelRowsPerPage: 'Số hàng mỗi trang:',
3218
- labelDisplayedRows: function labelDisplayedRows(_ref25) {
3219
- var from = _ref25.from,
3220
- to = _ref25.to,
3221
- count = _ref25.count;
3301
+ labelDisplayedRows: function labelDisplayedRows(_ref26) {
3302
+ var from = _ref26.from,
3303
+ to = _ref26.to,
3304
+ count = _ref26.count;
3222
3305
  return "".concat(from, "\u2013").concat(to, " trong ").concat(count !== -1 ? count : "nhi\u1EC1u h\u01A1n ".concat(to));
3223
3306
  }
3224
3307
  }
@@ -3293,10 +3376,10 @@ export var zhCN = {
3293
3376
  return '上一页';
3294
3377
  },
3295
3378
  labelRowsPerPage: '每页行数:',
3296
- labelDisplayedRows: function labelDisplayedRows(_ref26) {
3297
- var from = _ref26.from,
3298
- to = _ref26.to,
3299
- count = _ref26.count;
3379
+ labelDisplayedRows: function labelDisplayedRows(_ref27) {
3380
+ var from = _ref27.from,
3381
+ to = _ref27.to,
3382
+ count = _ref27.count;
3300
3383
  return "\u7B2C ".concat(from, " \u6761\u5230\u7B2C ").concat(to, " \u6761\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u6761") : "\u81F3\u5C11 ".concat(to, " \u6761"));
3301
3384
  }
3302
3385
  }
@@ -3350,10 +3433,10 @@ export var zhHK = {
3350
3433
  return '上一頁';
3351
3434
  },
3352
3435
  labelRowsPerPage: '每頁行數:',
3353
- labelDisplayedRows: function labelDisplayedRows(_ref27) {
3354
- var from = _ref27.from,
3355
- to = _ref27.to,
3356
- count = _ref27.count;
3436
+ labelDisplayedRows: function labelDisplayedRows(_ref28) {
3437
+ var from = _ref28.from,
3438
+ to = _ref28.to,
3439
+ count = _ref28.count;
3357
3440
  return "\u7B2C ".concat(from, " \u9805\u81F3\u7B2C ").concat(to, " \u9805\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u9805") : "\u8D85\u904E ".concat(to, " \u9805"));
3358
3441
  }
3359
3442
  }
@@ -3407,10 +3490,10 @@ export var zhTW = {
3407
3490
  return '上一頁';
3408
3491
  },
3409
3492
  labelRowsPerPage: '每行行數:',
3410
- labelDisplayedRows: function labelDisplayedRows(_ref28) {
3411
- var from = _ref28.from,
3412
- to = _ref28.to,
3413
- count = _ref28.count;
3493
+ labelDisplayedRows: function labelDisplayedRows(_ref29) {
3494
+ var from = _ref29.from,
3495
+ to = _ref29.to,
3496
+ count = _ref29.count;
3414
3497
  return "\u7B2C ".concat(from, " \u689D\u5230\u7B2C ").concat(to, " \u689D\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u689D") : "\u81F3\u5C11 ".concat(to, " \u689D"));
3415
3498
  }
3416
3499
  }
package/locale/index.d.ts CHANGED
@@ -1,66 +1,67 @@
1
- import { ComponentsPropsList } from '../styles/props';
2
- export interface Localization {
3
- components?: {
4
- MuiAlert?: {
5
- defaultProps: Pick<ComponentsPropsList['MuiAlert'], 'closeText'>;
6
- };
7
- MuiBreadcrumbs?: {
8
- defaultProps: Pick<ComponentsPropsList['MuiBreadcrumbs'], 'expandText'>;
9
- };
10
- MuiTablePagination?: {
11
- defaultProps: Pick<ComponentsPropsList['MuiTablePagination'], 'labelRowsPerPage' | 'labelDisplayedRows' | 'getItemAriaLabel'>;
12
- };
13
- MuiRating?: {
14
- defaultProps: Pick<ComponentsPropsList['MuiRating'], 'emptyLabelText' | 'getLabelText'>;
15
- };
16
- MuiAutocomplete?: {
17
- defaultProps: Pick<ComponentsPropsList['MuiAutocomplete'], 'clearText' | 'closeText' | 'loadingText' | 'noOptionsText' | 'openText'>;
18
- };
19
- MuiPagination?: {
20
- defaultProps: Pick<ComponentsPropsList['MuiPagination'], 'aria-label' | 'getItemAriaLabel'>;
21
- };
22
- };
23
- }
24
- export declare const amET: Localization;
25
- export declare const arEG: Localization;
26
- export declare const arSD: Localization;
27
- export declare const azAZ: Localization;
28
- export declare const bnBD: Localization;
29
- export declare const bgBG: Localization;
30
- export declare const caES: Localization;
31
- export declare const csCZ: Localization;
32
- export declare const deDE: Localization;
33
- export declare const elGR: Localization;
34
- export declare const enUS: Localization;
35
- export declare const esES: Localization;
36
- export declare const etEE: Localization;
37
- export declare const faIR: Localization;
38
- export declare const fiFI: Localization;
39
- export declare const frFR: Localization;
40
- export declare const heIL: Localization;
41
- export declare const hiIN: Localization;
42
- export declare const huHU: Localization;
43
- export declare const hyAM: Localization;
44
- export declare const idID: Localization;
45
- export declare const isIS: Localization;
46
- export declare const itIT: Localization;
47
- export declare const jaJP: Localization;
48
- export declare const khKH: Localization;
49
- export declare const koKR: Localization;
50
- export declare const kzKZ: Localization;
51
- export declare const nlNL: Localization;
52
- export declare const plPL: Localization;
53
- export declare const ptBR: Localization;
54
- export declare const ptPT: Localization;
55
- export declare const roRO: Localization;
56
- export declare const ruRU: Localization;
57
- export declare const siLK: Localization;
58
- export declare const skSK: Localization;
59
- export declare const svSE: Localization;
60
- export declare const thTH: Localization;
61
- export declare const trTR: Localization;
62
- export declare const ukUA: Localization;
63
- export declare const viVN: Localization;
64
- export declare const zhCN: Localization;
65
- export declare const zhHK: Localization;
66
- export declare const zhTW: Localization;
1
+ import { ComponentsPropsList } from '../styles/props';
2
+ export interface Localization {
3
+ components?: {
4
+ MuiAlert?: {
5
+ defaultProps: Pick<ComponentsPropsList['MuiAlert'], 'closeText'>;
6
+ };
7
+ MuiBreadcrumbs?: {
8
+ defaultProps: Pick<ComponentsPropsList['MuiBreadcrumbs'], 'expandText'>;
9
+ };
10
+ MuiTablePagination?: {
11
+ defaultProps: Pick<ComponentsPropsList['MuiTablePagination'], 'labelRowsPerPage' | 'labelDisplayedRows' | 'getItemAriaLabel'>;
12
+ };
13
+ MuiRating?: {
14
+ defaultProps: Pick<ComponentsPropsList['MuiRating'], 'emptyLabelText' | 'getLabelText'>;
15
+ };
16
+ MuiAutocomplete?: {
17
+ defaultProps: Pick<ComponentsPropsList['MuiAutocomplete'], 'clearText' | 'closeText' | 'loadingText' | 'noOptionsText' | 'openText'>;
18
+ };
19
+ MuiPagination?: {
20
+ defaultProps: Pick<ComponentsPropsList['MuiPagination'], 'aria-label' | 'getItemAriaLabel'>;
21
+ };
22
+ };
23
+ }
24
+ export declare const amET: Localization;
25
+ export declare const arEG: Localization;
26
+ export declare const arSD: Localization;
27
+ export declare const azAZ: Localization;
28
+ export declare const bnBD: Localization;
29
+ export declare const bgBG: Localization;
30
+ export declare const caES: Localization;
31
+ export declare const csCZ: Localization;
32
+ export declare const daDK: Localization;
33
+ export declare const deDE: Localization;
34
+ export declare const elGR: Localization;
35
+ export declare const enUS: Localization;
36
+ export declare const esES: Localization;
37
+ export declare const etEE: Localization;
38
+ export declare const faIR: Localization;
39
+ export declare const fiFI: Localization;
40
+ export declare const frFR: Localization;
41
+ export declare const heIL: Localization;
42
+ export declare const hiIN: Localization;
43
+ export declare const huHU: Localization;
44
+ export declare const hyAM: Localization;
45
+ export declare const idID: Localization;
46
+ export declare const isIS: Localization;
47
+ export declare const itIT: Localization;
48
+ export declare const jaJP: Localization;
49
+ export declare const khKH: Localization;
50
+ export declare const koKR: Localization;
51
+ export declare const kzKZ: Localization;
52
+ export declare const nlNL: Localization;
53
+ export declare const plPL: Localization;
54
+ export declare const ptBR: Localization;
55
+ export declare const ptPT: Localization;
56
+ export declare const roRO: Localization;
57
+ export declare const ruRU: Localization;
58
+ export declare const siLK: Localization;
59
+ export declare const skSK: Localization;
60
+ export declare const svSE: Localization;
61
+ export declare const thTH: Localization;
62
+ export declare const trTR: Localization;
63
+ export declare const ukUA: Localization;
64
+ export declare const viVN: Localization;
65
+ export declare const zhCN: Localization;
66
+ export declare const zhHK: Localization;
67
+ export declare const zhTW: Localization;
package/locale/index.js CHANGED
@@ -641,6 +641,86 @@ export const csCZ = {
641
641
  }
642
642
  }
643
643
  };
644
+ export const daDK = {
645
+ components: {
646
+ MuiBreadcrumbs: {
647
+ defaultProps: {
648
+ expandText: 'Vis sti'
649
+ }
650
+ },
651
+ MuiTablePagination: {
652
+ defaultProps: {
653
+ getItemAriaLabel: type => {
654
+ if (type === 'first') {
655
+ return 'Gå til den første side';
656
+ }
657
+
658
+ if (type === 'last') {
659
+ return 'Gå til den sidste side';
660
+ }
661
+
662
+ if (type === 'next') {
663
+ return 'Gå til den næste side';
664
+ } // if (type === 'previous') {
665
+
666
+
667
+ return 'Gå til den forrige side';
668
+ },
669
+ labelRowsPerPage: 'Rækker pr side:',
670
+ labelDisplayedRows: ({
671
+ from,
672
+ to,
673
+ count
674
+ }) => `${from}-${to} af ${count !== -1 ? count : `mere end ${to}`}`
675
+ }
676
+ },
677
+ MuiRating: {
678
+ defaultProps: {
679
+ getLabelText: value => `${value} Stjern${value !== 1 ? 'er' : ''}`,
680
+ emptyLabelText: 'Tom'
681
+ }
682
+ },
683
+ MuiAutocomplete: {
684
+ defaultProps: {
685
+ clearText: 'Slet',
686
+ closeText: 'Luk',
687
+ loadingText: 'Indlæser…',
688
+ noOptionsText: 'Ingen muligheder',
689
+ openText: 'Åben'
690
+ }
691
+ },
692
+ MuiAlert: {
693
+ defaultProps: {
694
+ closeText: 'Luk'
695
+ }
696
+ },
697
+ MuiPagination: {
698
+ defaultProps: {
699
+ 'aria-label': 'Sideinddelings navigation',
700
+ getItemAriaLabel: (type, page, selected) => {
701
+ if (type === 'page') {
702
+ return `${selected ? '' : 'Go to '}page ${page}`;
703
+ }
704
+
705
+ if (type === 'first') {
706
+ return 'Gå til den første side';
707
+ }
708
+
709
+ if (type === 'last') {
710
+ return 'Gå til den sidste side';
711
+ }
712
+
713
+ if (type === 'next') {
714
+ return 'Gå til den næste side';
715
+ } // if (type === 'previous') {
716
+
717
+
718
+ return 'Gå til den forrige side';
719
+ }
720
+ }
721
+ }
722
+ }
723
+ };
644
724
  export const deDE = {
645
725
  components: {
646
726
  MuiBreadcrumbs: {
File without changes
package/modern/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.2.4
1
+ /** @license MUI v5.2.5
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.