@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
package/locale/index.d.ts CHANGED
@@ -1,76 +1,80 @@
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 arSA: Localization;
27
- export declare const arSD: Localization;
28
- export declare const azAZ: Localization;
29
- export declare const bnBD: Localization;
30
- export declare const beBY: Localization;
31
- export declare const bgBG: Localization;
32
- export declare const caES: Localization;
33
- export declare const csCZ: Localization;
34
- export declare const daDK: Localization;
35
- export declare const deDE: Localization;
36
- export declare const elGR: Localization;
37
- export declare const enUS: Localization;
38
- export declare const esES: Localization;
39
- export declare const etEE: Localization;
40
- export declare const faIR: Localization;
41
- export declare const fiFI: Localization;
42
- export declare const frFR: Localization;
43
- export declare const heIL: Localization;
44
- export declare const hiIN: Localization;
45
- export declare const hrHR: Localization;
46
- export declare const huHU: Localization;
47
- export declare const hyAM: Localization;
48
- export declare const idID: Localization;
49
- export declare const isIS: Localization;
50
- export declare const itIT: Localization;
51
- export declare const jaJP: Localization;
52
- export declare const khKH: Localization;
53
- export declare const koKR: Localization;
54
- export declare const kuCKB: Localization;
55
- export declare const kuLatn: Localization;
56
- export declare const kkKZ: Localization;
57
- export declare const mkMK: Localization;
58
- export declare const nbNO: Localization;
59
- export declare const nlNL: Localization;
60
- export declare const plPL: Localization;
61
- export declare const ptBR: Localization;
62
- export declare const ptPT: Localization;
63
- export declare const roRO: Localization;
64
- export declare const srRS: Localization;
65
- export declare const ruRU: Localization;
66
- export declare const siLK: Localization;
67
- export declare const skSK: Localization;
68
- export declare const svSE: Localization;
69
- export declare const thTH: Localization;
70
- export declare const trTR: Localization;
71
- export declare const ukUA: Localization;
72
- export declare const urPK: Localization;
73
- export declare const viVN: Localization;
74
- export declare const zhCN: Localization;
75
- export declare const zhHK: Localization;
76
- 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 arSA: Localization;
27
+ export declare const arSD: Localization;
28
+ export declare const azAZ: Localization;
29
+ export declare const bnBD: Localization;
30
+ export declare const beBY: Localization;
31
+ export declare const bgBG: Localization;
32
+ export declare const caES: Localization;
33
+ export declare const csCZ: Localization;
34
+ export declare const daDK: Localization;
35
+ export declare const deDE: Localization;
36
+ export declare const elGR: Localization;
37
+ export declare const enUS: Localization;
38
+ export declare const esES: Localization;
39
+ export declare const etEE: Localization;
40
+ export declare const faIR: Localization;
41
+ export declare const fiFI: Localization;
42
+ export declare const frFR: Localization;
43
+ export declare const heIL: Localization;
44
+ export declare const hiIN: Localization;
45
+ export declare const hrHR: Localization;
46
+ export declare const huHU: Localization;
47
+ export declare const hyAM: Localization;
48
+ export declare const idID: Localization;
49
+ export declare const isIS: Localization;
50
+ export declare const itIT: Localization;
51
+ export declare const jaJP: Localization;
52
+ export declare const khKH: Localization;
53
+ export declare const koKR: Localization;
54
+ export declare const kuCKB: Localization;
55
+ export declare const kuLatn: Localization;
56
+ export declare const kkKZ: Localization;
57
+ export declare const mkMK: Localization;
58
+ export declare const myMY: Localization;
59
+ export declare const msMS: Localization;
60
+ export declare const neNP: Localization;
61
+ export declare const nbNO: Localization;
62
+ export declare const nlNL: Localization;
63
+ export declare const plPL: Localization;
64
+ export declare const ptBR: Localization;
65
+ export declare const ptPT: Localization;
66
+ export declare const roRO: Localization;
67
+ export declare const srRS: Localization;
68
+ export declare const ruRU: Localization;
69
+ export declare const siLK: Localization;
70
+ export declare const skSK: Localization;
71
+ export declare const svSE: Localization;
72
+ export declare const thTH: Localization;
73
+ export declare const trTR: Localization;
74
+ export declare const tlTL: Localization;
75
+ export declare const ukUA: Localization;
76
+ export declare const urPK: Localization;
77
+ export declare const viVN: Localization;
78
+ export declare const zhCN: Localization;
79
+ export declare const zhHK: Localization;
80
+ export declare const zhTW: Localization;
package/locale/index.js CHANGED
@@ -2511,6 +2511,240 @@ export const mkMK = {
2511
2511
  }
2512
2512
  }
2513
2513
  };
