@mui/material 7.3.2 → 7.3.4

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 (282) hide show
  1. package/CHANGELOG.md +86 -0
  2. package/CircularProgress/CircularProgress.d.ts +6 -0
  3. package/CircularProgress/CircularProgress.js +31 -4
  4. package/CircularProgress/circularProgressClasses.d.ts +2 -0
  5. package/CircularProgress/circularProgressClasses.js +1 -1
  6. package/Divider/Divider.js +1 -1
  7. package/MenuItem/MenuItem.js +1 -1
  8. package/SnackbarContent/SnackbarContent.js +1 -1
  9. package/TextField/TextField.js +1 -1
  10. package/esm/CircularProgress/CircularProgress.d.ts +6 -0
  11. package/esm/CircularProgress/CircularProgress.js +32 -5
  12. package/esm/CircularProgress/circularProgressClasses.d.ts +2 -0
  13. package/esm/CircularProgress/circularProgressClasses.js +1 -1
  14. package/esm/Divider/Divider.js +1 -1
  15. package/esm/MenuItem/MenuItem.js +1 -1
  16. package/esm/SnackbarContent/SnackbarContent.js +1 -1
  17. package/esm/TextField/TextField.js +1 -1
  18. package/esm/index.js +1 -1
  19. package/esm/locale/amET.d.ts +2 -0
  20. package/esm/locale/amET.js +73 -0
  21. package/esm/locale/arEG.d.ts +2 -0
  22. package/esm/locale/arEG.js +73 -0
  23. package/esm/locale/arSA.d.ts +2 -0
  24. package/esm/locale/arSA.js +73 -0
  25. package/esm/locale/arSD.d.ts +2 -0
  26. package/esm/locale/arSD.js +73 -0
  27. package/esm/locale/azAZ.d.ts +2 -0
  28. package/esm/locale/azAZ.js +77 -0
  29. package/esm/locale/beBY.d.ts +2 -0
  30. package/esm/locale/beBY.js +85 -0
  31. package/esm/locale/bgBG.d.ts +2 -0
  32. package/esm/locale/bgBG.js +70 -0
  33. package/esm/locale/bnBD.d.ts +2 -0
  34. package/esm/locale/bnBD.js +73 -0
  35. package/esm/locale/caES.d.ts +2 -0
  36. package/esm/locale/caES.js +70 -0
  37. package/esm/locale/csCZ.d.ts +2 -0
  38. package/esm/locale/csCZ.js +81 -0
  39. package/esm/locale/daDK.d.ts +2 -0
  40. package/esm/locale/daDK.js +73 -0
  41. package/esm/locale/deDE.d.ts +2 -0
  42. package/esm/locale/deDE.js +73 -0
  43. package/esm/locale/elGR.d.ts +2 -0
  44. package/esm/locale/elGR.js +75 -0
  45. package/esm/locale/enUS.d.ts +2 -0
  46. package/esm/locale/enUS.js +61 -0
  47. package/esm/locale/esES.d.ts +2 -0
  48. package/esm/locale/esES.js +73 -0
  49. package/esm/locale/etEE.d.ts +2 -0
  50. package/esm/locale/etEE.js +73 -0
  51. package/esm/locale/faIR.d.ts +2 -0
  52. package/esm/locale/faIR.js +78 -0
  53. package/esm/locale/fiFI.d.ts +2 -0
  54. package/esm/locale/fiFI.js +73 -0
  55. package/esm/locale/frFR.d.ts +2 -0
  56. package/esm/locale/frFR.js +73 -0
  57. package/esm/locale/heIL.d.ts +2 -0
  58. package/esm/locale/heIL.js +73 -0
  59. package/esm/locale/hiIN.d.ts +2 -0
  60. package/esm/locale/hiIN.js +73 -0
  61. package/esm/locale/hrHR.d.ts +2 -0
  62. package/esm/locale/hrHR.js +81 -0
  63. package/esm/locale/huHU.d.ts +2 -0
  64. package/esm/locale/huHU.js +70 -0
  65. package/esm/locale/hyAM.d.ts +2 -0
  66. package/esm/locale/hyAM.js +70 -0
  67. package/esm/locale/idID.d.ts +2 -0
  68. package/esm/locale/idID.js +70 -0
  69. package/esm/locale/index.d.ts +60 -82
  70. package/esm/locale/index.js +60 -4327
  71. package/esm/locale/isIS.d.ts +2 -0
  72. package/esm/locale/isIS.js +73 -0
  73. package/esm/locale/itIT.d.ts +2 -0
  74. package/esm/locale/itIT.js +73 -0
  75. package/esm/locale/jaJP.d.ts +2 -0
  76. package/esm/locale/jaJP.js +73 -0
  77. package/esm/locale/khKH.d.ts +2 -0
  78. package/esm/locale/khKH.js +73 -0
  79. package/esm/locale/kkKZ.d.ts +2 -0
  80. package/esm/locale/kkKZ.js +76 -0
  81. package/esm/locale/koKR.d.ts +2 -0
  82. package/esm/locale/koKR.js +73 -0
  83. package/esm/locale/kuCKB.d.ts +2 -0
  84. package/esm/locale/kuCKB.js +73 -0
  85. package/esm/locale/kuLatn.d.ts +2 -0
  86. package/esm/locale/kuLatn.js +73 -0
  87. package/esm/locale/mkMK.d.ts +2 -0
  88. package/esm/locale/mkMK.js +77 -0
  89. package/esm/locale/msMS.d.ts +2 -0
  90. package/esm/locale/msMS.js +77 -0
  91. package/esm/locale/myMY.d.ts +2 -0
  92. package/esm/locale/myMY.js +77 -0
  93. package/esm/locale/nbNO.d.ts +2 -0
  94. package/esm/locale/nbNO.js +73 -0
  95. package/esm/locale/neNP.d.ts +2 -0
  96. package/esm/locale/neNP.js +77 -0
  97. package/esm/locale/nlNL.d.ts +2 -0
  98. package/esm/locale/nlNL.js +73 -0
  99. package/esm/locale/nnNO.d.ts +2 -0
  100. package/esm/locale/nnNO.js +73 -0
  101. package/esm/locale/plPL.d.ts +2 -0
  102. package/esm/locale/plPL.js +82 -0
  103. package/esm/locale/psAF.d.ts +2 -0
  104. package/esm/locale/psAF.js +73 -0
  105. package/esm/locale/ptBR.d.ts +2 -0
  106. package/esm/locale/ptBR.js +73 -0
  107. package/esm/locale/ptPT.d.ts +2 -0
  108. package/esm/locale/ptPT.js +73 -0
  109. package/esm/locale/roRO.d.ts +2 -0
  110. package/esm/locale/roRO.js +73 -0
  111. package/esm/locale/ruRU.d.ts +2 -0
  112. package/esm/locale/ruRU.js +85 -0
  113. package/esm/locale/siLK.d.ts +2 -0
  114. package/esm/locale/siLK.js +73 -0
  115. package/esm/locale/skSK.d.ts +2 -0
  116. package/esm/locale/skSK.js +81 -0
  117. package/esm/locale/srRS.d.ts +2 -0
  118. package/esm/locale/srRS.js +81 -0
  119. package/esm/locale/svSE.d.ts +2 -0
  120. package/esm/locale/svSE.js +73 -0
  121. package/esm/locale/thTH.d.ts +2 -0
  122. package/esm/locale/thTH.js +73 -0
  123. package/esm/locale/tlTL.d.ts +2 -0
  124. package/esm/locale/tlTL.js +74 -0
  125. package/esm/locale/trTR.d.ts +2 -0
  126. package/esm/locale/trTR.js +73 -0
  127. package/esm/locale/ukUA.d.ts +2 -0
  128. package/esm/locale/ukUA.js +82 -0
  129. package/esm/locale/urPK.d.ts +2 -0
  130. package/esm/locale/urPK.js +73 -0
  131. package/esm/locale/utils/LocaleTextApi.d.ts +23 -0
  132. package/esm/locale/utils/LocaleTextApi.js +1 -0
  133. package/esm/locale/viVN.d.ts +2 -0
  134. package/esm/locale/viVN.js +73 -0
  135. package/esm/locale/zhCN.d.ts +2 -0
  136. package/esm/locale/zhCN.js +51 -0
  137. package/esm/locale/zhHK.d.ts +2 -0
  138. package/esm/locale/zhHK.js +51 -0
  139. package/esm/locale/zhTW.d.ts +2 -0
  140. package/esm/locale/zhTW.js +51 -0
  141. package/esm/styles/createColorScheme.js +2 -2
  142. package/esm/styles/createTheme.d.ts +13 -5
  143. package/esm/styles/createTheme.js +2 -2
  144. package/esm/styles/createThemeFoundation.d.ts +277 -0
  145. package/esm/styles/createThemeFoundation.js +37 -0
  146. package/esm/styles/createThemeNoVars.d.ts +1 -1
  147. package/esm/styles/createThemeWithVars.d.ts +23 -306
  148. package/esm/useAutocomplete/useAutocomplete.js +2 -2
  149. package/esm/version/index.js +2 -2
  150. package/index.js +1 -1
  151. package/locale/amET.d.ts +2 -0
  152. package/locale/amET.js +79 -0
  153. package/locale/arEG.d.ts +2 -0
  154. package/locale/arEG.js +79 -0
  155. package/locale/arSA.d.ts +2 -0
  156. package/locale/arSA.js +79 -0
  157. package/locale/arSD.d.ts +2 -0
  158. package/locale/arSD.js +79 -0
  159. package/locale/azAZ.d.ts +2 -0
  160. package/locale/azAZ.js +83 -0
  161. package/locale/beBY.d.ts +2 -0
  162. package/locale/beBY.js +91 -0
  163. package/locale/bgBG.d.ts +2 -0
  164. package/locale/bgBG.js +76 -0
  165. package/locale/bnBD.d.ts +2 -0
  166. package/locale/bnBD.js +79 -0
  167. package/locale/caES.d.ts +2 -0
  168. package/locale/caES.js +76 -0
  169. package/locale/csCZ.d.ts +2 -0
  170. package/locale/csCZ.js +87 -0
  171. package/locale/daDK.d.ts +2 -0
  172. package/locale/daDK.js +79 -0
  173. package/locale/deDE.d.ts +2 -0
  174. package/locale/deDE.js +79 -0
  175. package/locale/elGR.d.ts +2 -0
  176. package/locale/elGR.js +81 -0
  177. package/locale/enUS.d.ts +2 -0
  178. package/locale/enUS.js +67 -0
  179. package/locale/esES.d.ts +2 -0
  180. package/locale/esES.js +79 -0
  181. package/locale/etEE.d.ts +2 -0
  182. package/locale/etEE.js +79 -0
  183. package/locale/faIR.d.ts +2 -0
  184. package/locale/faIR.js +84 -0
  185. package/locale/fiFI.d.ts +2 -0
  186. package/locale/fiFI.js +79 -0
  187. package/locale/frFR.d.ts +2 -0
  188. package/locale/frFR.js +79 -0
  189. package/locale/heIL.d.ts +2 -0
  190. package/locale/heIL.js +79 -0
  191. package/locale/hiIN.d.ts +2 -0
  192. package/locale/hiIN.js +79 -0
  193. package/locale/hrHR.d.ts +2 -0
  194. package/locale/hrHR.js +87 -0
  195. package/locale/huHU.d.ts +2 -0
  196. package/locale/huHU.js +76 -0
  197. package/locale/hyAM.d.ts +2 -0
  198. package/locale/hyAM.js +76 -0
  199. package/locale/idID.d.ts +2 -0
  200. package/locale/idID.js +76 -0
  201. package/locale/index.d.ts +60 -82
  202. package/locale/index.js +660 -4328
  203. package/locale/isIS.d.ts +2 -0
  204. package/locale/isIS.js +79 -0
  205. package/locale/itIT.d.ts +2 -0
  206. package/locale/itIT.js +79 -0
  207. package/locale/jaJP.d.ts +2 -0
  208. package/locale/jaJP.js +79 -0
  209. package/locale/khKH.d.ts +2 -0
  210. package/locale/khKH.js +79 -0
  211. package/locale/kkKZ.d.ts +2 -0
  212. package/locale/kkKZ.js +82 -0
  213. package/locale/koKR.d.ts +2 -0
  214. package/locale/koKR.js +79 -0
  215. package/locale/kuCKB.d.ts +2 -0
  216. package/locale/kuCKB.js +79 -0
  217. package/locale/kuLatn.d.ts +2 -0
  218. package/locale/kuLatn.js +79 -0
  219. package/locale/mkMK.d.ts +2 -0
  220. package/locale/mkMK.js +83 -0
  221. package/locale/msMS.d.ts +2 -0
  222. package/locale/msMS.js +83 -0
  223. package/locale/myMY.d.ts +2 -0
  224. package/locale/myMY.js +83 -0
  225. package/locale/nbNO.d.ts +2 -0
  226. package/locale/nbNO.js +79 -0
  227. package/locale/neNP.d.ts +2 -0
  228. package/locale/neNP.js +83 -0
  229. package/locale/nlNL.d.ts +2 -0
  230. package/locale/nlNL.js +79 -0
  231. package/locale/nnNO.d.ts +2 -0
  232. package/locale/nnNO.js +79 -0
  233. package/locale/plPL.d.ts +2 -0
  234. package/locale/plPL.js +88 -0
  235. package/locale/psAF.d.ts +2 -0
  236. package/locale/psAF.js +79 -0
  237. package/locale/ptBR.d.ts +2 -0
  238. package/locale/ptBR.js +79 -0
  239. package/locale/ptPT.d.ts +2 -0
  240. package/locale/ptPT.js +79 -0
  241. package/locale/roRO.d.ts +2 -0
  242. package/locale/roRO.js +79 -0
  243. package/locale/ruRU.d.ts +2 -0
  244. package/locale/ruRU.js +91 -0
  245. package/locale/siLK.d.ts +2 -0
  246. package/locale/siLK.js +79 -0
  247. package/locale/skSK.d.ts +2 -0
  248. package/locale/skSK.js +87 -0
  249. package/locale/srRS.d.ts +2 -0
  250. package/locale/srRS.js +87 -0
  251. package/locale/svSE.d.ts +2 -0
  252. package/locale/svSE.js +79 -0
  253. package/locale/thTH.d.ts +2 -0
  254. package/locale/thTH.js +79 -0
  255. package/locale/tlTL.d.ts +2 -0
  256. package/locale/tlTL.js +80 -0
  257. package/locale/trTR.d.ts +2 -0
  258. package/locale/trTR.js +79 -0
  259. package/locale/ukUA.d.ts +2 -0
  260. package/locale/ukUA.js +88 -0
  261. package/locale/urPK.d.ts +2 -0
  262. package/locale/urPK.js +79 -0
  263. package/locale/utils/LocaleTextApi.d.ts +23 -0
  264. package/locale/utils/LocaleTextApi.js +5 -0
  265. package/locale/viVN.d.ts +2 -0
  266. package/locale/viVN.js +79 -0
  267. package/locale/zhCN.d.ts +2 -0
  268. package/locale/zhCN.js +57 -0
  269. package/locale/zhHK.d.ts +2 -0
  270. package/locale/zhHK.js +57 -0
  271. package/locale/zhTW.d.ts +2 -0
  272. package/locale/zhTW.js +57 -0
  273. package/package.json +8 -8
  274. package/styles/createColorScheme.js +2 -2
  275. package/styles/createTheme.d.ts +13 -5
  276. package/styles/createTheme.js +2 -2
  277. package/styles/createThemeFoundation.d.ts +277 -0
  278. package/styles/createThemeFoundation.js +5 -0
  279. package/styles/createThemeNoVars.d.ts +1 -1
  280. package/styles/createThemeWithVars.d.ts +23 -306
  281. package/useAutocomplete/useAutocomplete.js +2 -2
  282. package/version/index.js +2 -2
