@vuetify/nightly 3.0.0-alpha.3 → 3.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1247) hide show
  1. package/CHANGELOG.md +41 -98
  2. package/dist/json/attributes.json +5378 -0
  3. package/dist/json/importMap.json +585 -0
  4. package/dist/json/tags.json +1933 -0
  5. package/dist/json/web-types.json +18314 -0
  6. package/dist/vuetify.css +12154 -8451
  7. package/dist/vuetify.d.ts +15974 -0
  8. package/dist/vuetify.esm.js +17658 -0
  9. package/dist/vuetify.esm.js.map +1 -0
  10. package/dist/vuetify.js +16972 -9378
  11. package/dist/vuetify.js.map +1 -1
  12. package/dist/vuetify.min.css +6 -3
  13. package/dist/vuetify.min.js +1466 -5252
  14. package/dist/vuetify.min.js.map +1 -1
  15. package/lib/components/VAlert/VAlert.css +214 -0
  16. package/lib/components/VAlert/VAlert.mjs +157 -206
  17. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  18. package/lib/components/VAlert/VAlert.sass +106 -159
  19. package/lib/components/VAlert/VAlertTitle.mjs +4 -0
  20. package/lib/components/VAlert/VAlertTitle.mjs.map +1 -0
  21. package/lib/components/VAlert/_variables.scss +50 -14
  22. package/lib/components/VAlert/index.mjs +2 -3
  23. package/lib/components/VAlert/index.mjs.map +1 -1
  24. package/lib/components/VApp/VApp.css +29 -0
  25. package/lib/components/VApp/VApp.mjs +36 -22
  26. package/lib/components/VApp/VApp.mjs.map +1 -1
  27. package/lib/components/VApp/VApp.sass +1 -4
  28. package/lib/components/VApp/index.mjs +1 -1
  29. package/lib/components/VApp/index.mjs.map +1 -1
  30. package/lib/components/VAppBar/VAppBar.css +10 -0
  31. package/lib/components/VAppBar/VAppBar.mjs +63 -227
  32. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  33. package/lib/components/VAppBar/VAppBar.sass +8 -54
  34. package/lib/components/VAppBar/VAppBarNavIcon.mjs +24 -25
  35. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  36. package/lib/components/VAppBar/VAppBarTitle.mjs +15 -62
  37. package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
  38. package/lib/components/VAppBar/_variables.scss +39 -4
  39. package/lib/components/VAppBar/index.mjs +3 -11
  40. package/lib/components/VAppBar/index.mjs.map +1 -1
  41. package/lib/components/VAutocomplete/VAutocomplete.css +57 -0
  42. package/lib/components/VAutocomplete/VAutocomplete.mjs +240 -357
  43. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  44. package/lib/components/VAutocomplete/VAutocomplete.sass +69 -33
  45. package/lib/components/VAutocomplete/_variables.scss +7 -4
  46. package/lib/components/VAutocomplete/index.mjs +1 -3
  47. package/lib/components/VAutocomplete/index.mjs.map +1 -1
  48. package/lib/components/VAvatar/VAvatar.css +43 -0
  49. package/lib/components/VAvatar/VAvatar.mjs +49 -27
  50. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  51. package/lib/components/VAvatar/VAvatar.sass +9 -13
  52. package/lib/components/VAvatar/_mixins.scss +32 -0
  53. package/lib/components/VAvatar/_variables.scss +19 -8
  54. package/lib/components/VAvatar/index.mjs +1 -1
  55. package/lib/components/VAvatar/index.mjs.map +1 -1
  56. package/lib/components/VBadge/VBadge.css +74 -0
  57. package/lib/components/VBadge/VBadge.mjs +51 -35
  58. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  59. package/lib/components/VBadge/VBadge.sass +5 -5
  60. package/lib/components/VBadge/_variables.scss +11 -3
  61. package/lib/components/VBadge/index.mjs +1 -1
  62. package/lib/components/VBadge/index.mjs.map +1 -1
  63. package/lib/components/VBanner/VBanner.css +157 -0
  64. package/lib/components/VBanner/VBanner.mjs +75 -46
  65. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  66. package/lib/components/VBanner/VBanner.sass +80 -122
  67. package/lib/components/VBanner/VBannerActions.mjs +35 -0
  68. package/lib/components/VBanner/VBannerActions.mjs.map +1 -0
  69. package/lib/components/VBanner/VBannerAvatar.mjs +20 -0
  70. package/lib/components/VBanner/VBannerAvatar.mjs.map +1 -0
  71. package/lib/components/VBanner/VBannerIcon.mjs +20 -0
  72. package/lib/components/VBanner/VBannerIcon.mjs.map +1 -0
  73. package/lib/components/VBanner/VBannerText.mjs +3 -0
  74. package/lib/components/VBanner/VBannerText.mjs.map +1 -0
  75. package/lib/components/VBanner/_variables.scss +37 -45
  76. package/lib/components/VBanner/index.mjs +5 -1
  77. package/lib/components/VBanner/index.mjs.map +1 -1
  78. package/lib/components/VBottomNavigation/VBottomNavigation.css +61 -0
  79. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +104 -111
  80. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  81. package/lib/components/VBottomNavigation/VBottomNavigation.sass +48 -74
  82. package/lib/components/VBottomNavigation/_variables.scss +42 -6
  83. package/lib/components/VBottomNavigation/index.mjs +1 -3
  84. package/lib/components/VBottomNavigation/index.mjs.map +1 -1
  85. package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
  86. package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
  87. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +48 -0
  88. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +81 -51
  89. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  90. package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +26 -30
  91. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +2 -5
  92. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  93. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +56 -35
  94. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  95. package/lib/components/VBreadcrumbs/_variables.scss +15 -7
  96. package/lib/components/VBreadcrumbs/index.mjs +3 -11
  97. package/lib/components/VBreadcrumbs/index.mjs.map +1 -1
  98. package/lib/components/VBreadcrumbs/shared.mjs +2 -0
  99. package/lib/components/VBreadcrumbs/shared.mjs.map +1 -0
  100. package/lib/components/VBtn/VBtn.css +319 -0
  101. package/lib/components/VBtn/VBtn.mjs +103 -67
  102. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  103. package/lib/components/VBtn/VBtn.sass +101 -34
  104. package/lib/components/VBtn/_mixins.scss +31 -7
  105. package/lib/components/VBtn/_variables.scss +66 -29
  106. package/lib/components/VBtn/index.mjs +1 -1
  107. package/lib/components/VBtn/index.mjs.map +1 -1
  108. package/lib/components/VBtnGroup/VBtnGroup.css +57 -0
  109. package/lib/components/VBtnGroup/VBtnGroup.mjs +67 -0
  110. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -0
  111. package/lib/components/VBtnGroup/VBtnGroup.sass +52 -0
  112. package/lib/components/VBtnGroup/_variables.scss +25 -0
  113. package/lib/components/VBtnGroup/index.mjs +2 -0
  114. package/lib/components/VBtnGroup/index.mjs.map +1 -0
  115. package/lib/components/VBtnToggle/VBtnToggle.css +3 -0
  116. package/lib/components/VBtnToggle/VBtnToggle.mjs +45 -39
  117. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  118. package/lib/components/VBtnToggle/VBtnToggle.sass +5 -95
  119. package/lib/components/VBtnToggle/_variables.scss +3 -10
  120. package/lib/components/VBtnToggle/index.mjs +1 -3
  121. package/lib/components/VBtnToggle/index.mjs.map +1 -1
  122. package/lib/components/VCalendar/VCalendar.mjs +15 -6
  123. package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
  124. package/lib/components/VCalendar/VCalendarCategory.mjs +5 -4
  125. package/lib/components/VCalendar/VCalendarCategory.mjs.map +1 -1
  126. package/lib/components/VCalendar/VCalendarCategory.sass +67 -0
  127. package/lib/components/VCalendar/VCalendarDaily.mjs +1 -1
  128. package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
  129. package/lib/components/VCalendar/VCalendarMonthly.mjs +1 -1
  130. package/lib/components/VCalendar/VCalendarMonthly.mjs.map +1 -1
  131. package/lib/components/VCalendar/VCalendarWeekly.mjs +1 -1
  132. package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
  133. package/lib/components/VCalendar/_variables.scss +4 -0
  134. package/lib/components/VCalendar/mixins/calendar-base.mjs +5 -4
  135. package/lib/components/VCalendar/mixins/calendar-base.mjs.map +1 -1
  136. package/lib/components/VCalendar/mixins/calendar-with-events.mjs +40 -33
  137. package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
  138. package/lib/components/VCalendar/mixins/calendar-with-events.sass +7 -1
  139. package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs +2 -1
  140. package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs.map +1 -1
  141. package/lib/components/VCalendar/mixins/mouse.mjs +20 -1
  142. package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
  143. package/lib/components/VCalendar/modes/common.mjs +7 -3
  144. package/lib/components/VCalendar/modes/common.mjs.map +1 -1
  145. package/lib/components/VCalendar/modes/stack.mjs +2 -1
  146. package/lib/components/VCalendar/modes/stack.mjs.map +1 -1
  147. package/lib/components/VCalendar/util/events.mjs +8 -3
  148. package/lib/components/VCalendar/util/events.mjs.map +1 -1
  149. package/lib/components/VCalendar/util/parser.mjs +1 -3
  150. package/lib/components/VCalendar/util/parser.mjs.map +1 -1
  151. package/lib/components/VCalendar/util/timestamp.mjs +24 -12
  152. package/lib/components/VCalendar/util/timestamp.mjs.map +1 -1
  153. package/lib/components/VCard/VCard.css +270 -0
  154. package/lib/components/VCard/VCard.mjs +163 -65
  155. package/lib/components/VCard/VCard.mjs.map +1 -1
  156. package/lib/components/VCard/VCard.sass +147 -119
  157. package/lib/components/VCard/VCardActions.mjs +29 -0
  158. package/lib/components/VCard/VCardActions.mjs.map +1 -0
  159. package/lib/components/VCard/VCardAvatar.mjs +3 -0
  160. package/lib/components/VCard/VCardAvatar.mjs.map +1 -0
  161. package/lib/components/VCard/VCardContent.mjs +3 -0
  162. package/lib/components/VCard/VCardContent.mjs.map +1 -0
  163. package/lib/components/VCard/VCardHeader.mjs +3 -0
  164. package/lib/components/VCard/VCardHeader.mjs.map +1 -0
  165. package/lib/components/VCard/VCardHeaderText.mjs +3 -0
  166. package/lib/components/VCard/VCardHeaderText.mjs.map +1 -0
  167. package/lib/components/VCard/VCardImg.mjs +3 -0
  168. package/lib/components/VCard/VCardImg.mjs.map +1 -0
  169. package/lib/components/VCard/VCardSubtitle.mjs +3 -0
  170. package/lib/components/VCard/VCardSubtitle.mjs.map +1 -0
  171. package/lib/components/VCard/VCardText.mjs +3 -0
  172. package/lib/components/VCard/VCardText.mjs.map +1 -0
  173. package/lib/components/VCard/VCardTitle.mjs +3 -0
  174. package/lib/components/VCard/VCardTitle.mjs.map +1 -0
  175. package/lib/components/VCard/_mixins.scss +13 -0
  176. package/lib/components/VCard/_variables.scss +106 -26
  177. package/lib/components/VCard/index.mjs +10 -16
  178. package/lib/components/VCard/index.mjs.map +1 -1
  179. package/lib/components/VCarousel/VCarousel.css +63 -0
  180. package/lib/components/VCarousel/VCarousel.mjs +99 -185
  181. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  182. package/lib/components/VCarousel/VCarousel.sass +7 -2
  183. package/lib/components/VCarousel/VCarouselItem.mjs +22 -42
  184. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  185. package/lib/components/VCarousel/_variables.scss +1 -3
  186. package/lib/components/VCarousel/index.mjs +2 -9
  187. package/lib/components/VCarousel/index.mjs.map +1 -1
  188. package/lib/components/VCheckbox/VCheckbox.css +3 -0
  189. package/lib/components/VCheckbox/VCheckbox.mjs +56 -83
  190. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  191. package/lib/components/VCheckbox/VCheckbox.sass +8 -8
  192. package/lib/components/VCheckbox/_variables.scss +2 -4
  193. package/lib/components/VCheckbox/index.mjs +1 -9
  194. package/lib/components/VCheckbox/index.mjs.map +1 -1
  195. package/lib/components/VChip/VChip.css +276 -0
  196. package/lib/components/VChip/VChip.mjs +153 -143
  197. package/lib/components/VChip/VChip.mjs.map +1 -1
  198. package/lib/components/VChip/VChip.sass +41 -177
  199. package/lib/components/VChip/_mixins.scss +65 -0
  200. package/lib/components/VChip/_variables.scss +48 -49
  201. package/lib/components/VChip/index.mjs +1 -3
  202. package/lib/components/VChip/index.mjs.map +1 -1
  203. package/lib/components/VChipGroup/VChipGroup.css +18 -0
  204. package/lib/components/VChipGroup/VChipGroup.mjs +66 -38
  205. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  206. package/lib/components/VChipGroup/VChipGroup.sass +11 -17
  207. package/lib/components/VChipGroup/_variables.scss +3 -5
  208. package/lib/components/VChipGroup/index.mjs +1 -3
  209. package/lib/components/VChipGroup/index.mjs.map +1 -1
  210. package/lib/components/VCode/VCode.css +7 -0
  211. package/lib/components/VCode/VCode.sass +9 -0
  212. package/lib/components/VCode/_variables.scss +5 -0
  213. package/lib/components/VCode/index.mjs +4 -0
  214. package/lib/components/VCode/index.mjs.map +1 -0
  215. package/lib/components/VColorPicker/VColorPicker.css +21 -0
  216. package/lib/components/VColorPicker/VColorPicker.mjs +103 -133
  217. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  218. package/lib/components/VColorPicker/VColorPicker.sass +10 -17
  219. package/lib/components/VColorPicker/VColorPickerCanvas.css +21 -0
  220. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +139 -121
  221. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  222. package/lib/components/VColorPicker/VColorPickerCanvas.sass +5 -3
  223. package/lib/components/VColorPicker/VColorPickerEdit.css +31 -0
  224. package/lib/components/VColorPicker/VColorPickerEdit.mjs +74 -134
  225. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  226. package/lib/components/VColorPicker/VColorPickerEdit.sass +9 -6
  227. package/lib/components/VColorPicker/VColorPickerPreview.css +67 -0
  228. package/lib/components/VColorPicker/VColorPickerPreview.mjs +65 -83
  229. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  230. package/lib/components/VColorPicker/VColorPickerPreview.sass +42 -39
  231. package/lib/components/VColorPicker/VColorPickerSwatches.css +35 -0
  232. package/lib/components/VColorPicker/VColorPickerSwatches.mjs +34 -54
  233. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  234. package/lib/components/VColorPicker/VColorPickerSwatches.sass +6 -4
  235. package/lib/components/VColorPicker/_variables.scss +5 -9
  236. package/lib/components/VColorPicker/index.mjs +1 -5
  237. package/lib/components/VColorPicker/index.mjs.map +1 -1
  238. package/lib/components/VColorPicker/util/index.mjs +141 -97
  239. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  240. package/lib/components/VCombobox/VCombobox.css +66 -0
  241. package/lib/components/VCombobox/VCombobox.mjs +336 -200
  242. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  243. package/lib/components/VCombobox/VCombobox.sass +91 -0
  244. package/lib/components/VCombobox/_variables.scss +8 -0
  245. package/lib/components/VCombobox/index.mjs +1 -3
  246. package/lib/components/VCombobox/index.mjs.map +1 -1
  247. package/lib/components/VCounter/VCounter.css +6 -0
  248. package/lib/components/VCounter/VCounter.mjs +36 -27
  249. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  250. package/lib/components/VCounter/VCounter.sass +5 -7
  251. package/lib/components/VCounter/_variables.scss +3 -2
  252. package/lib/components/VCounter/index.mjs +1 -3
  253. package/lib/components/VCounter/index.mjs.map +1 -1
  254. package/lib/components/VData/VData.mjs +8 -3
  255. package/lib/components/VData/VData.mjs.map +1 -1
  256. package/lib/components/VDataIterator/VDataFooter.mjs +1 -1
  257. package/lib/components/VDataIterator/VDataFooter.mjs.map +1 -1
  258. package/lib/components/VDataIterator/VDataIterator.mjs +20 -8
  259. package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
  260. package/lib/components/VDataIterator/_variables.scss +2 -2
  261. package/lib/components/VDataTable/MobileRow.mjs +6 -5
  262. package/lib/components/VDataTable/MobileRow.mjs.map +1 -1
  263. package/lib/components/VDataTable/Row.mjs +20 -12
  264. package/lib/components/VDataTable/Row.mjs.map +1 -1
  265. package/lib/components/VDataTable/RowGroup.mjs +5 -4
  266. package/lib/components/VDataTable/RowGroup.mjs.map +1 -1
  267. package/lib/components/VDataTable/VDataTable.mjs +11 -6
  268. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  269. package/lib/components/VDataTable/VDataTable.sass +5 -0
  270. package/lib/components/VDataTable/VDataTableHeader.mjs +7 -6
  271. package/lib/components/VDataTable/VDataTableHeader.mjs.map +1 -1
  272. package/lib/components/VDataTable/VDataTableHeaderDesktop.mjs +3 -3
  273. package/lib/components/VDataTable/VDataTableHeaderDesktop.mjs.map +1 -1
  274. package/lib/components/VDataTable/VDataTableHeaderMobile.mjs +2 -2
  275. package/lib/components/VDataTable/VDataTableHeaderMobile.mjs.map +1 -1
  276. package/lib/components/VDataTable/VEditDialog.mjs +7 -6
  277. package/lib/components/VDataTable/VEditDialog.mjs.map +1 -1
  278. package/lib/components/VDataTable/VVirtualTable.mjs +2 -2
  279. package/lib/components/VDataTable/VVirtualTable.mjs.map +1 -1
  280. package/lib/components/VDataTable/_variables.scss +2 -2
  281. package/lib/components/VDatePicker/VDatePicker.mjs +13 -13
  282. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  283. package/lib/components/VDatePicker/VDatePickerDateTable.mjs +5 -5
  284. package/lib/components/VDatePicker/VDatePickerDateTable.mjs.map +1 -1
  285. package/lib/components/VDatePicker/VDatePickerHeader.mjs +5 -5
  286. package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
  287. package/lib/components/VDatePicker/VDatePickerMonthTable.mjs +2 -2
  288. package/lib/components/VDatePicker/VDatePickerMonthTable.mjs.map +1 -1
  289. package/lib/components/VDatePicker/VDatePickerTitle.mjs +2 -2
  290. package/lib/components/VDatePicker/VDatePickerTitle.mjs.map +1 -1
  291. package/lib/components/VDatePicker/VDatePickerYears.mjs +4 -4
  292. package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
  293. package/lib/components/VDatePicker/mixins/date-picker-table.mjs +20 -9
  294. package/lib/components/VDatePicker/mixins/date-picker-table.mjs.map +1 -1
  295. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +7 -5
  296. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +1 -1
  297. package/lib/components/VDatePicker/util/eventHelpers.mjs +1 -0
  298. package/lib/components/VDatePicker/util/eventHelpers.mjs.map +1 -1
  299. package/lib/components/VDatePicker/util/monthChange.mjs +3 -3
  300. package/lib/components/VDatePicker/util/monthChange.mjs.map +1 -1
  301. package/lib/components/VDatePicker/util/pad.mjs +4 -1
  302. package/lib/components/VDatePicker/util/pad.mjs.map +1 -1
  303. package/lib/components/VDatePicker/util/sanitizeDateString.mjs +1 -1
  304. package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +1 -1
  305. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +38 -0
  306. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -0
  307. package/lib/components/VDefaultsProvider/index.mjs +2 -0
  308. package/lib/components/VDefaultsProvider/index.mjs.map +1 -0
  309. package/lib/components/VDialog/VDialog.css +77 -0
  310. package/lib/components/VDialog/VDialog.mjs +91 -279
  311. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  312. package/lib/components/VDialog/VDialog.sass +53 -81
  313. package/lib/components/VDialog/_variables.scss +12 -10
  314. package/lib/components/VDialog/index.mjs +1 -3
  315. package/lib/components/VDialog/index.mjs.map +1 -1
  316. package/lib/components/VDivider/VDivider.css +30 -0
  317. package/lib/components/VDivider/VDivider.mjs +25 -17
  318. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  319. package/lib/components/VDivider/VDivider.sass +5 -9
  320. package/lib/components/VDivider/_variables.scss +9 -11
  321. package/lib/components/VDivider/index.mjs +1 -1
  322. package/lib/components/VDivider/index.mjs.map +1 -1
  323. package/lib/components/VExpansionPanel/VExpansionPanel.css +190 -0
  324. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +87 -83
  325. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  326. package/lib/components/VExpansionPanel/VExpansionPanel.sass +91 -129
  327. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +42 -0
  328. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -0
  329. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +79 -0
  330. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -0
  331. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +45 -59
  332. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  333. package/lib/components/VExpansionPanel/_variables.scss +13 -7
  334. package/lib/components/VExpansionPanel/index.mjs +4 -13
  335. package/lib/components/VExpansionPanel/index.mjs.map +1 -1
  336. package/lib/components/VField/VField.css +410 -0
  337. package/lib/components/VField/VField.mjs +248 -0
  338. package/lib/components/VField/VField.mjs.map +1 -0
  339. package/lib/components/VField/VField.sass +392 -0
  340. package/lib/components/VField/VFieldLabel.mjs +27 -0
  341. package/lib/components/VField/VFieldLabel.mjs.map +1 -0
  342. package/lib/components/VField/_variables.scss +44 -0
  343. package/lib/components/VField/index.mjs +3 -0
  344. package/lib/components/VField/index.mjs.map +1 -0
  345. package/lib/components/VFileInput/VFileInput.css +8 -0
  346. package/lib/components/VFileInput/VFileInput.mjs +181 -224
  347. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  348. package/lib/components/VFileInput/VFileInput.sass +3 -51
  349. package/lib/components/VFileInput/_variables.scss +2 -6
  350. package/lib/components/VFileInput/index.mjs +1 -3
  351. package/lib/components/VFileInput/index.mjs.map +1 -1
  352. package/lib/components/VFooter/VFooter.css +20 -0
  353. package/lib/components/VFooter/VFooter.mjs +54 -31
  354. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  355. package/lib/components/VFooter/VFooter.sass +10 -7
  356. package/lib/components/VFooter/_variables.scss +13 -3
  357. package/lib/components/VFooter/index.mjs +1 -1
  358. package/lib/components/VFooter/index.mjs.map +1 -1
  359. package/lib/components/VForm/VForm.mjs +55 -122
  360. package/lib/components/VForm/VForm.mjs.map +1 -1
  361. package/lib/components/VForm/index.mjs +1 -3
  362. package/lib/components/VForm/index.mjs.map +1 -1
  363. package/lib/components/VGrid/VCol.mjs +23 -18
  364. package/lib/components/VGrid/VCol.mjs.map +1 -1
  365. package/lib/components/VGrid/VContainer.mjs +10 -12
  366. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  367. package/lib/components/VGrid/VGrid.css +1002 -0
  368. package/lib/components/VGrid/VGrid.sass +9 -8
  369. package/lib/components/VGrid/VRow.mjs +22 -17
  370. package/lib/components/VGrid/VRow.mjs.map +1 -1
  371. package/lib/components/VGrid/VSpacer.mjs +1 -1
  372. package/lib/components/VGrid/VSpacer.mjs.map +1 -1
  373. package/lib/components/VGrid/_mixins.sass +26 -21
  374. package/lib/components/VGrid/index.mjs +4 -4
  375. package/lib/components/VGrid/index.mjs.map +1 -1
  376. package/lib/components/VHover/VHover.mjs +31 -61
  377. package/lib/components/VHover/VHover.mjs.map +1 -1
  378. package/lib/components/VHover/index.mjs +1 -3
  379. package/lib/components/VHover/index.mjs.map +1 -1
  380. package/lib/components/VIcon/VIcon.css +65 -0
  381. package/lib/components/VIcon/VIcon.mjs +36 -29
  382. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  383. package/lib/components/VIcon/VIcon.sass +31 -49
  384. package/lib/components/VIcon/_variables.scss +17 -20
  385. package/lib/components/VIcon/index.mjs +1 -1
  386. package/lib/components/VIcon/index.mjs.map +1 -1
  387. package/lib/components/VImg/VImg.css +34 -0
  388. package/lib/components/VImg/VImg.mjs +121 -71
  389. package/lib/components/VImg/VImg.mjs.map +1 -1
  390. package/lib/components/VImg/VImg.sass +14 -8
  391. package/lib/components/VImg/_variables.scss +1 -0
  392. package/lib/components/VImg/index.mjs +1 -1
  393. package/lib/components/VImg/index.mjs.map +1 -1
  394. package/lib/components/VInput/VInput.css +112 -0
  395. package/lib/components/VInput/VInput.mjs +102 -278
  396. package/lib/components/VInput/VInput.mjs.map +1 -1
  397. package/lib/components/VInput/VInput.sass +77 -117
  398. package/lib/components/VInput/_variables.scss +21 -13
  399. package/lib/components/VInput/index.mjs +1 -3
  400. package/lib/components/VInput/index.mjs.map +1 -1
  401. package/lib/components/VItemGroup/VItem.mjs +33 -62
  402. package/lib/components/VItemGroup/VItem.mjs.map +1 -1
  403. package/lib/components/VItemGroup/VItemGroup.css +6 -0
  404. package/lib/components/VItemGroup/VItemGroup.mjs +45 -215
  405. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  406. package/lib/components/VItemGroup/VItemGroup.sass +3 -2
  407. package/lib/components/VItemGroup/_variables.scss +3 -2
  408. package/lib/components/VItemGroup/index.mjs +2 -9
  409. package/lib/components/VItemGroup/index.mjs.map +1 -1
  410. package/lib/components/VKbd/VKbd.css +9 -0
  411. package/lib/components/VKbd/VKbd.sass +13 -0
  412. package/lib/components/VKbd/_variables.scss +6 -0
  413. package/lib/components/VKbd/index.mjs +4 -0
  414. package/lib/components/VKbd/index.mjs.map +1 -0
  415. package/lib/components/VLabel/VLabel.css +12 -0
  416. package/lib/components/VLabel/VLabel.mjs +18 -56
  417. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  418. package/lib/components/VLabel/VLabel.sass +13 -11
  419. package/lib/components/VLabel/_variables.scss +7 -4
  420. package/lib/components/VLabel/index.mjs +1 -3
  421. package/lib/components/VLabel/index.mjs.map +1 -1
  422. package/lib/components/VLayout/VLayout.css +11 -0
  423. package/lib/components/VLayout/VLayout.mjs +20 -15
  424. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  425. package/lib/components/VLayout/VLayout.sass +5 -3
  426. package/lib/components/VLayout/VLayoutItem.css +8 -0
  427. package/lib/components/VLayout/VLayoutItem.mjs +36 -17
  428. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  429. package/lib/components/VLayout/VLayoutItem.sass +8 -0
  430. package/lib/components/VLayout/index.mjs +2 -2
  431. package/lib/components/VLayout/index.mjs.map +1 -1
  432. package/lib/components/VLazy/VLazy.mjs +41 -51
  433. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  434. package/lib/components/VLazy/index.mjs +1 -3
  435. package/lib/components/VLazy/index.mjs.map +1 -1
  436. package/lib/components/VList/VList.css +107 -0
  437. package/lib/components/VList/VList.mjs +140 -73
  438. package/lib/components/VList/VList.mjs.map +1 -1
  439. package/lib/components/VList/VList.sass +88 -94
  440. package/lib/components/VList/VListChildren.mjs +53 -0
  441. package/lib/components/VList/VListChildren.mjs.map +1 -0
  442. package/lib/components/VList/VListGroup.mjs +84 -164
  443. package/lib/components/VList/VListGroup.mjs.map +1 -1
  444. package/lib/components/VList/VListImg.mjs +3 -0
  445. package/lib/components/VList/VListImg.mjs.map +1 -0
  446. package/lib/components/VList/VListItem.css +350 -0
  447. package/lib/components/VList/VListItem.mjs +184 -141
  448. package/lib/components/VList/VListItem.mjs.map +1 -1
  449. package/lib/components/VList/VListItem.sass +178 -228
  450. package/lib/components/VList/VListItemAction.mjs +23 -19
  451. package/lib/components/VList/VListItemAction.mjs.map +1 -1
  452. package/lib/components/VList/VListItemAvatar.mjs +16 -29
  453. package/lib/components/VList/VListItemAvatar.mjs.map +1 -1
  454. package/lib/components/VList/VListItemHeader.mjs +3 -0
  455. package/lib/components/VList/VListItemHeader.mjs.map +1 -0
  456. package/lib/components/VList/VListItemIcon.mjs +17 -15
  457. package/lib/components/VList/VListItemIcon.mjs.map +1 -1
  458. package/lib/components/VList/VListItemMedia.mjs +29 -0
  459. package/lib/components/VList/VListItemMedia.mjs.map +1 -0
  460. package/lib/components/VList/VListItemSubtitle.mjs +3 -0
  461. package/lib/components/VList/VListItemSubtitle.mjs.map +1 -0
  462. package/lib/components/VList/VListItemTitle.mjs +3 -0
  463. package/lib/components/VList/VListItemTitle.mjs.map +1 -0
  464. package/lib/components/VList/VListSubheader.mjs +47 -0
  465. package/lib/components/VList/VListSubheader.mjs.map +1 -0
  466. package/lib/components/VList/_variables.scss +154 -57
  467. package/lib/components/VList/index.mjs +12 -28
  468. package/lib/components/VList/index.mjs.map +1 -1
  469. package/lib/components/VList/list.mjs +31 -0
  470. package/lib/components/VList/list.mjs.map +1 -0
  471. package/lib/components/VLocaleProvider/VLocaleProvider.css +3 -0
  472. package/lib/components/VLocaleProvider/VLocaleProvider.mjs +19 -10
  473. package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
  474. package/lib/components/VLocaleProvider/VLocaleProvider.sass +2 -0
  475. package/lib/components/VLocaleProvider/index.mjs +1 -1
  476. package/lib/components/VLocaleProvider/index.mjs.map +1 -1
  477. package/lib/components/VMain/VMain.css +18 -0
  478. package/lib/components/VMain/VMain.mjs +23 -19
  479. package/lib/components/VMain/VMain.mjs.map +1 -1
  480. package/lib/components/VMain/VMain.sass +2 -1
  481. package/lib/components/VMain/_variables.scss +3 -1
  482. package/lib/components/VMain/index.mjs +1 -1
  483. package/lib/components/VMain/index.mjs.map +1 -1
  484. package/lib/components/VMenu/VMenu.css +14 -0
  485. package/lib/components/VMenu/VMenu.mjs +78 -447
  486. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  487. package/lib/components/VMenu/VMenu.sass +17 -71
  488. package/lib/components/VMenu/_variables.scss +3 -2
  489. package/lib/components/VMenu/index.mjs +1 -3
  490. package/lib/components/VMenu/index.mjs.map +1 -1
  491. package/lib/components/VMenu/shared.mjs +2 -0
  492. package/lib/components/VMenu/shared.mjs.map +1 -0
  493. package/lib/components/VMessages/VMessages.css +16 -0
  494. package/lib/components/VMessages/VMessages.mjs +42 -41
  495. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  496. package/lib/components/VMessages/VMessages.sass +5 -10
  497. package/lib/components/VMessages/_variables.scss +3 -2
  498. package/lib/components/VMessages/index.mjs +1 -3
  499. package/lib/components/VMessages/index.mjs.map +1 -1
  500. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +93 -0
  501. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +124 -55
  502. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  503. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +36 -23
  504. package/lib/components/VNavigationDrawer/_variables.scss +16 -9
  505. package/lib/components/VNavigationDrawer/index.mjs +1 -1
  506. package/lib/components/VNavigationDrawer/index.mjs.map +1 -1
  507. package/lib/components/VNavigationDrawer/touch.mjs +139 -0
  508. package/lib/components/VNavigationDrawer/touch.mjs.map +1 -0
  509. package/lib/components/VNoSsr/VNoSsr.mjs +23 -0
  510. package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -0
  511. package/lib/components/VNoSsr/index.mjs +2 -0
  512. package/lib/components/VNoSsr/index.mjs.map +1 -0
  513. package/lib/components/VOtpInput/VOtpInput.mjs +345 -0
  514. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -0
  515. package/lib/components/VOtpInput/VOtpInput.sass +37 -0
  516. package/lib/components/VOtpInput/_variables.scss +4 -0
  517. package/lib/components/VOtpInput/index.mjs +4 -0
  518. package/lib/components/VOtpInput/index.mjs.map +1 -0
  519. package/lib/components/VOverflowBtn/VOverflowBtn.mjs +1 -1
  520. package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
  521. package/lib/components/VOverlay/VOverlay.css +63 -0
  522. package/lib/components/VOverlay/VOverlay.mjs +229 -67
  523. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  524. package/lib/components/VOverlay/VOverlay.sass +39 -19
  525. package/lib/components/VOverlay/_variables.scss +4 -3
  526. package/lib/components/VOverlay/index.mjs +1 -3
  527. package/lib/components/VOverlay/index.mjs.map +1 -1
  528. package/lib/components/VOverlay/positionStrategies.mjs +207 -0
  529. package/lib/components/VOverlay/positionStrategies.mjs.map +1 -0
  530. package/lib/components/VOverlay/requestNewFrame.mjs +28 -0
  531. package/lib/components/VOverlay/requestNewFrame.mjs.map +1 -0
  532. package/lib/components/VOverlay/scrollStrategies.mjs +137 -0
  533. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -0
  534. package/lib/components/VOverlay/useActivator.mjs +241 -0
  535. package/lib/components/VOverlay/useActivator.mjs.map +1 -0
  536. package/lib/components/VOverlay/util/anchor.mjs +52 -0
  537. package/lib/components/VOverlay/util/anchor.mjs.map +1 -0
  538. package/lib/components/VOverlay/util/point.mjs +56 -0
  539. package/lib/components/VOverlay/util/point.mjs.map +1 -0
  540. package/lib/components/VPagination/VPagination.css +9 -0
  541. package/lib/components/VPagination/VPagination.mjs +261 -176
  542. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  543. package/lib/components/VPagination/VPagination.sass +11 -77
  544. package/lib/components/VPagination/_variables.scss +1 -15
  545. package/lib/components/VPagination/index.mjs +1 -3
  546. package/lib/components/VPagination/index.mjs.map +1 -1
  547. package/lib/components/VParallax/VParallax.css +7 -0
  548. package/lib/components/VParallax/VParallax.mjs +71 -77
  549. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  550. package/lib/components/VParallax/VParallax.sass +1 -32
  551. package/lib/components/VParallax/index.mjs +1 -3
  552. package/lib/components/VParallax/index.mjs.map +1 -1
  553. package/lib/components/VPicker/VPicker.mjs +5 -5
  554. package/lib/components/VPicker/VPicker.mjs.map +1 -1
  555. package/lib/components/VProgressCircular/VProgressCircular.css +101 -0
  556. package/lib/components/VProgressCircular/VProgressCircular.mjs +110 -141
  557. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  558. package/lib/components/VProgressCircular/VProgressCircular.sass +57 -36
  559. package/lib/components/VProgressCircular/_variables.scss +12 -5
  560. package/lib/components/VProgressCircular/index.mjs +1 -3
  561. package/lib/components/VProgressCircular/index.mjs.map +1 -1
  562. package/lib/components/VProgressLinear/VProgressLinear.css +212 -0
  563. package/lib/components/VProgressLinear/VProgressLinear.mjs +138 -226
  564. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  565. package/lib/components/VProgressLinear/VProgressLinear.sass +83 -157
  566. package/lib/components/VProgressLinear/_variables.scss +11 -3
  567. package/lib/components/VProgressLinear/index.mjs +1 -3
  568. package/lib/components/VProgressLinear/index.mjs.map +1 -1
  569. package/lib/components/VRadio/VRadio.mjs +33 -0
  570. package/lib/components/VRadio/VRadio.mjs.map +1 -0
  571. package/lib/components/VRadio/index.mjs +2 -0
  572. package/lib/components/VRadio/index.mjs.map +1 -0
  573. package/lib/components/VRadioGroup/VRadioGroup.css +10 -0
  574. package/lib/components/VRadioGroup/VRadioGroup.mjs +66 -69
  575. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  576. package/lib/components/VRadioGroup/VRadioGroup.sass +7 -37
  577. package/lib/components/VRadioGroup/_variables.scss +3 -3
  578. package/lib/components/VRadioGroup/index.mjs +1 -9
  579. package/lib/components/VRadioGroup/index.mjs.map +1 -1
  580. package/lib/components/VRangeSlider/VRangeSlider.mjs +194 -206
  581. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  582. package/lib/components/VRangeSlider/index.mjs +1 -3
  583. package/lib/components/VRangeSlider/index.mjs.map +1 -1
  584. package/lib/components/VRating/VRating.css +58 -0
  585. package/lib/components/VRating/VRating.mjs +202 -177
  586. package/lib/components/VRating/VRating.mjs.map +1 -1
  587. package/lib/components/VRating/VRating.sass +51 -18
  588. package/lib/components/VRating/_variables.scss +9 -4
  589. package/lib/components/VRating/index.mjs +1 -3
  590. package/lib/components/VRating/index.mjs.map +1 -1
  591. package/lib/components/VResponsive/VResponsive.css +23 -0
  592. package/lib/components/VResponsive/VResponsive.mjs +24 -19
  593. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  594. package/lib/components/VResponsive/VResponsive.sass +5 -7
  595. package/lib/components/VResponsive/index.mjs +1 -1
  596. package/lib/components/VResponsive/index.mjs.map +1 -1
  597. package/lib/components/VSelect/VSelect.css +34 -0
  598. package/lib/components/VSelect/VSelect.mjs +170 -781
  599. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  600. package/lib/components/VSelect/VSelect.sass +44 -153
  601. package/lib/components/VSelect/_variables.scss +7 -21
  602. package/lib/components/VSelect/index.mjs +1 -3
  603. package/lib/components/VSelect/index.mjs.map +1 -1
  604. package/lib/components/VSelectionControl/VSelectionControl.css +97 -0
  605. package/lib/components/VSelectionControl/VSelectionControl.mjs +210 -0
  606. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -0
  607. package/lib/components/VSelectionControl/VSelectionControl.sass +96 -0
  608. package/lib/components/VSelectionControl/_variables.scss +9 -0
  609. package/lib/components/VSelectionControl/index.mjs +2 -0
  610. package/lib/components/VSelectionControl/index.mjs.map +1 -0
  611. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +3 -0
  612. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +64 -0
  613. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -0
  614. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +9 -0
  615. package/lib/components/VSelectionControlGroup/_variables.scss +4 -0
  616. package/lib/components/VSelectionControlGroup/index.mjs +2 -0
  617. package/lib/components/VSelectionControlGroup/index.mjs.map +1 -0
  618. package/lib/components/VSheet/VSheet.css +23 -0
  619. package/lib/components/VSheet/VSheet.mjs +18 -18
  620. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  621. package/lib/components/VSheet/VSheet.sass +11 -7
  622. package/lib/components/VSheet/_variables.scss +15 -4
  623. package/lib/components/VSheet/index.mjs +1 -1
  624. package/lib/components/VSheet/index.mjs.map +1 -1
  625. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +8 -8
  626. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  627. package/lib/components/VSlideGroup/VSlideGroup.css +42 -0
  628. package/lib/components/VSlideGroup/VSlideGroup.mjs +301 -361
  629. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  630. package/lib/components/VSlideGroup/VSlideGroup.sass +21 -25
  631. package/lib/components/VSlideGroup/VSlideGroupItem.mjs +29 -0
  632. package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -0
  633. package/lib/components/VSlideGroup/_variables.scss +4 -1
  634. package/lib/components/VSlideGroup/helpers.mjs +54 -0
  635. package/lib/components/VSlideGroup/helpers.mjs.map +1 -0
  636. package/lib/components/VSlideGroup/index.mjs +2 -9
  637. package/lib/components/VSlideGroup/index.mjs.map +1 -1
  638. package/lib/components/VSlider/VSlider.css +53 -0
  639. package/lib/components/VSlider/VSlider.mjs +113 -538
  640. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  641. package/lib/components/VSlider/VSlider.sass +38 -274
  642. package/lib/components/VSlider/VSliderThumb.css +142 -0
  643. package/lib/components/VSlider/VSliderThumb.mjs +165 -0
  644. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -0
  645. package/lib/components/VSlider/VSliderThumb.sass +147 -0
  646. package/lib/components/VSlider/VSliderTrack.css +150 -0
  647. package/lib/components/VSlider/VSliderTrack.mjs +121 -0
  648. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -0
  649. package/lib/components/VSlider/VSliderTrack.sass +159 -0
  650. package/lib/components/VSlider/_variables.scss +23 -14
  651. package/lib/components/VSlider/index.mjs +1 -3
  652. package/lib/components/VSlider/index.mjs.map +1 -1
  653. package/lib/components/VSlider/slider.mjs +300 -0
  654. package/lib/components/VSlider/slider.mjs.map +1 -0
  655. package/lib/components/VSnackbar/VSnackbar.css +137 -0
  656. package/lib/components/VSnackbar/VSnackbar.mjs +101 -168
  657. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  658. package/lib/components/VSnackbar/VSnackbar.sass +43 -79
  659. package/lib/components/VSnackbar/_variables.scss +20 -25
  660. package/lib/components/VSnackbar/index.mjs +1 -3
  661. package/lib/components/VSnackbar/index.mjs.map +1 -1
  662. package/lib/components/VSparkline/VSparkline.mjs +13 -13
  663. package/lib/components/VSparkline/VSparkline.mjs.map +1 -1
  664. package/lib/components/VSparkline/helpers/path.mjs +7 -5
  665. package/lib/components/VSparkline/helpers/path.mjs.map +1 -1
  666. package/lib/components/VSpeedDial/VSpeedDial.mjs +4 -4
  667. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  668. package/lib/components/VStepper/VStepper.mjs +2 -2
  669. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  670. package/lib/components/VStepper/VStepper.sass +5 -1
  671. package/lib/components/VStepper/VStepperStep.mjs +1 -1
  672. package/lib/components/VStepper/_variables.scss +6 -5
  673. package/lib/components/VSwitch/VSwitch.css +69 -0
  674. package/lib/components/VSwitch/VSwitch.mjs +99 -107
  675. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  676. package/lib/components/VSwitch/VSwitch.sass +71 -129
  677. package/lib/components/VSwitch/_variables.scss +10 -23
  678. package/lib/components/VSwitch/index.mjs +1 -3
  679. package/lib/components/VSwitch/index.mjs.map +1 -1
  680. package/lib/components/VSystemBar/VSystemBar.css +35 -0
  681. package/lib/components/VSystemBar/VSystemBar.mjs +52 -37
  682. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  683. package/lib/components/VSystemBar/VSystemBar.sass +14 -26
  684. package/lib/components/VSystemBar/_variables.scss +27 -17
  685. package/lib/components/VSystemBar/index.mjs +1 -1
  686. package/lib/components/VSystemBar/index.mjs.map +1 -1
  687. package/lib/components/VTable/VTable.css +143 -0
  688. package/lib/components/VTable/VTable.mjs +54 -0
  689. package/lib/components/VTable/VTable.mjs.map +1 -0
  690. package/lib/components/VTable/VTable.sass +156 -0
  691. package/lib/components/VTable/_mixins.scss +25 -0
  692. package/lib/components/VTable/_variables.scss +21 -0
  693. package/lib/components/VTable/index.mjs +2 -0
  694. package/lib/components/VTable/index.mjs.map +1 -0
  695. package/lib/components/VTabs/VTab.css +29 -0
  696. package/lib/components/VTabs/VTab.mjs +109 -69
  697. package/lib/components/VTabs/VTab.mjs.map +1 -1
  698. package/lib/components/VTabs/VTab.sass +30 -0
  699. package/lib/components/VTabs/VTabs.css +71 -0
  700. package/lib/components/VTabs/VTabs.mjs +86 -283
  701. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  702. package/lib/components/VTabs/VTabs.sass +40 -202
  703. package/lib/components/VTabs/_variables.scss +10 -18
  704. package/lib/components/VTabs/index.mjs +2 -15
  705. package/lib/components/VTabs/index.mjs.map +1 -1
  706. package/lib/components/VTabs/shared.mjs +2 -0
  707. package/lib/components/VTabs/shared.mjs.map +1 -0
  708. package/lib/components/VTextField/VTextField.css +70 -0
  709. package/lib/components/VTextField/VTextField.mjs +162 -483
  710. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  711. package/lib/components/VTextField/VTextField.sass +56 -493
  712. package/lib/components/VTextField/_variables.scss +10 -50
  713. package/lib/components/VTextField/index.mjs +1 -3
  714. package/lib/components/VTextField/index.mjs.map +1 -1
  715. package/lib/components/VTextarea/VTextarea.css +37 -0
  716. package/lib/components/VTextarea/VTextarea.mjs +210 -74
  717. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  718. package/lib/components/VTextarea/VTextarea.sass +35 -75
  719. package/lib/components/VTextarea/_variables.scss +2 -4
  720. package/lib/components/VTextarea/index.mjs +1 -3
  721. package/lib/components/VTextarea/index.mjs.map +1 -1
  722. package/lib/components/VThemeProvider/VThemeProvider.css +4 -0
  723. package/lib/components/VThemeProvider/VThemeProvider.mjs +23 -18
  724. package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
  725. package/lib/components/VThemeProvider/index.mjs +1 -1
  726. package/lib/components/VThemeProvider/index.mjs.map +1 -1
  727. package/lib/components/VTimePicker/VTimePicker.mjs +4 -4
  728. package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
  729. package/lib/components/VTimePicker/VTimePickerClock.mjs +9 -9
  730. package/lib/components/VTimePicker/VTimePickerClock.mjs.map +1 -1
  731. package/lib/components/VTimePicker/VTimePickerTitle.mjs +2 -2
  732. package/lib/components/VTimePicker/VTimePickerTitle.mjs.map +1 -1
  733. package/lib/components/VTimeline/VTimeline.css +399 -0
  734. package/lib/components/VTimeline/VTimeline.mjs +89 -34
  735. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  736. package/lib/components/VTimeline/VTimeline.sass +347 -115
  737. package/lib/components/VTimeline/VTimelineDivider.mjs +76 -0
  738. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -0
  739. package/lib/components/VTimeline/VTimelineItem.mjs +68 -90
  740. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  741. package/lib/components/VTimeline/_mixins.sass +21 -32
  742. package/lib/components/VTimeline/_variables.scss +28 -15
  743. package/lib/components/VTimeline/index.mjs +2 -9
  744. package/lib/components/VTimeline/index.mjs.map +1 -1
  745. package/lib/components/VTimeline/shared.mjs +2 -0
  746. package/lib/components/VTimeline/shared.mjs.map +1 -0
  747. package/lib/components/VToolbar/VToolbar.css +145 -0
  748. package/lib/components/VToolbar/VToolbar.mjs +135 -141
  749. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  750. package/lib/components/VToolbar/VToolbar.sass +75 -123
  751. package/lib/components/VToolbar/VToolbarItems.mjs +32 -0
  752. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -0
  753. package/lib/components/VToolbar/VToolbarTitle.mjs +34 -0
  754. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -0
  755. package/lib/components/VToolbar/_variables.scss +65 -15
  756. package/lib/components/VToolbar/index.mjs +3 -14
  757. package/lib/components/VToolbar/index.mjs.map +1 -1
  758. package/lib/components/VTooltip/VTooltip.css +22 -0
  759. package/lib/components/VTooltip/VTooltip.mjs +73 -199
  760. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  761. package/lib/components/VTooltip/VTooltip.sass +8 -15
  762. package/lib/components/VTooltip/_variables.scss +6 -6
  763. package/lib/components/VTooltip/index.mjs +1 -3
  764. package/lib/components/VTooltip/index.mjs.map +1 -1
  765. package/lib/components/VTreeview/VTreeview.mjs +18 -9
  766. package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
  767. package/lib/components/VTreeview/VTreeviewNode.mjs +4 -2
  768. package/lib/components/VTreeview/VTreeviewNode.mjs.map +1 -1
  769. package/lib/components/VTreeview/_mixins.sass +3 -3
  770. package/lib/components/VValidation/VValidation.mjs +26 -0
  771. package/lib/components/VValidation/VValidation.mjs.map +1 -0
  772. package/lib/components/VValidation/index.mjs +2 -0
  773. package/lib/components/VValidation/index.mjs.map +1 -0
  774. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
  775. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  776. package/lib/components/VWindow/VWindow.css +70 -0
  777. package/lib/components/VWindow/VWindow.mjs +158 -233
  778. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  779. package/lib/components/VWindow/VWindow.sass +29 -51
  780. package/lib/components/VWindow/VWindowItem.mjs +72 -98
  781. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  782. package/lib/components/VWindow/_variables.scss +2 -3
  783. package/lib/components/VWindow/index.mjs +2 -9
  784. package/lib/components/VWindow/index.mjs.map +1 -1
  785. package/lib/components/index.d.ts +15391 -0
  786. package/lib/components/index.mjs +75 -65
  787. package/lib/components/index.mjs.map +1 -1
  788. package/lib/components/transitions/createTransition.mjs +61 -16
  789. package/lib/components/transitions/createTransition.mjs.map +1 -1
  790. package/lib/components/transitions/dialog-transition.mjs +107 -0
  791. package/lib/components/transitions/dialog-transition.mjs.map +1 -0
  792. package/lib/components/transitions/expand-transition.mjs +6 -4
  793. package/lib/components/transitions/expand-transition.mjs.map +1 -1
  794. package/lib/components/transitions/index.mjs +1 -1
  795. package/lib/components/transitions/index.mjs.map +1 -1
  796. package/lib/composables/border.mjs +9 -7
  797. package/lib/composables/border.mjs.map +1 -1
  798. package/lib/composables/color.mjs +2 -2
  799. package/lib/composables/color.mjs.map +1 -1
  800. package/lib/composables/defaults.mjs +42 -0
  801. package/lib/composables/defaults.mjs.map +1 -0
  802. package/lib/composables/density.mjs +5 -4
  803. package/lib/composables/density.mjs.map +1 -1
  804. package/lib/composables/display.mjs +4 -3
  805. package/lib/composables/display.mjs.map +1 -1
  806. package/lib/composables/elevation.mjs +4 -3
  807. package/lib/composables/elevation.mjs.map +1 -1
  808. package/lib/composables/filter.mjs +87 -0
  809. package/lib/composables/filter.mjs.map +1 -0
  810. package/lib/composables/focus.mjs +35 -0
  811. package/lib/composables/focus.mjs.map +1 -0
  812. package/lib/composables/form.mjs +116 -0
  813. package/lib/composables/form.mjs.map +1 -0
  814. package/lib/composables/forwardRef.mjs +46 -0
  815. package/lib/composables/forwardRef.mjs.map +1 -0
  816. package/lib/composables/group.mjs +135 -45
  817. package/lib/composables/group.mjs.map +1 -1
  818. package/lib/composables/hydration.mjs +12 -0
  819. package/lib/composables/hydration.mjs.map +1 -0
  820. package/lib/composables/icons.mjs +24 -30
  821. package/lib/composables/icons.mjs.map +1 -1
  822. package/lib/composables/index.mjs +9 -0
  823. package/lib/composables/index.mjs.map +1 -0
  824. package/lib/composables/intersectionObserver.mjs +33 -0
  825. package/lib/composables/intersectionObserver.mjs.map +1 -0
  826. package/lib/composables/items.mjs +56 -0
  827. package/lib/composables/items.mjs.map +1 -0
  828. package/lib/composables/layout.mjs +157 -66
  829. package/lib/composables/layout.mjs.map +1 -1
  830. package/lib/composables/lazy.mjs +23 -0
  831. package/lib/composables/lazy.mjs.map +1 -0
  832. package/lib/composables/loader.mjs +39 -0
  833. package/lib/composables/loader.mjs.map +1 -0
  834. package/lib/composables/locale.mjs +25 -13
  835. package/lib/composables/locale.mjs.map +1 -1
  836. package/lib/composables/mutationObserver.mjs +43 -0
  837. package/lib/composables/mutationObserver.mjs.map +1 -0
  838. package/lib/composables/nested/nested.mjs +207 -0
  839. package/lib/composables/nested/nested.mjs.map +1 -0
  840. package/lib/composables/nested/openStrategies.mjs +76 -0
  841. package/lib/composables/nested/openStrategies.mjs.map +1 -0
  842. package/lib/composables/nested/selectStrategies.mjs +198 -0
  843. package/lib/composables/nested/selectStrategies.mjs.map +1 -0
  844. package/lib/composables/overlay.mjs +34 -0
  845. package/lib/composables/overlay.mjs.map +1 -0
  846. package/lib/composables/position.mjs +6 -5
  847. package/lib/composables/position.mjs.map +1 -1
  848. package/lib/composables/proxiedModel.mjs +13 -8
  849. package/lib/composables/proxiedModel.mjs.map +1 -1
  850. package/lib/composables/refs.mjs +16 -0
  851. package/lib/composables/refs.mjs.map +1 -0
  852. package/lib/composables/resizeObserver.mjs +35 -0
  853. package/lib/composables/resizeObserver.mjs.map +1 -0
  854. package/lib/composables/rounded.mjs +10 -8
  855. package/lib/composables/rounded.mjs.map +1 -1
  856. package/lib/composables/router.mjs +82 -0
  857. package/lib/composables/router.mjs.map +1 -0
  858. package/lib/composables/rtl.mjs +5 -5
  859. package/lib/composables/rtl.mjs.map +1 -1
  860. package/lib/composables/scroll.mjs +3 -2
  861. package/lib/composables/scroll.mjs.map +1 -1
  862. package/lib/composables/selectLink.mjs +19 -0
  863. package/lib/composables/selectLink.mjs.map +1 -0
  864. package/lib/composables/size.mjs +4 -3
  865. package/lib/composables/size.mjs.map +1 -1
  866. package/lib/composables/stack.mjs +36 -0
  867. package/lib/composables/stack.mjs.map +1 -0
  868. package/lib/composables/teleport.mjs +30 -0
  869. package/lib/composables/teleport.mjs.map +1 -0
  870. package/lib/composables/theme.mjs +147 -96
  871. package/lib/composables/theme.mjs.map +1 -1
  872. package/lib/composables/touch.mjs +129 -0
  873. package/lib/composables/touch.mjs.map +1 -0
  874. package/lib/composables/transition.mjs +20 -0
  875. package/lib/composables/transition.mjs.map +1 -1
  876. package/lib/composables/validation.mjs +119 -0
  877. package/lib/composables/validation.mjs.map +1 -0
  878. package/lib/composables/variant.mjs +50 -0
  879. package/lib/composables/variant.mjs.map +1 -0
  880. package/lib/directives/click-outside/index.mjs +23 -11
  881. package/lib/directives/click-outside/index.mjs.map +1 -1
  882. package/lib/directives/color/index.mjs +1 -1
  883. package/lib/directives/color/index.mjs.map +1 -1
  884. package/lib/directives/index.d.ts +58 -0
  885. package/lib/directives/index.mjs +2 -2
  886. package/lib/directives/index.mjs.map +1 -1
  887. package/lib/directives/intersect/index.mjs +26 -19
  888. package/lib/directives/intersect/index.mjs.map +1 -1
  889. package/lib/directives/mutate/index.mjs +33 -34
  890. package/lib/directives/mutate/index.mjs.map +1 -1
  891. package/lib/directives/resize/index.mjs +10 -7
  892. package/lib/directives/resize/index.mjs.map +1 -1
  893. package/lib/directives/ripple/VRipple.css +34 -0
  894. package/lib/directives/ripple/VRipple.sass +2 -1
  895. package/lib/directives/ripple/_variables.scss +4 -4
  896. package/lib/directives/ripple/index.mjs +35 -20
  897. package/lib/directives/ripple/index.mjs.map +1 -1
  898. package/lib/directives/scroll/index.mjs +9 -6
  899. package/lib/directives/scroll/index.mjs.map +1 -1
  900. package/lib/directives/touch/index.mjs +17 -7
  901. package/lib/directives/touch/index.mjs.map +1 -1
  902. package/lib/entry-bundler.mjs +8 -6
  903. package/lib/entry-bundler.mjs.map +1 -1
  904. package/lib/framework.mjs +55 -36
  905. package/lib/framework.mjs.map +1 -1
  906. package/lib/iconsets/fa-svg.d.ts +54 -0
  907. package/lib/iconsets/fa.d.ts +54 -0
  908. package/lib/iconsets/fa.mjs +1 -0
  909. package/lib/iconsets/fa.mjs.map +1 -1
  910. package/lib/iconsets/fa4.d.ts +54 -0
  911. package/lib/iconsets/fa4.mjs +2 -1
  912. package/lib/iconsets/fa4.mjs.map +1 -1
  913. package/lib/iconsets/md.d.ts +54 -0
  914. package/lib/iconsets/md.mjs +2 -1
  915. package/lib/iconsets/md.mjs.map +1 -1
  916. package/lib/iconsets/mdi-svg.d.ts +54 -0
  917. package/lib/iconsets/mdi-svg.mjs +1 -1
  918. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  919. package/lib/iconsets/mdi.d.ts +54 -0
  920. package/lib/iconsets/mdi.mjs +4 -3
  921. package/lib/iconsets/mdi.mjs.map +1 -1
  922. package/lib/index.d.ts +450 -0
  923. package/lib/locale/adapters/vue-i18n.mjs +64 -0
  924. package/lib/locale/adapters/vue-i18n.mjs.map +1 -0
  925. package/lib/locale/adapters/vue-intl.mjs +67 -0
  926. package/lib/locale/adapters/vue-intl.mjs.map +1 -0
  927. package/lib/locale/af.mjs +5 -3
  928. package/lib/locale/af.mjs.map +1 -1
  929. package/lib/locale/ar.mjs +5 -3
  930. package/lib/locale/ar.mjs.map +1 -1
  931. package/lib/locale/az.mjs +5 -3
  932. package/lib/locale/az.mjs.map +1 -1
  933. package/lib/locale/bg.mjs +5 -3
  934. package/lib/locale/bg.mjs.map +1 -1
  935. package/lib/locale/ca.mjs +12 -10
  936. package/lib/locale/ca.mjs.map +1 -1
  937. package/lib/locale/ckb.mjs +5 -3
  938. package/lib/locale/ckb.mjs.map +1 -1
  939. package/lib/locale/cs.mjs +6 -4
  940. package/lib/locale/cs.mjs.map +1 -1
  941. package/lib/locale/da.mjs +72 -0
  942. package/lib/locale/da.mjs.map +1 -0
  943. package/lib/locale/de.mjs +5 -3
  944. package/lib/locale/de.mjs.map +1 -1
  945. package/lib/locale/el.mjs +5 -3
  946. package/lib/locale/el.mjs.map +1 -1
  947. package/lib/locale/en.mjs +5 -3
  948. package/lib/locale/en.mjs.map +1 -1
  949. package/lib/locale/es.mjs +6 -4
  950. package/lib/locale/es.mjs.map +1 -1
  951. package/lib/locale/et.mjs +5 -3
  952. package/lib/locale/et.mjs.map +1 -1
  953. package/lib/locale/fa.mjs +5 -3
  954. package/lib/locale/fa.mjs.map +1 -1
  955. package/lib/locale/fi.mjs +5 -3
  956. package/lib/locale/fi.mjs.map +1 -1
  957. package/lib/locale/fr.mjs +7 -5
  958. package/lib/locale/fr.mjs.map +1 -1
  959. package/lib/locale/he.mjs +5 -3
  960. package/lib/locale/he.mjs.map +1 -1
  961. package/lib/locale/hr.mjs +5 -3
  962. package/lib/locale/hr.mjs.map +1 -1
  963. package/lib/locale/hu.mjs +5 -3
  964. package/lib/locale/hu.mjs.map +1 -1
  965. package/lib/locale/id.mjs +5 -3
  966. package/lib/locale/id.mjs.map +1 -1
  967. package/lib/locale/index.d.ts +3111 -0
  968. package/lib/locale/index.mjs +1 -0
  969. package/lib/locale/index.mjs.map +1 -1
  970. package/lib/locale/it.mjs +8 -6
  971. package/lib/locale/it.mjs.map +1 -1
  972. package/lib/locale/ja.mjs +5 -3
  973. package/lib/locale/ja.mjs.map +1 -1
  974. package/lib/locale/ko.mjs +5 -3
  975. package/lib/locale/ko.mjs.map +1 -1
  976. package/lib/locale/lt.mjs +5 -3
  977. package/lib/locale/lt.mjs.map +1 -1
  978. package/lib/locale/lv.mjs +5 -3
  979. package/lib/locale/lv.mjs.map +1 -1
  980. package/lib/locale/nl.mjs +5 -3
  981. package/lib/locale/nl.mjs.map +1 -1
  982. package/lib/locale/no.mjs +5 -3
  983. package/lib/locale/no.mjs.map +1 -1
  984. package/lib/locale/pl.mjs +5 -3
  985. package/lib/locale/pl.mjs.map +1 -1
  986. package/lib/locale/pt.mjs +5 -3
  987. package/lib/locale/pt.mjs.map +1 -1
  988. package/lib/locale/ro.mjs +5 -3
  989. package/lib/locale/ro.mjs.map +1 -1
  990. package/lib/locale/ru.mjs +5 -3
  991. package/lib/locale/ru.mjs.map +1 -1
  992. package/lib/locale/sk.mjs +5 -3
  993. package/lib/locale/sk.mjs.map +1 -1
  994. package/lib/locale/sl.mjs +5 -3
  995. package/lib/locale/sl.mjs.map +1 -1
  996. package/lib/locale/sr-Cyrl.mjs +5 -3
  997. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  998. package/lib/locale/sr-Latn.mjs +5 -3
  999. package/lib/locale/sr-Latn.mjs.map +1 -1
  1000. package/lib/locale/sv.mjs +5 -3
  1001. package/lib/locale/sv.mjs.map +1 -1
  1002. package/lib/locale/th.mjs +5 -3
  1003. package/lib/locale/th.mjs.map +1 -1
  1004. package/lib/locale/tr.mjs +5 -3
  1005. package/lib/locale/tr.mjs.map +1 -1
  1006. package/lib/locale/uk.mjs +5 -3
  1007. package/lib/locale/uk.mjs.map +1 -1
  1008. package/lib/locale/vi.mjs +5 -3
  1009. package/lib/locale/vi.mjs.map +1 -1
  1010. package/lib/locale/zh-Hans.mjs +5 -3
  1011. package/lib/locale/zh-Hans.mjs.map +1 -1
  1012. package/lib/locale/zh-Hant.mjs +5 -3
  1013. package/lib/locale/zh-Hant.mjs.map +1 -1
  1014. package/lib/presets/default/index.mjs +1 -1
  1015. package/lib/presets/default/index.mjs.map +1 -1
  1016. package/lib/services/goto/easing-patterns.mjs +0 -3
  1017. package/lib/services/goto/easing-patterns.mjs.map +1 -1
  1018. package/lib/services/goto/index.mjs +17 -17
  1019. package/lib/services/goto/index.mjs.map +1 -1
  1020. package/lib/services/goto/util.mjs +2 -2
  1021. package/lib/services/goto/util.mjs.map +1 -1
  1022. package/lib/styles/elements/_blockquote.sass +6 -4
  1023. package/lib/styles/elements/_global.sass +12 -8
  1024. package/lib/styles/elements/_index.sass +2 -6
  1025. package/lib/styles/generic/_colors.scss +31 -11
  1026. package/lib/styles/generic/_elevation.scss +3 -3
  1027. package/lib/styles/generic/_index.scss +6 -6
  1028. package/lib/styles/generic/_reset.scss +236 -226
  1029. package/lib/styles/generic/_transitions.scss +20 -4
  1030. package/lib/styles/main.css +18620 -0
  1031. package/lib/styles/main.sass +4 -5
  1032. package/lib/styles/settings/_colors.scss +431 -7
  1033. package/lib/styles/settings/_elevations.scss +1 -1
  1034. package/lib/styles/settings/_index.sass +4 -10
  1035. package/lib/styles/settings/_utilities.scss +514 -463
  1036. package/lib/styles/settings/_variables.scss +59 -64
  1037. package/lib/styles/tools/_absolute.sass +8 -0
  1038. package/lib/styles/tools/_border.sass +6 -1
  1039. package/lib/styles/tools/_density.sass +5 -9
  1040. package/lib/styles/tools/_display.sass +11 -0
  1041. package/lib/styles/tools/_elevation.sass +4 -2
  1042. package/lib/styles/tools/_functions.sass +32 -24
  1043. package/lib/styles/tools/_index.sass +17 -22
  1044. package/lib/styles/tools/_radius.sass +5 -2
  1045. package/lib/styles/tools/_rtl.sass +2 -0
  1046. package/lib/styles/tools/_sheet.sass +7 -4
  1047. package/lib/styles/tools/_states.sass +18 -8
  1048. package/lib/styles/tools/_theme.sass +3 -5
  1049. package/lib/styles/tools/_typography.sass +6 -0
  1050. package/lib/styles/tools/_utilities.sass +27 -24
  1051. package/lib/styles/tools/_variant.sass +53 -0
  1052. package/lib/styles/utilities/_display.sass +7 -6
  1053. package/lib/styles/utilities/_index.sass +25 -22
  1054. package/lib/styles/utilities/_text.sass +8 -7
  1055. package/lib/styles.scss +4 -0
  1056. package/lib/util/animation.mjs +43 -0
  1057. package/lib/util/animation.mjs.map +1 -0
  1058. package/lib/util/box.mjs +32 -0
  1059. package/lib/util/box.mjs.map +1 -0
  1060. package/lib/util/color/APCA.mjs +85 -0
  1061. package/lib/util/color/APCA.mjs.map +1 -0
  1062. package/lib/util/colorUtils.mjs +10 -7
  1063. package/lib/util/colorUtils.mjs.map +1 -1
  1064. package/lib/util/console.mjs +8 -7
  1065. package/lib/util/console.mjs.map +1 -1
  1066. package/lib/util/createSimpleFunctional.mjs +18 -11
  1067. package/lib/util/createSimpleFunctional.mjs.map +1 -1
  1068. package/lib/util/dateTimeUtils.mjs +3 -1
  1069. package/lib/util/dateTimeUtils.mjs.map +1 -1
  1070. package/lib/util/defineComponent.mjs +92 -0
  1071. package/lib/util/defineComponent.mjs.map +1 -0
  1072. package/lib/util/easing.mjs +5 -0
  1073. package/lib/util/easing.mjs.map +1 -0
  1074. package/lib/util/getCurrentInstance.mjs +19 -0
  1075. package/lib/util/getCurrentInstance.mjs.map +1 -0
  1076. package/lib/util/getScrollParent.mjs +24 -0
  1077. package/lib/util/getScrollParent.mjs.map +1 -0
  1078. package/lib/util/globals.mjs +1 -0
  1079. package/lib/util/globals.mjs.map +1 -1
  1080. package/lib/util/helpers.mjs +194 -41
  1081. package/lib/util/helpers.mjs.map +1 -1
  1082. package/lib/util/index.mjs +6 -2
  1083. package/lib/util/isFixedPosition.mjs +12 -0
  1084. package/lib/util/isFixedPosition.mjs.map +1 -0
  1085. package/lib/util/propsFactory.mjs.map +1 -1
  1086. package/lib/util/useRender.mjs +4 -2
  1087. package/lib/util/useRender.mjs.map +1 -1
  1088. package/package.json +109 -42
  1089. package/dist/vuetify.css.map +0 -1
  1090. package/lib/components/VApp/_index.scss +0 -1
  1091. package/lib/components/VAvatar/_index.scss +0 -2
  1092. package/lib/components/VBadge/_index.scss +0 -2
  1093. package/lib/components/VBanner/_index.scss +0 -2
  1094. package/lib/components/VBtn/_index.scss +0 -3
  1095. package/lib/components/VCheckbox/VSimpleCheckbox.mjs +0 -92
  1096. package/lib/components/VCheckbox/VSimpleCheckbox.mjs.map +0 -1
  1097. package/lib/components/VCheckbox/VSimpleCheckbox.sass +0 -16
  1098. package/lib/components/VDataTable/VSimpleTable.mjs +0 -48
  1099. package/lib/components/VDataTable/VSimpleTable.mjs.map +0 -1
  1100. package/lib/components/VDataTable/VSimpleTable.sass +0 -179
  1101. package/lib/components/VDivider/_index.scss +0 -2
  1102. package/lib/components/VExpansionPanel/VExpansionPanelContent.mjs +0 -47
  1103. package/lib/components/VExpansionPanel/VExpansionPanelContent.mjs.map +0 -1
  1104. package/lib/components/VExpansionPanel/VExpansionPanelHeader.mjs +0 -112
  1105. package/lib/components/VExpansionPanel/VExpansionPanelHeader.mjs.map +0 -1
  1106. package/lib/components/VFooter/_index.scss +0 -2
  1107. package/lib/components/VGrid/_index.scss +0 -2
  1108. package/lib/components/VIcon/_index.scss +0 -2
  1109. package/lib/components/VImg/_index.scss +0 -2
  1110. package/lib/components/VLayout/_index.scss +0 -1
  1111. package/lib/components/VList/VListGroup.sass +0 -111
  1112. package/lib/components/VList/VListItemGroup.mjs +0 -41
  1113. package/lib/components/VList/VListItemGroup.mjs.map +0 -1
  1114. package/lib/components/VList/VListItemGroup.sass +0 -5
  1115. package/lib/components/VList/_mixins.sass +0 -18
  1116. package/lib/components/VMain/_index.scss +0 -2
  1117. package/lib/components/VNavigationDrawer/_index.scss +0 -2
  1118. package/lib/components/VParallax/_variables.scss +0 -4
  1119. package/lib/components/VRadioGroup/VRadio.mjs +0 -179
  1120. package/lib/components/VRadioGroup/VRadio.mjs.map +0 -1
  1121. package/lib/components/VRadioGroup/VRadio.sass +0 -25
  1122. package/lib/components/VRangeSlider/VRangeSlider.sass +0 -19
  1123. package/lib/components/VResponsive/_index.scss +0 -1
  1124. package/lib/components/VSelect/VSelectList.mjs +0 -251
  1125. package/lib/components/VSelect/VSelectList.mjs.map +0 -1
  1126. package/lib/components/VSheet/_index.scss +0 -2
  1127. package/lib/components/VSlideGroup/VSlideItem.mjs +0 -14
  1128. package/lib/components/VSlideGroup/VSlideItem.mjs.map +0 -1
  1129. package/lib/components/VSubheader/VSubheader.mjs +0 -31
  1130. package/lib/components/VSubheader/VSubheader.mjs.map +0 -1
  1131. package/lib/components/VSubheader/VSubheader.sass +0 -15
  1132. package/lib/components/VSubheader/_variables.scss +0 -6
  1133. package/lib/components/VSubheader/index.mjs +0 -4
  1134. package/lib/components/VSubheader/index.mjs.map +0 -1
  1135. package/lib/components/VSystemBar/_index.scss +0 -2
  1136. package/lib/components/VTabs/VTabItem.mjs +0 -23
  1137. package/lib/components/VTabs/VTabItem.mjs.map +0 -1
  1138. package/lib/components/VTabs/VTabsBar.mjs +0 -86
  1139. package/lib/components/VTabs/VTabsBar.mjs.map +0 -1
  1140. package/lib/components/VTabs/VTabsItems.mjs +0 -37
  1141. package/lib/components/VTabs/VTabsItems.mjs.map +0 -1
  1142. package/lib/components/VTabs/VTabsSlider.mjs +0 -20
  1143. package/lib/components/VTabs/VTabsSlider.mjs.map +0 -1
  1144. package/lib/components/VTextField/_mixins.sass +0 -18
  1145. package/lib/components/VToolbar/_index.scss +0 -2
  1146. package/lib/entry.mjs +0 -4
  1147. package/lib/entry.mjs.map +0 -1
  1148. package/lib/globals.d.mjs +0 -2
  1149. package/lib/globals.d.mjs.map +0 -1
  1150. package/lib/mixins/activatable/index.mjs +0 -196
  1151. package/lib/mixins/activatable/index.mjs.map +0 -1
  1152. package/lib/mixins/applicationable/index.mjs +0 -72
  1153. package/lib/mixins/applicationable/index.mjs.map +0 -1
  1154. package/lib/mixins/binds-attrs/index.mjs +0 -42
  1155. package/lib/mixins/binds-attrs/index.mjs.map +0 -1
  1156. package/lib/mixins/bootable/index.mjs +0 -54
  1157. package/lib/mixins/bootable/index.mjs.map +0 -1
  1158. package/lib/mixins/button-group/index.mjs +0 -28
  1159. package/lib/mixins/button-group/index.mjs.map +0 -1
  1160. package/lib/mixins/colorable/index.mjs +0 -78
  1161. package/lib/mixins/colorable/index.mjs.map +0 -1
  1162. package/lib/mixins/comparable/index.mjs +0 -15
  1163. package/lib/mixins/comparable/index.mjs.map +0 -1
  1164. package/lib/mixins/dependent/index.mjs +0 -73
  1165. package/lib/mixins/dependent/index.mjs.map +0 -1
  1166. package/lib/mixins/detachable/index.mjs +0 -128
  1167. package/lib/mixins/detachable/index.mjs.map +0 -1
  1168. package/lib/mixins/elevatable/index.mjs +0 -26
  1169. package/lib/mixins/elevatable/index.mjs.map +0 -1
  1170. package/lib/mixins/filterable/index.mjs +0 -16
  1171. package/lib/mixins/filterable/index.mjs.map +0 -1
  1172. package/lib/mixins/intersectable/index.mjs +0 -53
  1173. package/lib/mixins/intersectable/index.mjs.map +0 -1
  1174. package/lib/mixins/loadable/index.mjs +0 -45
  1175. package/lib/mixins/loadable/index.mjs.map +0 -1
  1176. package/lib/mixins/localable/index.mjs +0 -17
  1177. package/lib/mixins/localable/index.mjs.map +0 -1
  1178. package/lib/mixins/menuable/index.mjs +0 -361
  1179. package/lib/mixins/menuable/index.mjs.map +0 -1
  1180. package/lib/mixins/mobile/index.mjs +0 -50
  1181. package/lib/mixins/mobile/index.mjs.map +0 -1
  1182. package/lib/mixins/overlayable/index.mjs +0 -201
  1183. package/lib/mixins/overlayable/index.mjs.map +0 -1
  1184. package/lib/mixins/picker/index.mjs +0 -75
  1185. package/lib/mixins/picker/index.mjs.map +0 -1
  1186. package/lib/mixins/picker-button/index.mjs +0 -35
  1187. package/lib/mixins/picker-button/index.mjs.map +0 -1
  1188. package/lib/mixins/proxyable/index.mjs +0 -50
  1189. package/lib/mixins/proxyable/index.mjs.map +0 -1
  1190. package/lib/mixins/returnable/index.mjs +0 -36
  1191. package/lib/mixins/returnable/index.mjs.map +0 -1
  1192. package/lib/mixins/rippleable/index.mjs +0 -35
  1193. package/lib/mixins/rippleable/index.mjs.map +0 -1
  1194. package/lib/mixins/roundable/index.mjs +0 -37
  1195. package/lib/mixins/roundable/index.mjs.map +0 -1
  1196. package/lib/mixins/routable/index.mjs +0 -146
  1197. package/lib/mixins/routable/index.mjs.map +0 -1
  1198. package/lib/mixins/selectable/index.mjs +0 -167
  1199. package/lib/mixins/selectable/index.mjs.map +0 -1
  1200. package/lib/mixins/stackable/index.mjs +0 -55
  1201. package/lib/mixins/stackable/index.mjs.map +0 -1
  1202. package/lib/mixins/themeable/index.mjs +0 -111
  1203. package/lib/mixins/themeable/index.mjs.map +0 -1
  1204. package/lib/mixins/toggleable/index.mjs +0 -40
  1205. package/lib/mixins/toggleable/index.mjs.map +0 -1
  1206. package/lib/mixins/transitionable/index.mjs +0 -13
  1207. package/lib/mixins/transitionable/index.mjs.map +0 -1
  1208. package/lib/mixins/translatable/index.mjs +0 -59
  1209. package/lib/mixins/translatable/index.mjs.map +0 -1
  1210. package/lib/mixins/validatable/index.mjs +0 -263
  1211. package/lib/mixins/validatable/index.mjs.map +0 -1
  1212. package/lib/services/application/index.mjs +0 -44
  1213. package/lib/services/application/index.mjs.map +0 -1
  1214. package/lib/services/breakpoint/index.mjs +0 -151
  1215. package/lib/services/breakpoint/index.mjs.map +0 -1
  1216. package/lib/services/index.mjs +0 -10
  1217. package/lib/services/index.mjs.map +0 -1
  1218. package/lib/services/lang/index.mjs +0 -69
  1219. package/lib/services/lang/index.mjs.map +0 -1
  1220. package/lib/services/service/index.mjs +0 -8
  1221. package/lib/services/service/index.mjs.map +0 -1
  1222. package/lib/styles/components/_index.sass +0 -1
  1223. package/lib/styles/components/_selection-controls.sass +0 -119
  1224. package/lib/styles/elements/_code.sass +0 -23
  1225. package/lib/styles/elements/_headings.sass +0 -8
  1226. package/lib/styles/elements/_lists.sass +0 -3
  1227. package/lib/styles/elements/_typography.sass +0 -88
  1228. package/lib/styles/settings/_dark.scss +0 -145
  1229. package/lib/styles/settings/_light.scss +0 -126
  1230. package/lib/styles/settings/_theme.scss +0 -1
  1231. package/lib/styles/styles.sass +0 -2
  1232. package/lib/util/makeProps.mjs +0 -52
  1233. package/lib/util/makeProps.mjs.map +0 -1
  1234. package/lib/util/useDirective.mjs +0 -7
  1235. package/lib/util/useDirective.mjs.map +0 -1
  1236. package/types/.npmignore +0 -2
  1237. package/types/alacarte.d.ts +0 -49
  1238. package/types/colors.d.ts +0 -107
  1239. package/types/index.d.ts +0 -300
  1240. package/types/lib.d.ts +0 -380
  1241. package/types/services/application.d.ts +0 -27
  1242. package/types/services/breakpoint.d.ts +0 -45
  1243. package/types/services/goto.d.ts +0 -31
  1244. package/types/services/icons.d.ts +0 -71
  1245. package/types/services/index.d.ts +0 -16
  1246. package/types/services/lang.d.ts +0 -19
  1247. package/types/services/theme.d.ts +0 -83
