@mui/material 5.13.0 → 5.13.2

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 (180) 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/Autocomplete.js +1 -0
  9. package/Autocomplete/autocompleteClasses.d.ts +56 -56
  10. package/Avatar/avatarClasses.d.ts +20 -20
  11. package/AvatarGroup/avatarGroupClasses.d.ts +10 -10
  12. package/Backdrop/backdropClasses.d.ts +10 -10
  13. package/Badge/badgeClasses.d.ts +56 -56
  14. package/BottomNavigation/BottomNavigation.js +0 -0
  15. package/BottomNavigation/bottomNavigationClasses.d.ts +8 -8
  16. package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +14 -14
  17. package/Breadcrumbs/breadcrumbsClasses.d.ts +14 -14
  18. package/Button/buttonClasses.d.ts +100 -100
  19. package/ButtonBase/buttonBaseClasses.d.ts +12 -12
  20. package/ButtonBase/touchRippleClasses.d.ts +20 -20
  21. package/ButtonGroup/ButtonGroupContext.d.ts +18 -18
  22. package/ButtonGroup/buttonGroupClasses.d.ts +58 -58
  23. package/CHANGELOG.md +103 -0
  24. package/Card/cardClasses.d.ts +8 -8
  25. package/CardActionArea/cardActionAreaClasses.d.ts +12 -12
  26. package/CardActions/cardActionsClasses.d.ts +10 -10
  27. package/CardContent/cardContentClasses.d.ts +8 -8
  28. package/CardHeader/cardHeaderClasses.d.ts +18 -18
  29. package/CardMedia/cardMediaClasses.d.ts +12 -12
  30. package/Checkbox/checkboxClasses.d.ts +18 -18
  31. package/Chip/chipClasses.d.ts +96 -96
  32. package/CircularProgress/circularProgressClasses.d.ts +26 -26
  33. package/ClickAwayListener/index.d.ts +2 -2
  34. package/Collapse/collapseClasses.d.ts +18 -18
  35. package/Container/containerClasses.d.ts +6 -6
  36. package/Dialog/Dialog.js +1 -1
  37. package/Dialog/DialogContext.d.ts +6 -6
  38. package/Dialog/dialogClasses.d.ts +36 -36
  39. package/DialogActions/dialogActionsClasses.d.ts +10 -10
  40. package/DialogContent/dialogContentClasses.d.ts +10 -10
  41. package/DialogContentText/dialogContentTextClasses.d.ts +8 -8
  42. package/DialogTitle/dialogTitleClasses.d.ts +8 -8
  43. package/Divider/dividerClasses.d.ts +34 -34
  44. package/Drawer/drawerClasses.d.ts +30 -30
  45. package/Fab/fabClasses.d.ts +26 -26
  46. package/FilledInput/filledInputClasses.d.ts +42 -42
  47. package/FormControl/FormControlContext.d.ts +17 -17
  48. package/FormControl/formControlClasses.d.ts +14 -14
  49. package/FormControl/useFormControl.d.ts +2 -2
  50. package/FormControlLabel/formControlLabelClasses.d.ts +24 -24
  51. package/FormGroup/formGroupClasses.d.ts +12 -12
  52. package/FormHelperText/formHelperTextClasses.d.ts +22 -22
  53. package/FormLabel/formLabelClasses.d.ts +22 -22
  54. package/Grid/gridClasses.d.ts +48 -48
  55. package/Icon/iconClasses.d.ts +24 -24
  56. package/IconButton/iconButtonClasses.d.ts +34 -34
  57. package/ImageList/imageListClasses.d.ts +16 -16
  58. package/ImageListItem/imageListItemClasses.d.ts +18 -18
  59. package/ImageListItemBar/imageListItemBarClasses.d.ts +30 -30
  60. package/Input/inputClasses.d.ts +38 -38
  61. package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
  62. package/InputBase/inputBaseClasses.d.ts +46 -46
  63. package/InputLabel/inputLabelClasses.d.ts +32 -32
  64. package/LinearProgress/linearProgressClasses.d.ts +42 -42
  65. package/Link/getTextDecoration.d.ts +15 -15
  66. package/Link/linkClasses.d.ts +18 -18
  67. package/List/listClasses.d.ts +14 -14
  68. package/ListItem/listItemClasses.d.ts +30 -30
  69. package/ListItemAvatar/listItemAvatarClasses.d.ts +10 -10
  70. package/ListItemButton/listItemButtonClasses.d.ts +22 -22
  71. package/ListItemIcon/listItemIconClasses.d.ts +10 -10
  72. package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +10 -10
  73. package/ListItemText/listItemTextClasses.d.ts +18 -18
  74. package/ListSubheader/listSubheaderClasses.d.ts +18 -18
  75. package/Menu/menuClasses.d.ts +12 -12
  76. package/MenuItem/menuItemClasses.d.ts +20 -20
  77. package/MobileStepper/mobileStepperClasses.d.ts +22 -22
  78. package/NativeSelect/nativeSelectClasses.d.ts +34 -34
  79. package/OutlinedInput/outlinedInputClasses.d.ts +38 -38
  80. package/Pagination/paginationClasses.d.ts +14 -14
  81. package/PaginationItem/paginationItemClasses.d.ts +42 -42
  82. package/Paper/paperClasses.d.ts +39 -39
  83. package/Popover/popoverClasses.d.ts +10 -10
  84. package/Popper/Popper.d.ts +65 -65
  85. package/README.md +1 -1
  86. package/Radio/radioClasses.d.ts +16 -16
  87. package/RadioGroup/RadioGroupContext.d.ts +11 -11
  88. package/RadioGroup/useRadioGroup.d.ts +4 -4
  89. package/Rating/ratingClasses.d.ts +40 -40
  90. package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
  91. package/Select/selectClasses.d.ts +32 -32
  92. package/Skeleton/skeletonClasses.d.ts +26 -26
  93. package/Slider/Slider.js +1 -1
  94. package/Slider/SliderValueLabel.d.ts +15 -15
  95. package/Slider/SliderValueLabel.types.d.ts +24 -24
  96. package/Slider/sliderClasses.d.ts +58 -58
  97. package/Snackbar/snackbarClasses.d.ts +20 -20
  98. package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
  99. package/SpeedDial/speedDialClasses.d.ts +22 -22
  100. package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
  101. package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
  102. package/Stack/stackClasses.d.ts +6 -6
  103. package/Step/StepContext.d.ts +20 -20
  104. package/Step/stepClasses.d.ts +16 -16
  105. package/StepButton/stepButtonClasses.d.ts +14 -14
  106. package/StepConnector/stepConnectorClasses.d.ts +26 -26
  107. package/StepContent/stepContentClasses.d.ts +12 -12
  108. package/StepIcon/stepIconClasses.d.ts +16 -16
  109. package/StepLabel/stepLabelClasses.d.ts +28 -28
  110. package/Stepper/StepperContext.d.ts +18 -18
  111. package/Stepper/stepperClasses.d.ts +14 -14
  112. package/SvgIcon/svgIconClasses.d.ts +26 -26
  113. package/Switch/switchClasses.d.ts +32 -32
  114. package/Tab/tabClasses.d.ts +26 -26
  115. package/TabScrollButton/tabScrollButtonClasses.d.ts +12 -12
  116. package/Table/tableClasses.d.ts +10 -10
  117. package/TableBody/tableBodyClasses.d.ts +8 -8
  118. package/TableCell/tableCellClasses.d.ts +32 -32
  119. package/TableContainer/tableContainerClasses.d.ts +8 -8
  120. package/TableFooter/tableFooterClasses.d.ts +8 -8
  121. package/TableHead/tableHeadClasses.d.ts +8 -8
  122. package/TablePagination/tablePaginationClasses.d.ts +28 -28
  123. package/TableRow/tableRowClasses.d.ts +16 -16
  124. package/TableSortLabel/tableSortLabelClasses.d.ts +16 -16
  125. package/Tabs/tabsClasses.d.ts +32 -32
  126. package/TextField/textFieldClasses.d.ts +8 -8
  127. package/ToggleButton/toggleButtonClasses.d.ts +24 -24
  128. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
  129. package/Toolbar/toolbarClasses.d.ts +14 -14
  130. package/Tooltip/tooltipClasses.d.ts +30 -30
  131. package/Typography/typographyClasses.d.ts +50 -50
  132. package/Unstable_Grid2/Grid2.d.ts +4 -4
  133. package/Unstable_Grid2/Grid2Props.d.ts +15 -15
  134. package/Unstable_Grid2/grid2Classes.d.ts +5 -5
  135. package/Unstable_Grid2/index.d.ts +4 -4
  136. package/className/index.d.ts +1 -1
  137. package/darkScrollbar/index.d.ts +28 -28
  138. package/generateUtilityClass/index.d.ts +2 -2
  139. package/generateUtilityClasses/index.d.ts +1 -1
  140. package/index.js +1 -1
  141. package/internal/switchBaseClasses.d.ts +12 -12
  142. package/legacy/Autocomplete/Autocomplete.js +1 -0
  143. package/legacy/BottomNavigation/BottomNavigation.js +0 -0
  144. package/legacy/Dialog/Dialog.js +1 -1
  145. package/legacy/Slider/Slider.js +1 -1
  146. package/legacy/index.js +1 -1
  147. package/legacy/locale/index.js +383 -68
  148. package/locale/index.d.ts +80 -76
  149. package/locale/index.js +309 -0
  150. package/modern/Autocomplete/Autocomplete.js +1 -0
  151. package/modern/BottomNavigation/BottomNavigation.js +0 -0
  152. package/modern/Dialog/Dialog.js +1 -1
  153. package/modern/Slider/Slider.js +1 -1
  154. package/modern/index.js +1 -1
  155. package/modern/locale/index.js +309 -0
  156. package/node/Autocomplete/Autocomplete.js +1 -0
  157. package/node/BottomNavigation/BottomNavigation.js +0 -0
  158. package/node/Dialog/Dialog.js +1 -1
  159. package/node/Slider/Slider.js +1 -1
  160. package/node/index.js +1 -1
  161. package/node/locale/index.js +314 -1
  162. package/package.json +5 -5
  163. package/styles/CssVarsProvider.d.ts +20 -20
  164. package/styles/excludeVariablesFromRoot.d.ts +5 -5
  165. package/styles/getOverlayAlpha.d.ts +2 -2
  166. package/styles/identifier.d.ts +2 -2
  167. package/styles/shouldSkipGeneratingVar.d.ts +1 -1
  168. package/transitions/index.d.ts +1 -1
  169. package/transitions/transition.d.ts +13 -13
  170. package/transitions/utils.d.ts +23 -23
  171. package/types/OverridableComponentAugmentation.d.ts +31 -31
  172. package/umd/material-ui.development.js +678 -237
  173. package/umd/material-ui.production.min.js +21 -21
  174. package/useMediaQuery/useMediaQuery.d.ts +46 -46
  175. package/useTouchRipple/index.d.ts +1 -1
  176. package/useTouchRipple/useTouchRipple.d.ts +28 -28
  177. package/utils/getScrollbarSize.d.ts +2 -2
  178. package/utils/ownerDocument.d.ts +2 -2
  179. package/utils/ownerWindow.d.ts +2 -2
  180. package/utils/setRef.d.ts +2 -2