package/locale/deDE.js ADDED
@@ -0,0 +1,79 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.deDE = void 0;
7
+ const deDE = exports.deDE = {
8
+ components: {
9
+ MuiBreadcrumbs: {
10
+ defaultProps: {
11
+ expandText: 'Pfad anzeigen'
12
+ }
13
+ },
14
+ MuiTablePagination: {
15
+ defaultProps: {
16
+ getItemAriaLabel: type => {
17
+ if (type === 'first') {
18
+ return 'Zur ersten Seite';
19
+ }
20
+ if (type === 'last') {
21
+ return 'Zur letzten Seite';
22
+ }
23
+ if (type === 'next') {
24
+ return 'Zur nächsten Seite';
25
+ }
26
+ // if (type === 'previous') {
27
+ return 'Zur vorherigen Seite';
28
+ },
29
+ labelRowsPerPage: 'Zeilen pro Seite:',
30
+ labelDisplayedRows: ({
31
+ from,
32
+ to,
33
+ count
34
+ }) => `${from}–${to} von ${count !== -1 ? count : `mehr als ${to}`}`
35
+ }
36
+ },
37
+ MuiRating: {
38
+ defaultProps: {
39
+ getLabelText: value => `${value} ${value !== 1 ? 'Sterne' : 'Stern'}`,
40
+ emptyLabelText: 'Keine Wertung'
41
+ }
42
+ },
43
+ MuiAutocomplete: {
44
+ defaultProps: {
45
+ clearText: 'Leeren',
46
+ closeText: 'Schließen',
47
+ loadingText: 'Wird geladen…',
48
+ noOptionsText: 'Keine Optionen',
49
+ openText: 'Öffnen'
50
+ }
51
+ },
52
+ MuiAlert: {
53
+ defaultProps: {
54
+ closeText: 'Schließen'
55
+ }
56
+ },
57
+ MuiPagination: {
58
+ defaultProps: {
59
+ 'aria-label': 'Navigation via Seitennummerierung',
60
+ getItemAriaLabel: (type, page, selected) => {
61
+ if (type === 'page') {
62
+ return `${selected ? '' : 'Gehe zu '}Seite ${page}`;
63
+ }
64
+ if (type === 'first') {
65
+ return 'Zur ersten Seite';
66
+ }
67
+ if (type === 'last') {
68
+ return 'Zur letzten Seite';
69
+ }
70
+ if (type === 'next') {
71
+ return 'Zur nächsten Seite';
72
+ }
73
+ // if (type === 'previous') {
74
+ return 'Zur vorherigen Seite';
75
+ }
76
+ }
77
+ }
78
+ }
79
+ };
@@ -0,0 +1,2 @@
1
+ import type { Localization } from "./utils/LocaleTextApi.js";
2
+ export declare const elGR: Localization;
package/locale/elGR.js ADDED
@@ -0,0 +1,81 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.elGR = void 0;
7
+ const elGR = exports.elGR = {
8
+ components: {
9
+ MuiBreadcrumbs: {
10
+ defaultProps: {
11
+ expandText: 'Εμφάνιση διαδρομής'
12
+ }
13
+ },
14
+ MuiTablePagination: {
15
+ defaultProps: {
16
+ getItemAriaLabel: type => {
17
+ if (type === 'first') {
18
+ return 'Πρώτη σελίδα';
19
+ }
20
+ if (type === 'last') {
21
+ return 'Τελευταία σελίδα';
22
+ }
23
+ if (type === 'next') {
24
+ return 'Επόμενη σελίδα';
25
+ }
26
+
27
+ // if (type === "previous") {
28
+ return 'Προηγούμενη σελίδα';
29
+ },
30
+ labelRowsPerPage: 'Γραμμές ανα σελίδα:',
31
+ labelDisplayedRows: ({
32
+ from,
33
+ to,
34
+ count
35
+ }) => `${from}–${to} από ${count !== -1 ? count : `πάνω από ${to}`}`
36
+ }
37
+ },
38
+ MuiRating: {
39
+ defaultProps: {
40
+ getLabelText: value => `${value} Αστέρι${value !== 1 ? 'α' : ''}`,
41
+ emptyLabelText: 'Χωρίς βαθμολόγηση'
42
+ }
43
+ },
44
+ MuiAutocomplete: {
45
+ defaultProps: {
46
+ clearText: 'Καθαρισμός',
47
+ closeText: 'Κλείσιμο',
48
+ loadingText: 'Φόρτωση…',
49
+ noOptionsText: 'Δεν υπάρχουν επιλογές',
50
+ openText: 'Άνοιγμα'
51
+ }
52
+ },
53
+ MuiAlert: {
54
+ defaultProps: {
55
+ closeText: 'Κλείσιμο'
56
+ }
57
+ },
58
+ MuiPagination: {
59
+ defaultProps: {
60
+ 'aria-label': 'Πλοήγηση σε σελίδες',
61
+ getItemAriaLabel: (type, page, selected) => {
62
+ if (type === 'page') {
63
+ return `${selected ? '' : 'Μετάβαση '}σελίδα ${page}`;
64
+ }
65
+ if (type === 'first') {
66
+ return 'Πρώτη σελίδα';
67
+ }
68
+ if (type === 'last') {
69
+ return 'Τελευταία σελίδα';
70
+ }
71
+ if (type === 'next') {
72
+ return 'Επόμενη σελίδα';
73
+ }
74
+
75
+ // if (type === "previous") {
76
+ return 'Προηγούμενη σελίδα';
77
+ }
78
+ }
79
+ }
80
+ }
81
+ };
@@ -0,0 +1,2 @@
1
+ import type { Localization } from "./utils/LocaleTextApi.js";
2
+ export declare const enUS: Localization;
package/locale/enUS.js ADDED
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.enUS = void 0;
7
+ // default
8
+ const enUS = exports.enUS = {
9
+ /*
10
+ components: {
11
+ MuiBreadcrumbs: { defaultProps: {
12
+ expandText: 'Show path',
13
+ }},
14
+ MuiTablePagination: { defaultProps: {
15
+ getItemAriaLabel: (type) => {
16
+ if (type === 'first') {
17
+ return 'Go to first page';
18
+ }
19
+ if (type === 'last') {
20
+ return 'Go to last page';
21
+ }
22
+ if (type === 'next') {
23
+ return 'Go to next page';
24
+ }
25
+ // if (type === 'previous') {
26
+ return 'Go to previous page';
27
+ },
28
+ labelRowsPerPage: 'Rows per page:',
29
+ labelDisplayedRows: ({ from, to, count }) =>
30
+ `${from}–${to} of ${count !== -1 ? count : `more than ${to}`}`,
31
+ }},
32
+ MuiRating: { defaultProps: {
33
+ getLabelText: value => `${value} Star${value !== 1 ? 's' : ''}`,
34
+ emptyLabelText: 'Empty',
35
+ }},
36
+ MuiAutocomplete: { defaultProps: {
37
+ clearText: 'Clear',
38
+ closeText: 'Close',
39
+ loadingText: 'Loading…',
40
+ noOptionsText: 'No options',
41
+ openText: 'Open',
42
+ }},
43
+ MuiAlert: { defaultProps: {
44
+ closeText: 'Close',
45
+ }},
46
+ MuiPagination: { defaultProps: {
47
+ 'aria-label': 'Pagination navigation',
48
+ getItemAriaLabel: (type, page, selected) => {
49
+ if (type === 'page') {
50
+ return `${selected ? '' : 'Go to '}page ${page}`;
51
+ }
52
+ if (type === 'first') {
53
+ return 'Go to first page';
54
+ }
55
+ if (type === 'last') {
56
+ return 'Go to last page';
57
+ }
58
+ if (type === 'next') {
59
+ return 'Go to next page';
60
+ }
61
+ // if (type === 'previous') {
62
+ return 'Go to previous page';
63
+ },
64
+ }},
65
+ },
66
+ */
67
+ };
@@ -0,0 +1,2 @@
1
+ import type { Localization } from "./utils/LocaleTextApi.js";
2
+ export declare const esES: Localization;
package/locale/esES.js ADDED
@@ -0,0 +1,79 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.esES = void 0;
7
+ const esES = exports.esES = {
8
+ components: {
9
+ MuiBreadcrumbs: {
10
+ defaultProps: {
11
+ expandText: 'Mostrar ruta'
12
+ }
13
+ },
14
+ MuiTablePagination: {
15
+ defaultProps: {
16
+ getItemAriaLabel: type => {
17
+ if (type === 'first') {
18
+ return 'Ir a la primera página';
19
+ }
20
+ if (type === 'last') {
21
+ return 'Ir a la última página';
22
+ }
23
+ if (type === 'next') {
24
+ return 'Ir a la página siguiente';
25
+ }
26
+ // if (type === 'previous') {
27
+ return 'Ir a la página anterior';
28
+ },
29
+ labelRowsPerPage: 'Filas por página:',
30
+ labelDisplayedRows: ({
31
+ from,
32
+ to,
33
+ count
34
+ }) => `${from}–${to} de ${count !== -1 ? count : `más de ${to}`}`
35
+ }
36
+ },
37
+ MuiRating: {
38
+ defaultProps: {
39
+ getLabelText: value => `${value} Estrella${value !== 1 ? 's' : ''}`,
40
+ emptyLabelText: 'Vacío'
41
+ }
42
+ },
43
+ MuiAutocomplete: {
44
+ defaultProps: {
45
+ clearText: 'Limpiar',
46
+ closeText: 'Cerrar',
47
+ loadingText: 'Cargando…',
48
+ noOptionsText: 'Sin opciones',
49
+ openText: 'Abierto'
50
+ }
51
+ },
52
+ MuiAlert: {
53
+ defaultProps: {
54
+ closeText: 'Cerrar'
55
+ }
56
+ },
57
+ MuiPagination: {
58
+ defaultProps: {
59
+ 'aria-label': 'Paginador',
60
+ getItemAriaLabel: (type, page, selected) => {
61
+ if (type === 'page') {
62
+ return `${selected ? '' : 'Ir a la '}página ${page}`;
63
+ }
64
+ if (type === 'first') {
65
+ return 'Ir a la primera página';
66
+ }
67
+ if (type === 'last') {
68
+ return 'Ir a la última página';
69
+ }
70
+ if (type === 'next') {
71
+ return 'Ir a la página siguiente';
72
+ }
73
+ // if (type === 'previous') {
74
+ return 'Ir a la página anterior';
75
+ }
76
+ }
77
+ }
78
+ }
79
+ };
@@ -0,0 +1,2 @@
1
+ import type { Localization } from "./utils/LocaleTextApi.js";
2
+ export declare const etEE: Localization;
package/locale/etEE.js ADDED
@@ -0,0 +1,79 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.etEE = void 0;
7
+ const etEE = exports.etEE = {
8
+ components: {
9
+ MuiBreadcrumbs: {
10
+ defaultProps: {
11
+ expandText: 'Näita teed'
12
+ }
13
+ },
14
+ MuiTablePagination: {
15
+ defaultProps: {
16
+ getItemAriaLabel: type => {
17
+ if (type === 'first') {
18
+ return 'Vali esimene lehekülg';
19
+ }
20
+ if (type === 'last') {
21
+ return 'Vali viimane lehekülg';
22
+ }
23
+ if (type === 'next') {
24
+ return 'Vali järgmine lehekülg';
25
+ }
26
+ // if (type === 'previous') {
27
+ return 'Vali eelmine lehekülg';
28
+ },
29
+ labelRowsPerPage: 'Ridu leheküljel:',
30
+ labelDisplayedRows: ({
31
+ from,
32
+ to,
33
+ count
34
+ }) => `${from}–${to} / ${count !== -1 ? count : `rohkem kui ${to}`}`
35
+ }
36
+ },
37
+ MuiRating: {
38
+ defaultProps: {
39
+ getLabelText: value => `${value} Tärn${value !== 1 ? 'i' : ''}`,
40
+ emptyLabelText: 'Tühi'
41
+ }
42
+ },
43
+ MuiAutocomplete: {
44
+ defaultProps: {
45
+ clearText: 'Tühjenda',
46
+ closeText: 'Sulge',
47
+ loadingText: 'Laen…',
48
+ noOptionsText: 'Valikuid ei ole',
49
+ openText: 'Ava'
50
+ }
51
+ },
52
+ MuiAlert: {
53
+ defaultProps: {
54
+ closeText: 'Sulge'
55
+ }
56
+ },
57
+ MuiPagination: {
58
+ defaultProps: {
59
+ 'aria-label': 'Lehekülgede valik',
60
+ getItemAriaLabel: (type, page, selected) => {
61
+ if (type === 'page') {
62
+ return `${selected ? '' : 'Vali '}lehekülg ${page}`;
63
+ }
64
+ if (type === 'first') {
65
+ return 'Vali esimene lehekülg';
66
+ }
67
+ if (type === 'last') {
68
+ return 'Vali viimane lehekülg';
69
+ }
70
+ if (type === 'next') {
71
+ return 'Vali järgmine lehekülg';
72
+ }
73
+ // if (type === 'previous') {
74
+ return 'Vali eelmine lehekülg';
75
+ }
76
+ }
77
+ }
78
+ }
79
+ };
@@ -0,0 +1,2 @@
1
+ import type { Localization } from "./utils/LocaleTextApi.js";
2
+ export declare const faIR: Localization;
package/locale/faIR.js ADDED
@@ -0,0 +1,84 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.faIR = void 0;
7
+ const faIR = exports.faIR = {
8
+ components: {
9
+ // MuiBreadcrumbs: {
10
+ // defaultProps: {
11
+ // expandText: 'Show path',
12
+ // },
13
+ // },
14
+ MuiBreadcrumbs: {
15
+ defaultProps: {
16
+ expandText: 'نمایش مسیر'
17
+ }
18
+ },
19
+ MuiTablePagination: {
20
+ defaultProps: {
21
+ getItemAriaLabel: type => {
22
+ if (type === 'first') {
23
+ return 'رفتن به اولین صفحه';
24
+ }
25
+ if (type === 'last') {
26
+ return 'رفتن به آخرین صفحه';
27
+ }
28
+ if (type === 'next') {
29
+ return 'رفتن به صفحه‌ی بعدی';
30
+ }
31
+ // if (type === 'previous') {
32
+ return 'رفتن به صفحه‌ی قبلی';
33
+ },
34
+ labelRowsPerPage: 'تعداد سطرهای هر صفحه:',
35
+ labelDisplayedRows: ({
36
+ from,
37
+ to,
38
+ count
39
+ }) => `${from}–${to} از ${count !== -1 ? count : `بیشتر از ${to}`}`
40
+ }
41
+ },
42
+ MuiRating: {
43
+ defaultProps: {
44
+ getLabelText: value => `${value} ستاره`,
45
+ emptyLabelText: 'خالی'
46
+ }
47
+ },
48
+ MuiAutocomplete: {
49
+ defaultProps: {
50
+ clearText: 'پاک‌کردن',
51
+ closeText: 'بستن',
52
+ loadingText: 'در حال بارگذاری…',
53
+ noOptionsText: 'بی‌نتیجه',
54
+ openText: 'بازکردن'
55
+ }
56
+ },
57
+ MuiAlert: {
58
+ defaultProps: {
59
+ closeText: 'بستن'
60
+ }
61
+ },
62
+ MuiPagination: {
63
+ defaultProps: {
64
+ 'aria-label': 'ناوبری صفحه',
65
+ getItemAriaLabel: (type, page, selected) => {
66
+ if (type === 'page') {
67
+ return `${selected ? '' : 'رفتن به '}صفحهٔ ${page}`;
68
+ }
69
+ if (type === 'first') {
70
+ return 'رفتن به اولین صفحه';
71
+ }
72
+ if (type === 'last') {
73
+ return 'رفتن به آخرین صفحه';
74
+ }
75
+ if (type === 'next') {
76
+ return 'رفتن به صفحه‌ی بعدی';
77
+ }
78
+ // if (type === 'previous') {
79
+ return 'رفتن به صفحه‌ی قبلی';
80
+ }
81
+ }
82
+ }
83
+ }
84
+ };
@@ -0,0 +1,2 @@
1
+ import type { Localization } from "./utils/LocaleTextApi.js";
2
+ export declare const fiFI: Localization;
package/locale/fiFI.js ADDED
@@ -0,0 +1,79 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.fiFI = void 0;
7
+ const fiFI = exports.fiFI = {
8
+ components: {
9
+ MuiBreadcrumbs: {
10
+ defaultProps: {
11
+ expandText: 'Näytä reitti'
12
+ }
13
+ },
14
+ MuiTablePagination: {
15
+ defaultProps: {
16
+ getItemAriaLabel: type => {
17
+ if (type === 'first') {
18
+ return 'Mene ensimmäiselle sivulle';
19
+ }
20
+ if (type === 'last') {
21
+ return 'Mene viimeiselle sivulle';
22
+ }
23
+ if (type === 'next') {
24
+ return 'Mene seuraavalle sivulle';
25
+ }
26
+ // if (type === 'previous') {
27
+ return 'Mene edelliselle sivulle';
28
+ },
29
+ labelRowsPerPage: 'Rivejä per sivu:',
30
+ labelDisplayedRows: ({
31
+ from,
32
+ to,
33
+ count
34
+ }) => `${from}–${to} / ${count !== -1 ? count : `enemmän kuin ${to}`}`
35
+ }
36
+ },
37
+ MuiRating: {
38
+ defaultProps: {
39
+ getLabelText: value => `${value} Täht${value !== 1 ? 'eä' : 'i'}`,
40
+ emptyLabelText: 'Tyhjä'
41
+ }
42
+ },
43
+ MuiAutocomplete: {
44
+ defaultProps: {
45
+ clearText: 'Tyhjennä',
46
+ closeText: 'Sulje',
47
+ loadingText: 'Ladataan…',
48
+ noOptionsText: 'Ei valintoja',
49
+ openText: 'Avaa'
50
+ }
51
+ },
52
+ MuiAlert: {
53
+ defaultProps: {
54
+ closeText: 'Sulje'
55
+ }
56
+ },
57
+ MuiPagination: {
58
+ defaultProps: {
59
+ 'aria-label': 'Sivutus navigaatio',
60
+ getItemAriaLabel: (type, page, selected) => {
61
+ if (type === 'page') {
62
+ return `${selected ? 'sivu' : 'Mene sivulle'} ${page}`;
63
+ }
64
+ if (type === 'first') {
65
+ return 'Mene ensimmäiselle sivulle';
66
+ }
67
+ if (type === 'last') {
68
+ return 'Mene viimeiselle sivulle';
69
+ }
70
+ if (type === 'next') {
71
+ return 'Mene seuraavalle sivulle';
72
+ }
73
+ // if (type === 'previous') {
74
+ return 'Mene edelliselle sivulle';
75
+ }
76
+ }
77
+ }
78
+ }
79
+ };
@@ -0,0 +1,2 @@
1
+ import type { Localization } from "./utils/LocaleTextApi.js";
2
+ export declare const frFR: Localization;
package/locale/frFR.js ADDED
@@ -0,0 +1,79 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.frFR = void 0;
7
+ const frFR = exports.frFR = {
8
+ components: {
9
+ MuiBreadcrumbs: {
10
+ defaultProps: {
11
+ expandText: 'Montrer le chemin'
12
+ }
13
+ },
14
+ MuiTablePagination: {
15
+ defaultProps: {
16
+ getItemAriaLabel: type => {
17
+ if (type === 'first') {
18
+ return 'Aller à la première page';
19
+ }
20
+ if (type === 'last') {
21
+ return 'Aller à la dernière page';
22
+ }
23
+ if (type === 'next') {
24
+ return 'Aller à la page suivante';
25
+ }
26
+ // if (type === 'previous') {
27
+ return 'Aller à la page précédente';
28
+ },
29
+ labelRowsPerPage: 'Lignes par page :',
30
+ labelDisplayedRows: ({
31
+ from,
32
+ to,
33
+ count
34
+ }) => `${from}–${to} sur ${count !== -1 ? count : `plus que ${to}`}`
35
+ }
36
+ },
37
+ MuiRating: {
38
+ defaultProps: {
39
+ getLabelText: value => `${value} Etoile${value !== 1 ? 's' : ''}`,
40
+ emptyLabelText: 'Vide'
41
+ }
42
+ },
43
+ MuiAutocomplete: {
44
+ defaultProps: {
45
+ clearText: 'Vider',
46
+ closeText: 'Fermer',
47
+ loadingText: 'Chargement…',
48
+ noOptionsText: 'Pas de résultats',
49
+ openText: 'Ouvrir'
50
+ }
51
+ },
52
+ MuiAlert: {
53
+ defaultProps: {
54
+ closeText: 'Fermer'
55
+ }
56
+ },
57
+ MuiPagination: {
58
+ defaultProps: {
59
+ 'aria-label': 'navigation de pagination',
60
+ getItemAriaLabel: (type, page, selected) => {
61
+ if (type === 'page') {
62
+ return `${selected ? '' : 'Aller à la '}page ${page}`;
63
+ }
64
+ if (type === 'first') {
65
+ return 'Aller à la première page';
66
+ }
67
+ if (type === 'last') {
68
+ return 'Aller à la dernière page';
69
+ }
70
+ if (type === 'next') {
71
+ return 'Aller à la page suivante';
72
+ }
73
+ // if (type === 'previous') {
74
+ return 'Aller à la page précédente';
75
+ }
76
+ }
77
+ }
78
+ }
79
+ };
@@ -0,0 +1,2 @@
1
+ import type { Localization } from "./utils/LocaleTextApi.js";
2
+ export declare const heIL: Localization;