2514
+
2515
+ // Myanmar - မြန်မာ
2516
+ export const myMY = {
2517
+ components: {
2518
+ MuiBreadcrumbs: {
2519
+ defaultProps: {
2520
+ expandText: 'လမ်းကြောင်းပြပါ။'
2521
+ }
2522
+ },
2523
+ MuiTablePagination: {
2524
+ defaultProps: {
2525
+ getItemAriaLabel: type => {
2526
+ if (type === 'first') {
2527
+ return 'ပထမစာမျက်နှာသို့သွားပါ။';
2528
+ }
2529
+ if (type === 'last') {
2530
+ return 'နောက်ဆုံးစာမျက်နှာသို့သွားပါ။';
2531
+ }
2532
+ if (type === 'next') {
2533
+ return 'နောက်စာမျက်နှာသို့သွားပါ။';
2534
+ }
2535
+ // if (type === 'previous') {
2536
+ return 'ယခင်စာမျက်နှာသို့သွားပါ။';
2537
+ },
2538
+ labelRowsPerPage: 'စာမျက်နှာအလိုက် အတန်းများ:',
2539
+ labelDisplayedRows: ({
2540
+ from,
2541
+ to,
2542
+ count
2543
+ }) => `${from}–${to} ၏ ${count !== -1 ? count : `ထက်ပိုပြီး ${to}`}`
2544
+ }
2545
+ },
2546
+ MuiRating: {
2547
+ defaultProps: {
2548
+ getLabelText: value => {
2549
+ const lastDigit = value % 10;
2550
+ return `${value} ကြယ်ပွင့်${lastDigit === 1 ? '၎' : ''}`;
2551
+ },
2552
+ emptyLabelText: 'ဗလာ'
2553
+ }
2554
+ },
2555
+ MuiAutocomplete: {
2556
+ defaultProps: {
2557
+ clearText: 'ရှင်းလင်းသော',
2558
+ closeText: 'ပိတ်လိုက်',
2559
+ loadingText: 'ဖွင့်နေသည်…',
2560
+ noOptionsText: 'ရွေးချယ်ခွင့်မရှိပါ။',
2561
+ openText: 'ဖွင့်သည်။'
2562
+ }
2563
+ },
2564
+ MuiAlert: {
2565
+ defaultProps: {
2566
+ closeText: 'ပိတ်လိုက်'
2567
+ }
2568
+ },
2569
+ MuiPagination: {
2570
+ defaultProps: {
2571
+ 'aria-label': 'Pagination အညွှန်း',
2572
+ getItemAriaLabel: (type, page, selected) => {
2573
+ if (type === 'page') {
2574
+ return `${selected ? '' : 'သွားပါ။ '}စာမျက်နှာ ${page}`;
2575
+ }
2576
+ if (type === 'first') {
2577
+ return 'ပထမစာမျက်နှာသို့သွားပါ။';
2578
+ }
2579
+ if (type === 'last') {
2580
+ return 'နောက်ဆုံးစာမျက်နှာသို့သွားပါ။';
2581
+ }
2582
+ if (type === 'next') {
2583
+ return 'နောက်စာမျက်နှာသို့သွားပါ။';
2584
+ }
2585
+ // if (type === 'previous') {
2586
+ return 'ယခင်စာမျက်နှာသို့သွားပါ။';
2587
+ }
2588
+ }
2589
+ }
2590
+ }
2591
+ };
2592
+
2593
+ // Malay-Melayu
2594
+ export const msMS = {
2595
+ components: {
2596
+ MuiBreadcrumbs: {
2597
+ defaultProps: {
2598
+ expandText: 'Tunjukkan laluan'
2599
+ }
2600
+ },
2601
+ MuiTablePagination: {
2602
+ defaultProps: {
2603
+ getItemAriaLabel: type => {
2604
+ if (type === 'first') {
2605
+ return 'Pergi ke halaman pertama';
2606
+ }
2607
+ if (type === 'last') {
2608
+ return 'Pergi ke halaman terakhir';
2609
+ }
2610
+ if (type === 'next') {
2611
+ return 'Pergi ke halaman seterusnya';
2612
+ }
2613
+ // if (type === 'previous') {
2614
+ return 'Pergi ke halaman sebelumnya';
2615
+ },
2616
+ labelRowsPerPage: 'Baris setiap halaman:',
2617
+ labelDisplayedRows: ({
2618
+ from,
2619
+ to,
2620
+ count
2621
+ }) => `${from}–${to} daripada ${count !== -1 ? count : `lebih daripada ${to}`}`
2622
+ }
2623
+ },
2624
+ MuiRating: {
2625
+ defaultProps: {
2626
+ getLabelText: value => {
2627
+ const lastDigit = value % 10;
2628
+ return `${value} Bintang${lastDigit === 1 ? 's' : ''}`;
2629
+ },
2630
+ emptyLabelText: 'kosong'
2631
+ }
2632
+ },
2633
+ MuiAutocomplete: {
2634
+ defaultProps: {
2635
+ clearText: 'Jelas',
2636
+ closeText: 'tutup',
2637
+ loadingText: 'Memuatkan…',
2638
+ noOptionsText: 'Tiada pilihan',
2639
+ openText: 'Buka'
2640
+ }
2641
+ },
2642
+ MuiAlert: {
2643
+ defaultProps: {
2644
+ closeText: 'tutup'
2645
+ }
2646
+ },
2647
+ MuiPagination: {
2648
+ defaultProps: {
2649
+ 'aria-label': 'Navigasi penomboran',
2650
+ getItemAriaLabel: (type, page, selected) => {
2651
+ if (type === 'page') {
2652
+ return `${selected ? '' : 'Pergi ke '}muka surat ${page}`;
2653
+ }
2654
+ if (type === 'first') {
2655
+ return 'Pergi ke halaman pertama';
2656
+ }
2657
+ if (type === 'last') {
2658
+ return 'Pergi ke halaman terakhir';
2659
+ }
2660
+ if (type === 'next') {
2661
+ return 'Pergi ke halaman seterusnya';
2662
+ }
2663
+ // if (type === 'previous') {
2664
+ return 'Pergi ke halaman sebelumnya';
2665
+ }
2666
+ }
2667
+ }
2668
+ }
2669
+ };
2670
+
2671
+ // Nepali-नेपाली
2672
+ export const neNP = {
2673
+ components: {
2674
+ MuiBreadcrumbs: {
2675
+ defaultProps: {
2676
+ expandText: 'बाटो देखाउनुहोस्'
2677
+ }
2678
+ },
2679
+ MuiTablePagination: {
2680
+ defaultProps: {
2681
+ getItemAriaLabel: type => {
2682
+ if (type === 'first') {
2683
+ return 'पहिलो पृष्ठमा जानुहोस्';
2684
+ }
2685
+ if (type === 'last') {
2686
+ return 'अन्तिम पृष्ठमा जानुहोस्';
2687
+ }
2688
+ if (type === 'next') {
2689
+ return 'अर्को पृष्ठमा जानुहोस्';
2690
+ }
2691
+ // if (type === 'previous') {
2692
+ return 'अघिल्लो पृष्ठमा जानुहोस्';
2693
+ },
2694
+ labelRowsPerPage: 'प्रति पृष्ठ पङ्क्तिहरू:',
2695
+ labelDisplayedRows: ({
2696
+ from,
2697
+ to,
2698
+ count
2699
+ }) => `${from}–${to} को ${count !== -1 ? count : `धेरै ${to}`}`
2700
+ }
2701
+ },
2702
+ MuiRating: {
2703
+ defaultProps: {
2704
+ getLabelText: value => {
2705
+ const lastDigit = value % 10;
2706
+ return `${value} तारा${lastDigit === 1 ? 'स' : ''}`;
2707
+ },
2708
+ emptyLabelText: 'खाली'
2709
+ }
2710
+ },
2711
+ MuiAutocomplete: {
2712
+ defaultProps: {
2713
+ clearText: 'खाली गर्नुहोस्',
2714
+ closeText: 'बन्द गर्नुहोस्',
2715
+ loadingText: 'लोड हुँदै...',
2716
+ noOptionsText: 'कुनै विकल्प छैन',
2717
+ openText: 'खोल्नुहोस्'
2718
+ }
2719
+ },
2720
+ MuiAlert: {
2721
+ defaultProps: {
2722
+ closeText: 'बन्द गर्नुहोस्'
2723
+ }
2724
+ },
2725
+ MuiPagination: {
2726
+ defaultProps: {
2727
+ 'aria-label': 'पृष्ठांकन नेभिगेसन',
2728
+ getItemAriaLabel: (type, page, selected) => {
2729
+ if (type === 'page') {
2730
+ return `${selected ? '' : 'जाऊ त्यहाँ '}पृष्ठ ${page}`;
2731
+ }
2732
+ if (type === 'first') {
2733
+ return 'पहिलो पृष्ठमा जानुहोस्';
2734
+ }
2735
+ if (type === 'last') {
2736
+ return 'अन्तिम पृष्ठमा जानुहोस्';
2737
+ }
2738
+ if (type === 'next') {
2739
+ return 'अर्को पृष्ठमा जानुहोस्';
2740
+ }
2741
+ // if (type === 'previous') {
2742
+ return 'अघिल्लो पृष्ठमा जानुहोस्';
2743
+ }
2744
+ }
2745
+ }
2746
+ }
2747
+ };
2514
2748
  export const nbNO = {
2515
2749
  components: {
2516
2750
  MuiBreadcrumbs: {
@@ -3494,6 +3728,81 @@ export const trTR = {
3494
3728
  }
3495
3729
  }
3496
3730
  };
3731
+
3732
+ // Tagalog-Tagalog
3733
+ export const tlTL = {
3734
+ components: {
3735
+ MuiBreadcrumbs: {
3736
+ defaultProps: {
3737
+ expandText: 'Ipakita ang landas'
3738
+ }
3739
+ },
3740
+ MuiTablePagination: {
3741
+ defaultProps: {
3742
+ getItemAriaLabel: type => {
3743
+ if (type === 'first') {
3744
+ return 'Pumunta sa unang pahina';
3745
+ }
3746
+ if (type === 'last') {
3747
+ return 'Pumunta sa huling pahina';
3748
+ }
3749
+ if (type === 'next') {
3750
+ return 'Pumunta sa susunod na pahina';
3751
+ }
3752
+ // if (type === 'previous') {
3753
+ return 'Pumunta sa nakaraang pahina';
3754
+ },
3755
+ labelRowsPerPage: 'Mga hilera bawat pahina:',
3756
+ labelDisplayedRows: ({
3757
+ from,
3758
+ to,
3759
+ count
3760
+ }) => `${from}–${to} ng ${count !== -1 ? count : `higit sa ${to}`}`
3761
+ }
3762
+ },
3763
+ MuiRating: {
3764
+ defaultProps: {
3765
+ getLabelText: value => `${value} Bituin${value !== 1 ? 's' : ''}`,
3766
+ emptyLabelText: 'Walang laman'
3767
+ }
3768
+ },
3769
+ MuiAutocomplete: {
3770
+ defaultProps: {
3771
+ clearText: 'Maaliwalas',
3772
+ closeText: 'Isara',
3773
+ loadingText: 'Naglo-load…',
3774
+ noOptionsText: 'Walang mga pagpipilian',
3775
+ openText: 'Bukas'
3776
+ }
3777
+ },
3778
+ MuiAlert: {
3779
+ defaultProps: {
3780
+ closeText: 'Isara'
3781
+ }
3782
+ },
3783
+ MuiPagination: {
3784
+ defaultProps: {
3785
+ 'aria-label': 'Sayfa navigasyonu',
3786
+ getItemAriaLabel: (type, page, selected) => {
3787
+ if (type === 'page') {
3788
+ return `${selected ? '' : 'Pumunta sa'}pahina ${page}`;
3789
+ }
3790
+ if (type === 'first') {
3791
+ return 'Pumunta sa unang pahina';
3792
+ }
3793
+ if (type === 'last') {
3794
+ return 'Pumunta sa huling pahina';
3795
+ }
3796
+ if (type === 'next') {
3797
+ return 'Pumunta sa susunod na pahina';
3798
+ }
3799
+ // if (type === 'previous') {
3800
+ return 'Pumunta sa nakaraang pahina';
3801
+ }
3802
+ }
3803
+ }
3804
+ }
3805
+ };
3497
3806
  export const ukUA = {
3498
3807
  components: {
3499
3808
  MuiBreadcrumbs: {
@@ -760,6 +760,7 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes /* remove-proptyp
760
760
  /**
761
761
  * A function that determines the filtered options to be rendered on search.
762
762
  *
763
+ * @default createFilterOptions()
763
764
  * @param {T[]} options The options to render.
764
765
  * @param {object} state The state of the component.
765
766
  * @returns {T[]}
File without changes
@@ -116,7 +116,7 @@ const DialogPaper = styled(Paper, {
116
116
  }, !ownerState.maxWidth && {
117
117
  maxWidth: 'calc(100% - 64px)'
118
118
  }, ownerState.maxWidth === 'xs' && {
119
- maxWidth: theme.breakpoints.unit === 'px' ? Math.max(theme.breakpoints.values.xs, 444) : `${theme.breakpoints.values.xs}${theme.breakpoints.unit}`,
119
+ maxWidth: theme.breakpoints.unit === 'px' ? Math.max(theme.breakpoints.values.xs, 444) : `max(${theme.breakpoints.values.xs}${theme.breakpoints.unit}, 444px)`,
120
120
  [`&.${dialogClasses.paperScrollBody}`]: {
121
121
  [theme.breakpoints.down(Math.max(theme.breakpoints.values.xs, 444) + 32 * 2)]: {
122
122
  maxWidth: 'calc(100% - 64px)'
@@ -311,7 +311,7 @@ const StyledSliderValueLabel = styled(SliderValueLabel, {
311
311
  height: 8,
312
312
  transform: 'translate(-50%, -50%) rotate(45deg)',
313
313
  backgroundColor: 'inherit',
314
- right: '-20%',
314
+ right: -8,
315
315
  top: '50%'
316
316
  }
317
317
  }, ownerState.size === 'small' && {
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/material v5.13.0
2
+ * @mui/material v5.13.2
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the