@@ -2593,6 +2593,243 @@ export var mkMK = {
2593
2593
  }
2594
2594
  }
2595
2595
  };
2596
+
2597
+ // Myanmar - မြန်မာ
2598
+ export var myMY = {
2599
+ components: {
2600
+ MuiBreadcrumbs: {
2601
+ defaultProps: {
2602
+ expandText: 'လမ်းကြောင်းပြပါ။'
2603
+ }
2604
+ },
2605
+ MuiTablePagination: {
2606
+ defaultProps: {
2607
+ getItemAriaLabel: function getItemAriaLabel(type) {
2608
+ if (type === 'first') {
2609
+ return 'ပထမစာမျက်နှာသို့သွားပါ။';
2610
+ }
2611
+ if (type === 'last') {
2612
+ return 'နောက်ဆုံးစာမျက်နှာသို့သွားပါ။';
2613
+ }
2614
+ if (type === 'next') {
2615
+ return 'နောက်စာမျက်နှာသို့သွားပါ။';
2616
+ }
2617
+ // if (type === 'previous') {
2618
+ return 'ယခင်စာမျက်နှာသို့သွားပါ။';
2619
+ },
2620
+ labelRowsPerPage: 'စာမျက်နှာအလိုက် အတန်းများ:',
2621
+ labelDisplayedRows: function labelDisplayedRows(_ref27) {
2622
+ var from = _ref27.from,
2623
+ to = _ref27.to,
2624
+ count = _ref27.count;
2625
+ return "".concat(from, "\u2013").concat(to, " \u104F ").concat(count !== -1 ? count : "\u1011\u1000\u103A\u1015\u102D\u102F\u1015\u103C\u102E\u1038 ".concat(to));
2626
+ }
2627
+ }
2628
+ },
2629
+ MuiRating: {
2630
+ defaultProps: {
2631
+ getLabelText: function getLabelText(value) {
2632
+ var lastDigit = value % 10;
2633
+ return "".concat(value, " \u1000\u103C\u101A\u103A\u1015\u103D\u1004\u1037\u103A").concat(lastDigit === 1 ? '၎' : '');
2634
+ },
2635
+ emptyLabelText: 'ဗလာ'
2636
+ }
2637
+ },
2638
+ MuiAutocomplete: {
2639
+ defaultProps: {
2640
+ clearText: 'ရှင်းလင်းသော',
2641
+ closeText: 'ပိတ်လိုက်',
2642
+ loadingText: 'ဖွင့်နေသည်…',
2643
+ noOptionsText: 'ရွေးချယ်ခွင့်မရှိပါ။',
2644
+ openText: 'ဖွင့်သည်။'
2645
+ }
2646
+ },
2647
+ MuiAlert: {
2648
+ defaultProps: {
2649
+ closeText: 'ပိတ်လိုက်'
2650
+ }
2651
+ },
2652
+ MuiPagination: {
2653
+ defaultProps: {
2654
+ 'aria-label': 'Pagination အညွှန်း',
2655
+ getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
2656
+ if (type === 'page') {
2657
+ return "".concat(selected ? '' : 'သွားပါ။ ', "\u1005\u102C\u1019\u103B\u1000\u103A\u1014\u103E\u102C ").concat(page);
2658
+ }
2659
+ if (type === 'first') {
2660
+ return 'ပထမစာမျက်နှာသို့သွားပါ။';
2661
+ }
2662
+ if (type === 'last') {
2663
+ return 'နောက်ဆုံးစာမျက်နှာသို့သွားပါ။';
2664
+ }
2665
+ if (type === 'next') {
2666
+ return 'နောက်စာမျက်နှာသို့သွားပါ။';
2667
+ }
2668
+ // if (type === 'previous') {
2669
+ return 'ယခင်စာမျက်နှာသို့သွားပါ။';
2670
+ }
2671
+ }
2672
+ }
2673
+ }
2674
+ };
2675
+
2676
+ // Malay-Melayu
2677
+ export var msMS = {
2678
+ components: {
2679
+ MuiBreadcrumbs: {
2680
+ defaultProps: {
2681
+ expandText: 'Tunjukkan laluan'
2682
+ }
2683
+ },
2684
+ MuiTablePagination: {
2685
+ defaultProps: {
2686
+ getItemAriaLabel: function getItemAriaLabel(type) {
2687
+ if (type === 'first') {
2688
+ return 'Pergi ke halaman pertama';
2689
+ }
2690
+ if (type === 'last') {
2691
+ return 'Pergi ke halaman terakhir';
2692
+ }
2693
+ if (type === 'next') {
2694
+ return 'Pergi ke halaman seterusnya';
2695
+ }
2696
+ // if (type === 'previous') {
2697
+ return 'Pergi ke halaman sebelumnya';
2698
+ },
2699
+ labelRowsPerPage: 'Baris setiap halaman:',
2700
+ labelDisplayedRows: function labelDisplayedRows(_ref28) {
2701
+ var from = _ref28.from,
2702
+ to = _ref28.to,
2703
+ count = _ref28.count;
2704
+ return "".concat(from, "\u2013").concat(to, " daripada ").concat(count !== -1 ? count : "lebih daripada ".concat(to));
2705
+ }
2706
+ }
2707
+ },
2708
+ MuiRating: {
2709
+ defaultProps: {
2710
+ getLabelText: function getLabelText(value) {
2711
+ var lastDigit = value % 10;
2712
+ return "".concat(value, " Bintang").concat(lastDigit === 1 ? 's' : '');
2713
+ },
2714
+ emptyLabelText: 'kosong'
2715
+ }
2716
+ },
2717
+ MuiAutocomplete: {
2718
+ defaultProps: {
2719
+ clearText: 'Jelas',
2720
+ closeText: 'tutup',
2721
+ loadingText: 'Memuatkan…',
2722
+ noOptionsText: 'Tiada pilihan',
2723
+ openText: 'Buka'
2724
+ }
2725
+ },
2726
+ MuiAlert: {
2727
+ defaultProps: {
2728
+ closeText: 'tutup'
2729
+ }
2730
+ },
2731
+ MuiPagination: {
2732
+ defaultProps: {
2733
+ 'aria-label': 'Navigasi penomboran',
2734
+ getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
2735
+ if (type === 'page') {
2736
+ return "".concat(selected ? '' : 'Pergi ke ', "muka surat ").concat(page);
2737
+ }
2738
+ if (type === 'first') {
2739
+ return 'Pergi ke halaman pertama';
2740
+ }
2741
+ if (type === 'last') {
2742
+ return 'Pergi ke halaman terakhir';
2743
+ }
2744
+ if (type === 'next') {
2745
+ return 'Pergi ke halaman seterusnya';
2746
+ }
2747
+ // if (type === 'previous') {
2748
+ return 'Pergi ke halaman sebelumnya';
2749
+ }
2750
+ }
2751
+ }
2752
+ }
2753
+ };
2754
+
2755
+ // Nepali-नेपाली
2756
+ export var neNP = {
2757
+ components: {
2758
+ MuiBreadcrumbs: {
2759
+ defaultProps: {
2760
+ expandText: 'बाटो देखाउनुहोस्'
2761
+ }
2762
+ },
2763
+ MuiTablePagination: {
2764
+ defaultProps: {
2765
+ getItemAriaLabel: function getItemAriaLabel(type) {
2766
+ if (type === 'first') {
2767
+ return 'पहिलो पृष्ठमा जानुहोस्';
2768
+ }
2769
+ if (type === 'last') {
2770
+ return 'अन्तिम पृष्ठमा जानुहोस्';
2771
+ }
2772
+ if (type === 'next') {
2773
+ return 'अर्को पृष्ठमा जानुहोस्';
2774
+ }
2775
+ // if (type === 'previous') {
2776
+ return 'अघिल्लो पृष्ठमा जानुहोस्';
2777
+ },
2778
+ labelRowsPerPage: 'प्रति पृष्ठ पङ्क्तिहरू:',
2779
+ labelDisplayedRows: function labelDisplayedRows(_ref29) {
2780
+ var from = _ref29.from,
2781
+ to = _ref29.to,
2782
+ count = _ref29.count;
2783
+ return "".concat(from, "\u2013").concat(to, " \u0915\u094B ").concat(count !== -1 ? count : "\u0927\u0947\u0930\u0948 ".concat(to));
2784
+ }
2785
+ }
2786
+ },
2787
+ MuiRating: {
2788
+ defaultProps: {
2789
+ getLabelText: function getLabelText(value) {
2790
+ var lastDigit = value % 10;
2791
+ return "".concat(value, " \u0924\u093E\u0930\u093E").concat(lastDigit === 1 ? 'स' : '');
2792
+ },
2793
+ emptyLabelText: 'खाली'
2794
+ }
2795
+ },
2796
+ MuiAutocomplete: {
2797
+ defaultProps: {
2798
+ clearText: 'खाली गर्नुहोस्',
2799
+ closeText: 'बन्द गर्नुहोस्',
2800
+ loadingText: 'लोड हुँदै...',
2801
+ noOptionsText: 'कुनै विकल्प छैन',
2802
+ openText: 'खोल्नुहोस्'
2803
+ }
2804
+ },
2805
+ MuiAlert: {
2806
+ defaultProps: {
2807
+ closeText: 'बन्द गर्नुहोस्'
2808
+ }
2809
+ },
2810
+ MuiPagination: {
2811
+ defaultProps: {
2812
+ 'aria-label': 'पृष्ठांकन नेभिगेसन',
2813
+ getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
2814
+ if (type === 'page') {
2815
+ return "".concat(selected ? '' : 'जाऊ त्यहाँ ', "\u092A\u0943\u0937\u094D\u0920 ").concat(page);
2816
+ }
2817
+ if (type === 'first') {
2818
+ return 'पहिलो पृष्ठमा जानुहोस्';
2819
+ }
2820
+ if (type === 'last') {
2821
+ return 'अन्तिम पृष्ठमा जानुहोस्';
2822
+ }
2823
+ if (type === 'next') {
2824
+ return 'अर्को पृष्ठमा जानुहोस्';
2825
+ }
2826
+ // if (type === 'previous') {
2827
+ return 'अघिल्लो पृष्ठमा जानुहोस्';
2828
+ }
2829
+ }
2830
+ }
2831
+ }
2832
+ };
2596
2833
  export var nbNO = {
2597
2834
  components: {
2598
2835
  MuiBreadcrumbs: {
@@ -2616,10 +2853,10 @@ export var nbNO = {
2616
2853
  return 'Gå til forrige side';
2617
2854
  },
2618
2855
  labelRowsPerPage: 'Rader per side:',
2619
- labelDisplayedRows: function labelDisplayedRows(_ref27) {
2620
- var from = _ref27.from,
2621
- to = _ref27.to,
2622
- count = _ref27.count;
2856
+ labelDisplayedRows: function labelDisplayedRows(_ref30) {
2857
+ var from = _ref30.from,
2858
+ to = _ref30.to,
2859
+ count = _ref30.count;
2623
2860
  return "".concat(from, "\u2013").concat(to, " av ").concat(count !== -1 ? count : "mer enn ".concat(to));
2624
2861
  }
2625
2862
  }
@@ -2692,10 +2929,10 @@ export var nlNL = {
2692
2929
  return 'Ga naar vorige pagina';
2693
2930
  },
2694
2931
  labelRowsPerPage: 'Regels per pagina:',
2695
- labelDisplayedRows: function labelDisplayedRows(_ref28) {
2696
- var from = _ref28.from,
2697
- to = _ref28.to,
2698
- count = _ref28.count;
2932
+ labelDisplayedRows: function labelDisplayedRows(_ref31) {
2933
+ var from = _ref31.from,
2934
+ to = _ref31.to,
2935
+ count = _ref31.count;
2699
2936
  return "".concat(from, "\u2013").concat(to, " van ").concat(count !== -1 ? count : "meer dan ".concat(to));
2700
2937
  }
2701
2938
  }
@@ -2768,10 +3005,10 @@ export var plPL = {
2768
3005
  return 'Przejdź do poprzedniej strony';
2769
3006
  },
2770
3007
  labelRowsPerPage: 'Wierszy na stronę:',
2771
- labelDisplayedRows: function labelDisplayedRows(_ref29) {
2772
- var from = _ref29.from,
2773
- to = _ref29.to,
2774
- count = _ref29.count;
3008
+ labelDisplayedRows: function labelDisplayedRows(_ref32) {
3009
+ var from = _ref32.from,
3010
+ to = _ref32.to,
3011
+ count = _ref32.count;
2775
3012
  return "".concat(from, "\u2013").concat(to, " z ").concat(count !== -1 ? count : "ponad ".concat(to));
2776
3013
  }
2777
3014
  }
@@ -2851,10 +3088,10 @@ export var ptBR = {
2851
3088
  return 'Ir para a página anterior';
2852
3089
  },
2853
3090
  labelRowsPerPage: 'Linhas por página:',
2854
- labelDisplayedRows: function labelDisplayedRows(_ref30) {
2855
- var from = _ref30.from,
2856
- to = _ref30.to,
2857
- count = _ref30.count;
3091
+ labelDisplayedRows: function labelDisplayedRows(_ref33) {
3092
+ var from = _ref33.from,
3093
+ to = _ref33.to,
3094
+ count = _ref33.count;
2858
3095
  return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "mais de ".concat(to));
2859
3096
  }
2860
3097
  }
@@ -2927,10 +3164,10 @@ export var ptPT = {
2927
3164
  return 'Página anterior';
2928
3165
  },
2929
3166
  labelRowsPerPage: 'Linhas por página:',
2930
- labelDisplayedRows: function labelDisplayedRows(_ref31) {
2931
- var from = _ref31.from,
2932
- to = _ref31.to,
2933
- count = _ref31.count;
3167
+ labelDisplayedRows: function labelDisplayedRows(_ref34) {
3168
+ var from = _ref34.from,
3169
+ to = _ref34.to,
3170
+ count = _ref34.count;
2934
3171
  return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "mais de ".concat(to));
2935
3172
  }
2936
3173
  }
@@ -3078,10 +3315,10 @@ export var srRS = {
3078
3315
  return 'Idi na prethodnu stranicu';
3079
3316
  },
3080
3317
  labelRowsPerPage: 'Redova po stranici:',
3081
- labelDisplayedRows: function labelDisplayedRows(_ref32) {
3082
- var from = _ref32.from,
3083
- to = _ref32.to,
3084
- count = _ref32.count;
3318
+ labelDisplayedRows: function labelDisplayedRows(_ref35) {
3319
+ var from = _ref35.from,
3320
+ to = _ref35.to,
3321
+ count = _ref35.count;
3085
3322
  return "".concat(from, "\u2013").concat(to, " od ").concat(count !== -1 ? count : "vi\u0161e nego ".concat(to));
3086
3323
  }
3087
3324
  }
@@ -3159,10 +3396,10 @@ export var ruRU = {
3159
3396
  return 'Перейти на предыдущую страницу';
3160
3397
  },
3161
3398
  labelRowsPerPage: 'Строк на странице:',
3162
- labelDisplayedRows: function labelDisplayedRows(_ref33) {
3163
- var from = _ref33.from,
3164
- to = _ref33.to,
3165
- count = _ref33.count;
3399
+ labelDisplayedRows: function labelDisplayedRows(_ref36) {
3400
+ var from = _ref36.from,
3401
+ to = _ref36.to,
3402
+ count = _ref36.count;
3166
3403
  return "".concat(from, "\u2013").concat(to, " \u0438\u0437 ").concat(count !== -1 ? count : "\u0431\u043E\u043B\u0435\u0435 \u0447\u0435\u043C ".concat(to));
3167
3404
  }
3168
3405
  }
@@ -3245,10 +3482,10 @@ export var siLK = {
3245
3482
  return 'පෙර පිටුවට යන්න';
3246
3483
  },
3247
3484
  labelRowsPerPage: 'පිටුවක පේළි:',
3248
- labelDisplayedRows: function labelDisplayedRows(_ref34) {
3249
- var from = _ref34.from,
3250
- to = _ref34.to,
3251
- count = _ref34.count;
3485
+ labelDisplayedRows: function labelDisplayedRows(_ref37) {
3486
+ var from = _ref37.from,
3487
+ to = _ref37.to,
3488
+ count = _ref37.count;
3252
3489
  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"));
3253
3490
  }
3254
3491
  }
@@ -3321,10 +3558,10 @@ export var skSK = {
3321
3558
  return 'Ísť na predchádzajúcu stránku';
3322
3559
  },
3323
3560
  labelRowsPerPage: 'Riadkov na stránke:',
3324
- labelDisplayedRows: function labelDisplayedRows(_ref35) {
3325
- var from = _ref35.from,
3326
- to = _ref35.to,
3327
- count = _ref35.count;
3561
+ labelDisplayedRows: function labelDisplayedRows(_ref38) {
3562
+ var from = _ref38.from,
3563
+ to = _ref38.to,
3564
+ count = _ref38.count;
3328
3565
  return "".concat(from, "\u2013").concat(to, " z ").concat(count !== -1 ? count : "viac ako ".concat(to));
3329
3566
  }
3330
3567
  }
@@ -3403,10 +3640,10 @@ export var svSE = {
3403
3640
  return 'Gå till föregående sida';
3404
3641
  },
3405
3642
  labelRowsPerPage: 'Rader per sida:',
3406
- labelDisplayedRows: function labelDisplayedRows(_ref36) {
3407
- var from = _ref36.from,
3408
- to = _ref36.to,
3409
- count = _ref36.count;
3643
+ labelDisplayedRows: function labelDisplayedRows(_ref39) {
3644
+ var from = _ref39.from,
3645
+ to = _ref39.to,
3646
+ count = _ref39.count;
3410
3647
  return "".concat(from, "\u2013").concat(to, " av ").concat(count !== -1 ? count : "fler \xE4n ".concat(to));
3411
3648
  }
3412
3649
  }
@@ -3479,10 +3716,10 @@ export var thTH = {
3479
3716
  return 'ไปที่หน้าก่อน';
3480
3717
  },
3481
3718
  labelRowsPerPage: 'จำนวนแถวต่อหน้า:',
3482
- labelDisplayedRows: function labelDisplayedRows(_ref37) {
3483
- var from = _ref37.from,
3484
- to = _ref37.to,
3485
- count = _ref37.count;
3719
+ labelDisplayedRows: function labelDisplayedRows(_ref40) {
3720
+ var from = _ref40.from,
3721
+ to = _ref40.to,
3722
+ count = _ref40.count;
3486
3723
  return "".concat(from, "\u2013").concat(to, " \u0E08\u0E32\u0E01 ").concat(count !== -1 ? count : "\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32 ".concat(to));
3487
3724
  }
3488
3725
  }
@@ -3605,6 +3842,84 @@ export var trTR = {
3605
3842
  }
3606
3843
  }
