@vodafone_de/brix-components 3.1.7 → 3.1.8

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 (2832) hide show
  1. package/BackgroundColor-C3dayRDw.cjs +13 -0
  2. package/BackgroundColor-JObp_2xA.js +14 -0
  3. package/BorderColor-Bl18ZGTj.cjs +23 -0
  4. package/BorderColor-BummoQ1-.js +24 -0
  5. package/BorderRadius-ClUShVLu.js +10 -0
  6. package/BorderRadius-tg_0N_aM.cjs +9 -0
  7. package/BorderWidth-BLS_JGlE.cjs +15 -0
  8. package/BorderWidth-DfOlyKK7.js +16 -0
  9. package/CornerStyle-Dp7lKShv.cjs +5 -0
  10. package/CornerStyle-JEbGNArR.js +6 -0
  11. package/FontWeight-CR22KTex.js +8 -0
  12. package/FontWeight-D3-RZpaX.cjs +7 -0
  13. package/HeadingSize-CfCRn3Lh.js +12 -0
  14. package/HeadingSize-cjNplkhN.cjs +11 -0
  15. package/IconColor-B-BmIdKj.cjs +9 -0
  16. package/IconColor-CtC9WUgr.js +10 -0
  17. package/ObjectColor-BZDBuV8H.js +22 -0
  18. package/ObjectColor-BrtIOUrJ.cjs +21 -0
  19. package/Opacity-gfDZhzig.cjs +5 -0
  20. package/Opacity-smkGiwsf.js +6 -0
  21. package/SizeTypes-Ck_RdzIf.js +8 -0
  22. package/SizeTypes-CoZ2p2qq.cjs +7 -0
  23. package/Spacing-Cu_j2b83.cjs +15 -0
  24. package/Spacing-D0HQH9YJ.js +16 -0
  25. package/TextBodySize-BcZR9mh2.js +6 -0
  26. package/TextBodySize-DeP5RE2m.cjs +5 -0
  27. package/TextColor-BZDXH1wP.cjs +15 -0
  28. package/TextColor-DsntmDNw.js +16 -0
  29. package/colorUtils-BYlfVHXJ.js +94 -0
  30. package/colorUtils-DlX47rtH.cjs +93 -0
  31. package/components/Accordion/index.d.ts +5 -0
  32. package/components/Accordion/index.js +195 -0
  33. package/components/Accordion/props.d.ts +63 -0
  34. package/components/Accordion/styled.d.ts +6 -0
  35. package/components/AccordionGroup/AccordionGroupSingleExpand.d.ts +7 -0
  36. package/components/AccordionGroup/index.d.ts +5 -0
  37. package/components/AccordionGroup/index.js +58 -0
  38. package/components/AccordionGroup/props.d.ts +15 -0
  39. package/components/AccordionGroup/stories/scrollToViewFixedHeaderStoryObj.d.ts +3 -0
  40. package/components/AccordionGroup/styled.d.ts +2 -0
  41. package/components/Badge/index.d.ts +5 -0
  42. package/components/Badge/index.js +11 -0
  43. package/components/Badge/props.d.ts +30 -0
  44. package/components/Badge/styled.d.ts +2 -0
  45. package/components/Body/index.d.ts +5 -0
  46. package/components/Body/index.js +75 -0
  47. package/components/Body/props.d.ts +40 -0
  48. package/components/Body/styled.d.ts +4 -0
  49. package/components/BottomBar/index.d.ts +5 -0
  50. package/components/BottomBar/index.js +78 -0
  51. package/components/BottomBar/props.d.ts +18 -0
  52. package/components/BottomBar/styled.d.ts +3 -0
  53. package/components/Button/ButtonAppearanceHelper.d.ts +5 -0
  54. package/components/Button/getButtonIcon.d.ts +2 -0
  55. package/components/Button/index.d.ts +6 -0
  56. package/components/Button/index.js +24 -0
  57. package/components/Button/props.d.ts +40 -0
  58. package/components/Button/styled.d.ts +10 -0
  59. package/components/ButtonAsLink/index.d.ts +5 -0
  60. package/components/ButtonAsLink/index.js +6 -0
  61. package/components/ButtonAsLink/props.d.ts +14 -0
  62. package/components/ButtonAsLink/styled.d.ts +2 -0
  63. package/components/ButtonGroup/index.d.ts +5 -0
  64. package/components/ButtonGroup/index.js +33 -0
  65. package/components/ButtonGroup/props.d.ts +30 -0
  66. package/components/Card/index.d.ts +5 -0
  67. package/components/Card/index.js +17 -0
  68. package/components/Card/props.d.ts +28 -0
  69. package/components/Card/styled.d.ts +2 -0
  70. package/components/Carousel/components/CarouselContext.d.ts +20 -0
  71. package/components/Carousel/components/CarouselIndicator.d.ts +2 -0
  72. package/components/Carousel/components/CarouselInner.d.ts +4 -0
  73. package/components/Carousel/components/CarouselItem.d.ts +3 -0
  74. package/components/Carousel/components/CarouselNavigation.d.ts +7 -0
  75. package/components/Carousel/index.d.ts +5 -0
  76. package/components/Carousel/index.js +496 -0
  77. package/components/Carousel/props.d.ts +88 -0
  78. package/components/Carousel/stories/productCards.d.ts +6 -0
  79. package/components/Carousel/styled.d.ts +19 -0
  80. package/components/Carousel/utils/carouselDefaultGridConfig.d.ts +2 -0
  81. package/components/Carousel/utils/getItemByScroll.d.ts +2 -0
  82. package/components/Carousel/utils/getItems.d.ts +2 -0
  83. package/components/Carousel/utils/scrollTo.d.ts +1 -0
  84. package/components/Carousel/utils/useScrollSpy.d.ts +2 -0
  85. package/components/Checkbox/assets/CheckedBox.d.ts +3 -0
  86. package/components/Checkbox/assets/UncheckedBox.d.ts +3 -0
  87. package/components/Checkbox/index.d.ts +5 -0
  88. package/components/Checkbox/index.js +217 -0
  89. package/components/Checkbox/props.d.ts +20 -0
  90. package/components/Checkbox/styled.d.ts +13 -0
  91. package/components/CheckboxGroup/index.d.ts +5 -0
  92. package/components/CheckboxGroup/index.js +57 -0
  93. package/components/CheckboxGroup/props.d.ts +21 -0
  94. package/components/CheckboxGroup/styled.d.ts +2 -0
  95. package/components/Collapsible/index.d.ts +5 -0
  96. package/components/Collapsible/index.js +84 -0
  97. package/components/Collapsible/props.d.ts +15 -0
  98. package/components/Collapsible/styled.d.ts +3 -0
  99. package/components/ColorSwatch/index.d.ts +5 -0
  100. package/components/ColorSwatch/index.js +87 -0
  101. package/components/ColorSwatch/props.d.ts +19 -0
  102. package/components/ColorSwatch/styled.d.ts +5 -0
  103. package/components/ColorSwatchGroup/index.d.ts +5 -0
  104. package/components/ColorSwatchGroup/index.js +42 -0
  105. package/components/ColorSwatchGroup/props.d.ts +17 -0
  106. package/components/ColorSwatchGroup/styled.d.ts +4 -0
  107. package/components/Container/index.d.ts +5 -0
  108. package/components/Container/index.js +76 -0
  109. package/components/Container/props.d.ts +27 -0
  110. package/components/Container/styled.d.ts +3 -0
  111. package/components/DateInput/index.d.ts +4 -0
  112. package/components/DateInput/index.js +85 -0
  113. package/components/DateInput/props.d.ts +13 -0
  114. package/components/DateInput/styled.d.ts +4 -0
  115. package/components/DemoBox/index.d.ts +5 -0
  116. package/components/DemoBox/index.js +20 -0
  117. package/components/DemoBox/props.d.ts +5 -0
  118. package/components/DemoBox/styled.d.ts +2 -0
  119. package/components/Dialog/index.d.ts +5 -0
  120. package/components/Dialog/index.js +171 -0
  121. package/components/Dialog/props.d.ts +47 -0
  122. package/components/Dialog/styled.d.ts +9 -0
  123. package/components/DiscoveryCard/components/DiscoveryCardLinkedImage.d.ts +4 -0
  124. package/components/DiscoveryCard/index.d.ts +5 -0
  125. package/components/DiscoveryCard/index.js +130 -0
  126. package/components/DiscoveryCard/props.d.ts +45 -0
  127. package/components/DiscoveryCard/styled.d.ts +6 -0
  128. package/components/DiscoveryCardGroup/index.d.ts +5 -0
  129. package/components/DiscoveryCardGroup/index.js +52 -0
  130. package/components/DiscoveryCardGroup/props.d.ts +21 -0
  131. package/components/DiscoveryCardGroup/styled.d.ts +6 -0
  132. package/components/Divider/index.d.ts +5 -0
  133. package/components/Divider/index.js +29 -0
  134. package/components/Divider/props.d.ts +5 -0
  135. package/components/Divider/styled.d.ts +2 -0
  136. package/components/Fieldset/index.d.ts +4 -0
  137. package/components/Fieldset/index.js +40 -0
  138. package/components/Fieldset/props.d.ts +38 -0
  139. package/components/Fieldset/styled.d.ts +2 -0
  140. package/components/FilterGroup/index.d.ts +5 -0
  141. package/components/FilterGroup/index.js +147 -0
  142. package/components/FilterGroup/props.d.ts +29 -0
  143. package/components/FilterGroup/styled.d.ts +7 -0
  144. package/components/Flex/index.d.ts +5 -0
  145. package/components/Flex/index.js +16 -0
  146. package/components/Flex/props.d.ts +35 -0
  147. package/components/Flex/stories/autoAndFullItemArgs.d.ts +2 -0
  148. package/components/Flex/stories/autoAndFullItemVerticalArgs.d.ts +2 -0
  149. package/components/Flex/stories/fullAndAutoItemArgs.d.ts +2 -0
  150. package/components/Flex/stories/fullAndAutoItemVerticalArgs.d.ts +2 -0
  151. package/components/Flex/stories/justifyBetweenArgs.d.ts +2 -0
  152. package/components/Flex/stories/justifyBetweenVerticalArgs.d.ts +2 -0
  153. package/components/Flex/stories/justifyCenterArgs.d.ts +2 -0
  154. package/components/Flex/stories/justifyCenterVerticalArgs.d.ts +2 -0
  155. package/components/Flex/stories/justifyEndArgs.d.ts +2 -0
  156. package/components/Flex/stories/justifyEndVerticalArgs.d.ts +2 -0
  157. package/components/Flex/stories/justifyStartArgs.d.ts +2 -0
  158. package/components/Flex/stories/justifyStartVerticalArgs.d.ts +2 -0
  159. package/components/Flex/stories/twoFullItemsArgs.d.ts +2 -0
  160. package/components/Flex/stories/twoFullItemsVerticalArgs.d.ts +2 -0
  161. package/components/Flex/stories/xlGapSpacingArgs.d.ts +2 -0
  162. package/components/Flex/styled.d.ts +2 -0
  163. package/components/FlexItem/index.d.ts +5 -0
  164. package/components/FlexItem/index.js +41 -0
  165. package/components/FlexItem/props.d.ts +17 -0
  166. package/components/FlexItem/styled.d.ts +2 -0
  167. package/components/FootnoteContent/index.d.ts +5 -0
  168. package/components/FootnoteContent/index.js +38 -0
  169. package/components/FootnoteContent/props.d.ts +17 -0
  170. package/components/FootnoteContent/styled.d.ts +2 -0
  171. package/components/FootnoteLink/index.d.ts +5 -0
  172. package/components/FootnoteLink/index.js +45 -0
  173. package/components/FootnoteLink/props.d.ts +24 -0
  174. package/components/FootnoteLink/styled.d.ts +1 -0
  175. package/components/Form/index.d.ts +5 -0
  176. package/components/Form/index.js +19 -0
  177. package/components/Form/props.d.ts +15 -0
  178. package/components/Form/styled.d.ts +2 -0
  179. package/components/FormElement/index.d.ts +5 -0
  180. package/components/FormElement/index.js +30 -0
  181. package/components/FormElement/props.d.ts +12 -0
  182. package/components/FormElement/styled.d.ts +4 -0
  183. package/components/FormHelperLabel/index.d.ts +10 -0
  184. package/components/FormHelperLabel/index.js +20 -0
  185. package/components/FormHelperLabel/props.d.ts +5 -0
  186. package/components/FormHelperMessage/index.d.ts +5 -0
  187. package/components/FormHelperMessage/index.js +46 -0
  188. package/components/FormHelperMessage/props.d.ts +18 -0
  189. package/components/FormHelperMessage/styled.d.ts +5 -0
  190. package/components/FormHelperStatusIcon/index.d.ts +14 -0
  191. package/components/FormHelperStatusIcon/index.js +50 -0
  192. package/components/FormHelperStatusIcon/props.d.ts +5 -0
  193. package/components/FormHelperStatusIcon/styled.d.ts +3 -0
  194. package/components/GoogleMap/components/ConsentMessage/bg.d.ts +6 -0
  195. package/components/GoogleMap/components/ConsentMessage/index.d.ts +4 -0
  196. package/components/GoogleMap/components/ConsentMessage/props.d.ts +23 -0
  197. package/components/GoogleMap/components/ConsentMessage/styled.d.ts +7 -0
  198. package/components/GoogleMap/components/Map/MapInner.d.ts +4 -0
  199. package/components/GoogleMap/components/Map/MapProvider.d.ts +4 -0
  200. package/components/GoogleMap/components/Map/props.d.ts +6 -0
  201. package/components/GoogleMap/index.d.ts +5 -0
  202. package/components/GoogleMap/index.js +195 -0
  203. package/components/GoogleMap/props.d.ts +45 -0
  204. package/components/GoogleMap/styled.d.ts +2 -0
  205. package/components/Grid/getColumnWidth.d.ts +3 -0
  206. package/components/Grid/getOffset.d.ts +3 -0
  207. package/components/Grid/helpers.d.ts +5 -0
  208. package/components/Grid/index.d.ts +5 -0
  209. package/components/Grid/index.js +38 -0
  210. package/components/Grid/props.d.ts +48 -0
  211. package/components/Grid/stories/alignGridCenterArgs.d.ts +2 -0
  212. package/components/Grid/stories/alignGridItemArgs.d.ts +2 -0
  213. package/components/Grid/stories/alignGridRightArgs.d.ts +2 -0
  214. package/components/Grid/stories/grid12Args.d.ts +2 -0
  215. package/components/Grid/stories/grid222222Args.d.ts +2 -0
  216. package/components/Grid/stories/grid3333Args.d.ts +2 -0
  217. package/components/Grid/stories/grid363Args.d.ts +2 -0
  218. package/components/Grid/stories/grid444Args.d.ts +2 -0
  219. package/components/Grid/stories/grid64Args.d.ts +2 -0
  220. package/components/Grid/stories/grid66Args.d.ts +2 -0
  221. package/components/Grid/stories/grid75Args.d.ts +2 -0
  222. package/components/Grid/stories/nestingArgs.d.ts +2 -0
  223. package/components/Grid/stories/noSpacingArgs.d.ts +2 -0
  224. package/components/Grid/stories/offsetArgs.d.ts +2 -0
  225. package/components/Grid/stories/responsiveArgs.d.ts +2 -0
  226. package/components/Grid/stories/stretchArgs.d.ts +2 -0
  227. package/components/Grid/stories/tagOrderedListArgs.d.ts +2 -0
  228. package/components/Grid/stories/tagUnorderedListArgs.d.ts +2 -0
  229. package/components/Grid/styled.d.ts +2 -0
  230. package/components/GridItem/index.d.ts +5 -0
  231. package/components/GridItem/index.js +11 -0
  232. package/components/GridItem/props.d.ts +25 -0
  233. package/components/GridItem/styled.d.ts +3 -0
  234. package/components/Heading/index.d.ts +5 -0
  235. package/components/Heading/index.js +94 -0
  236. package/components/Heading/props.d.ts +46 -0
  237. package/components/Heading/styled.d.ts +8 -0
  238. package/components/HifiIcon/index.d.ts +5 -0
  239. package/components/HifiIcon/index.js +30 -0
  240. package/components/HifiIcon/props.d.ts +23 -0
  241. package/components/HifiIcon/styled.d.ts +2 -0
  242. package/components/Icon/index.d.ts +14 -0
  243. package/components/Icon/index.js +38 -0
  244. package/components/Icon/props.d.ts +17 -0
  245. package/components/IconButton/index.d.ts +5 -0
  246. package/components/IconButton/index.js +85 -0
  247. package/components/IconButton/props.d.ts +42 -0
  248. package/components/IconButton/styled.d.ts +4 -0
  249. package/components/IconSnippet/index.d.ts +5 -0
  250. package/components/IconSnippet/index.js +112 -0
  251. package/components/IconSnippet/props.d.ts +53 -0
  252. package/components/IconSnippet/styled.d.ts +6 -0
  253. package/components/IconSnippetList/index.d.ts +5 -0
  254. package/components/IconSnippetList/index.js +24 -0
  255. package/components/IconSnippetList/props.d.ts +19 -0
  256. package/components/IconSnippetList/styled.d.ts +2 -0
  257. package/components/Image/index.d.ts +5 -0
  258. package/components/Image/index.js +84 -0
  259. package/components/Image/props.d.ts +61 -0
  260. package/components/Image/styled.d.ts +2 -0
  261. package/components/ImageHeader/index.d.ts +5 -0
  262. package/components/ImageHeader/index.js +262 -0
  263. package/components/ImageHeader/props.d.ts +69 -0
  264. package/components/ImageHeader/styled.d.ts +9 -0
  265. package/components/InlineLink/index.d.ts +5 -0
  266. package/components/InlineLink/index.js +42 -0
  267. package/components/InlineLink/props.d.ts +16 -0
  268. package/components/InlineLink/styled.d.ts +2 -0
  269. package/components/Input/index.d.ts +8 -0
  270. package/components/Input/index.js +54 -0
  271. package/components/Input/props.d.ts +48 -0
  272. package/components/Input/styled.d.ts +7 -0
  273. package/components/Label/index.d.ts +5 -0
  274. package/components/Label/index.js +21 -0
  275. package/components/Label/props.d.ts +12 -0
  276. package/components/Label/styled.d.ts +2 -0
  277. package/components/Legend/index.d.ts +5 -0
  278. package/components/Legend/index.js +59 -0
  279. package/components/Legend/props.d.ts +17 -0
  280. package/components/Legend/styled.d.ts +1 -0
  281. package/components/Link/getLinkIcon.d.ts +3 -0
  282. package/components/Link/index.d.ts +6 -0
  283. package/components/Link/index.js +18 -0
  284. package/components/Link/props.d.ts +28 -0
  285. package/components/Link/styled.d.ts +4 -0
  286. package/components/LinkAsButton/index.d.ts +5 -0
  287. package/components/LinkAsButton/index.js +6 -0
  288. package/components/LinkAsButton/props.d.ts +13 -0
  289. package/components/LinkAsButton/styled.d.ts +2 -0
  290. package/components/LinkList/index.d.ts +5 -0
  291. package/components/LinkList/index.js +64 -0
  292. package/components/LinkList/props.d.ts +29 -0
  293. package/components/LinkList/styled.d.ts +3 -0
  294. package/components/LinkListItem/index.d.ts +5 -0
  295. package/components/LinkListItem/index.js +316 -0
  296. package/components/LinkListItem/props.d.ts +46 -0
  297. package/components/LinkListItem/styled.d.ts +11 -0
  298. package/components/LoadingSpinner/LoadingSpinnerSVG.d.ts +4 -0
  299. package/components/LoadingSpinner/index.d.ts +5 -0
  300. package/components/LoadingSpinner/index.js +69 -0
  301. package/components/LoadingSpinner/props.d.ts +46 -0
  302. package/components/LoadingSpinner/styled.d.ts +20 -0
  303. package/components/Notification/index.d.ts +5 -0
  304. package/components/Notification/index.js +181 -0
  305. package/components/Notification/notificationStatusVariants.d.ts +12 -0
  306. package/components/Notification/props.d.ts +30 -0
  307. package/components/Notification/styled.d.ts +10 -0
  308. package/components/Overlay/index.d.ts +5 -0
  309. package/components/Overlay/index.js +33 -0
  310. package/components/Overlay/props.d.ts +9 -0
  311. package/components/Overlay/styled.d.ts +2 -0
  312. package/components/PickerGroup/Pickers.d.ts +9 -0
  313. package/components/PickerGroup/components/Picker/index.d.ts +5 -0
  314. package/components/PickerGroup/components/Picker/props.d.ts +75 -0
  315. package/components/PickerGroup/components/Picker/styled.d.ts +5 -0
  316. package/components/PickerGroup/components/PickerElementIcon/index.d.ts +4 -0
  317. package/components/PickerGroup/components/PickerElementIcon/styled.d.ts +1 -0
  318. package/components/PickerGroup/components/PickerElementImage/index.d.ts +4 -0
  319. package/components/PickerGroup/components/PickerElementImage/styled.d.ts +1 -0
  320. package/components/PickerGroup/components/PickerElementLabel/styled.d.ts +1 -0
  321. package/components/PickerGroup/components/PickerElementSuffix/styled.d.ts +1 -0
  322. package/components/PickerGroup/index.d.ts +5 -0
  323. package/components/PickerGroup/index.js +281 -0
  324. package/components/PickerGroup/props.d.ts +29 -0
  325. package/components/Price/index.d.ts +7 -0
  326. package/components/Price/index.js +18 -0
  327. package/components/Price/props.d.ts +65 -0
  328. package/components/Price/styled.d.ts +7 -0
  329. package/components/ProductCard/index.d.ts +5 -0
  330. package/components/ProductCard/index.js +80 -0
  331. package/components/ProductCard/props.d.ts +33 -0
  332. package/components/ProductCard/styled.d.ts +6 -0
  333. package/components/RadioGroup/components/Radio/assets/RadioSVG.d.ts +3 -0
  334. package/components/RadioGroup/components/Radio/index.d.ts +4 -0
  335. package/components/RadioGroup/components/Radio/props.d.ts +15 -0
  336. package/components/RadioGroup/components/Radio/styled.d.ts +8 -0
  337. package/components/RadioGroup/index.d.ts +5 -0
  338. package/components/RadioGroup/index.js +196 -0
  339. package/components/RadioGroup/props.d.ts +25 -0
  340. package/components/ResponsiveImage/index.d.ts +5 -0
  341. package/components/ResponsiveImage/index.js +88 -0
  342. package/components/ResponsiveImage/props.d.ts +16 -0
  343. package/components/ResponsiveImage/styled.d.ts +4 -0
  344. package/components/RichText/index.d.ts +5 -0
  345. package/components/RichText/index.js +6 -0
  346. package/components/RichText/parseHtml.d.ts +17 -0
  347. package/components/RichText/props.d.ts +22 -0
  348. package/components/ScreenreaderOnly/index.d.ts +5 -0
  349. package/components/ScreenreaderOnly/index.js +5 -0
  350. package/components/ScreenreaderOnly/props.d.ts +9 -0
  351. package/components/ScreenreaderOnly/styled.d.ts +2 -0
  352. package/components/SearchInput/index.d.ts +4 -0
  353. package/components/SearchInput/index.js +139 -0
  354. package/components/SearchInput/props.d.ts +34 -0
  355. package/components/SearchInput/styled.d.ts +13 -0
  356. package/components/SelectInput/index.d.ts +8 -0
  357. package/components/SelectInput/index.js +159 -0
  358. package/components/SelectInput/props.d.ts +19 -0
  359. package/components/SelectInput/styled.d.ts +5 -0
  360. package/components/Stepper/index.d.ts +5 -0
  361. package/components/Stepper/index.js +204 -0
  362. package/components/Stepper/props.d.ts +23 -0
  363. package/components/Stepper/styled.d.ts +6 -0
  364. package/components/SuggestInput/SuggestInputFormElement.d.ts +4 -0
  365. package/components/SuggestInput/components/SuggestInputList/index.d.ts +4 -0
  366. package/components/SuggestInput/components/SuggestInputList/props.d.ts +13 -0
  367. package/components/SuggestInput/components/SuggestInputList/styled.d.ts +8 -0
  368. package/components/SuggestInput/index.d.ts +4 -0
  369. package/components/SuggestInput/index.js +386 -0
  370. package/components/SuggestInput/props.d.ts +37 -0
  371. package/components/SuggestInput/styled.d.ts +13 -0
  372. package/components/Switch/getHandleIcon.d.ts +1 -0
  373. package/components/Switch/index.d.ts +5 -0
  374. package/components/Switch/index.js +168 -0
  375. package/components/Switch/props.d.ts +20 -0
  376. package/components/Switch/styled.d.ts +8 -0
  377. package/components/TabularPrice/index.d.ts +5 -0
  378. package/components/TabularPrice/index.js +7 -0
  379. package/components/TabularPrice/props.d.ts +17 -0
  380. package/components/TabularPrice/styled.d.ts +3 -0
  381. package/components/TextList/index.d.ts +5 -0
  382. package/components/TextList/index.js +10 -0
  383. package/components/TextList/props.d.ts +37 -0
  384. package/components/TextList/styled.d.ts +3 -0
  385. package/components/Textarea/index.d.ts +4 -0
  386. package/components/Textarea/index.js +155 -0
  387. package/components/Textarea/props.d.ts +17 -0
  388. package/components/Textarea/styled.d.ts +11 -0
  389. package/components/Tray/index.d.ts +5 -0
  390. package/components/Tray/index.js +217 -0
  391. package/components/Tray/props.d.ts +43 -0
  392. package/components/Tray/styled.d.ts +7 -0
  393. package/easing-CWOuUocw.cjs +5 -0
  394. package/easing-Dm-pO8SY.js +6 -0
  395. package/esm/components/Accordion/index.js +194 -0
  396. package/esm/components/AccordionGroup/index.js +58 -0
  397. package/esm/components/Badge/index.js +10 -0
  398. package/esm/components/Body/index.js +74 -0
  399. package/esm/components/BottomBar/index.js +78 -0
  400. package/esm/components/Button/index.js +23 -0
  401. package/esm/components/ButtonAsLink/index.js +6 -0
  402. package/esm/components/ButtonGroup/index.js +33 -0
  403. package/esm/components/Card/index.js +17 -0
  404. package/esm/components/Carousel/index.js +496 -0
  405. package/esm/components/Checkbox/index.js +217 -0
  406. package/esm/components/CheckboxGroup/index.js +57 -0
  407. package/esm/components/Collapsible/index.js +84 -0
  408. package/esm/components/ColorSwatch/index.js +86 -0
  409. package/esm/components/ColorSwatchGroup/index.js +42 -0
  410. package/esm/components/Container/index.js +75 -0
  411. package/esm/components/DateInput/index.js +85 -0
  412. package/esm/components/DemoBox/index.js +20 -0
  413. package/esm/components/Dialog/index.js +171 -0
  414. package/esm/components/DiscoveryCard/index.js +129 -0
  415. package/esm/components/DiscoveryCardGroup/index.js +52 -0
  416. package/esm/components/Divider/index.js +29 -0
  417. package/esm/components/Fieldset/index.js +40 -0
  418. package/esm/components/FilterGroup/index.js +147 -0
  419. package/esm/components/Flex/index.js +16 -0
  420. package/esm/components/FlexItem/index.js +40 -0
  421. package/esm/components/FootnoteContent/index.js +38 -0
  422. package/esm/components/FootnoteLink/index.js +45 -0
  423. package/esm/components/Form/index.js +19 -0
  424. package/esm/components/FormElement/index.js +30 -0
  425. package/esm/components/FormHelperLabel/index.js +20 -0
  426. package/esm/components/FormHelperMessage/index.js +46 -0
  427. package/esm/components/FormHelperStatusIcon/index.js +49 -0
  428. package/esm/components/GoogleMap/index.js +195 -0
  429. package/esm/components/Grid/index.js +38 -0
  430. package/esm/components/GridItem/index.js +11 -0
  431. package/esm/components/Heading/index.js +93 -0
  432. package/esm/components/HifiIcon/index.js +30 -0
  433. package/esm/components/Icon/index.js +37 -0
  434. package/esm/components/IconButton/index.js +84 -0
  435. package/esm/components/IconSnippet/index.js +111 -0
  436. package/esm/components/IconSnippetList/index.js +24 -0
  437. package/esm/components/Image/index.js +83 -0
  438. package/esm/components/ImageHeader/index.js +261 -0
  439. package/esm/components/InlineLink/index.js +42 -0
  440. package/esm/components/Input/index.js +54 -0
  441. package/esm/components/Label/index.js +21 -0
  442. package/esm/components/Legend/index.js +59 -0
  443. package/esm/components/Link/index.js +18 -0
  444. package/esm/components/LinkAsButton/index.js +6 -0
  445. package/esm/components/LinkList/index.js +63 -0
  446. package/esm/components/LinkListItem/index.js +315 -0
  447. package/esm/components/LoadingSpinner/index.js +69 -0
  448. package/esm/components/Notification/index.js +180 -0
  449. package/esm/components/Overlay/index.js +32 -0
  450. package/esm/components/PickerGroup/index.js +281 -0
  451. package/esm/components/Price/index.js +17 -0
  452. package/esm/components/ProductCard/index.js +80 -0
  453. package/esm/components/RadioGroup/index.js +196 -0
  454. package/esm/components/ResponsiveImage/index.js +88 -0
  455. package/esm/components/RichText/index.js +6 -0
  456. package/esm/components/ScreenreaderOnly/index.js +5 -0
  457. package/esm/components/SearchInput/index.js +139 -0
  458. package/esm/components/SelectInput/index.js +159 -0
  459. package/esm/components/Stepper/index.js +204 -0
  460. package/esm/components/SuggestInput/index.js +386 -0
  461. package/esm/components/Switch/index.js +168 -0
  462. package/esm/components/TabularPrice/index.js +7 -0
  463. package/esm/components/TextList/index.js +9 -0
  464. package/esm/components/Textarea/index.js +155 -0
  465. package/esm/components/Tray/index.js +217 -0
  466. package/esm/foundations/GlobalStyle/index.js +227 -0
  467. package/esm/foundations/PatternProps/index.js +1 -0
  468. package/esm/foundations/media-query/forcedColors/index.js +12 -0
  469. package/esm/foundations/media-query/reducedMotion/index.js +21 -0
  470. package/esm/foundations/media-query/viewport/index.js +6 -0
  471. package/esm/foundations/token/getBackgroundColor/index.js +5 -0
  472. package/esm/foundations/token/getBodySize/index.js +15 -0
  473. package/esm/foundations/token/getBorderColor/index.js +5 -0
  474. package/esm/foundations/token/getBorderRadius/index.js +15 -0
  475. package/esm/foundations/token/getBorderWidth/index.js +19 -0
  476. package/esm/foundations/token/getBottomSpacing/index.js +14 -0
  477. package/esm/foundations/token/getFontWeight/index.js +13 -0
  478. package/esm/foundations/token/getHeadingSize/index.js +27 -0
  479. package/esm/foundations/token/getHoverColor/index.js +7 -0
  480. package/esm/foundations/token/getIconColor/index.js +5 -0
  481. package/esm/foundations/token/getObjectColor/index.js +5 -0
  482. package/esm/foundations/token/getOpacity/index.js +11 -0
  483. package/esm/foundations/token/getPressColor/index.js +7 -0
  484. package/esm/foundations/token/getSpacing/index.js +5 -0
  485. package/esm/foundations/token/getTextColor/index.js +5 -0
  486. package/esm/foundations/token/getTextDecoration/index.js +13 -0
  487. package/esm/hooks/useFocusWithin/index.js +36 -0
  488. package/esm/hooks/useForcedColors/index.js +9 -0
  489. package/esm/hooks/useMediaQuery/index.js +19 -0
  490. package/esm/hooks/useReducedMotion/index.js +9 -0
  491. package/esm/hooks/useThirdPartyConsent/index.js +54 -0
  492. package/esm/hooks/useViewport/index.js +24 -0
  493. package/esm/icons/index.js +603 -0
  494. package/esm/index.js +288 -287
  495. package/filterProps-Cewck8OH.js +13 -0
  496. package/filterProps-D3K8rtOg.cjs +12 -0
  497. package/foundations/GlobalStyle/index.d.ts +3 -0
  498. package/foundations/GlobalStyle/index.js +228 -0
  499. package/foundations/PatternProps/index.d.ts +18 -0
  500. package/foundations/PatternProps/index.js +1 -0
  501. package/foundations/cssObjects/screenreaderOnly.d.ts +2 -0
  502. package/foundations/cssVars.d.ts +7 -0
  503. package/foundations/media-query/forcedColors/index.d.ts +7 -0
  504. package/foundations/media-query/forcedColors/index.js +12 -0
  505. package/foundations/media-query/reducedMotion/index.d.ts +11 -0
  506. package/foundations/media-query/reducedMotion/index.js +21 -0
  507. package/foundations/media-query/viewport/index.d.ts +11 -0
  508. package/foundations/media-query/viewport/index.js +6 -0
  509. package/foundations/tags.d.ts +19 -0
  510. package/foundations/token/base/baseColors.d.ts +31 -0
  511. package/foundations/token/base/shadow.d.ts +1 -0
  512. package/foundations/token/breakpoint.d.ts +4 -0
  513. package/foundations/token/easing.d.ts +2 -0
  514. package/foundations/token/getBackgroundColor/index.d.ts +2 -0
  515. package/foundations/token/getBackgroundColor/index.js +5 -0
  516. package/foundations/token/getBodySize/index.d.ts +3 -0
  517. package/foundations/token/getBodySize/index.js +15 -0
  518. package/foundations/token/getBorderColor/index.d.ts +2 -0
  519. package/foundations/token/getBorderColor/index.js +5 -0
  520. package/foundations/token/getBorderRadius/index.d.ts +2 -0
  521. package/foundations/token/getBorderRadius/index.js +15 -0
  522. package/foundations/token/getBorderWidth/index.d.ts +2 -0
  523. package/foundations/token/getBorderWidth/index.js +19 -0
  524. package/foundations/token/getBottomSpacing/index.d.ts +3 -0
  525. package/foundations/token/getBottomSpacing/index.js +14 -0
  526. package/foundations/token/getFontWeight/index.d.ts +2 -0
  527. package/foundations/token/getFontWeight/index.js +13 -0
  528. package/foundations/token/getHeadingSize/index.d.ts +3 -0
  529. package/foundations/token/getHeadingSize/index.js +27 -0
  530. package/foundations/token/getHoverColor/index.d.ts +3 -0
  531. package/foundations/token/getHoverColor/index.js +7 -0
  532. package/foundations/token/getIconColor/index.d.ts +2 -0
  533. package/foundations/token/getIconColor/index.js +5 -0
  534. package/foundations/token/getObjectColor/index.d.ts +2 -0
  535. package/foundations/token/getObjectColor/index.js +5 -0
  536. package/foundations/token/getOpacity/index.d.ts +2 -0
  537. package/foundations/token/getOpacity/index.js +11 -0
  538. package/foundations/token/getPressColor/index.d.ts +3 -0
  539. package/foundations/token/getPressColor/index.js +7 -0
  540. package/foundations/token/getSpacing/index.d.ts +2 -0
  541. package/foundations/token/getSpacing/index.js +5 -0
  542. package/foundations/token/getTextColor/index.d.ts +2 -0
  543. package/foundations/token/getTextColor/index.js +5 -0
  544. package/foundations/token/getTextDecoration/index.d.ts +2 -0
  545. package/foundations/token/getTextDecoration/index.js +13 -0
  546. package/foundations/token/types/BackgroundColor.d.ts +7 -0
  547. package/foundations/token/types/BorderColor.d.ts +13 -0
  548. package/foundations/token/types/BorderRadius.d.ts +5 -0
  549. package/foundations/token/types/BorderWidth.d.ts +9 -0
  550. package/foundations/token/types/FontWeight.d.ts +4 -0
  551. package/foundations/token/types/HeadingSize.d.ts +6 -0
  552. package/foundations/token/types/IconColor.d.ts +10 -0
  553. package/foundations/token/types/ObjectColor.d.ts +12 -0
  554. package/foundations/token/types/Opacity.d.ts +3 -0
  555. package/foundations/token/types/Spacing.d.ts +53 -0
  556. package/foundations/token/types/TextBodySize.d.ts +3 -0
  557. package/foundations/token/types/TextColor.d.ts +8 -0
  558. package/foundations/token/types/TextDecoration.d.ts +4 -0
  559. package/foundations/token/types/Viewport.d.ts +4 -0
  560. package/foundations/types/ButtonAppearances.d.ts +4 -0
  561. package/foundations/types/CornerStyle.d.ts +3 -0
  562. package/foundations/types/PositionType.d.ts +6 -0
  563. package/foundations/types/PositionedIconInterface.d.ts +6 -0
  564. package/foundations/types/SizeTypes.d.ts +3 -0
  565. package/foundations/types/SystemIconWithPosition.d.ts +5 -0
  566. package/foundations/types/Theme.d.ts +1 -0
  567. package/getCssVar-BP6T9pFM.js +6 -0
  568. package/getCssVar-CyR1mrKh.cjs +5 -0
  569. package/hooks/useFocusWithin/index.d.ts +2 -0
  570. package/hooks/useFocusWithin/index.js +36 -0
  571. package/hooks/useForcedColors/index.d.ts +1 -0
  572. package/hooks/useForcedColors/index.js +9 -0
  573. package/hooks/useMediaQuery/index.d.ts +1 -0
  574. package/hooks/useMediaQuery/index.js +19 -0
  575. package/hooks/useReducedMotion/index.d.ts +1 -0
  576. package/hooks/useReducedMotion/index.js +9 -0
  577. package/hooks/useThirdPartyConsent/index.d.ts +18 -0
  578. package/hooks/useThirdPartyConsent/index.js +54 -0
  579. package/hooks/useViewport/index.d.ts +2 -0
  580. package/hooks/useViewport/index.js +24 -0
  581. package/icons/index.d.ts +1 -0
  582. package/icons/index.js +603 -0
  583. package/index-B5BTmO2E.cjs +60 -0
  584. package/index-BMP9PDyg.cjs +78 -0
  585. package/index-BjJ1C1T5.js +61 -0
  586. package/index-BxxkHUxs.cjs +207 -0
  587. package/index-Cbojl4_Q.js +7134 -0
  588. package/index-CgzBmq4n.js +208 -0
  589. package/index-Ck2bCrhT.js +32 -0
  590. package/index-CnLaY-bi.cjs +78 -0
  591. package/index-D3VTZbkv.js +168 -0
  592. package/index-DORk60LP.cjs +167 -0
  593. package/index-DQhtQZ85.js +24 -0
  594. package/index-DVXE2AnG.cjs +23 -0
  595. package/index-DXcRBKzd.js +79 -0
  596. package/index-DuE6C2cO.cjs +31 -0
  597. package/index-RUfLpIPk.js +79 -0
  598. package/index-_A9hEpl9.cjs +7133 -0
  599. package/index.d.ts +169 -324
  600. package/index.js +287 -2611
  601. package/package.json +15 -60
  602. package/props-DDpgcryb.js +6 -0
  603. package/props-DJ2g0nfk.cjs +5 -0
  604. package/renderInlineRichTextFromOpenText-CfOFMQ1v.cjs +12 -0
  605. package/renderInlineRichTextFromOpenText-RvOG3QbI.js +13 -0
  606. package/shadow-CwqrYf1e.cjs +3 -0
  607. package/shadow-u158mzuN.js +4 -0
  608. package/styled-AXUDObEN.js +133 -0
  609. package/styled-B-SHnHIq.js +245 -0
  610. package/styled-B6YPXixY.cjs +244 -0
  611. package/styled-B7ngqPIu.js +71 -0
  612. package/styled-BOWAXJ4T.js +45 -0
  613. package/styled-B_Yb1i3j.cjs +132 -0
  614. package/styled-C83gSQcc.cjs +28 -0
  615. package/styled-CL1J-PFC.cjs +70 -0
  616. package/styled-D36Jj6J7.cjs +44 -0
  617. package/styled-IZHOHnAD.cjs +33 -0
  618. package/styled-P94o9QP6.js +34 -0
  619. package/styled-QeNVrhQW.js +165 -0
  620. package/styled-VjTKXjli.js +124 -0
  621. package/styled-lW-VhQz3.js +29 -0
  622. package/styled-nCWTwQUZ.cjs +164 -0
  623. package/styled-rjPMMnSd.cjs +123 -0
  624. package/tags-CTaUxoCi.cjs +28 -0
  625. package/tags-DI6H1biK.js +29 -0
  626. package/Accordion/Accordion.d.ts +0 -122
  627. package/Accordion/Accordion.js +0 -334
  628. package/Accordion/AccordionContext.js +0 -18
  629. package/Accordion/accordionClasses.d.ts +0 -20
  630. package/Accordion/accordionClasses.js +0 -15
  631. package/Accordion/index.d.ts +0 -4
  632. package/Accordion/index.js +0 -35
  633. package/AccordionActions/AccordionActions.d.ts +0 -35
  634. package/AccordionActions/AccordionActions.js +0 -100
  635. package/AccordionActions/accordionActionsClasses.d.ts +0 -10
  636. package/AccordionActions/accordionActionsClasses.js +0 -15
  637. package/AccordionActions/index.d.ts +0 -4
  638. package/AccordionActions/index.js +0 -35
  639. package/AccordionDetails/AccordionDetails.d.ts +0 -30
  640. package/AccordionDetails/AccordionDetails.js +0 -76
  641. package/AccordionDetails/accordionDetailsClasses.d.ts +0 -8
  642. package/AccordionDetails/accordionDetailsClasses.js +0 -15
  643. package/AccordionDetails/index.d.ts +0 -4
  644. package/AccordionDetails/index.js +0 -35
  645. package/AccordionSummary/AccordionSummary.d.ts +0 -80
  646. package/AccordionSummary/AccordionSummary.js +0 -254
  647. package/AccordionSummary/accordionSummaryClasses.d.ts +0 -25
  648. package/AccordionSummary/accordionSummaryClasses.js +0 -15
  649. package/AccordionSummary/index.d.ts +0 -4
  650. package/AccordionSummary/index.js +0 -35
  651. package/Alert/Alert.d.ts +0 -178
  652. package/Alert/Alert.js +0 -390
  653. package/Alert/alertClasses.d.ts +0 -100
  654. package/Alert/alertClasses.js +0 -15
  655. package/Alert/index.d.ts +0 -4
  656. package/Alert/index.js +0 -35
  657. package/AlertTitle/AlertTitle.d.ts +0 -31
  658. package/AlertTitle/AlertTitle.js +0 -82
  659. package/AlertTitle/alertTitleClasses.d.ts +0 -8
  660. package/AlertTitle/alertTitleClasses.js +0 -15
  661. package/AlertTitle/index.d.ts +0 -4
  662. package/AlertTitle/index.js +0 -35
  663. package/AppBar/AppBar.d.ts +0 -59
  664. package/AppBar/AppBar.js +0 -234
  665. package/AppBar/appBarClasses.d.ts +0 -36
  666. package/AppBar/appBarClasses.js +0 -15
  667. package/AppBar/index.d.ts +0 -4
  668. package/AppBar/index.js +0 -35
  669. package/Autocomplete/Autocomplete.d.ts +0 -320
  670. package/Autocomplete/Autocomplete.js +0 -1202
  671. package/Autocomplete/autocompleteClasses.d.ts +0 -58
  672. package/Autocomplete/autocompleteClasses.js +0 -15
  673. package/Autocomplete/index.d.ts +0 -4
  674. package/Autocomplete/index.js +0 -41
  675. package/Avatar/Avatar.d.ts +0 -112
  676. package/Avatar/Avatar.js +0 -325
  677. package/Avatar/avatarClasses.d.ts +0 -20
  678. package/Avatar/avatarClasses.js +0 -15
  679. package/Avatar/index.d.ts +0 -4
  680. package/Avatar/index.js +0 -35
  681. package/AvatarGroup/AvatarGroup.d.ts +0 -96
  682. package/AvatarGroup/AvatarGroup.js +0 -238
  683. package/AvatarGroup/avatarGroupClasses.d.ts +0 -10
  684. package/AvatarGroup/avatarGroupClasses.js +0 -15
  685. package/AvatarGroup/index.d.ts +0 -4
  686. package/AvatarGroup/index.js +0 -35
  687. package/Backdrop/Backdrop.d.ts +0 -118
  688. package/Backdrop/Backdrop.js +0 -212
  689. package/Backdrop/backdropClasses.d.ts +0 -10
  690. package/Backdrop/backdropClasses.js +0 -15
  691. package/Backdrop/index.d.ts +0 -4
  692. package/Backdrop/index.js +0 -35
  693. package/Badge/Badge.d.ts +0 -157
  694. package/Badge/Badge.js +0 -441
  695. package/Badge/badgeClasses.d.ts +0 -56
  696. package/Badge/badgeClasses.js +0 -17
  697. package/Badge/index.d.ts +0 -4
  698. package/Badge/index.js +0 -35
  699. package/Badge/useBadge.d.ts +0 -3
  700. package/Badge/useBadge.js +0 -37
  701. package/Badge/useBadge.types.d.ts +0 -39
  702. package/Badge/useBadge.types.js +0 -5
  703. package/BottomNavigation/BottomNavigation.d.ts +0 -55
  704. package/BottomNavigation/BottomNavigation.js +0 -129
  705. package/BottomNavigation/bottomNavigationClasses.d.ts +0 -8
  706. package/BottomNavigation/bottomNavigationClasses.js +0 -15
  707. package/BottomNavigation/index.d.ts +0 -4
  708. package/BottomNavigation/index.js +0 -35
  709. package/BottomNavigationAction/BottomNavigationAction.d.ts +0 -87
  710. package/BottomNavigationAction/BottomNavigationAction.js +0 -237
  711. package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +0 -14
  712. package/BottomNavigationAction/bottomNavigationActionClasses.js +0 -15
  713. package/BottomNavigationAction/index.d.ts +0 -4
  714. package/BottomNavigationAction/index.js +0 -35
  715. package/Box/Box.d.ts +0 -20
  716. package/Box/Box.js +0 -41
  717. package/Box/boxClasses.d.ts +0 -7
  718. package/Box/boxClasses.js +0 -10
  719. package/Box/index.d.ts +0 -4
  720. package/Box/index.js +0 -35
  721. package/Breadcrumbs/BreadcrumbCollapsed.js +0 -97
  722. package/Breadcrumbs/Breadcrumbs.d.ts +0 -94
  723. package/Breadcrumbs/Breadcrumbs.js +0 -245
  724. package/Breadcrumbs/breadcrumbsClasses.d.ts +0 -14
  725. package/Breadcrumbs/breadcrumbsClasses.js +0 -15
  726. package/Breadcrumbs/index.d.ts +0 -4
  727. package/Breadcrumbs/index.js +0 -35
  728. package/Button/Button.d.ts +0 -130
  729. package/Button/Button.js +0 -693
  730. package/Button/buttonClasses.d.ts +0 -194
  731. package/Button/buttonClasses.js +0 -15
  732. package/Button/index.d.ts +0 -4
  733. package/Button/index.js +0 -35
  734. package/ButtonBase/ButtonBase.d.ts +0 -125
  735. package/ButtonBase/ButtonBase.js +0 -453
  736. package/ButtonBase/Ripple.js +0 -93
  737. package/ButtonBase/TouchRipple.d.ts +0 -22
  738. package/ButtonBase/TouchRipple.js +0 -331
  739. package/ButtonBase/buttonBaseClasses.d.ts +0 -12
  740. package/ButtonBase/buttonBaseClasses.js +0 -15
  741. package/ButtonBase/index.d.ts +0 -6
  742. package/ButtonBase/index.js +0 -54
  743. package/ButtonBase/touchRippleClasses.d.ts +0 -20
  744. package/ButtonBase/touchRippleClasses.js +0 -15
  745. package/ButtonGroup/ButtonGroup.d.ts +0 -91
  746. package/ButtonGroup/ButtonGroup.js +0 -397
  747. package/ButtonGroup/ButtonGroupButtonContext.d.ts +0 -6
  748. package/ButtonGroup/ButtonGroupButtonContext.js +0 -17
  749. package/ButtonGroup/ButtonGroupContext.d.ts +0 -18
  750. package/ButtonGroup/ButtonGroupContext.js +0 -17
  751. package/ButtonGroup/buttonGroupClasses.d.ts +0 -104
  752. package/ButtonGroup/buttonGroupClasses.js +0 -15
  753. package/ButtonGroup/index.d.ts +0 -6
  754. package/ButtonGroup/index.js +0 -51
  755. package/CHANGELOG.md +0 -565
  756. package/Card/Card.d.ts +0 -47
  757. package/Card/Card.js +0 -90
  758. package/Card/cardClasses.d.ts +0 -8
  759. package/Card/cardClasses.js +0 -15
  760. package/Card/index.d.ts +0 -4
  761. package/Card/index.js +0 -35
  762. package/CardActionArea/CardActionArea.d.ts +0 -63
  763. package/CardActionArea/CardActionArea.js +0 -161
  764. package/CardActionArea/cardActionAreaClasses.d.ts +0 -12
  765. package/CardActionArea/cardActionAreaClasses.js +0 -15
  766. package/CardActionArea/index.d.ts +0 -4
  767. package/CardActionArea/index.js +0 -35
  768. package/CardActions/CardActions.d.ts +0 -35
  769. package/CardActions/CardActions.js +0 -101
  770. package/CardActions/cardActionsClasses.d.ts +0 -10
  771. package/CardActions/cardActionsClasses.js +0 -15
  772. package/CardActions/index.d.ts +0 -4
  773. package/CardActions/index.js +0 -35
  774. package/CardContent/CardContent.d.ts +0 -38
  775. package/CardContent/CardContent.js +0 -86
  776. package/CardContent/cardContentClasses.d.ts +0 -8
  777. package/CardContent/cardContentClasses.js +0 -15
  778. package/CardContent/index.d.ts +0 -4
  779. package/CardContent/index.js +0 -35
  780. package/CardHeader/CardHeader.d.ts +0 -157
  781. package/CardHeader/CardHeader.js +0 -271
  782. package/CardHeader/cardHeaderClasses.d.ts +0 -18
  783. package/CardHeader/cardHeaderClasses.js +0 -15
  784. package/CardHeader/index.d.ts +0 -4
  785. package/CardHeader/index.js +0 -35
  786. package/CardMedia/CardMedia.d.ts +0 -51
  787. package/CardMedia/CardMedia.js +0 -152
  788. package/CardMedia/cardMediaClasses.d.ts +0 -12
  789. package/CardMedia/cardMediaClasses.js +0 -15
  790. package/CardMedia/index.d.ts +0 -4
  791. package/CardMedia/index.js +0 -35
  792. package/Checkbox/Checkbox.d.ts +0 -131
  793. package/Checkbox/Checkbox.js +0 -287
  794. package/Checkbox/checkboxClasses.d.ts +0 -22
  795. package/Checkbox/checkboxClasses.js +0 -15
  796. package/Checkbox/index.d.ts +0 -4
  797. package/Checkbox/index.js +0 -35
  798. package/Chip/Chip.d.ts +0 -107
  799. package/Chip/Chip.js +0 -583
  800. package/Chip/chipClasses.d.ts +0 -150
  801. package/Chip/chipClasses.js +0 -15
  802. package/Chip/index.d.ts +0 -4
  803. package/Chip/index.js +0 -35
  804. package/CircularProgress/CircularProgress.d.ts +0 -71
  805. package/CircularProgress/CircularProgress.js +0 -291
  806. package/CircularProgress/circularProgressClasses.d.ts +0 -30
  807. package/CircularProgress/circularProgressClasses.js +0 -15
  808. package/CircularProgress/index.d.ts +0 -4
  809. package/CircularProgress/index.js +0 -35
  810. package/ClickAwayListener/ClickAwayListener.d.ts +0 -47
  811. package/ClickAwayListener/ClickAwayListener.js +0 -183
  812. package/ClickAwayListener/index.d.ts +0 -2
  813. package/ClickAwayListener/index.js +0 -12
  814. package/Collapse/Collapse.d.ts +0 -71
  815. package/Collapse/Collapse.js +0 -416
  816. package/Collapse/collapseClasses.d.ts +0 -18
  817. package/Collapse/collapseClasses.js +0 -15
  818. package/Collapse/index.d.ts +0 -4
  819. package/Collapse/index.js +0 -35
  820. package/Container/Container.d.ts +0 -55
  821. package/Container/Container.js +0 -73
  822. package/Container/containerClasses.d.ts +0 -6
  823. package/Container/containerClasses.js +0 -15
  824. package/Container/index.d.ts +0 -4
  825. package/Container/index.js +0 -35
  826. package/CssBaseline/CssBaseline.d.ts +0 -28
  827. package/CssBaseline/CssBaseline.js +0 -170
  828. package/CssBaseline/index.d.ts +0 -2
  829. package/CssBaseline/index.js +0 -13
  830. package/DefaultPropsProvider/DefaultPropsProvider.d.ts +0 -13
  831. package/DefaultPropsProvider/DefaultPropsProvider.js +0 -37
  832. package/DefaultPropsProvider/index.d.ts +0 -1
  833. package/DefaultPropsProvider/index.js +0 -19
  834. package/Dialog/Dialog.d.ts +0 -184
  835. package/Dialog/Dialog.js +0 -516
  836. package/Dialog/DialogContext.d.ts +0 -6
  837. package/Dialog/DialogContext.js +0 -14
  838. package/Dialog/dialogClasses.d.ts +0 -40
  839. package/Dialog/dialogClasses.js +0 -15
  840. package/Dialog/index.d.ts +0 -4
  841. package/Dialog/index.js +0 -35
  842. package/DialogActions/DialogActions.d.ts +0 -35
  843. package/DialogActions/DialogActions.js +0 -103
  844. package/DialogActions/dialogActionsClasses.d.ts +0 -10
  845. package/DialogActions/dialogActionsClasses.js +0 -15
  846. package/DialogActions/index.d.ts +0 -4
  847. package/DialogActions/index.js +0 -35
  848. package/DialogContent/DialogContent.d.ts +0 -35
  849. package/DialogContent/DialogContent.js +0 -116
  850. package/DialogContent/dialogContentClasses.d.ts +0 -10
  851. package/DialogContent/dialogContentClasses.js +0 -15
  852. package/DialogContent/index.d.ts +0 -4
  853. package/DialogContent/index.js +0 -35
  854. package/DialogContentText/DialogContentText.d.ts +0 -37
  855. package/DialogContentText/DialogContentText.js +0 -83
  856. package/DialogContentText/dialogContentTextClasses.d.ts +0 -8
  857. package/DialogContentText/dialogContentTextClasses.js +0 -15
  858. package/DialogContentText/index.d.ts +0 -4
  859. package/DialogContentText/index.js +0 -35
  860. package/DialogTitle/DialogTitle.d.ts +0 -43
  861. package/DialogTitle/DialogTitle.js +0 -87
  862. package/DialogTitle/dialogTitleClasses.d.ts +0 -8
  863. package/DialogTitle/dialogTitleClasses.js +0 -15
  864. package/DialogTitle/index.d.ts +0 -4
  865. package/DialogTitle/index.js +0 -35
  866. package/Divider/Divider.d.ts +0 -74
  867. package/Divider/Divider.js +0 -321
  868. package/Divider/dividerClasses.d.ts +0 -38
  869. package/Divider/dividerClasses.js +0 -15
  870. package/Divider/index.d.ts +0 -4
  871. package/Divider/index.js +0 -35
  872. package/Drawer/Drawer.d.ts +0 -154
  873. package/Drawer/Drawer.js +0 -443
  874. package/Drawer/drawerClasses.d.ts +0 -54
  875. package/Drawer/drawerClasses.js +0 -15
  876. package/Drawer/index.d.ts +0 -4
  877. package/Drawer/index.js +0 -35
  878. package/Fab/Fab.d.ts +0 -82
  879. package/Fab/Fab.js +0 -278
  880. package/Fab/fabClasses.d.ts +0 -26
  881. package/Fab/fabClasses.js +0 -15
  882. package/Fab/index.d.ts +0 -4
  883. package/Fab/index.js +0 -35
  884. package/Fade/Fade.d.ts +0 -48
  885. package/Fade/Fade.js +0 -217
  886. package/Fade/index.d.ts +0 -2
  887. package/Fade/index.js +0 -13
  888. package/FilledInput/FilledInput.d.ts +0 -42
  889. package/FilledInput/FilledInput.js +0 -523
  890. package/FilledInput/filledInputClasses.d.ts +0 -30
  891. package/FilledInput/filledInputClasses.js +0 -19
  892. package/FilledInput/index.d.ts +0 -4
  893. package/FilledInput/index.js +0 -35
  894. package/FormControl/FormControl.d.ts +0 -120
  895. package/FormControl/FormControl.js +0 -312
  896. package/FormControl/FormControlContext.d.ts +0 -17
  897. package/FormControl/FormControlContext.js +0 -17
  898. package/FormControl/formControlClasses.d.ts +0 -14
  899. package/FormControl/formControlClasses.js +0 -15
  900. package/FormControl/formControlState.js +0 -21
  901. package/FormControl/index.d.ts +0 -6
  902. package/FormControl/index.js +0 -43
  903. package/FormControl/useFormControl.d.ts +0 -2
  904. package/FormControl/useFormControl.js +0 -14
  905. package/FormControlLabel/FormControlLabel.d.ts +0 -101
  906. package/FormControlLabel/FormControlLabel.js +0 -289
  907. package/FormControlLabel/formControlLabelClasses.d.ts +0 -24
  908. package/FormControlLabel/formControlLabelClasses.js +0 -15
  909. package/FormControlLabel/index.d.ts +0 -4
  910. package/FormControlLabel/index.js +0 -35
  911. package/FormGroup/FormGroup.d.ts +0 -39
  912. package/FormGroup/FormGroup.js +0 -115
  913. package/FormGroup/formGroupClasses.d.ts +0 -12
  914. package/FormGroup/formGroupClasses.js +0 -15
  915. package/FormGroup/index.d.ts +0 -4
  916. package/FormGroup/index.js +0 -35
  917. package/FormHelperText/FormHelperText.d.ts +0 -71
  918. package/FormHelperText/FormHelperText.js +0 -193
  919. package/FormHelperText/formHelperTextClasses.d.ts +0 -22
  920. package/FormHelperText/formHelperTextClasses.js +0 -15
  921. package/FormHelperText/index.d.ts +0 -4
  922. package/FormHelperText/index.js +0 -35
  923. package/FormLabel/FormLabel.d.ts +0 -78
  924. package/FormLabel/FormLabel.js +0 -188
  925. package/FormLabel/formLabelClasses.d.ts +0 -22
  926. package/FormLabel/formLabelClasses.js +0 -15
  927. package/FormLabel/index.d.ts +0 -4
  928. package/FormLabel/index.js +0 -45
  929. package/GlobalStyles/GlobalStyles.d.ts +0 -20
  930. package/GlobalStyles/GlobalStyles.js +0 -33
  931. package/GlobalStyles/index.d.ts +0 -2
  932. package/GlobalStyles/index.js +0 -13
  933. package/Grid/Grid.d.ts +0 -111
  934. package/Grid/Grid.js +0 -144
  935. package/Grid/gridClasses.d.ts +0 -10
  936. package/Grid/gridClasses.js +0 -27
  937. package/Grid/index.d.ts +0 -4
  938. package/Grid/index.js +0 -45
  939. package/GridLegacy/GridLegacy.d.ts +0 -160
  940. package/GridLegacy/GridLegacy.js +0 -601
  941. package/GridLegacy/GridLegacyContext.js +0 -17
  942. package/GridLegacy/gridLegacyClasses.d.ts +0 -48
  943. package/GridLegacy/gridLegacyClasses.js +0 -27
  944. package/GridLegacy/index.d.ts +0 -4
  945. package/GridLegacy/index.js +0 -35
  946. package/Grow/Grow.d.ts +0 -49
  947. package/Grow/Grow.js +0 -269
  948. package/Grow/index.d.ts +0 -2
  949. package/Grow/index.js +0 -13
  950. package/Icon/Icon.d.ts +0 -62
  951. package/Icon/Icon.js +0 -192
  952. package/Icon/iconClasses.d.ts +0 -24
  953. package/Icon/iconClasses.js +0 -15
  954. package/Icon/index.d.ts +0 -4
  955. package/Icon/index.js +0 -35
  956. package/IconButton/IconButton.d.ts +0 -90
  957. package/IconButton/IconButton.js +0 -328
  958. package/IconButton/iconButtonClasses.d.ts +0 -40
  959. package/IconButton/iconButtonClasses.js +0 -15
  960. package/IconButton/index.d.ts +0 -4
  961. package/IconButton/index.js +0 -35
  962. package/ImageList/ImageList.d.ts +0 -60
  963. package/ImageList/ImageList.js +0 -157
  964. package/ImageList/ImageListContext.js +0 -18
  965. package/ImageList/imageListClasses.d.ts +0 -16
  966. package/ImageList/imageListClasses.js +0 -15
  967. package/ImageList/index.d.ts +0 -4
  968. package/ImageList/index.js +0 -35
  969. package/ImageListItem/ImageListItem.d.ts +0 -48
  970. package/ImageListItem/ImageListItem.js +0 -195
  971. package/ImageListItem/imageListItemClasses.d.ts +0 -18
  972. package/ImageListItem/imageListItemClasses.js +0 -15
  973. package/ImageListItem/index.d.ts +0 -4
  974. package/ImageListItem/index.js +0 -35
  975. package/ImageListItemBar/ImageListItemBar.d.ts +0 -49
  976. package/ImageListItemBar/ImageListItemBar.js +0 -258
  977. package/ImageListItemBar/imageListItemBarClasses.d.ts +0 -42
  978. package/ImageListItemBar/imageListItemBarClasses.js +0 -15
  979. package/ImageListItemBar/index.d.ts +0 -4
  980. package/ImageListItemBar/index.js +0 -35
  981. package/InitColorSchemeScript/InitColorSchemeScript.d.ts +0 -66
  982. package/InitColorSchemeScript/InitColorSchemeScript.js +0 -99
  983. package/InitColorSchemeScript/index.d.ts +0 -1
  984. package/InitColorSchemeScript/index.js +0 -13
  985. package/Input/Input.d.ts +0 -35
  986. package/Input/Input.js +0 -368
  987. package/Input/index.d.ts +0 -4
  988. package/Input/index.js +0 -35
  989. package/Input/inputClasses.d.ts +0 -38
  990. package/Input/inputClasses.js +0 -19
  991. package/InputAdornment/InputAdornment.d.ts +0 -59
  992. package/InputAdornment/InputAdornment.js +0 -193
  993. package/InputAdornment/index.d.ts +0 -4
  994. package/InputAdornment/index.js +0 -35
  995. package/InputAdornment/inputAdornmentClasses.d.ts +0 -24
  996. package/InputAdornment/inputAdornmentClasses.js +0 -15
  997. package/InputBase/InputBase.d.ts +0 -247
  998. package/InputBase/InputBase.js +0 -758
  999. package/InputBase/index.d.ts +0 -4
  1000. package/InputBase/index.js +0 -35
  1001. package/InputBase/inputBaseClasses.d.ts +0 -55
  1002. package/InputBase/inputBaseClasses.js +0 -15
  1003. package/InputBase/utils.js +0 -38
  1004. package/InputLabel/InputLabel.d.ts +0 -79
  1005. package/InputLabel/InputLabel.js +0 -290
  1006. package/InputLabel/index.d.ts +0 -4
  1007. package/InputLabel/index.js +0 -35
  1008. package/InputLabel/inputLabelClasses.d.ts +0 -32
  1009. package/InputLabel/inputLabelClasses.js +0 -15
  1010. package/LICENSE +0 -393
  1011. package/LinearProgress/LinearProgress.d.ts +0 -57
  1012. package/LinearProgress/LinearProgress.js +0 -462
  1013. package/LinearProgress/index.d.ts +0 -4
  1014. package/LinearProgress/index.js +0 -35
  1015. package/LinearProgress/linearProgressClasses.d.ts +0 -64
  1016. package/LinearProgress/linearProgressClasses.js +0 -15
  1017. package/Link/Link.d.ts +0 -63
  1018. package/Link/Link.js +0 -290
  1019. package/Link/getTextDecoration.d.ts +0 -11
  1020. package/Link/getTextDecoration.js +0 -22
  1021. package/Link/index.d.ts +0 -4
  1022. package/Link/index.js +0 -35
  1023. package/Link/linkClasses.d.ts +0 -18
  1024. package/Link/linkClasses.js +0 -15
  1025. package/List/List.d.ts +0 -65
  1026. package/List/List.js +0 -141
  1027. package/List/ListContext.d.ts +0 -5
  1028. package/List/ListContext.js +0 -17
  1029. package/List/index.d.ts +0 -4
  1030. package/List/index.js +0 -35
  1031. package/List/listClasses.d.ts +0 -14
  1032. package/List/listClasses.js +0 -15
  1033. package/ListItem/ListItem.d.ts +0 -127
  1034. package/ListItem/ListItem.js +0 -395
  1035. package/ListItem/index.d.ts +0 -4
  1036. package/ListItem/index.js +0 -35
  1037. package/ListItem/listItemClasses.d.ts +0 -22
  1038. package/ListItem/listItemClasses.js +0 -15
  1039. package/ListItemAvatar/ListItemAvatar.d.ts +0 -30
  1040. package/ListItemAvatar/ListItemAvatar.js +0 -98
  1041. package/ListItemAvatar/index.d.ts +0 -4
  1042. package/ListItemAvatar/index.js +0 -35
  1043. package/ListItemAvatar/listItemAvatarClasses.d.ts +0 -10
  1044. package/ListItemAvatar/listItemAvatarClasses.js +0 -15
  1045. package/ListItemButton/ListItemButton.d.ts +0 -85
  1046. package/ListItemButton/ListItemButton.js +0 -272
  1047. package/ListItemButton/index.d.ts +0 -4
  1048. package/ListItemButton/index.js +0 -35
  1049. package/ListItemButton/listItemButtonClasses.d.ts +0 -22
  1050. package/ListItemButton/listItemButtonClasses.js +0 -15
  1051. package/ListItemIcon/ListItemIcon.d.ts +0 -32
  1052. package/ListItemIcon/ListItemIcon.js +0 -104
  1053. package/ListItemIcon/index.d.ts +0 -4
  1054. package/ListItemIcon/index.js +0 -35
  1055. package/ListItemIcon/listItemIconClasses.d.ts +0 -10
  1056. package/ListItemIcon/listItemIconClasses.js +0 -15
  1057. package/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +0 -36
  1058. package/ListItemSecondaryAction/ListItemSecondaryAction.js +0 -103
  1059. package/ListItemSecondaryAction/index.d.ts +0 -4
  1060. package/ListItemSecondaryAction/index.js +0 -35
  1061. package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +0 -10
  1062. package/ListItemSecondaryAction/listItemSecondaryActionClasses.js +0 -15
  1063. package/ListItemText/ListItemText.d.ts +0 -105
  1064. package/ListItemText/ListItemText.js +0 -234
  1065. package/ListItemText/index.d.ts +0 -4
  1066. package/ListItemText/index.js +0 -35
  1067. package/ListItemText/listItemTextClasses.d.ts +0 -18
  1068. package/ListItemText/listItemTextClasses.js +0 -15
  1069. package/ListSubheader/ListSubheader.d.ts +0 -59
  1070. package/ListSubheader/ListSubheader.js +0 -174
  1071. package/ListSubheader/index.d.ts +0 -4
  1072. package/ListSubheader/index.js +0 -35
  1073. package/ListSubheader/listSubheaderClasses.d.ts +0 -18
  1074. package/ListSubheader/listSubheaderClasses.js +0 -15
  1075. package/Menu/Menu.d.ts +0 -162
  1076. package/Menu/Menu.js +0 -345
  1077. package/Menu/index.d.ts +0 -4
  1078. package/Menu/index.js +0 -35
  1079. package/Menu/menuClasses.d.ts +0 -12
  1080. package/Menu/menuClasses.js +0 -15
  1081. package/MenuItem/MenuItem.d.ts +0 -69
  1082. package/MenuItem/MenuItem.js +0 -291
  1083. package/MenuItem/index.d.ts +0 -4
  1084. package/MenuItem/index.js +0 -35
  1085. package/MenuItem/menuItemClasses.d.ts +0 -20
  1086. package/MenuItem/menuItemClasses.js +0 -15
  1087. package/MenuList/MenuList.d.ts +0 -62
  1088. package/MenuList/MenuList.js +0 -297
  1089. package/MenuList/index.d.ts +0 -2
  1090. package/MenuList/index.js +0 -13
  1091. package/MobileStepper/MobileStepper.d.ts +0 -112
  1092. package/MobileStepper/MobileStepper.js +0 -311
  1093. package/MobileStepper/index.d.ts +0 -4
  1094. package/MobileStepper/index.js +0 -35
  1095. package/MobileStepper/mobileStepperClasses.d.ts +0 -22
  1096. package/MobileStepper/mobileStepperClasses.js +0 -15
  1097. package/Modal/Modal.d.ts +0 -218
  1098. package/Modal/Modal.js +0 -397
  1099. package/Modal/ModalManager.d.ts +0 -25
  1100. package/Modal/ModalManager.js +0 -222
  1101. package/Modal/index.d.ts +0 -5
  1102. package/Modal/index.js +0 -43
  1103. package/Modal/modalClasses.d.ts +0 -12
  1104. package/Modal/modalClasses.js +0 -15
  1105. package/Modal/useModal.d.ts +0 -3
  1106. package/Modal/useModal.js +0 -200
  1107. package/Modal/useModal.types.d.ts +0 -118
  1108. package/Modal/useModal.types.js +0 -5
  1109. package/NativeSelect/NativeSelect.d.ts +0 -68
  1110. package/NativeSelect/NativeSelect.js +0 -140
  1111. package/NativeSelect/NativeSelectInput.d.ts +0 -13
  1112. package/NativeSelect/NativeSelectInput.js +0 -247
  1113. package/NativeSelect/index.d.ts +0 -4
  1114. package/NativeSelect/index.js +0 -35
  1115. package/NativeSelect/nativeSelectClasses.d.ts +0 -34
  1116. package/NativeSelect/nativeSelectClasses.js +0 -15
  1117. package/NoSsr/NoSsr.d.ts +0 -25
  1118. package/NoSsr/NoSsr.js +0 -78
  1119. package/NoSsr/NoSsr.types.d.ts +0 -18
  1120. package/NoSsr/NoSsr.types.js +0 -5
  1121. package/NoSsr/index.d.ts +0 -3
  1122. package/NoSsr/index.js +0 -13
  1123. package/OutlinedInput/NotchedOutline.d.ts +0 -12
  1124. package/OutlinedInput/NotchedOutline.js +0 -161
  1125. package/OutlinedInput/OutlinedInput.d.ts +0 -54
  1126. package/OutlinedInput/OutlinedInput.js +0 -436
  1127. package/OutlinedInput/index.d.ts +0 -4
  1128. package/OutlinedInput/index.js +0 -35
  1129. package/OutlinedInput/outlinedInputClasses.d.ts +0 -38
  1130. package/OutlinedInput/outlinedInputClasses.js +0 -19
  1131. package/OverridableComponent/index.d.ts +0 -41
  1132. package/OverridableComponent/index.js +0 -5
  1133. package/Pagination/Pagination.d.ts +0 -79
  1134. package/Pagination/Pagination.js +0 -251
  1135. package/Pagination/index.d.ts +0 -4
  1136. package/Pagination/index.js +0 -35
  1137. package/Pagination/paginationClasses.d.ts +0 -14
  1138. package/Pagination/paginationClasses.js +0 -15
  1139. package/PaginationItem/PaginationItem.d.ts +0 -110
  1140. package/PaginationItem/PaginationItem.js +0 -478
  1141. package/PaginationItem/index.d.ts +0 -4
  1142. package/PaginationItem/index.js +0 -35
  1143. package/PaginationItem/paginationItemClasses.d.ts +0 -54
  1144. package/PaginationItem/paginationItemClasses.js +0 -15
  1145. package/Paper/Paper.d.ts +0 -62
  1146. package/Paper/Paper.js +0 -177
  1147. package/Paper/index.d.ts +0 -4
  1148. package/Paper/index.js +0 -35
  1149. package/Paper/paperClasses.d.ts +0 -64
  1150. package/Paper/paperClasses.js +0 -15
  1151. package/PigmentContainer/PigmentContainer.d.ts +0 -55
  1152. package/PigmentContainer/PigmentContainer.js +0 -107
  1153. package/PigmentContainer/index.d.ts +0 -3
  1154. package/PigmentContainer/index.js +0 -35
  1155. package/PigmentGrid/PigmentGrid.d.ts +0 -83
  1156. package/PigmentGrid/PigmentGrid.js +0 -135
  1157. package/PigmentGrid/index.d.ts +0 -3
  1158. package/PigmentGrid/index.js +0 -35
  1159. package/PigmentStack/PigmentStack.d.ts +0 -49
  1160. package/PigmentStack/PigmentStack.js +0 -90
  1161. package/PigmentStack/index.d.ts +0 -3
  1162. package/PigmentStack/index.js +0 -35
  1163. package/Popover/Popover.d.ts +0 -233
  1164. package/Popover/Popover.js +0 -590
  1165. package/Popover/index.d.ts +0 -4
  1166. package/Popover/index.js +0 -45
  1167. package/Popover/popoverClasses.d.ts +0 -10
  1168. package/Popover/popoverClasses.js +0 -15
  1169. package/Popper/BasePopper.d.ts +0 -7
  1170. package/Popper/BasePopper.js +0 -382
  1171. package/Popper/BasePopper.types.d.ts +0 -129
  1172. package/Popper/BasePopper.types.js +0 -5
  1173. package/Popper/Popper.d.ts +0 -46
  1174. package/Popper/Popper.js +0 -216
  1175. package/Popper/index.d.ts +0 -4
  1176. package/Popper/index.js +0 -26
  1177. package/Popper/popperClasses.d.ts +0 -8
  1178. package/Popper/popperClasses.js +0 -15
  1179. package/Portal/Portal.d.ts +0 -16
  1180. package/Portal/Portal.js +0 -98
  1181. package/Portal/Portal.types.d.ts +0 -23
  1182. package/Portal/Portal.types.js +0 -5
  1183. package/Portal/index.d.ts +0 -3
  1184. package/Portal/index.js +0 -13
  1185. package/README.md +0 -3
  1186. package/Radio/Radio.d.ts +0 -86
  1187. package/Radio/Radio.js +0 -316
  1188. package/Radio/RadioButtonIcon.js +0 -94
  1189. package/Radio/index.d.ts +0 -4
  1190. package/Radio/index.js +0 -35
  1191. package/Radio/radioClasses.d.ts +0 -18
  1192. package/Radio/radioClasses.js +0 -15
  1193. package/RadioGroup/RadioGroup.d.ts +0 -38
  1194. package/RadioGroup/RadioGroup.js +0 -121
  1195. package/RadioGroup/RadioGroupContext.d.ts +0 -11
  1196. package/RadioGroup/RadioGroupContext.js +0 -17
  1197. package/RadioGroup/index.d.ts +0 -5
  1198. package/RadioGroup/index.js +0 -43
  1199. package/RadioGroup/radioGroupClasses.d.ts +0 -6
  1200. package/RadioGroup/radioGroupClasses.js +0 -15
  1201. package/RadioGroup/useRadioGroup.d.ts +0 -3
  1202. package/RadioGroup/useRadioGroup.js +0 -14
  1203. package/Rating/Rating.d.ts +0 -183
  1204. package/Rating/Rating.js +0 -784
  1205. package/Rating/index.d.ts +0 -4
  1206. package/Rating/index.js +0 -35
  1207. package/Rating/ratingClasses.d.ts +0 -40
  1208. package/Rating/ratingClasses.js +0 -15
  1209. package/ScopedCssBaseline/ScopedCssBaseline.d.ts +0 -55
  1210. package/ScopedCssBaseline/ScopedCssBaseline.js +0 -126
  1211. package/ScopedCssBaseline/index.d.ts +0 -4
  1212. package/ScopedCssBaseline/index.js +0 -35
  1213. package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +0 -8
  1214. package/ScopedCssBaseline/scopedCssBaselineClasses.js +0 -15
  1215. package/Select/Select.d.ts +0 -188
  1216. package/Select/Select.js +0 -306
  1217. package/Select/SelectInput.d.ts +0 -55
  1218. package/Select/SelectInput.js +0 -679
  1219. package/Select/index.d.ts +0 -4
  1220. package/Select/index.js +0 -35
  1221. package/Select/selectClasses.d.ts +0 -42
  1222. package/Select/selectClasses.js +0 -15
  1223. package/Skeleton/Skeleton.d.ts +0 -62
  1224. package/Skeleton/Skeleton.js +0 -276
  1225. package/Skeleton/index.d.ts +0 -4
  1226. package/Skeleton/index.js +0 -35
  1227. package/Skeleton/skeletonClasses.d.ts +0 -26
  1228. package/Skeleton/skeletonClasses.js +0 -15
  1229. package/Slide/Slide.d.ts +0 -63
  1230. package/Slide/Slide.js +0 -345
  1231. package/Slide/index.d.ts +0 -2
  1232. package/Slide/index.js +0 -13
  1233. package/Slider/Slider.d.ts +0 -298
  1234. package/Slider/Slider.js +0 -1097
  1235. package/Slider/SliderValueLabel.d.ts +0 -13
  1236. package/Slider/SliderValueLabel.js +0 -60
  1237. package/Slider/SliderValueLabel.types.d.ts +0 -25
  1238. package/Slider/SliderValueLabel.types.js +0 -5
  1239. package/Slider/index.d.ts +0 -4
  1240. package/Slider/index.js +0 -45
  1241. package/Slider/sliderClasses.d.ts +0 -88
  1242. package/Slider/sliderClasses.js +0 -15
  1243. package/Slider/useSlider.d.ts +0 -4
  1244. package/Slider/useSlider.js +0 -711
  1245. package/Slider/useSlider.types.d.ts +0 -226
  1246. package/Slider/useSlider.types.js +0 -5
  1247. package/Snackbar/Snackbar.d.ts +0 -182
  1248. package/Snackbar/Snackbar.js +0 -437
  1249. package/Snackbar/index.d.ts +0 -4
  1250. package/Snackbar/index.js +0 -35
  1251. package/Snackbar/snackbarClasses.d.ts +0 -20
  1252. package/Snackbar/snackbarClasses.js +0 -15
  1253. package/Snackbar/useSnackbar.d.ts +0 -3
  1254. package/Snackbar/useSnackbar.js +0 -130
  1255. package/Snackbar/useSnackbar.types.d.ts +0 -59
  1256. package/Snackbar/useSnackbar.types.js +0 -5
  1257. package/SnackbarContent/SnackbarContent.d.ts +0 -42
  1258. package/SnackbarContent/SnackbarContent.js +0 -136
  1259. package/SnackbarContent/index.d.ts +0 -4
  1260. package/SnackbarContent/index.js +0 -35
  1261. package/SnackbarContent/snackbarContentClasses.d.ts +0 -12
  1262. package/SnackbarContent/snackbarContentClasses.js +0 -15
  1263. package/SpeedDial/SpeedDial.d.ts +0 -131
  1264. package/SpeedDial/SpeedDial.js +0 -585
  1265. package/SpeedDial/index.d.ts +0 -4
  1266. package/SpeedDial/index.js +0 -35
  1267. package/SpeedDial/speedDialClasses.d.ts +0 -22
  1268. package/SpeedDial/speedDialClasses.js +0 -15
  1269. package/SpeedDialAction/SpeedDialAction.d.ts +0 -117
  1270. package/SpeedDialAction/SpeedDialAction.js +0 -357
  1271. package/SpeedDialAction/index.d.ts +0 -4
  1272. package/SpeedDialAction/index.js +0 -35
  1273. package/SpeedDialAction/speedDialActionClasses.d.ts +0 -20
  1274. package/SpeedDialAction/speedDialActionClasses.js +0 -15
  1275. package/SpeedDialIcon/SpeedDialIcon.d.ts +0 -43
  1276. package/SpeedDialIcon/SpeedDialIcon.js +0 -163
  1277. package/SpeedDialIcon/index.d.ts +0 -4
  1278. package/SpeedDialIcon/index.js +0 -35
  1279. package/SpeedDialIcon/speedDialIconClasses.d.ts +0 -18
  1280. package/SpeedDialIcon/speedDialIconClasses.js +0 -15
  1281. package/Stack/Stack.d.ts +0 -58
  1282. package/Stack/Stack.js +0 -67
  1283. package/Stack/index.d.ts +0 -4
  1284. package/Stack/index.js +0 -20
  1285. package/Stack/stackClasses.d.ts +0 -6
  1286. package/Stack/stackClasses.js +0 -15
  1287. package/Step/Step.d.ts +0 -70
  1288. package/Step/Step.js +0 -183
  1289. package/Step/StepContext.d.ts +0 -20
  1290. package/Step/StepContext.js +0 -26
  1291. package/Step/index.d.ts +0 -6
  1292. package/Step/index.js +0 -54
  1293. package/Step/stepClasses.d.ts +0 -16
  1294. package/Step/stepClasses.js +0 -15
  1295. package/StepButton/StepButton.d.ts +0 -51
  1296. package/StepButton/StepButton.js +0 -140
  1297. package/StepButton/index.d.ts +0 -4
  1298. package/StepButton/index.js +0 -35
  1299. package/StepButton/stepButtonClasses.d.ts +0 -14
  1300. package/StepButton/stepButtonClasses.js +0 -15
  1301. package/StepConnector/StepConnector.d.ts +0 -29
  1302. package/StepConnector/StepConnector.js +0 -159
  1303. package/StepConnector/index.d.ts +0 -4
  1304. package/StepConnector/index.js +0 -35
  1305. package/StepConnector/stepConnectorClasses.d.ts +0 -30
  1306. package/StepConnector/stepConnectorClasses.js +0 -15
  1307. package/StepContent/StepContent.d.ts +0 -75
  1308. package/StepContent/StepContent.js +0 -193
  1309. package/StepContent/index.d.ts +0 -4
  1310. package/StepContent/index.js +0 -35
  1311. package/StepContent/stepContentClasses.d.ts +0 -12
  1312. package/StepContent/stepContentClasses.js +0 -15
  1313. package/StepIcon/StepIcon.d.ts +0 -50
  1314. package/StepIcon/StepIcon.js +0 -166
  1315. package/StepIcon/index.d.ts +0 -4
  1316. package/StepIcon/index.js +0 -35
  1317. package/StepIcon/stepIconClasses.d.ts +0 -16
  1318. package/StepIcon/stepIconClasses.js +0 -15
  1319. package/StepLabel/StepLabel.d.ts +0 -106
  1320. package/StepLabel/StepLabel.js +0 -284
  1321. package/StepLabel/index.d.ts +0 -4
  1322. package/StepLabel/index.js +0 -35
  1323. package/StepLabel/stepLabelClasses.d.ts +0 -28
  1324. package/StepLabel/stepLabelClasses.js +0 -15
  1325. package/Stepper/Stepper.d.ts +0 -71
  1326. package/Stepper/Stepper.js +0 -174
  1327. package/Stepper/StepperContext.d.ts +0 -18
  1328. package/Stepper/StepperContext.js +0 -26
  1329. package/Stepper/index.d.ts +0 -6
  1330. package/Stepper/index.js +0 -54
  1331. package/Stepper/stepperClasses.d.ts +0 -16
  1332. package/Stepper/stepperClasses.js +0 -15
  1333. package/SvgIcon/SvgIcon.d.ts +0 -89
  1334. package/SvgIcon/SvgIcon.js +0 -241
  1335. package/SvgIcon/index.d.ts +0 -4
  1336. package/SvgIcon/index.js +0 -35
  1337. package/SvgIcon/svgIconClasses.d.ts +0 -26
  1338. package/SvgIcon/svgIconClasses.js +0 -15
  1339. package/SwipeableDrawer/SwipeArea.js +0 -111
  1340. package/SwipeableDrawer/SwipeableDrawer.d.ts +0 -106
  1341. package/SwipeableDrawer/SwipeableDrawer.js +0 -668
  1342. package/SwipeableDrawer/index.d.ts +0 -2
  1343. package/SwipeableDrawer/index.js +0 -13
  1344. package/Switch/Switch.d.ts +0 -123
  1345. package/Switch/Switch.js +0 -412
  1346. package/Switch/index.d.ts +0 -4
  1347. package/Switch/index.js +0 -35
  1348. package/Switch/switchClasses.d.ts +0 -32
  1349. package/Switch/switchClasses.js +0 -15
  1350. package/Tab/Tab.d.ts +0 -75
  1351. package/Tab/Tab.js +0 -345
  1352. package/Tab/index.d.ts +0 -4
  1353. package/Tab/index.js +0 -35
  1354. package/Tab/tabClasses.d.ts +0 -30
  1355. package/Tab/tabClasses.js +0 -15
  1356. package/TabScrollButton/TabScrollButton.d.ts +0 -67
  1357. package/TabScrollButton/TabScrollButton.js +0 -179
  1358. package/TabScrollButton/index.d.ts +0 -4
  1359. package/TabScrollButton/index.js +0 -35
  1360. package/TabScrollButton/tabScrollButtonClasses.d.ts +0 -12
  1361. package/TabScrollButton/tabScrollButtonClasses.js +0 -15
  1362. package/Table/Table.d.ts +0 -55
  1363. package/Table/Table.js +0 -143
  1364. package/Table/TableContext.d.ts +0 -7
  1365. package/Table/TableContext.js +0 -17
  1366. package/Table/Tablelvl2Context.d.ts +0 -6
  1367. package/Table/Tablelvl2Context.js +0 -17
  1368. package/Table/index.d.ts +0 -4
  1369. package/Table/index.js +0 -35
  1370. package/Table/tableClasses.d.ts +0 -10
  1371. package/Table/tableClasses.js +0 -15
  1372. package/TableBody/TableBody.d.ts +0 -38
  1373. package/TableBody/TableBody.js +0 -92
  1374. package/TableBody/index.d.ts +0 -4
  1375. package/TableBody/index.js +0 -35
  1376. package/TableBody/tableBodyClasses.d.ts +0 -8
  1377. package/TableBody/tableBodyClasses.js +0 -15
  1378. package/TableCell/TableCell.d.ts +0 -82
  1379. package/TableCell/TableCell.js +0 -277
  1380. package/TableCell/index.d.ts +0 -4
  1381. package/TableCell/index.js +0 -35
  1382. package/TableCell/tableCellClasses.d.ts +0 -32
  1383. package/TableCell/tableCellClasses.js +0 -15
  1384. package/TableContainer/TableContainer.d.ts +0 -38
  1385. package/TableContainer/TableContainer.js +0 -84
  1386. package/TableContainer/index.d.ts +0 -4
  1387. package/TableContainer/index.js +0 -35
  1388. package/TableContainer/tableContainerClasses.d.ts +0 -8
  1389. package/TableContainer/tableContainerClasses.js +0 -15
  1390. package/TableFooter/TableFooter.d.ts +0 -38
  1391. package/TableFooter/TableFooter.js +0 -92
  1392. package/TableFooter/index.d.ts +0 -4
  1393. package/TableFooter/index.js +0 -35
  1394. package/TableFooter/tableFooterClasses.d.ts +0 -8
  1395. package/TableFooter/tableFooterClasses.js +0 -15
  1396. package/TableHead/TableHead.d.ts +0 -38
  1397. package/TableHead/TableHead.js +0 -92
  1398. package/TableHead/index.d.ts +0 -4
  1399. package/TableHead/index.js +0 -35
  1400. package/TableHead/tableHeadClasses.d.ts +0 -8
  1401. package/TableHead/tableHeadClasses.js +0 -15
  1402. package/TablePagination/TablePagination.d.ts +0 -263
  1403. package/TablePagination/TablePagination.js +0 -507
  1404. package/TablePagination/TablePaginationActions.d.ts +0 -94
  1405. package/TablePagination/TablePaginationActions.js +0 -199
  1406. package/TablePagination/index.d.ts +0 -4
  1407. package/TablePagination/index.js +0 -35
  1408. package/TablePagination/tablePaginationClasses.d.ts +0 -28
  1409. package/TablePagination/tablePaginationClasses.js +0 -15
  1410. package/TableRow/TableRow.d.ts +0 -50
  1411. package/TableRow/TableRow.js +0 -134
  1412. package/TableRow/index.d.ts +0 -4
  1413. package/TableRow/index.js +0 -35
  1414. package/TableRow/tableRowClasses.d.ts +0 -16
  1415. package/TableRow/tableRowClasses.js +0 -15
  1416. package/TableSortLabel/TableSortLabel.d.ts +0 -90
  1417. package/TableSortLabel/TableSortLabel.js +0 -219
  1418. package/TableSortLabel/index.d.ts +0 -4
  1419. package/TableSortLabel/index.js +0 -35
  1420. package/TableSortLabel/tableSortLabelClasses.d.ts +0 -24
  1421. package/TableSortLabel/tableSortLabelClasses.js +0 -15
  1422. package/Tabs/ScrollbarSize.js +0 -65
  1423. package/Tabs/Tabs.d.ts +0 -272
  1424. package/Tabs/Tabs.js +0 -962
  1425. package/Tabs/index.d.ts +0 -4
  1426. package/Tabs/index.js +0 -35
  1427. package/Tabs/tabsClasses.d.ts +0 -36
  1428. package/Tabs/tabsClasses.js +0 -15
  1429. package/TextField/TextField.d.ts +0 -342
  1430. package/TextField/TextField.js +0 -463
  1431. package/TextField/index.d.ts +0 -4
  1432. package/TextField/index.js +0 -35
  1433. package/TextField/textFieldClasses.d.ts +0 -8
  1434. package/TextField/textFieldClasses.js +0 -15
  1435. package/TextareaAutosize/TextareaAutosize.d.ts +0 -14
  1436. package/TextareaAutosize/TextareaAutosize.js +0 -263
  1437. package/TextareaAutosize/TextareaAutosize.types.d.ts +0 -13
  1438. package/TextareaAutosize/TextareaAutosize.types.js +0 -5
  1439. package/TextareaAutosize/index.d.ts +0 -3
  1440. package/TextareaAutosize/index.js +0 -13
  1441. package/ToggleButton/ToggleButton.d.ts +0 -95
  1442. package/ToggleButton/ToggleButton.js +0 -275
  1443. package/ToggleButton/index.d.ts +0 -4
  1444. package/ToggleButton/index.js +0 -35
  1445. package/ToggleButton/toggleButtonClasses.d.ts +0 -26
  1446. package/ToggleButton/toggleButtonClasses.js +0 -15
  1447. package/ToggleButtonGroup/ToggleButtonGroup.d.ts +0 -82
  1448. package/ToggleButtonGroup/ToggleButtonGroup.js +0 -288
  1449. package/ToggleButtonGroup/ToggleButtonGroupButtonContext.d.ts +0 -6
  1450. package/ToggleButtonGroup/ToggleButtonGroupButtonContext.js +0 -17
  1451. package/ToggleButtonGroup/ToggleButtonGroupContext.d.ts +0 -16
  1452. package/ToggleButtonGroup/ToggleButtonGroupContext.js +0 -17
  1453. package/ToggleButtonGroup/index.d.ts +0 -4
  1454. package/ToggleButtonGroup/index.js +0 -35
  1455. package/ToggleButtonGroup/isValueSelected.js +0 -17
  1456. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +0 -34
  1457. package/ToggleButtonGroup/toggleButtonGroupClasses.js +0 -15
  1458. package/Toolbar/Toolbar.d.ts +0 -51
  1459. package/Toolbar/Toolbar.js +0 -136
  1460. package/Toolbar/index.d.ts +0 -4
  1461. package/Toolbar/index.js +0 -35
  1462. package/Toolbar/toolbarClasses.d.ts +0 -14
  1463. package/Toolbar/toolbarClasses.js +0 -15
  1464. package/Tooltip/Tooltip.d.ts +0 -229
  1465. package/Tooltip/Tooltip.js +0 -905
  1466. package/Tooltip/index.d.ts +0 -4
  1467. package/Tooltip/index.js +0 -35
  1468. package/Tooltip/tooltipClasses.d.ts +0 -30
  1469. package/Tooltip/tooltipClasses.js +0 -15
  1470. package/Typography/Typography.d.ts +0 -99
  1471. package/Typography/Typography.js +0 -275
  1472. package/Typography/index.d.ts +0 -4
  1473. package/Typography/index.js +0 -35
  1474. package/Typography/typographyClasses.d.ts +0 -53
  1475. package/Typography/typographyClasses.js +0 -15
  1476. package/Unstable_TrapFocus/FocusTrap.d.ts +0 -10
  1477. package/Unstable_TrapFocus/FocusTrap.js +0 -340
  1478. package/Unstable_TrapFocus/FocusTrap.types.d.ts +0 -54
  1479. package/Unstable_TrapFocus/FocusTrap.types.js +0 -5
  1480. package/Unstable_TrapFocus/index.d.ts +0 -2
  1481. package/Unstable_TrapFocus/index.js +0 -13
  1482. package/Zoom/Zoom.d.ts +0 -49
  1483. package/Zoom/Zoom.js +0 -217
  1484. package/Zoom/index.d.ts +0 -2
  1485. package/Zoom/index.js +0 -13
  1486. package/className/index.d.ts +0 -1
  1487. package/className/index.js +0 -13
  1488. package/colors/amber.d.ts +0 -62
  1489. package/colors/amber.js +0 -23
  1490. package/colors/blue.d.ts +0 -62
  1491. package/colors/blue.js +0 -23
  1492. package/colors/blueGrey.d.ts +0 -62
  1493. package/colors/blueGrey.js +0 -23
  1494. package/colors/brown.d.ts +0 -62
  1495. package/colors/brown.js +0 -23
  1496. package/colors/common.d.ts +0 -14
  1497. package/colors/common.js +0 -11
  1498. package/colors/cyan.d.ts +0 -62
  1499. package/colors/cyan.js +0 -23
  1500. package/colors/deepOrange.d.ts +0 -62
  1501. package/colors/deepOrange.js +0 -23
  1502. package/colors/deepPurple.d.ts +0 -62
  1503. package/colors/deepPurple.js +0 -23
  1504. package/colors/green.d.ts +0 -62
  1505. package/colors/green.js +0 -23
  1506. package/colors/grey.d.ts +0 -62
  1507. package/colors/grey.js +0 -23
  1508. package/colors/index.d.ts +0 -20
  1509. package/colors/index.js +0 -146
  1510. package/colors/indigo.d.ts +0 -62
  1511. package/colors/indigo.js +0 -23
  1512. package/colors/lightBlue.d.ts +0 -62
  1513. package/colors/lightBlue.js +0 -23
  1514. package/colors/lightGreen.d.ts +0 -62
  1515. package/colors/lightGreen.js +0 -23
  1516. package/colors/lime.d.ts +0 -62
  1517. package/colors/lime.js +0 -23
  1518. package/colors/orange.d.ts +0 -62
  1519. package/colors/orange.js +0 -23
  1520. package/colors/pink.d.ts +0 -62
  1521. package/colors/pink.js +0 -23
  1522. package/colors/purple.d.ts +0 -62
  1523. package/colors/purple.js +0 -23
  1524. package/colors/red.d.ts +0 -62
  1525. package/colors/red.js +0 -23
  1526. package/colors/teal.d.ts +0 -62
  1527. package/colors/teal.js +0 -23
  1528. package/colors/yellow.d.ts +0 -62
  1529. package/colors/yellow.js +0 -23
  1530. package/darkScrollbar/index.d.ts +0 -28
  1531. package/darkScrollbar/index.js +0 -38
  1532. package/esm/Accordion/Accordion.d.ts +0 -122
  1533. package/esm/Accordion/Accordion.js +0 -327
  1534. package/esm/Accordion/AccordionContext.js +0 -13
  1535. package/esm/Accordion/accordionClasses.d.ts +0 -20
  1536. package/esm/Accordion/accordionClasses.js +0 -7
  1537. package/esm/Accordion/index.d.ts +0 -4
  1538. package/esm/Accordion/index.js +0 -3
  1539. package/esm/AccordionActions/AccordionActions.d.ts +0 -35
  1540. package/esm/AccordionActions/AccordionActions.js +0 -93
  1541. package/esm/AccordionActions/accordionActionsClasses.d.ts +0 -10
  1542. package/esm/AccordionActions/accordionActionsClasses.js +0 -7
  1543. package/esm/AccordionActions/index.d.ts +0 -4
  1544. package/esm/AccordionActions/index.js +0 -3
  1545. package/esm/AccordionDetails/AccordionDetails.d.ts +0 -30
  1546. package/esm/AccordionDetails/AccordionDetails.js +0 -69
  1547. package/esm/AccordionDetails/accordionDetailsClasses.d.ts +0 -8
  1548. package/esm/AccordionDetails/accordionDetailsClasses.js +0 -7
  1549. package/esm/AccordionDetails/index.d.ts +0 -4
  1550. package/esm/AccordionDetails/index.js +0 -3
  1551. package/esm/AccordionSummary/AccordionSummary.d.ts +0 -80
  1552. package/esm/AccordionSummary/AccordionSummary.js +0 -247
  1553. package/esm/AccordionSummary/accordionSummaryClasses.d.ts +0 -25
  1554. package/esm/AccordionSummary/accordionSummaryClasses.js +0 -7
  1555. package/esm/AccordionSummary/index.d.ts +0 -4
  1556. package/esm/AccordionSummary/index.js +0 -3
  1557. package/esm/Alert/Alert.d.ts +0 -178
  1558. package/esm/Alert/Alert.js +0 -383
  1559. package/esm/Alert/alertClasses.d.ts +0 -100
  1560. package/esm/Alert/alertClasses.js +0 -7
  1561. package/esm/Alert/index.d.ts +0 -4
  1562. package/esm/Alert/index.js +0 -3
  1563. package/esm/AlertTitle/AlertTitle.d.ts +0 -31
  1564. package/esm/AlertTitle/AlertTitle.js +0 -75
  1565. package/esm/AlertTitle/alertTitleClasses.d.ts +0 -8
  1566. package/esm/AlertTitle/alertTitleClasses.js +0 -7
  1567. package/esm/AlertTitle/index.d.ts +0 -4
  1568. package/esm/AlertTitle/index.js +0 -3
  1569. package/esm/AppBar/AppBar.d.ts +0 -59
  1570. package/esm/AppBar/AppBar.js +0 -227
  1571. package/esm/AppBar/appBarClasses.d.ts +0 -36
  1572. package/esm/AppBar/appBarClasses.js +0 -7
  1573. package/esm/AppBar/index.d.ts +0 -4
  1574. package/esm/AppBar/index.js +0 -3
  1575. package/esm/Autocomplete/Autocomplete.d.ts +0 -320
  1576. package/esm/Autocomplete/Autocomplete.js +0 -1190
  1577. package/esm/Autocomplete/autocompleteClasses.d.ts +0 -58
  1578. package/esm/Autocomplete/autocompleteClasses.js +0 -7
  1579. package/esm/Autocomplete/index.d.ts +0 -4
  1580. package/esm/Autocomplete/index.js +0 -3
  1581. package/esm/Avatar/Avatar.d.ts +0 -112
  1582. package/esm/Avatar/Avatar.js +0 -318
  1583. package/esm/Avatar/avatarClasses.d.ts +0 -20
  1584. package/esm/Avatar/avatarClasses.js +0 -7
  1585. package/esm/Avatar/index.d.ts +0 -4
  1586. package/esm/Avatar/index.js +0 -3
  1587. package/esm/AvatarGroup/AvatarGroup.d.ts +0 -96
  1588. package/esm/AvatarGroup/AvatarGroup.js +0 -231
  1589. package/esm/AvatarGroup/avatarGroupClasses.d.ts +0 -10
  1590. package/esm/AvatarGroup/avatarGroupClasses.js +0 -7
  1591. package/esm/AvatarGroup/index.d.ts +0 -4
  1592. package/esm/AvatarGroup/index.js +0 -3
  1593. package/esm/Backdrop/Backdrop.d.ts +0 -118
  1594. package/esm/Backdrop/Backdrop.js +0 -205
  1595. package/esm/Backdrop/backdropClasses.d.ts +0 -10
  1596. package/esm/Backdrop/backdropClasses.js +0 -7
  1597. package/esm/Backdrop/index.d.ts +0 -4
  1598. package/esm/Backdrop/index.js +0 -3
  1599. package/esm/Badge/Badge.d.ts +0 -157
  1600. package/esm/Badge/Badge.js +0 -434
  1601. package/esm/Badge/badgeClasses.d.ts +0 -56
  1602. package/esm/Badge/badgeClasses.js +0 -9
  1603. package/esm/Badge/index.d.ts +0 -4
  1604. package/esm/Badge/index.js +0 -3
  1605. package/esm/Badge/useBadge.d.ts +0 -3
  1606. package/esm/Badge/useBadge.js +0 -31
  1607. package/esm/Badge/useBadge.types.d.ts +0 -39
  1608. package/esm/Badge/useBadge.types.js +0 -1
  1609. package/esm/BottomNavigation/BottomNavigation.d.ts +0 -55
  1610. package/esm/BottomNavigation/BottomNavigation.js +0 -122
  1611. package/esm/BottomNavigation/bottomNavigationClasses.d.ts +0 -8
  1612. package/esm/BottomNavigation/bottomNavigationClasses.js +0 -7
  1613. package/esm/BottomNavigation/index.d.ts +0 -4
  1614. package/esm/BottomNavigation/index.js +0 -3
  1615. package/esm/BottomNavigationAction/BottomNavigationAction.d.ts +0 -87
  1616. package/esm/BottomNavigationAction/BottomNavigationAction.js +0 -230
  1617. package/esm/BottomNavigationAction/bottomNavigationActionClasses.d.ts +0 -14
  1618. package/esm/BottomNavigationAction/bottomNavigationActionClasses.js +0 -7
  1619. package/esm/BottomNavigationAction/index.d.ts +0 -4
  1620. package/esm/BottomNavigationAction/index.js +0 -3
  1621. package/esm/Box/Box.d.ts +0 -20
  1622. package/esm/Box/Box.js +0 -35
  1623. package/esm/Box/boxClasses.d.ts +0 -7
  1624. package/esm/Box/boxClasses.js +0 -3
  1625. package/esm/Box/index.d.ts +0 -4
  1626. package/esm/Box/index.js +0 -3
  1627. package/esm/Breadcrumbs/BreadcrumbCollapsed.js +0 -90
  1628. package/esm/Breadcrumbs/Breadcrumbs.d.ts +0 -94
  1629. package/esm/Breadcrumbs/Breadcrumbs.js +0 -238
  1630. package/esm/Breadcrumbs/breadcrumbsClasses.d.ts +0 -14
  1631. package/esm/Breadcrumbs/breadcrumbsClasses.js +0 -7
  1632. package/esm/Breadcrumbs/index.d.ts +0 -4
  1633. package/esm/Breadcrumbs/index.js +0 -3
  1634. package/esm/Button/Button.d.ts +0 -130
  1635. package/esm/Button/Button.js +0 -686
  1636. package/esm/Button/buttonClasses.d.ts +0 -194
  1637. package/esm/Button/buttonClasses.js +0 -7
  1638. package/esm/Button/index.d.ts +0 -4
  1639. package/esm/Button/index.js +0 -3
  1640. package/esm/ButtonBase/ButtonBase.d.ts +0 -125
  1641. package/esm/ButtonBase/ButtonBase.js +0 -446
  1642. package/esm/ButtonBase/Ripple.js +0 -88
  1643. package/esm/ButtonBase/TouchRipple.d.ts +0 -22
  1644. package/esm/ButtonBase/TouchRipple.js +0 -324
  1645. package/esm/ButtonBase/buttonBaseClasses.d.ts +0 -12
  1646. package/esm/ButtonBase/buttonBaseClasses.js +0 -7
  1647. package/esm/ButtonBase/index.d.ts +0 -6
  1648. package/esm/ButtonBase/index.js +0 -5
  1649. package/esm/ButtonBase/touchRippleClasses.d.ts +0 -20
  1650. package/esm/ButtonBase/touchRippleClasses.js +0 -7
  1651. package/esm/ButtonGroup/ButtonGroup.d.ts +0 -91
  1652. package/esm/ButtonGroup/ButtonGroup.js +0 -390
  1653. package/esm/ButtonGroup/ButtonGroupButtonContext.d.ts +0 -6
  1654. package/esm/ButtonGroup/ButtonGroupButtonContext.js +0 -11
  1655. package/esm/ButtonGroup/ButtonGroupContext.d.ts +0 -18
  1656. package/esm/ButtonGroup/ButtonGroupContext.js +0 -11
  1657. package/esm/ButtonGroup/buttonGroupClasses.d.ts +0 -104
  1658. package/esm/ButtonGroup/buttonGroupClasses.js +0 -7
  1659. package/esm/ButtonGroup/index.d.ts +0 -6
  1660. package/esm/ButtonGroup/index.js +0 -5
  1661. package/esm/Card/Card.d.ts +0 -47
  1662. package/esm/Card/Card.js +0 -83
  1663. package/esm/Card/cardClasses.d.ts +0 -8
  1664. package/esm/Card/cardClasses.js +0 -7
  1665. package/esm/Card/index.d.ts +0 -4
  1666. package/esm/Card/index.js +0 -3
  1667. package/esm/CardActionArea/CardActionArea.d.ts +0 -63
  1668. package/esm/CardActionArea/CardActionArea.js +0 -154
  1669. package/esm/CardActionArea/cardActionAreaClasses.d.ts +0 -12
  1670. package/esm/CardActionArea/cardActionAreaClasses.js +0 -7
  1671. package/esm/CardActionArea/index.d.ts +0 -4
  1672. package/esm/CardActionArea/index.js +0 -3
  1673. package/esm/CardActions/CardActions.d.ts +0 -35
  1674. package/esm/CardActions/CardActions.js +0 -94
  1675. package/esm/CardActions/cardActionsClasses.d.ts +0 -10
  1676. package/esm/CardActions/cardActionsClasses.js +0 -7
  1677. package/esm/CardActions/index.d.ts +0 -4
  1678. package/esm/CardActions/index.js +0 -3
  1679. package/esm/CardContent/CardContent.d.ts +0 -38
  1680. package/esm/CardContent/CardContent.js +0 -79
  1681. package/esm/CardContent/cardContentClasses.d.ts +0 -8
  1682. package/esm/CardContent/cardContentClasses.js +0 -7
  1683. package/esm/CardContent/index.d.ts +0 -4
  1684. package/esm/CardContent/index.js +0 -3
  1685. package/esm/CardHeader/CardHeader.d.ts +0 -157
  1686. package/esm/CardHeader/CardHeader.js +0 -264
  1687. package/esm/CardHeader/cardHeaderClasses.d.ts +0 -18
  1688. package/esm/CardHeader/cardHeaderClasses.js +0 -7
  1689. package/esm/CardHeader/index.d.ts +0 -4
  1690. package/esm/CardHeader/index.js +0 -3
  1691. package/esm/CardMedia/CardMedia.d.ts +0 -51
  1692. package/esm/CardMedia/CardMedia.js +0 -145
  1693. package/esm/CardMedia/cardMediaClasses.d.ts +0 -12
  1694. package/esm/CardMedia/cardMediaClasses.js +0 -7
  1695. package/esm/CardMedia/index.d.ts +0 -4
  1696. package/esm/CardMedia/index.js +0 -3
  1697. package/esm/Checkbox/Checkbox.d.ts +0 -131
  1698. package/esm/Checkbox/Checkbox.js +0 -280
  1699. package/esm/Checkbox/checkboxClasses.d.ts +0 -22
  1700. package/esm/Checkbox/checkboxClasses.js +0 -7
  1701. package/esm/Checkbox/index.d.ts +0 -4
  1702. package/esm/Checkbox/index.js +0 -3
  1703. package/esm/Chip/Chip.d.ts +0 -107
  1704. package/esm/Chip/Chip.js +0 -576
  1705. package/esm/Chip/chipClasses.d.ts +0 -150
  1706. package/esm/Chip/chipClasses.js +0 -7
  1707. package/esm/Chip/index.d.ts +0 -4
  1708. package/esm/Chip/index.js +0 -3
  1709. package/esm/CircularProgress/CircularProgress.d.ts +0 -71
  1710. package/esm/CircularProgress/CircularProgress.js +0 -284
  1711. package/esm/CircularProgress/circularProgressClasses.d.ts +0 -30
  1712. package/esm/CircularProgress/circularProgressClasses.js +0 -7
  1713. package/esm/CircularProgress/index.d.ts +0 -4
  1714. package/esm/CircularProgress/index.js +0 -3
  1715. package/esm/ClickAwayListener/ClickAwayListener.d.ts +0 -47
  1716. package/esm/ClickAwayListener/ClickAwayListener.js +0 -178
  1717. package/esm/ClickAwayListener/index.d.ts +0 -2
  1718. package/esm/ClickAwayListener/index.js +0 -1
  1719. package/esm/Collapse/Collapse.d.ts +0 -71
  1720. package/esm/Collapse/Collapse.js +0 -409
  1721. package/esm/Collapse/collapseClasses.d.ts +0 -18
  1722. package/esm/Collapse/collapseClasses.js +0 -7
  1723. package/esm/Collapse/index.d.ts +0 -4
  1724. package/esm/Collapse/index.js +0 -3
  1725. package/esm/Container/Container.d.ts +0 -55
  1726. package/esm/Container/Container.js +0 -67
  1727. package/esm/Container/containerClasses.d.ts +0 -6
  1728. package/esm/Container/containerClasses.js +0 -7
  1729. package/esm/Container/index.d.ts +0 -4
  1730. package/esm/Container/index.js +0 -3
  1731. package/esm/CssBaseline/CssBaseline.d.ts +0 -28
  1732. package/esm/CssBaseline/CssBaseline.js +0 -161
  1733. package/esm/CssBaseline/index.d.ts +0 -2
  1734. package/esm/CssBaseline/index.js +0 -1
  1735. package/esm/DefaultPropsProvider/DefaultPropsProvider.d.ts +0 -13
  1736. package/esm/DefaultPropsProvider/DefaultPropsProvider.js +0 -29
  1737. package/esm/DefaultPropsProvider/index.d.ts +0 -1
  1738. package/esm/DefaultPropsProvider/index.js +0 -1
  1739. package/esm/Dialog/Dialog.d.ts +0 -184
  1740. package/esm/Dialog/Dialog.js +0 -509
  1741. package/esm/Dialog/DialogContext.d.ts +0 -6
  1742. package/esm/Dialog/DialogContext.js +0 -8
  1743. package/esm/Dialog/dialogClasses.d.ts +0 -40
  1744. package/esm/Dialog/dialogClasses.js +0 -7
  1745. package/esm/Dialog/index.d.ts +0 -4
  1746. package/esm/Dialog/index.js +0 -3
  1747. package/esm/DialogActions/DialogActions.d.ts +0 -35
  1748. package/esm/DialogActions/DialogActions.js +0 -96
  1749. package/esm/DialogActions/dialogActionsClasses.d.ts +0 -10
  1750. package/esm/DialogActions/dialogActionsClasses.js +0 -7
  1751. package/esm/DialogActions/index.d.ts +0 -4
  1752. package/esm/DialogActions/index.js +0 -3
  1753. package/esm/DialogContent/DialogContent.d.ts +0 -35
  1754. package/esm/DialogContent/DialogContent.js +0 -109
  1755. package/esm/DialogContent/dialogContentClasses.d.ts +0 -10
  1756. package/esm/DialogContent/dialogContentClasses.js +0 -7
  1757. package/esm/DialogContent/index.d.ts +0 -4
  1758. package/esm/DialogContent/index.js +0 -3
  1759. package/esm/DialogContentText/DialogContentText.d.ts +0 -37
  1760. package/esm/DialogContentText/DialogContentText.js +0 -76
  1761. package/esm/DialogContentText/dialogContentTextClasses.d.ts +0 -8
  1762. package/esm/DialogContentText/dialogContentTextClasses.js +0 -7
  1763. package/esm/DialogContentText/index.d.ts +0 -4
  1764. package/esm/DialogContentText/index.js +0 -3
  1765. package/esm/DialogTitle/DialogTitle.d.ts +0 -43
  1766. package/esm/DialogTitle/DialogTitle.js +0 -80
  1767. package/esm/DialogTitle/dialogTitleClasses.d.ts +0 -8
  1768. package/esm/DialogTitle/dialogTitleClasses.js +0 -7
  1769. package/esm/DialogTitle/index.d.ts +0 -4
  1770. package/esm/DialogTitle/index.js +0 -3
  1771. package/esm/Divider/Divider.d.ts +0 -74
  1772. package/esm/Divider/Divider.js +0 -314
  1773. package/esm/Divider/dividerClasses.d.ts +0 -38
  1774. package/esm/Divider/dividerClasses.js +0 -7
  1775. package/esm/Divider/index.d.ts +0 -4
  1776. package/esm/Divider/index.js +0 -3
  1777. package/esm/Drawer/Drawer.d.ts +0 -154
  1778. package/esm/Drawer/Drawer.js +0 -434
  1779. package/esm/Drawer/drawerClasses.d.ts +0 -54
  1780. package/esm/Drawer/drawerClasses.js +0 -7
  1781. package/esm/Drawer/index.d.ts +0 -4
  1782. package/esm/Drawer/index.js +0 -3
  1783. package/esm/Fab/Fab.d.ts +0 -82
  1784. package/esm/Fab/Fab.js +0 -271
  1785. package/esm/Fab/fabClasses.d.ts +0 -26
  1786. package/esm/Fab/fabClasses.js +0 -7
  1787. package/esm/Fab/index.d.ts +0 -4
  1788. package/esm/Fab/index.js +0 -3
  1789. package/esm/Fade/Fade.d.ts +0 -48
  1790. package/esm/Fade/Fade.js +0 -210
  1791. package/esm/Fade/index.d.ts +0 -2
  1792. package/esm/Fade/index.js +0 -1
  1793. package/esm/FilledInput/FilledInput.d.ts +0 -42
  1794. package/esm/FilledInput/FilledInput.js +0 -516
  1795. package/esm/FilledInput/filledInputClasses.d.ts +0 -30
  1796. package/esm/FilledInput/filledInputClasses.js +0 -11
  1797. package/esm/FilledInput/index.d.ts +0 -4
  1798. package/esm/FilledInput/index.js +0 -3
  1799. package/esm/FormControl/FormControl.d.ts +0 -120
  1800. package/esm/FormControl/FormControl.js +0 -305
  1801. package/esm/FormControl/FormControlContext.d.ts +0 -17
  1802. package/esm/FormControl/FormControlContext.js +0 -11
  1803. package/esm/FormControl/formControlClasses.d.ts +0 -14
  1804. package/esm/FormControl/formControlClasses.js +0 -7
  1805. package/esm/FormControl/formControlState.js +0 -15
  1806. package/esm/FormControl/index.d.ts +0 -6
  1807. package/esm/FormControl/index.js +0 -4
  1808. package/esm/FormControl/useFormControl.d.ts +0 -2
  1809. package/esm/FormControl/useFormControl.js +0 -7
  1810. package/esm/FormControlLabel/FormControlLabel.d.ts +0 -101
  1811. package/esm/FormControlLabel/FormControlLabel.js +0 -282
  1812. package/esm/FormControlLabel/formControlLabelClasses.d.ts +0 -24
  1813. package/esm/FormControlLabel/formControlLabelClasses.js +0 -7
  1814. package/esm/FormControlLabel/index.d.ts +0 -4
  1815. package/esm/FormControlLabel/index.js +0 -3
  1816. package/esm/FormGroup/FormGroup.d.ts +0 -39
  1817. package/esm/FormGroup/FormGroup.js +0 -108
  1818. package/esm/FormGroup/formGroupClasses.d.ts +0 -12
  1819. package/esm/FormGroup/formGroupClasses.js +0 -7
  1820. package/esm/FormGroup/index.d.ts +0 -4
  1821. package/esm/FormGroup/index.js +0 -3
  1822. package/esm/FormHelperText/FormHelperText.d.ts +0 -71
  1823. package/esm/FormHelperText/FormHelperText.js +0 -186
  1824. package/esm/FormHelperText/formHelperTextClasses.d.ts +0 -22
  1825. package/esm/FormHelperText/formHelperTextClasses.js +0 -7
  1826. package/esm/FormHelperText/index.d.ts +0 -4
  1827. package/esm/FormHelperText/index.js +0 -3
  1828. package/esm/FormLabel/FormLabel.d.ts +0 -78
  1829. package/esm/FormLabel/FormLabel.js +0 -181
  1830. package/esm/FormLabel/formLabelClasses.d.ts +0 -22
  1831. package/esm/FormLabel/formLabelClasses.js +0 -7
  1832. package/esm/FormLabel/index.d.ts +0 -4
  1833. package/esm/FormLabel/index.js +0 -4
  1834. package/esm/GlobalStyles/GlobalStyles.d.ts +0 -20
  1835. package/esm/GlobalStyles/GlobalStyles.js +0 -26
  1836. package/esm/GlobalStyles/index.d.ts +0 -2
  1837. package/esm/GlobalStyles/index.js +0 -1
  1838. package/esm/Grid/Grid.d.ts +0 -111
  1839. package/esm/Grid/Grid.js +0 -138
  1840. package/esm/Grid/gridClasses.d.ts +0 -10
  1841. package/esm/Grid/gridClasses.js +0 -19
  1842. package/esm/Grid/index.d.ts +0 -4
  1843. package/esm/Grid/index.js +0 -4
  1844. package/esm/GridLegacy/GridLegacy.d.ts +0 -160
  1845. package/esm/GridLegacy/GridLegacy.js +0 -588
  1846. package/esm/GridLegacy/GridLegacyContext.js +0 -12
  1847. package/esm/GridLegacy/gridLegacyClasses.d.ts +0 -48
  1848. package/esm/GridLegacy/gridLegacyClasses.js +0 -19
  1849. package/esm/GridLegacy/index.d.ts +0 -4
  1850. package/esm/GridLegacy/index.js +0 -3
  1851. package/esm/Grow/Grow.d.ts +0 -49
  1852. package/esm/Grow/Grow.js +0 -262
  1853. package/esm/Grow/index.d.ts +0 -2
  1854. package/esm/Grow/index.js +0 -1
  1855. package/esm/Icon/Icon.d.ts +0 -62
  1856. package/esm/Icon/Icon.js +0 -185
  1857. package/esm/Icon/iconClasses.d.ts +0 -24
  1858. package/esm/Icon/iconClasses.js +0 -7
  1859. package/esm/Icon/index.d.ts +0 -4
  1860. package/esm/Icon/index.js +0 -3
  1861. package/esm/IconButton/IconButton.d.ts +0 -90
  1862. package/esm/IconButton/IconButton.js +0 -321
  1863. package/esm/IconButton/iconButtonClasses.d.ts +0 -40
  1864. package/esm/IconButton/iconButtonClasses.js +0 -7
  1865. package/esm/IconButton/index.d.ts +0 -4
  1866. package/esm/IconButton/index.js +0 -3
  1867. package/esm/ImageList/ImageList.d.ts +0 -60
  1868. package/esm/ImageList/ImageList.js +0 -150
  1869. package/esm/ImageList/ImageListContext.js +0 -13
  1870. package/esm/ImageList/imageListClasses.d.ts +0 -16
  1871. package/esm/ImageList/imageListClasses.js +0 -7
  1872. package/esm/ImageList/index.d.ts +0 -4
  1873. package/esm/ImageList/index.js +0 -3
  1874. package/esm/ImageListItem/ImageListItem.d.ts +0 -48
  1875. package/esm/ImageListItem/ImageListItem.js +0 -188
  1876. package/esm/ImageListItem/imageListItemClasses.d.ts +0 -18
  1877. package/esm/ImageListItem/imageListItemClasses.js +0 -7
  1878. package/esm/ImageListItem/index.d.ts +0 -4
  1879. package/esm/ImageListItem/index.js +0 -3
  1880. package/esm/ImageListItemBar/ImageListItemBar.d.ts +0 -49
  1881. package/esm/ImageListItemBar/ImageListItemBar.js +0 -251
  1882. package/esm/ImageListItemBar/imageListItemBarClasses.d.ts +0 -42
  1883. package/esm/ImageListItemBar/imageListItemBarClasses.js +0 -7
  1884. package/esm/ImageListItemBar/index.d.ts +0 -4
  1885. package/esm/ImageListItemBar/index.js +0 -3
  1886. package/esm/InitColorSchemeScript/InitColorSchemeScript.d.ts +0 -66
  1887. package/esm/InitColorSchemeScript/InitColorSchemeScript.js +0 -91
  1888. package/esm/InitColorSchemeScript/index.d.ts +0 -1
  1889. package/esm/InitColorSchemeScript/index.js +0 -1
  1890. package/esm/Input/Input.d.ts +0 -35
  1891. package/esm/Input/Input.js +0 -361
  1892. package/esm/Input/index.d.ts +0 -4
  1893. package/esm/Input/index.js +0 -3
  1894. package/esm/Input/inputClasses.d.ts +0 -38
  1895. package/esm/Input/inputClasses.js +0 -11
  1896. package/esm/InputAdornment/InputAdornment.d.ts +0 -59
  1897. package/esm/InputAdornment/InputAdornment.js +0 -186
  1898. package/esm/InputAdornment/index.d.ts +0 -4
  1899. package/esm/InputAdornment/index.js +0 -3
  1900. package/esm/InputAdornment/inputAdornmentClasses.d.ts +0 -24
  1901. package/esm/InputAdornment/inputAdornmentClasses.js +0 -7
  1902. package/esm/InputBase/InputBase.d.ts +0 -247
  1903. package/esm/InputBase/InputBase.js +0 -749
  1904. package/esm/InputBase/index.d.ts +0 -4
  1905. package/esm/InputBase/index.js +0 -3
  1906. package/esm/InputBase/inputBaseClasses.d.ts +0 -55
  1907. package/esm/InputBase/inputBaseClasses.js +0 -7
  1908. package/esm/InputBase/utils.js +0 -30
  1909. package/esm/InputLabel/InputLabel.d.ts +0 -79
  1910. package/esm/InputLabel/InputLabel.js +0 -283
  1911. package/esm/InputLabel/index.d.ts +0 -4
  1912. package/esm/InputLabel/index.js +0 -3
  1913. package/esm/InputLabel/inputLabelClasses.d.ts +0 -32
  1914. package/esm/InputLabel/inputLabelClasses.js +0 -7
  1915. package/esm/LinearProgress/LinearProgress.d.ts +0 -57
  1916. package/esm/LinearProgress/LinearProgress.js +0 -455
  1917. package/esm/LinearProgress/index.d.ts +0 -4
  1918. package/esm/LinearProgress/index.js +0 -3
  1919. package/esm/LinearProgress/linearProgressClasses.d.ts +0 -64
  1920. package/esm/LinearProgress/linearProgressClasses.js +0 -7
  1921. package/esm/Link/Link.d.ts +0 -63
  1922. package/esm/Link/Link.js +0 -283
  1923. package/esm/Link/getTextDecoration.d.ts +0 -11
  1924. package/esm/Link/getTextDecoration.js +0 -16
  1925. package/esm/Link/index.d.ts +0 -4
  1926. package/esm/Link/index.js +0 -3
  1927. package/esm/Link/linkClasses.d.ts +0 -18
  1928. package/esm/Link/linkClasses.js +0 -7
  1929. package/esm/List/List.d.ts +0 -65
  1930. package/esm/List/List.js +0 -134
  1931. package/esm/List/ListContext.d.ts +0 -5
  1932. package/esm/List/ListContext.js +0 -12
  1933. package/esm/List/index.d.ts +0 -4
  1934. package/esm/List/index.js +0 -3
  1935. package/esm/List/listClasses.d.ts +0 -14
  1936. package/esm/List/listClasses.js +0 -7
  1937. package/esm/ListItem/ListItem.d.ts +0 -127
  1938. package/esm/ListItem/ListItem.js +0 -387
  1939. package/esm/ListItem/index.d.ts +0 -4
  1940. package/esm/ListItem/index.js +0 -3
  1941. package/esm/ListItem/listItemClasses.d.ts +0 -22
  1942. package/esm/ListItem/listItemClasses.js +0 -7
  1943. package/esm/ListItemAvatar/ListItemAvatar.d.ts +0 -30
  1944. package/esm/ListItemAvatar/ListItemAvatar.js +0 -91
  1945. package/esm/ListItemAvatar/index.d.ts +0 -4
  1946. package/esm/ListItemAvatar/index.js +0 -3
  1947. package/esm/ListItemAvatar/listItemAvatarClasses.d.ts +0 -10
  1948. package/esm/ListItemAvatar/listItemAvatarClasses.js +0 -7
  1949. package/esm/ListItemButton/ListItemButton.d.ts +0 -85
  1950. package/esm/ListItemButton/ListItemButton.js +0 -264
  1951. package/esm/ListItemButton/index.d.ts +0 -4
  1952. package/esm/ListItemButton/index.js +0 -3
  1953. package/esm/ListItemButton/listItemButtonClasses.d.ts +0 -22
  1954. package/esm/ListItemButton/listItemButtonClasses.js +0 -7
  1955. package/esm/ListItemIcon/ListItemIcon.d.ts +0 -32
  1956. package/esm/ListItemIcon/ListItemIcon.js +0 -97
  1957. package/esm/ListItemIcon/index.d.ts +0 -4
  1958. package/esm/ListItemIcon/index.js +0 -3
  1959. package/esm/ListItemIcon/listItemIconClasses.d.ts +0 -10
  1960. package/esm/ListItemIcon/listItemIconClasses.js +0 -7
  1961. package/esm/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +0 -36
  1962. package/esm/ListItemSecondaryAction/ListItemSecondaryAction.js +0 -96
  1963. package/esm/ListItemSecondaryAction/index.d.ts +0 -4
  1964. package/esm/ListItemSecondaryAction/index.js +0 -3
  1965. package/esm/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +0 -10
  1966. package/esm/ListItemSecondaryAction/listItemSecondaryActionClasses.js +0 -7
  1967. package/esm/ListItemText/ListItemText.d.ts +0 -105
  1968. package/esm/ListItemText/ListItemText.js +0 -227
  1969. package/esm/ListItemText/index.d.ts +0 -4
  1970. package/esm/ListItemText/index.js +0 -3
  1971. package/esm/ListItemText/listItemTextClasses.d.ts +0 -18
  1972. package/esm/ListItemText/listItemTextClasses.js +0 -7
  1973. package/esm/ListSubheader/ListSubheader.d.ts +0 -59
  1974. package/esm/ListSubheader/ListSubheader.js +0 -167
  1975. package/esm/ListSubheader/index.d.ts +0 -4
  1976. package/esm/ListSubheader/index.js +0 -3
  1977. package/esm/ListSubheader/listSubheaderClasses.d.ts +0 -18
  1978. package/esm/ListSubheader/listSubheaderClasses.js +0 -7
  1979. package/esm/Menu/Menu.d.ts +0 -162
  1980. package/esm/Menu/Menu.js +0 -338
  1981. package/esm/Menu/index.d.ts +0 -4
  1982. package/esm/Menu/index.js +0 -3
  1983. package/esm/Menu/menuClasses.d.ts +0 -12
  1984. package/esm/Menu/menuClasses.js +0 -7
  1985. package/esm/MenuItem/MenuItem.d.ts +0 -69
  1986. package/esm/MenuItem/MenuItem.js +0 -283
  1987. package/esm/MenuItem/index.d.ts +0 -4
  1988. package/esm/MenuItem/index.js +0 -3
  1989. package/esm/MenuItem/menuItemClasses.d.ts +0 -20
  1990. package/esm/MenuItem/menuItemClasses.js +0 -7
  1991. package/esm/MenuList/MenuList.d.ts +0 -62
  1992. package/esm/MenuList/MenuList.js +0 -290
  1993. package/esm/MenuList/index.d.ts +0 -2
  1994. package/esm/MenuList/index.js +0 -1
  1995. package/esm/MobileStepper/MobileStepper.d.ts +0 -112
  1996. package/esm/MobileStepper/MobileStepper.js +0 -304
  1997. package/esm/MobileStepper/index.d.ts +0 -4
  1998. package/esm/MobileStepper/index.js +0 -3
  1999. package/esm/MobileStepper/mobileStepperClasses.d.ts +0 -22
  2000. package/esm/MobileStepper/mobileStepperClasses.js +0 -7
  2001. package/esm/Modal/Modal.d.ts +0 -218
  2002. package/esm/Modal/Modal.js +0 -390
  2003. package/esm/Modal/ModalManager.d.ts +0 -25
  2004. package/esm/Modal/ModalManager.js +0 -213
  2005. package/esm/Modal/index.d.ts +0 -5
  2006. package/esm/Modal/index.js +0 -4
  2007. package/esm/Modal/modalClasses.d.ts +0 -12
  2008. package/esm/Modal/modalClasses.js +0 -7
  2009. package/esm/Modal/useModal.d.ts +0 -3
  2010. package/esm/Modal/useModal.js +0 -193
  2011. package/esm/Modal/useModal.types.d.ts +0 -118
  2012. package/esm/Modal/useModal.types.js +0 -1
  2013. package/esm/NativeSelect/NativeSelect.d.ts +0 -68
  2014. package/esm/NativeSelect/NativeSelect.js +0 -133
  2015. package/esm/NativeSelect/NativeSelectInput.d.ts +0 -13
  2016. package/esm/NativeSelect/NativeSelectInput.js +0 -240
  2017. package/esm/NativeSelect/index.d.ts +0 -4
  2018. package/esm/NativeSelect/index.js +0 -3
  2019. package/esm/NativeSelect/nativeSelectClasses.d.ts +0 -34
  2020. package/esm/NativeSelect/nativeSelectClasses.js +0 -7
  2021. package/esm/NoSsr/NoSsr.d.ts +0 -25
  2022. package/esm/NoSsr/NoSsr.js +0 -71
  2023. package/esm/NoSsr/NoSsr.types.d.ts +0 -18
  2024. package/esm/NoSsr/NoSsr.types.js +0 -1
  2025. package/esm/NoSsr/index.d.ts +0 -3
  2026. package/esm/NoSsr/index.js +0 -1
  2027. package/esm/OutlinedInput/NotchedOutline.d.ts +0 -12
  2028. package/esm/OutlinedInput/NotchedOutline.js +0 -154
  2029. package/esm/OutlinedInput/OutlinedInput.d.ts +0 -54
  2030. package/esm/OutlinedInput/OutlinedInput.js +0 -429
  2031. package/esm/OutlinedInput/index.d.ts +0 -4
  2032. package/esm/OutlinedInput/index.js +0 -3
  2033. package/esm/OutlinedInput/outlinedInputClasses.d.ts +0 -38
  2034. package/esm/OutlinedInput/outlinedInputClasses.js +0 -11
  2035. package/esm/OverridableComponent/index.d.ts +0 -41
  2036. package/esm/OverridableComponent/index.js +0 -1
  2037. package/esm/Pagination/Pagination.d.ts +0 -79
  2038. package/esm/Pagination/Pagination.js +0 -244
  2039. package/esm/Pagination/index.d.ts +0 -4
  2040. package/esm/Pagination/index.js +0 -3
  2041. package/esm/Pagination/paginationClasses.d.ts +0 -14
  2042. package/esm/Pagination/paginationClasses.js +0 -7
  2043. package/esm/PaginationItem/PaginationItem.d.ts +0 -110
  2044. package/esm/PaginationItem/PaginationItem.js +0 -471
  2045. package/esm/PaginationItem/index.d.ts +0 -4
  2046. package/esm/PaginationItem/index.js +0 -3
  2047. package/esm/PaginationItem/paginationItemClasses.d.ts +0 -54
  2048. package/esm/PaginationItem/paginationItemClasses.js +0 -7
  2049. package/esm/Paper/Paper.d.ts +0 -62
  2050. package/esm/Paper/Paper.js +0 -170
  2051. package/esm/Paper/index.d.ts +0 -4
  2052. package/esm/Paper/index.js +0 -3
  2053. package/esm/Paper/paperClasses.d.ts +0 -64
  2054. package/esm/Paper/paperClasses.js +0 -7
  2055. package/esm/PigmentContainer/PigmentContainer.d.ts +0 -55
  2056. package/esm/PigmentContainer/PigmentContainer.js +0 -98
  2057. package/esm/PigmentContainer/index.d.ts +0 -3
  2058. package/esm/PigmentContainer/index.js +0 -3
  2059. package/esm/PigmentGrid/PigmentGrid.d.ts +0 -83
  2060. package/esm/PigmentGrid/PigmentGrid.js +0 -126
  2061. package/esm/PigmentGrid/index.d.ts +0 -3
  2062. package/esm/PigmentGrid/index.js +0 -3
  2063. package/esm/PigmentStack/PigmentStack.d.ts +0 -49
  2064. package/esm/PigmentStack/PigmentStack.js +0 -81
  2065. package/esm/PigmentStack/index.d.ts +0 -3
  2066. package/esm/PigmentStack/index.js +0 -3
  2067. package/esm/Popover/Popover.d.ts +0 -233
  2068. package/esm/Popover/Popover.js +0 -581
  2069. package/esm/Popover/index.d.ts +0 -4
  2070. package/esm/Popover/index.js +0 -4
  2071. package/esm/Popover/popoverClasses.d.ts +0 -10
  2072. package/esm/Popover/popoverClasses.js +0 -7
  2073. package/esm/Popper/BasePopper.d.ts +0 -7
  2074. package/esm/Popper/BasePopper.js +0 -375
  2075. package/esm/Popper/BasePopper.types.d.ts +0 -129
  2076. package/esm/Popper/BasePopper.types.js +0 -1
  2077. package/esm/Popper/Popper.d.ts +0 -46
  2078. package/esm/Popper/Popper.js +0 -209
  2079. package/esm/Popper/index.d.ts +0 -4
  2080. package/esm/Popper/index.js +0 -2
  2081. package/esm/Popper/popperClasses.d.ts +0 -8
  2082. package/esm/Popper/popperClasses.js +0 -7
  2083. package/esm/Portal/Portal.d.ts +0 -16
  2084. package/esm/Portal/Portal.js +0 -91
  2085. package/esm/Portal/Portal.types.d.ts +0 -23
  2086. package/esm/Portal/Portal.types.js +0 -1
  2087. package/esm/Portal/index.d.ts +0 -3
  2088. package/esm/Portal/index.js +0 -1
  2089. package/esm/Radio/Radio.d.ts +0 -86
  2090. package/esm/Radio/Radio.js +0 -309
  2091. package/esm/Radio/RadioButtonIcon.js +0 -87
  2092. package/esm/Radio/index.d.ts +0 -4
  2093. package/esm/Radio/index.js +0 -3
  2094. package/esm/Radio/radioClasses.d.ts +0 -18
  2095. package/esm/Radio/radioClasses.js +0 -7
  2096. package/esm/RadioGroup/RadioGroup.d.ts +0 -38
  2097. package/esm/RadioGroup/RadioGroup.js +0 -114
  2098. package/esm/RadioGroup/RadioGroupContext.d.ts +0 -11
  2099. package/esm/RadioGroup/RadioGroupContext.js +0 -11
  2100. package/esm/RadioGroup/index.d.ts +0 -5
  2101. package/esm/RadioGroup/index.js +0 -4
  2102. package/esm/RadioGroup/radioGroupClasses.d.ts +0 -6
  2103. package/esm/RadioGroup/radioGroupClasses.js +0 -7
  2104. package/esm/RadioGroup/useRadioGroup.d.ts +0 -3
  2105. package/esm/RadioGroup/useRadioGroup.js +0 -7
  2106. package/esm/Rating/Rating.d.ts +0 -183
  2107. package/esm/Rating/Rating.js +0 -777
  2108. package/esm/Rating/index.d.ts +0 -4
  2109. package/esm/Rating/index.js +0 -3
  2110. package/esm/Rating/ratingClasses.d.ts +0 -40
  2111. package/esm/Rating/ratingClasses.js +0 -7
  2112. package/esm/ScopedCssBaseline/ScopedCssBaseline.d.ts +0 -55
  2113. package/esm/ScopedCssBaseline/ScopedCssBaseline.js +0 -119
  2114. package/esm/ScopedCssBaseline/index.d.ts +0 -4
  2115. package/esm/ScopedCssBaseline/index.js +0 -3
  2116. package/esm/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +0 -8
  2117. package/esm/ScopedCssBaseline/scopedCssBaselineClasses.js +0 -7
  2118. package/esm/Select/Select.d.ts +0 -188
  2119. package/esm/Select/Select.js +0 -299
  2120. package/esm/Select/SelectInput.d.ts +0 -55
  2121. package/esm/Select/SelectInput.js +0 -672
  2122. package/esm/Select/index.d.ts +0 -4
  2123. package/esm/Select/index.js +0 -3
  2124. package/esm/Select/selectClasses.d.ts +0 -42
  2125. package/esm/Select/selectClasses.js +0 -7
  2126. package/esm/Skeleton/Skeleton.d.ts +0 -62
  2127. package/esm/Skeleton/Skeleton.js +0 -269
  2128. package/esm/Skeleton/index.d.ts +0 -4
  2129. package/esm/Skeleton/index.js +0 -3
  2130. package/esm/Skeleton/skeletonClasses.d.ts +0 -26
  2131. package/esm/Skeleton/skeletonClasses.js +0 -7
  2132. package/esm/Slide/Slide.d.ts +0 -63
  2133. package/esm/Slide/Slide.js +0 -338
  2134. package/esm/Slide/index.d.ts +0 -2
  2135. package/esm/Slide/index.js +0 -1
  2136. package/esm/Slider/Slider.d.ts +0 -298
  2137. package/esm/Slider/Slider.js +0 -1091
  2138. package/esm/Slider/SliderValueLabel.d.ts +0 -13
  2139. package/esm/Slider/SliderValueLabel.js +0 -53
  2140. package/esm/Slider/SliderValueLabel.types.d.ts +0 -25
  2141. package/esm/Slider/SliderValueLabel.types.js +0 -1
  2142. package/esm/Slider/index.d.ts +0 -4
  2143. package/esm/Slider/index.js +0 -4
  2144. package/esm/Slider/sliderClasses.d.ts +0 -88
  2145. package/esm/Slider/sliderClasses.js +0 -7
  2146. package/esm/Slider/useSlider.d.ts +0 -4
  2147. package/esm/Slider/useSlider.js +0 -701
  2148. package/esm/Slider/useSlider.types.d.ts +0 -226
  2149. package/esm/Slider/useSlider.types.js +0 -1
  2150. package/esm/Snackbar/Snackbar.d.ts +0 -182
  2151. package/esm/Snackbar/Snackbar.js +0 -430
  2152. package/esm/Snackbar/index.d.ts +0 -4
  2153. package/esm/Snackbar/index.js +0 -3
  2154. package/esm/Snackbar/snackbarClasses.d.ts +0 -20
  2155. package/esm/Snackbar/snackbarClasses.js +0 -7
  2156. package/esm/Snackbar/useSnackbar.d.ts +0 -3
  2157. package/esm/Snackbar/useSnackbar.js +0 -123
  2158. package/esm/Snackbar/useSnackbar.types.d.ts +0 -59
  2159. package/esm/Snackbar/useSnackbar.types.js +0 -1
  2160. package/esm/SnackbarContent/SnackbarContent.d.ts +0 -42
  2161. package/esm/SnackbarContent/SnackbarContent.js +0 -129
  2162. package/esm/SnackbarContent/index.d.ts +0 -4
  2163. package/esm/SnackbarContent/index.js +0 -3
  2164. package/esm/SnackbarContent/snackbarContentClasses.d.ts +0 -12
  2165. package/esm/SnackbarContent/snackbarContentClasses.js +0 -7
  2166. package/esm/SpeedDial/SpeedDial.d.ts +0 -131
  2167. package/esm/SpeedDial/SpeedDial.js +0 -578
  2168. package/esm/SpeedDial/index.d.ts +0 -4
  2169. package/esm/SpeedDial/index.js +0 -3
  2170. package/esm/SpeedDial/speedDialClasses.d.ts +0 -22
  2171. package/esm/SpeedDial/speedDialClasses.js +0 -7
  2172. package/esm/SpeedDialAction/SpeedDialAction.d.ts +0 -117
  2173. package/esm/SpeedDialAction/SpeedDialAction.js +0 -350
  2174. package/esm/SpeedDialAction/index.d.ts +0 -4
  2175. package/esm/SpeedDialAction/index.js +0 -3
  2176. package/esm/SpeedDialAction/speedDialActionClasses.d.ts +0 -20
  2177. package/esm/SpeedDialAction/speedDialActionClasses.js +0 -7
  2178. package/esm/SpeedDialIcon/SpeedDialIcon.d.ts +0 -43
  2179. package/esm/SpeedDialIcon/SpeedDialIcon.js +0 -156
  2180. package/esm/SpeedDialIcon/index.d.ts +0 -4
  2181. package/esm/SpeedDialIcon/index.js +0 -3
  2182. package/esm/SpeedDialIcon/speedDialIconClasses.d.ts +0 -18
  2183. package/esm/SpeedDialIcon/speedDialIconClasses.js +0 -7
  2184. package/esm/Stack/Stack.d.ts +0 -58
  2185. package/esm/Stack/Stack.js +0 -61
  2186. package/esm/Stack/index.d.ts +0 -4
  2187. package/esm/Stack/index.js +0 -2
  2188. package/esm/Stack/stackClasses.d.ts +0 -6
  2189. package/esm/Stack/stackClasses.js +0 -7
  2190. package/esm/Step/Step.d.ts +0 -70
  2191. package/esm/Step/Step.js +0 -176
  2192. package/esm/Step/StepContext.d.ts +0 -20
  2193. package/esm/Step/StepContext.js +0 -19
  2194. package/esm/Step/index.d.ts +0 -6
  2195. package/esm/Step/index.js +0 -5
  2196. package/esm/Step/stepClasses.d.ts +0 -16
  2197. package/esm/Step/stepClasses.js +0 -7
  2198. package/esm/StepButton/StepButton.d.ts +0 -51
  2199. package/esm/StepButton/StepButton.js +0 -133
  2200. package/esm/StepButton/index.d.ts +0 -4
  2201. package/esm/StepButton/index.js +0 -3
  2202. package/esm/StepButton/stepButtonClasses.d.ts +0 -14
  2203. package/esm/StepButton/stepButtonClasses.js +0 -7
  2204. package/esm/StepConnector/StepConnector.d.ts +0 -29
  2205. package/esm/StepConnector/StepConnector.js +0 -152
  2206. package/esm/StepConnector/index.d.ts +0 -4
  2207. package/esm/StepConnector/index.js +0 -3
  2208. package/esm/StepConnector/stepConnectorClasses.d.ts +0 -30
  2209. package/esm/StepConnector/stepConnectorClasses.js +0 -7
  2210. package/esm/StepContent/StepContent.d.ts +0 -75
  2211. package/esm/StepContent/StepContent.js +0 -186
  2212. package/esm/StepContent/index.d.ts +0 -4
  2213. package/esm/StepContent/index.js +0 -3
  2214. package/esm/StepContent/stepContentClasses.d.ts +0 -12
  2215. package/esm/StepContent/stepContentClasses.js +0 -7
  2216. package/esm/StepIcon/StepIcon.d.ts +0 -50
  2217. package/esm/StepIcon/StepIcon.js +0 -159
  2218. package/esm/StepIcon/index.d.ts +0 -4
  2219. package/esm/StepIcon/index.js +0 -3
  2220. package/esm/StepIcon/stepIconClasses.d.ts +0 -16
  2221. package/esm/StepIcon/stepIconClasses.js +0 -7
  2222. package/esm/StepLabel/StepLabel.d.ts +0 -106
  2223. package/esm/StepLabel/StepLabel.js +0 -277
  2224. package/esm/StepLabel/index.d.ts +0 -4
  2225. package/esm/StepLabel/index.js +0 -3
  2226. package/esm/StepLabel/stepLabelClasses.d.ts +0 -28
  2227. package/esm/StepLabel/stepLabelClasses.js +0 -7
  2228. package/esm/Stepper/Stepper.d.ts +0 -71
  2229. package/esm/Stepper/Stepper.js +0 -167
  2230. package/esm/Stepper/StepperContext.d.ts +0 -18
  2231. package/esm/Stepper/StepperContext.js +0 -19
  2232. package/esm/Stepper/index.d.ts +0 -6
  2233. package/esm/Stepper/index.js +0 -5
  2234. package/esm/Stepper/stepperClasses.d.ts +0 -16
  2235. package/esm/Stepper/stepperClasses.js +0 -7
  2236. package/esm/SvgIcon/SvgIcon.d.ts +0 -89
  2237. package/esm/SvgIcon/SvgIcon.js +0 -234
  2238. package/esm/SvgIcon/index.d.ts +0 -4
  2239. package/esm/SvgIcon/index.js +0 -3
  2240. package/esm/SvgIcon/svgIconClasses.d.ts +0 -26
  2241. package/esm/SvgIcon/svgIconClasses.js +0 -7
  2242. package/esm/SwipeableDrawer/SwipeArea.js +0 -104
  2243. package/esm/SwipeableDrawer/SwipeableDrawer.d.ts +0 -106
  2244. package/esm/SwipeableDrawer/SwipeableDrawer.js +0 -661
  2245. package/esm/SwipeableDrawer/index.d.ts +0 -2
  2246. package/esm/SwipeableDrawer/index.js +0 -1
  2247. package/esm/Switch/Switch.d.ts +0 -123
  2248. package/esm/Switch/Switch.js +0 -405
  2249. package/esm/Switch/index.d.ts +0 -4
  2250. package/esm/Switch/index.js +0 -3
  2251. package/esm/Switch/switchClasses.d.ts +0 -32
  2252. package/esm/Switch/switchClasses.js +0 -7
  2253. package/esm/Tab/Tab.d.ts +0 -75
  2254. package/esm/Tab/Tab.js +0 -338
  2255. package/esm/Tab/index.d.ts +0 -4
  2256. package/esm/Tab/index.js +0 -3
  2257. package/esm/Tab/tabClasses.d.ts +0 -30
  2258. package/esm/Tab/tabClasses.js +0 -7
  2259. package/esm/TabScrollButton/TabScrollButton.d.ts +0 -67
  2260. package/esm/TabScrollButton/TabScrollButton.js +0 -172
  2261. package/esm/TabScrollButton/index.d.ts +0 -4
  2262. package/esm/TabScrollButton/index.js +0 -3
  2263. package/esm/TabScrollButton/tabScrollButtonClasses.d.ts +0 -12
  2264. package/esm/TabScrollButton/tabScrollButtonClasses.js +0 -7
  2265. package/esm/Table/Table.d.ts +0 -55
  2266. package/esm/Table/Table.js +0 -136
  2267. package/esm/Table/TableContext.d.ts +0 -7
  2268. package/esm/Table/TableContext.js +0 -12
  2269. package/esm/Table/Tablelvl2Context.d.ts +0 -6
  2270. package/esm/Table/Tablelvl2Context.js +0 -12
  2271. package/esm/Table/index.d.ts +0 -4
  2272. package/esm/Table/index.js +0 -3
  2273. package/esm/Table/tableClasses.d.ts +0 -10
  2274. package/esm/Table/tableClasses.js +0 -7
  2275. package/esm/TableBody/TableBody.d.ts +0 -38
  2276. package/esm/TableBody/TableBody.js +0 -85
  2277. package/esm/TableBody/index.d.ts +0 -4
  2278. package/esm/TableBody/index.js +0 -3
  2279. package/esm/TableBody/tableBodyClasses.d.ts +0 -8
  2280. package/esm/TableBody/tableBodyClasses.js +0 -7
  2281. package/esm/TableCell/TableCell.d.ts +0 -82
  2282. package/esm/TableCell/TableCell.js +0 -270
  2283. package/esm/TableCell/index.d.ts +0 -4
  2284. package/esm/TableCell/index.js +0 -3
  2285. package/esm/TableCell/tableCellClasses.d.ts +0 -32
  2286. package/esm/TableCell/tableCellClasses.js +0 -7
  2287. package/esm/TableContainer/TableContainer.d.ts +0 -38
  2288. package/esm/TableContainer/TableContainer.js +0 -77
  2289. package/esm/TableContainer/index.d.ts +0 -4
  2290. package/esm/TableContainer/index.js +0 -3
  2291. package/esm/TableContainer/tableContainerClasses.d.ts +0 -8
  2292. package/esm/TableContainer/tableContainerClasses.js +0 -7
  2293. package/esm/TableFooter/TableFooter.d.ts +0 -38
  2294. package/esm/TableFooter/TableFooter.js +0 -85
  2295. package/esm/TableFooter/index.d.ts +0 -4
  2296. package/esm/TableFooter/index.js +0 -3
  2297. package/esm/TableFooter/tableFooterClasses.d.ts +0 -8
  2298. package/esm/TableFooter/tableFooterClasses.js +0 -7
  2299. package/esm/TableHead/TableHead.d.ts +0 -38
  2300. package/esm/TableHead/TableHead.js +0 -85
  2301. package/esm/TableHead/index.d.ts +0 -4
  2302. package/esm/TableHead/index.js +0 -3
  2303. package/esm/TableHead/tableHeadClasses.d.ts +0 -8
  2304. package/esm/TableHead/tableHeadClasses.js +0 -7
  2305. package/esm/TablePagination/TablePagination.d.ts +0 -263
  2306. package/esm/TablePagination/TablePagination.js +0 -500
  2307. package/esm/TablePagination/TablePaginationActions.d.ts +0 -94
  2308. package/esm/TablePagination/TablePaginationActions.js +0 -194
  2309. package/esm/TablePagination/index.d.ts +0 -4
  2310. package/esm/TablePagination/index.js +0 -3
  2311. package/esm/TablePagination/tablePaginationClasses.d.ts +0 -28
  2312. package/esm/TablePagination/tablePaginationClasses.js +0 -7
  2313. package/esm/TableRow/TableRow.d.ts +0 -50
  2314. package/esm/TableRow/TableRow.js +0 -127
  2315. package/esm/TableRow/index.d.ts +0 -4
  2316. package/esm/TableRow/index.js +0 -3
  2317. package/esm/TableRow/tableRowClasses.d.ts +0 -16
  2318. package/esm/TableRow/tableRowClasses.js +0 -7
  2319. package/esm/TableSortLabel/TableSortLabel.d.ts +0 -90
  2320. package/esm/TableSortLabel/TableSortLabel.js +0 -212
  2321. package/esm/TableSortLabel/index.d.ts +0 -4
  2322. package/esm/TableSortLabel/index.js +0 -3
  2323. package/esm/TableSortLabel/tableSortLabelClasses.d.ts +0 -24
  2324. package/esm/TableSortLabel/tableSortLabelClasses.js +0 -7
  2325. package/esm/Tabs/ScrollbarSize.js +0 -58
  2326. package/esm/Tabs/Tabs.d.ts +0 -272
  2327. package/esm/Tabs/Tabs.js +0 -955
  2328. package/esm/Tabs/index.d.ts +0 -4
  2329. package/esm/Tabs/index.js +0 -3
  2330. package/esm/Tabs/tabsClasses.d.ts +0 -36
  2331. package/esm/Tabs/tabsClasses.js +0 -7
  2332. package/esm/TextField/TextField.d.ts +0 -342
  2333. package/esm/TextField/TextField.js +0 -456
  2334. package/esm/TextField/index.d.ts +0 -4
  2335. package/esm/TextField/index.js +0 -3
  2336. package/esm/TextField/textFieldClasses.d.ts +0 -8
  2337. package/esm/TextField/textFieldClasses.js +0 -7
  2338. package/esm/TextareaAutosize/TextareaAutosize.d.ts +0 -14
  2339. package/esm/TextareaAutosize/TextareaAutosize.js +0 -256
  2340. package/esm/TextareaAutosize/TextareaAutosize.types.d.ts +0 -13
  2341. package/esm/TextareaAutosize/TextareaAutosize.types.js +0 -1
  2342. package/esm/TextareaAutosize/index.d.ts +0 -3
  2343. package/esm/TextareaAutosize/index.js +0 -1
  2344. package/esm/ToggleButton/ToggleButton.d.ts +0 -95
  2345. package/esm/ToggleButton/ToggleButton.js +0 -268
  2346. package/esm/ToggleButton/index.d.ts +0 -4
  2347. package/esm/ToggleButton/index.js +0 -3
  2348. package/esm/ToggleButton/toggleButtonClasses.d.ts +0 -26
  2349. package/esm/ToggleButton/toggleButtonClasses.js +0 -7
  2350. package/esm/ToggleButtonGroup/ToggleButtonGroup.d.ts +0 -82
  2351. package/esm/ToggleButtonGroup/ToggleButtonGroup.js +0 -281
  2352. package/esm/ToggleButtonGroup/ToggleButtonGroupButtonContext.d.ts +0 -6
  2353. package/esm/ToggleButtonGroup/ToggleButtonGroupButtonContext.js +0 -11
  2354. package/esm/ToggleButtonGroup/ToggleButtonGroupContext.d.ts +0 -16
  2355. package/esm/ToggleButtonGroup/ToggleButtonGroupContext.js +0 -11
  2356. package/esm/ToggleButtonGroup/index.d.ts +0 -4
  2357. package/esm/ToggleButtonGroup/index.js +0 -3
  2358. package/esm/ToggleButtonGroup/isValueSelected.js +0 -11
  2359. package/esm/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +0 -34
  2360. package/esm/ToggleButtonGroup/toggleButtonGroupClasses.js +0 -7
  2361. package/esm/Toolbar/Toolbar.d.ts +0 -51
  2362. package/esm/Toolbar/Toolbar.js +0 -129
  2363. package/esm/Toolbar/index.d.ts +0 -4
  2364. package/esm/Toolbar/index.js +0 -3
  2365. package/esm/Toolbar/toolbarClasses.d.ts +0 -14
  2366. package/esm/Toolbar/toolbarClasses.js +0 -7
  2367. package/esm/Tooltip/Tooltip.d.ts +0 -229
  2368. package/esm/Tooltip/Tooltip.js +0 -897
  2369. package/esm/Tooltip/index.d.ts +0 -4
  2370. package/esm/Tooltip/index.js +0 -3
  2371. package/esm/Tooltip/tooltipClasses.d.ts +0 -30
  2372. package/esm/Tooltip/tooltipClasses.js +0 -7
  2373. package/esm/Typography/Typography.d.ts +0 -99
  2374. package/esm/Typography/Typography.js +0 -268
  2375. package/esm/Typography/index.d.ts +0 -4
  2376. package/esm/Typography/index.js +0 -3
  2377. package/esm/Typography/typographyClasses.d.ts +0 -53
  2378. package/esm/Typography/typographyClasses.js +0 -7
  2379. package/esm/Unstable_TrapFocus/FocusTrap.d.ts +0 -10
  2380. package/esm/Unstable_TrapFocus/FocusTrap.js +0 -333
  2381. package/esm/Unstable_TrapFocus/FocusTrap.types.d.ts +0 -54
  2382. package/esm/Unstable_TrapFocus/FocusTrap.types.js +0 -1
  2383. package/esm/Unstable_TrapFocus/index.d.ts +0 -2
  2384. package/esm/Unstable_TrapFocus/index.js +0 -1
  2385. package/esm/Zoom/Zoom.d.ts +0 -49
  2386. package/esm/Zoom/Zoom.js +0 -210
  2387. package/esm/Zoom/index.d.ts +0 -2
  2388. package/esm/Zoom/index.js +0 -1
  2389. package/esm/className/index.d.ts +0 -1
  2390. package/esm/className/index.js +0 -2
  2391. package/esm/colors/amber.d.ts +0 -62
  2392. package/esm/colors/amber.js +0 -17
  2393. package/esm/colors/blue.d.ts +0 -62
  2394. package/esm/colors/blue.js +0 -17
  2395. package/esm/colors/blueGrey.d.ts +0 -62
  2396. package/esm/colors/blueGrey.js +0 -17
  2397. package/esm/colors/brown.d.ts +0 -62
  2398. package/esm/colors/brown.js +0 -17
  2399. package/esm/colors/common.d.ts +0 -14
  2400. package/esm/colors/common.js +0 -5
  2401. package/esm/colors/cyan.d.ts +0 -62
  2402. package/esm/colors/cyan.js +0 -17
  2403. package/esm/colors/deepOrange.d.ts +0 -62
  2404. package/esm/colors/deepOrange.js +0 -17
  2405. package/esm/colors/deepPurple.d.ts +0 -62
  2406. package/esm/colors/deepPurple.js +0 -17
  2407. package/esm/colors/green.d.ts +0 -62
  2408. package/esm/colors/green.js +0 -17
  2409. package/esm/colors/grey.d.ts +0 -62
  2410. package/esm/colors/grey.js +0 -17
  2411. package/esm/colors/index.d.ts +0 -20
  2412. package/esm/colors/index.js +0 -20
  2413. package/esm/colors/indigo.d.ts +0 -62
  2414. package/esm/colors/indigo.js +0 -17
  2415. package/esm/colors/lightBlue.d.ts +0 -62
  2416. package/esm/colors/lightBlue.js +0 -17
  2417. package/esm/colors/lightGreen.d.ts +0 -62
  2418. package/esm/colors/lightGreen.js +0 -17
  2419. package/esm/colors/lime.d.ts +0 -62
  2420. package/esm/colors/lime.js +0 -17
  2421. package/esm/colors/orange.d.ts +0 -62
  2422. package/esm/colors/orange.js +0 -17
  2423. package/esm/colors/pink.d.ts +0 -62
  2424. package/esm/colors/pink.js +0 -17
  2425. package/esm/colors/purple.d.ts +0 -62
  2426. package/esm/colors/purple.js +0 -17
  2427. package/esm/colors/red.d.ts +0 -62
  2428. package/esm/colors/red.js +0 -17
  2429. package/esm/colors/teal.d.ts +0 -62
  2430. package/esm/colors/teal.js +0 -17
  2431. package/esm/colors/yellow.d.ts +0 -62
  2432. package/esm/colors/yellow.js +0 -17
  2433. package/esm/darkScrollbar/index.d.ts +0 -28
  2434. package/esm/darkScrollbar/index.js +0 -32
  2435. package/esm/generateUtilityClass/index.d.ts +0 -2
  2436. package/esm/generateUtilityClass/index.js +0 -1
  2437. package/esm/generateUtilityClasses/index.d.ts +0 -1
  2438. package/esm/generateUtilityClasses/index.js +0 -1
  2439. package/esm/index.d.ts +0 -324
  2440. package/esm/internal/SwitchBase.d.ts +0 -108
  2441. package/esm/internal/SwitchBase.js +0 -355
  2442. package/esm/internal/animate.js +0 -39
  2443. package/esm/internal/svg-icons/Add.js +0 -12
  2444. package/esm/internal/svg-icons/ArrowDownward.js +0 -12
  2445. package/esm/internal/svg-icons/ArrowDropDown.js +0 -12
  2446. package/esm/internal/svg-icons/Cancel.js +0 -12
  2447. package/esm/internal/svg-icons/CheckBox.js +0 -12
  2448. package/esm/internal/svg-icons/CheckBoxOutlineBlank.js +0 -12
  2449. package/esm/internal/svg-icons/CheckCircle.js +0 -12
  2450. package/esm/internal/svg-icons/Close.js +0 -14
  2451. package/esm/internal/svg-icons/ErrorOutline.js +0 -12
  2452. package/esm/internal/svg-icons/FirstPage.js +0 -12
  2453. package/esm/internal/svg-icons/IndeterminateCheckBox.js +0 -12
  2454. package/esm/internal/svg-icons/InfoOutlined.js +0 -12
  2455. package/esm/internal/svg-icons/KeyboardArrowLeft.js +0 -12
  2456. package/esm/internal/svg-icons/KeyboardArrowRight.js +0 -12
  2457. package/esm/internal/svg-icons/LastPage.js +0 -12
  2458. package/esm/internal/svg-icons/MoreHoriz.js +0 -12
  2459. package/esm/internal/svg-icons/NavigateBefore.js +0 -12
  2460. package/esm/internal/svg-icons/NavigateNext.js +0 -12
  2461. package/esm/internal/svg-icons/Person.js +0 -12
  2462. package/esm/internal/svg-icons/RadioButtonChecked.js +0 -12
  2463. package/esm/internal/svg-icons/RadioButtonUnchecked.js +0 -12
  2464. package/esm/internal/svg-icons/ReportProblemOutlined.js +0 -12
  2465. package/esm/internal/svg-icons/Star.js +0 -12
  2466. package/esm/internal/svg-icons/StarBorder.js +0 -12
  2467. package/esm/internal/svg-icons/SuccessOutlined.js +0 -12
  2468. package/esm/internal/svg-icons/Warning.js +0 -12
  2469. package/esm/internal/switchBaseClasses.d.ts +0 -12
  2470. package/esm/internal/switchBaseClasses.js +0 -7
  2471. package/esm/locale/index.d.ts +0 -82
  2472. package/esm/locale/index.js +0 -4324
  2473. package/esm/package.json +0 -1
  2474. package/esm/styles/ThemeProvider.d.ts +0 -76
  2475. package/esm/styles/ThemeProvider.js +0 -40
  2476. package/esm/styles/ThemeProviderNoVars.d.ts +0 -10
  2477. package/esm/styles/ThemeProviderNoVars.js +0 -17
  2478. package/esm/styles/ThemeProviderWithVars.d.ts +0 -51
  2479. package/esm/styles/ThemeProviderWithVars.js +0 -91
  2480. package/esm/styles/adaptV4Theme.d.ts +0 -36
  2481. package/esm/styles/adaptV4Theme.js +0 -83
  2482. package/esm/styles/components.d.ts +0 -595
  2483. package/esm/styles/components.js +0 -1
  2484. package/esm/styles/createColorScheme.d.ts +0 -9
  2485. package/esm/styles/createColorScheme.js +0 -41
  2486. package/esm/styles/createGetSelector.d.ts +0 -16
  2487. package/esm/styles/createGetSelector.js +0 -60
  2488. package/esm/styles/createMixins.d.ts +0 -32
  2489. package/esm/styles/createMixins.js +0 -16
  2490. package/esm/styles/createMuiStrictModeTheme.js +0 -7
  2491. package/esm/styles/createPalette.d.ts +0 -125
  2492. package/esm/styles/createPalette.js +0 -302
  2493. package/esm/styles/createStyles.d.ts +0 -1
  2494. package/esm/styles/createStyles.js +0 -10
  2495. package/esm/styles/createTheme.d.ts +0 -14
  2496. package/esm/styles/createTheme.js +0 -98
  2497. package/esm/styles/createThemeNoVars.d.ts +0 -70
  2498. package/esm/styles/createThemeNoVars.js +0 -91
  2499. package/esm/styles/createThemeWithVars.d.ts +0 -350
  2500. package/esm/styles/createThemeWithVars.js +0 -386
  2501. package/esm/styles/createTransitions.d.ts +0 -51
  2502. package/esm/styles/createTransitions.js +0 -89
  2503. package/esm/styles/createTypography.d.ts +0 -28
  2504. package/esm/styles/createTypography.js +0 -92
  2505. package/esm/styles/cssUtils.d.ts +0 -25
  2506. package/esm/styles/cssUtils.js +0 -125
  2507. package/esm/styles/defaultTheme.js +0 -5
  2508. package/esm/styles/excludeVariablesFromRoot.d.ts +0 -5
  2509. package/esm/styles/excludeVariablesFromRoot.js +0 -5
  2510. package/esm/styles/experimental_extendTheme.js +0 -9
  2511. package/esm/styles/getOverlayAlpha.d.ts +0 -1
  2512. package/esm/styles/getOverlayAlpha.js +0 -10
  2513. package/esm/styles/identifier.d.ts +0 -2
  2514. package/esm/styles/identifier.js +0 -1
  2515. package/esm/styles/index.d.ts +0 -49
  2516. package/esm/styles/index.js +0 -37
  2517. package/esm/styles/makeStyles.d.ts +0 -1
  2518. package/esm/styles/makeStyles.js +0 -4
  2519. package/esm/styles/overrides.d.ts +0 -244
  2520. package/esm/styles/overrides.js +0 -1
  2521. package/esm/styles/props.d.ts +0 -241
  2522. package/esm/styles/props.js +0 -1
  2523. package/esm/styles/responsiveFontSizes.d.ts +0 -11
  2524. package/esm/styles/responsiveFontSizes.js +0 -67
  2525. package/esm/styles/rootShouldForwardProp.d.ts +0 -2
  2526. package/esm/styles/rootShouldForwardProp.js +0 -3
  2527. package/esm/styles/shadows.d.ts +0 -3
  2528. package/esm/styles/shadows.js +0 -10
  2529. package/esm/styles/shouldSkipGeneratingVar.d.ts +0 -1
  2530. package/esm/styles/shouldSkipGeneratingVar.js +0 -5
  2531. package/esm/styles/slotShouldForwardProp.d.ts +0 -2
  2532. package/esm/styles/slotShouldForwardProp.js +0 -5
  2533. package/esm/styles/stringifyTheme.d.ts +0 -20
  2534. package/esm/styles/stringifyTheme.js +0 -54
  2535. package/esm/styles/styled.d.ts +0 -13
  2536. package/esm/styles/styled.js +0 -14
  2537. package/esm/styles/useTheme.d.ts +0 -2
  2538. package/esm/styles/useTheme.js +0 -15
  2539. package/esm/styles/useThemeProps.d.ts +0 -42
  2540. package/esm/styles/useThemeProps.js +0 -16
  2541. package/esm/styles/variants.d.ts +0 -10
  2542. package/esm/styles/variants.js +0 -1
  2543. package/esm/styles/withStyles.d.ts +0 -1
  2544. package/esm/styles/withStyles.js +0 -4
  2545. package/esm/styles/withTheme.d.ts +0 -1
  2546. package/esm/styles/withTheme.js +0 -4
  2547. package/esm/styles/zIndex.d.ts +0 -13
  2548. package/esm/styles/zIndex.js +0 -13
  2549. package/esm/themeCssVarsAugmentation/index.d.ts +0 -10
  2550. package/esm/transitions/index.d.ts +0 -1
  2551. package/esm/transitions/index.js +0 -1
  2552. package/esm/transitions/transition.d.ts +0 -12
  2553. package/esm/transitions/transition.js +0 -1
  2554. package/esm/transitions/utils.d.ts +0 -23
  2555. package/esm/transitions/utils.js +0 -13
  2556. package/esm/types/OverridableComponentAugmentation.d.ts +0 -31
  2557. package/esm/types/OverridableComponentAugmentation.js +0 -1
  2558. package/esm/useAutocomplete/index.d.ts +0 -2
  2559. package/esm/useAutocomplete/index.js +0 -1
  2560. package/esm/useAutocomplete/useAutocomplete.d.ts +0 -420
  2561. package/esm/useAutocomplete/useAutocomplete.js +0 -1023
  2562. package/esm/useLazyRipple/index.d.ts +0 -1
  2563. package/esm/useLazyRipple/index.js +0 -3
  2564. package/esm/useLazyRipple/useLazyRipple.d.ts +0 -32
  2565. package/esm/useLazyRipple/useLazyRipple.js +0 -85
  2566. package/esm/useMediaQuery/index.d.ts +0 -7
  2567. package/esm/useMediaQuery/index.js +0 -6
  2568. package/esm/usePagination/index.d.ts +0 -2
  2569. package/esm/usePagination/index.js +0 -1
  2570. package/esm/usePagination/usePagination.d.ts +0 -74
  2571. package/esm/usePagination/usePagination.js +0 -113
  2572. package/esm/useScrollTrigger/index.d.ts +0 -1
  2573. package/esm/useScrollTrigger/index.js +0 -1
  2574. package/esm/useScrollTrigger/useScrollTrigger.d.ts +0 -6
  2575. package/esm/useScrollTrigger/useScrollTrigger.js +0 -55
  2576. package/esm/utils/PolymorphicComponent.d.ts +0 -17
  2577. package/esm/utils/PolymorphicComponent.js +0 -1
  2578. package/esm/utils/areArraysEqual.d.ts +0 -3
  2579. package/esm/utils/areArraysEqual.js +0 -4
  2580. package/esm/utils/capitalize.d.ts +0 -2
  2581. package/esm/utils/capitalize.js +0 -2
  2582. package/esm/utils/createChainedFunction.d.ts +0 -2
  2583. package/esm/utils/createChainedFunction.js +0 -2
  2584. package/esm/utils/createSimplePaletteValueFilter.d.ts +0 -12
  2585. package/esm/utils/createSimplePaletteValueFilter.js +0 -41
  2586. package/esm/utils/createSvgIcon.d.ts +0 -2
  2587. package/esm/utils/createSvgIcon.js +0 -26
  2588. package/esm/utils/debounce.d.ts +0 -2
  2589. package/esm/utils/debounce.js +0 -2
  2590. package/esm/utils/deprecatedPropType.d.ts +0 -2
  2591. package/esm/utils/deprecatedPropType.js +0 -2
  2592. package/esm/utils/getScrollbarSize.d.ts +0 -2
  2593. package/esm/utils/getScrollbarSize.js +0 -2
  2594. package/esm/utils/index.d.ts +0 -20
  2595. package/esm/utils/index.js +0 -31
  2596. package/esm/utils/isHostComponent.d.ts +0 -6
  2597. package/esm/utils/isHostComponent.js +0 -7
  2598. package/esm/utils/isMuiElement.d.ts +0 -2
  2599. package/esm/utils/isMuiElement.js +0 -2
  2600. package/esm/utils/memoTheme.d.ts +0 -7
  2601. package/esm/utils/memoTheme.js +0 -3
  2602. package/esm/utils/mergeSlotProps.d.ts +0 -2
  2603. package/esm/utils/mergeSlotProps.js +0 -75
  2604. package/esm/utils/omitEventHandlers.d.ts +0 -9
  2605. package/esm/utils/omitEventHandlers.js +0 -18
  2606. package/esm/utils/ownerDocument.d.ts +0 -2
  2607. package/esm/utils/ownerDocument.js +0 -2
  2608. package/esm/utils/ownerWindow.d.ts +0 -2
  2609. package/esm/utils/ownerWindow.js +0 -2
  2610. package/esm/utils/requirePropFactory.d.ts +0 -2
  2611. package/esm/utils/requirePropFactory.js +0 -2
  2612. package/esm/utils/setRef.d.ts +0 -2
  2613. package/esm/utils/setRef.js +0 -2
  2614. package/esm/utils/shouldSpreadAdditionalProps.js +0 -5
  2615. package/esm/utils/types.d.ts +0 -26
  2616. package/esm/utils/types.js +0 -1
  2617. package/esm/utils/unsupportedProp.d.ts +0 -2
  2618. package/esm/utils/unsupportedProp.js +0 -2
  2619. package/esm/utils/useControlled.d.ts +0 -2
  2620. package/esm/utils/useControlled.js +0 -4
  2621. package/esm/utils/useEnhancedEffect.d.ts +0 -2
  2622. package/esm/utils/useEnhancedEffect.js +0 -4
  2623. package/esm/utils/useEventCallback.d.ts +0 -2
  2624. package/esm/utils/useEventCallback.js +0 -4
  2625. package/esm/utils/useForkRef.d.ts +0 -2
  2626. package/esm/utils/useForkRef.js +0 -4
  2627. package/esm/utils/useId.d.ts +0 -2
  2628. package/esm/utils/useId.js +0 -4
  2629. package/esm/utils/useSlot.d.ts +0 -81
  2630. package/esm/utils/useSlot.js +0 -80
  2631. package/esm/version/index.d.ts +0 -6
  2632. package/esm/version/index.js +0 -6
  2633. package/esm/zero-styled/index.d.ts +0 -12
  2634. package/esm/zero-styled/index.js +0 -27
  2635. package/generateUtilityClass/index.d.ts +0 -2
  2636. package/generateUtilityClass/index.js +0 -13
  2637. package/generateUtilityClasses/index.d.ts +0 -1
  2638. package/generateUtilityClasses/index.js +0 -13
  2639. package/internal/SwitchBase.d.ts +0 -108
  2640. package/internal/SwitchBase.js +0 -362
  2641. package/internal/animate.js +0 -45
  2642. package/internal/svg-icons/Add.js +0 -17
  2643. package/internal/svg-icons/ArrowDownward.js +0 -18
  2644. package/internal/svg-icons/ArrowDropDown.js +0 -18
  2645. package/internal/svg-icons/Cancel.js +0 -18
  2646. package/internal/svg-icons/CheckBox.js +0 -18
  2647. package/internal/svg-icons/CheckBoxOutlineBlank.js +0 -18
  2648. package/internal/svg-icons/CheckCircle.js +0 -18
  2649. package/internal/svg-icons/Close.js +0 -20
  2650. package/internal/svg-icons/ErrorOutline.js +0 -18
  2651. package/internal/svg-icons/FirstPage.js +0 -18
  2652. package/internal/svg-icons/IndeterminateCheckBox.js +0 -18
  2653. package/internal/svg-icons/InfoOutlined.js +0 -18
  2654. package/internal/svg-icons/KeyboardArrowLeft.js +0 -18
  2655. package/internal/svg-icons/KeyboardArrowRight.js +0 -18
  2656. package/internal/svg-icons/LastPage.js +0 -18
  2657. package/internal/svg-icons/MoreHoriz.js +0 -18
  2658. package/internal/svg-icons/NavigateBefore.js +0 -18
  2659. package/internal/svg-icons/NavigateNext.js +0 -18
  2660. package/internal/svg-icons/Person.js +0 -18
  2661. package/internal/svg-icons/RadioButtonChecked.js +0 -18
  2662. package/internal/svg-icons/RadioButtonUnchecked.js +0 -18
  2663. package/internal/svg-icons/ReportProblemOutlined.js +0 -18
  2664. package/internal/svg-icons/Star.js +0 -18
  2665. package/internal/svg-icons/StarBorder.js +0 -18
  2666. package/internal/svg-icons/SuccessOutlined.js +0 -18
  2667. package/internal/svg-icons/Warning.js +0 -18
  2668. package/internal/switchBaseClasses.d.ts +0 -12
  2669. package/internal/switchBaseClasses.js +0 -15
  2670. package/locale/index.d.ts +0 -82
  2671. package/locale/index.js +0 -4330
  2672. package/styles/ThemeProvider.d.ts +0 -76
  2673. package/styles/ThemeProvider.js +0 -47
  2674. package/styles/ThemeProviderNoVars.d.ts +0 -10
  2675. package/styles/ThemeProviderNoVars.js +0 -24
  2676. package/styles/ThemeProviderWithVars.d.ts +0 -51
  2677. package/styles/ThemeProviderWithVars.js +0 -101
  2678. package/styles/adaptV4Theme.d.ts +0 -36
  2679. package/styles/adaptV4Theme.js +0 -88
  2680. package/styles/components.d.ts +0 -595
  2681. package/styles/components.js +0 -5
  2682. package/styles/createColorScheme.d.ts +0 -9
  2683. package/styles/createColorScheme.js +0 -50
  2684. package/styles/createGetSelector.d.ts +0 -16
  2685. package/styles/createGetSelector.js +0 -68
  2686. package/styles/createMixins.d.ts +0 -32
  2687. package/styles/createMixins.js +0 -22
  2688. package/styles/createMuiStrictModeTheme.js +0 -14
  2689. package/styles/createPalette.d.ts +0 -125
  2690. package/styles/createPalette.js +0 -311
  2691. package/styles/createStyles.d.ts +0 -1
  2692. package/styles/createStyles.js +0 -16
  2693. package/styles/createTheme.d.ts +0 -14
  2694. package/styles/createTheme.js +0 -105
  2695. package/styles/createThemeNoVars.d.ts +0 -70
  2696. package/styles/createThemeNoVars.js +0 -99
  2697. package/styles/createThemeWithVars.d.ts +0 -350
  2698. package/styles/createThemeWithVars.js +0 -396
  2699. package/styles/createTransitions.d.ts +0 -51
  2700. package/styles/createTransitions.js +0 -96
  2701. package/styles/createTypography.d.ts +0 -28
  2702. package/styles/createTypography.js +0 -99
  2703. package/styles/cssUtils.d.ts +0 -25
  2704. package/styles/cssUtils.js +0 -137
  2705. package/styles/defaultTheme.js +0 -11
  2706. package/styles/excludeVariablesFromRoot.d.ts +0 -5
  2707. package/styles/excludeVariablesFromRoot.js +0 -11
  2708. package/styles/experimental_extendTheme.js +0 -16
  2709. package/styles/getOverlayAlpha.d.ts +0 -1
  2710. package/styles/getOverlayAlpha.js +0 -16
  2711. package/styles/identifier.d.ts +0 -2
  2712. package/styles/identifier.js +0 -7
  2713. package/styles/index.d.ts +0 -49
  2714. package/styles/index.js +0 -348
  2715. package/styles/makeStyles.d.ts +0 -1
  2716. package/styles/makeStyles.js +0 -11
  2717. package/styles/overrides.d.ts +0 -244
  2718. package/styles/overrides.js +0 -5
  2719. package/styles/props.d.ts +0 -241
  2720. package/styles/props.js +0 -5
  2721. package/styles/responsiveFontSizes.d.ts +0 -11
  2722. package/styles/responsiveFontSizes.js +0 -74
  2723. package/styles/rootShouldForwardProp.d.ts +0 -2
  2724. package/styles/rootShouldForwardProp.js +0 -10
  2725. package/styles/shadows.d.ts +0 -3
  2726. package/styles/shadows.js +0 -16
  2727. package/styles/shouldSkipGeneratingVar.d.ts +0 -1
  2728. package/styles/shouldSkipGeneratingVar.js +0 -11
  2729. package/styles/slotShouldForwardProp.d.ts +0 -2
  2730. package/styles/slotShouldForwardProp.js +0 -11
  2731. package/styles/stringifyTheme.d.ts +0 -20
  2732. package/styles/stringifyTheme.js +0 -61
  2733. package/styles/styled.d.ts +0 -13
  2734. package/styles/styled.js +0 -31
  2735. package/styles/useTheme.d.ts +0 -2
  2736. package/styles/useTheme.js +0 -22
  2737. package/styles/useThemeProps.d.ts +0 -42
  2738. package/styles/useThemeProps.js +0 -22
  2739. package/styles/variants.d.ts +0 -10
  2740. package/styles/variants.js +0 -5
  2741. package/styles/withStyles.d.ts +0 -1
  2742. package/styles/withStyles.js +0 -11
  2743. package/styles/withTheme.d.ts +0 -1
  2744. package/styles/withTheme.js +0 -11
  2745. package/styles/zIndex.d.ts +0 -13
  2746. package/styles/zIndex.js +0 -19
  2747. package/themeCssVarsAugmentation/index.d.ts +0 -10
  2748. package/transitions/index.d.ts +0 -1
  2749. package/transitions/index.js +0 -16
  2750. package/transitions/transition.d.ts +0 -12
  2751. package/transitions/transition.js +0 -5
  2752. package/transitions/utils.d.ts +0 -23
  2753. package/transitions/utils.js +0 -21
  2754. package/types/OverridableComponentAugmentation.d.ts +0 -31
  2755. package/types/OverridableComponentAugmentation.js +0 -5
  2756. package/useAutocomplete/index.d.ts +0 -2
  2757. package/useAutocomplete/index.js +0 -19
  2758. package/useAutocomplete/useAutocomplete.d.ts +0 -420
  2759. package/useAutocomplete/useAutocomplete.js +0 -1030
  2760. package/useLazyRipple/index.d.ts +0 -1
  2761. package/useLazyRipple/index.js +0 -14
  2762. package/useLazyRipple/useLazyRipple.d.ts +0 -32
  2763. package/useLazyRipple/useLazyRipple.js +0 -94
  2764. package/useMediaQuery/index.d.ts +0 -7
  2765. package/useMediaQuery/index.js +0 -13
  2766. package/usePagination/index.d.ts +0 -2
  2767. package/usePagination/index.js +0 -13
  2768. package/usePagination/usePagination.d.ts +0 -74
  2769. package/usePagination/usePagination.js +0 -119
  2770. package/useScrollTrigger/index.d.ts +0 -1
  2771. package/useScrollTrigger/index.js +0 -13
  2772. package/useScrollTrigger/useScrollTrigger.d.ts +0 -6
  2773. package/useScrollTrigger/useScrollTrigger.js +0 -61
  2774. package/utils/PolymorphicComponent.d.ts +0 -17
  2775. package/utils/PolymorphicComponent.js +0 -5
  2776. package/utils/areArraysEqual.d.ts +0 -3
  2777. package/utils/areArraysEqual.js +0 -10
  2778. package/utils/capitalize.d.ts +0 -2
  2779. package/utils/capitalize.js +0 -9
  2780. package/utils/createChainedFunction.d.ts +0 -2
  2781. package/utils/createChainedFunction.js +0 -9
  2782. package/utils/createSimplePaletteValueFilter.d.ts +0 -12
  2783. package/utils/createSimplePaletteValueFilter.js +0 -47
  2784. package/utils/createSvgIcon.d.ts +0 -2
  2785. package/utils/createSvgIcon.js +0 -31
  2786. package/utils/debounce.d.ts +0 -2
  2787. package/utils/debounce.js +0 -9
  2788. package/utils/deprecatedPropType.d.ts +0 -2
  2789. package/utils/deprecatedPropType.js +0 -9
  2790. package/utils/getScrollbarSize.d.ts +0 -2
  2791. package/utils/getScrollbarSize.js +0 -9
  2792. package/utils/index.d.ts +0 -20
  2793. package/utils/index.js +0 -145
  2794. package/utils/isHostComponent.d.ts +0 -6
  2795. package/utils/isHostComponent.js +0 -13
  2796. package/utils/isMuiElement.d.ts +0 -2
  2797. package/utils/isMuiElement.js +0 -9
  2798. package/utils/memoTheme.d.ts +0 -7
  2799. package/utils/memoTheme.js +0 -9
  2800. package/utils/mergeSlotProps.d.ts +0 -2
  2801. package/utils/mergeSlotProps.js +0 -81
  2802. package/utils/omitEventHandlers.d.ts +0 -9
  2803. package/utils/omitEventHandlers.js +0 -24
  2804. package/utils/ownerDocument.d.ts +0 -2
  2805. package/utils/ownerDocument.js +0 -9
  2806. package/utils/ownerWindow.d.ts +0 -2
  2807. package/utils/ownerWindow.js +0 -9
  2808. package/utils/requirePropFactory.d.ts +0 -2
  2809. package/utils/requirePropFactory.js +0 -9
  2810. package/utils/setRef.d.ts +0 -2
  2811. package/utils/setRef.js +0 -9
  2812. package/utils/shouldSpreadAdditionalProps.js +0 -12
  2813. package/utils/types.d.ts +0 -26
  2814. package/utils/types.js +0 -5
  2815. package/utils/unsupportedProp.d.ts +0 -2
  2816. package/utils/unsupportedProp.js +0 -9
  2817. package/utils/useControlled.d.ts +0 -2
  2818. package/utils/useControlled.js +0 -10
  2819. package/utils/useEnhancedEffect.d.ts +0 -2
  2820. package/utils/useEnhancedEffect.js +0 -10
  2821. package/utils/useEventCallback.d.ts +0 -2
  2822. package/utils/useEventCallback.js +0 -10
  2823. package/utils/useForkRef.d.ts +0 -2
  2824. package/utils/useForkRef.js +0 -10
  2825. package/utils/useId.d.ts +0 -2
  2826. package/utils/useId.js +0 -10
  2827. package/utils/useSlot.d.ts +0 -81
  2828. package/utils/useSlot.js +0 -86
  2829. package/version/index.d.ts +0 -6
  2830. package/version/index.js +0 -12
  2831. package/zero-styled/index.d.ts +0 -12
  2832. package/zero-styled/index.js +0 -59
package/locale/index.js DELETED
@@ -1,4330 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.zhTW = exports.zhHK = exports.zhCN = exports.viVN = exports.urPK = exports.ukUA = exports.trTR = exports.tlTL = exports.thTH = exports.svSE = exports.srRS = exports.skSK = exports.siLK = exports.ruRU = exports.roRO = exports.ptPT = exports.ptBR = exports.psAF = exports.plPL = exports.nnNO = exports.nlNL = exports.neNP = exports.nbNO = exports.myMY = exports.msMS = exports.mkMK = exports.kuLatn = exports.kuCKB = exports.koKR = exports.kkKZ = exports.khKH = exports.jaJP = exports.itIT = exports.isIS = exports.idID = exports.hyAM = exports.huHU = exports.hrHR = exports.hiIN = exports.heIL = exports.frFR = exports.fiFI = exports.faIR = exports.etEE = exports.esES = exports.enUS = exports.elGR = exports.deDE = exports.daDK = exports.csCZ = exports.caES = exports.bnBD = exports.bgBG = exports.beBY = exports.azAZ = exports.arSD = exports.arSA = exports.arEG = exports.amET = void 0;
7
- const amET = exports.amET = {
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
- // if (type === 'previous') {
27
- return 'ወደ ቀዳሚው ገጽ ይሂዱ';
28
- },
29
- labelRowsPerPage: 'ረድፎች በአንድ ገጽ:',
30
- labelDisplayedRows: ({
31
- from,
32
- to,
33
- count
34
- }) => `${from}-${to} ከ ${count !== -1 ? count : `${to} በላይ`}`
35
- }
36
- },
37
- MuiRating: {
38
- defaultProps: {
39
- getLabelText: value => `${value} ኮከ${value !== 1 ? 'ቦች' : 'ብ'}`,
40
- emptyLabelText: 'ባዶ'
41
- }
42
- },
43
- MuiAutocomplete: {
44
- defaultProps: {
45
- clearText: 'አጽዳ',
46
- closeText: 'ዝጋ',
47
- loadingText: 'በመጫን ላይ…',
48
- noOptionsText: 'አማራጮች የሉም',
49
- openText: 'ክፈት'
50
- }
51
- },
52
- MuiAlert: {
53
- defaultProps: {
54
- closeText: 'ዝጋ'
55
- }
56
- },
57
- MuiPagination: {
58
- defaultProps: {
59
- 'aria-label': 'የገጽ አሰሳ',
60
- getItemAriaLabel: (type, page, selected) => {
61
- if (type === 'page') {
62
- return `${selected ? '' : 'ወደ '}ገጽ ${page}${selected ? '' : ' ሂድ'}`;
63
- }
64
- if (type === 'first') {
65
- return 'ወደ መጀመሪያው ገጽ ይሂዱ';
66
- }
67
- if (type === 'last') {
68
- return 'ወደ መጨረሻው ገጽ ይሂዱ';
69
- }
70
- if (type === 'next') {
71
- return 'ወደ ቀጣዩ ገጽ ይሂዱ';
72
- }
73
- // if (type === 'previous') {
74
- return 'ወደ ቀዳሚው ገጽ ይሂዱ';
75
- }
76
- }
77
- }
78
- }
79
- };
80
- const arEG = exports.arEG = {
81
- components: {
82
- MuiBreadcrumbs: {
83
- defaultProps: {
84
- expandText: 'إظهار المسار'
85
- }
86
- },
87
- MuiTablePagination: {
88
- defaultProps: {
89
- getItemAriaLabel: type => {
90
- if (type === 'first') {
91
- return 'انتقل إلى الصفحة الأولى';
92
- }
93
- if (type === 'last') {
94
- return 'انتقل إلى الصفحة الأخيرة';
95
- }
96
- if (type === 'next') {
97
- return 'انتقل إلى الصفحة التالية';
98
- }
99
- // if (type === 'previous') {
100
- return 'انتقل إلى الصفحة السابقة';
101
- },
102
- labelRowsPerPage: 'عدد الصفوف في الصفحة:',
103
- labelDisplayedRows: ({
104
- from,
105
- to,
106
- count
107
- }) => `${from}–${to} من ${count !== -1 ? count : ` أكثر من${to}`}`
108
- }
109
- },
110
- MuiRating: {
111
- defaultProps: {
112
- getLabelText: value => `${value} ${value !== 1 ? 'نجوم' : 'نجمة'}`,
113
- emptyLabelText: 'فارغ'
114
- }
115
- },
116
- MuiAutocomplete: {
117
- defaultProps: {
118
- clearText: 'مسح',
119
- closeText: 'إغلاق',
120
- loadingText: 'جار التحميل...',
121
- noOptionsText: 'لا يوجد خيارات',
122
- openText: 'فتح'
123
- }
124
- },
125
- MuiAlert: {
126
- defaultProps: {
127
- closeText: 'إغلاق'
128
- }
129
- },
130
- MuiPagination: {
131
- defaultProps: {
132
- 'aria-label': 'التنقل عبر الصفحات',
133
- getItemAriaLabel: (type, page, selected) => {
134
- if (type === 'page') {
135
- return `${selected ? '' : 'انتقل إلى '} صفحة ${page}`;
136
- }
137
- if (type === 'first') {
138
- return 'انتقل إلى الصفحة الأولى';
139
- }
140
- if (type === 'last') {
141
- return 'انتقل إلى الصفحة الأخيرة';
142
- }
143
- if (type === 'next') {
144
- return 'انتقل إلى الصفحة التالية';
145
- }
146
- // if (type === 'previous') {
147
- return 'انتقل إلى الصفحة السابقة';
148
- }
149
- }
150
- }
151
- }
152
- };
153
- const arSA = exports.arSA = {
154
- components: {
155
- MuiBreadcrumbs: {
156
- defaultProps: {
157
- expandText: 'إظهار المسار'
158
- }
159
- },
160
- MuiTablePagination: {
161
- defaultProps: {
162
- getItemAriaLabel: type => {
163
- if (type === 'first') {
164
- return 'الانتقال إلى الصفحة الأولى';
165
- }
166
- if (type === 'last') {
167
- return 'الانتقال إلى الصفحة الأخيرة';
168
- }
169
- if (type === 'next') {
170
- return 'الانتقال إلى الصفحة التالية';
171
- }
172
- // if (type === 'previous') {
173
- return 'الانتقال إلى الصفحة السابقة';
174
- },
175
- labelRowsPerPage: 'عدد الصفوف في الصفحة:',
176
- labelDisplayedRows: ({
177
- from,
178
- to,
179
- count
180
- }) => `${from}–${to} من ${count !== -1 ? count : ` أكثر من${to}`}`
181
- }
182
- },
183
- MuiRating: {
184
- defaultProps: {
185
- getLabelText: value => `${value} ${value !== 1 ? 'نجوم' : 'نجمة'}`,
186
- emptyLabelText: 'فارغ'
187
- }
188
- },
189
- MuiAutocomplete: {
190
- defaultProps: {
191
- clearText: 'مسح',
192
- closeText: 'إغلاق',
193
- loadingText: 'جار التحميل...',
194
- noOptionsText: 'لا توجد خيارات',
195
- openText: 'فتح'
196
- }
197
- },
198
- MuiAlert: {
199
- defaultProps: {
200
- closeText: 'إغلاق'
201
- }
202
- },
203
- MuiPagination: {
204
- defaultProps: {
205
- 'aria-label': 'التنقل عبر الصفحات',
206
- getItemAriaLabel: (type, page, selected) => {
207
- if (type === 'page') {
208
- return `${selected ? '' : 'الانتقال إلى '} صفحة ${page}`;
209
- }
210
- if (type === 'first') {
211
- return 'الانتقال إلى الصفحة الأولى';
212
- }
213
- if (type === 'last') {
214
- return 'الانتقال الي الصفحة الأخيرة';
215
- }
216
- if (type === 'next') {
217
- return 'الانتقال إلى الصفحة التالية';
218
- }
219
- // if (type === 'previous') {
220
- return 'الانتقال إلى الصفحة السابقة';
221
- }
222
- }
223
- }
224
- }
225
- };
226
- const arSD = exports.arSD = {
227
- components: {
228
- MuiBreadcrumbs: {
229
- defaultProps: {
230
- expandText: 'إظهار المسار'
231
- }
232
- },
233
- MuiTablePagination: {
234
- defaultProps: {
235
- getItemAriaLabel: type => {
236
- if (type === 'first') {
237
- return 'انتقل إلى الصفحة الأولى';
238
- }
239
- if (type === 'last') {
240
- return 'انتقل إلى الصفحة الأخيرة';
241
- }
242
- if (type === 'next') {
243
- return 'انتقل إلى الصفحة التالية';
244
- }
245
- // if (type === 'previous') {
246
- return 'انتقل إلى الصفحة السابقة';
247
- },
248
- labelRowsPerPage: 'عدد الصفوف في الصفحة:',
249
- labelDisplayedRows: ({
250
- from,
251
- to,
252
- count
253
- }) => `${from}–${to} من ${count !== -1 ? count : ` أكثر من${to}`}`
254
- }
255
- },
256
- MuiRating: {
257
- defaultProps: {
258
- getLabelText: value => `${value} ${value !== 1 ? 'نجوم' : 'نجمة'}`,
259
- emptyLabelText: 'فارغ'
260
- }
261
- },
262
- MuiAutocomplete: {
263
- defaultProps: {
264
- clearText: 'مسح',
265
- closeText: 'إغلاق',
266
- loadingText: 'جار التحميل...',
267
- noOptionsText: 'لا يوجد خيارات',
268
- openText: 'فتح'
269
- }
270
- },
271
- MuiAlert: {
272
- defaultProps: {
273
- closeText: 'إغلاق'
274
- }
275
- },
276
- MuiPagination: {
277
- defaultProps: {
278
- 'aria-label': 'التنقل عبر الصفحات',
279
- getItemAriaLabel: (type, page, selected) => {
280
- if (type === 'page') {
281
- return `${selected ? '' : 'انتقل إلى '} صفحة ${page}`;
282
- }
283
- if (type === 'first') {
284
- return 'انتقل إلى الصفحة الأولى';
285
- }
286
- if (type === 'last') {
287
- return 'انتقل الي الصفحة الأخيرة';
288
- }
289
- if (type === 'next') {
290
- return 'انتقل إلى الصفحة التالية';
291
- }
292
- // if (type === 'previous') {
293
- return 'انتقل إلى الصفحة السابقة';
294
- }
295
- }
296
- }
297
- }
298
- };
299
- const azAZ = exports.azAZ = {
300
- components: {
301
- MuiBreadcrumbs: {
302
- defaultProps: {
303
- expandText: 'Yolu göstər'
304
- }
305
- },
306
- MuiTablePagination: {
307
- defaultProps: {
308
- getItemAriaLabel: type => {
309
- if (type === 'first') {
310
- return 'Birinci səhifəyə keç';
311
- }
312
- if (type === 'last') {
313
- return 'Sonuncu səhifəyə keç';
314
- }
315
- if (type === 'next') {
316
- return 'Növbəti səhifəyə keç';
317
- }
318
- // if (type === 'previous') {
319
- return 'Əvvəlki səhifəyə keç';
320
- },
321
- labelRowsPerPage: 'Səhifəyə düşən sətrlər:'
322
- // labelDisplayedRows: ({ from, to, count }) =>
323
- // `${from}–${to} dən ${count !== -1 ? count : `more than ${to}`}`,
324
- }
325
- },
326
- MuiRating: {
327
- defaultProps: {
328
- getLabelText: value => {
329
- let pluralForm = 'Ulduz';
330
- const lastDigit = value % 10;
331
- if (lastDigit > 1 && lastDigit < 5) {
332
- pluralForm = 'Ulduzlar';
333
- }
334
- return `${value} ${pluralForm}`;
335
- },
336
- emptyLabelText: 'Boş'
337
- }
338
- },
339
- MuiAutocomplete: {
340
- defaultProps: {
341
- clearText: 'Silmək',
342
- closeText: 'Bağlamaq',
343
- loadingText: 'Yüklənir…',
344
- noOptionsText: 'Seçimlər mövcud deyil',
345
- openText: 'Открыть'
346
- }
347
- },
348
- MuiAlert: {
349
- defaultProps: {
350
- closeText: 'Bağlamaq'
351
- }
352
- },
353
- MuiPagination: {
354
- defaultProps: {
355
- 'aria-label': 'Səhifənin naviqasiyası',
356
- getItemAriaLabel: (type, page, selected) => {
357
- if (type === 'page') {
358
- return `${page} ${selected ? 'səhifə' : 'səhifəyə keç'}`;
359
- }
360
- if (type === 'first') {
361
- return 'Birinci səhifəyə keç';
362
- }
363
- if (type === 'last') {
364
- return 'Sonuncu səhifəyə keç';
365
- }
366
- if (type === 'next') {
367
- return 'Növbəti səhifəyə keç';
368
- }
369
- // if (type === 'previous') {
370
- return 'Əvvəlki səhifəyə keç';
371
- }
372
- }
373
- }
374
- }
375
- };
376
- const bnBD = exports.bnBD = {
377
- components: {
378
- MuiBreadcrumbs: {
379
- defaultProps: {
380
- expandText: 'পথ দেখান'
381
- }
382
- },
383
- MuiTablePagination: {
384
- defaultProps: {
385
- getItemAriaLabel: type => {
386
- if (type === 'first') {
387
- return 'প্রথম পৃষ্ঠায় যান';
388
- }
389
- if (type === 'last') {
390
- return 'শেষ পৃষ্ঠায় যান';
391
- }
392
- if (type === 'next') {
393
- return 'পরবর্তী পৃষ্ঠায় যান';
394
- }
395
- // if (type === 'previous') {
396
- return 'আগের পৃষ্ঠায় যান';
397
- },
398
- labelRowsPerPage: 'প্রতি পৃষ্ঠায় সারি:',
399
- labelDisplayedRows: ({
400
- from,
401
- to,
402
- count
403
- }) => `${from}–${to} / ${count !== -1 ? count : `${to} থেকে বেশি`}`
404
- }
405
- },
406
- MuiRating: {
407
- defaultProps: {
408
- getLabelText: value => `${value} স্টার`,
409
- emptyLabelText: 'খালি'
410
- }
411
- },
412
- MuiAutocomplete: {
413
- defaultProps: {
414
- clearText: 'পরিষ্কার করুন',
415
- closeText: 'বন্ধ করুন',
416
- loadingText: 'লোড হচ্ছে…',
417
- noOptionsText: 'কোন অপশন নেই',
418
- openText: 'ওপেন করুন'
419
- }
420
- },
421
- MuiAlert: {
422
- defaultProps: {
423
- closeText: 'বন্ধ করুন'
424
- }
425
- },
426
- MuiPagination: {
427
- defaultProps: {
428
- 'aria-label': 'পেজিনেশন নেভিগেশন',
429
- getItemAriaLabel: (type, page, selected) => {
430
- if (type === 'page') {
431
- return `${selected ? '' : 'যান '}পৃষ্ঠা ${page}-এ`;
432
- }
433
- if (type === 'first') {
434
- return 'প্রথম পৃষ্ঠায় যান';
435
- }
436
- if (type === 'last') {
437
- return 'শেষ পৃষ্ঠায় যান';
438
- }
439
- if (type === 'next') {
440
- return 'পরবর্তী পৃষ্ঠায় যান';
441
- }
442
- // if (type === 'previous') {
443
- return 'আগের পৃষ্ঠায় যান';
444
- }
445
- }
446
- }
447
- }
448
- };
449
- const beBY = exports.beBY = {
450
- components: {
451
- MuiBreadcrumbs: {
452
- defaultProps: {
453
- expandText: 'Паказаць шлях'
454
- }
455
- },
456
- MuiTablePagination: {
457
- defaultProps: {
458
- getItemAriaLabel: type => {
459
- if (type === 'first') {
460
- return 'Перайсці на першую старонку';
461
- }
462
- if (type === 'last') {
463
- return 'Перайсці на апошнюю старонку';
464
- }
465
- if (type === 'next') {
466
- return 'Перайсці на наступную старонку';
467
- }
468
- // if (type === 'previous') {
469
- return 'Перайсці на папярэднюю старонку';
470
- },
471
- labelRowsPerPage: 'Радкоў на старонцы:',
472
- labelDisplayedRows: ({
473
- from,
474
- to,
475
- count
476
- }) => `${from}–${to} з ${count !== -1 ? count : `больш чым ${to}`}`
477
- }
478
- },
479
- MuiRating: {
480
- defaultProps: {
481
- getLabelText: value => {
482
- let pluralForm = 'Зорак';
483
- const lastDigit = value % 10;
484
- if (lastDigit > 1 && lastDigit < 5 && (value < 10 || value > 20)) {
485
- pluralForm = 'Зоркі';
486
- } else if (lastDigit === 1 && value % 100 !== 11) {
487
- pluralForm = 'Зорка';
488
- }
489
- return `${value} ${pluralForm}`;
490
- },
491
- emptyLabelText: 'Рэйтынг адсутнічае'
492
- }
493
- },
494
- MuiAutocomplete: {
495
- defaultProps: {
496
- clearText: 'Ачысціць',
497
- closeText: 'Закрыць',
498
- loadingText: 'Загрузка…',
499
- noOptionsText: 'Няма варыянтаў',
500
- openText: 'Адкрыць'
501
- }
502
- },
503
- MuiAlert: {
504
- defaultProps: {
505
- closeText: 'Закрыць'
506
- }
507
- },
508
- MuiPagination: {
509
- defaultProps: {
510
- 'aria-label': 'Навігацыя па старонкам',
511
- getItemAriaLabel: (type, page, selected) => {
512
- if (type === 'page') {
513
- if (selected) {
514
- return `${page} старонка`;
515
- }
516
- return `Перайсці на ${page} старонку`;
517
- }
518
- if (type === 'first') {
519
- return 'Перайсці на першую старонку';
520
- }
521
- if (type === 'last') {
522
- return 'Перайсці на апошнюю старонку';
523
- }
524
- if (type === 'next') {
525
- return 'Перайсці на наступную старонку';
526
- }
527
- // if (type === 'previous') {
528
- return 'Перайсці на папярэднюю старонку';
529
- }
530
- }
531
- }
532
- }
533
- };
534
- const bgBG = exports.bgBG = {
535
- components: {
536
- MuiBreadcrumbs: {
537
- defaultProps: {
538
- expandText: 'Показване на пътя'
539
- }
540
- },
541
- MuiTablePagination: {
542
- defaultProps: {
543
- getItemAriaLabel: type => {
544
- if (type === 'first') {
545
- return 'Отиди на първата страница';
546
- }
547
- if (type === 'last') {
548
- return 'Отиди на последната страница';
549
- }
550
- if (type === 'next') {
551
- return 'Отиди на следващата страница';
552
- }
553
- // if (type === 'previous') {
554
- return 'Отиди на предишната страница';
555
- },
556
- labelRowsPerPage: 'Редове на страница:'
557
- // labelDisplayedRows: ({ from, to, count }) =>
558
- // `${from}–${to} от ${count !== -1 ? count : `more than ${to}`}`,
559
- }
560
- },
561
- MuiRating: {
562
- defaultProps: {
563
- getLabelText: value => `${value} Звезд${value !== 1 ? 'и' : 'а'}`,
564
- emptyLabelText: 'Изчисти'
565
- }
566
- },
567
- MuiAutocomplete: {
568
- defaultProps: {
569
- clearText: 'Изчисти',
570
- closeText: 'Затвори',
571
- loadingText: 'Зареждане…',
572
- noOptionsText: 'Няма налични опции',
573
- openText: 'Отвори'
574
- }
575
- },
576
- MuiAlert: {
577
- defaultProps: {
578
- closeText: 'Затвори'
579
- }
580
- },
581
- MuiPagination: {
582
- defaultProps: {
583
- 'aria-label': 'Пагинация',
584
- getItemAriaLabel: (type, page, selected) => {
585
- if (type === 'page') {
586
- return `${selected ? '' : 'Към '}страница ${page}`;
587
- }
588
- if (type === 'first') {
589
- return 'Отиди на първата страница';
590
- }
591
- if (type === 'last') {
592
- return 'Отиди на последната страница';
593
- }
594
- if (type === 'next') {
595
- return 'Отиди на следващата страница';
596
- }
597
- // if (type === 'previous') {
598
- return 'Отиди на предишната страница';
599
- }
600
- }
601
- }
602
- }
603
- };
604
- const caES = exports.caES = {
605
- components: {
606
- // MuiBreadcrumbs: {
607
- // defaultProps: {
608
- // expandText: 'Show path',
609
- // },
610
- // },
611
- MuiTablePagination: {
612
- defaultProps: {
613
- // getItemAriaLabel: (type) => {
614
- // if (type === 'first') {
615
- // return 'Go to first page';
616
- // }
617
- // if (type === 'last') {
618
- // return 'Go to last page';
619
- // }
620
- // if (type === 'next') {
621
- // return 'Go to next page';
622
- // }
623
- // // if (type === 'previous') {
624
- // return 'Go to previous page';
625
- // },
626
- labelRowsPerPage: 'Files per pàgina:'
627
- // labelDisplayedRows: ({ from, to, count }) =>
628
- // `${from}–${to} de ${count !== -1 ? count : `more than ${to}`}`,
629
- }
630
- },
631
- MuiRating: {
632
- defaultProps: {
633
- getLabelText: value => `${value} ${value !== 1 ? 'Estrelles' : 'Estrella'}`,
634
- emptyLabelText: 'Buit'
635
- }
636
- },
637
- MuiAutocomplete: {
638
- defaultProps: {
639
- clearText: 'Netejar',
640
- closeText: 'Tancar',
641
- loadingText: 'Carregant…',
642
- noOptionsText: 'Sense opcions',
643
- openText: 'Obert'
644
- }
645
- },
646
- MuiAlert: {
647
- defaultProps: {
648
- closeText: 'Tancat'
649
- }
650
- }
651
- // MuiPagination: {
652
- // defaultProps: {
653
- // 'aria-label': 'Pagination navigation',
654
- // getItemAriaLabel: (type, page, selected) => {
655
- // if (type === 'page') {
656
- // return `${selected ? '' : 'Go to '}page ${page}`;
657
- // }
658
- // if (type === 'first') {
659
- // return 'Go to first page';
660
- // }
661
- // if (type === 'last') {
662
- // return 'Go to last page';
663
- // }
664
- // if (type === 'next') {
665
- // return 'Go to next page';
666
- // }
667
- // // if (type === 'previous') {
668
- // return 'Go to previous page';
669
- // },
670
- // },
671
- // },
672
- }
673
- };
674
- const csCZ = exports.csCZ = {
675
- components: {
676
- MuiBreadcrumbs: {
677
- defaultProps: {
678
- expandText: 'Ukázat cestu'
679
- }
680
- },
681
- MuiTablePagination: {
682
- defaultProps: {
683
- getItemAriaLabel: type => {
684
- if (type === 'first') {
685
- return 'Jít na první stránku';
686
- }
687
- if (type === 'last') {
688
- return 'Jít na poslední stránku';
689
- }
690
- if (type === 'next') {
691
- return 'Jít na další stránku';
692
- }
693
- // if (type === 'previous') {
694
- return 'Jít na předchozí stránku';
695
- },
696
- labelRowsPerPage: 'Řádků na stránce:',
697
- labelDisplayedRows: ({
698
- from,
699
- to,
700
- count
701
- }) => `${from}–${to} z ${count !== -1 ? count : `více než ${to}`}`
702
- }
703
- },
704
- MuiRating: {
705
- defaultProps: {
706
- getLabelText: value => {
707
- if (value === 1) {
708
- return `${value} hvězdička`;
709
- }
710
- if (value >= 2 && value <= 4) {
711
- return `${value} hvězdičky`;
712
- }
713
- return `${value} hvězdiček`;
714
- },
715
- emptyLabelText: 'Prázdné'
716
- }
717
- },
718
- MuiAutocomplete: {
719
- defaultProps: {
720
- clearText: 'Vymazat',
721
- closeText: 'Zavřít',
722
- loadingText: 'Načítání…',
723
- noOptionsText: 'Žádné možnosti',
724
- openText: 'Otevřít'
725
- }
726
- },
727
- MuiAlert: {
728
- defaultProps: {
729
- closeText: 'Zavřít'
730
- }
731
- },
732
- MuiPagination: {
733
- defaultProps: {
734
- 'aria-label': 'Navigace stránkováním',
735
- getItemAriaLabel: (type, page, selected) => {
736
- if (type === 'page') {
737
- return `${selected ? '' : 'Jít na '}${page}. stránku`;
738
- }
739
- if (type === 'first') {
740
- return 'Jít na první stránku';
741
- }
742
- if (type === 'last') {
743
- return 'Jít na poslední stránku';
744
- }
745
- if (type === 'next') {
746
- return 'Jít na další stránku';
747
- }
748
- // if (type === 'previous') {
749
- return 'Jít na předchozí stránku';
750
- }
751
- }
752
- }
753
- }
754
- };
755
- const daDK = exports.daDK = {
756
- components: {
757
- MuiBreadcrumbs: {
758
- defaultProps: {
759
- expandText: 'Vis sti'
760
- }
761
- },
762
- MuiTablePagination: {
763
- defaultProps: {
764
- getItemAriaLabel: type => {
765
- if (type === 'first') {
766
- return 'Gå til den første side';
767
- }
768
- if (type === 'last') {
769
- return 'Gå til den sidste side';
770
- }
771
- if (type === 'next') {
772
- return 'Gå til den næste side';
773
- }
774
- // if (type === 'previous') {
775
- return 'Gå til den forrige side';
776
- },
777
- labelRowsPerPage: 'Rækker pr side:',
778
- labelDisplayedRows: ({
779
- from,
780
- to,
781
- count
782
- }) => `${from}-${to} af ${count !== -1 ? count : `mere end ${to}`}`
783
- }
784
- },
785
- MuiRating: {
786
- defaultProps: {
787
- getLabelText: value => `${value} Stjern${value !== 1 ? 'er' : ''}`,
788
- emptyLabelText: 'Tom'
789
- }
790
- },
791
- MuiAutocomplete: {
792
- defaultProps: {
793
- clearText: 'Slet',
794
- closeText: 'Luk',
795
- loadingText: 'Indlæser…',
796
- noOptionsText: 'Ingen muligheder',
797
- openText: 'Åben'
798
- }
799
- },
800
- MuiAlert: {
801
- defaultProps: {
802
- closeText: 'Luk'
803
- }
804
- },
805
- MuiPagination: {
806
- defaultProps: {
807
- 'aria-label': 'Sideinddelings navigation',
808
- getItemAriaLabel: (type, page, selected) => {
809
- if (type === 'page') {
810
- return `${selected ? '' : 'Go to '}page ${page}`;
811
- }
812
- if (type === 'first') {
813
- return 'Gå til den første side';
814
- }
815
- if (type === 'last') {
816
- return 'Gå til den sidste side';
817
- }
818
- if (type === 'next') {
819
- return 'Gå til den næste side';
820
- }
821
- // if (type === 'previous') {
822
- return 'Gå til den forrige side';
823
- }
824
- }
825
- }
826
- }
827
- };
828
- const deDE = exports.deDE = {
829
- components: {
830
- MuiBreadcrumbs: {
831
- defaultProps: {
832
- expandText: 'Pfad anzeigen'
833
- }
834
- },
835
- MuiTablePagination: {
836
- defaultProps: {
837
- getItemAriaLabel: type => {
838
- if (type === 'first') {
839
- return 'Zur ersten Seite';
840
- }
841
- if (type === 'last') {
842
- return 'Zur letzten Seite';
843
- }
844
- if (type === 'next') {
845
- return 'Zur nächsten Seite';
846
- }
847
- // if (type === 'previous') {
848
- return 'Zur vorherigen Seite';
849
- },
850
- labelRowsPerPage: 'Zeilen pro Seite:',
851
- labelDisplayedRows: ({
852
- from,
853
- to,
854
- count
855
- }) => `${from}–${to} von ${count !== -1 ? count : `mehr als ${to}`}`
856
- }
857
- },
858
- MuiRating: {
859
- defaultProps: {
860
- getLabelText: value => `${value} ${value !== 1 ? 'Sterne' : 'Stern'}`,
861
- emptyLabelText: 'Keine Wertung'
862
- }
863
- },
864
- MuiAutocomplete: {
865
- defaultProps: {
866
- clearText: 'Leeren',
867
- closeText: 'Schließen',
868
- loadingText: 'Wird geladen…',
869
- noOptionsText: 'Keine Optionen',
870
- openText: 'Öffnen'
871
- }
872
- },
873
- MuiAlert: {
874
- defaultProps: {
875
- closeText: 'Schließen'
876
- }
877
- },
878
- MuiPagination: {
879
- defaultProps: {
880
- 'aria-label': 'Navigation via Seitennummerierung',
881
- getItemAriaLabel: (type, page, selected) => {
882
- if (type === 'page') {
883
- return `${selected ? '' : 'Gehe zu '}Seite ${page}`;
884
- }
885
- if (type === 'first') {
886
- return 'Zur ersten Seite';
887
- }
888
- if (type === 'last') {
889
- return 'Zur letzten Seite';
890
- }
891
- if (type === 'next') {
892
- return 'Zur nächsten Seite';
893
- }
894
- // if (type === 'previous') {
895
- return 'Zur vorherigen Seite';
896
- }
897
- }
898
- }
899
- }
900
- };
901
- const elGR = exports.elGR = {
902
- components: {
903
- MuiBreadcrumbs: {
904
- defaultProps: {
905
- expandText: 'Εμφάνιση διαδρομής'
906
- }
907
- },
908
- MuiTablePagination: {
909
- defaultProps: {
910
- getItemAriaLabel: type => {
911
- if (type === 'first') {
912
- return 'Πρώτη σελίδα';
913
- }
914
- if (type === 'last') {
915
- return 'Τελευταία σελίδα';
916
- }
917
- if (type === 'next') {
918
- return 'Επόμενη σελίδα';
919
- }
920
-
921
- // if (type === "previous") {
922
- return 'Προηγούμενη σελίδα';
923
- },
924
- labelRowsPerPage: 'Γραμμές ανα σελίδα:',
925
- labelDisplayedRows: ({
926
- from,
927
- to,
928
- count
929
- }) => `${from}–${to} από ${count !== -1 ? count : `πάνω από ${to}`}`
930
- }
931
- },
932
- MuiRating: {
933
- defaultProps: {
934
- getLabelText: value => `${value} Αστέρι${value !== 1 ? 'α' : ''}`,
935
- emptyLabelText: 'Χωρίς βαθμολόγηση'
936
- }
937
- },
938
- MuiAutocomplete: {
939
- defaultProps: {
940
- clearText: 'Καθαρισμός',
941
- closeText: 'Κλείσιμο',
942
- loadingText: 'Φόρτωση…',
943
- noOptionsText: 'Δεν υπάρχουν επιλογές',
944
- openText: 'Άνοιγμα'
945
- }
946
- },
947
- MuiAlert: {
948
- defaultProps: {
949
- closeText: 'Κλείσιμο'
950
- }
951
- },
952
- MuiPagination: {
953
- defaultProps: {
954
- 'aria-label': 'Πλοήγηση σε σελίδες',
955
- getItemAriaLabel: (type, page, selected) => {
956
- if (type === 'page') {
957
- return `${selected ? '' : 'Μετάβαση '}σελίδα ${page}`;
958
- }
959
- if (type === 'first') {
960
- return 'Πρώτη σελίδα';
961
- }
962
- if (type === 'last') {
963
- return 'Τελευταία σελίδα';
964
- }
965
- if (type === 'next') {
966
- return 'Επόμενη σελίδα';
967
- }
968
-
969
- // if (type === "previous") {
970
- return 'Προηγούμενη σελίδα';
971
- }
972
- }
973
- }
974
- }
975
- };
976
-
977
- // default
978
- const enUS = exports.enUS = {
979
- /*
980
- components: {
981
- MuiBreadcrumbs: { defaultProps: {
982
- expandText: 'Show path',
983
- }},
984
- MuiTablePagination: { defaultProps: {
985
- getItemAriaLabel: (type) => {
986
- if (type === 'first') {
987
- return 'Go to first page';
988
- }
989
- if (type === 'last') {
990
- return 'Go to last page';
991
- }
992
- if (type === 'next') {
993
- return 'Go to next page';
994
- }
995
- // if (type === 'previous') {
996
- return 'Go to previous page';
997
- },
998
- labelRowsPerPage: 'Rows per page:',
999
- labelDisplayedRows: ({ from, to, count }) =>
1000
- `${from}–${to} of ${count !== -1 ? count : `more than ${to}`}`,
1001
- }},
1002
- MuiRating: { defaultProps: {
1003
- getLabelText: value => `${value} Star${value !== 1 ? 's' : ''}`,
1004
- emptyLabelText: 'Empty',
1005
- }},
1006
- MuiAutocomplete: { defaultProps: {
1007
- clearText: 'Clear',
1008
- closeText: 'Close',
1009
- loadingText: 'Loading…',
1010
- noOptionsText: 'No options',
1011
- openText: 'Open',
1012
- }},
1013
- MuiAlert: { defaultProps: {
1014
- closeText: 'Close',
1015
- }},
1016
- MuiPagination: { defaultProps: {
1017
- 'aria-label': 'Pagination navigation',
1018
- getItemAriaLabel: (type, page, selected) => {
1019
- if (type === 'page') {
1020
- return `${selected ? '' : 'Go to '}page ${page}`;
1021
- }
1022
- if (type === 'first') {
1023
- return 'Go to first page';
1024
- }
1025
- if (type === 'last') {
1026
- return 'Go to last page';
1027
- }
1028
- if (type === 'next') {
1029
- return 'Go to next page';
1030
- }
1031
- // if (type === 'previous') {
1032
- return 'Go to previous page';
1033
- },
1034
- }},
1035
- },
1036
- */
1037
- };
1038
- const esES = exports.esES = {
1039
- components: {
1040
- MuiBreadcrumbs: {
1041
- defaultProps: {
1042
- expandText: 'Mostrar ruta'
1043
- }
1044
- },
1045
- MuiTablePagination: {
1046
- defaultProps: {
1047
- getItemAriaLabel: type => {
1048
- if (type === 'first') {
1049
- return 'Ir a la primera página';
1050
- }
1051
- if (type === 'last') {
1052
- return 'Ir a la última página';
1053
- }
1054
- if (type === 'next') {
1055
- return 'Ir a la página siguiente';
1056
- }
1057
- // if (type === 'previous') {
1058
- return 'Ir a la página anterior';
1059
- },
1060
- labelRowsPerPage: 'Filas por página:',
1061
- labelDisplayedRows: ({
1062
- from,
1063
- to,
1064
- count
1065
- }) => `${from}–${to} de ${count !== -1 ? count : `más de ${to}`}`
1066
- }
1067
- },
1068
- MuiRating: {
1069
- defaultProps: {
1070
- getLabelText: value => `${value} Estrella${value !== 1 ? 's' : ''}`,
1071
- emptyLabelText: 'Vacío'
1072
- }
1073
- },
1074
- MuiAutocomplete: {
1075
- defaultProps: {
1076
- clearText: 'Limpiar',
1077
- closeText: 'Cerrar',
1078
- loadingText: 'Cargando…',
1079
- noOptionsText: 'Sin opciones',
1080
- openText: 'Abierto'
1081
- }
1082
- },
1083
- MuiAlert: {
1084
- defaultProps: {
1085
- closeText: 'Cerrar'
1086
- }
1087
- },
1088
- MuiPagination: {
1089
- defaultProps: {
1090
- 'aria-label': 'Paginador',
1091
- getItemAriaLabel: (type, page, selected) => {
1092
- if (type === 'page') {
1093
- return `${selected ? '' : 'Ir a la '}página ${page}`;
1094
- }
1095
- if (type === 'first') {
1096
- return 'Ir a la primera página';
1097
- }
1098
- if (type === 'last') {
1099
- return 'Ir a la última página';
1100
- }
1101
- if (type === 'next') {
1102
- return 'Ir a la página siguiente';
1103
- }
1104
- // if (type === 'previous') {
1105
- return 'Ir a la página anterior';
1106
- }
1107
- }
1108
- }
1109
- }
1110
- };
1111
- const etEE = exports.etEE = {
1112
- components: {
1113
- MuiBreadcrumbs: {
1114
- defaultProps: {
1115
- expandText: 'Näita teed'
1116
- }
1117
- },
1118
- MuiTablePagination: {
1119
- defaultProps: {
1120
- getItemAriaLabel: type => {
1121
- if (type === 'first') {
1122
- return 'Vali esimene lehekülg';
1123
- }
1124
- if (type === 'last') {
1125
- return 'Vali viimane lehekülg';
1126
- }
1127
- if (type === 'next') {
1128
- return 'Vali järgmine lehekülg';
1129
- }
1130
- // if (type === 'previous') {
1131
- return 'Vali eelmine lehekülg';
1132
- },
1133
- labelRowsPerPage: 'Ridu leheküljel:',
1134
- labelDisplayedRows: ({
1135
- from,
1136
- to,
1137
- count
1138
- }) => `${from}–${to} / ${count !== -1 ? count : `rohkem kui ${to}`}`
1139
- }
1140
- },
1141
- MuiRating: {
1142
- defaultProps: {
1143
- getLabelText: value => `${value} Tärn${value !== 1 ? 'i' : ''}`,
1144
- emptyLabelText: 'Tühi'
1145
- }
1146
- },
1147
- MuiAutocomplete: {
1148
- defaultProps: {
1149
- clearText: 'Tühjenda',
1150
- closeText: 'Sulge',
1151
- loadingText: 'Laen…',
1152
- noOptionsText: 'Valikuid ei ole',
1153
- openText: 'Ava'
1154
- }
1155
- },
1156
- MuiAlert: {
1157
- defaultProps: {
1158
- closeText: 'Sulge'
1159
- }
1160
- },
1161
- MuiPagination: {
1162
- defaultProps: {
1163
- 'aria-label': 'Lehekülgede valik',
1164
- getItemAriaLabel: (type, page, selected) => {
1165
- if (type === 'page') {
1166
- return `${selected ? '' : 'Vali '}lehekülg ${page}`;
1167
- }
1168
- if (type === 'first') {
1169
- return 'Vali esimene lehekülg';
1170
- }
1171
- if (type === 'last') {
1172
- return 'Vali viimane lehekülg';
1173
- }
1174
- if (type === 'next') {
1175
- return 'Vali järgmine lehekülg';
1176
- }
1177
- // if (type === 'previous') {
1178
- return 'Vali eelmine lehekülg';
1179
- }
1180
- }
1181
- }
1182
- }
1183
- };
1184
- const faIR = exports.faIR = {
1185
- components: {
1186
- // MuiBreadcrumbs: {
1187
- // defaultProps: {
1188
- // expandText: 'Show path',
1189
- // },
1190
- // },
1191
- MuiBreadcrumbs: {
1192
- defaultProps: {
1193
- expandText: 'نمایش مسیر'
1194
- }
1195
- },
1196
- MuiTablePagination: {
1197
- defaultProps: {
1198
- getItemAriaLabel: type => {
1199
- if (type === 'first') {
1200
- return 'رفتن به اولین صفحه';
1201
- }
1202
- if (type === 'last') {
1203
- return 'رفتن به آخرین صفحه';
1204
- }
1205
- if (type === 'next') {
1206
- return 'رفتن به صفحه‌ی بعدی';
1207
- }
1208
- // if (type === 'previous') {
1209
- return 'رفتن به صفحه‌ی قبلی';
1210
- },
1211
- labelRowsPerPage: 'تعداد سطرهای هر صفحه:',
1212
- labelDisplayedRows: ({
1213
- from,
1214
- to,
1215
- count
1216
- }) => `${from}–${to} از ${count !== -1 ? count : `بیشتر از ${to}`}`
1217
- }
1218
- },
1219
- MuiRating: {
1220
- defaultProps: {
1221
- getLabelText: value => `${value} ستاره`,
1222
- emptyLabelText: 'خالی'
1223
- }
1224
- },
1225
- MuiAutocomplete: {
1226
- defaultProps: {
1227
- clearText: 'پاک‌کردن',
1228
- closeText: 'بستن',
1229
- loadingText: 'در حال بارگذاری…',
1230
- noOptionsText: 'بی‌نتیجه',
1231
- openText: 'بازکردن'
1232
- }
1233
- },
1234
- MuiAlert: {
1235
- defaultProps: {
1236
- closeText: 'بستن'
1237
- }
1238
- },
1239
- MuiPagination: {
1240
- defaultProps: {
1241
- 'aria-label': 'ناوبری صفحه',
1242
- getItemAriaLabel: (type, page, selected) => {
1243
- if (type === 'page') {
1244
- return `${selected ? '' : 'رفتن به '}صفحهٔ ${page}`;
1245
- }
1246
- if (type === 'first') {
1247
- return 'رفتن به اولین صفحه';
1248
- }
1249
- if (type === 'last') {
1250
- return 'رفتن به آخرین صفحه';
1251
- }
1252
- if (type === 'next') {
1253
- return 'رفتن به صفحه‌ی بعدی';
1254
- }
1255
- // if (type === 'previous') {
1256
- return 'رفتن به صفحه‌ی قبلی';
1257
- }
1258
- }
1259
- }
1260
- }
1261
- };
1262
- const fiFI = exports.fiFI = {
1263
- components: {
1264
- MuiBreadcrumbs: {
1265
- defaultProps: {
1266
- expandText: 'Näytä reitti'
1267
- }
1268
- },
1269
- MuiTablePagination: {
1270
- defaultProps: {
1271
- getItemAriaLabel: type => {
1272
- if (type === 'first') {
1273
- return 'Mene ensimmäiselle sivulle';
1274
- }
1275
- if (type === 'last') {
1276
- return 'Mene viimeiselle sivulle';
1277
- }
1278
- if (type === 'next') {
1279
- return 'Mene seuraavalle sivulle';
1280
- }
1281
- // if (type === 'previous') {
1282
- return 'Mene edelliselle sivulle';
1283
- },
1284
- labelRowsPerPage: 'Rivejä per sivu:',
1285
- labelDisplayedRows: ({
1286
- from,
1287
- to,
1288
- count
1289
- }) => `${from}–${to} / ${count !== -1 ? count : `enemmän kuin ${to}`}`
1290
- }
1291
- },
1292
- MuiRating: {
1293
- defaultProps: {
1294
- getLabelText: value => `${value} Täht${value !== 1 ? 'eä' : 'i'}`,
1295
- emptyLabelText: 'Tyhjä'
1296
- }
1297
- },
1298
- MuiAutocomplete: {
1299
- defaultProps: {
1300
- clearText: 'Tyhjennä',
1301
- closeText: 'Sulje',
1302
- loadingText: 'Ladataan…',
1303
- noOptionsText: 'Ei valintoja',
1304
- openText: 'Avaa'
1305
- }
1306
- },
1307
- MuiAlert: {
1308
- defaultProps: {
1309
- closeText: 'Sulje'
1310
- }
1311
- },
1312
- MuiPagination: {
1313
- defaultProps: {
1314
- 'aria-label': 'Sivutus navigaatio',
1315
- getItemAriaLabel: (type, page, selected) => {
1316
- if (type === 'page') {
1317
- return `${selected ? 'sivu' : 'Mene sivulle'} ${page}`;
1318
- }
1319
- if (type === 'first') {
1320
- return 'Mene ensimmäiselle sivulle';
1321
- }
1322
- if (type === 'last') {
1323
- return 'Mene viimeiselle sivulle';
1324
- }
1325
- if (type === 'next') {
1326
- return 'Mene seuraavalle sivulle';
1327
- }
1328
- // if (type === 'previous') {
1329
- return 'Mene edelliselle sivulle';
1330
- }
1331
- }
1332
- }
1333
- }
1334
- };
1335
- const frFR = exports.frFR = {
1336
- components: {
1337
- MuiBreadcrumbs: {
1338
- defaultProps: {
1339
- expandText: 'Montrer le chemin'
1340
- }
1341
- },
1342
- MuiTablePagination: {
1343
- defaultProps: {
1344
- getItemAriaLabel: type => {
1345
- if (type === 'first') {
1346
- return 'Aller à la première page';
1347
- }
1348
- if (type === 'last') {
1349
- return 'Aller à la dernière page';
1350
- }
1351
- if (type === 'next') {
1352
- return 'Aller à la page suivante';
1353
- }
1354
- // if (type === 'previous') {
1355
- return 'Aller à la page précédente';
1356
- },
1357
- labelRowsPerPage: 'Lignes par page :',
1358
- labelDisplayedRows: ({
1359
- from,
1360
- to,
1361
- count
1362
- }) => `${from}–${to} sur ${count !== -1 ? count : `plus que ${to}`}`
1363
- }
1364
- },
1365
- MuiRating: {
1366
- defaultProps: {
1367
- getLabelText: value => `${value} Etoile${value !== 1 ? 's' : ''}`,
1368
- emptyLabelText: 'Vide'
1369
- }
1370
- },
1371
- MuiAutocomplete: {
1372
- defaultProps: {
1373
- clearText: 'Vider',
1374
- closeText: 'Fermer',
1375
- loadingText: 'Chargement…',
1376
- noOptionsText: 'Pas de résultats',
1377
- openText: 'Ouvrir'
1378
- }
1379
- },
1380
- MuiAlert: {
1381
- defaultProps: {
1382
- closeText: 'Fermer'
1383
- }
1384
- },
1385
- MuiPagination: {
1386
- defaultProps: {
1387
- 'aria-label': 'navigation de pagination',
1388
- getItemAriaLabel: (type, page, selected) => {
1389
- if (type === 'page') {
1390
- return `${selected ? '' : 'Aller à la '}page ${page}`;
1391
- }
1392
- if (type === 'first') {
1393
- return 'Aller à la première page';
1394
- }
1395
- if (type === 'last') {
1396
- return 'Aller à la dernière page';
1397
- }
1398
- if (type === 'next') {
1399
- return 'Aller à la page suivante';
1400
- }
1401
- // if (type === 'previous') {
1402
- return 'Aller à la page précédente';
1403
- }
1404
- }
1405
- }
1406
- }
1407
- };
1408
- const heIL = exports.heIL = {
1409
- components: {
1410
- MuiBreadcrumbs: {
1411
- defaultProps: {
1412
- expandText: 'הצג נתיב'
1413
- }
1414
- },
1415
- MuiTablePagination: {
1416
- defaultProps: {
1417
- getItemAriaLabel: type => {
1418
- if (type === 'first') {
1419
- return 'לעמוד הראשון';
1420
- }
1421
- if (type === 'last') {
1422
- return 'לעמוד האחרון';
1423
- }
1424
- if (type === 'next') {
1425
- return 'לעמוד הבא';
1426
- }
1427
- // if (type === 'previous') {
1428
- return 'לעמוד הקודם';
1429
- },
1430
- labelRowsPerPage: 'שורות בעמוד:',
1431
- labelDisplayedRows: ({
1432
- from,
1433
- to,
1434
- count
1435
- }) => `${from}–${to} מתוך ${count !== -1 ? count : `יותר מ ${to}`}`
1436
- }
1437
- },
1438
- MuiRating: {
1439
- defaultProps: {
1440
- getLabelText: value => `${value} כוכב${value !== 1 ? 'ים' : ''}`,
1441
- emptyLabelText: 'ריק'
1442
- }
1443
- },
1444
- MuiAutocomplete: {
1445
- defaultProps: {
1446
- clearText: 'נקה',
1447
- closeText: 'סגור',
1448
- loadingText: 'טוען…',
1449
- noOptionsText: 'אין אופציות',
1450
- openText: 'פתח'
1451
- }
1452
- },
1453
- MuiAlert: {
1454
- defaultProps: {
1455
- closeText: 'סגור'
1456
- }
1457
- },
1458
- MuiPagination: {
1459
- defaultProps: {
1460
- 'aria-label': 'ניווט בעמודים',
1461
- getItemAriaLabel: (type, page, selected) => {
1462
- if (type === 'page') {
1463
- return `${selected ? '' : 'ל '}עמוד ${page}`;
1464
- }
1465
- if (type === 'first') {
1466
- return 'לעמוד הראשון';
1467
- }
1468
- if (type === 'last') {
1469
- return 'לעמוד האחרון';
1470
- }
1471
- if (type === 'next') {
1472
- return 'לעמוד הבא';
1473
- }
1474
- // if (type === 'previous') {
1475
- return 'לעמוד הקודם';
1476
- }
1477
- }
1478
- }
1479
- }
1480
- };
1481
- const hiIN = exports.hiIN = {
1482
- components: {
1483
- MuiBreadcrumbs: {
1484
- defaultProps: {
1485
- expandText: 'रास्ता दिखायें'
1486
- }
1487
- },
1488
- MuiTablePagination: {
1489
- defaultProps: {
1490
- getItemAriaLabel: type => {
1491
- if (type === 'first') {
1492
- return 'पहले पृष्ठ पर जाएँ';
1493
- }
1494
- if (type === 'last') {
1495
- return 'अंतिम पृष्ठ पर जाएँ';
1496
- }
1497
- if (type === 'next') {
1498
- return 'अगले पृष्ठ पर जाएँ';
1499
- }
1500
- // if (type === 'previous') {
1501
- return 'पिछले पृष्ठ पर जाएँ';
1502
- },
1503
- labelRowsPerPage: 'पंक्तियाँ प्रति पृष्ठ:',
1504
- labelDisplayedRows: ({
1505
- from,
1506
- to,
1507
- count
1508
- }) => `${from}-${to === -1 ? count : to} कुल ${count} में`
1509
- }
1510
- },
1511
- MuiRating: {
1512
- defaultProps: {
1513
- getLabelText: value => `${value} तार${value !== 1 ? 'े' : 'ा'}`,
1514
- emptyLabelText: 'रिक्त'
1515
- }
1516
- },
1517
- MuiAutocomplete: {
1518
- defaultProps: {
1519
- clearText: 'हटायें',
1520
- closeText: 'बंद करें',
1521
- loadingText: 'लोड हो रहा है…',
1522
- noOptionsText: 'कोई विकल्प नहीं',
1523
- openText: 'खोलें'
1524
- }
1525
- },
1526
- MuiAlert: {
1527
- defaultProps: {
1528
- closeText: 'बंद करें'
1529
- }
1530
- },
1531
- MuiPagination: {
1532
- defaultProps: {
1533
- 'aria-label': 'पृस्ठानुसार संचालन',
1534
- getItemAriaLabel: (type, page, selected) => {
1535
- if (type === 'page') {
1536
- return `पृष्ठ ${page} ${selected ? '' : ' पर जाएँ'}`;
1537
- }
1538
- if (type === 'first') {
1539
- return 'पहले पृष्ठ पर जाएँ';
1540
- }
1541
- if (type === 'last') {
1542
- return 'अंतिम पृष्ठ पर जाएँ';
1543
- }
1544
- if (type === 'next') {
1545
- return 'अगले पृष्ठ पर जाएँ';
1546
- }
1547
- // if (type === 'previous') {
1548
- return 'पिछले पृष्ठ पर जाएँ';
1549
- }
1550
- }
1551
- }
1552
- }
1553
- };
1554
-
1555
- // Croatian - Hrvatski
1556
- const hrHR = exports.hrHR = {
1557
- components: {
1558
- MuiBreadcrumbs: {
1559
- defaultProps: {
1560
- expandText: 'Pokaži putanju'
1561
- }
1562
- },
1563
- MuiTablePagination: {
1564
- defaultProps: {
1565
- getItemAriaLabel: type => {
1566
- if (type === 'first') {
1567
- return 'Idi na prvu stranicu';
1568
- }
1569
- if (type === 'last') {
1570
- return 'Idi na posljednju stranicu';
1571
- }
1572
- if (type === 'next') {
1573
- return 'Idi na sljedeću stranicu';
1574
- }
1575
- // if (type === 'previous') {
1576
- return 'Idi na prethodnu stranicu';
1577
- },
1578
- labelRowsPerPage: 'Redova po stranici:',
1579
- labelDisplayedRows: ({
1580
- from,
1581
- to,
1582
- count
1583
- }) => `${from}–${to} od ${count !== -1 ? count : `više nego ${to}`}`
1584
- }
1585
- },
1586
- MuiRating: {
1587
- defaultProps: {
1588
- getLabelText: value => {
1589
- const lastDigit = value % 10;
1590
- const lastTwoDigits = value % 100;
1591
- if ([2, 3, 4].includes(lastDigit) && ![12, 13, 14].includes(lastTwoDigits)) {
1592
- return 'Zvijezde';
1593
- }
1594
- return 'Zvijezda';
1595
- },
1596
- emptyLabelText: 'Prazno'
1597
- }
1598
- },
1599
- MuiAutocomplete: {
1600
- defaultProps: {
1601
- clearText: 'Briši',
1602
- closeText: 'Zatvori',
1603
- loadingText: 'Učitavanje…',
1604
- noOptionsText: 'Nema opcija',
1605
- openText: 'Otvori'
1606
- }
1607
- },
1608
- MuiAlert: {
1609
- defaultProps: {
1610
- closeText: 'Zatvori'
1611
- }
1612
- },
1613
- MuiPagination: {
1614
- defaultProps: {
1615
- 'aria-label': 'Navigacija po stranicama',
1616
- getItemAriaLabel: (type, page, selected) => {
1617
- if (type === 'page') {
1618
- return `${selected ? '' : 'Idi na '}stranicu ${page}`;
1619
- }
1620
- if (type === 'first') {
1621
- return 'Idi na prvu stranicu';
1622
- }
1623
- if (type === 'last') {
1624
- return 'Idi na zadnju stranicu';
1625
- }
1626
- if (type === 'next') {
1627
- return 'Idi na sljedeću stranicu';
1628
- }
1629
- // if (type === 'previous') {
1630
- return 'Idi na prethodnu stranicu';
1631
- }
1632
- }
1633
- }
1634
- }
1635
- };
1636
- const huHU = exports.huHU = {
1637
- components: {
1638
- MuiBreadcrumbs: {
1639
- defaultProps: {
1640
- expandText: 'Útvonal'
1641
- }
1642
- },
1643
- MuiTablePagination: {
1644
- defaultProps: {
1645
- getItemAriaLabel: type => {
1646
- if (type === 'first') {
1647
- return 'Első oldalra';
1648
- }
1649
- if (type === 'last') {
1650
- return 'Utolsó oldalra';
1651
- }
1652
- if (type === 'next') {
1653
- return 'Következő oldalra';
1654
- }
1655
- // if (type === 'previous') {
1656
- return 'Előző oldalra';
1657
- },
1658
- labelRowsPerPage: 'Sorok száma:'
1659
- // labelDisplayedRows: ({ from, to, count }) =>
1660
- // `${from}–${to} / ${count !== -1 ? count : `more than ${to}`}`,
1661
- }
1662
- },
1663
- MuiRating: {
1664
- defaultProps: {
1665
- getLabelText: value => `${value} Csillag`,
1666
- emptyLabelText: 'Üres'
1667
- }
1668
- },
1669
- MuiAutocomplete: {
1670
- defaultProps: {
1671
- clearText: 'Törlés',
1672
- closeText: 'Bezárás',
1673
- loadingText: 'Töltés…',
1674
- noOptionsText: 'Nincs találat',
1675
- openText: 'Megnyitás'
1676
- }
1677
- },
1678
- MuiAlert: {
1679
- defaultProps: {
1680
- closeText: 'Bezárás'
1681
- }
1682
- },
1683
- MuiPagination: {
1684
- defaultProps: {
1685
- 'aria-label': 'Lapozás',
1686
- getItemAriaLabel: (type, page, selected) => {
1687
- if (type === 'page') {
1688
- return `${page}. oldal${selected ? '' : 'ra'}`;
1689
- }
1690
- if (type === 'first') {
1691
- return 'Első oldalra';
1692
- }
1693
- if (type === 'last') {
1694
- return 'Utolsó oldalra';
1695
- }
1696
- if (type === 'next') {
1697
- return 'Következő oldalra';
1698
- }
1699
- // if (type === 'previous') {
1700
- return 'Előző oldalra';
1701
- }
1702
- }
1703
- }
1704
- }
1705
- };
1706
- const hyAM = exports.hyAM = {
1707
- components: {
1708
- // MuiBreadcrumbs: {
1709
- // defaultProps: {
1710
- // expandText: 'Show path',
1711
- // },
1712
- // },
1713
- MuiTablePagination: {
1714
- defaultProps: {
1715
- // getItemAriaLabel: (type) => {
1716
- // if (type === 'first') {
1717
- // return 'Go to first page';
1718
- // }
1719
- // if (type === 'last') {
1720
- // return 'Go to last page';
1721
- // }
1722
- // if (type === 'next') {
1723
- // return 'Go to next page';
1724
- // }
1725
- // // if (type === 'previous') {
1726
- // return 'Go to previous page';
1727
- // },
1728
- labelRowsPerPage: 'Տողեր մեկ էջում`'
1729
- // labelDisplayedRows: ({ from, to, count }) =>
1730
- // `${from}–${to} / ${count !== -1 ? count : `more than ${to}`}`,
1731
- }
1732
- },
1733
- MuiRating: {
1734
- defaultProps: {
1735
- getLabelText: value => `${value} Աստղ`,
1736
- emptyLabelText: 'Դատարկ'
1737
- }
1738
- },
1739
- MuiAutocomplete: {
1740
- defaultProps: {
1741
- clearText: 'Մաքրել',
1742
- closeText: 'Փակել',
1743
- loadingText: 'Բեռնում…',
1744
- noOptionsText: 'Տարբերակներ չկան',
1745
- openText: 'Բացել'
1746
- }
1747
- },
1748
- MuiAlert: {
1749
- defaultProps: {
1750
- closeText: 'Փակել'
1751
- }
1752
- }
1753
- // MuiPagination: {
1754
- // defaultProps: {
1755
- // 'aria-label': 'Pagination navigation',
1756
- // getItemAriaLabel: (type, page, selected) => {
1757
- // if (type === 'page') {
1758
- // return `${selected ? '' : 'Go to '}page ${page}`;
1759
- // }
1760
- // if (type === 'first') {
1761
- // return 'Go to first page';
1762
- // }
1763
- // if (type === 'last') {
1764
- // return 'Go to last page';
1765
- // }
1766
- // if (type === 'next') {
1767
- // return 'Go to next page';
1768
- // }
1769
- // // if (type === 'previous') {
1770
- // return 'Go to previous page';
1771
- // },
1772
- // },
1773
- // },
1774
- }
1775
- };
1776
- const idID = exports.idID = {
1777
- components: {
1778
- // MuiBreadcrumbs: {
1779
- // defaultProps: {
1780
- // expandText: 'Show path',
1781
- // },
1782
- // },
1783
- MuiTablePagination: {
1784
- defaultProps: {
1785
- // getItemAriaLabel: (type) => {
1786
- // if (type === 'first') {
1787
- // return 'Go to first page';
1788
- // }
1789
- // if (type === 'last') {
1790
- // return 'Go to last page';
1791
- // }
1792
- // if (type === 'next') {
1793
- // return 'Go to next page';
1794
- // }
1795
- // // if (type === 'previous') {
1796
- // return 'Go to previous page';
1797
- // },
1798
- labelRowsPerPage: 'Baris per halaman:'
1799
- // labelDisplayedRows: ({ from, to, count }) =>
1800
- // `${from}–${to} dari ${count !== -1 ? count : `more than ${to}`}`,
1801
- }
1802
- },
1803
- MuiRating: {
1804
- defaultProps: {
1805
- getLabelText: value => `${value} Bintang`
1806
- // emptyLabelText: 'Empty',
1807
- }
1808
- },
1809
- MuiAutocomplete: {
1810
- defaultProps: {
1811
- clearText: 'Hapus',
1812
- closeText: 'Tutup',
1813
- loadingText: 'Memuat…',
1814
- noOptionsText: 'Tidak ada opsi',
1815
- openText: 'Buka'
1816
- }
1817
- },
1818
- MuiAlert: {
1819
- defaultProps: {
1820
- closeText: 'Tutup'
1821
- }
1822
- }
1823
- // MuiPagination: {
1824
- // defaultProps: {
1825
- // 'aria-label': 'Pagination navigation',
1826
- // getItemAriaLabel: (type, page, selected) => {
1827
- // if (type === 'page') {
1828
- // return `${selected ? '' : 'Go to '}page ${page}`;
1829
- // }
1830
- // if (type === 'first') {
1831
- // return 'Go to first page';
1832
- // }
1833
- // if (type === 'last') {
1834
- // return 'Go to last page';
1835
- // }
1836
- // if (type === 'next') {
1837
- // return 'Go to next page';
1838
- // }
1839
- // // if (type === 'previous') {
1840
- // return 'Go to previous page';
1841
- // },
1842
- // },
1843
- // },
1844
- }
1845
- };
1846
- const isIS = exports.isIS = {
1847
- components: {
1848
- MuiBreadcrumbs: {
1849
- defaultProps: {
1850
- expandText: 'Sýna slóð'
1851
- }
1852
- },
1853
- MuiTablePagination: {
1854
- defaultProps: {
1855
- getItemAriaLabel: type => {
1856
- if (type === 'first') {
1857
- return 'Fara á fyrstu síðu';
1858
- }
1859
- if (type === 'last') {
1860
- return 'Fara á síðustu síðu';
1861
- }
1862
- if (type === 'next') {
1863
- return 'Fara á næstu síðu';
1864
- }
1865
- // if (type === 'previous') {
1866
- return 'Fara á fyrri síðu';
1867
- },
1868
- labelRowsPerPage: 'Raðir á síðu:',
1869
- labelDisplayedRows: ({
1870
- from,
1871
- to,
1872
- count
1873
- }) => `${from}–${to} af ${count !== -1 ? count : `fleiri en ${to}`}`
1874
- }
1875
- },
1876
- MuiRating: {
1877
- defaultProps: {
1878
- getLabelText: value => `${value} ${value === 1 ? 'stjarna' : 'stjörnur'}`,
1879
- emptyLabelText: 'Tómt'
1880
- }
1881
- },
1882
- MuiAutocomplete: {
1883
- defaultProps: {
1884
- clearText: 'Hreinsa',
1885
- closeText: 'Loka',
1886
- loadingText: 'Hlaða…',
1887
- noOptionsText: 'Engar niðurstöður',
1888
- openText: 'Opna'
1889
- }
1890
- },
1891
- MuiAlert: {
1892
- defaultProps: {
1893
- closeText: 'Loka'
1894
- }
1895
- },
1896
- MuiPagination: {
1897
- defaultProps: {
1898
- 'aria-label': 'Síðuflakk',
1899
- getItemAriaLabel: (type, page, selected) => {
1900
- if (type === 'page') {
1901
- return `${selected ? 'Síða' : 'Fara á síðu'} ${page}`;
1902
- }
1903
- if (type === 'first') {
1904
- return 'Fara á fyrstu síðu';
1905
- }
1906
- if (type === 'last') {
1907
- return 'Fara á síðustu síðu';
1908
- }
1909
- if (type === 'next') {
1910
- return 'Fara á næstu síðu';
1911
- }
1912
- // if (type === 'previous') {
1913
- return 'Fara á fyrri síðu';
1914
- }
1915
- }
1916
- }
1917
- }
1918
- };
1919
- const itIT = exports.itIT = {
1920
- components: {
1921
- MuiBreadcrumbs: {
1922
- defaultProps: {
1923
- expandText: 'Visualizza percorso'
1924
- }
1925
- },
1926
- MuiTablePagination: {
1927
- defaultProps: {
1928
- getItemAriaLabel: type => {
1929
- if (type === 'first') {
1930
- return 'Vai alla prima pagina';
1931
- }
1932
- if (type === 'last') {
1933
- return "Vai all'ultima pagina";
1934
- }
1935
- if (type === 'next') {
1936
- return 'Vai alla pagina successiva';
1937
- }
1938
- // if (type === 'previous') {
1939
- return 'Vai alla pagina precedente';
1940
- },
1941
- labelRowsPerPage: 'Righe per pagina:',
1942
- labelDisplayedRows: ({
1943
- from,
1944
- to,
1945
- count
1946
- }) => `${from}–${to} di ${count !== -1 ? count : `più di ${to}`}`
1947
- }
1948
- },
1949
- MuiRating: {
1950
- defaultProps: {
1951
- getLabelText: value => `${value} Stell${value !== 1 ? 'e' : 'a'}`,
1952
- emptyLabelText: 'Vuoto'
1953
- }
1954
- },
1955
- MuiAutocomplete: {
1956
- defaultProps: {
1957
- clearText: 'Svuota',
1958
- closeText: 'Chiudi',
1959
- loadingText: 'Caricamento in corso…',
1960
- noOptionsText: 'Nessuna opzione',
1961
- openText: 'Apri'
1962
- }
1963
- },
1964
- MuiAlert: {
1965
- defaultProps: {
1966
- closeText: 'Chiudi'
1967
- }
1968
- },
1969
- MuiPagination: {
1970
- defaultProps: {
1971
- 'aria-label': 'Navigazione impaginata',
1972
- getItemAriaLabel: (type, page, selected) => {
1973
- if (type === 'page') {
1974
- return `${selected ? '' : 'Vai alla '}pagina ${page}`;
1975
- }
1976
- if (type === 'first') {
1977
- return 'Vai alla prima pagina';
1978
- }
1979
- if (type === 'last') {
1980
- return "Vai all'ultima pagina";
1981
- }
1982
- if (type === 'next') {
1983
- return 'Vai alla pagina successiva';
1984
- }
1985
- // if (type === 'previous') {
1986
- return 'Vai alla pagina precedente';
1987
- }
1988
- }
1989
- }
1990
- }
1991
- };
1992
- const jaJP = exports.jaJP = {
1993
- components: {
1994
- MuiBreadcrumbs: {
1995
- defaultProps: {
1996
- expandText: 'すべて表示'
1997
- }
1998
- },
1999
- MuiTablePagination: {
2000
- defaultProps: {
2001
- getItemAriaLabel: type => {
2002
- if (type === 'first') {
2003
- return '最初のページへ';
2004
- }
2005
- if (type === 'last') {
2006
- return '最後のページへ';
2007
- }
2008
- if (type === 'next') {
2009
- return '次のページへ';
2010
- }
2011
- // if (type === 'previous') {
2012
- return '前のページへ';
2013
- },
2014
- labelRowsPerPage: 'ページあたりの行数:',
2015
- labelDisplayedRows: ({
2016
- from,
2017
- to,
2018
- count
2019
- }) => `${from}~${to} / ${count !== -1 ? count : `${to}以上`}`
2020
- }
2021
- },
2022
- MuiRating: {
2023
- defaultProps: {
2024
- getLabelText: value => `星${value}`,
2025
- emptyLabelText: '星なし'
2026
- }
2027
- },
2028
- MuiAutocomplete: {
2029
- defaultProps: {
2030
- clearText: 'クリア',
2031
- closeText: '閉じる',
2032
- loadingText: '読み込み中…',
2033
- noOptionsText: 'データがありません',
2034
- openText: '開く'
2035
- }
2036
- },
2037
- MuiAlert: {
2038
- defaultProps: {
2039
- closeText: '閉じる'
2040
- }
2041
- },
2042
- MuiPagination: {
2043
- defaultProps: {
2044
- 'aria-label': 'ページ選択',
2045
- getItemAriaLabel: (type, page, selected) => {
2046
- if (type === 'page') {
2047
- return `ページ${page}${selected ? '' : 'へ'}`;
2048
- }
2049
- if (type === 'first') {
2050
- return '最初のページへ';
2051
- }
2052
- if (type === 'last') {
2053
- return '最後のページへ';
2054
- }
2055
- if (type === 'next') {
2056
- return '次のページへ';
2057
- }
2058
- // if (type === 'previous') {
2059
- return '前のページへ';
2060
- }
2061
- }
2062
- }
2063
- }
2064
- };
2065
- const khKH = exports.khKH = {
2066
- components: {
2067
- MuiBreadcrumbs: {
2068
- defaultProps: {
2069
- expandText: 'បង្ហាញផ្លូវ'
2070
- }
2071
- },
2072
- MuiTablePagination: {
2073
- defaultProps: {
2074
- getItemAriaLabel: type => {
2075
- if (type === 'first') {
2076
- return 'ទៅទំព័រដំបូង';
2077
- }
2078
- if (type === 'last') {
2079
- return 'ទៅទំព័រចុងក្រោយ';
2080
- }
2081
- if (type === 'next') {
2082
- return 'ទៅទំព័របន្ទាប់';
2083
- }
2084
- // if (type === 'previous') {
2085
- return 'ទៅទំព័រមុន';
2086
- },
2087
- labelRowsPerPage: 'ចំនួនជួរដេកក្នុងមួយទំព័រ:',
2088
- labelDisplayedRows: ({
2089
- from,
2090
- to,
2091
- count
2092
- }) => `${from} - ${to} នៃ ${count !== -1 ? count : `ច្រើនជាង ${to}`}`
2093
- }
2094
- },
2095
- MuiRating: {
2096
- defaultProps: {
2097
- getLabelText: value => `${value} ផ្កាយ${value !== 1 ? '' : ''}`,
2098
- emptyLabelText: 'ទទេ'
2099
- }
2100
- },
2101
- MuiAutocomplete: {
2102
- defaultProps: {
2103
- clearText: 'លុបចោល',
2104
- closeText: 'បិទ',
2105
- loadingText: 'កំពុងលោត…',
2106
- noOptionsText: 'គ្មានជម្រើស',
2107
- openText: 'បើក'
2108
- }
2109
- },
2110
- MuiAlert: {
2111
- defaultProps: {
2112
- closeText: 'បិទ'
2113
- }
2114
- },
2115
- MuiPagination: {
2116
- defaultProps: {
2117
- 'aria-label': 'រុករកទំព័រ',
2118
- getItemAriaLabel: (type, page, selected) => {
2119
- if (type === 'page') {
2120
- return `${selected ? '' : 'ទៅ '}ទំព័រ ${page}`;
2121
- }
2122
- if (type === 'first') {
2123
- return 'ទៅទំព័រដំបូង';
2124
- }
2125
- if (type === 'last') {
2126
- return 'ទៅទំព័រចុងក្រោយ';
2127
- }
2128
- if (type === 'next') {
2129
- return 'ទៅទំព័របន្ទាប់';
2130
- }
2131
- // if (type === 'previous') {
2132
- return 'ទៅទំព័រមុន';
2133
- }
2134
- }
2135
- }
2136
- }
2137
- };
2138
- const koKR = exports.koKR = {
2139
- components: {
2140
- MuiBreadcrumbs: {
2141
- defaultProps: {
2142
- expandText: '경로 보기'
2143
- }
2144
- },
2145
- MuiTablePagination: {
2146
- defaultProps: {
2147
- getItemAriaLabel: type => {
2148
- if (type === 'first') {
2149
- return '첫 번째 페이지로 이동';
2150
- }
2151
- if (type === 'last') {
2152
- return '마지막 페이지로 이동';
2153
- }
2154
- if (type === 'next') {
2155
- return '다음 페이지로 이동';
2156
- }
2157
- // if (type === 'previous') {
2158
- return '이전 페이지로 이동';
2159
- },
2160
- labelRowsPerPage: '페이지 당 행:',
2161
- labelDisplayedRows: ({
2162
- from,
2163
- to,
2164
- count
2165
- }) => `${from}–${to} / ${count !== -1 ? count : `${to}개 이상`}`
2166
- }
2167
- },
2168
- MuiRating: {
2169
- defaultProps: {
2170
- getLabelText: value => `${value} 점`,
2171
- emptyLabelText: '빈 텍스트'
2172
- }
2173
- },
2174
- MuiAutocomplete: {
2175
- defaultProps: {
2176
- clearText: '지우기',
2177
- closeText: '닫기',
2178
- loadingText: '불러오는 중…',
2179
- noOptionsText: '옵션 없음',
2180
- openText: '열기'
2181
- }
2182
- },
2183
- MuiAlert: {
2184
- defaultProps: {
2185
- closeText: '닫기'
2186
- }
2187
- },
2188
- MuiPagination: {
2189
- defaultProps: {
2190
- 'aria-label': '페이지네이션 네비게이션',
2191
- getItemAriaLabel: (type, page, selected) => {
2192
- if (type === 'page') {
2193
- return `${page} 번째 페이지${selected ? '' : '로 이동'}`;
2194
- }
2195
- if (type === 'first') {
2196
- return '첫 번째 페이지로 이동';
2197
- }
2198
- if (type === 'last') {
2199
- return '마지막 페이지로 이동';
2200
- }
2201
- if (type === 'next') {
2202
- return '다음 페이지로 이동';
2203
- }
2204
- // if (type === 'previous') {
2205
- return '이전 페이지로 이동';
2206
- }
2207
- }
2208
- }
2209
- }
2210
- };
2211
- const kuCKB = exports.kuCKB = {
2212
- components: {
2213
- MuiBreadcrumbs: {
2214
- defaultProps: {
2215
- expandText: 'ڕێچکە پیشان بدە'
2216
- }
2217
- },
2218
- MuiTablePagination: {
2219
- defaultProps: {
2220
- getItemAriaLabel: type => {
2221
- if (type === 'first') {
2222
- return 'چوونە یەکەم پەڕە';
2223
- }
2224
- if (type === 'last') {
2225
- return 'چوونە کۆتا پەڕە';
2226
- }
2227
- if (type === 'next') {
2228
- return 'چوونە پەڕەی دواتر';
2229
- }
2230
- // if (type === 'previous') {
2231
- return 'گەڕانەوە بۆ پەڕەی پێشوو';
2232
- },
2233
- labelRowsPerPage: 'ژمارەی ڕیزەکان لە هەر پەڕەیەک:',
2234
- labelDisplayedRows: ({
2235
- from,
2236
- to,
2237
- count
2238
- }) => `${from}–${to} لە ${count !== -1 ? count : ` زیاترە لە${to}`}`
2239
- }
2240
- },
2241
- MuiRating: {
2242
- defaultProps: {
2243
- getLabelText: value => `${value} ${value !== 1 ? 'ئەستێرەکان' : 'ئەستێرە'}`,
2244
- emptyLabelText: 'خاڵیە'
2245
- }
2246
- },
2247
- MuiAutocomplete: {
2248
- defaultProps: {
2249
- clearText: 'سڕینەوە',
2250
- closeText: 'داخستن',
2251
- loadingText: 'لە بارکردندایە...',
2252
- noOptionsText: 'هیچ بژاردەیەک نیە',
2253
- openText: 'کردنەوە'
2254
- }
2255
- },
2256
- MuiAlert: {
2257
- defaultProps: {
2258
- closeText: 'داخستن'
2259
- }
2260
- },
2261
- MuiPagination: {
2262
- defaultProps: {
2263
- 'aria-label': 'گەڕان لە پەڕەکان',
2264
- getItemAriaLabel: (type, page, selected) => {
2265
- if (type === 'page') {
2266
- return `${selected ? '' : 'چوون بۆ '} پەڕەی ${page}`;
2267
- }
2268
- if (type === 'first') {
2269
- return 'چوونە یەکەم پەڕە';
2270
- }
2271
- if (type === 'last') {
2272
- return 'چوونە کۆتا پەڕە';
2273
- }
2274
- if (type === 'next') {
2275
- return 'چوونە پەڕەی دواتر';
2276
- }
2277
- // if (type === 'previous') {
2278
- return 'گەڕانەوە بۆ پەڕەی پێشوو';
2279
- }
2280
- }
2281
- }
2282
- }
2283
- };
2284
- const kuLatn = exports.kuLatn = {
2285
- components: {
2286
- MuiBreadcrumbs: {
2287
- defaultProps: {
2288
- expandText: 'Rê nîşan bide'
2289
- }
2290
- },
2291
- MuiTablePagination: {
2292
- defaultProps: {
2293
- getItemAriaLabel: type => {
2294
- if (type === 'first') {
2295
- return 'Biçe rûpela yekem';
2296
- }
2297
- if (type === 'last') {
2298
- return 'Biçe rûpela dawî';
2299
- }
2300
- if (type === 'next') {
2301
- return 'Biçe rûpela din';
2302
- }
2303
- // if (type === 'previous') {
2304
- return 'Biçe rûpela berê';
2305
- },
2306
- labelRowsPerPage: 'Rêz li ser rûpelê:',
2307
- labelDisplayedRows: ({
2308
- from,
2309
- to,
2310
- count
2311
- }) => `${from}–${to} of ${count !== -1 ? count : `zêdetir ji ${to}`}`
2312
- }
2313
- },
2314
- MuiRating: {
2315
- defaultProps: {
2316
- getLabelText: value => `${value} Stêrk`,
2317
- emptyLabelText: 'Vala'
2318
- }
2319
- },
2320
- MuiAutocomplete: {
2321
- defaultProps: {
2322
- clearText: 'Paqij bike',
2323
- closeText: 'Bigre',
2324
- loadingText: 'Tê barkirin…',
2325
- noOptionsText: 'Vebijêrk tune',
2326
- openText: 'Veke'
2327
- }
2328
- },
2329
- MuiAlert: {
2330
- defaultProps: {
2331
- closeText: 'Bigre'
2332
- }
2333
- },
2334
- MuiPagination: {
2335
- defaultProps: {
2336
- 'aria-label': 'Navîgasyona rûpelan',
2337
- getItemAriaLabel: (type, page, selected) => {
2338
- if (type === 'page') {
2339
- return `${selected ? '' : 'Biçe '}rûpel ${page}`;
2340
- }
2341
- if (type === 'first') {
2342
- return 'Biçe rûpela yekem';
2343
- }
2344
- if (type === 'last') {
2345
- return 'Biçe rûpela dawî';
2346
- }
2347
- if (type === 'next') {
2348
- return 'Biçe rûpela din';
2349
- }
2350
- // if (type === 'previous') {
2351
- return 'Biçe rûpela berê';
2352
- }
2353
- }
2354
- }
2355
- }
2356
- };
2357
- const kkKZ = exports.kkKZ = {
2358
- components: {
2359
- MuiBreadcrumbs: {
2360
- defaultProps: {
2361
- expandText: 'Толық жолды көрсету'
2362
- }
2363
- },
2364
- MuiTablePagination: {
2365
- defaultProps: {
2366
- getItemAriaLabel: type => {
2367
- if (type === 'first') {
2368
- return 'Бірінші бетке өту';
2369
- }
2370
- if (type === 'last') {
2371
- return 'Соңғы бетке өту';
2372
- }
2373
- if (type === 'next') {
2374
- return 'Келесі бетке өту';
2375
- }
2376
- // if (type === 'previous') {
2377
- return 'Алдыңғы бетке өту';
2378
- },
2379
- labelRowsPerPage: 'Беттегі қатарлар:',
2380
- labelDisplayedRows: ({
2381
- from,
2382
- to,
2383
- count
2384
- }) => `${count !== -1 ? count : `+${to}`} қатардың ішінен ${from}–${to}`
2385
- }
2386
- },
2387
- MuiRating: {
2388
- defaultProps: {
2389
- getLabelText: value => `${value} жұлдыз`,
2390
- emptyLabelText: 'Рейтинг жоқ'
2391
- }
2392
- },
2393
- MuiAutocomplete: {
2394
- defaultProps: {
2395
- clearText: 'Тазарту',
2396
- closeText: 'Жабу',
2397
- loadingText: 'Жүктелуде…',
2398
- noOptionsText: 'Қол жетімді нұсқалар жоқ',
2399
- openText: 'Ашу'
2400
- }
2401
- },
2402
- MuiAlert: {
2403
- defaultProps: {
2404
- closeText: 'Жабу'
2405
- }
2406
- },
2407
- MuiPagination: {
2408
- defaultProps: {
2409
- 'aria-label': 'Беттерді шарлау',
2410
- getItemAriaLabel: (type, page, selected) => {
2411
- if (type === 'page') {
2412
- if (selected) {
2413
- return `${page} — бет`;
2414
- }
2415
- return `${page} — бетке өту`;
2416
- }
2417
- if (type === 'first') {
2418
- return 'Бірінші бетке өту';
2419
- }
2420
- if (type === 'last') {
2421
- return 'Соңғы бетке өту';
2422
- }
2423
- if (type === 'next') {
2424
- return 'Келесі бетке өту';
2425
- }
2426
- // if (type === 'previous') {
2427
- return 'Алдыңғы бетке өту';
2428
- }
2429
- }
2430
- }
2431
- }
2432
- };
2433
-
2434
- // Macedonian - Македонски
2435
- const mkMK = exports.mkMK = {
2436
- components: {
2437
- MuiBreadcrumbs: {
2438
- defaultProps: {
2439
- expandText: 'Прикажи патека'
2440
- }
2441
- },
2442
- MuiTablePagination: {
2443
- defaultProps: {
2444
- getItemAriaLabel: type => {
2445
- if (type === 'first') {
2446
- return 'Оди на прва страница';
2447
- }
2448
- if (type === 'last') {
2449
- return 'Оди на последна страница';
2450
- }
2451
- if (type === 'next') {
2452
- return 'Оди на следна страница';
2453
- }
2454
- // if (type === 'previous') {
2455
- return 'Оди на предходна страница';
2456
- },
2457
- labelRowsPerPage: 'Редови по страница:',
2458
- labelDisplayedRows: ({
2459
- from,
2460
- to,
2461
- count
2462
- }) => `${from}–${to} од ${count !== -1 ? count : `повеќе од ${to}`}`
2463
- }
2464
- },
2465
- MuiRating: {
2466
- defaultProps: {
2467
- getLabelText: value => {
2468
- const lastDigit = value % 10;
2469
- return `${value} Ѕвезд${lastDigit === 1 ? 'а' : 'и'}`;
2470
- },
2471
- emptyLabelText: 'Празно'
2472
- }
2473
- },
2474
- MuiAutocomplete: {
2475
- defaultProps: {
2476
- clearText: 'Избриши',
2477
- closeText: 'Затвори',
2478
- loadingText: 'Се презема',
2479
- noOptionsText: 'Нема опција',
2480
- openText: 'Отвори'
2481
- }
2482
- },
2483
- MuiAlert: {
2484
- defaultProps: {
2485
- closeText: 'Затвори'
2486
- }
2487
- },
2488
- MuiPagination: {
2489
- defaultProps: {
2490
- 'aria-label': 'Навигација низ страници',
2491
- getItemAriaLabel: (type, page, selected) => {
2492
- if (type === 'page') {
2493
- return `${selected ? '' : 'Оди на '}страница ${page}`;
2494
- }
2495
- if (type === 'first') {
2496
- return 'Оди на прва страница';
2497
- }
2498
- if (type === 'last') {
2499
- return 'Оди на последна страница';
2500
- }
2501
- if (type === 'next') {
2502
- return 'Оди на следна страница';
2503
- }
2504
- // if (type === 'previous') {
2505
- return 'Оди на предходна страница';
2506
- }
2507
- }
2508
- }
2509
- }
2510
- };
2511
-
2512
- // Myanmar - မြန်မာ
2513
- const myMY = exports.myMY = {
2514
- components: {
2515
- MuiBreadcrumbs: {
2516
- defaultProps: {
2517
- expandText: 'လမ်းကြောင်းပြပါ။'
2518
- }
2519
- },
2520
- MuiTablePagination: {
2521
- defaultProps: {
2522
- getItemAriaLabel: type => {
2523
- if (type === 'first') {
2524
- return 'ပထမစာမျက်နှာသို့သွားပါ။';
2525
- }
2526
- if (type === 'last') {
2527
- return 'နောက်ဆုံးစာမျက်နှာသို့သွားပါ။';
2528
- }
2529
- if (type === 'next') {
2530
- return 'နောက်စာမျက်နှာသို့သွားပါ။';
2531
- }
2532
- // if (type === 'previous') {
2533
- return 'ယခင်စာမျက်နှာသို့သွားပါ။';
2534
- },
2535
- labelRowsPerPage: 'စာမျက်နှာအလိုက် အတန်းများ:',
2536
- labelDisplayedRows: ({
2537
- from,
2538
- to,
2539
- count
2540
- }) => `${from}–${to} ၏ ${count !== -1 ? count : `ထက်ပိုပြီး ${to}`}`
2541
- }
2542
- },
2543
- MuiRating: {
2544
- defaultProps: {
2545
- getLabelText: value => {
2546
- const lastDigit = value % 10;
2547
- return `${value} ကြယ်ပွင့်${lastDigit === 1 ? '၎' : ''}`;
2548
- },
2549
- emptyLabelText: 'ဗလာ'
2550
- }
2551
- },
2552
- MuiAutocomplete: {
2553
- defaultProps: {
2554
- clearText: 'ရှင်းလင်းသော',
2555
- closeText: 'ပိတ်လိုက်',
2556
- loadingText: 'ဖွင့်နေသည်…',
2557
- noOptionsText: 'ရွေးချယ်ခွင့်မရှိပါ။',
2558
- openText: 'ဖွင့်သည်။'
2559
- }
2560
- },
2561
- MuiAlert: {
2562
- defaultProps: {
2563
- closeText: 'ပိတ်လိုက်'
2564
- }
2565
- },
2566
- MuiPagination: {
2567
- defaultProps: {
2568
- 'aria-label': 'Pagination အညွှန်း',
2569
- getItemAriaLabel: (type, page, selected) => {
2570
- if (type === 'page') {
2571
- return `${selected ? '' : 'သွားပါ။ '}စာမျက်နှာ ${page}`;
2572
- }
2573
- if (type === 'first') {
2574
- return 'ပထမစာမျက်နှာသို့သွားပါ။';
2575
- }
2576
- if (type === 'last') {
2577
- return 'နောက်ဆုံးစာမျက်နှာသို့သွားပါ။';
2578
- }
2579
- if (type === 'next') {
2580
- return 'နောက်စာမျက်နှာသို့သွားပါ။';
2581
- }
2582
- // if (type === 'previous') {
2583
- return 'ယခင်စာမျက်နှာသို့သွားပါ။';
2584
- }
2585
- }
2586
- }
2587
- }
2588
- };
2589
-
2590
- // Malay-Melayu
2591
- const msMS = exports.msMS = {
2592
- components: {
2593
- MuiBreadcrumbs: {
2594
- defaultProps: {
2595
- expandText: 'Tunjukkan laluan'
2596
- }
2597
- },
2598
- MuiTablePagination: {
2599
- defaultProps: {
2600
- getItemAriaLabel: type => {
2601
- if (type === 'first') {
2602
- return 'Pergi ke halaman pertama';
2603
- }
2604
- if (type === 'last') {
2605
- return 'Pergi ke halaman terakhir';
2606
- }
2607
- if (type === 'next') {
2608
- return 'Pergi ke halaman seterusnya';
2609
- }
2610
- // if (type === 'previous') {
2611
- return 'Pergi ke halaman sebelumnya';
2612
- },
2613
- labelRowsPerPage: 'Baris setiap halaman:',
2614
- labelDisplayedRows: ({
2615
- from,
2616
- to,
2617
- count
2618
- }) => `${from}–${to} daripada ${count !== -1 ? count : `lebih daripada ${to}`}`
2619
- }
2620
- },
2621
- MuiRating: {
2622
- defaultProps: {
2623
- getLabelText: value => {
2624
- const lastDigit = value % 10;
2625
- return `${value} Bintang${lastDigit === 1 ? 's' : ''}`;
2626
- },
2627
- emptyLabelText: 'kosong'
2628
- }
2629
- },
2630
- MuiAutocomplete: {
2631
- defaultProps: {
2632
- clearText: 'Jelas',
2633
- closeText: 'tutup',
2634
- loadingText: 'Memuatkan…',
2635
- noOptionsText: 'Tiada pilihan',
2636
- openText: 'Buka'
2637
- }
2638
- },
2639
- MuiAlert: {
2640
- defaultProps: {
2641
- closeText: 'tutup'
2642
- }
2643
- },
2644
- MuiPagination: {
2645
- defaultProps: {
2646
- 'aria-label': 'Navigasi penomboran',
2647
- getItemAriaLabel: (type, page, selected) => {
2648
- if (type === 'page') {
2649
- return `${selected ? '' : 'Pergi ke '}muka surat ${page}`;
2650
- }
2651
- if (type === 'first') {
2652
- return 'Pergi ke halaman pertama';
2653
- }
2654
- if (type === 'last') {
2655
- return 'Pergi ke halaman terakhir';
2656
- }
2657
- if (type === 'next') {
2658
- return 'Pergi ke halaman seterusnya';
2659
- }
2660
- // if (type === 'previous') {
2661
- return 'Pergi ke halaman sebelumnya';
2662
- }
2663
- }
2664
- }
2665
- }
2666
- };
2667
-
2668
- // Nepali-नेपाली
2669
- const neNP = exports.neNP = {
2670
- components: {
2671
- MuiBreadcrumbs: {
2672
- defaultProps: {
2673
- expandText: 'बाटो देखाउनुहोस्'
2674
- }
2675
- },
2676
- MuiTablePagination: {
2677
- defaultProps: {
2678
- getItemAriaLabel: type => {
2679
- if (type === 'first') {
2680
- return 'पहिलो पृष्ठमा जानुहोस्';
2681
- }
2682
- if (type === 'last') {
2683
- return 'अन्तिम पृष्ठमा जानुहोस्';
2684
- }
2685
- if (type === 'next') {
2686
- return 'अर्को पृष्ठमा जानुहोस्';
2687
- }
2688
- // if (type === 'previous') {
2689
- return 'अघिल्लो पृष्ठमा जानुहोस्';
2690
- },
2691
- labelRowsPerPage: 'प्रति पृष्ठ पङ्क्तिहरू:',
2692
- labelDisplayedRows: ({
2693
- from,
2694
- to,
2695
- count
2696
- }) => `${from}–${to} को ${count !== -1 ? count : `धेरै ${to}`}`
2697
- }
2698
- },
2699
- MuiRating: {
2700
- defaultProps: {
2701
- getLabelText: value => {
2702
- const lastDigit = value % 10;
2703
- return `${value} तारा${lastDigit === 1 ? 'स' : ''}`;
2704
- },
2705
- emptyLabelText: 'खाली'
2706
- }
2707
- },
2708
- MuiAutocomplete: {
2709
- defaultProps: {
2710
- clearText: 'खाली गर्नुहोस्',
2711
- closeText: 'बन्द गर्नुहोस्',
2712
- loadingText: 'लोड हुँदै...',
2713
- noOptionsText: 'कुनै विकल्प छैन',
2714
- openText: 'खोल्नुहोस्'
2715
- }
2716
- },
2717
- MuiAlert: {
2718
- defaultProps: {
2719
- closeText: 'बन्द गर्नुहोस्'
2720
- }
2721
- },
2722
- MuiPagination: {
2723
- defaultProps: {
2724
- 'aria-label': 'पृष्ठांकन नेभिगेसन',
2725
- getItemAriaLabel: (type, page, selected) => {
2726
- if (type === 'page') {
2727
- return `${selected ? '' : 'जाऊ त्यहाँ '}पृष्ठ ${page}`;
2728
- }
2729
- if (type === 'first') {
2730
- return 'पहिलो पृष्ठमा जानुहोस्';
2731
- }
2732
- if (type === 'last') {
2733
- return 'अन्तिम पृष्ठमा जानुहोस्';
2734
- }
2735
- if (type === 'next') {
2736
- return 'अर्को पृष्ठमा जानुहोस्';
2737
- }
2738
- // if (type === 'previous') {
2739
- return 'अघिल्लो पृष्ठमा जानुहोस्';
2740
- }
2741
- }
2742
- }
2743
- }
2744
- };
2745
- const nbNO = exports.nbNO = {
2746
- components: {
2747
- MuiBreadcrumbs: {
2748
- defaultProps: {
2749
- expandText: 'Vis sti'
2750
- }
2751
- },
2752
- MuiTablePagination: {
2753
- defaultProps: {
2754
- getItemAriaLabel: type => {
2755
- if (type === 'first') {
2756
- return 'Gå til første side';
2757
- }
2758
- if (type === 'last') {
2759
- return 'Gå til siste side';
2760
- }
2761
- if (type === 'next') {
2762
- return 'Gå til neste side';
2763
- }
2764
- // if (type === 'previous') {
2765
- return 'Gå til forrige side';
2766
- },
2767
- labelRowsPerPage: 'Rader per side:',
2768
- labelDisplayedRows: ({
2769
- from,
2770
- to,
2771
- count
2772
- }) => `${from}–${to} av ${count !== -1 ? count : `mer enn ${to}`}`
2773
- }
2774
- },
2775
- MuiRating: {
2776
- defaultProps: {
2777
- getLabelText: value => `${value} Stjerne${value !== 1 ? 'r' : ''}`,
2778
- emptyLabelText: 'Tom'
2779
- }
2780
- },
2781
- MuiAutocomplete: {
2782
- defaultProps: {
2783
- clearText: 'Tøm',
2784
- closeText: 'Lukk',
2785
- loadingText: 'Laster inn…',
2786
- noOptionsText: 'Ingen alternativer',
2787
- openText: 'Åpne'
2788
- }
2789
- },
2790
- MuiAlert: {
2791
- defaultProps: {
2792
- closeText: 'Lukk'
2793
- }
2794
- },
2795
- MuiPagination: {
2796
- defaultProps: {
2797
- 'aria-label': 'Paginering navigasjon',
2798
- getItemAriaLabel: (type, page, selected) => {
2799
- if (type === 'page') {
2800
- return `${selected ? '' : 'Gå til '}side ${page}`;
2801
- }
2802
- if (type === 'first') {
2803
- return 'Gå til første side';
2804
- }
2805
- if (type === 'last') {
2806
- return 'Gå til siste side';
2807
- }
2808
- if (type === 'next') {
2809
- return 'Gå til neste side';
2810
- }
2811
- // if (type === 'previous') {
2812
- return 'Gå til forrige side';
2813
- }
2814
- }
2815
- }
2816
- }
2817
- };
2818
- const nnNO = exports.nnNO = {
2819
- components: {
2820
- MuiBreadcrumbs: {
2821
- defaultProps: {
2822
- expandText: 'Vis sti'
2823
- }
2824
- },
2825
- MuiTablePagination: {
2826
- defaultProps: {
2827
- getItemAriaLabel: type => {
2828
- if (type === 'first') {
2829
- return 'Gå til første side';
2830
- }
2831
- if (type === 'last') {
2832
- return 'Gå til siste side';
2833
- }
2834
- if (type === 'next') {
2835
- return 'Gå til neste side';
2836
- }
2837
- // if (type === 'previous') {
2838
- return 'Gå til førre side';
2839
- },
2840
- labelRowsPerPage: 'Rader per side:',
2841
- labelDisplayedRows: ({
2842
- from,
2843
- to,
2844
- count
2845
- }) => `${from}–${to} av ${count !== -1 ? count : `fleire enn ${to}`}`
2846
- }
2847
- },
2848
- MuiRating: {
2849
- defaultProps: {
2850
- getLabelText: value => `${value} stjerne${value !== 1 ? 'r' : ''}`,
2851
- emptyLabelText: 'Tom'
2852
- }
2853
- },
2854
- MuiAutocomplete: {
2855
- defaultProps: {
2856
- clearText: 'Tøm',
2857
- closeText: 'Lukk',
2858
- loadingText: 'Lastar inn…',
2859
- noOptionsText: 'Ingen alternativ',
2860
- openText: 'Opna'
2861
- }
2862
- },
2863
- MuiAlert: {
2864
- defaultProps: {
2865
- closeText: 'Lukk'
2866
- }
2867
- },
2868
- MuiPagination: {
2869
- defaultProps: {
2870
- 'aria-label': 'Navigasjon for paginering',
2871
- getItemAriaLabel: (type, page, selected) => {
2872
- if (type === 'page') {
2873
- return `${selected ? '' : 'Gå til '}side ${page}`;
2874
- }
2875
- if (type === 'first') {
2876
- return 'Gå til første side';
2877
- }
2878
- if (type === 'last') {
2879
- return 'Gå til siste side';
2880
- }
2881
- if (type === 'next') {
2882
- return 'Gå til neste side';
2883
- }
2884
- // if (type === 'previous') {
2885
- return 'Gå til førre side';
2886
- }
2887
- }
2888
- }
2889
- }
2890
- };
2891
- const nlNL = exports.nlNL = {
2892
- components: {
2893
- MuiBreadcrumbs: {
2894
- defaultProps: {
2895
- expandText: 'Pad tonen'
2896
- }
2897
- },
2898
- MuiTablePagination: {
2899
- defaultProps: {
2900
- getItemAriaLabel: type => {
2901
- if (type === 'first') {
2902
- return 'Ga naar eerste pagina';
2903
- }
2904
- if (type === 'last') {
2905
- return 'Ga naar laatste pagina';
2906
- }
2907
- if (type === 'next') {
2908
- return 'Ga naar volgende pagina';
2909
- }
2910
- // if (type === 'previous') {
2911
- return 'Ga naar vorige pagina';
2912
- },
2913
- labelRowsPerPage: 'Regels per pagina:',
2914
- labelDisplayedRows: ({
2915
- from,
2916
- to,
2917
- count
2918
- }) => `${from}–${to} van ${count !== -1 ? count : `meer dan ${to}`}`
2919
- }
2920
- },
2921
- MuiRating: {
2922
- defaultProps: {
2923
- getLabelText: value => `${value} Ster${value !== 1 ? 'ren' : ''}`,
2924
- emptyLabelText: 'Leeg'
2925
- }
2926
- },
2927
- MuiAutocomplete: {
2928
- defaultProps: {
2929
- clearText: 'Wissen',
2930
- closeText: 'Sluiten',
2931
- loadingText: 'Laden…',
2932
- noOptionsText: 'Geen opties',
2933
- openText: 'Openen'
2934
- }
2935
- },
2936
- MuiAlert: {
2937
- defaultProps: {
2938
- closeText: 'Sluiten'
2939
- }
2940
- },
2941
- MuiPagination: {
2942
- defaultProps: {
2943
- 'aria-label': 'Navigatie via paginering',
2944
- getItemAriaLabel: (type, page, selected) => {
2945
- if (type === 'page') {
2946
- return `${selected ? '' : 'Ga naar '}pagina ${page}`;
2947
- }
2948
- if (type === 'first') {
2949
- return 'Ga naar eerste pagina';
2950
- }
2951
- if (type === 'last') {
2952
- return 'Ga naar laatste pagina';
2953
- }
2954
- if (type === 'next') {
2955
- return 'Ga naar volgende pagina';
2956
- }
2957
- // if (type === 'previous') {
2958
- return 'Ga naar vorige pagina';
2959
- }
2960
- }
2961
- }
2962
- }
2963
- };
2964
- const plPL = exports.plPL = {
2965
- components: {
2966
- MuiBreadcrumbs: {
2967
- defaultProps: {
2968
- expandText: 'Pokaż ścieżkę'
2969
- }
2970
- },
2971
- MuiTablePagination: {
2972
- defaultProps: {
2973
- getItemAriaLabel: type => {
2974
- if (type === 'first') {
2975
- return 'Przejdź do pierwszej strony';
2976
- }
2977
- if (type === 'last') {
2978
- return 'Przejdź do ostatniej strony';
2979
- }
2980
- if (type === 'next') {
2981
- return 'Przejdź do następnej strony';
2982
- }
2983
- // if (type === 'previous') {
2984
- return 'Przejdź do poprzedniej strony';
2985
- },
2986
- labelRowsPerPage: 'Wierszy na stronę:',
2987
- labelDisplayedRows: ({
2988
- from,
2989
- to,
2990
- count
2991
- }) => `${from}–${to} z ${count !== -1 ? count : `ponad ${to}`}`
2992
- }
2993
- },
2994
- MuiRating: {
2995
- defaultProps: {
2996
- getLabelText: value => {
2997
- let pluralForm = 'gwiazdek';
2998
- const lastDigit = value % 10;
2999
- if ((value < 10 || value > 20) && lastDigit > 1 && lastDigit < 5) {
3000
- pluralForm = 'gwiazdki';
3001
- } else if (value === 1) {
3002
- pluralForm = 'gwiazdka';
3003
- }
3004
- return `${value} ${pluralForm}`;
3005
- },
3006
- emptyLabelText: 'Brak gwiazdek'
3007
- }
3008
- },
3009
- MuiAutocomplete: {
3010
- defaultProps: {
3011
- clearText: 'Wyczyść',
3012
- closeText: 'Zamknij',
3013
- loadingText: 'Ładowanie…',
3014
- noOptionsText: 'Brak opcji',
3015
- openText: 'Otwórz'
3016
- }
3017
- },
3018
- MuiAlert: {
3019
- defaultProps: {
3020
- closeText: 'Zamknij'
3021
- }
3022
- },
3023
- MuiPagination: {
3024
- defaultProps: {
3025
- 'aria-label': 'Nawigacja podziału na strony',
3026
- getItemAriaLabel: (type, page, selected) => {
3027
- if (type === 'page') {
3028
- return selected ? `${page}. strona` : `Przejdź do ${page}. strony`;
3029
- }
3030
- if (type === 'first') {
3031
- return 'Przejdź do pierwszej strony';
3032
- }
3033
- if (type === 'last') {
3034
- return 'Przejdź do ostatniej strony';
3035
- }
3036
- if (type === 'next') {
3037
- return 'Przejdź do następnej strony';
3038
- }
3039
- // if (type === 'previous') {
3040
- return 'Przejdź do poprzedniej strony';
3041
- }
3042
- }
3043
- }
3044
- }
3045
- };
3046
- const psAF = exports.psAF = {
3047
- components: {
3048
- MuiBreadcrumbs: {
3049
- defaultProps: {
3050
- expandText: 'لاره ښکاره کړه'
3051
- }
3052
- },
3053
- MuiTablePagination: {
3054
- defaultProps: {
3055
- getItemAriaLabel: type => {
3056
- if (type === 'first') {
3057
- return 'لومړۍ پاڼې ته لاړ شه';
3058
- }
3059
- if (type === 'last') {
3060
- return 'ورستۍ پاڼې ته لاړ شه';
3061
- }
3062
- if (type === 'next') {
3063
- return 'بلی پاڼې ته لاړ شه';
3064
- }
3065
- // if (type === 'previous') {
3066
- return 'مخکینۍ پاڼې ته لاړ شه';
3067
- },
3068
- labelRowsPerPage: 'په پاڼه کی د کرښو شمیر',
3069
- labelDisplayedRows: ({
3070
- from,
3071
- to,
3072
- count
3073
- }) => `${count !== -1 ? count : `${to} زیات له`} ${to}- ${from} د`
3074
- }
3075
- },
3076
- MuiRating: {
3077
- defaultProps: {
3078
- getLabelText: value => `${value} ستوری`,
3079
- emptyLabelText: 'خالی'
3080
- }
3081
- },
3082
- MuiAutocomplete: {
3083
- defaultProps: {
3084
- clearText: 'پاک کول',
3085
- closeText: 'تړل',
3086
- loadingText: '... لوډ کیږی',
3087
- noOptionsText: 'بی پایلی',
3088
- openText: 'خلاصول'
3089
- }
3090
- },
3091
- MuiAlert: {
3092
- defaultProps: {
3093
- closeText: 'تړل'
3094
- }
3095
- },
3096
- MuiPagination: {
3097
- defaultProps: {
3098
- 'aria-label': 'د پاڼو ترتیب',
3099
- getItemAriaLabel: (type, page, selected) => {
3100
- if (type === 'page') {
3101
- return `${selected ? '' : ' ته لاړ شه'}پاڼې ${page}`;
3102
- }
3103
- if (type === 'first') {
3104
- return 'لومړۍ پاڼی ته لاړ شه';
3105
- }
3106
- if (type === 'last') {
3107
- return 'وروستۍ پاڼې ته لاړه شه';
3108
- }
3109
- if (type === 'next') {
3110
- return 'بلې پاڼې ته لاړ شه';
3111
- }
3112
- // if (type === 'previous') {
3113
- return 'مخکنۍ پاڼې ته لاړ شه';
3114
- }
3115
- }
3116
- }
3117
- }
3118
- };
3119
- const ptBR = exports.ptBR = {
3120
- components: {
3121
- MuiBreadcrumbs: {
3122
- defaultProps: {
3123
- expandText: 'Mostrar caminho'
3124
- }
3125
- },
3126
- MuiTablePagination: {
3127
- defaultProps: {
3128
- getItemAriaLabel: type => {
3129
- if (type === 'first') {
3130
- return 'Ir para a primeira página';
3131
- }
3132
- if (type === 'last') {
3133
- return 'Ir para a última página';
3134
- }
3135
- if (type === 'next') {
3136
- return 'Ir para a próxima página';
3137
- }
3138
- // if (type === 'previous') {
3139
- return 'Ir para a página anterior';
3140
- },
3141
- labelRowsPerPage: 'Linhas por página:',
3142
- labelDisplayedRows: ({
3143
- from,
3144
- to,
3145
- count
3146
- }) => `${from}–${to} de ${count !== -1 ? count : `mais de ${to}`}`
3147
- }
3148
- },
3149
- MuiRating: {
3150
- defaultProps: {
3151
- getLabelText: value => `${value} Estrela${value !== 1 ? 's' : ''}`,
3152
- emptyLabelText: 'Vazio'
3153
- }
3154
- },
3155
- MuiAutocomplete: {
3156
- defaultProps: {
3157
- clearText: 'Limpar',
3158
- closeText: 'Fechar',
3159
- loadingText: 'Carregando…',
3160
- noOptionsText: 'Sem opções',
3161
- openText: 'Abrir'
3162
- }
3163
- },
3164
- MuiAlert: {
3165
- defaultProps: {
3166
- closeText: 'Fechar'
3167
- }
3168
- },
3169
- MuiPagination: {
3170
- defaultProps: {
3171
- 'aria-label': 'Navegar pela paginação',
3172
- getItemAriaLabel: (type, page, selected) => {
3173
- if (type === 'page') {
3174
- return `${selected ? '' : 'Ir para a '}página ${page}`;
3175
- }
3176
- if (type === 'first') {
3177
- return 'Ir para a primeira página';
3178
- }
3179
- if (type === 'last') {
3180
- return 'Ir para a última página';
3181
- }
3182
- if (type === 'next') {
3183
- return 'Ir para a próxima página';
3184
- }
3185
- // if (type === 'previous') {
3186
- return 'Ir para a página anterior';
3187
- }
3188
- }
3189
- }
3190
- }
3191
- };
3192
- const ptPT = exports.ptPT = {
3193
- components: {
3194
- MuiBreadcrumbs: {
3195
- defaultProps: {
3196
- expandText: 'Mostrar caminho'
3197
- }
3198
- },
3199
- MuiTablePagination: {
3200
- defaultProps: {
3201
- getItemAriaLabel: type => {
3202
- if (type === 'first') {
3203
- return 'Primeira página';
3204
- }
3205
- if (type === 'last') {
3206
- return 'Última página';
3207
- }
3208
- if (type === 'next') {
3209
- return 'Próxima página';
3210
- }
3211
- // if (type === 'previous') {
3212
- return 'Página anterior';
3213
- },
3214
- labelRowsPerPage: 'Linhas por página:',
3215
- labelDisplayedRows: ({
3216
- from,
3217
- to,
3218
- count
3219
- }) => `${from}–${to} de ${count !== -1 ? count : `mais de ${to}`}`
3220
- }
3221
- },
3222
- MuiRating: {
3223
- defaultProps: {
3224
- getLabelText: value => `${value} Estrela${value !== 1 ? 's' : ''}`,
3225
- emptyLabelText: 'Vazio'
3226
- }
3227
- },
3228
- MuiAutocomplete: {
3229
- defaultProps: {
3230
- clearText: 'Limpar',
3231
- closeText: 'Fechar',
3232
- loadingText: 'A carregar…',
3233
- noOptionsText: 'Sem opções',
3234
- openText: 'Abrir'
3235
- }
3236
- },
3237
- MuiAlert: {
3238
- defaultProps: {
3239
- closeText: 'Fechar'
3240
- }
3241
- },
3242
- MuiPagination: {
3243
- defaultProps: {
3244
- 'aria-label': 'Navegar por páginas',
3245
- getItemAriaLabel: (type, page, selected) => {
3246
- if (type === 'page') {
3247
- return `${selected ? '' : 'Ir para a '}página ${page}`;
3248
- }
3249
- if (type === 'first') {
3250
- return 'Primeira página';
3251
- }
3252
- if (type === 'last') {
3253
- return 'Última página';
3254
- }
3255
- if (type === 'next') {
3256
- return 'Próxima página';
3257
- }
3258
- // if (type === 'previous') {
3259
- return 'Página anterior';
3260
- }
3261
- }
3262
- }
3263
- }
3264
- };
3265
- const roRO = exports.roRO = {
3266
- components: {
3267
- MuiBreadcrumbs: {
3268
- defaultProps: {
3269
- expandText: 'Arată calea'
3270
- }
3271
- },
3272
- MuiTablePagination: {
3273
- defaultProps: {
3274
- getItemAriaLabel: type => {
3275
- if (type === 'first') {
3276
- return 'Mergi la prima pagină';
3277
- }
3278
- if (type === 'last') {
3279
- return 'Mergi la ultima pagină';
3280
- }
3281
- if (type === 'next') {
3282
- return 'Mergi la pagina următoare';
3283
- }
3284
- // if (type === 'previous') {
3285
- return 'Mergi la pagina precedentă';
3286
- },
3287
- labelRowsPerPage: 'Rânduri pe pagină:'
3288
- // labelDisplayedRows: ({ from, to, count }) =>
3289
- // `${from}–${to} din ${count !== -1 ? count : `more than ${to}`}`,
3290
- }
3291
- },
3292
- MuiRating: {
3293
- defaultProps: {
3294
- getLabelText: value => `${value} St${value !== 1 ? 'ele' : 'ea'}`,
3295
- emptyLabelText: 'Gol'
3296
- }
3297
- },
3298
- MuiAutocomplete: {
3299
- defaultProps: {
3300
- clearText: 'Șterge',
3301
- closeText: 'Închide',
3302
- loadingText: 'Se încarcă…',
3303
- noOptionsText: 'Nicio opțiune',
3304
- openText: 'Deschide'
3305
- }
3306
- },
3307
- MuiAlert: {
3308
- defaultProps: {
3309
- closeText: 'Închide'
3310
- }
3311
- },
3312
- MuiPagination: {
3313
- defaultProps: {
3314
- 'aria-label': 'Navigare prin paginare',
3315
- getItemAriaLabel: (type, page, selected) => {
3316
- if (type === 'page') {
3317
- return `${selected ? '' : 'Mergi la '}pagina ${page}`;
3318
- }
3319
- if (type === 'first') {
3320
- return 'Mergi la prima pagină';
3321
- }
3322
- if (type === 'last') {
3323
- return 'Mergi la ultima pagină';
3324
- }
3325
- if (type === 'next') {
3326
- return 'Mergi la pagina următoare';
3327
- }
3328
- // if (type === 'previous') {
3329
- return 'Mergi la pagina precedentă';
3330
- }
3331
- }
3332
- }
3333
- }
3334
- };
3335
-
3336
- // Serbian - Srpski
3337
- const srRS = exports.srRS = {
3338
- components: {
3339
- MuiBreadcrumbs: {
3340
- defaultProps: {
3341
- expandText: 'Pokaži putanju'
3342
- }
3343
- },
3344
- MuiTablePagination: {
3345
- defaultProps: {
3346
- getItemAriaLabel: type => {
3347
- if (type === 'first') {
3348
- return 'Idi na prvu stranicu';
3349
- }
3350
- if (type === 'last') {
3351
- return 'Idi na poslednju stranicu';
3352
- }
3353
- if (type === 'next') {
3354
- return 'Idi na sledeću stranicu';
3355
- }
3356
- // if (type === 'previous') {
3357
- return 'Idi na prethodnu stranicu';
3358
- },
3359
- labelRowsPerPage: 'Redova po stranici:',
3360
- labelDisplayedRows: ({
3361
- from,
3362
- to,
3363
- count
3364
- }) => `${from}–${to} od ${count !== -1 ? count : `više nego ${to}`}`
3365
- }
3366
- },
3367
- MuiRating: {
3368
- defaultProps: {
3369
- getLabelText: value => {
3370
- const lastDigit = value % 10;
3371
- const lastTwoDigits = value % 100;
3372
- if ([2, 3, 4].includes(lastDigit) && ![12, 13, 14].includes(lastTwoDigits)) {
3373
- return 'Zvezde';
3374
- }
3375
- return 'Zvezda';
3376
- },
3377
- emptyLabelText: 'Prazno'
3378
- }
3379
- },
3380
- MuiAutocomplete: {
3381
- defaultProps: {
3382
- clearText: 'Briši',
3383
- closeText: 'Zatvori',
3384
- loadingText: 'Učitavanje…',
3385
- noOptionsText: 'Nema opcija',
3386
- openText: 'Otvori'
3387
- }
3388
- },
3389
- MuiAlert: {
3390
- defaultProps: {
3391
- closeText: 'Zatvori'
3392
- }
3393
- },
3394
- MuiPagination: {
3395
- defaultProps: {
3396
- 'aria-label': 'Navigacija po stranicama',
3397
- getItemAriaLabel: (type, page, selected) => {
3398
- if (type === 'page') {
3399
- return `${selected ? '' : 'Idi na '}stranicu ${page}`;
3400
- }
3401
- if (type === 'first') {
3402
- return 'Idi na prvu stranicu';
3403
- }
3404
- if (type === 'last') {
3405
- return 'Idi na zadnju stranicu';
3406
- }
3407
- if (type === 'next') {
3408
- return 'Idi na sledeću stranicu';
3409
- }
3410
- // if (type === 'previous') {
3411
- return 'Idi na prethodnu stranicu';
3412
- }
3413
- }
3414
- }
3415
- }
3416
- };
3417
- const ruRU = exports.ruRU = {
3418
- components: {
3419
- MuiBreadcrumbs: {
3420
- defaultProps: {
3421
- expandText: 'Показать полный путь'
3422
- }
3423
- },
3424
- MuiTablePagination: {
3425
- defaultProps: {
3426
- getItemAriaLabel: type => {
3427
- if (type === 'first') {
3428
- return 'Перейти на первую страницу';
3429
- }
3430
- if (type === 'last') {
3431
- return 'Перейти на последнюю страницу';
3432
- }
3433
- if (type === 'next') {
3434
- return 'Перейти на следующую страницу';
3435
- }
3436
- // if (type === 'previous') {
3437
- return 'Перейти на предыдущую страницу';
3438
- },
3439
- labelRowsPerPage: 'Строк на странице:',
3440
- labelDisplayedRows: ({
3441
- from,
3442
- to,
3443
- count
3444
- }) => `${from}–${to} из ${count !== -1 ? count : `более чем ${to}`}`
3445
- }
3446
- },
3447
- MuiRating: {
3448
- defaultProps: {
3449
- getLabelText: value => {
3450
- let pluralForm = 'Звёзд';
3451
- const lastDigit = value % 10;
3452
- if (lastDigit > 1 && lastDigit < 5) {
3453
- pluralForm = 'Звезды';
3454
- } else if (lastDigit === 1) {
3455
- pluralForm = 'Звезда';
3456
- }
3457
- return `${value} ${pluralForm}`;
3458
- },
3459
- emptyLabelText: 'Рейтинг отсутствует'
3460
- }
3461
- },
3462
- MuiAutocomplete: {
3463
- defaultProps: {
3464
- clearText: 'Очистить',
3465
- closeText: 'Закрыть',
3466
- loadingText: 'Загрузка…',
3467
- noOptionsText: 'Нет доступных вариантов',
3468
- openText: 'Открыть'
3469
- }
3470
- },
3471
- MuiAlert: {
3472
- defaultProps: {
3473
- closeText: 'Закрыть'
3474
- }
3475
- },
3476
- MuiPagination: {
3477
- defaultProps: {
3478
- 'aria-label': 'Навигация по страницам',
3479
- getItemAriaLabel: (type, page, selected) => {
3480
- if (type === 'page') {
3481
- if (selected) {
3482
- return `${page} страница`;
3483
- }
3484
- return `Перейти на ${page} страницу`;
3485
- }
3486
- if (type === 'first') {
3487
- return 'Перейти на первую страницу';
3488
- }
3489
- if (type === 'last') {
3490
- return 'Перейти на последнюю страницу';
3491
- }
3492
- if (type === 'next') {
3493
- return 'Перейти на следующую страницу';
3494
- }
3495
- // if (type === 'previous') {
3496
- return 'Перейти на предыдущую страницу';
3497
- }
3498
- }
3499
- }
3500
- }
3501
- };
3502
- const siLK = exports.siLK = {
3503
- components: {
3504
- MuiBreadcrumbs: {
3505
- defaultProps: {
3506
- expandText: 'ගමන් මඟ පෙන්වන්න'
3507
- }
3508
- },
3509
- MuiTablePagination: {
3510
- defaultProps: {
3511
- getItemAriaLabel: type => {
3512
- if (type === 'first') {
3513
- return 'පළමු පිටුවට යන්න';
3514
- }
3515
- if (type === 'last') {
3516
- return 'අවසාන පිටුවට යන්න';
3517
- }
3518
- if (type === 'next') {
3519
- return 'මීළඟ පිටුවට යන්න';
3520
- }
3521
- // if (type === 'previous') {
3522
- return 'පෙර පිටුවට යන්න';
3523
- },
3524
- labelRowsPerPage: 'පිටුවක පේළි:',
3525
- labelDisplayedRows: ({
3526
- from,
3527
- to,
3528
- count
3529
- }) => `${from}–${to} දක්වා ${count !== -1 ? count : `${to} ට වැඩි ප්‍රමාණයකින්`}`
3530
- }
3531
- },
3532
- MuiRating: {
3533
- defaultProps: {
3534
- getLabelText: value => `තරු ${value}`,
3535
- emptyLabelText: 'හිස්'
3536
- }
3537
- },
3538
- MuiAutocomplete: {
3539
- defaultProps: {
3540
- clearText: 'මකන්න',
3541
- closeText: 'වසන්න',
3542
- loadingText: 'නැංවෙමින්…',
3543
- noOptionsText: 'විකල්ප නැත',
3544
- openText: 'විවෘත කරන්න'
3545
- }
3546
- },
3547
- MuiAlert: {
3548
- defaultProps: {
3549
- closeText: 'වසන්න'
3550
- }
3551
- },
3552
- MuiPagination: {
3553
- defaultProps: {
3554
- 'aria-label': 'පිටු අතර සංචරණය',
3555
- getItemAriaLabel: (type, page, selected) => {
3556
- if (type === 'page') {
3557
- return `පිටුව ${page} ${selected ? '' : 'ට යන්න'}`;
3558
- }
3559
- if (type === 'first') {
3560
- return 'පළමු පිටුවට යන්න';
3561
- }
3562
- if (type === 'last') {
3563
- return 'අවසාන පිටුවට යන්න';
3564
- }
3565
- if (type === 'next') {
3566
- return 'මීළඟ පිටුවට යන්න';
3567
- }
3568
- // if (type === 'previous') {
3569
- return 'පෙර පිටුවට යන්න';
3570
- }
3571
- }
3572
- }
3573
- }
3574
- };
3575
- const skSK = exports.skSK = {
3576
- components: {
3577
- MuiBreadcrumbs: {
3578
- defaultProps: {
3579
- expandText: 'Ukázať cestu '
3580
- }
3581
- },
3582
- MuiTablePagination: {
3583
- defaultProps: {
3584
- getItemAriaLabel: type => {
3585
- if (type === 'first') {
3586
- return 'Ísť na prvú stránku';
3587
- }
3588
- if (type === 'last') {
3589
- return 'Ísť na poslednú stránku';
3590
- }
3591
- if (type === 'next') {
3592
- return 'Ísť na ďaľšiu stránku';
3593
- }
3594
- // if (type === 'previous') {
3595
- return 'Ísť na predchádzajúcu stránku';
3596
- },
3597
- labelRowsPerPage: 'Riadkov na stránke:',
3598
- labelDisplayedRows: ({
3599
- from,
3600
- to,
3601
- count
3602
- }) => `${from}–${to} z ${count !== -1 ? count : `viac ako ${to}`}`
3603
- }
3604
- },
3605
- MuiRating: {
3606
- defaultProps: {
3607
- getLabelText: value => {
3608
- if (value === 1) {
3609
- return `${value} hviezdička`;
3610
- }
3611
- if (value >= 2 && value <= 4) {
3612
- return `${value} hviezdičky`;
3613
- }
3614
- return `${value} hviezdičiek`;
3615
- },
3616
- emptyLabelText: 'Prázdne'
3617
- }
3618
- },
3619
- MuiAutocomplete: {
3620
- defaultProps: {
3621
- clearText: 'Vymazať',
3622
- closeText: 'Zavrieť',
3623
- loadingText: 'Načítanie…',
3624
- noOptionsText: 'Žiadne možnosti',
3625
- openText: 'Otvoriť'
3626
- }
3627
- },
3628
- MuiAlert: {
3629
- defaultProps: {
3630
- closeText: 'Zavrieť'
3631
- }
3632
- },
3633
- MuiPagination: {
3634
- defaultProps: {
3635
- 'aria-label': 'Navigácia stránkovanim',
3636
- getItemAriaLabel: (type, page, selected) => {
3637
- if (type === 'page') {
3638
- return `${selected ? '' : 'Ísť na '}stránku ${page}`;
3639
- }
3640
- if (type === 'first') {
3641
- return 'Ísť na prvú stránku';
3642
- }
3643
- if (type === 'last') {
3644
- return 'Ísť na poslednú stránku';
3645
- }
3646
- if (type === 'next') {
3647
- return 'Ísť na ďaľšiu stránku';
3648
- }
3649
- // if (type === 'previous') {
3650
- return 'Ísť na predchádzajúcu stránku';
3651
- }
3652
- }
3653
- }
3654
- }
3655
- };
3656
- const svSE = exports.svSE = {
3657
- components: {
3658
- MuiBreadcrumbs: {
3659
- defaultProps: {
3660
- expandText: 'Visa sökväg'
3661
- }
3662
- },
3663
- MuiTablePagination: {
3664
- defaultProps: {
3665
- getItemAriaLabel: type => {
3666
- if (type === 'first') {
3667
- return 'Gå till första sidan';
3668
- }
3669
- if (type === 'last') {
3670
- return 'Gå till sista sidan';
3671
- }
3672
- if (type === 'next') {
3673
- return 'Gå till nästa sida';
3674
- }
3675
- // if (type === 'previous') {
3676
- return 'Gå till föregående sida';
3677
- },
3678
- labelRowsPerPage: 'Rader per sida:',
3679
- labelDisplayedRows: ({
3680
- from,
3681
- to,
3682
- count
3683
- }) => `${from}–${to} av ${count !== -1 ? count : `fler än ${to}`}`
3684
- }
3685
- },
3686
- MuiRating: {
3687
- defaultProps: {
3688
- getLabelText: value => `${value} ${value !== 1 ? 'Stjärnor' : 'Stjärna'}`,
3689
- emptyLabelText: 'Tom'
3690
- }
3691
- },
3692
- MuiAutocomplete: {
3693
- defaultProps: {
3694
- clearText: 'Rensa',
3695
- closeText: 'Stäng',
3696
- loadingText: 'Laddar…',
3697
- noOptionsText: 'Inga alternativ',
3698
- openText: 'Öppna'
3699
- }
3700
- },
3701
- MuiAlert: {
3702
- defaultProps: {
3703
- closeText: 'Stäng'
3704
- }
3705
- },
3706
- MuiPagination: {
3707
- defaultProps: {
3708
- 'aria-label': 'Sidnavigering',
3709
- getItemAriaLabel: (type, page, selected) => {
3710
- if (type === 'page') {
3711
- return `${selected ? '' : 'Gå till '}sida ${page}`;
3712
- }
3713
- if (type === 'first') {
3714
- return 'Gå till första sidan';
3715
- }
3716
- if (type === 'last') {
3717
- return 'Gå till sista sidan';
3718
- }
3719
- if (type === 'next') {
3720
- return 'Gå till nästa sida';
3721
- }
3722
- // if (type === 'previous') {
3723
- return 'Gå till föregående sida';
3724
- }
3725
- }
3726
- }
3727
- }
3728
- };
3729
- const thTH = exports.thTH = {
3730
- components: {
3731
- MuiBreadcrumbs: {
3732
- defaultProps: {
3733
- expandText: 'แสดงเส้นทาง'
3734
- }
3735
- },
3736
- MuiTablePagination: {
3737
- defaultProps: {
3738
- getItemAriaLabel: type => {
3739
- if (type === 'first') {
3740
- return 'ไปที่หน้าแรก';
3741
- }
3742
- if (type === 'last') {
3743
- return 'ไปที่หน้าสุดท้าย';
3744
- }
3745
- if (type === 'next') {
3746
- return 'ไปที่หน้าถัดไป';
3747
- }
3748
- // if (type === 'previous') {
3749
- return 'ไปที่หน้าก่อน';
3750
- },
3751
- labelRowsPerPage: 'จำนวนแถวต่อหน้า:',
3752
- labelDisplayedRows: ({
3753
- from,
3754
- to,
3755
- count
3756
- }) => `${from}–${to} จาก ${count !== -1 ? count : `มากกว่า ${to}`}`
3757
- }
3758
- },
3759
- MuiRating: {
3760
- defaultProps: {
3761
- getLabelText: value => `${value} ดาว`,
3762
- emptyLabelText: 'ว่างเปล่า'
3763
- }
3764
- },
3765
- MuiAutocomplete: {
3766
- defaultProps: {
3767
- clearText: 'เคลียร์',
3768
- closeText: 'ปิด',
3769
- loadingText: 'กำลังโหลด…',
3770
- noOptionsText: 'ไม่มีตัวเลือก',
3771
- openText: 'เปิด'
3772
- }
3773
- },
3774
- MuiAlert: {
3775
- defaultProps: {
3776
- closeText: 'ปิด'
3777
- }
3778
- },
3779
- MuiPagination: {
3780
- defaultProps: {
3781
- 'aria-label': '',
3782
- getItemAriaLabel: (type, page, selected) => {
3783
- if (type === 'page') {
3784
- return `${selected ? '' : 'ไปที่'}หน้า ${page}`;
3785
- }
3786
- if (type === 'first') {
3787
- return 'ไปที่หน้าแรก';
3788
- }
3789
- if (type === 'last') {
3790
- return 'ไปที่หน้าสุดท้าย';
3791
- }
3792
- if (type === 'next') {
3793
- return 'ไปที่หน้าถัดไป';
3794
- }
3795
- // if (type === 'previous') {
3796
- return 'ไปที่หน้าก่อน';
3797
- }
3798
- }
3799
- }
3800
- }
3801
- };
3802
- const trTR = exports.trTR = {
3803
- components: {
3804
- MuiBreadcrumbs: {
3805
- defaultProps: {
3806
- expandText: 'Yolu göster'
3807
- }
3808
- },
3809
- MuiTablePagination: {
3810
- defaultProps: {
3811
- getItemAriaLabel: type => {
3812
- if (type === 'first') {
3813
- return 'İlk sayfaya git';
3814
- }
3815
- if (type === 'last') {
3816
- return 'Son sayfaya git';
3817
- }
3818
- if (type === 'next') {
3819
- return 'Sonraki sayfaya git';
3820
- }
3821
- // if (type === 'previous') {
3822
- return 'Önceki sayfaya git';
3823
- },
3824
- labelRowsPerPage: 'Sayfa başına satır:',
3825
- labelDisplayedRows: ({
3826
- from,
3827
- to,
3828
- count
3829
- }) => `${from}-${to} / ${count !== -1 ? count : `${to}'den fazla`}`
3830
- }
3831
- },
3832
- MuiRating: {
3833
- defaultProps: {
3834
- getLabelText: value => `${value} Yıldız`,
3835
- emptyLabelText: 'Boş'
3836
- }
3837
- },
3838
- MuiAutocomplete: {
3839
- defaultProps: {
3840
- clearText: 'Temizle',
3841
- closeText: 'Kapat',
3842
- loadingText: 'Yükleniyor…',
3843
- noOptionsText: 'Seçenek yok',
3844
- openText: 'Aç'
3845
- }
3846
- },
3847
- MuiAlert: {
3848
- defaultProps: {
3849
- closeText: 'Kapat'
3850
- }
3851
- },
3852
- MuiPagination: {
3853
- defaultProps: {
3854
- 'aria-label': 'Sayfa navigasyonu',
3855
- getItemAriaLabel: (type, page, selected) => {
3856
- if (type === 'page') {
3857
- return `${page}. ${selected ? 'sayfa' : 'sayfaya git'}`;
3858
- }
3859
- if (type === 'first') {
3860
- return 'İlk sayfaya git';
3861
- }
3862
- if (type === 'last') {
3863
- return 'Son sayfaya git';
3864
- }
3865
- if (type === 'next') {
3866
- return 'Sonraki sayfaya git';
3867
- }
3868
- // if (type === 'previous') {
3869
- return 'Önceki sayfaya git';
3870
- }
3871
- }
3872
- }
3873
- }
3874
- };
3875
-
3876
- // Tagalog-Tagalog
3877
- const tlTL = exports.tlTL = {
3878
- components: {
3879
- MuiBreadcrumbs: {
3880
- defaultProps: {
3881
- expandText: 'Ipakita ang landas'
3882
- }
3883
- },
3884
- MuiTablePagination: {
3885
- defaultProps: {
3886
- getItemAriaLabel: type => {
3887
- if (type === 'first') {
3888
- return 'Pumunta sa unang pahina';
3889
- }
3890
- if (type === 'last') {
3891
- return 'Pumunta sa huling pahina';
3892
- }
3893
- if (type === 'next') {
3894
- return 'Pumunta sa susunod na pahina';
3895
- }
3896
- // if (type === 'previous') {
3897
- return 'Pumunta sa nakaraang pahina';
3898
- },
3899
- labelRowsPerPage: 'Mga hilera bawat pahina:',
3900
- labelDisplayedRows: ({
3901
- from,
3902
- to,
3903
- count
3904
- }) => `${from}–${to} ng ${count !== -1 ? count : `higit sa ${to}`}`
3905
- }
3906
- },
3907
- MuiRating: {
3908
- defaultProps: {
3909
- getLabelText: value => `${value} Bituin${value !== 1 ? 's' : ''}`,
3910
- emptyLabelText: 'Walang laman'
3911
- }
3912
- },
3913
- MuiAutocomplete: {
3914
- defaultProps: {
3915
- clearText: 'Maaliwalas',
3916
- closeText: 'Isara',
3917
- loadingText: 'Naglo-load…',
3918
- noOptionsText: 'Walang mga pagpipilian',
3919
- openText: 'Bukas'
3920
- }
3921
- },
3922
- MuiAlert: {
3923
- defaultProps: {
3924
- closeText: 'Isara'
3925
- }
3926
- },
3927
- MuiPagination: {
3928
- defaultProps: {
3929
- 'aria-label': 'Sayfa navigasyonu',
3930
- getItemAriaLabel: (type, page, selected) => {
3931
- if (type === 'page') {
3932
- return `${selected ? '' : 'Pumunta sa'}pahina ${page}`;
3933
- }
3934
- if (type === 'first') {
3935
- return 'Pumunta sa unang pahina';
3936
- }
3937
- if (type === 'last') {
3938
- return 'Pumunta sa huling pahina';
3939
- }
3940
- if (type === 'next') {
3941
- return 'Pumunta sa susunod na pahina';
3942
- }
3943
- // if (type === 'previous') {
3944
- return 'Pumunta sa nakaraang pahina';
3945
- }
3946
- }
3947
- }
3948
- }
3949
- };
3950
- const ukUA = exports.ukUA = {
3951
- components: {
3952
- MuiBreadcrumbs: {
3953
- defaultProps: {
3954
- expandText: 'Показати шлях сторінок'
3955
- }
3956
- },
3957
- MuiTablePagination: {
3958
- defaultProps: {
3959
- getItemAriaLabel: type => {
3960
- if (type === 'first') {
3961
- return 'Перейти на першу сторінку';
3962
- }
3963
- if (type === 'last') {
3964
- return 'Перейти на останню сторінку';
3965
- }
3966
- if (type === 'next') {
3967
- return 'Перейти на наступну сторінку';
3968
- }
3969
- // if (type === 'previous') {
3970
- return 'Перейти на попередню сторінку';
3971
- },
3972
- labelRowsPerPage: 'Рядків на сторінці:',
3973
- labelDisplayedRows: ({
3974
- from,
3975
- to,
3976
- count
3977
- }) => `${from}–${to} з ${count !== -1 ? count : `понад ${to}`}`
3978
- }
3979
- },
3980
- MuiRating: {
3981
- defaultProps: {
3982
- getLabelText: value => {
3983
- let pluralForm = 'Зірок';
3984
- const lastDigit = value % 10;
3985
- if (lastDigit > 1 && lastDigit < 5) {
3986
- pluralForm = 'Зірки';
3987
- } else if (lastDigit === 1) {
3988
- pluralForm = 'Зірка';
3989
- }
3990
- return `${value} ${pluralForm}`;
3991
- },
3992
- emptyLabelText: 'Рейтинг відсутній'
3993
- }
3994
- },
3995
- MuiAutocomplete: {
3996
- defaultProps: {
3997
- clearText: 'Очистити',
3998
- closeText: 'Згорнути',
3999
- loadingText: 'Завантаження…',
4000
- noOptionsText: 'Немає варіантів',
4001
- openText: 'Розгорнути'
4002
- }
4003
- },
4004
- MuiAlert: {
4005
- defaultProps: {
4006
- closeText: 'Згорнути'
4007
- }
4008
- },
4009
- MuiPagination: {
4010
- defaultProps: {
4011
- 'aria-label': 'Навігація сторінками',
4012
- getItemAriaLabel: (type, page, selected) => {
4013
- if (type === 'page') {
4014
- return `${selected ? '' : 'Перейти на '}сторінку ${page}`;
4015
- }
4016
- if (type === 'first') {
4017
- return 'Перейти на першу сторінку';
4018
- }
4019
- if (type === 'last') {
4020
- return 'Перейти на останню сторінку';
4021
- }
4022
- if (type === 'next') {
4023
- return 'Перейти на наступну сторінку';
4024
- }
4025
- // if (type === 'previous') {
4026
- return 'Перейти на попередню сторінку';
4027
- }
4028
- }
4029
- }
4030
- }
4031
- };
4032
- const urPK = exports.urPK = {
4033
- components: {
4034
- MuiBreadcrumbs: {
4035
- defaultProps: {
4036
- expandText: 'راستہ دکھائیں'
4037
- }
4038
- },
4039
- MuiTablePagination: {
4040
- defaultProps: {
4041
- getItemAriaLabel: type => {
4042
- if (type === 'first') {
4043
- return 'پہلے صفحے پر جائیں';
4044
- }
4045
- if (type === 'last') {
4046
- return 'آخری صفحے پر جائیں';
4047
- }
4048
- if (type === 'next') {
4049
- return 'اگلے صفحے پر جائیں';
4050
- }
4051
- // if (type === 'previous') {
4052
- return 'پچھلے صفحے پر جائیں';
4053
- },
4054
- labelRowsPerPage: 'ایک صفحے پر قطاریں:',
4055
- labelDisplayedRows: ({
4056
- from,
4057
- to,
4058
- count
4059
- }) => `${count !== -1 ? `${count} میں سے` : `${to} سے ذیادہ میں سے`} ${from} سے ${to} قطاریں`
4060
- }
4061
- },
4062
- MuiRating: {
4063
- defaultProps: {
4064
- getLabelText: value => `${value} ستار${value !== 1 ? 'ے' : 'ہ'}`,
4065
- emptyLabelText: 'خالی'
4066
- }
4067
- },
4068
- MuiAutocomplete: {
4069
- defaultProps: {
4070
- clearText: 'کلئیر',
4071
- closeText: 'بند کریں',
4072
- loadingText: 'لوڈ ہو رہا ہے۔۔۔',
4073
- noOptionsText: 'کوئی آپشن نہیں',
4074
- openText: 'کھولیں'
4075
- }
4076
- },
4077
- MuiAlert: {
4078
- defaultProps: {
4079
- closeText: 'بند کریں'
4080
- }
4081
- },
4082
- MuiPagination: {
4083
- defaultProps: {
4084
- 'aria-label': 'صفحات کی ترتیب',
4085
- getItemAriaLabel: (type, page, selected) => {
4086
- if (type === 'page') {
4087
- return `صفحہ نمبر ${page}${selected ? '' : ' پر جائیں'}`;
4088
- }
4089
- if (type === 'first') {
4090
- return 'پہلے صفحے پر جائیں';
4091
- }
4092
- if (type === 'last') {
4093
- return 'آخری صفحے پر جائیں';
4094
- }
4095
- if (type === 'next') {
4096
- return 'اگلے صفحے پر جائیں';
4097
- }
4098
- // if (type === 'previous') {
4099
- return 'پچھلے صفحے پر جائیں';
4100
- }
4101
- }
4102
- }
4103
- }
4104
- };
4105
- const viVN = exports.viVN = {
4106
- components: {
4107
- MuiBreadcrumbs: {
4108
- defaultProps: {
4109
- expandText: 'Mở ra'
4110
- }
4111
- },
4112
- MuiTablePagination: {
4113
- defaultProps: {
4114
- getItemAriaLabel: type => {
4115
- if (type === 'first') {
4116
- return 'Tới trang đầu tiên';
4117
- }
4118
- if (type === 'last') {
4119
- return 'Tới trang cuối cùng';
4120
- }
4121
- if (type === 'next') {
4122
- return 'Tới trang tiếp theo';
4123
- }
4124
- // if (type === 'previous') {
4125
- return 'Về trang trước đó';
4126
- },
4127
- labelRowsPerPage: 'Số hàng mỗi trang:',
4128
- labelDisplayedRows: ({
4129
- from,
4130
- to,
4131
- count
4132
- }) => `${from}–${to} trong ${count !== -1 ? count : `nhiều hơn ${to}`}`
4133
- }
4134
- },
4135
- MuiRating: {
4136
- defaultProps: {
4137
- getLabelText: value => `${value} sao`,
4138
- emptyLabelText: 'Không có dữ liệu'
4139
- }
4140
- },
4141
- MuiAutocomplete: {
4142
- defaultProps: {
4143
- clearText: 'Xóa',
4144
- closeText: 'Đóng',
4145
- loadingText: 'Đang tải…',
4146
- noOptionsText: 'Không có lựa chọn nào',
4147
- openText: 'Mở'
4148
- }
4149
- },
4150
- MuiAlert: {
4151
- defaultProps: {
4152
- closeText: 'Đóng'
4153
- }
4154
- },
4155
- MuiPagination: {
4156
- defaultProps: {
4157
- 'aria-label': 'Thanh điều khiển trang',
4158
- getItemAriaLabel: (type, page, selected) => {
4159
- if (type === 'page') {
4160
- return `${selected ? '' : 'Tới '}trang ${page}`;
4161
- }
4162
- if (type === 'first') {
4163
- return 'Tới trang đầu tiên';
4164
- }
4165
- if (type === 'last') {
4166
- return 'Tới trang cuối cùng';
4167
- }
4168
- if (type === 'next') {
4169
- return 'Tới trang tiếp theo';
4170
- }
4171
- // if (type === 'previous') {
4172
- return 'Về trang trước đó';
4173
- }
4174
- }
4175
- }
4176
- }
4177
- };
4178
- const zhCN = exports.zhCN = {
4179
- components: {
4180
- MuiBreadcrumbs: {
4181
- defaultProps: {
4182
- expandText: '展开'
4183
- }
4184
- },
4185
- MuiTablePagination: {
4186
- defaultProps: {
4187
- getItemAriaLabel: type => {
4188
- if (type === 'first') {
4189
- return '第一页';
4190
- }
4191
- if (type === 'last') {
4192
- return '最后一页';
4193
- }
4194
- if (type === 'next') {
4195
- return '下一页';
4196
- }
4197
- return '上一页';
4198
- },
4199
- labelRowsPerPage: '每页行数:',
4200
- labelDisplayedRows: ({
4201
- from,
4202
- to,
4203
- count
4204
- }) => `第 ${from} 条到第 ${to} 条,${count !== -1 ? `共 ${count} 条` : `至少 ${to} 条`}`
4205
- }
4206
- },
4207
- MuiRating: {
4208
- defaultProps: {
4209
- getLabelText: value => `${value} 颗星`,
4210
- emptyLabelText: '无标签'
4211
- }
4212
- },
4213
- MuiAutocomplete: {
4214
- defaultProps: {
4215
- clearText: '清空',
4216
- closeText: '关闭',
4217
- loadingText: '加载中……',
4218
- noOptionsText: '没有可用选项',
4219
- openText: '打开'
4220
- }
4221
- },
4222
- MuiAlert: {
4223
- defaultProps: {
4224
- closeText: '关闭'
4225
- }
4226
- }
4227
- }
4228
- };
4229
- const zhHK = exports.zhHK = {
4230
- components: {
4231
- MuiBreadcrumbs: {
4232
- defaultProps: {
4233
- expandText: '展開'
4234
- }
4235
- },
4236
- MuiTablePagination: {
4237
- defaultProps: {
4238
- getItemAriaLabel: type => {
4239
- if (type === 'first') {
4240
- return '第一頁';
4241
- }
4242
- if (type === 'last') {
4243
- return '最後一頁';
4244
- }
4245
- if (type === 'next') {
4246
- return '下一頁';
4247
- }
4248
- return '上一頁';
4249
- },
4250
- labelRowsPerPage: '每頁行數:',
4251
- labelDisplayedRows: ({
4252
- from,
4253
- to,
4254
- count
4255
- }) => `第 ${from} 項至第 ${to} 項,${count !== -1 ? `共 ${count} 項` : `超過 ${to} 項`}`
4256
- }
4257
- },
4258
- MuiRating: {
4259
- defaultProps: {
4260
- getLabelText: value => `${value} 粒星`,
4261
- emptyLabelText: '無標籤'
4262
- }
4263
- },
4264
- MuiAutocomplete: {
4265
- defaultProps: {
4266
- clearText: '清除',
4267
- closeText: '關閉',
4268
- loadingText: '載入中……',
4269
- noOptionsText: '沒有可用選項',
4270
- openText: '開啟'
4271
- }
4272
- },
4273
- MuiAlert: {
4274
- defaultProps: {
4275
- closeText: '關閉'
4276
- }
4277
- }
4278
- }
4279
- };
4280
- const zhTW = exports.zhTW = {
4281
- components: {
4282
- MuiBreadcrumbs: {
4283
- defaultProps: {
4284
- expandText: '展開'
4285
- }
4286
- },
4287
- MuiTablePagination: {
4288
- defaultProps: {
4289
- getItemAriaLabel: type => {
4290
- if (type === 'first') {
4291
- return '第一頁';
4292
- }
4293
- if (type === 'last') {
4294
- return '最後一頁';
4295
- }
4296
- if (type === 'next') {
4297
- return '下一頁';
4298
- }
4299
- return '上一頁';
4300
- },
4301
- labelRowsPerPage: '每頁數量:',
4302
- labelDisplayedRows: ({
4303
- from,
4304
- to,
4305
- count
4306
- }) => `${from} ~ ${to} / ${count !== -1 ? count : `${to} 以上`}`
4307
- }
4308
- },
4309
- MuiRating: {
4310
- defaultProps: {
4311
- getLabelText: value => `${value} 顆星`,
4312
- emptyLabelText: '無標籤'
4313
- }
4314
- },
4315
- MuiAutocomplete: {
4316
- defaultProps: {
4317
- clearText: '清空',
4318
- closeText: '關閉',
4319
- loadingText: '載入中…',
4320
- noOptionsText: '沒有可用選項',
4321
- openText: '打開'
4322
- }
4323
- },
4324
- MuiAlert: {
4325
- defaultProps: {
4326
- closeText: '關閉'
4327
- }
4328
- }
4329
- }
4330
- };