@@ -0,0 +1,3111 @@
1
+ declare const _default$F: {
2
+ badge: string;
3
+ close: string;
4
+ dataIterator: {
5
+ noResultsText: string;
6
+ loadingText: string;
7
+ };
8
+ dataTable: {
9
+ itemsPerPageText: string;
10
+ ariaLabel: {
11
+ sortDescending: string;
12
+ sortAscending: string;
13
+ sortNone: string;
14
+ activateNone: string;
15
+ activateDescending: string;
16
+ activateAscending: string;
17
+ };
18
+ sortBy: string;
19
+ };
20
+ dataFooter: {
21
+ itemsPerPageText: string;
22
+ itemsPerPageAll: string;
23
+ nextPage: string;
24
+ prevPage: string;
25
+ firstPage: string;
26
+ lastPage: string;
27
+ pageText: string;
28
+ };
29
+ datePicker: {
30
+ itemsSelected: string;
31
+ nextMonthAriaLabel: string;
32
+ nextYearAriaLabel: string;
33
+ prevMonthAriaLabel: string;
34
+ prevYearAriaLabel: string;
35
+ };
36
+ noDataText: string;
37
+ carousel: {
38
+ prev: string;
39
+ next: string;
40
+ ariaLabel: {
41
+ delimiter: string;
42
+ };
43
+ };
44
+ calendar: {
45
+ moreEvents: string;
46
+ };
47
+ fileInput: {
48
+ counter: string;
49
+ counterSize: string;
50
+ };
51
+ timePicker: {
52
+ am: string;
53
+ pm: string;
54
+ };
55
+ pagination: {
56
+ ariaLabel: {
57
+ root: string;
58
+ next: string;
59
+ previous: string;
60
+ page: string;
61
+ currentPage: string;
62
+ first: string;
63
+ last: string;
64
+ };
65
+ };
66
+ rating: {
67
+ ariaLabel: {
68
+ item: string;
69
+ };
70
+ };
71
+ };
72
+ //# sourceMappingURL=af.d.ts.map
73
+
74
+ declare const _default$E: {
75
+ badge: string;
76
+ close: string;
77
+ dataIterator: {
78
+ noResultsText: string;
79
+ loadingText: string;
80
+ };
81
+ dataTable: {
82
+ itemsPerPageText: string;
83
+ ariaLabel: {
84
+ sortDescending: string;
85
+ sortAscending: string;
86
+ sortNone: string;
87
+ activateNone: string;
88
+ activateDescending: string;
89
+ activateAscending: string;
90
+ };
91
+ sortBy: string;
92
+ };
93
+ dataFooter: {
94
+ itemsPerPageText: string;
95
+ itemsPerPageAll: string;
96
+ nextPage: string;
97
+ prevPage: string;
98
+ firstPage: string;
99
+ lastPage: string;
100
+ pageText: string;
101
+ };
102
+ datePicker: {
103
+ itemsSelected: string;
104
+ nextMonthAriaLabel: string;
105
+ nextYearAriaLabel: string;
106
+ prevMonthAriaLabel: string;
107
+ prevYearAriaLabel: string;
108
+ };
109
+ noDataText: string;
110
+ carousel: {
111
+ prev: string;
112
+ next: string;
113
+ ariaLabel: {
114
+ delimiter: string;
115
+ };
116
+ };
117
+ calendar: {
118
+ moreEvents: string;
119
+ };
120
+ fileInput: {
121
+ counter: string;
122
+ counterSize: string;
123
+ };
124
+ timePicker: {
125
+ am: string;
126
+ pm: string;
127
+ };
128
+ pagination: {
129
+ ariaLabel: {
130
+ root: string;
131
+ next: string;
132
+ previous: string;
133
+ page: string;
134
+ currentPage: string;
135
+ first: string;
136
+ last: string;
137
+ };
138
+ };
139
+ rating: {
140
+ ariaLabel: {
141
+ item: string;
142
+ };
143
+ };
144
+ };
145
+ //# sourceMappingURL=ar.d.ts.map
146
+
147
+ declare const _default$D: {
148
+ badge: string;
149
+ close: string;
150
+ dataIterator: {
151
+ noResultsText: string;
152
+ loadingText: string;
153
+ };
154
+ dataTable: {
155
+ itemsPerPageText: string;
156
+ ariaLabel: {
157
+ sortDescending: string;
158
+ sortAscending: string;
159
+ sortNone: string;
160
+ activateNone: string;
161
+ activateDescending: string;
162
+ activateAscending: string;
163
+ };
164
+ sortBy: string;
165
+ };
166
+ dataFooter: {
167
+ itemsPerPageText: string;
168
+ itemsPerPageAll: string;
169
+ nextPage: string;
170
+ prevPage: string;
171
+ firstPage: string;
172
+ lastPage: string;
173
+ pageText: string;
174
+ };
175
+ datePicker: {
176
+ itemsSelected: string;
177
+ nextMonthAriaLabel: string;
178
+ nextYearAriaLabel: string;
179
+ prevMonthAriaLabel: string;
180
+ prevYearAriaLabel: string;
181
+ };
182
+ noDataText: string;
183
+ carousel: {
184
+ prev: string;
185
+ next: string;
186
+ ariaLabel: {
187
+ delimiter: string;
188
+ };
189
+ };
190
+ calendar: {
191
+ moreEvents: string;
192
+ };
193
+ fileInput: {
194
+ counter: string;
195
+ counterSize: string;
196
+ };
197
+ timePicker: {
198
+ am: string;
199
+ pm: string;
200
+ };
201
+ pagination: {
202
+ ariaLabel: {
203
+ root: string;
204
+ next: string;
205
+ previous: string;
206
+ page: string;
207
+ currentPage: string;
208
+ first: string;
209
+ last: string;
210
+ };
211
+ };
212
+ rating: {
213
+ ariaLabel: {
214
+ item: string;
215
+ };
216
+ };
217
+ };
218
+ //# sourceMappingURL=bg.d.ts.map
219
+
220
+ declare const _default$C: {
221
+ badge: string;
222
+ close: string;
223
+ dataIterator: {
224
+ noResultsText: string;
225
+ loadingText: string;
226
+ };
227
+ dataTable: {
228
+ itemsPerPageText: string;
229
+ ariaLabel: {
230
+ sortDescending: string;
231
+ sortAscending: string;
232
+ sortNone: string;
233
+ activateNone: string;
234
+ activateDescending: string;
235
+ activateAscending: string;
236
+ };
237
+ sortBy: string;
238
+ };
239
+ dataFooter: {
240
+ itemsPerPageText: string;
241
+ itemsPerPageAll: string;
242
+ nextPage: string;
243
+ prevPage: string;
244
+ firstPage: string;
245
+ lastPage: string;
246
+ pageText: string;
247
+ };
248
+ datePicker: {
249
+ itemsSelected: string;
250
+ nextMonthAriaLabel: string;
251
+ nextYearAriaLabel: string;
252
+ prevMonthAriaLabel: string;
253
+ prevYearAriaLabel: string;
254
+ };
255
+ noDataText: string;
256
+ carousel: {
257
+ prev: string;
258
+ next: string;
259
+ ariaLabel: {
260
+ delimiter: string;
261
+ };
262
+ };
263
+ calendar: {
264
+ moreEvents: string;
265
+ };
266
+ fileInput: {
267
+ counter: string;
268
+ counterSize: string;
269
+ };
270
+ timePicker: {
271
+ am: string;
272
+ pm: string;
273
+ };
274
+ pagination: {
275
+ ariaLabel: {
276
+ root: string;
277
+ next: string;
278
+ previous: string;
279
+ page: string;
280
+ currentPage: string;
281
+ first: string;
282
+ last: string;
283
+ };
284
+ };
285
+ rating: {
286
+ ariaLabel: {
287
+ item: string;
288
+ };
289
+ };
290
+ };
291
+ //# sourceMappingURL=ca.d.ts.map
292
+
293
+ declare const _default$B: {
294
+ badge: string;
295
+ close: string;
296
+ dataIterator: {
297
+ noResultsText: string;
298
+ loadingText: string;
299
+ };
300
+ dataTable: {
301
+ itemsPerPageText: string;
302
+ ariaLabel: {
303
+ sortDescending: string;
304
+ sortAscending: string;
305
+ sortNone: string;
306
+ activateNone: string;
307
+ activateDescending: string;
308
+ activateAscending: string;
309
+ };
310
+ sortBy: string;
311
+ };
312
+ dataFooter: {
313
+ itemsPerPageText: string;
314
+ itemsPerPageAll: string;
315
+ nextPage: string;
316
+ prevPage: string;
317
+ firstPage: string;
318
+ lastPage: string;
319
+ pageText: string;
320
+ };
321
+ datePicker: {
322
+ itemsSelected: string;
323
+ nextMonthAriaLabel: string;
324
+ nextYearAriaLabel: string;
325
+ prevMonthAriaLabel: string;
326
+ prevYearAriaLabel: string;
327
+ };
328
+ noDataText: string;
329
+ carousel: {
330
+ prev: string;
331
+ next: string;
332
+ ariaLabel: {
333
+ delimiter: string;
334
+ };
335
+ };
336
+ calendar: {
337
+ moreEvents: string;
338
+ };
339
+ fileInput: {
340
+ counter: string;
341
+ counterSize: string;
342
+ };
343
+ timePicker: {
344
+ am: string;
345
+ pm: string;
346
+ };
347
+ pagination: {
348
+ ariaLabel: {
349
+ root: string;
350
+ next: string;
351
+ previous: string;
352
+ page: string;
353
+ currentPage: string;
354
+ first: string;
355
+ last: string;
356
+ };
357
+ };
358
+ rating: {
359
+ ariaLabel: {
360
+ item: string;
361
+ };
362
+ };
363
+ };
364
+ //# sourceMappingURL=ckb.d.ts.map
365
+
366
+ declare const _default$A: {
367
+ badge: string;
368
+ close: string;
369
+ dataIterator: {
370
+ noResultsText: string;
371
+ loadingText: string;
372
+ };
373
+ dataTable: {
374
+ itemsPerPageText: string;
375
+ ariaLabel: {
376
+ sortDescending: string;
377
+ sortAscending: string;
378
+ sortNone: string;
379
+ activateNone: string;
380
+ activateDescending: string;
381
+ activateAscending: string;
382
+ };
383
+ sortBy: string;
384
+ };
385
+ dataFooter: {
386
+ itemsPerPageText: string;
387
+ itemsPerPageAll: string;
388
+ nextPage: string;
389
+ prevPage: string;
390
+ firstPage: string;
391
+ lastPage: string;
392
+ pageText: string;
393
+ };
394
+ datePicker: {
395
+ itemsSelected: string;
396
+ nextMonthAriaLabel: string;
397
+ nextYearAriaLabel: string;
398
+ prevMonthAriaLabel: string;
399
+ prevYearAriaLabel: string;
400
+ };
401
+ noDataText: string;
402
+ carousel: {
403
+ prev: string;
404
+ next: string;
405
+ ariaLabel: {
406
+ delimiter: string;
407
+ };
408
+ };
409
+ calendar: {
410
+ moreEvents: string;
411
+ };
412
+ fileInput: {
413
+ counter: string;
414
+ counterSize: string;
415
+ };
416
+ timePicker: {
417
+ am: string;
418
+ pm: string;
419
+ };
420
+ pagination: {
421
+ ariaLabel: {
422
+ root: string;
423
+ next: string;
424
+ previous: string;
425
+ page: string;
426
+ currentPage: string;
427
+ first: string;
428
+ last: string;
429
+ };
430
+ };
431
+ rating: {
432
+ ariaLabel: {
433
+ item: string;
434
+ };
435
+ };
436
+ };
437
+ //# sourceMappingURL=cs.d.ts.map
438
+
439
+ declare const _default$z: {
440
+ badge: string;
441
+ close: string;
442
+ dataIterator: {
443
+ noResultsText: string;
444
+ loadingText: string;
445
+ };
446
+ dataTable: {
447
+ itemsPerPageText: string;
448
+ ariaLabel: {
449
+ sortDescending: string;
450
+ sortAscending: string;
451
+ sortNone: string;
452
+ activateNone: string;
453
+ activateDescending: string;
454
+ activateAscending: string;
455
+ };
456
+ sortBy: string;
457
+ };
458
+ dataFooter: {
459
+ itemsPerPageText: string;
460
+ itemsPerPageAll: string;
461
+ nextPage: string;
462
+ prevPage: string;
463
+ firstPage: string;
464
+ lastPage: string;
465
+ pageText: string;
466
+ };
467
+ datePicker: {
468
+ itemsSelected: string;
469
+ nextMonthAriaLabel: string;
470
+ nextYearAriaLabel: string;
471
+ prevMonthAriaLabel: string;
472
+ prevYearAriaLabel: string;
473
+ };
474
+ noDataText: string;
475
+ carousel: {
476
+ prev: string;
477
+ next: string;
478
+ ariaLabel: {
479
+ delimiter: string;
480
+ };
481
+ };
482
+ calendar: {
483
+ moreEvents: string;
484
+ };
485
+ fileInput: {
486
+ counter: string;
487
+ counterSize: string;
488
+ };
489
+ timePicker: {
490
+ am: string;
491
+ pm: string;
492
+ };
493
+ pagination: {
494
+ ariaLabel: {
495
+ root: string;
496
+ next: string;
497
+ previous: string;
498
+ page: string;
499
+ currentPage: string;
500
+ first: string;
501
+ last: string;
502
+ };
503
+ };
504
+ rating: {
505
+ ariaLabel: {
506
+ item: string;
507
+ };
508
+ };
509
+ };
510
+ //# sourceMappingURL=da.d.ts.map
511
+
512
+ declare const _default$y: {
513
+ badge: string;
514
+ close: string;
515
+ dataIterator: {
516
+ noResultsText: string;
517
+ loadingText: string;
518
+ };
519
+ dataTable: {
520
+ itemsPerPageText: string;
521
+ ariaLabel: {
522
+ sortDescending: string;
523
+ sortAscending: string;
524
+ sortNone: string;
525
+ activateNone: string;
526
+ activateDescending: string;
527
+ activateAscending: string;
528
+ };
529
+ sortBy: string;
530
+ };
531
+ dataFooter: {
532
+ itemsPerPageText: string;
533
+ itemsPerPageAll: string;
534
+ nextPage: string;
535
+ prevPage: string;
536
+ firstPage: string;
537
+ lastPage: string;
538
+ pageText: string;
539
+ };
540
+ datePicker: {
541
+ itemsSelected: string;
542
+ nextMonthAriaLabel: string;
543
+ nextYearAriaLabel: string;
544
+ prevMonthAriaLabel: string;
545
+ prevYearAriaLabel: string;
546
+ };
547
+ noDataText: string;
548
+ carousel: {
549
+ prev: string;
550
+ next: string;
551
+ ariaLabel: {
552
+ delimiter: string;
553
+ };
554
+ };
555
+ calendar: {
556
+ moreEvents: string;
557
+ };
558
+ fileInput: {
559
+ counter: string;
560
+ counterSize: string;
561
+ };
562
+ timePicker: {
563
+ am: string;
564
+ pm: string;
565
+ };
566
+ pagination: {
567
+ ariaLabel: {
568
+ root: string;
569
+ next: string;
570
+ previous: string;
571
+ page: string;
572
+ currentPage: string;
573
+ first: string;
574
+ last: string;
575
+ };
576
+ };
577
+ rating: {
578
+ ariaLabel: {
579
+ item: string;
580
+ };
581
+ };
582
+ };
583
+ //# sourceMappingURL=de.d.ts.map
584
+
585
+ declare const _default$x: {
586
+ badge: string;
587
+ close: string;
588
+ dataIterator: {
589
+ noResultsText: string;
590
+ loadingText: string;
591
+ };
592
+ dataTable: {
593
+ itemsPerPageText: string;
594
+ ariaLabel: {
595
+ sortDescending: string;
596
+ sortAscending: string;
597
+ sortNone: string;
598
+ activateNone: string;
599
+ activateDescending: string;
600
+ activateAscending: string;
601
+ };
602
+ sortBy: string;
603
+ };
604
+ dataFooter: {
605
+ itemsPerPageText: string;
606
+ itemsPerPageAll: string;
607
+ nextPage: string;
608
+ prevPage: string;
609
+ firstPage: string;
610
+ lastPage: string;
611
+ pageText: string;
612
+ };
613
+ datePicker: {
614
+ itemsSelected: string;
615
+ nextMonthAriaLabel: string;
616
+ nextYearAriaLabel: string;
617
+ prevMonthAriaLabel: string;
618
+ prevYearAriaLabel: string;
619
+ };
620
+ noDataText: string;
621
+ carousel: {
622
+ prev: string;
623
+ next: string;
624
+ ariaLabel: {
625
+ delimiter: string;
626
+ };
627
+ };
628
+ calendar: {
629
+ moreEvents: string;
630
+ };
631
+ fileInput: {
632
+ counter: string;
633
+ counterSize: string;
634
+ };
635
+ timePicker: {
636
+ am: string;
637
+ pm: string;
638
+ };
639
+ pagination: {
640
+ ariaLabel: {
641
+ root: string;
642
+ next: string;
643
+ previous: string;
644
+ page: string;
645
+ currentPage: string;
646
+ first: string;
647
+ last: string;
648
+ };
649
+ };
650
+ rating: {
651
+ ariaLabel: {
652
+ item: string;
653
+ };
654
+ };
655
+ };
656
+ //# sourceMappingURL=el.d.ts.map
657
+
658
+ declare const _default$w: {
659
+ badge: string;
660
+ close: string;
661
+ dataIterator: {
662
+ noResultsText: string;
663
+ loadingText: string;
664
+ };
665
+ dataTable: {
666
+ itemsPerPageText: string;
667
+ ariaLabel: {
668
+ sortDescending: string;
669
+ sortAscending: string;
670
+ sortNone: string;
671
+ activateNone: string;
672
+ activateDescending: string;
673
+ activateAscending: string;
674
+ };
675
+ sortBy: string;
676
+ };
677
+ dataFooter: {
678
+ itemsPerPageText: string;
679
+ itemsPerPageAll: string;
680
+ nextPage: string;
681
+ prevPage: string;
682
+ firstPage: string;
683
+ lastPage: string;
684
+ pageText: string;
685
+ };
686
+ datePicker: {
687
+ itemsSelected: string;
688
+ nextMonthAriaLabel: string;
689
+ nextYearAriaLabel: string;
690
+ prevMonthAriaLabel: string;
691
+ prevYearAriaLabel: string;
692
+ };
693
+ noDataText: string;
694
+ carousel: {
695
+ prev: string;
696
+ next: string;
697
+ ariaLabel: {
698
+ delimiter: string;
699
+ };
700
+ };
701
+ calendar: {
702
+ moreEvents: string;
703
+ };
704
+ fileInput: {
705
+ counter: string;
706
+ counterSize: string;
707
+ };
708
+ timePicker: {
709
+ am: string;
710
+ pm: string;
711
+ };
712
+ pagination: {
713
+ ariaLabel: {
714
+ root: string;
715
+ next: string;
716
+ previous: string;
717
+ page: string;
718
+ currentPage: string;
719
+ first: string;
720
+ last: string;
721
+ };
722
+ };
723
+ rating: {
724
+ ariaLabel: {
725
+ item: string;
726
+ };
727
+ };
728
+ };
729
+ //# sourceMappingURL=en.d.ts.map
730
+
731
+ declare const _default$v: {
732
+ badge: string;
733
+ close: string;
734
+ dataIterator: {
735
+ noResultsText: string;
736
+ loadingText: string;
737
+ };
738
+ dataTable: {
739
+ itemsPerPageText: string;
740
+ ariaLabel: {
741
+ sortDescending: string;
742
+ sortAscending: string;
743
+ sortNone: string;
744
+ activateNone: string;
745
+ activateDescending: string;
746
+ activateAscending: string;
747
+ };
748
+ sortBy: string;
749
+ };
750
+ dataFooter: {
751
+ itemsPerPageText: string;
752
+ itemsPerPageAll: string;
753
+ nextPage: string;
754
+ prevPage: string;
755
+ firstPage: string;
756
+ lastPage: string;
757
+ pageText: string;
758
+ };
759
+ datePicker: {
760
+ itemsSelected: string;
761
+ nextMonthAriaLabel: string;
762
+ nextYearAriaLabel: string;
763
+ prevMonthAriaLabel: string;
764
+ prevYearAriaLabel: string;
765
+ };
766
+ noDataText: string;
767
+ carousel: {
768
+ prev: string;
769
+ next: string;
770
+ ariaLabel: {
771
+ delimiter: string;
772
+ };
773
+ };
774
+ calendar: {
775
+ moreEvents: string;
776
+ };
777
+ fileInput: {
778
+ counter: string;
779
+ counterSize: string;
780
+ };
781
+ timePicker: {
782
+ am: string;
783
+ pm: string;
784
+ };
785
+ pagination: {
786
+ ariaLabel: {
787
+ root: string;
788
+ next: string;
789
+ previous: string;
790
+ page: string;
791
+ currentPage: string;
792
+ first: string;
793
+ last: string;
794
+ };
795
+ };
796
+ rating: {
797
+ ariaLabel: {
798
+ item: string;
799
+ };
800
+ };
801
+ };
802
+ //# sourceMappingURL=es.d.ts.map
803
+
804
+ declare const _default$u: {
805
+ badge: string;
806
+ close: string;
807
+ dataIterator: {
808
+ noResultsText: string;
809
+ loadingText: string;
810
+ };
811
+ dataTable: {
812
+ itemsPerPageText: string;
813
+ ariaLabel: {
814
+ sortDescending: string;
815
+ sortAscending: string;
816
+ sortNone: string;
817
+ activateNone: string;
818
+ activateDescending: string;
819
+ activateAscending: string;
820
+ };
821
+ sortBy: string;
822
+ };
823
+ dataFooter: {
824
+ itemsPerPageText: string;
825
+ itemsPerPageAll: string;
826
+ nextPage: string;
827
+ prevPage: string;
828
+ firstPage: string;
829
+ lastPage: string;
830
+ pageText: string;
831
+ };
832
+ datePicker: {
833
+ itemsSelected: string;
834
+ nextMonthAriaLabel: string;
835
+ nextYearAriaLabel: string;
836
+ prevMonthAriaLabel: string;
837
+ prevYearAriaLabel: string;
838
+ };
839
+ noDataText: string;
840
+ carousel: {
841
+ prev: string;
842
+ next: string;
843
+ ariaLabel: {
844
+ delimiter: string;
845
+ };
846
+ };
847
+ calendar: {
848
+ moreEvents: string;
849
+ };
850
+ fileInput: {
851
+ counter: string;
852
+ counterSize: string;
853
+ };
854
+ timePicker: {
855
+ am: string;
856
+ pm: string;
857
+ };
858
+ pagination: {
859
+ ariaLabel: {
860
+ root: string;
861
+ next: string;
862
+ previous: string;
863
+ page: string;
864
+ currentPage: string;
865
+ first: string;
866
+ last: string;
867
+ };
868
+ };
869
+ rating: {
870
+ ariaLabel: {
871
+ item: string;
872
+ };
873
+ };
874
+ };
875
+ //# sourceMappingURL=et.d.ts.map
876
+
877
+ declare const _default$t: {
878
+ badge: string;
879
+ close: string;
880
+ dataIterator: {
881
+ noResultsText: string;
882
+ loadingText: string;
883
+ };
884
+ dataTable: {
885
+ itemsPerPageText: string;
886
+ ariaLabel: {
887
+ sortDescending: string;
888
+ sortAscending: string;
889
+ sortNone: string;
890
+ activateNone: string;
891
+ activateDescending: string;
892
+ activateAscending: string;
893
+ };
894
+ sortBy: string;
895
+ };
896
+ dataFooter: {
897
+ itemsPerPageText: string;
898
+ itemsPerPageAll: string;
899
+ nextPage: string;
900
+ prevPage: string;
901
+ firstPage: string;
902
+ lastPage: string;
903
+ pageText: string;
904
+ };
905
+ datePicker: {
906
+ itemsSelected: string;
907
+ nextMonthAriaLabel: string;
908
+ nextYearAriaLabel: string;
909
+ prevMonthAriaLabel: string;
910
+ prevYearAriaLabel: string;
911
+ };
912
+ noDataText: string;
913
+ carousel: {
914
+ prev: string;
915
+ next: string;
916
+ ariaLabel: {
917
+ delimiter: string;
918
+ };
919
+ };
920
+ calendar: {
921
+ moreEvents: string;
922
+ };
923
+ fileInput: {
924
+ counter: string;
925
+ counterSize: string;
926
+ };
927
+ timePicker: {
928
+ am: string;
929
+ pm: string;
930
+ };
931
+ pagination: {
932
+ ariaLabel: {
933
+ root: string;
934
+ next: string;
935
+ previous: string;
936
+ page: string;
937
+ currentPage: string;
938
+ first: string;
939
+ last: string;
940
+ };
941
+ };
942
+ rating: {
943
+ ariaLabel: {
944
+ item: string;
945
+ };
946
+ };
947
+ };
948
+ //# sourceMappingURL=fa.d.ts.map
949
+
950
+ declare const _default$s: {
951
+ badge: string;
952
+ close: string;
953
+ dataIterator: {
954
+ noResultsText: string;
955
+ loadingText: string;
956
+ };
957
+ dataTable: {
958
+ itemsPerPageText: string;
959
+ ariaLabel: {
960
+ sortDescending: string;
961
+ sortAscending: string;
962
+ sortNone: string;
963
+ activateNone: string;
964
+ activateDescending: string;
965
+ activateAscending: string;
966
+ };
967
+ sortBy: string;
968
+ };
969
+ dataFooter: {
970
+ itemsPerPageText: string;
971
+ itemsPerPageAll: string;
972
+ nextPage: string;
973
+ prevPage: string;
974
+ firstPage: string;
975
+ lastPage: string;
976
+ pageText: string;
977
+ };
978
+ datePicker: {
979
+ itemsSelected: string;
980
+ nextMonthAriaLabel: string;
981
+ nextYearAriaLabel: string;
982
+ prevMonthAriaLabel: string;
983
+ prevYearAriaLabel: string;
984
+ };
985
+ noDataText: string;
986
+ carousel: {
987
+ prev: string;
988
+ next: string;
989
+ ariaLabel: {
990
+ delimiter: string;
991
+ };
992
+ };
993
+ calendar: {
994
+ moreEvents: string;
995
+ };
996
+ fileInput: {
997
+ counter: string;
998
+ counterSize: string;
999
+ };
1000
+ timePicker: {
1001
+ am: string;
1002
+ pm: string;
1003
+ };
1004
+ pagination: {
1005
+ ariaLabel: {
1006
+ root: string;
1007
+ next: string;
1008
+ previous: string;
1009
+ page: string;
1010
+ currentPage: string;
1011
+ first: string;
1012
+ last: string;
1013
+ };
1014
+ };
1015
+ rating: {
1016
+ ariaLabel: {
1017
+ item: string;
1018
+ };
1019
+ };
1020
+ };
1021
+ //# sourceMappingURL=fi.d.ts.map
1022
+
1023
+ declare const _default$r: {
1024
+ badge: string;
1025
+ close: string;
1026
+ dataIterator: {
1027
+ noResultsText: string;
1028
+ loadingText: string;
1029
+ };
1030
+ dataTable: {
1031
+ itemsPerPageText: string;
1032
+ ariaLabel: {
1033
+ sortDescending: string;
1034
+ sortAscending: string;
1035
+ sortNone: string;
1036
+ activateNone: string;
1037
+ activateDescending: string;
1038
+ activateAscending: string;
1039
+ };
1040
+ sortBy: string;
1041
+ };
1042
+ dataFooter: {
1043
+ itemsPerPageText: string;
1044
+ itemsPerPageAll: string;
1045
+ nextPage: string;
1046
+ prevPage: string;
1047
+ firstPage: string;
1048
+ lastPage: string;
1049
+ pageText: string;
1050
+ };
1051
+ datePicker: {
1052
+ itemsSelected: string;
1053
+ nextMonthAriaLabel: string;
1054
+ nextYearAriaLabel: string;
1055
+ prevMonthAriaLabel: string;
1056
+ prevYearAriaLabel: string;
1057
+ };
1058
+ noDataText: string;
1059
+ carousel: {
1060
+ prev: string;
1061
+ next: string;
1062
+ ariaLabel: {
1063
+ delimiter: string;
1064
+ };
1065
+ };
1066
+ calendar: {
1067
+ moreEvents: string;
1068
+ };
1069
+ fileInput: {
1070
+ counter: string;
1071
+ counterSize: string;
1072
+ };
1073
+ timePicker: {
1074
+ am: string;
1075
+ pm: string;
1076
+ };
1077
+ pagination: {
1078
+ ariaLabel: {
1079
+ root: string;
1080
+ next: string;
1081
+ previous: string;
1082
+ page: string;
1083
+ currentPage: string;
1084
+ first: string;
1085
+ last: string;
1086
+ };
1087
+ };
1088
+ rating: {
1089
+ ariaLabel: {
1090
+ item: string;
1091
+ };
1092
+ };
1093
+ };
1094
+ //# sourceMappingURL=fr.d.ts.map
1095
+
1096
+ declare const _default$q: {
1097
+ badge: string;
1098
+ close: string;
1099
+ dataIterator: {
1100
+ noResultsText: string;
1101
+ loadingText: string;
1102
+ };
1103
+ dataTable: {
1104
+ itemsPerPageText: string;
1105
+ ariaLabel: {
1106
+ sortDescending: string;
1107
+ sortAscending: string;
1108
+ sortNone: string;
1109
+ activateNone: string;
1110
+ activateDescending: string;
1111
+ activateAscending: string;
1112
+ };
1113
+ sortBy: string;
1114
+ };
1115
+ dataFooter: {
1116
+ itemsPerPageText: string;
1117
+ itemsPerPageAll: string;
1118
+ nextPage: string;
1119
+ prevPage: string;
1120
+ firstPage: string;
1121
+ lastPage: string;
1122
+ pageText: string;
1123
+ };
1124
+ datePicker: {
1125
+ itemsSelected: string;
1126
+ nextMonthAriaLabel: string;
1127
+ nextYearAriaLabel: string;
1128
+ prevMonthAriaLabel: string;
1129
+ prevYearAriaLabel: string;
1130
+ };
1131
+ noDataText: string;
1132
+ carousel: {
1133
+ prev: string;
1134
+ next: string;
1135
+ ariaLabel: {
1136
+ delimiter: string;
1137
+ };
1138
+ };
1139
+ calendar: {
1140
+ moreEvents: string;
1141
+ };
1142
+ fileInput: {
1143
+ counter: string;
1144
+ counterSize: string;
1145
+ };
1146
+ timePicker: {
1147
+ am: string;
1148
+ pm: string;
1149
+ };
1150
+ pagination: {
1151
+ ariaLabel: {
1152
+ root: string;
1153
+ next: string;
1154
+ previous: string;
1155
+ page: string;
1156
+ currentPage: string;
1157
+ first: string;
1158
+ last: string;
1159
+ };
1160
+ };
1161
+ rating: {
1162
+ ariaLabel: {
1163
+ item: string;
1164
+ };
1165
+ };
1166
+ };
1167
+ //# sourceMappingURL=hr.d.ts.map
1168
+
1169
+ declare const _default$p: {
1170
+ badge: string;
1171
+ close: string;
1172
+ dataIterator: {
1173
+ noResultsText: string;
1174
+ loadingText: string;
1175
+ };
1176
+ dataTable: {
1177
+ itemsPerPageText: string;
1178
+ ariaLabel: {
1179
+ sortDescending: string;
1180
+ sortAscending: string;
1181
+ sortNone: string;
1182
+ activateNone: string;
1183
+ activateDescending: string;
1184
+ activateAscending: string;
1185
+ };
1186
+ sortBy: string;
1187
+ };
1188
+ dataFooter: {
1189
+ itemsPerPageText: string;
1190
+ itemsPerPageAll: string;
1191
+ nextPage: string;
1192
+ prevPage: string;
1193
+ firstPage: string;
1194
+ lastPage: string;
1195
+ pageText: string;
1196
+ };
1197
+ datePicker: {
1198
+ itemsSelected: string;
1199
+ nextMonthAriaLabel: string;
1200
+ nextYearAriaLabel: string;
1201
+ prevMonthAriaLabel: string;
1202
+ prevYearAriaLabel: string;
1203
+ };
1204
+ noDataText: string;
1205
+ carousel: {
1206
+ prev: string;
1207
+ next: string;
1208
+ ariaLabel: {
1209
+ delimiter: string;
1210
+ };
1211
+ };
1212
+ calendar: {
1213
+ moreEvents: string;
1214
+ };
1215
+ fileInput: {
1216
+ counter: string;
1217
+ counterSize: string;
1218
+ };
1219
+ timePicker: {
1220
+ am: string;
1221
+ pm: string;
1222
+ };
1223
+ pagination: {
1224
+ ariaLabel: {
1225
+ root: string;
1226
+ next: string;
1227
+ previous: string;
1228
+ page: string;
1229
+ currentPage: string;
1230
+ first: string;
1231
+ last: string;
1232
+ };
1233
+ };
1234
+ rating: {
1235
+ ariaLabel: {
1236
+ item: string;
1237
+ };
1238
+ };
1239
+ };
1240
+ //# sourceMappingURL=hu.d.ts.map
1241
+
1242
+ declare const _default$o: {
1243
+ badge: string;
1244
+ close: string;
1245
+ dataIterator: {
1246
+ noResultsText: string;
1247
+ loadingText: string;
1248
+ };
1249
+ dataTable: {
1250
+ itemsPerPageText: string;
1251
+ ariaLabel: {
1252
+ sortDescending: string;
1253
+ sortAscending: string;
1254
+ sortNone: string;
1255
+ activateNone: string;
1256
+ activateDescending: string;
1257
+ activateAscending: string;
1258
+ };
1259
+ sortBy: string;
1260
+ };
1261
+ dataFooter: {
1262
+ itemsPerPageText: string;
1263
+ itemsPerPageAll: string;
1264
+ nextPage: string;
1265
+ prevPage: string;
1266
+ firstPage: string;
1267
+ lastPage: string;
1268
+ pageText: string;
1269
+ };
1270
+ datePicker: {
1271
+ itemsSelected: string;
1272
+ nextMonthAriaLabel: string;
1273
+ nextYearAriaLabel: string;
1274
+ prevMonthAriaLabel: string;
1275
+ prevYearAriaLabel: string;
1276
+ };
1277
+ noDataText: string;
1278
+ carousel: {
1279
+ prev: string;
1280
+ next: string;
1281
+ ariaLabel: {
1282
+ delimiter: string;
1283
+ };
1284
+ };
1285
+ calendar: {
1286
+ moreEvents: string;
1287
+ };
1288
+ fileInput: {
1289
+ counter: string;
1290
+ counterSize: string;
1291
+ };
1292
+ timePicker: {
1293
+ am: string;
1294
+ pm: string;
1295
+ };
1296
+ pagination: {
1297
+ ariaLabel: {
1298
+ root: string;
1299
+ next: string;
1300
+ previous: string;
1301
+ page: string;
1302
+ currentPage: string;
1303
+ first: string;
1304
+ last: string;
1305
+ };
1306
+ };
1307
+ rating: {
1308
+ ariaLabel: {
1309
+ item: string;
1310
+ };
1311
+ };
1312
+ };
1313
+ //# sourceMappingURL=he.d.ts.map
1314
+
1315
+ declare const _default$n: {
1316
+ badge: string;
1317
+ close: string;
1318
+ dataIterator: {
1319
+ noResultsText: string;
1320
+ loadingText: string;
1321
+ };
1322
+ dataTable: {
1323
+ itemsPerPageText: string;
1324
+ ariaLabel: {
1325
+ sortDescending: string;
1326
+ sortAscending: string;
1327
+ sortNone: string;
1328
+ activateNone: string;
1329
+ activateDescending: string;
1330
+ activateAscending: string;
1331
+ };
1332
+ sortBy: string;
1333
+ };
1334
+ dataFooter: {
1335
+ itemsPerPageText: string;
1336
+ itemsPerPageAll: string;
1337
+ nextPage: string;
1338
+ prevPage: string;
1339
+ firstPage: string;
1340
+ lastPage: string;
1341
+ pageText: string;
1342
+ };
1343
+ datePicker: {
1344
+ itemsSelected: string;
1345
+ nextMonthAriaLabel: string;
1346
+ nextYearAriaLabel: string;
1347
+ prevMonthAriaLabel: string;
1348
+ prevYearAriaLabel: string;
1349
+ };
1350
+ noDataText: string;
1351
+ carousel: {
1352
+ prev: string;
1353
+ next: string;
1354
+ ariaLabel: {
1355
+ delimiter: string;
1356
+ };
1357
+ };
1358
+ calendar: {
1359
+ moreEvents: string;
1360
+ };
1361
+ fileInput: {
1362
+ counter: string;
1363
+ counterSize: string;
1364
+ };
1365
+ timePicker: {
1366
+ am: string;
1367
+ pm: string;
1368
+ };
1369
+ pagination: {
1370
+ ariaLabel: {
1371
+ root: string;
1372
+ next: string;
1373
+ previous: string;
1374
+ page: string;
1375
+ currentPage: string;
1376
+ first: string;
1377
+ last: string;
1378
+ };
1379
+ };
1380
+ rating: {
1381
+ ariaLabel: {
1382
+ item: string;
1383
+ };
1384
+ };
1385
+ };
1386
+ //# sourceMappingURL=id.d.ts.map
1387
+
1388
+ declare const _default$m: {
1389
+ badge: string;
1390
+ close: string;
1391
+ dataIterator: {
1392
+ noResultsText: string;
1393
+ loadingText: string;
1394
+ };
1395
+ dataTable: {
1396
+ itemsPerPageText: string;
1397
+ ariaLabel: {
1398
+ sortDescending: string;
1399
+ sortAscending: string;
1400
+ sortNone: string;
1401
+ activateNone: string;
1402
+ activateDescending: string;
1403
+ activateAscending: string;
1404
+ };
1405
+ sortBy: string;
1406
+ };
1407
+ dataFooter: {
1408
+ itemsPerPageText: string;
1409
+ itemsPerPageAll: string;
1410
+ nextPage: string;
1411
+ prevPage: string;
1412
+ firstPage: string;
1413
+ lastPage: string;
1414
+ pageText: string;
1415
+ };
1416
+ datePicker: {
1417
+ itemsSelected: string;
1418
+ nextMonthAriaLabel: string;
1419
+ nextYearAriaLabel: string;
1420
+ prevMonthAriaLabel: string;
1421
+ prevYearAriaLabel: string;
1422
+ };
1423
+ noDataText: string;
1424
+ carousel: {
1425
+ prev: string;
1426
+ next: string;
1427
+ ariaLabel: {
1428
+ delimiter: string;
1429
+ };
1430
+ };
1431
+ calendar: {
1432
+ moreEvents: string;
1433
+ };
1434
+ fileInput: {
1435
+ counter: string;
1436
+ counterSize: string;
1437
+ };
1438
+ timePicker: {
1439
+ am: string;
1440
+ pm: string;
1441
+ };
1442
+ pagination: {
1443
+ ariaLabel: {
1444
+ root: string;
1445
+ next: string;
1446
+ previous: string;
1447
+ page: string;
1448
+ currentPage: string;
1449
+ first: string;
1450
+ last: string;
1451
+ };
1452
+ };
1453
+ rating: {
1454
+ ariaLabel: {
1455
+ item: string;
1456
+ };
1457
+ };
1458
+ };
1459
+ //# sourceMappingURL=it.d.ts.map
1460
+
1461
+ declare const _default$l: {
1462
+ badge: string;
1463
+ close: string;
1464
+ dataIterator: {
1465
+ noResultsText: string;
1466
+ loadingText: string;
1467
+ };
1468
+ dataTable: {
1469
+ itemsPerPageText: string;
1470
+ ariaLabel: {
1471
+ sortDescending: string;
1472
+ sortAscending: string;
1473
+ sortNone: string;
1474
+ activateNone: string;
1475
+ activateDescending: string;
1476
+ activateAscending: string;
1477
+ };
1478
+ sortBy: string;
1479
+ };
1480
+ dataFooter: {
1481
+ itemsPerPageText: string;
1482
+ itemsPerPageAll: string;
1483
+ nextPage: string;
1484
+ prevPage: string;
1485
+ firstPage: string;
1486
+ lastPage: string;
1487
+ pageText: string;
1488
+ };
1489
+ datePicker: {
1490
+ itemsSelected: string;
1491
+ nextMonthAriaLabel: string;
1492
+ nextYearAriaLabel: string;
1493
+ prevMonthAriaLabel: string;
1494
+ prevYearAriaLabel: string;
1495
+ };
1496
+ noDataText: string;
1497
+ carousel: {
1498
+ prev: string;
1499
+ next: string;
1500
+ ariaLabel: {
1501
+ delimiter: string;
1502
+ };
1503
+ };
1504
+ calendar: {
1505
+ moreEvents: string;
1506
+ };
1507
+ fileInput: {
1508
+ counter: string;
1509
+ counterSize: string;
1510
+ };
1511
+ timePicker: {
1512
+ am: string;
1513
+ pm: string;
1514
+ };
1515
+ pagination: {
1516
+ ariaLabel: {
1517
+ root: string;
1518
+ next: string;
1519
+ previous: string;
1520
+ page: string;
1521
+ currentPage: string;
1522
+ first: string;
1523
+ last: string;
1524
+ };
1525
+ };
1526
+ rating: {
1527
+ ariaLabel: {
1528
+ item: string;
1529
+ };
1530
+ };
1531
+ };
1532
+ //# sourceMappingURL=ja.d.ts.map
1533
+
1534
+ declare const _default$k: {
1535
+ badge: string;
1536
+ close: string;
1537
+ dataIterator: {
1538
+ noResultsText: string;
1539
+ loadingText: string;
1540
+ };
1541
+ dataTable: {
1542
+ itemsPerPageText: string;
1543
+ ariaLabel: {
1544
+ sortDescending: string;
1545
+ sortAscending: string;
1546
+ sortNone: string;
1547
+ activateNone: string;
1548
+ activateDescending: string;
1549
+ activateAscending: string;
1550
+ };
1551
+ sortBy: string;
1552
+ };
1553
+ dataFooter: {
1554
+ itemsPerPageText: string;
1555
+ itemsPerPageAll: string;
1556
+ nextPage: string;
1557
+ prevPage: string;
1558
+ firstPage: string;
1559
+ lastPage: string;
1560
+ pageText: string;
1561
+ };
1562
+ datePicker: {
1563
+ itemsSelected: string;
1564
+ nextMonthAriaLabel: string;
1565
+ nextYearAriaLabel: string;
1566
+ prevMonthAriaLabel: string;
1567
+ prevYearAriaLabel: string;
1568
+ };
1569
+ noDataText: string;
1570
+ carousel: {
1571
+ prev: string;
1572
+ next: string;
1573
+ ariaLabel: {
1574
+ delimiter: string;
1575
+ };
1576
+ };
1577
+ calendar: {
1578
+ moreEvents: string;
1579
+ };
1580
+ fileInput: {
1581
+ counter: string;
1582
+ counterSize: string;
1583
+ };
1584
+ timePicker: {
1585
+ am: string;
1586
+ pm: string;
1587
+ };
1588
+ pagination: {
1589
+ ariaLabel: {
1590
+ root: string;
1591
+ next: string;
1592
+ previous: string;
1593
+ page: string;
1594
+ currentPage: string;
1595
+ first: string;
1596
+ last: string;
1597
+ };
1598
+ };
1599
+ rating: {
1600
+ ariaLabel: {
1601
+ item: string;
1602
+ };
1603
+ };
1604
+ };
1605
+ //# sourceMappingURL=ko.d.ts.map
1606
+
1607
+ declare const _default$j: {
1608
+ badge: string;
1609
+ close: string;
1610
+ dataIterator: {
1611
+ noResultsText: string;
1612
+ loadingText: string;
1613
+ };
1614
+ dataTable: {
1615
+ itemsPerPageText: string;
1616
+ ariaLabel: {
1617
+ sortDescending: string;
1618
+ sortAscending: string;
1619
+ sortNone: string;
1620
+ activateNone: string;
1621
+ activateDescending: string;
1622
+ activateAscending: string;
1623
+ };
1624
+ sortBy: string;
1625
+ };
1626
+ dataFooter: {
1627
+ itemsPerPageText: string;
1628
+ itemsPerPageAll: string;
1629
+ nextPage: string;
1630
+ prevPage: string;
1631
+ firstPage: string;
1632
+ lastPage: string;
1633
+ pageText: string;
1634
+ };
1635
+ datePicker: {
1636
+ itemsSelected: string;
1637
+ nextMonthAriaLabel: string;
1638
+ nextYearAriaLabel: string;
1639
+ prevMonthAriaLabel: string;
1640
+ prevYearAriaLabel: string;
1641
+ };
1642
+ noDataText: string;
1643
+ carousel: {
1644
+ prev: string;
1645
+ next: string;
1646
+ ariaLabel: {
1647
+ delimiter: string;
1648
+ };
1649
+ };
1650
+ calendar: {
1651
+ moreEvents: string;
1652
+ };
1653
+ fileInput: {
1654
+ counter: string;
1655
+ counterSize: string;
1656
+ };
1657
+ timePicker: {
1658
+ am: string;
1659
+ pm: string;
1660
+ };
1661
+ pagination: {
1662
+ ariaLabel: {
1663
+ root: string;
1664
+ next: string;
1665
+ previous: string;
1666
+ page: string;
1667
+ currentPage: string;
1668
+ first: string;
1669
+ last: string;
1670
+ };
1671
+ };
1672
+ rating: {
1673
+ ariaLabel: {
1674
+ item: string;
1675
+ };
1676
+ };
1677
+ };
1678
+ //# sourceMappingURL=lv.d.ts.map
1679
+
1680
+ declare const _default$i: {
1681
+ badge: string;
1682
+ close: string;
1683
+ dataIterator: {
1684
+ noResultsText: string;
1685
+ loadingText: string;
1686
+ };
1687
+ dataTable: {
1688
+ itemsPerPageText: string;
1689
+ ariaLabel: {
1690
+ sortDescending: string;
1691
+ sortAscending: string;
1692
+ sortNone: string;
1693
+ activateNone: string;
1694
+ activateDescending: string;
1695
+ activateAscending: string;
1696
+ };
1697
+ sortBy: string;
1698
+ };
1699
+ dataFooter: {
1700
+ itemsPerPageText: string;
1701
+ itemsPerPageAll: string;
1702
+ nextPage: string;
1703
+ prevPage: string;
1704
+ firstPage: string;
1705
+ lastPage: string;
1706
+ pageText: string;
1707
+ };
1708
+ datePicker: {
1709
+ itemsSelected: string;
1710
+ nextMonthAriaLabel: string;
1711
+ nextYearAriaLabel: string;
1712
+ prevMonthAriaLabel: string;
1713
+ prevYearAriaLabel: string;
1714
+ };
1715
+ noDataText: string;
1716
+ carousel: {
1717
+ prev: string;
1718
+ next: string;
1719
+ ariaLabel: {
1720
+ delimiter: string;
1721
+ };
1722
+ };
1723
+ calendar: {
1724
+ moreEvents: string;
1725
+ };
1726
+ fileInput: {
1727
+ counter: string;
1728
+ counterSize: string;
1729
+ };
1730
+ timePicker: {
1731
+ am: string;
1732
+ pm: string;
1733
+ };
1734
+ pagination: {
1735
+ ariaLabel: {
1736
+ root: string;
1737
+ next: string;
1738
+ previous: string;
1739
+ page: string;
1740
+ currentPage: string;
1741
+ first: string;
1742
+ last: string;
1743
+ };
1744
+ };
1745
+ rating: {
1746
+ ariaLabel: {
1747
+ item: string;
1748
+ };
1749
+ };
1750
+ };
1751
+ //# sourceMappingURL=lt.d.ts.map
1752
+
1753
+ declare const _default$h: {
1754
+ badge: string;
1755
+ close: string;
1756
+ dataIterator: {
1757
+ noResultsText: string;
1758
+ loadingText: string;
1759
+ };
1760
+ dataTable: {
1761
+ itemsPerPageText: string;
1762
+ ariaLabel: {
1763
+ sortDescending: string;
1764
+ sortAscending: string;
1765
+ sortNone: string;
1766
+ activateNone: string;
1767
+ activateDescending: string;
1768
+ activateAscending: string;
1769
+ };
1770
+ sortBy: string;
1771
+ };
1772
+ dataFooter: {
1773
+ itemsPerPageText: string;
1774
+ itemsPerPageAll: string;
1775
+ nextPage: string;
1776
+ prevPage: string;
1777
+ firstPage: string;
1778
+ lastPage: string;
1779
+ pageText: string;
1780
+ };
1781
+ datePicker: {
1782
+ itemsSelected: string;
1783
+ nextMonthAriaLabel: string;
1784
+ nextYearAriaLabel: string;
1785
+ prevMonthAriaLabel: string;
1786
+ prevYearAriaLabel: string;
1787
+ };
1788
+ noDataText: string;
1789
+ carousel: {
1790
+ prev: string;
1791
+ next: string;
1792
+ ariaLabel: {
1793
+ delimiter: string;
1794
+ };
1795
+ };
1796
+ calendar: {
1797
+ moreEvents: string;
1798
+ };
1799
+ fileInput: {
1800
+ counter: string;
1801
+ counterSize: string;
1802
+ };
1803
+ timePicker: {
1804
+ am: string;
1805
+ pm: string;
1806
+ };
1807
+ pagination: {
1808
+ ariaLabel: {
1809
+ root: string;
1810
+ next: string;
1811
+ previous: string;
1812
+ page: string;
1813
+ currentPage: string;
1814
+ first: string;
1815
+ last: string;
1816
+ };
1817
+ };
1818
+ rating: {
1819
+ ariaLabel: {
1820
+ item: string;
1821
+ };
1822
+ };
1823
+ };
1824
+ //# sourceMappingURL=nl.d.ts.map
1825
+
1826
+ declare const _default$g: {
1827
+ badge: string;
1828
+ close: string;
1829
+ dataIterator: {
1830
+ noResultsText: string;
1831
+ loadingText: string;
1832
+ };
1833
+ dataTable: {
1834
+ itemsPerPageText: string;
1835
+ ariaLabel: {
1836
+ sortDescending: string;
1837
+ sortAscending: string;
1838
+ sortNone: string;
1839
+ activateNone: string;
1840
+ activateDescending: string;
1841
+ activateAscending: string;
1842
+ };
1843
+ sortBy: string;
1844
+ };
1845
+ dataFooter: {
1846
+ itemsPerPageText: string;
1847
+ itemsPerPageAll: string;
1848
+ nextPage: string;
1849
+ prevPage: string;
1850
+ firstPage: string;
1851
+ lastPage: string;
1852
+ pageText: string;
1853
+ };
1854
+ datePicker: {
1855
+ itemsSelected: string;
1856
+ nextMonthAriaLabel: string;
1857
+ nextYearAriaLabel: string;
1858
+ prevMonthAriaLabel: string;
1859
+ prevYearAriaLabel: string;
1860
+ };
1861
+ noDataText: string;
1862
+ carousel: {
1863
+ prev: string;
1864
+ next: string;
1865
+ ariaLabel: {
1866
+ delimiter: string;
1867
+ };
1868
+ };
1869
+ calendar: {
1870
+ moreEvents: string;
1871
+ };
1872
+ fileInput: {
1873
+ counter: string;
1874
+ counterSize: string;
1875
+ };
1876
+ timePicker: {
1877
+ am: string;
1878
+ pm: string;
1879
+ };
1880
+ pagination: {
1881
+ ariaLabel: {
1882
+ root: string;
1883
+ next: string;
1884
+ previous: string;
1885
+ page: string;
1886
+ currentPage: string;
1887
+ first: string;
1888
+ last: string;
1889
+ };
1890
+ };
1891
+ rating: {
1892
+ ariaLabel: {
1893
+ item: string;
1894
+ };
1895
+ };
1896
+ };
1897
+ //# sourceMappingURL=no.d.ts.map
1898
+
1899
+ declare const _default$f: {
1900
+ badge: string;
1901
+ close: string;
1902
+ dataIterator: {
1903
+ noResultsText: string;
1904
+ loadingText: string;
1905
+ };
1906
+ dataTable: {
1907
+ itemsPerPageText: string;
1908
+ ariaLabel: {
1909
+ sortDescending: string;
1910
+ sortAscending: string;
1911
+ sortNone: string;
1912
+ activateNone: string;
1913
+ activateDescending: string;
1914
+ activateAscending: string;
1915
+ };
1916
+ sortBy: string;
1917
+ };
1918
+ dataFooter: {
1919
+ itemsPerPageText: string;
1920
+ itemsPerPageAll: string;
1921
+ nextPage: string;
1922
+ prevPage: string;
1923
+ firstPage: string;
1924
+ lastPage: string;
1925
+ pageText: string;
1926
+ };
1927
+ datePicker: {
1928
+ itemsSelected: string;
1929
+ nextMonthAriaLabel: string;
1930
+ nextYearAriaLabel: string;
1931
+ prevMonthAriaLabel: string;
1932
+ prevYearAriaLabel: string;
1933
+ };
1934
+ noDataText: string;
1935
+ carousel: {
1936
+ prev: string;
1937
+ next: string;
1938
+ ariaLabel: {
1939
+ delimiter: string;
1940
+ };
1941
+ };
1942
+ calendar: {
1943
+ moreEvents: string;
1944
+ };
1945
+ fileInput: {
1946
+ counter: string;
1947
+ counterSize: string;
1948
+ };
1949
+ timePicker: {
1950
+ am: string;
1951
+ pm: string;
1952
+ };
1953
+ pagination: {
1954
+ ariaLabel: {
1955
+ root: string;
1956
+ next: string;
1957
+ previous: string;
1958
+ page: string;
1959
+ currentPage: string;
1960
+ first: string;
1961
+ last: string;
1962
+ };
1963
+ };
1964
+ rating: {
1965
+ ariaLabel: {
1966
+ item: string;
1967
+ };
1968
+ };
1969
+ };
1970
+ //# sourceMappingURL=pl.d.ts.map
1971
+
1972
+ declare const _default$e: {
1973
+ badge: string;
1974
+ close: string;
1975
+ dataIterator: {
1976
+ noResultsText: string;
1977
+ loadingText: string;
1978
+ };
1979
+ dataTable: {
1980
+ itemsPerPageText: string;
1981
+ ariaLabel: {
1982
+ sortDescending: string;
1983
+ sortAscending: string;
1984
+ sortNone: string;
1985
+ activateNone: string;
1986
+ activateDescending: string;
1987
+ activateAscending: string;
1988
+ };
1989
+ sortBy: string;
1990
+ };
1991
+ dataFooter: {
1992
+ itemsPerPageText: string;
1993
+ itemsPerPageAll: string;
1994
+ nextPage: string;
1995
+ prevPage: string;
1996
+ firstPage: string;
1997
+ lastPage: string;
1998
+ pageText: string;
1999
+ };
2000
+ datePicker: {
2001
+ itemsSelected: string;
2002
+ nextMonthAriaLabel: string;
2003
+ nextYearAriaLabel: string;
2004
+ prevMonthAriaLabel: string;
2005
+ prevYearAriaLabel: string;
2006
+ };
2007
+ noDataText: string;
2008
+ carousel: {
2009
+ prev: string;
2010
+ next: string;
2011
+ ariaLabel: {
2012
+ delimiter: string;
2013
+ };
2014
+ };
2015
+ calendar: {
2016
+ moreEvents: string;
2017
+ };
2018
+ fileInput: {
2019
+ counter: string;
2020
+ counterSize: string;
2021
+ };
2022
+ timePicker: {
2023
+ am: string;
2024
+ pm: string;
2025
+ };
2026
+ pagination: {
2027
+ ariaLabel: {
2028
+ root: string;
2029
+ next: string;
2030
+ previous: string;
2031
+ page: string;
2032
+ currentPage: string;
2033
+ first: string;
2034
+ last: string;
2035
+ };
2036
+ };
2037
+ rating: {
2038
+ ariaLabel: {
2039
+ item: string;
2040
+ };
2041
+ };
2042
+ };
2043
+ //# sourceMappingURL=pt.d.ts.map
2044
+
2045
+ declare const _default$d: {
2046
+ badge: string;
2047
+ close: string;
2048
+ dataIterator: {
2049
+ noResultsText: string;
2050
+ loadingText: string;
2051
+ };
2052
+ dataTable: {
2053
+ itemsPerPageText: string;
2054
+ ariaLabel: {
2055
+ sortDescending: string;
2056
+ sortAscending: string;
2057
+ sortNone: string;
2058
+ activateNone: string;
2059
+ activateDescending: string;
2060
+ activateAscending: string;
2061
+ };
2062
+ sortBy: string;
2063
+ };
2064
+ dataFooter: {
2065
+ itemsPerPageText: string;
2066
+ itemsPerPageAll: string;
2067
+ nextPage: string;
2068
+ prevPage: string;
2069
+ firstPage: string;
2070
+ lastPage: string;
2071
+ pageText: string;
2072
+ };
2073
+ datePicker: {
2074
+ itemsSelected: string;
2075
+ nextMonthAriaLabel: string;
2076
+ nextYearAriaLabel: string;
2077
+ prevMonthAriaLabel: string;
2078
+ prevYearAriaLabel: string;
2079
+ };
2080
+ noDataText: string;
2081
+ carousel: {
2082
+ prev: string;
2083
+ next: string;
2084
+ ariaLabel: {
2085
+ delimiter: string;
2086
+ };
2087
+ };
2088
+ calendar: {
2089
+ moreEvents: string;
2090
+ };
2091
+ fileInput: {
2092
+ counter: string;
2093
+ counterSize: string;
2094
+ };
2095
+ timePicker: {
2096
+ am: string;
2097
+ pm: string;
2098
+ };
2099
+ pagination: {
2100
+ ariaLabel: {
2101
+ root: string;
2102
+ next: string;
2103
+ previous: string;
2104
+ page: string;
2105
+ currentPage: string;
2106
+ first: string;
2107
+ last: string;
2108
+ };
2109
+ };
2110
+ rating: {
2111
+ ariaLabel: {
2112
+ item: string;
2113
+ };
2114
+ };
2115
+ };
2116
+ //# sourceMappingURL=ro.d.ts.map
2117
+
2118
+ declare const _default$c: {
2119
+ badge: string;
2120
+ close: string;
2121
+ dataIterator: {
2122
+ noResultsText: string;
2123
+ loadingText: string;
2124
+ };
2125
+ dataTable: {
2126
+ itemsPerPageText: string;
2127
+ ariaLabel: {
2128
+ sortDescending: string;
2129
+ sortAscending: string;
2130
+ sortNone: string;
2131
+ activateNone: string;
2132
+ activateDescending: string;
2133
+ activateAscending: string;
2134
+ };
2135
+ sortBy: string;
2136
+ };
2137
+ dataFooter: {
2138
+ itemsPerPageText: string;
2139
+ itemsPerPageAll: string;
2140
+ nextPage: string;
2141
+ prevPage: string;
2142
+ firstPage: string;
2143
+ lastPage: string;
2144
+ pageText: string;
2145
+ };
2146
+ datePicker: {
2147
+ itemsSelected: string;
2148
+ nextMonthAriaLabel: string;
2149
+ nextYearAriaLabel: string;
2150
+ prevMonthAriaLabel: string;
2151
+ prevYearAriaLabel: string;
2152
+ };
2153
+ noDataText: string;
2154
+ carousel: {
2155
+ prev: string;
2156
+ next: string;
2157
+ ariaLabel: {
2158
+ delimiter: string;
2159
+ };
2160
+ };
2161
+ calendar: {
2162
+ moreEvents: string;
2163
+ };
2164
+ fileInput: {
2165
+ counter: string;
2166
+ counterSize: string;
2167
+ };
2168
+ timePicker: {
2169
+ am: string;
2170
+ pm: string;
2171
+ };
2172
+ pagination: {
2173
+ ariaLabel: {
2174
+ root: string;
2175
+ next: string;
2176
+ previous: string;
2177
+ page: string;
2178
+ currentPage: string;
2179
+ first: string;
2180
+ last: string;
2181
+ };
2182
+ };
2183
+ rating: {
2184
+ ariaLabel: {
2185
+ item: string;
2186
+ };
2187
+ };
2188
+ };
2189
+ //# sourceMappingURL=ru.d.ts.map
2190
+
2191
+ declare const _default$b: {
2192
+ badge: string;
2193
+ close: string;
2194
+ dataIterator: {
2195
+ noResultsText: string;
2196
+ loadingText: string;
2197
+ };
2198
+ dataTable: {
2199
+ itemsPerPageText: string;
2200
+ ariaLabel: {
2201
+ sortDescending: string;
2202
+ sortAscending: string;
2203
+ sortNone: string;
2204
+ activateNone: string;
2205
+ activateDescending: string;
2206
+ activateAscending: string;
2207
+ };
2208
+ sortBy: string;
2209
+ };
2210
+ dataFooter: {
2211
+ itemsPerPageText: string;
2212
+ itemsPerPageAll: string;
2213
+ nextPage: string;
2214
+ prevPage: string;
2215
+ firstPage: string;
2216
+ lastPage: string;
2217
+ pageText: string;
2218
+ };
2219
+ datePicker: {
2220
+ itemsSelected: string;
2221
+ nextMonthAriaLabel: string;
2222
+ nextYearAriaLabel: string;
2223
+ prevMonthAriaLabel: string;
2224
+ prevYearAriaLabel: string;
2225
+ };
2226
+ noDataText: string;
2227
+ carousel: {
2228
+ prev: string;
2229
+ next: string;
2230
+ ariaLabel: {
2231
+ delimiter: string;
2232
+ };
2233
+ };
2234
+ calendar: {
2235
+ moreEvents: string;
2236
+ };
2237
+ fileInput: {
2238
+ counter: string;
2239
+ counterSize: string;
2240
+ };
2241
+ timePicker: {
2242
+ am: string;
2243
+ pm: string;
2244
+ };
2245
+ pagination: {
2246
+ ariaLabel: {
2247
+ root: string;
2248
+ next: string;
2249
+ previous: string;
2250
+ page: string;
2251
+ currentPage: string;
2252
+ first: string;
2253
+ last: string;
2254
+ };
2255
+ };
2256
+ rating: {
2257
+ ariaLabel: {
2258
+ item: string;
2259
+ };
2260
+ };
2261
+ };
2262
+ //# sourceMappingURL=sk.d.ts.map
2263
+
2264
+ declare const _default$a: {
2265
+ badge: string;
2266
+ close: string;
2267
+ dataIterator: {
2268
+ noResultsText: string;
2269
+ loadingText: string;
2270
+ };
2271
+ dataTable: {
2272
+ itemsPerPageText: string;
2273
+ ariaLabel: {
2274
+ sortDescending: string;
2275
+ sortAscending: string;
2276
+ sortNone: string;
2277
+ activateNone: string;
2278
+ activateDescending: string;
2279
+ activateAscending: string;
2280
+ };
2281
+ sortBy: string;
2282
+ };
2283
+ dataFooter: {
2284
+ itemsPerPageText: string;
2285
+ itemsPerPageAll: string;
2286
+ nextPage: string;
2287
+ prevPage: string;
2288
+ firstPage: string;
2289
+ lastPage: string;
2290
+ pageText: string;
2291
+ };
2292
+ datePicker: {
2293
+ itemsSelected: string;
2294
+ nextMonthAriaLabel: string;
2295
+ nextYearAriaLabel: string;
2296
+ prevMonthAriaLabel: string;
2297
+ prevYearAriaLabel: string;
2298
+ };
2299
+ noDataText: string;
2300
+ carousel: {
2301
+ prev: string;
2302
+ next: string;
2303
+ ariaLabel: {
2304
+ delimiter: string;
2305
+ };
2306
+ };
2307
+ calendar: {
2308
+ moreEvents: string;
2309
+ };
2310
+ fileInput: {
2311
+ counter: string;
2312
+ counterSize: string;
2313
+ };
2314
+ timePicker: {
2315
+ am: string;
2316
+ pm: string;
2317
+ };
2318
+ pagination: {
2319
+ ariaLabel: {
2320
+ root: string;
2321
+ next: string;
2322
+ previous: string;
2323
+ page: string;
2324
+ currentPage: string;
2325
+ first: string;
2326
+ last: string;
2327
+ };
2328
+ };
2329
+ rating: {
2330
+ ariaLabel: {
2331
+ item: string;
2332
+ };
2333
+ };
2334
+ };
2335
+ //# sourceMappingURL=sl.d.ts.map
2336
+
2337
+ declare const _default$9: {
2338
+ badge: string;
2339
+ close: string;
2340
+ dataIterator: {
2341
+ noResultsText: string;
2342
+ loadingText: string;
2343
+ };
2344
+ dataTable: {
2345
+ itemsPerPageText: string;
2346
+ ariaLabel: {
2347
+ sortDescending: string;
2348
+ sortAscending: string;
2349
+ sortNone: string;
2350
+ activateNone: string;
2351
+ activateDescending: string;
2352
+ activateAscending: string;
2353
+ };
2354
+ sortBy: string;
2355
+ };
2356
+ dataFooter: {
2357
+ itemsPerPageText: string;
2358
+ itemsPerPageAll: string;
2359
+ nextPage: string;
2360
+ prevPage: string;
2361
+ firstPage: string;
2362
+ lastPage: string;
2363
+ pageText: string;
2364
+ };
2365
+ datePicker: {
2366
+ itemsSelected: string;
2367
+ nextMonthAriaLabel: string;
2368
+ nextYearAriaLabel: string;
2369
+ prevMonthAriaLabel: string;
2370
+ prevYearAriaLabel: string;
2371
+ };
2372
+ noDataText: string;
2373
+ carousel: {
2374
+ prev: string;
2375
+ next: string;
2376
+ ariaLabel: {
2377
+ delimiter: string;
2378
+ };
2379
+ };
2380
+ calendar: {
2381
+ moreEvents: string;
2382
+ };
2383
+ fileInput: {
2384
+ counter: string;
2385
+ counterSize: string;
2386
+ };
2387
+ timePicker: {
2388
+ am: string;
2389
+ pm: string;
2390
+ };
2391
+ pagination: {
2392
+ ariaLabel: {
2393
+ root: string;
2394
+ next: string;
2395
+ previous: string;
2396
+ page: string;
2397
+ currentPage: string;
2398
+ first: string;
2399
+ last: string;
2400
+ };
2401
+ };
2402
+ rating: {
2403
+ ariaLabel: {
2404
+ item: string;
2405
+ };
2406
+ };
2407
+ };
2408
+ //# sourceMappingURL=sr-Cyrl.d.ts.map
2409
+
2410
+ declare const _default$8: {
2411
+ badge: string;
2412
+ close: string;
2413
+ dataIterator: {
2414
+ noResultsText: string;
2415
+ loadingText: string;
2416
+ };
2417
+ dataTable: {
2418
+ itemsPerPageText: string;
2419
+ ariaLabel: {
2420
+ sortDescending: string;
2421
+ sortAscending: string;
2422
+ sortNone: string;
2423
+ activateNone: string;
2424
+ activateDescending: string;
2425
+ activateAscending: string;
2426
+ };
2427
+ sortBy: string;
2428
+ };
2429
+ dataFooter: {
2430
+ itemsPerPageText: string;
2431
+ itemsPerPageAll: string;
2432
+ nextPage: string;
2433
+ prevPage: string;
2434
+ firstPage: string;
2435
+ lastPage: string;
2436
+ pageText: string;
2437
+ };
2438
+ datePicker: {
2439
+ itemsSelected: string;
2440
+ nextMonthAriaLabel: string;
2441
+ nextYearAriaLabel: string;
2442
+ prevMonthAriaLabel: string;
2443
+ prevYearAriaLabel: string;
2444
+ };
2445
+ noDataText: string;
2446
+ carousel: {
2447
+ prev: string;
2448
+ next: string;
2449
+ ariaLabel: {
2450
+ delimiter: string;
2451
+ };
2452
+ };
2453
+ calendar: {
2454
+ moreEvents: string;
2455
+ };
2456
+ fileInput: {
2457
+ counter: string;
2458
+ counterSize: string;
2459
+ };
2460
+ timePicker: {
2461
+ am: string;
2462
+ pm: string;
2463
+ };
2464
+ pagination: {
2465
+ ariaLabel: {
2466
+ root: string;
2467
+ next: string;
2468
+ previous: string;
2469
+ page: string;
2470
+ currentPage: string;
2471
+ first: string;
2472
+ last: string;
2473
+ };
2474
+ };
2475
+ rating: {
2476
+ ariaLabel: {
2477
+ item: string;
2478
+ };
2479
+ };
2480
+ };
2481
+ //# sourceMappingURL=sr-Latn.d.ts.map
2482
+
2483
+ declare const _default$7: {
2484
+ badge: string;
2485
+ close: string;
2486
+ dataIterator: {
2487
+ noResultsText: string;
2488
+ loadingText: string;
2489
+ };
2490
+ dataTable: {
2491
+ itemsPerPageText: string;
2492
+ ariaLabel: {
2493
+ sortDescending: string;
2494
+ sortAscending: string;
2495
+ sortNone: string;
2496
+ activateNone: string;
2497
+ activateDescending: string;
2498
+ activateAscending: string;
2499
+ };
2500
+ sortBy: string;
2501
+ };
2502
+ dataFooter: {
2503
+ itemsPerPageText: string;
2504
+ itemsPerPageAll: string;
2505
+ nextPage: string;
2506
+ prevPage: string;
2507
+ firstPage: string;
2508
+ lastPage: string;
2509
+ pageText: string;
2510
+ };
2511
+ datePicker: {
2512
+ itemsSelected: string;
2513
+ nextMonthAriaLabel: string;
2514
+ nextYearAriaLabel: string;
2515
+ prevMonthAriaLabel: string;
2516
+ prevYearAriaLabel: string;
2517
+ };
2518
+ noDataText: string;
2519
+ carousel: {
2520
+ prev: string;
2521
+ next: string;
2522
+ ariaLabel: {
2523
+ delimiter: string;
2524
+ };
2525
+ };
2526
+ calendar: {
2527
+ moreEvents: string;
2528
+ };
2529
+ fileInput: {
2530
+ counter: string;
2531
+ counterSize: string;
2532
+ };
2533
+ timePicker: {
2534
+ am: string;
2535
+ pm: string;
2536
+ };
2537
+ pagination: {
2538
+ ariaLabel: {
2539
+ root: string;
2540
+ next: string;
2541
+ previous: string;
2542
+ page: string;
2543
+ currentPage: string;
2544
+ first: string;
2545
+ last: string;
2546
+ };
2547
+ };
2548
+ rating: {
2549
+ ariaLabel: {
2550
+ item: string;
2551
+ };
2552
+ };
2553
+ };
2554
+ //# sourceMappingURL=sv.d.ts.map
2555
+
2556
+ declare const _default$6: {
2557
+ badge: string;
2558
+ close: string;
2559
+ dataIterator: {
2560
+ noResultsText: string;
2561
+ loadingText: string;
2562
+ };
2563
+ dataTable: {
2564
+ itemsPerPageText: string;
2565
+ ariaLabel: {
2566
+ sortDescending: string;
2567
+ sortAscending: string;
2568
+ sortNone: string;
2569
+ activateNone: string;
2570
+ activateDescending: string;
2571
+ activateAscending: string;
2572
+ };
2573
+ sortBy: string;
2574
+ };
2575
+ dataFooter: {
2576
+ itemsPerPageText: string;
2577
+ itemsPerPageAll: string;
2578
+ nextPage: string;
2579
+ prevPage: string;
2580
+ firstPage: string;
2581
+ lastPage: string;
2582
+ pageText: string;
2583
+ };
2584
+ datePicker: {
2585
+ itemsSelected: string;
2586
+ nextMonthAriaLabel: string;
2587
+ nextYearAriaLabel: string;
2588
+ prevMonthAriaLabel: string;
2589
+ prevYearAriaLabel: string;
2590
+ };
2591
+ noDataText: string;
2592
+ carousel: {
2593
+ prev: string;
2594
+ next: string;
2595
+ ariaLabel: {
2596
+ delimiter: string;
2597
+ };
2598
+ };
2599
+ calendar: {
2600
+ moreEvents: string;
2601
+ };
2602
+ fileInput: {
2603
+ counter: string;
2604
+ counterSize: string;
2605
+ };
2606
+ timePicker: {
2607
+ am: string;
2608
+ pm: string;
2609
+ };
2610
+ pagination: {
2611
+ ariaLabel: {
2612
+ root: string;
2613
+ next: string;
2614
+ previous: string;
2615
+ page: string;
2616
+ currentPage: string;
2617
+ first: string;
2618
+ last: string;
2619
+ };
2620
+ };
2621
+ rating: {
2622
+ ariaLabel: {
2623
+ item: string;
2624
+ };
2625
+ };
2626
+ };
2627
+ //# sourceMappingURL=th.d.ts.map
2628
+
2629
+ declare const _default$5: {
2630
+ badge: string;
2631
+ close: string;
2632
+ dataIterator: {
2633
+ noResultsText: string;
2634
+ loadingText: string;
2635
+ };
2636
+ dataTable: {
2637
+ itemsPerPageText: string;
2638
+ ariaLabel: {
2639
+ sortDescending: string;
2640
+ sortAscending: string;
2641
+ sortNone: string;
2642
+ activateNone: string;
2643
+ activateDescending: string;
2644
+ activateAscending: string;
2645
+ };
2646
+ sortBy: string;
2647
+ };
2648
+ dataFooter: {
2649
+ itemsPerPageText: string;
2650
+ itemsPerPageAll: string;
2651
+ nextPage: string;
2652
+ prevPage: string;
2653
+ firstPage: string;
2654
+ lastPage: string;
2655
+ pageText: string;
2656
+ };
2657
+ datePicker: {
2658
+ itemsSelected: string;
2659
+ nextMonthAriaLabel: string;
2660
+ nextYearAriaLabel: string;
2661
+ prevMonthAriaLabel: string;
2662
+ prevYearAriaLabel: string;
2663
+ };
2664
+ noDataText: string;
2665
+ carousel: {
2666
+ prev: string;
2667
+ next: string;
2668
+ ariaLabel: {
2669
+ delimiter: string;
2670
+ };
2671
+ };
2672
+ calendar: {
2673
+ moreEvents: string;
2674
+ };
2675
+ fileInput: {
2676
+ counter: string;
2677
+ counterSize: string;
2678
+ };
2679
+ timePicker: {
2680
+ am: string;
2681
+ pm: string;
2682
+ };
2683
+ pagination: {
2684
+ ariaLabel: {
2685
+ root: string;
2686
+ next: string;
2687
+ previous: string;
2688
+ page: string;
2689
+ currentPage: string;
2690
+ first: string;
2691
+ last: string;
2692
+ };
2693
+ };
2694
+ rating: {
2695
+ ariaLabel: {
2696
+ item: string;
2697
+ };
2698
+ };
2699
+ };
2700
+ //# sourceMappingURL=tr.d.ts.map
2701
+
2702
+ declare const _default$4: {
2703
+ badge: string;
2704
+ close: string;
2705
+ dataIterator: {
2706
+ noResultsText: string;
2707
+ loadingText: string;
2708
+ };
2709
+ dataTable: {
2710
+ itemsPerPageText: string;
2711
+ ariaLabel: {
2712
+ sortDescending: string;
2713
+ sortAscending: string;
2714
+ sortNone: string;
2715
+ activateNone: string;
2716
+ activateDescending: string;
2717
+ activateAscending: string;
2718
+ };
2719
+ sortBy: string;
2720
+ };
2721
+ dataFooter: {
2722
+ itemsPerPageText: string;
2723
+ itemsPerPageAll: string;
2724
+ nextPage: string;
2725
+ prevPage: string;
2726
+ firstPage: string;
2727
+ lastPage: string;
2728
+ pageText: string;
2729
+ };
2730
+ datePicker: {
2731
+ itemsSelected: string;
2732
+ nextMonthAriaLabel: string;
2733
+ nextYearAriaLabel: string;
2734
+ prevMonthAriaLabel: string;
2735
+ prevYearAriaLabel: string;
2736
+ };
2737
+ noDataText: string;
2738
+ carousel: {
2739
+ prev: string;
2740
+ next: string;
2741
+ ariaLabel: {
2742
+ delimiter: string;
2743
+ };
2744
+ };
2745
+ calendar: {
2746
+ moreEvents: string;
2747
+ };
2748
+ fileInput: {
2749
+ counter: string;
2750
+ counterSize: string;
2751
+ };
2752
+ timePicker: {
2753
+ am: string;
2754
+ pm: string;
2755
+ };
2756
+ pagination: {
2757
+ ariaLabel: {
2758
+ root: string;
2759
+ next: string;
2760
+ previous: string;
2761
+ page: string;
2762
+ currentPage: string;
2763
+ first: string;
2764
+ last: string;
2765
+ };
2766
+ };
2767
+ rating: {
2768
+ ariaLabel: {
2769
+ item: string;
2770
+ };
2771
+ };
2772
+ };
2773
+ //# sourceMappingURL=az.d.ts.map
2774
+
2775
+ declare const _default$3: {
2776
+ badge: string;
2777
+ close: string;
2778
+ dataIterator: {
2779
+ noResultsText: string;
2780
+ loadingText: string;
2781
+ };
2782
+ dataTable: {
2783
+ itemsPerPageText: string;
2784
+ ariaLabel: {
2785
+ sortDescending: string;
2786
+ sortAscending: string;
2787
+ sortNone: string;
2788
+ activateNone: string;
2789
+ activateDescending: string;
2790
+ activateAscending: string;
2791
+ };
2792
+ sortBy: string;
2793
+ };
2794
+ dataFooter: {
2795
+ itemsPerPageText: string;
2796
+ itemsPerPageAll: string;
2797
+ nextPage: string;
2798
+ prevPage: string;
2799
+ firstPage: string;
2800
+ lastPage: string;
2801
+ pageText: string;
2802
+ };
2803
+ datePicker: {
2804
+ itemsSelected: string;
2805
+ nextMonthAriaLabel: string;
2806
+ nextYearAriaLabel: string;
2807
+ prevMonthAriaLabel: string;
2808
+ prevYearAriaLabel: string;
2809
+ };
2810
+ noDataText: string;
2811
+ carousel: {
2812
+ prev: string;
2813
+ next: string;
2814
+ ariaLabel: {
2815
+ delimiter: string;
2816
+ };
2817
+ };
2818
+ calendar: {
2819
+ moreEvents: string;
2820
+ };
2821
+ fileInput: {
2822
+ counter: string;
2823
+ counterSize: string;
2824
+ };
2825
+ timePicker: {
2826
+ am: string;
2827
+ pm: string;
2828
+ };
2829
+ pagination: {
2830
+ ariaLabel: {
2831
+ root: string;
2832
+ next: string;
2833
+ previous: string;
2834
+ page: string;
2835
+ currentPage: string;
2836
+ first: string;
2837
+ last: string;
2838
+ };
2839
+ };
2840
+ rating: {
2841
+ ariaLabel: {
2842
+ item: string;
2843
+ };
2844
+ };
2845
+ };
2846
+ //# sourceMappingURL=uk.d.ts.map
2847
+
2848
+ declare const _default$2: {
2849
+ badge: string;
2850
+ close: string;
2851
+ dataIterator: {
2852
+ noResultsText: string;
2853
+ loadingText: string;
2854
+ };
2855
+ dataTable: {
2856
+ itemsPerPageText: string;
2857
+ ariaLabel: {
2858
+ sortDescending: string;
2859
+ sortAscending: string;
2860
+ sortNone: string;
2861
+ activateNone: string;
2862
+ activateDescending: string;
2863
+ activateAscending: string;
2864
+ };
2865
+ sortBy: string;
2866
+ };
2867
+ dataFooter: {
2868
+ itemsPerPageText: string;
2869
+ itemsPerPageAll: string;
2870
+ nextPage: string;
2871
+ prevPage: string;
2872
+ firstPage: string;
2873
+ lastPage: string;
2874
+ pageText: string;
2875
+ };
2876
+ datePicker: {
2877
+ itemsSelected: string;
2878
+ nextMonthAriaLabel: string;
2879
+ nextYearAriaLabel: string;
2880
+ prevMonthAriaLabel: string;
2881
+ prevYearAriaLabel: string;
2882
+ };
2883
+ noDataText: string;
2884
+ carousel: {
2885
+ prev: string;
2886
+ next: string;
2887
+ ariaLabel: {
2888
+ delimiter: string;
2889
+ };
2890
+ };
2891
+ calendar: {
2892
+ moreEvents: string;
2893
+ };
2894
+ fileInput: {
2895
+ counter: string;
2896
+ counterSize: string;
2897
+ };
2898
+ timePicker: {
2899
+ am: string;
2900
+ pm: string;
2901
+ };
2902
+ pagination: {
2903
+ ariaLabel: {
2904
+ root: string;
2905
+ next: string;
2906
+ previous: string;
2907
+ page: string;
2908
+ currentPage: string;
2909
+ first: string;
2910
+ last: string;
2911
+ };
2912
+ };
2913
+ rating: {
2914
+ ariaLabel: {
2915
+ item: string;
2916
+ };
2917
+ };
2918
+ };
2919
+ //# sourceMappingURL=vi.d.ts.map
2920
+
2921
+ declare const _default$1: {
2922
+ badge: string;
2923
+ close: string;
2924
+ dataIterator: {
2925
+ noResultsText: string;
2926
+ loadingText: string;
2927
+ };
2928
+ dataTable: {
2929
+ itemsPerPageText: string;
2930
+ ariaLabel: {
2931
+ sortDescending: string;
2932
+ sortAscending: string;
2933
+ sortNone: string;
2934
+ activateNone: string;
2935
+ activateDescending: string;
2936
+ activateAscending: string;
2937
+ };
2938
+ sortBy: string;
2939
+ };
2940
+ dataFooter: {
2941
+ itemsPerPageText: string;
2942
+ itemsPerPageAll: string;
2943
+ nextPage: string;
2944
+ prevPage: string;
2945
+ firstPage: string;
2946
+ lastPage: string;
2947
+ pageText: string;
2948
+ };
2949
+ datePicker: {
2950
+ itemsSelected: string;
2951
+ nextMonthAriaLabel: string;
2952
+ nextYearAriaLabel: string;
2953
+ prevMonthAriaLabel: string;
2954
+ prevYearAriaLabel: string;
2955
+ };
2956
+ noDataText: string;
2957
+ carousel: {
2958
+ prev: string;
2959
+ next: string;
2960
+ ariaLabel: {
2961
+ delimiter: string;
2962
+ };
2963
+ };
2964
+ calendar: {
2965
+ moreEvents: string;
2966
+ };
2967
+ fileInput: {
2968
+ counter: string;
2969
+ counterSize: string;
2970
+ };
2971
+ timePicker: {
2972
+ am: string;
2973
+ pm: string;
2974
+ };
2975
+ pagination: {
2976
+ ariaLabel: {
2977
+ root: string;
2978
+ next: string;
2979
+ previous: string;
2980
+ page: string;
2981
+ currentPage: string;
2982
+ first: string;
2983
+ last: string;
2984
+ };
2985
+ };
2986
+ rating: {
2987
+ ariaLabel: {
2988
+ item: string;
2989
+ };
2990
+ };
2991
+ };
2992
+ //# sourceMappingURL=zh-Hans.d.ts.map
2993
+
2994
+ declare const _default: {
2995
+ badge: string;
2996
+ close: string;
2997
+ dataIterator: {
2998
+ noResultsText: string;
2999
+ loadingText: string;
3000
+ };
3001
+ dataTable: {
3002
+ itemsPerPageText: string;
3003
+ ariaLabel: {
3004
+ sortDescending: string;
3005
+ sortAscending: string;
3006
+ sortNone: string;
3007
+ activateNone: string;
3008
+ activateDescending: string;
3009
+ activateAscending: string;
3010
+ };
3011
+ sortBy: string;
3012
+ };
3013
+ dataFooter: {
3014
+ itemsPerPageText: string;
3015
+ itemsPerPageAll: string;
3016
+ nextPage: string;
3017
+ prevPage: string;
3018
+ firstPage: string;
3019
+ lastPage: string;
3020
+ pageText: string;
3021
+ };
3022
+ datePicker: {
3023
+ itemsSelected: string;
3024
+ nextMonthAriaLabel: string;
3025
+ nextYearAriaLabel: string;
3026
+ prevMonthAriaLabel: string;
3027
+ prevYearAriaLabel: string;
3028
+ };
3029
+ noDataText: string;
3030
+ carousel: {
3031
+ prev: string;
3032
+ next: string;
3033
+ ariaLabel: {
3034
+ delimiter: string;
3035
+ };
3036
+ };
3037
+ calendar: {
3038
+ moreEvents: string;
3039
+ };
3040
+ fileInput: {
3041
+ counter: string;
3042
+ counterSize: string;
3043
+ };
3044
+ timePicker: {
3045
+ am: string;
3046
+ pm: string;
3047
+ };
3048
+ pagination: {
3049
+ ariaLabel: {
3050
+ root: string;
3051
+ next: string;
3052
+ previous: string;
3053
+ page: string;
3054
+ currentPage: string;
3055
+ first: string;
3056
+ last: string;
3057
+ };
3058
+ };
3059
+ rating: {
3060
+ ariaLabel: {
3061
+ item: string;
3062
+ };
3063
+ };
3064
+ };
3065
+ //# sourceMappingURL=zh-Hant.d.ts.map
3066
+
3067
+ declare const rtl: {
3068
+ af: boolean;
3069
+ ar: boolean;
3070
+ bg: boolean;
3071
+ ca: boolean;
3072
+ ckb: boolean;
3073
+ cs: boolean;
3074
+ de: boolean;
3075
+ el: boolean;
3076
+ en: boolean;
3077
+ es: boolean;
3078
+ et: boolean;
3079
+ fa: boolean;
3080
+ fi: boolean;
3081
+ fr: boolean;
3082
+ hr: boolean;
3083
+ hu: boolean;
3084
+ he: boolean;
3085
+ id: boolean;
3086
+ it: boolean;
3087
+ ja: boolean;
3088
+ ko: boolean;
3089
+ lv: boolean;
3090
+ lt: boolean;
3091
+ nl: boolean;
3092
+ no: boolean;
3093
+ pl: boolean;
3094
+ pt: boolean;
3095
+ ro: boolean;
3096
+ ru: boolean;
3097
+ sk: boolean;
3098
+ sl: boolean;
3099
+ srCyrl: boolean;
3100
+ srLatn: boolean;
3101
+ sv: boolean;
3102
+ th: boolean;
3103
+ tr: boolean;
3104
+ az: boolean;
3105
+ uk: boolean;
3106
+ vi: boolean;
3107
+ zhHans: boolean;
3108
+ zhHant: boolean;
3109
+ };
3110
+
3111
+ export { _default$F as af, _default$E as ar, _default$4 as az, _default$D as bg, _default$C as ca, _default$B as ckb, _default$A as cs, _default$z as da, _default$y as de, _default$x as el, _default$w as en, _default$v as es, _default$u as et, _default$t as fa, _default$s as fi, _default$r as fr, _default$o as he, _default$q as hr, _default$p as hu, _default$n as id, _default$m as it, _default$l as ja, _default$k as ko, _default$i as lt, _default$j as lv, _default$h as nl, _default$g as no, _default$f as pl, _default$e as pt, _default$d as ro, rtl, _default$c as ru, _default$b as sk, _default$a as sl, _default$9 as srCyrl, _default$8 as srLatn, _default$7 as sv, _default$6 as th, _default$5 as tr, _default$3 as uk, _default$2 as vi, _default$1 as zhHans, _default as zhHant };