3607
3844
  };
3845
+
3846
+ // Tagalog-Tagalog
3847
+ export var tlTL = {
3848
+ components: {
3849
+ MuiBreadcrumbs: {
3850
+ defaultProps: {
3851
+ expandText: 'Ipakita ang landas'
3852
+ }
3853
+ },
3854
+ MuiTablePagination: {
3855
+ defaultProps: {
3856
+ getItemAriaLabel: function getItemAriaLabel(type) {
3857
+ if (type === 'first') {
3858
+ return 'Pumunta sa unang pahina';
3859
+ }
3860
+ if (type === 'last') {
3861
+ return 'Pumunta sa huling pahina';
3862
+ }
3863
+ if (type === 'next') {
3864
+ return 'Pumunta sa susunod na pahina';
3865
+ }
3866
+ // if (type === 'previous') {
3867
+ return 'Pumunta sa nakaraang pahina';
3868
+ },
3869
+ labelRowsPerPage: 'Mga hilera bawat pahina:',
3870
+ labelDisplayedRows: function labelDisplayedRows(_ref41) {
3871
+ var from = _ref41.from,
3872
+ to = _ref41.to,
3873
+ count = _ref41.count;
3874
+ return "".concat(from, "\u2013").concat(to, " ng ").concat(count !== -1 ? count : "higit sa ".concat(to));
3875
+ }
3876
+ }
3877
+ },
3878
+ MuiRating: {
3879
+ defaultProps: {
3880
+ getLabelText: function getLabelText(value) {
3881
+ return "".concat(value, " Bituin").concat(value !== 1 ? 's' : '');
3882
+ },
3883
+ emptyLabelText: 'Walang laman'
3884
+ }
3885
+ },
3886
+ MuiAutocomplete: {
3887
+ defaultProps: {
3888
+ clearText: 'Maaliwalas',
3889
+ closeText: 'Isara',
3890
+ loadingText: 'Naglo-load…',
3891
+ noOptionsText: 'Walang mga pagpipilian',
3892
+ openText: 'Bukas'
3893
+ }
3894
+ },
3895
+ MuiAlert: {
3896
+ defaultProps: {
3897
+ closeText: 'Isara'
3898
+ }
3899
+ },
3900
+ MuiPagination: {
3901
+ defaultProps: {
3902
+ 'aria-label': 'Sayfa navigasyonu',
3903
+ getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
3904
+ if (type === 'page') {
3905
+ return "".concat(selected ? '' : 'Pumunta sa', "pahina ").concat(page);
3906
+ }
3907
+ if (type === 'first') {
3908
+ return 'Pumunta sa unang pahina';
3909
+ }
3910
+ if (type === 'last') {
3911
+ return 'Pumunta sa huling pahina';
3912
+ }
3913
+ if (type === 'next') {
3914
+ return 'Pumunta sa susunod na pahina';
3915
+ }
3916
+ // if (type === 'previous') {
3917
+ return 'Pumunta sa nakaraang pahina';
3918
+ }
3919
+ }
3920
+ }
3921
+ }
3922
+ };
3608
3923
  export var ukUA = {
3609
3924
  components: {
3610
3925
  MuiBreadcrumbs: {
@@ -3628,10 +3943,10 @@ export var ukUA = {
3628
3943
  return 'Перейти на попередню сторінку';
3629
3944
  },
3630
3945
  labelRowsPerPage: 'Рядків на сторінці:',
3631
- labelDisplayedRows: function labelDisplayedRows(_ref38) {
3632
- var from = _ref38.from,
3633
- to = _ref38.to,
3634
- count = _ref38.count;
3946
+ labelDisplayedRows: function labelDisplayedRows(_ref42) {
3947
+ var from = _ref42.from,
3948
+ to = _ref42.to,
3949
+ count = _ref42.count;
3635
3950
  return "".concat(from, "\u2013").concat(to, " \u0437 ").concat(count !== -1 ? count : "\u043F\u043E\u043D\u0430\u0434 ".concat(to));
3636
3951
  }
3637
3952
  }
@@ -3711,10 +4026,10 @@ export var urPK = {
3711
4026
  return 'پچھلے صفحے پر جائیں';
3712
4027
  },
3713
4028
  labelRowsPerPage: 'ایک صفحے پر قطاریں:',
3714
- labelDisplayedRows: function labelDisplayedRows(_ref39) {
3715
- var from = _ref39.from,
3716
- to = _ref39.to,
3717
- count = _ref39.count;
4029
+ labelDisplayedRows: function labelDisplayedRows(_ref43) {
4030
+ var from = _ref43.from,
4031
+ to = _ref43.to,
4032
+ count = _ref43.count;
3718
4033
  return "".concat(count !== -1 ? "".concat(count, " \u0645\u06CC\u06BA \u0633\u06D2") : "".concat(to, " \u0633\u06D2 \u0630\u06CC\u0627\u062F\u06C1 \u0645\u06CC\u06BA \u0633\u06D2"), " ").concat(from, " \u0633\u06D2 ").concat(to, " \u0642\u0637\u0627\u0631\u06CC\u06BA");
3719
4034
  }
3720
4035
  }
@@ -3787,10 +4102,10 @@ export var viVN = {
3787
4102
  return 'Về trang trước đó';
3788
4103
  },
3789
4104
  labelRowsPerPage: 'Số hàng mỗi trang:',
3790
- labelDisplayedRows: function labelDisplayedRows(_ref40) {
3791
- var from = _ref40.from,
3792
- to = _ref40.to,
3793
- count = _ref40.count;
4105
+ labelDisplayedRows: function labelDisplayedRows(_ref44) {
4106
+ var from = _ref44.from,
4107
+ to = _ref44.to,
4108
+ count = _ref44.count;
3794
4109
  return "".concat(from, "\u2013").concat(to, " trong ").concat(count !== -1 ? count : "nhi\u1EC1u h\u01A1n ".concat(to));
3795
4110
  }
3796
4111
  }
@@ -3862,10 +4177,10 @@ export var zhCN = {
3862
4177
  return '上一页';
3863
4178
  },
3864
4179
  labelRowsPerPage: '每页行数:',
3865
- labelDisplayedRows: function labelDisplayedRows(_ref41) {
3866
- var from = _ref41.from,
3867
- to = _ref41.to,
3868
- count = _ref41.count;
4180
+ labelDisplayedRows: function labelDisplayedRows(_ref45) {
4181
+ var from = _ref45.from,
4182
+ to = _ref45.to,
4183
+ count = _ref45.count;
3869
4184
  return "\u7B2C ".concat(from, " \u6761\u5230\u7B2C ").concat(to, " \u6761\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u6761") : "\u81F3\u5C11 ".concat(to, " \u6761"));
3870
4185
  }
3871
4186
  }
@@ -3916,10 +4231,10 @@ export var zhHK = {
3916
4231
  return '上一頁';
3917
4232
  },
3918
4233
  labelRowsPerPage: '每頁行數:',
3919
- labelDisplayedRows: function labelDisplayedRows(_ref42) {
3920
- var from = _ref42.from,
3921
- to = _ref42.to,
3922
- count = _ref42.count;
4234
+ labelDisplayedRows: function labelDisplayedRows(_ref46) {
4235
+ var from = _ref46.from,
4236
+ to = _ref46.to,
4237
+ count = _ref46.count;
3923
4238
  return "\u7B2C ".concat(from, " \u9805\u81F3\u7B2C ").concat(to, " \u9805\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u9805") : "\u8D85\u904E ".concat(to, " \u9805"));
3924
4239
  }
3925
4240
  }
@@ -3970,10 +4285,10 @@ export var zhTW = {
3970
4285
  return '上一頁';
3971
4286
  },
3972
4287
  labelRowsPerPage: '每頁數量:',
3973
- labelDisplayedRows: function labelDisplayedRows(_ref43) {
3974
- var from = _ref43.from,
3975
- to = _ref43.to,
3976
- count = _ref43.count;
4288
+ labelDisplayedRows: function labelDisplayedRows(_ref47) {
4289
+ var from = _ref47.from,
4290
+ to = _ref47.to,
4291
+ count = _ref47.count;
3977
4292
  return "".concat(from, " ~ ").concat(to, " / ").concat(count !== -1 ? count : "".concat(to, " \u4EE5\u4E0A"));
3978
4293
  }
3979
4294
  }