@vuetify/nightly 3.0.0-beta.0 → 3.0.0-beta.13

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 (986) hide show
  1. package/CHANGELOG.md +13 -2
  2. package/_settings.scss +2 -0
  3. package/_styles.scss +1 -0
  4. package/_tools.scss +1 -0
  5. package/dist/_component-variables.sass +61 -0
  6. package/dist/json/attributes.json +898 -526
  7. package/dist/json/importMap.json +156 -180
  8. package/dist/json/tags.json +221 -147
  9. package/dist/json/web-types.json +2698 -1609
  10. package/dist/vuetify.css +4126 -4566
  11. package/dist/vuetify.d.ts +13705 -11374
  12. package/dist/vuetify.esm.js +11107 -9293
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +11015 -9200
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +3 -3
  17. package/dist/vuetify.min.js +1375 -1254
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/blueprints/index.d.ts +171 -0
  20. package/lib/blueprints/index.mjs +4 -0
  21. package/lib/blueprints/index.mjs.map +1 -0
  22. package/lib/blueprints/md1.d.ts +167 -0
  23. package/lib/blueprints/md1.mjs +63 -0
  24. package/lib/blueprints/md1.mjs.map +1 -0
  25. package/lib/blueprints/md2.d.ts +167 -0
  26. package/lib/blueprints/md2.mjs +60 -0
  27. package/lib/blueprints/md2.mjs.map +1 -0
  28. package/lib/blueprints/md3.d.ts +167 -0
  29. package/lib/blueprints/md3.mjs +74 -0
  30. package/lib/blueprints/md3.mjs.map +1 -0
  31. package/lib/components/VAlert/VAlert.css +36 -19
  32. package/lib/components/VAlert/VAlert.mjs +69 -40
  33. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  34. package/lib/components/VAlert/VAlert.sass +26 -11
  35. package/lib/components/VAlert/VAlertTitle.mjs +1 -0
  36. package/lib/components/VAlert/VAlertTitle.mjs.map +1 -1
  37. package/lib/components/VAlert/_variables.scss +14 -7
  38. package/lib/components/VAlert/index.d.ts +185 -0
  39. package/lib/components/VAlert/index.mjs.map +1 -1
  40. package/lib/components/VApp/VApp.css +2 -15
  41. package/lib/components/VApp/VApp.mjs +3 -4
  42. package/lib/components/VApp/VApp.mjs.map +1 -1
  43. package/lib/components/VApp/VApp.sass +11 -20
  44. package/lib/components/VApp/index.d.ts +83 -0
  45. package/lib/components/VApp/index.mjs.map +1 -1
  46. package/lib/components/VApp/variables.scss +6 -0
  47. package/lib/components/VAppBar/VAppBar.css +4 -1
  48. package/lib/components/VAppBar/VAppBar.mjs +15 -10
  49. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  50. package/lib/components/VAppBar/VAppBar.sass +3 -1
  51. package/lib/components/VAppBar/VAppBarNavIcon.mjs +11 -14
  52. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  53. package/lib/components/VAppBar/VAppBarTitle.mjs +7 -4
  54. package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
  55. package/lib/components/VAppBar/_variables.scss +2 -0
  56. package/lib/components/VAppBar/index.d.ts +156 -0
  57. package/lib/components/VAppBar/index.mjs.map +1 -1
  58. package/lib/components/VAutocomplete/VAutocomplete.css +11 -1
  59. package/lib/components/VAutocomplete/VAutocomplete.mjs +142 -105
  60. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  61. package/lib/components/VAutocomplete/VAutocomplete.sass +10 -2
  62. package/lib/components/VAutocomplete/_variables.scss +1 -0
  63. package/lib/components/VAutocomplete/index.d.ts +1569 -0
  64. package/lib/components/VAutocomplete/index.mjs.map +1 -1
  65. package/lib/components/VAvatar/VAvatar.css +48 -3
  66. package/lib/components/VAvatar/VAvatar.mjs +29 -23
  67. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  68. package/lib/components/VAvatar/VAvatar.sass +10 -3
  69. package/lib/components/VAvatar/_mixins.scss +0 -1
  70. package/lib/components/VAvatar/_variables.scss +9 -4
  71. package/lib/components/VAvatar/index.d.ts +80 -0
  72. package/lib/components/VAvatar/index.mjs.map +1 -1
  73. package/lib/components/VBadge/VBadge.css +3 -6
  74. package/lib/components/VBadge/VBadge.mjs +20 -49
  75. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  76. package/lib/components/VBadge/VBadge.sass +2 -5
  77. package/lib/components/VBadge/_variables.scss +3 -4
  78. package/lib/components/VBadge/index.d.ts +123 -0
  79. package/lib/components/VBadge/index.mjs.map +1 -1
  80. package/lib/components/VBanner/VBanner.css +81 -57
  81. package/lib/components/VBanner/VBanner.mjs +45 -37
  82. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  83. package/lib/components/VBanner/VBanner.sass +60 -55
  84. package/lib/components/VBanner/VBannerActions.mjs +34 -2
  85. package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
  86. package/lib/components/VBanner/VBannerText.mjs.map +1 -1
  87. package/lib/components/VBanner/_variables.scss +10 -14
  88. package/lib/components/VBanner/index.d.ts +122 -0
  89. package/lib/components/VBanner/index.mjs.map +1 -1
  90. package/lib/components/VBottomNavigation/VBottomNavigation.css +6 -13
  91. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +5 -4
  92. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  93. package/lib/components/VBottomNavigation/VBottomNavigation.sass +6 -14
  94. package/lib/components/VBottomNavigation/_variables.scss +7 -8
  95. package/lib/components/VBottomNavigation/index.d.ts +143 -0
  96. package/lib/components/VBottomNavigation/index.mjs.map +1 -1
  97. package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
  98. package/lib/components/VBottomSheet/index.mjs.map +1 -1
  99. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +13 -6
  100. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +35 -21
  101. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  102. package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +8 -4
  103. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  104. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +15 -17
  105. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  106. package/lib/components/VBreadcrumbs/_variables.scss +2 -1
  107. package/lib/components/VBreadcrumbs/index.d.ts +301 -0
  108. package/lib/components/VBreadcrumbs/index.mjs.map +1 -1
  109. package/lib/components/VBtn/VBtn.css +141 -28
  110. package/lib/components/VBtn/VBtn.mjs +109 -34
  111. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  112. package/lib/components/VBtn/VBtn.sass +119 -16
  113. package/lib/components/VBtn/_variables.scss +10 -1
  114. package/lib/components/VBtn/index.d.ts +210 -0
  115. package/lib/components/VBtn/index.mjs.map +1 -1
  116. package/lib/components/VBtnGroup/VBtnGroup.css +16 -7
  117. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  118. package/lib/components/VBtnGroup/VBtnGroup.sass +14 -7
  119. package/lib/components/VBtnGroup/_variables.scss +2 -0
  120. package/lib/components/VBtnGroup/index.d.ts +65 -0
  121. package/lib/components/VBtnGroup/index.mjs.map +1 -1
  122. package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -3
  123. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  124. package/lib/components/VBtnToggle/VBtnToggle.sass +0 -1
  125. package/lib/components/VBtnToggle/_variables.scss +1 -0
  126. package/lib/components/VBtnToggle/index.d.ts +175 -0
  127. package/lib/components/VBtnToggle/index.mjs.map +1 -1
  128. package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
  129. package/lib/components/VCalendar/VCalendarCategory.mjs.map +1 -1
  130. package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
  131. package/lib/components/VCalendar/VCalendarMonthly.mjs.map +1 -1
  132. package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
  133. package/lib/components/VCalendar/index.mjs.map +1 -1
  134. package/lib/components/VCalendar/mixins/calendar-base.mjs.map +1 -1
  135. package/lib/components/VCalendar/mixins/calendar-with-events.mjs +2 -6
  136. package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
  137. package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs.map +1 -1
  138. package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
  139. package/lib/components/VCalendar/mixins/times.mjs.map +1 -1
  140. package/lib/components/VCalendar/modes/column.mjs.map +1 -1
  141. package/lib/components/VCalendar/modes/common.mjs.map +1 -1
  142. package/lib/components/VCalendar/modes/index.mjs.map +1 -1
  143. package/lib/components/VCalendar/modes/stack.mjs.map +1 -1
  144. package/lib/components/VCalendar/util/events.mjs.map +1 -1
  145. package/lib/components/VCalendar/util/parser.mjs.map +1 -1
  146. package/lib/components/VCalendar/util/props.mjs.map +1 -1
  147. package/lib/components/VCalendar/util/timestamp.mjs.map +1 -1
  148. package/lib/components/VCard/VCard.css +108 -84
  149. package/lib/components/VCard/VCard.mjs +72 -73
  150. package/lib/components/VCard/VCard.mjs.map +1 -1
  151. package/lib/components/VCard/VCard.sass +76 -61
  152. package/lib/components/VCard/VCardActions.mjs +2 -3
  153. package/lib/components/VCard/VCardActions.mjs.map +1 -1
  154. package/lib/components/VCard/VCardItem.mjs +88 -0
  155. package/lib/components/VCard/VCardItem.mjs.map +1 -0
  156. package/lib/components/VCard/VCardSubtitle.mjs.map +1 -1
  157. package/lib/components/VCard/VCardText.mjs.map +1 -1
  158. package/lib/components/VCard/VCardTitle.mjs.map +1 -1
  159. package/lib/components/VCard/_variables.scss +45 -23
  160. package/lib/components/VCard/index.d.ts +230 -0
  161. package/lib/components/VCard/index.mjs +1 -4
  162. package/lib/components/VCard/index.mjs.map +1 -1
  163. package/lib/components/VCarousel/VCarousel.mjs +9 -7
  164. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  165. package/lib/components/VCarousel/VCarousel.sass +0 -1
  166. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  167. package/lib/components/VCarousel/_variables.scss +1 -0
  168. package/lib/components/VCarousel/index.d.ts +80 -0
  169. package/lib/components/VCarousel/index.mjs.map +1 -1
  170. package/lib/components/VCheckbox/VCheckbox.mjs +15 -47
  171. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  172. package/lib/components/VCheckbox/VCheckbox.sass +0 -1
  173. package/lib/components/VCheckbox/VCheckboxBtn.mjs +67 -0
  174. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -0
  175. package/lib/components/VCheckbox/index.d.ts +291 -0
  176. package/lib/components/VCheckbox/index.mjs +1 -0
  177. package/lib/components/VCheckbox/index.mjs.map +1 -1
  178. package/lib/components/VChip/VChip.css +147 -68
  179. package/lib/components/VChip/VChip.mjs +83 -43
  180. package/lib/components/VChip/VChip.mjs.map +1 -1
  181. package/lib/components/VChip/VChip.sass +9 -1
  182. package/lib/components/VChip/_mixins.scss +26 -6
  183. package/lib/components/VChip/_variables.scss +4 -5
  184. package/lib/components/VChip/index.d.ts +195 -0
  185. package/lib/components/VChip/index.mjs.map +1 -1
  186. package/lib/components/VChipGroup/VChipGroup.mjs +5 -4
  187. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  188. package/lib/components/VChipGroup/VChipGroup.sass +1 -1
  189. package/lib/components/VChipGroup/_variables.scss +1 -1
  190. package/lib/components/VChipGroup/index.d.ts +89 -0
  191. package/lib/components/VChipGroup/index.mjs.map +1 -1
  192. package/lib/components/VCode/VCode.sass +1 -2
  193. package/lib/components/VCode/_variables.scss +1 -1
  194. package/lib/components/VCode/index.d.ts +19 -0
  195. package/lib/components/VCode/index.mjs.map +1 -1
  196. package/lib/components/VColorPicker/VColorPicker.css +3 -3
  197. package/lib/components/VColorPicker/VColorPicker.mjs +55 -53
  198. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  199. package/lib/components/VColorPicker/VColorPicker.sass +0 -1
  200. package/lib/components/VColorPicker/VColorPickerCanvas.css +1 -1
  201. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +10 -9
  202. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  203. package/lib/components/VColorPicker/VColorPickerCanvas.sass +0 -1
  204. package/lib/components/VColorPicker/VColorPickerEdit.mjs +4 -3
  205. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  206. package/lib/components/VColorPicker/VColorPickerEdit.sass +0 -1
  207. package/lib/components/VColorPicker/VColorPickerPreview.mjs +14 -21
  208. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  209. package/lib/components/VColorPicker/VColorPickerPreview.sass +0 -1
  210. package/lib/components/VColorPicker/VColorPickerSwatches.mjs +6 -5
  211. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  212. package/lib/components/VColorPicker/VColorPickerSwatches.sass +0 -1
  213. package/lib/components/VColorPicker/_variables.scss +17 -10
  214. package/lib/components/VColorPicker/index.d.ts +116 -0
  215. package/lib/components/VColorPicker/index.mjs.map +1 -1
  216. package/lib/components/VColorPicker/util/index.mjs +1 -3
  217. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  218. package/lib/components/VCombobox/VCombobox.css +11 -1
  219. package/lib/components/VCombobox/VCombobox.mjs +145 -116
  220. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  221. package/lib/components/VCombobox/VCombobox.sass +10 -2
  222. package/lib/components/VCombobox/_variables.scss +1 -0
  223. package/lib/components/VCombobox/index.d.ts +1590 -0
  224. package/lib/components/VCombobox/index.mjs.map +1 -1
  225. package/lib/components/VCounter/VCounter.mjs +16 -16
  226. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  227. package/lib/components/VCounter/VCounter.sass +1 -2
  228. package/lib/components/VCounter/_variables.scss +2 -1
  229. package/lib/components/VCounter/index.d.ts +223 -0
  230. package/lib/components/VCounter/index.mjs.map +1 -1
  231. package/lib/components/VData/VData.mjs.map +1 -1
  232. package/lib/components/VData/index.mjs.map +1 -1
  233. package/lib/components/VDataIterator/VDataFooter.mjs.map +1 -1
  234. package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
  235. package/lib/components/VDataIterator/index.mjs.map +1 -1
  236. package/lib/components/VDataTable/MobileRow.mjs.map +1 -1
  237. package/lib/components/VDataTable/Row.mjs.map +1 -1
  238. package/lib/components/VDataTable/RowGroup.mjs.map +1 -1
  239. package/lib/components/VDataTable/VDataTable.mjs +11 -15
  240. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  241. package/lib/components/VDataTable/VDataTableHeader.mjs.map +1 -1
  242. package/lib/components/VDataTable/VDataTableHeaderDesktop.mjs.map +1 -1
  243. package/lib/components/VDataTable/VDataTableHeaderMobile.mjs.map +1 -1
  244. package/lib/components/VDataTable/VEditDialog.mjs.map +1 -1
  245. package/lib/components/VDataTable/VVirtualTable.mjs.map +1 -1
  246. package/lib/components/VDataTable/index.mjs.map +1 -1
  247. package/lib/components/VDataTable/mixins/header.mjs +1 -3
  248. package/lib/components/VDataTable/mixins/header.mjs.map +1 -1
  249. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  250. package/lib/components/VDatePicker/VDatePickerDateTable.mjs.map +1 -1
  251. package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
  252. package/lib/components/VDatePicker/VDatePickerMonthTable.mjs.map +1 -1
  253. package/lib/components/VDatePicker/VDatePickerTitle.mjs.map +1 -1
  254. package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
  255. package/lib/components/VDatePicker/index.mjs.map +1 -1
  256. package/lib/components/VDatePicker/mixins/date-picker-table.mjs.map +1 -1
  257. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +1 -1
  258. package/lib/components/VDatePicker/util/eventHelpers.mjs.map +1 -1
  259. package/lib/components/VDatePicker/util/index.mjs.map +1 -1
  260. package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +1 -1
  261. package/lib/components/VDatePicker/util/monthChange.mjs.map +1 -1
  262. package/lib/components/VDatePicker/util/pad.mjs.map +1 -1
  263. package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +1 -1
  264. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  265. package/lib/components/VDefaultsProvider/index.d.ts +26 -0
  266. package/lib/components/VDefaultsProvider/index.mjs.map +1 -1
  267. package/lib/components/VDialog/VDialog.css +36 -17
  268. package/lib/components/VDialog/VDialog.mjs +46 -38
  269. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  270. package/lib/components/VDialog/VDialog.sass +30 -15
  271. package/lib/components/VDialog/_variables.scss +3 -8
  272. package/lib/components/VDialog/index.d.ts +859 -0
  273. package/lib/components/VDialog/index.mjs.map +1 -1
  274. package/lib/components/VDivider/VDivider.mjs +16 -17
  275. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  276. package/lib/components/VDivider/VDivider.sass +0 -1
  277. package/lib/components/VDivider/_variables.scss +3 -1
  278. package/lib/components/VDivider/index.d.ts +22 -0
  279. package/lib/components/VDivider/index.mjs.map +1 -1
  280. package/lib/components/VExpansionPanel/VExpansionPanel.css +15 -7
  281. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +15 -6
  282. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  283. package/lib/components/VExpansionPanel/VExpansionPanel.sass +1 -1
  284. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  285. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +14 -11
  286. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  287. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +4 -0
  288. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  289. package/lib/components/VExpansionPanel/_variables.scss +15 -10
  290. package/lib/components/VExpansionPanel/index.d.ts +206 -0
  291. package/lib/components/VExpansionPanel/index.mjs.map +1 -1
  292. package/lib/components/VField/VField.css +63 -41
  293. package/lib/components/VField/VField.mjs +52 -36
  294. package/lib/components/VField/VField.mjs.map +1 -1
  295. package/lib/components/VField/VField.sass +49 -35
  296. package/lib/components/VField/VFieldLabel.mjs +8 -9
  297. package/lib/components/VField/VFieldLabel.mjs.map +1 -1
  298. package/lib/components/VField/_variables.scss +6 -5
  299. package/lib/components/VField/index.d.ts +332 -0
  300. package/lib/components/VField/index.mjs.map +1 -1
  301. package/lib/components/VFileInput/VFileInput.css +3 -3
  302. package/lib/components/VFileInput/VFileInput.mjs +48 -47
  303. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  304. package/lib/components/VFileInput/VFileInput.sass +3 -4
  305. package/lib/components/VFileInput/index.d.ts +236 -0
  306. package/lib/components/VFileInput/index.mjs.map +1 -1
  307. package/lib/components/VFooter/VFooter.css +8 -1
  308. package/lib/components/VFooter/VFooter.mjs +36 -18
  309. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  310. package/lib/components/VFooter/VFooter.sass +1 -2
  311. package/lib/components/VFooter/_variables.scss +13 -1
  312. package/lib/components/VFooter/index.d.ts +76 -0
  313. package/lib/components/VFooter/index.mjs.map +1 -1
  314. package/lib/components/VForm/VForm.mjs +27 -13
  315. package/lib/components/VForm/VForm.mjs.map +1 -1
  316. package/lib/components/VForm/index.d.ts +72 -0
  317. package/lib/components/VForm/index.mjs.map +1 -1
  318. package/lib/components/VGrid/VCol.mjs +2 -1
  319. package/lib/components/VGrid/VCol.mjs.map +1 -1
  320. package/lib/components/VGrid/VContainer.mjs +4 -3
  321. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  322. package/lib/components/VGrid/VRow.mjs +8 -3
  323. package/lib/components/VGrid/VRow.mjs.map +1 -1
  324. package/lib/components/VGrid/VSpacer.mjs.map +1 -1
  325. package/lib/components/VGrid/index.d.ts +154 -0
  326. package/lib/components/VGrid/index.mjs.map +1 -1
  327. package/lib/components/VHover/VHover.mjs.map +1 -1
  328. package/lib/components/VHover/index.d.ts +30 -0
  329. package/lib/components/VHover/index.mjs.map +1 -1
  330. package/lib/components/VIcon/VIcon.css +13 -16
  331. package/lib/components/VIcon/VIcon.mjs +34 -33
  332. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  333. package/lib/components/VIcon/VIcon.sass +8 -16
  334. package/lib/components/VIcon/_variables.scss +2 -5
  335. package/lib/components/VIcon/index.d.ts +124 -0
  336. package/lib/components/VIcon/index.mjs.map +1 -1
  337. package/lib/components/VImg/VImg.mjs +29 -26
  338. package/lib/components/VImg/VImg.mjs.map +1 -1
  339. package/lib/components/VImg/VImg.sass +0 -1
  340. package/lib/components/VImg/index.d.ts +89 -0
  341. package/lib/components/VImg/index.mjs.map +1 -1
  342. package/lib/components/VInput/InputIcon.mjs +33 -0
  343. package/lib/components/VInput/InputIcon.mjs.map +1 -0
  344. package/lib/components/VInput/VInput.css +5 -2
  345. package/lib/components/VInput/VInput.mjs +26 -18
  346. package/lib/components/VInput/VInput.mjs.map +1 -1
  347. package/lib/components/VInput/VInput.sass +5 -3
  348. package/lib/components/VInput/_variables.scss +4 -1
  349. package/lib/components/VInput/index.d.ts +325 -0
  350. package/lib/components/VInput/index.mjs.map +1 -1
  351. package/lib/components/VItemGroup/VItem.mjs +3 -0
  352. package/lib/components/VItemGroup/VItem.mjs.map +1 -1
  353. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  354. package/lib/components/VItemGroup/VItemGroup.sass +0 -1
  355. package/lib/components/VItemGroup/index.d.ts +210 -0
  356. package/lib/components/VItemGroup/index.mjs.map +1 -1
  357. package/lib/components/VKbd/VKbd.css +1 -1
  358. package/lib/components/VKbd/VKbd.sass +0 -1
  359. package/lib/components/VKbd/_variables.scss +1 -1
  360. package/lib/components/VKbd/index.d.ts +19 -0
  361. package/lib/components/VKbd/index.mjs.map +1 -1
  362. package/lib/components/VLabel/VLabel.css +4 -1
  363. package/lib/components/VLabel/VLabel.mjs +8 -4
  364. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  365. package/lib/components/VLabel/VLabel.sass +3 -2
  366. package/lib/components/VLabel/_variables.scss +1 -0
  367. package/lib/components/VLabel/index.d.ts +16 -0
  368. package/lib/components/VLabel/index.mjs.map +1 -1
  369. package/lib/components/VLayout/VLayout.css +0 -2
  370. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  371. package/lib/components/VLayout/VLayout.sass +0 -2
  372. package/lib/components/VLayout/VLayoutItem.mjs +1 -1
  373. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  374. package/lib/components/VLayout/index.d.ts +75 -0
  375. package/lib/components/VLayout/index.mjs.map +1 -1
  376. package/lib/components/VLazy/VLazy.mjs +5 -3
  377. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  378. package/lib/components/VLazy/index.d.ts +85 -0
  379. package/lib/components/VLazy/index.mjs.map +1 -1
  380. package/lib/components/VList/VList.css +14 -16
  381. package/lib/components/VList/VList.mjs +92 -59
  382. package/lib/components/VList/VList.mjs.map +1 -1
  383. package/lib/components/VList/VList.sass +9 -6
  384. package/lib/components/VList/VListChildren.mjs +69 -13
  385. package/lib/components/VList/VListChildren.mjs.map +1 -1
  386. package/lib/components/VList/VListGroup.mjs +52 -19
  387. package/lib/components/VList/VListGroup.mjs.map +1 -1
  388. package/lib/components/VList/VListImg.mjs.map +1 -1
  389. package/lib/components/VList/VListItem.css +181 -73
  390. package/lib/components/VList/VListItem.mjs +124 -82
  391. package/lib/components/VList/VListItem.mjs.map +1 -1
  392. package/lib/components/VList/VListItem.sass +125 -49
  393. package/lib/components/VList/VListItemAction.mjs +28 -0
  394. package/lib/components/VList/VListItemAction.mjs.map +1 -0
  395. package/lib/components/VList/VListItemMedia.mjs +8 -7
  396. package/lib/components/VList/VListItemMedia.mjs.map +1 -1
  397. package/lib/components/VList/VListItemSubtitle.mjs.map +1 -1
  398. package/lib/components/VList/VListItemTitle.mjs.map +1 -1
  399. package/lib/components/VList/VListSubheader.mjs +8 -7
  400. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  401. package/lib/components/VList/_variables.scss +24 -9
  402. package/lib/components/VList/index.d.ts +1250 -0
  403. package/lib/components/VList/index.mjs +3 -4
  404. package/lib/components/VList/index.mjs.map +1 -1
  405. package/lib/components/VList/list.mjs.map +1 -1
  406. package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -3
  407. package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
  408. package/lib/components/VLocaleProvider/index.d.ts +23 -0
  409. package/lib/components/VLocaleProvider/index.mjs.map +1 -1
  410. package/lib/components/VMain/VMain.css +20 -9
  411. package/lib/components/VMain/VMain.mjs +17 -11
  412. package/lib/components/VMain/VMain.mjs.map +1 -1
  413. package/lib/components/VMain/VMain.sass +17 -11
  414. package/lib/components/VMain/_variables.scss +1 -1
  415. package/lib/components/VMain/index.d.ts +26 -0
  416. package/lib/components/VMain/index.mjs.map +1 -1
  417. package/lib/components/VMenu/VMenu.css +3 -13
  418. package/lib/components/VMenu/VMenu.mjs +81 -34
  419. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  420. package/lib/components/VMenu/VMenu.sass +3 -7
  421. package/lib/components/VMenu/_variables.scss +0 -1
  422. package/lib/components/VMenu/index.d.ts +817 -0
  423. package/lib/components/VMenu/index.mjs.map +1 -1
  424. package/lib/components/VMenu/shared.mjs +2 -0
  425. package/lib/components/VMenu/shared.mjs.map +1 -0
  426. package/lib/components/VMessages/VMessages.mjs +5 -3
  427. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  428. package/lib/components/VMessages/VMessages.sass +0 -1
  429. package/lib/components/VMessages/_variables.scss +1 -1
  430. package/lib/components/VMessages/index.d.ts +234 -0
  431. package/lib/components/VMessages/index.mjs.map +1 -1
  432. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +14 -19
  433. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +60 -21
  434. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  435. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +16 -22
  436. package/lib/components/VNavigationDrawer/_variables.scss +4 -2
  437. package/lib/components/VNavigationDrawer/index.d.ts +148 -0
  438. package/lib/components/VNavigationDrawer/index.mjs.map +1 -1
  439. package/lib/components/VNavigationDrawer/sticky.mjs +70 -0
  440. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -0
  441. package/lib/components/VNavigationDrawer/touch.mjs +5 -2
  442. package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
  443. package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
  444. package/lib/components/VNoSsr/index.d.ts +7 -0
  445. package/lib/components/VNoSsr/index.mjs.map +1 -1
  446. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  447. package/lib/components/VOtpInput/index.mjs.map +1 -1
  448. package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
  449. package/lib/components/VOverflowBtn/index.mjs.map +1 -1
  450. package/lib/components/VOverlay/VOverlay.css +7 -0
  451. package/lib/components/VOverlay/VOverlay.mjs +73 -45
  452. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  453. package/lib/components/VOverlay/VOverlay.sass +8 -1
  454. package/lib/components/VOverlay/_variables.scss +1 -1
  455. package/lib/components/VOverlay/index.d.ts +579 -0
  456. package/lib/components/VOverlay/index.mjs.map +1 -1
  457. package/lib/components/VOverlay/locationStrategies.mjs +404 -0
  458. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -0
  459. package/lib/components/VOverlay/requestNewFrame.mjs.map +1 -1
  460. package/lib/components/VOverlay/scrollStrategies.mjs +19 -13
  461. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  462. package/lib/components/VOverlay/useActivator.mjs +86 -17
  463. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  464. package/lib/components/VOverlay/util/point.mjs +3 -3
  465. package/lib/components/VOverlay/util/point.mjs.map +1 -1
  466. package/lib/components/VPagination/VPagination.mjs +63 -44
  467. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  468. package/lib/components/VPagination/VPagination.sass +0 -1
  469. package/lib/components/VPagination/index.d.ts +247 -0
  470. package/lib/components/VPagination/index.mjs.map +1 -1
  471. package/lib/components/VParallax/VParallax.mjs +30 -16
  472. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  473. package/lib/components/VParallax/index.d.ts +18 -0
  474. package/lib/components/VParallax/index.mjs.map +1 -1
  475. package/lib/components/VPicker/VPicker.mjs.map +1 -1
  476. package/lib/components/VPicker/index.mjs.map +1 -1
  477. package/lib/components/VProgressCircular/VProgressCircular.mjs +6 -5
  478. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  479. package/lib/components/VProgressCircular/VProgressCircular.sass +0 -1
  480. package/lib/components/VProgressCircular/_variables.scss +2 -0
  481. package/lib/components/VProgressCircular/index.d.ts +68 -0
  482. package/lib/components/VProgressCircular/index.mjs.map +1 -1
  483. package/lib/components/VProgressLinear/VProgressLinear.css +1 -1
  484. package/lib/components/VProgressLinear/VProgressLinear.mjs +5 -3
  485. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  486. package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
  487. package/lib/components/VProgressLinear/_variables.scss +1 -0
  488. package/lib/components/VProgressLinear/index.d.ts +101 -0
  489. package/lib/components/VProgressLinear/index.mjs.map +1 -1
  490. package/lib/components/VRadio/VRadio.mjs +9 -17
  491. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  492. package/lib/components/VRadio/index.d.ts +103 -0
  493. package/lib/components/VRadio/index.mjs.map +1 -1
  494. package/lib/components/VRadioGroup/VRadioGroup.css +2 -3
  495. package/lib/components/VRadioGroup/VRadioGroup.mjs +32 -9
  496. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  497. package/lib/components/VRadioGroup/VRadioGroup.sass +6 -4
  498. package/lib/components/VRadioGroup/_variables.scss +2 -4
  499. package/lib/components/VRadioGroup/index.d.ts +186 -0
  500. package/lib/components/VRadioGroup/index.mjs.map +1 -1
  501. package/lib/components/VRangeSlider/VRangeSlider.mjs +27 -15
  502. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  503. package/lib/components/VRangeSlider/index.d.ts +242 -0
  504. package/lib/components/VRangeSlider/index.mjs.map +1 -1
  505. package/lib/components/VRating/VRating.css +2 -2
  506. package/lib/components/VRating/VRating.mjs +24 -18
  507. package/lib/components/VRating/VRating.mjs.map +1 -1
  508. package/lib/components/VRating/VRating.sass +4 -3
  509. package/lib/components/VRating/index.d.ts +356 -0
  510. package/lib/components/VRating/index.mjs.map +1 -1
  511. package/lib/components/VResponsive/VResponsive.mjs +7 -6
  512. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  513. package/lib/components/VResponsive/index.d.ts +23 -0
  514. package/lib/components/VResponsive/index.mjs.map +1 -1
  515. package/lib/components/VSelect/VSelect.css +18 -2
  516. package/lib/components/VSelect/VSelect.mjs +145 -112
  517. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  518. package/lib/components/VSelect/VSelect.sass +20 -3
  519. package/lib/components/VSelect/_variables.scss +1 -0
  520. package/lib/components/VSelect/index.d.ts +1521 -0
  521. package/lib/components/VSelect/index.mjs.map +1 -1
  522. package/lib/components/VSelectionControl/VSelectionControl.css +1 -0
  523. package/lib/components/VSelectionControl/VSelectionControl.mjs +33 -25
  524. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  525. package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
  526. package/lib/components/VSelectionControl/_variables.scss +1 -0
  527. package/lib/components/VSelectionControl/index.d.ts +275 -0
  528. package/lib/components/VSelectionControl/index.mjs.map +1 -1
  529. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +5 -0
  530. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +10 -7
  531. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  532. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +6 -6
  533. package/lib/components/VSelectionControlGroup/_variables.scss +1 -4
  534. package/lib/components/VSelectionControlGroup/index.d.ts +47 -0
  535. package/lib/components/VSelectionControlGroup/index.mjs.map +1 -1
  536. package/lib/components/VSheet/VSheet.css +1 -1
  537. package/lib/components/VSheet/VSheet.mjs +10 -6
  538. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  539. package/lib/components/VSheet/VSheet.sass +0 -1
  540. package/lib/components/VSheet/_variables.scss +3 -2
  541. package/lib/components/VSheet/index.d.ts +68 -0
  542. package/lib/components/VSheet/index.mjs.map +1 -1
  543. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  544. package/lib/components/VSkeletonLoader/index.mjs.map +1 -1
  545. package/lib/components/VSlideGroup/VSlideGroup.css +0 -5
  546. package/lib/components/VSlideGroup/VSlideGroup.mjs +105 -74
  547. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  548. package/lib/components/VSlideGroup/VSlideGroup.sass +0 -5
  549. package/lib/components/VSlideGroup/VSlideGroupItem.mjs +10 -4
  550. package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
  551. package/lib/components/VSlideGroup/_variables.scss +0 -5
  552. package/lib/components/VSlideGroup/helpers.mjs +4 -15
  553. package/lib/components/VSlideGroup/helpers.mjs.map +1 -1
  554. package/lib/components/VSlideGroup/index.d.ts +151 -0
  555. package/lib/components/VSlideGroup/index.mjs +2 -2
  556. package/lib/components/VSlideGroup/index.mjs.map +1 -1
  557. package/lib/components/VSlider/VSlider.css +14 -4
  558. package/lib/components/VSlider/VSlider.mjs +17 -9
  559. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  560. package/lib/components/VSlider/VSlider.sass +17 -9
  561. package/lib/components/VSlider/VSliderThumb.css +10 -6
  562. package/lib/components/VSlider/VSliderThumb.mjs +9 -8
  563. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  564. package/lib/components/VSlider/VSliderThumb.sass +11 -10
  565. package/lib/components/VSlider/VSliderTrack.css +25 -25
  566. package/lib/components/VSlider/VSliderTrack.mjs +22 -16
  567. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  568. package/lib/components/VSlider/VSliderTrack.sass +20 -22
  569. package/lib/components/VSlider/_variables.scss +7 -4
  570. package/lib/components/VSlider/index.d.ts +239 -0
  571. package/lib/components/VSlider/index.mjs.map +1 -1
  572. package/lib/components/VSlider/slider.mjs +15 -25
  573. package/lib/components/VSlider/slider.mjs.map +1 -1
  574. package/lib/components/VSnackbar/VSnackbar.css +22 -40
  575. package/lib/components/VSnackbar/VSnackbar.mjs +70 -50
  576. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  577. package/lib/components/VSnackbar/VSnackbar.sass +15 -35
  578. package/lib/components/VSnackbar/_variables.scss +3 -7
  579. package/lib/components/VSnackbar/index.d.ts +892 -0
  580. package/lib/components/VSnackbar/index.mjs.map +1 -1
  581. package/lib/components/VSparkline/VSparkline.mjs.map +1 -1
  582. package/lib/components/VSparkline/helpers/core.mjs.map +1 -1
  583. package/lib/components/VSparkline/helpers/math.mjs.map +1 -1
  584. package/lib/components/VSparkline/helpers/path.mjs.map +1 -1
  585. package/lib/components/VSparkline/index.mjs.map +1 -1
  586. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  587. package/lib/components/VSpeedDial/index.mjs.map +1 -1
  588. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  589. package/lib/components/VStepper/VStepperContent.mjs.map +1 -1
  590. package/lib/components/VStepper/VStepperStep.mjs.map +1 -1
  591. package/lib/components/VStepper/index.mjs.map +1 -1
  592. package/lib/components/VSwitch/VSwitch.css +9 -2
  593. package/lib/components/VSwitch/VSwitch.mjs +15 -6
  594. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  595. package/lib/components/VSwitch/VSwitch.sass +6 -1
  596. package/lib/components/VSwitch/_variables.scss +1 -0
  597. package/lib/components/VSwitch/index.d.ts +175 -0
  598. package/lib/components/VSwitch/index.mjs.map +1 -1
  599. package/lib/components/VSystemBar/VSystemBar.css +1 -6
  600. package/lib/components/VSystemBar/VSystemBar.mjs +22 -17
  601. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  602. package/lib/components/VSystemBar/VSystemBar.sass +0 -6
  603. package/lib/components/VSystemBar/_variables.scss +2 -4
  604. package/lib/components/VSystemBar/index.d.ts +61 -0
  605. package/lib/components/VSystemBar/index.mjs.map +1 -1
  606. package/lib/components/VTable/VTable.css +1 -0
  607. package/lib/components/VTable/VTable.mjs +9 -8
  608. package/lib/components/VTable/VTable.mjs.map +1 -1
  609. package/lib/components/VTable/VTable.sass +1 -1
  610. package/lib/components/VTable/_variables.scss +2 -0
  611. package/lib/components/VTable/index.d.ts +39 -0
  612. package/lib/components/VTable/index.mjs.map +1 -1
  613. package/lib/components/VTabs/VTab.css +6 -3
  614. package/lib/components/VTabs/VTab.mjs +34 -36
  615. package/lib/components/VTabs/VTab.mjs.map +1 -1
  616. package/lib/components/VTabs/VTab.sass +7 -4
  617. package/lib/components/VTabs/VTabs.css +16 -13
  618. package/lib/components/VTabs/VTabs.mjs +17 -15
  619. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  620. package/lib/components/VTabs/VTabs.sass +11 -8
  621. package/lib/components/VTabs/_variables.scss +2 -0
  622. package/lib/components/VTabs/index.d.ts +178 -0
  623. package/lib/components/VTabs/index.mjs.map +1 -1
  624. package/lib/components/VTabs/shared.mjs +2 -0
  625. package/lib/components/VTabs/shared.mjs.map +1 -0
  626. package/lib/components/VTextField/VTextField.css +5 -5
  627. package/lib/components/VTextField/VTextField.mjs +42 -37
  628. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  629. package/lib/components/VTextField/VTextField.sass +5 -7
  630. package/lib/components/VTextField/_variables.scss +1 -1
  631. package/lib/components/VTextField/index.d.ts +582 -0
  632. package/lib/components/VTextField/index.mjs.map +1 -1
  633. package/lib/components/VTextarea/VTextarea.css +14 -5
  634. package/lib/components/VTextarea/VTextarea.mjs +47 -26
  635. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  636. package/lib/components/VTextarea/VTextarea.sass +18 -8
  637. package/lib/components/VTextarea/_variables.scss +1 -1
  638. package/lib/components/VTextarea/index.d.ts +218 -0
  639. package/lib/components/VTextarea/index.mjs.map +1 -1
  640. package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
  641. package/lib/components/VThemeProvider/index.d.ts +24 -0
  642. package/lib/components/VThemeProvider/index.mjs.map +1 -1
  643. package/lib/components/VTimePicker/SelectingTimes.mjs.map +1 -1
  644. package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
  645. package/lib/components/VTimePicker/VTimePickerClock.mjs.map +1 -1
  646. package/lib/components/VTimePicker/VTimePickerTitle.mjs.map +1 -1
  647. package/lib/components/VTimePicker/index.mjs.map +1 -1
  648. package/lib/components/VTimeline/VTimeline.css +241 -55
  649. package/lib/components/VTimeline/VTimeline.mjs +52 -32
  650. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  651. package/lib/components/VTimeline/VTimeline.sass +251 -57
  652. package/lib/components/VTimeline/VTimelineDivider.mjs +45 -37
  653. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  654. package/lib/components/VTimeline/VTimelineItem.mjs +17 -15
  655. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  656. package/lib/components/VTimeline/_mixins.sass +10 -0
  657. package/lib/components/VTimeline/_variables.scss +16 -9
  658. package/lib/components/VTimeline/index.d.ts +154 -0
  659. package/lib/components/VTimeline/index.mjs.map +1 -1
  660. package/lib/components/VToolbar/VToolbar.css +24 -33
  661. package/lib/components/VToolbar/VToolbar.mjs +32 -31
  662. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  663. package/lib/components/VToolbar/VToolbar.sass +17 -19
  664. package/lib/components/VToolbar/VToolbarItems.mjs +12 -9
  665. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
  666. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  667. package/lib/components/VToolbar/_variables.scss +20 -8
  668. package/lib/components/VToolbar/index.d.ts +414 -0
  669. package/lib/components/VToolbar/index.mjs.map +1 -1
  670. package/lib/components/VTooltip/VTooltip.mjs +48 -41
  671. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  672. package/lib/components/VTooltip/VTooltip.sass +0 -1
  673. package/lib/components/VTooltip/_variables.scss +1 -0
  674. package/lib/components/VTooltip/index.d.ts +799 -0
  675. package/lib/components/VTooltip/index.mjs.map +1 -1
  676. package/lib/components/VTreeview/VTreeview.mjs +1 -3
  677. package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
  678. package/lib/components/VTreeview/VTreeviewNode.mjs.map +1 -1
  679. package/lib/components/VTreeview/index.mjs.map +1 -1
  680. package/lib/components/VTreeview/util/filterTreeItems.mjs.map +1 -1
  681. package/lib/components/VValidation/VValidation.mjs.map +1 -1
  682. package/lib/components/VValidation/index.d.ts +61 -0
  683. package/lib/components/VValidation/index.mjs.map +1 -1
  684. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  685. package/lib/components/VVirtualScroll/index.mjs.map +1 -1
  686. package/lib/components/VWindow/VWindow.mjs +7 -21
  687. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  688. package/lib/components/VWindow/VWindow.sass +0 -2
  689. package/lib/components/VWindow/VWindowItem.mjs +21 -11
  690. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  691. package/lib/components/VWindow/_variables.scss +1 -0
  692. package/lib/components/VWindow/index.d.ts +428 -0
  693. package/lib/components/VWindow/index.mjs.map +1 -1
  694. package/lib/components/index.d.ts +14675 -12342
  695. package/lib/components/index.mjs.map +1 -1
  696. package/lib/components/transitions/createTransition.mjs.map +1 -1
  697. package/lib/components/transitions/dialog-transition.mjs +66 -10
  698. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  699. package/lib/components/transitions/expand-transition.mjs.map +1 -1
  700. package/lib/components/transitions/index.d.ts +454 -0
  701. package/lib/components/transitions/index.mjs +0 -5
  702. package/lib/components/transitions/index.mjs.map +1 -1
  703. package/lib/composables/border.mjs +5 -6
  704. package/lib/composables/border.mjs.map +1 -1
  705. package/lib/composables/color.mjs +19 -26
  706. package/lib/composables/color.mjs.map +1 -1
  707. package/lib/composables/defaults.mjs +2 -2
  708. package/lib/composables/defaults.mjs.map +1 -1
  709. package/lib/composables/delay.mjs +1 -3
  710. package/lib/composables/delay.mjs.map +1 -1
  711. package/lib/composables/density.mjs.map +1 -1
  712. package/lib/composables/dimensions.mjs.map +1 -1
  713. package/lib/composables/display.mjs +12 -10
  714. package/lib/composables/display.mjs.map +1 -1
  715. package/lib/composables/elevation.mjs.map +1 -1
  716. package/lib/composables/filter.mjs +35 -17
  717. package/lib/composables/filter.mjs.map +1 -1
  718. package/lib/composables/focus.mjs.map +1 -1
  719. package/lib/composables/form.mjs +44 -11
  720. package/lib/composables/form.mjs.map +1 -1
  721. package/lib/composables/forwardRefs.mjs +72 -0
  722. package/lib/composables/forwardRefs.mjs.map +1 -0
  723. package/lib/composables/group.mjs +16 -12
  724. package/lib/composables/group.mjs.map +1 -1
  725. package/lib/composables/hydration.mjs.map +1 -1
  726. package/lib/composables/icons.mjs +16 -4
  727. package/lib/composables/icons.mjs.map +1 -1
  728. package/lib/composables/index.mjs +3 -2
  729. package/lib/composables/index.mjs.map +1 -1
  730. package/lib/composables/intersectionObserver.mjs.map +1 -1
  731. package/lib/composables/items.mjs +84 -0
  732. package/lib/composables/items.mjs.map +1 -0
  733. package/lib/composables/layout.mjs +24 -24
  734. package/lib/composables/layout.mjs.map +1 -1
  735. package/lib/composables/lazy.mjs.map +1 -1
  736. package/lib/composables/loader.mjs.map +1 -1
  737. package/lib/composables/locale.mjs +21 -25
  738. package/lib/composables/locale.mjs.map +1 -1
  739. package/lib/composables/location.mjs +66 -0
  740. package/lib/composables/location.mjs.map +1 -0
  741. package/lib/composables/mutationObserver.mjs +4 -6
  742. package/lib/composables/mutationObserver.mjs.map +1 -1
  743. package/lib/composables/nested/nested.mjs +34 -22
  744. package/lib/composables/nested/nested.mjs.map +1 -1
  745. package/lib/composables/nested/openStrategies.mjs +63 -36
  746. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  747. package/lib/composables/nested/selectStrategies.mjs +163 -122
  748. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  749. package/lib/composables/position.mjs +4 -25
  750. package/lib/composables/position.mjs.map +1 -1
  751. package/lib/composables/proxiedModel.mjs +29 -10
  752. package/lib/composables/proxiedModel.mjs.map +1 -1
  753. package/lib/composables/refs.mjs.map +1 -1
  754. package/lib/composables/resizeObserver.mjs +1 -9
  755. package/lib/composables/resizeObserver.mjs.map +1 -1
  756. package/lib/composables/rounded.mjs.map +1 -1
  757. package/lib/composables/router.mjs +39 -17
  758. package/lib/composables/router.mjs.map +1 -1
  759. package/lib/composables/rtl.mjs +2 -4
  760. package/lib/composables/rtl.mjs.map +1 -1
  761. package/lib/composables/scopeId.mjs +11 -0
  762. package/lib/composables/scopeId.mjs.map +1 -0
  763. package/lib/composables/scroll.mjs +1 -3
  764. package/lib/composables/scroll.mjs.map +1 -1
  765. package/lib/composables/selectLink.mjs +19 -0
  766. package/lib/composables/selectLink.mjs.map +1 -0
  767. package/lib/composables/size.mjs +18 -14
  768. package/lib/composables/size.mjs.map +1 -1
  769. package/lib/composables/ssrBoot.mjs +3 -2
  770. package/lib/composables/ssrBoot.mjs.map +1 -1
  771. package/lib/composables/stack.mjs +37 -23
  772. package/lib/composables/stack.mjs.map +1 -1
  773. package/lib/composables/tag.mjs.map +1 -1
  774. package/lib/composables/teleport.mjs.map +1 -1
  775. package/lib/composables/theme.mjs +123 -112
  776. package/lib/composables/theme.mjs.map +1 -1
  777. package/lib/composables/toggleScope.mjs +18 -0
  778. package/lib/composables/toggleScope.mjs.map +1 -0
  779. package/lib/composables/touch.mjs +1 -3
  780. package/lib/composables/touch.mjs.map +1 -1
  781. package/lib/composables/transition.mjs.map +1 -1
  782. package/lib/composables/validation.mjs +24 -10
  783. package/lib/composables/validation.mjs.map +1 -1
  784. package/lib/composables/variant.mjs +7 -8
  785. package/lib/composables/variant.mjs.map +1 -1
  786. package/lib/directives/click-outside/index.mjs.map +1 -1
  787. package/lib/directives/color/index.mjs.map +1 -1
  788. package/lib/directives/index.mjs.map +1 -1
  789. package/lib/directives/intersect/index.mjs.map +1 -1
  790. package/lib/directives/mutate/index.mjs +4 -6
  791. package/lib/directives/mutate/index.mjs.map +1 -1
  792. package/lib/directives/resize/index.mjs.map +1 -1
  793. package/lib/directives/ripple/VRipple.sass +0 -1
  794. package/lib/directives/ripple/index.mjs +16 -6
  795. package/lib/directives/ripple/index.mjs.map +1 -1
  796. package/lib/directives/scroll/index.mjs +1 -3
  797. package/lib/directives/scroll/index.mjs.map +1 -1
  798. package/lib/directives/touch/index.mjs +3 -3
  799. package/lib/directives/touch/index.mjs.map +1 -1
  800. package/lib/entry-bundler.mjs +2 -1
  801. package/lib/entry-bundler.mjs.map +1 -1
  802. package/lib/framework.mjs +59 -47
  803. package/lib/framework.mjs.map +1 -1
  804. package/lib/iconsets/fa-svg.d.ts +2 -1
  805. package/lib/iconsets/fa-svg.mjs.map +1 -1
  806. package/lib/iconsets/fa.d.ts +2 -1
  807. package/lib/iconsets/fa.mjs.map +1 -1
  808. package/lib/iconsets/fa4.d.ts +2 -1
  809. package/lib/iconsets/fa4.mjs.map +1 -1
  810. package/lib/iconsets/md.d.ts +2 -1
  811. package/lib/iconsets/md.mjs.map +1 -1
  812. package/lib/iconsets/mdi-svg.d.ts +2 -1
  813. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  814. package/lib/iconsets/mdi.d.ts +2 -1
  815. package/lib/iconsets/mdi.mjs.map +1 -1
  816. package/lib/index.d.ts +158 -130
  817. package/lib/locale/adapters/vue-i18n.d.ts +35 -0
  818. package/lib/locale/adapters/vue-i18n.mjs +1 -3
  819. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  820. package/lib/locale/adapters/vue-intl.d.ts +42 -0
  821. package/lib/locale/adapters/vue-intl.mjs +3 -5
  822. package/lib/locale/adapters/vue-intl.mjs.map +1 -1
  823. package/lib/locale/af.mjs +5 -0
  824. package/lib/locale/af.mjs.map +1 -1
  825. package/lib/locale/ar.mjs +5 -0
  826. package/lib/locale/ar.mjs.map +1 -1
  827. package/lib/locale/az.mjs +5 -0
  828. package/lib/locale/az.mjs.map +1 -1
  829. package/lib/locale/bg.mjs +5 -0
  830. package/lib/locale/bg.mjs.map +1 -1
  831. package/lib/locale/ca.mjs +14 -9
  832. package/lib/locale/ca.mjs.map +1 -1
  833. package/lib/locale/ckb.mjs +5 -0
  834. package/lib/locale/ckb.mjs.map +1 -1
  835. package/lib/locale/cs.mjs +5 -0
  836. package/lib/locale/cs.mjs.map +1 -1
  837. package/lib/locale/da.mjs +5 -0
  838. package/lib/locale/da.mjs.map +1 -1
  839. package/lib/locale/de.mjs +5 -0
  840. package/lib/locale/de.mjs.map +1 -1
  841. package/lib/locale/el.mjs +5 -0
  842. package/lib/locale/el.mjs.map +1 -1
  843. package/lib/locale/en.mjs +5 -0
  844. package/lib/locale/en.mjs.map +1 -1
  845. package/lib/locale/es.mjs +5 -0
  846. package/lib/locale/es.mjs.map +1 -1
  847. package/lib/locale/et.mjs +5 -0
  848. package/lib/locale/et.mjs.map +1 -1
  849. package/lib/locale/fa.mjs +5 -0
  850. package/lib/locale/fa.mjs.map +1 -1
  851. package/lib/locale/fi.mjs +5 -0
  852. package/lib/locale/fi.mjs.map +1 -1
  853. package/lib/locale/fr.mjs +5 -0
  854. package/lib/locale/fr.mjs.map +1 -1
  855. package/lib/locale/he.mjs +5 -0
  856. package/lib/locale/he.mjs.map +1 -1
  857. package/lib/locale/hr.mjs +5 -0
  858. package/lib/locale/hr.mjs.map +1 -1
  859. package/lib/locale/hu.mjs +5 -0
  860. package/lib/locale/hu.mjs.map +1 -1
  861. package/lib/locale/id.mjs +5 -0
  862. package/lib/locale/id.mjs.map +1 -1
  863. package/lib/locale/index.d.ts +210 -0
  864. package/lib/locale/index.mjs.map +1 -1
  865. package/lib/locale/it.mjs +5 -0
  866. package/lib/locale/it.mjs.map +1 -1
  867. package/lib/locale/ja.mjs +5 -0
  868. package/lib/locale/ja.mjs.map +1 -1
  869. package/lib/locale/ko.mjs +5 -0
  870. package/lib/locale/ko.mjs.map +1 -1
  871. package/lib/locale/lt.mjs +5 -0
  872. package/lib/locale/lt.mjs.map +1 -1
  873. package/lib/locale/lv.mjs +5 -0
  874. package/lib/locale/lv.mjs.map +1 -1
  875. package/lib/locale/nl.mjs +5 -0
  876. package/lib/locale/nl.mjs.map +1 -1
  877. package/lib/locale/no.mjs +5 -0
  878. package/lib/locale/no.mjs.map +1 -1
  879. package/lib/locale/pl.mjs +5 -0
  880. package/lib/locale/pl.mjs.map +1 -1
  881. package/lib/locale/pt.mjs +5 -0
  882. package/lib/locale/pt.mjs.map +1 -1
  883. package/lib/locale/ro.mjs +5 -0
  884. package/lib/locale/ro.mjs.map +1 -1
  885. package/lib/locale/ru.mjs +5 -0
  886. package/lib/locale/ru.mjs.map +1 -1
  887. package/lib/locale/sk.mjs +5 -0
  888. package/lib/locale/sk.mjs.map +1 -1
  889. package/lib/locale/sl.mjs +5 -0
  890. package/lib/locale/sl.mjs.map +1 -1
  891. package/lib/locale/sr-Cyrl.mjs +5 -0
  892. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  893. package/lib/locale/sr-Latn.mjs +5 -0
  894. package/lib/locale/sr-Latn.mjs.map +1 -1
  895. package/lib/locale/sv.mjs +5 -0
  896. package/lib/locale/sv.mjs.map +1 -1
  897. package/lib/locale/th.mjs +5 -0
  898. package/lib/locale/th.mjs.map +1 -1
  899. package/lib/locale/tr.mjs +5 -0
  900. package/lib/locale/tr.mjs.map +1 -1
  901. package/lib/locale/uk.mjs +5 -0
  902. package/lib/locale/uk.mjs.map +1 -1
  903. package/lib/locale/vi.mjs +5 -0
  904. package/lib/locale/vi.mjs.map +1 -1
  905. package/lib/locale/zh-Hans.mjs +5 -0
  906. package/lib/locale/zh-Hans.mjs.map +1 -1
  907. package/lib/locale/zh-Hant.mjs +5 -0
  908. package/lib/locale/zh-Hant.mjs.map +1 -1
  909. package/lib/services/goto/easing-patterns.mjs.map +1 -1
  910. package/lib/services/goto/index.mjs.map +1 -1
  911. package/lib/services/goto/util.mjs.map +1 -1
  912. package/lib/styles/generic/_colors.scss +17 -10
  913. package/lib/styles/generic/_transitions.scss +13 -77
  914. package/lib/styles/main.css +1677 -1919
  915. package/lib/styles/settings/_colors.scss +84 -84
  916. package/lib/styles/settings/_elevations.scss +3 -3
  917. package/lib/styles/settings/_utilities.scss +74 -35
  918. package/lib/styles/tools/_states.sass +18 -5
  919. package/lib/styles/tools/_utilities.sass +1 -1
  920. package/lib/styles/tools/_variant.sass +6 -7
  921. package/lib/styles/utilities/_index.sass +0 -1
  922. package/lib/util/anchor.mjs +56 -0
  923. package/lib/util/anchor.mjs.map +1 -0
  924. package/lib/util/animation.mjs +18 -2
  925. package/lib/util/animation.mjs.map +1 -1
  926. package/lib/util/box.mjs +12 -0
  927. package/lib/util/box.mjs.map +1 -1
  928. package/lib/util/color/APCA.mjs.map +1 -1
  929. package/lib/util/color/transformCIELAB.mjs.map +1 -1
  930. package/lib/util/color/transformSRGB.mjs.map +1 -1
  931. package/lib/util/colorUtils.mjs +2 -2
  932. package/lib/util/colorUtils.mjs.map +1 -1
  933. package/lib/util/colors.mjs +1 -1
  934. package/lib/util/colors.mjs.map +1 -1
  935. package/lib/util/console.mjs.map +1 -1
  936. package/lib/util/createSimpleFunctional.mjs +1 -1
  937. package/lib/util/createSimpleFunctional.mjs.map +1 -1
  938. package/lib/util/dateTimeUtils.mjs.map +1 -1
  939. package/lib/util/defineComponent.mjs +37 -11
  940. package/lib/util/defineComponent.mjs.map +1 -1
  941. package/lib/util/dom.mjs.map +1 -1
  942. package/lib/util/easing.mjs.map +1 -1
  943. package/lib/util/getCurrentInstance.mjs +22 -4
  944. package/lib/util/getCurrentInstance.mjs.map +1 -1
  945. package/lib/util/getScrollParent.mjs +3 -1
  946. package/lib/util/getScrollParent.mjs.map +1 -1
  947. package/lib/util/globals.mjs +1 -4
  948. package/lib/util/globals.mjs.map +1 -1
  949. package/lib/util/helpers.mjs +37 -7
  950. package/lib/util/helpers.mjs.map +1 -1
  951. package/lib/util/index.mjs +1 -0
  952. package/lib/util/index.mjs.map +1 -1
  953. package/lib/util/injectSelf.mjs +12 -0
  954. package/lib/util/injectSelf.mjs.map +1 -0
  955. package/lib/util/isFixedPosition.mjs.map +1 -1
  956. package/lib/util/propsFactory.mjs.map +1 -1
  957. package/lib/util/useRender.mjs.map +1 -1
  958. package/package.json +50 -35
  959. package/lib/components/VBreadcrumbs/shared.mjs +0 -2
  960. package/lib/components/VBreadcrumbs/shared.mjs.map +0 -1
  961. package/lib/components/VCard/VCardAvatar.mjs +0 -3
  962. package/lib/components/VCard/VCardAvatar.mjs.map +0 -1
  963. package/lib/components/VCard/VCardHeader.mjs +0 -3
  964. package/lib/components/VCard/VCardHeader.mjs.map +0 -1
  965. package/lib/components/VCard/VCardHeaderText.mjs +0 -3
  966. package/lib/components/VCard/VCardHeaderText.mjs.map +0 -1
  967. package/lib/components/VCard/VCardImg.mjs +0 -3
  968. package/lib/components/VCard/VCardImg.mjs.map +0 -1
  969. package/lib/components/VList/VListItemAvatar.mjs +0 -29
  970. package/lib/components/VList/VListItemAvatar.mjs.map +0 -1
  971. package/lib/components/VList/VListItemHeader.mjs +0 -3
  972. package/lib/components/VList/VListItemHeader.mjs.map +0 -1
  973. package/lib/components/VOverlay/positionStrategies.mjs +0 -203
  974. package/lib/components/VOverlay/positionStrategies.mjs.map +0 -1
  975. package/lib/components/VOverlay/util/anchor.mjs +0 -52
  976. package/lib/components/VOverlay/util/anchor.mjs.map +0 -1
  977. package/lib/components/VTimeline/shared.mjs +0 -2
  978. package/lib/components/VTimeline/shared.mjs.map +0 -1
  979. package/lib/composables/forwardRef.mjs +0 -42
  980. package/lib/composables/forwardRef.mjs.map +0 -1
  981. package/lib/composables/overlay.mjs +0 -30
  982. package/lib/composables/overlay.mjs.map +0 -1
  983. package/lib/presets/default/index.mjs +0 -71
  984. package/lib/presets/default/index.mjs.map +0 -1
  985. package/lib/styles/utilities/_text.sass +0 -9
  986. package/lib/styles.scss +0 -4
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/components/VCalendar/util/timestamp.ts"],"names":["isLeapYear","PARSE_REGEX","PARSE_TIME","DAYS_IN_MONTH","DAYS_IN_MONTH_LEAP","DAYS_IN_MONTH_MIN","DAYS_IN_MONTH_MAX","MONTH_MAX","MONTH_MIN","DAY_MIN","DAYS_IN_WEEK","MINUTES_IN_HOUR","MINUTE_MAX","MINUTES_IN_DAY","HOURS_IN_DAY","HOUR_MAX","FIRST_HOUR","OFFSET_YEAR","OFFSET_MONTH","OFFSET_HOUR","OFFSET_TIME","getStartOfWeek","timestamp","weekdays","today","start","copyTimestamp","findWeekday","prevDay","updateFormatted","updateRelative","hasTime","getEndOfWeek","end","length","getStartOfMonth","day","updateWeekday","getEndOfMonth","daysInMonth","year","month","validateTime","input","isFinite","exec","hour","minute","parseTime","parts","parseInt","validateTimestamp","Date","parseTimestamp","required","now","date","parseDate","Error","time","weekday","hasDay","past","present","future","getFullYear","getMonth","getDate","getDay","getHours","getMinutes","getDayIdentifier","getTimeIdentifier","getTimestampIdentifier","a","b","isTimedless","updateHasTime","getTime","updateMinutes","minutes","Math","floor","getWeekday","_","k","m","C","Y","padNumber","x","padded","String","str","nextMinutes","nextDay","relativeDays","mover","days","diffMinutes","min","max","M","D","h","maxDays","getWeekdaySkips","skips","filled","i","skip","j","next","timestampToDate","createDayList","weekdaySkips","stop","current","currentIdentifier","stopped","push","createIntervalList","first","count","intervals","mins","int","createNativeLocaleFormatter","locale","getOptions","emptyFormatter","_t","_s","Intl","DateTimeFormat","short","intlFormatter","undefined","format","e"],"mappings":"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","sourcesContent":["// @ts-nocheck\n/* eslint-disable */\n\nimport { CalendarTimestamp, CalendarFormatter } from 'vuetify/types'\nimport { isLeapYear } from '../../../util/dateTimeUtils'\n\nexport const PARSE_REGEX = /^(\\d{4})-(\\d{1,2})(-(\\d{1,2}))?([^\\d]+(\\d{1,2}))?(:(\\d{1,2}))?(:(\\d{1,2}))?$/\nexport const PARSE_TIME = /(\\d\\d?)(:(\\d\\d?)|)(:(\\d\\d?)|)/\n\nexport const DAYS_IN_MONTH: number[] = [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]\nexport const DAYS_IN_MONTH_LEAP: number[] = [0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]\nexport const DAYS_IN_MONTH_MIN = 28\nexport const DAYS_IN_MONTH_MAX = 31\nexport const MONTH_MAX = 12\nexport const MONTH_MIN = 1\nexport const DAY_MIN = 1\nexport const DAYS_IN_WEEK = 7\nexport const MINUTES_IN_HOUR = 60\nexport const MINUTE_MAX = 59\nexport const MINUTES_IN_DAY = 24 * 60\nexport const HOURS_IN_DAY = 24\nexport const HOUR_MAX = 23\nexport const FIRST_HOUR = 0\nexport const OFFSET_YEAR = 10000\nexport const OFFSET_MONTH = 100\nexport const OFFSET_HOUR = 100\nexport const OFFSET_TIME = 10000\n\ntype CalendarTimestampFormatOptions = (timestamp: CalendarTimestamp, short: boolean) => object\ntype CalendarTimestampOperation = (timestamp: CalendarTimestamp) => CalendarTimestamp\nexport type VTime = number | string | {\n hour: number\n minute: number\n}\n\nexport type VTimestampInput = number | string | Date;\n\nexport function getStartOfWeek (timestamp: CalendarTimestamp, weekdays: number[], today?: CalendarTimestamp): CalendarTimestamp {\n const start = copyTimestamp(timestamp)\n findWeekday(start, weekdays[0], prevDay)\n updateFormatted(start)\n if (today) {\n updateRelative(start, today, start.hasTime)\n }\n\n return start\n}\n\nexport function getEndOfWeek (timestamp: CalendarTimestamp, weekdays: number[], today?: CalendarTimestamp): CalendarTimestamp {\n const end = copyTimestamp(timestamp)\n findWeekday(end, weekdays[weekdays.length - 1])\n updateFormatted(end)\n if (today) {\n updateRelative(end, today, end.hasTime)\n }\n\n return end\n}\n\nexport function getStartOfMonth (timestamp: CalendarTimestamp): CalendarTimestamp {\n const start = copyTimestamp(timestamp)\n start.day = DAY_MIN\n updateWeekday(start)\n updateFormatted(start)\n\n return start\n}\n\nexport function getEndOfMonth (timestamp: CalendarTimestamp): CalendarTimestamp {\n const end = copyTimestamp(timestamp)\n end.day = daysInMonth(end.year, end.month)\n updateWeekday(end)\n updateFormatted(end)\n\n return end\n}\n\nexport function validateTime (input: any): input is VTime {\n return (typeof input === 'number' && isFinite(input)) ||\n (!!PARSE_TIME.exec(input)) ||\n (typeof input === 'object' && isFinite(input.hour) && isFinite(input.minute))\n}\n\nexport function parseTime (input: any): number | false {\n if (typeof input === 'number') {\n // when a number is given, it's minutes since 12:00am\n return input\n } else if (typeof input === 'string') {\n // when a string is given, it's a hh:mm:ss format where seconds are optional\n const parts = PARSE_TIME.exec(input)\n if (!parts) {\n return false\n }\n\n return parseInt(parts[1]) * 60 + parseInt(parts[3] || 0)\n } else if (typeof input === 'object') {\n // when an object is given, it must have hour and minute\n if (typeof input.hour !== 'number' || typeof input.minute !== 'number') {\n return false\n }\n\n return input.hour * 60 + input.minute\n } else {\n // unsupported type\n return false\n }\n}\n\nexport function validateTimestamp (input: any): input is VTimestampInput {\n return (typeof input === 'number' && isFinite(input)) ||\n (typeof input === 'string' && !!PARSE_REGEX.exec(input)) ||\n (input instanceof Date)\n}\n\nexport function parseTimestamp (input: VTimestampInput, required?: false, now?: CalendarTimestamp): CalendarTimestamp | null\nexport function parseTimestamp (input: VTimestampInput, required: true, now?: CalendarTimestamp): CalendarTimestamp\nexport function parseTimestamp (input: VTimestampInput, required = false, now?: CalendarTimestamp): CalendarTimestamp | null {\n if (typeof input === 'number' && isFinite(input)) {\n input = new Date(input)\n }\n\n if (input instanceof Date) {\n const date: CalendarTimestamp = parseDate(input)\n\n if (now) {\n updateRelative(date, now, date.hasTime)\n }\n\n return date\n }\n\n if (typeof input !== 'string') {\n if (required) {\n throw new Error(`${input} is not a valid timestamp. It must be a Date, number of milliseconds since Epoch, or a string in the format of YYYY-MM-DD or YYYY-MM-DD hh:mm. Zero-padding is optional and seconds are ignored.`)\n }\n return null\n }\n\n // YYYY-MM-DD hh:mm:ss\n const parts = PARSE_REGEX.exec(input)\n\n if (!parts) {\n if (required) {\n throw new Error(`${input} is not a valid timestamp. It must be a Date, number of milliseconds since Epoch, or a string in the format of YYYY-MM-DD or YYYY-MM-DD hh:mm. Zero-padding is optional and seconds are ignored.`)\n }\n\n return null\n }\n\n const timestamp: CalendarTimestamp = {\n date: input,\n time: '',\n year: parseInt(parts[1]),\n month: parseInt(parts[2]),\n day: parseInt(parts[4]) || 1,\n hour: parseInt(parts[6]) || 0,\n minute: parseInt(parts[8]) || 0,\n weekday: 0,\n hasDay: !!parts[4],\n hasTime: !!(parts[6] && parts[8]),\n past: false,\n present: false,\n future: false,\n }\n\n updateWeekday(timestamp)\n updateFormatted(timestamp)\n\n if (now) {\n updateRelative(timestamp, now, timestamp.hasTime)\n }\n\n return timestamp\n}\n\nexport function parseDate (date: Date): CalendarTimestamp {\n return updateFormatted({\n date: '',\n time: '',\n year: date.getFullYear(),\n month: date.getMonth() + 1,\n day: date.getDate(),\n weekday: date.getDay(),\n hour: date.getHours(),\n minute: date.getMinutes(),\n hasDay: true,\n hasTime: true,\n past: false,\n present: true,\n future: false,\n })\n}\n\nexport function getDayIdentifier (timestamp: { year: number, month: number, day: number }): number {\n return timestamp.year * OFFSET_YEAR + timestamp.month * OFFSET_MONTH + timestamp.day\n}\n\nexport function getTimeIdentifier (timestamp: { hour: number, minute: number }): number {\n return timestamp.hour * OFFSET_HOUR + timestamp.minute\n}\n\nexport function getTimestampIdentifier (timestamp: CalendarTimestamp): number {\n return getDayIdentifier(timestamp) * OFFSET_TIME + getTimeIdentifier(timestamp)\n}\n\nexport function updateRelative (timestamp: CalendarTimestamp, now: CalendarTimestamp, time = false): CalendarTimestamp {\n let a = getDayIdentifier(now)\n let b = getDayIdentifier(timestamp)\n let present = a === b\n\n if (timestamp.hasTime && time && present) {\n a = getTimeIdentifier(now)\n b = getTimeIdentifier(timestamp)\n present = a === b\n }\n\n timestamp.past = b < a\n timestamp.present = present\n timestamp.future = b > a\n\n return timestamp\n}\n\nexport function isTimedless (input: VTimestampInput): input is (Date | number) {\n return (input instanceof Date) || (typeof input === 'number' && isFinite(input))\n}\n\nexport function updateHasTime (timestamp: CalendarTimestamp, hasTime: boolean, now?: CalendarTimestamp): CalendarTimestamp {\n if (timestamp.hasTime !== hasTime) {\n timestamp.hasTime = hasTime\n if (!hasTime) {\n timestamp.hour = HOUR_MAX\n timestamp.minute = MINUTE_MAX\n timestamp.time = getTime(timestamp)\n }\n if (now) {\n updateRelative(timestamp, now, timestamp.hasTime)\n }\n }\n\n return timestamp\n}\n\nexport function updateMinutes (timestamp: CalendarTimestamp, minutes: number, now?: CalendarTimestamp): CalendarTimestamp {\n timestamp.hasTime = true\n timestamp.hour = Math.floor(minutes / MINUTES_IN_HOUR)\n timestamp.minute = minutes % MINUTES_IN_HOUR\n timestamp.time = getTime(timestamp)\n if (now) {\n updateRelative(timestamp, now, true)\n }\n\n return timestamp\n}\n\nexport function updateWeekday (timestamp: CalendarTimestamp): CalendarTimestamp {\n timestamp.weekday = getWeekday(timestamp)\n\n return timestamp\n}\n\nexport function updateFormatted (timestamp: CalendarTimestamp): CalendarTimestamp {\n timestamp.time = getTime(timestamp)\n timestamp.date = getDate(timestamp)\n\n return timestamp\n}\n\nexport function getWeekday (timestamp: CalendarTimestamp): number {\n if (timestamp.hasDay) {\n const _ = Math.floor\n const k = timestamp.day\n const m = ((timestamp.month + 9) % MONTH_MAX) + 1\n const C = _(timestamp.year / 100)\n const Y = (timestamp.year % 100) - (timestamp.month <= 2 ? 1 : 0)\n\n return (((k + _(2.6 * m - 0.2) - 2 * C + Y + _(Y / 4) + _(C / 4)) % 7) + 7) % 7\n }\n\n return timestamp.weekday\n}\n\nexport function daysInMonth (year: number, month: number) {\n return isLeapYear(year) ? DAYS_IN_MONTH_LEAP[month] : DAYS_IN_MONTH[month]\n}\n\nexport function copyTimestamp (timestamp: CalendarTimestamp): CalendarTimestamp {\n const { date, time, year, month, day, weekday, hour, minute, hasDay, hasTime, past, present, future } = timestamp\n\n return { date, time, year, month, day, weekday, hour, minute, hasDay, hasTime, past, present, future }\n}\n\nexport function padNumber (x: number, length: number): string {\n let padded = String(x)\n while (padded.length < length) {\n padded = '0' + padded\n }\n\n return padded\n}\n\nexport function getDate (timestamp: CalendarTimestamp): string {\n let str = `${padNumber(timestamp.year, 4)}-${padNumber(timestamp.month, 2)}`\n\n if (timestamp.hasDay) str += `-${padNumber(timestamp.day, 2)}`\n\n return str\n}\n\nexport function getTime (timestamp: CalendarTimestamp): string {\n if (!timestamp.hasTime) {\n return ''\n }\n\n return `${padNumber(timestamp.hour, 2)}:${padNumber(timestamp.minute, 2)}`\n}\n\nexport function nextMinutes (timestamp: CalendarTimestamp, minutes: number): CalendarTimestamp {\n timestamp.minute += minutes\n while (timestamp.minute > MINUTES_IN_HOUR) {\n timestamp.minute -= MINUTES_IN_HOUR\n timestamp.hour++\n if (timestamp.hour >= HOURS_IN_DAY) {\n nextDay(timestamp)\n timestamp.hour = FIRST_HOUR\n }\n }\n\n return timestamp\n}\n\nexport function nextDay (timestamp: CalendarTimestamp): CalendarTimestamp {\n timestamp.day++\n timestamp.weekday = (timestamp.weekday + 1) % DAYS_IN_WEEK\n if (timestamp.day > DAYS_IN_MONTH_MIN && timestamp.day > daysInMonth(timestamp.year, timestamp.month)) {\n timestamp.day = DAY_MIN\n timestamp.month++\n if (timestamp.month > MONTH_MAX) {\n timestamp.month = MONTH_MIN\n timestamp.year++\n }\n }\n\n return timestamp\n}\n\nexport function prevDay (timestamp: CalendarTimestamp): CalendarTimestamp {\n timestamp.day--\n timestamp.weekday = (timestamp.weekday + 6) % DAYS_IN_WEEK\n if (timestamp.day < DAY_MIN) {\n timestamp.month--\n if (timestamp.month < MONTH_MIN) {\n timestamp.year--\n timestamp.month = MONTH_MAX\n }\n timestamp.day = daysInMonth(timestamp.year, timestamp.month)\n }\n\n return timestamp\n}\n\nexport function relativeDays (\n timestamp: CalendarTimestamp,\n mover: CalendarTimestampOperation = nextDay,\n days = 1\n): CalendarTimestamp {\n while (--days >= 0) mover(timestamp)\n\n return timestamp\n}\n\nexport function diffMinutes (min: CalendarTimestamp, max: CalendarTimestamp) {\n const Y = (max.year - min.year) * 525600\n const M = (max.month - min.month) * 43800\n const D = (max.day - min.day) * 1440\n const h = (max.hour - min.hour) * 60\n const m = (max.minute - min.minute)\n\n return Y + M + D + h + m\n}\n\nexport function findWeekday (timestamp: CalendarTimestamp, weekday: number,\n mover: CalendarTimestampOperation = nextDay, maxDays = 6): CalendarTimestamp {\n while (timestamp.weekday !== weekday && --maxDays >= 0) mover(timestamp)\n\n return timestamp\n}\n\nexport function getWeekdaySkips (weekdays: number[]): number[] {\n const skips: number[] = [1, 1, 1, 1, 1, 1, 1]\n const filled: number[] = [0, 0, 0, 0, 0, 0, 0]\n for (let i = 0; i < weekdays.length; i++) {\n filled[weekdays[i]] = 1\n }\n for (let k = 0; k < DAYS_IN_WEEK; k++) {\n let skip = 1\n for (let j = 1; j < DAYS_IN_WEEK; j++) {\n const next = (k + j) % DAYS_IN_WEEK\n if (filled[next]) {\n break\n }\n skip++\n }\n skips[k] = filled[k] * skip\n }\n\n return skips\n}\n\nexport function timestampToDate (timestamp: CalendarTimestamp): Date {\n const time = `${padNumber(timestamp.hour, 2)}:${padNumber(timestamp.minute, 2)}`\n const date = timestamp.date\n\n return new Date(`${date}T${time}:00+00:00`)\n}\n\nexport function createDayList (\n start: CalendarTimestamp,\n end: CalendarTimestamp,\n now: CalendarTimestamp,\n weekdaySkips: number[],\n max = 42,\n min = 0\n): CalendarTimestamp[] {\n const stop = getDayIdentifier(end)\n const days: CalendarTimestamp[] = []\n let current = copyTimestamp(start)\n let currentIdentifier = 0\n let stopped = currentIdentifier === stop\n\n if (stop < getDayIdentifier(start)) {\n throw new Error('End date is earlier than start date.')\n }\n\n while ((!stopped || days.length < min) && days.length < max) {\n currentIdentifier = getDayIdentifier(current)\n stopped = stopped || currentIdentifier === stop\n if (weekdaySkips[current.weekday] === 0) {\n current = nextDay(current)\n continue\n }\n const day = copyTimestamp(current)\n updateFormatted(day)\n updateRelative(day, now)\n days.push(day)\n current = relativeDays(current, nextDay, weekdaySkips[current.weekday])\n }\n\n if (!days.length) throw new Error('No dates found using specified start date, end date, and weekdays.')\n\n return days\n}\n\nexport function createIntervalList (timestamp: CalendarTimestamp, first: number,\n minutes: number, count: number, now?: CalendarTimestamp): CalendarTimestamp[] {\n const intervals: CalendarTimestamp[] = []\n\n for (let i = 0; i < count; i++) {\n const mins = first + (i * minutes)\n const int = copyTimestamp(timestamp)\n intervals.push(updateMinutes(int, mins, now))\n }\n\n return intervals\n}\n\nexport function createNativeLocaleFormatter (locale: string, getOptions: CalendarTimestampFormatOptions): CalendarFormatter {\n const emptyFormatter: CalendarFormatter = (_t, _s) => ''\n\n if (typeof Intl === 'undefined' || typeof Intl.DateTimeFormat === 'undefined') {\n return emptyFormatter\n }\n\n return (timestamp, short) => {\n try {\n const intlFormatter = new Intl.DateTimeFormat(locale || undefined, getOptions(timestamp, short))\n\n return intlFormatter.format(timestampToDate(timestamp))\n } catch (e) {\n return ''\n }\n }\n}\n"],"file":"timestamp.mjs"}
1
+ {"version":3,"file":"timestamp.mjs","names":["isLeapYear","PARSE_REGEX","PARSE_TIME","DAYS_IN_MONTH","DAYS_IN_MONTH_LEAP","DAYS_IN_MONTH_MIN","DAYS_IN_MONTH_MAX","MONTH_MAX","MONTH_MIN","DAY_MIN","DAYS_IN_WEEK","MINUTES_IN_HOUR","MINUTE_MAX","MINUTES_IN_DAY","HOURS_IN_DAY","HOUR_MAX","FIRST_HOUR","OFFSET_YEAR","OFFSET_MONTH","OFFSET_HOUR","OFFSET_TIME","getStartOfWeek","timestamp","weekdays","today","start","copyTimestamp","findWeekday","prevDay","updateFormatted","updateRelative","hasTime","getEndOfWeek","end","length","getStartOfMonth","day","updateWeekday","getEndOfMonth","daysInMonth","year","month","validateTime","input","isFinite","exec","hour","minute","parseTime","parts","parseInt","validateTimestamp","Date","parseTimestamp","required","now","date","parseDate","Error","time","weekday","hasDay","past","present","future","getFullYear","getMonth","getDate","getDay","getHours","getMinutes","getDayIdentifier","getTimeIdentifier","getTimestampIdentifier","a","b","isTimedless","updateHasTime","getTime","updateMinutes","minutes","Math","floor","getWeekday","_","k","m","C","Y","padNumber","x","padded","String","str","nextMinutes","nextDay","relativeDays","mover","days","diffMinutes","min","max","M","D","h","maxDays","getWeekdaySkips","skips","filled","i","skip","j","next","timestampToDate","createDayList","weekdaySkips","stop","current","currentIdentifier","stopped","push","createIntervalList","first","count","intervals","mins","int","createNativeLocaleFormatter","locale","getOptions","emptyFormatter","_t","_s","Intl","DateTimeFormat","short","intlFormatter","undefined","format","e"],"sources":["../../../../src/components/VCalendar/util/timestamp.ts"],"sourcesContent":["// @ts-nocheck\n/* eslint-disable */\n\nimport { CalendarTimestamp, CalendarFormatter } from 'vuetify/types'\nimport { isLeapYear } from '../../../util/dateTimeUtils'\n\nexport const PARSE_REGEX = /^(\\d{4})-(\\d{1,2})(-(\\d{1,2}))?([^\\d]+(\\d{1,2}))?(:(\\d{1,2}))?(:(\\d{1,2}))?$/\nexport const PARSE_TIME = /(\\d\\d?)(:(\\d\\d?)|)(:(\\d\\d?)|)/\n\nexport const DAYS_IN_MONTH: number[] = [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]\nexport const DAYS_IN_MONTH_LEAP: number[] = [0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]\nexport const DAYS_IN_MONTH_MIN = 28\nexport const DAYS_IN_MONTH_MAX = 31\nexport const MONTH_MAX = 12\nexport const MONTH_MIN = 1\nexport const DAY_MIN = 1\nexport const DAYS_IN_WEEK = 7\nexport const MINUTES_IN_HOUR = 60\nexport const MINUTE_MAX = 59\nexport const MINUTES_IN_DAY = 24 * 60\nexport const HOURS_IN_DAY = 24\nexport const HOUR_MAX = 23\nexport const FIRST_HOUR = 0\nexport const OFFSET_YEAR = 10000\nexport const OFFSET_MONTH = 100\nexport const OFFSET_HOUR = 100\nexport const OFFSET_TIME = 10000\n\ntype CalendarTimestampFormatOptions = (timestamp: CalendarTimestamp, short: boolean) => object\ntype CalendarTimestampOperation = (timestamp: CalendarTimestamp) => CalendarTimestamp\nexport type VTime = number | string | {\n hour: number\n minute: number\n}\n\nexport type VTimestampInput = number | string | Date;\n\nexport function getStartOfWeek (timestamp: CalendarTimestamp, weekdays: number[], today?: CalendarTimestamp): CalendarTimestamp {\n const start = copyTimestamp(timestamp)\n findWeekday(start, weekdays[0], prevDay)\n updateFormatted(start)\n if (today) {\n updateRelative(start, today, start.hasTime)\n }\n\n return start\n}\n\nexport function getEndOfWeek (timestamp: CalendarTimestamp, weekdays: number[], today?: CalendarTimestamp): CalendarTimestamp {\n const end = copyTimestamp(timestamp)\n findWeekday(end, weekdays[weekdays.length - 1])\n updateFormatted(end)\n if (today) {\n updateRelative(end, today, end.hasTime)\n }\n\n return end\n}\n\nexport function getStartOfMonth (timestamp: CalendarTimestamp): CalendarTimestamp {\n const start = copyTimestamp(timestamp)\n start.day = DAY_MIN\n updateWeekday(start)\n updateFormatted(start)\n\n return start\n}\n\nexport function getEndOfMonth (timestamp: CalendarTimestamp): CalendarTimestamp {\n const end = copyTimestamp(timestamp)\n end.day = daysInMonth(end.year, end.month)\n updateWeekday(end)\n updateFormatted(end)\n\n return end\n}\n\nexport function validateTime (input: any): input is VTime {\n return (typeof input === 'number' && isFinite(input)) ||\n (!!PARSE_TIME.exec(input)) ||\n (typeof input === 'object' && isFinite(input.hour) && isFinite(input.minute))\n}\n\nexport function parseTime (input: any): number | false {\n if (typeof input === 'number') {\n // when a number is given, it's minutes since 12:00am\n return input\n } else if (typeof input === 'string') {\n // when a string is given, it's a hh:mm:ss format where seconds are optional\n const parts = PARSE_TIME.exec(input)\n if (!parts) {\n return false\n }\n\n return parseInt(parts[1]) * 60 + parseInt(parts[3] || 0)\n } else if (typeof input === 'object') {\n // when an object is given, it must have hour and minute\n if (typeof input.hour !== 'number' || typeof input.minute !== 'number') {\n return false\n }\n\n return input.hour * 60 + input.minute\n } else {\n // unsupported type\n return false\n }\n}\n\nexport function validateTimestamp (input: any): input is VTimestampInput {\n return (typeof input === 'number' && isFinite(input)) ||\n (typeof input === 'string' && !!PARSE_REGEX.exec(input)) ||\n (input instanceof Date)\n}\n\nexport function parseTimestamp (input: VTimestampInput, required?: false, now?: CalendarTimestamp): CalendarTimestamp | null\nexport function parseTimestamp (input: VTimestampInput, required: true, now?: CalendarTimestamp): CalendarTimestamp\nexport function parseTimestamp (input: VTimestampInput, required = false, now?: CalendarTimestamp): CalendarTimestamp | null {\n if (typeof input === 'number' && isFinite(input)) {\n input = new Date(input)\n }\n\n if (input instanceof Date) {\n const date: CalendarTimestamp = parseDate(input)\n\n if (now) {\n updateRelative(date, now, date.hasTime)\n }\n\n return date\n }\n\n if (typeof input !== 'string') {\n if (required) {\n throw new Error(`${input} is not a valid timestamp. It must be a Date, number of milliseconds since Epoch, or a string in the format of YYYY-MM-DD or YYYY-MM-DD hh:mm. Zero-padding is optional and seconds are ignored.`)\n }\n return null\n }\n\n // YYYY-MM-DD hh:mm:ss\n const parts = PARSE_REGEX.exec(input)\n\n if (!parts) {\n if (required) {\n throw new Error(`${input} is not a valid timestamp. It must be a Date, number of milliseconds since Epoch, or a string in the format of YYYY-MM-DD or YYYY-MM-DD hh:mm. Zero-padding is optional and seconds are ignored.`)\n }\n\n return null\n }\n\n const timestamp: CalendarTimestamp = {\n date: input,\n time: '',\n year: parseInt(parts[1]),\n month: parseInt(parts[2]),\n day: parseInt(parts[4]) || 1,\n hour: parseInt(parts[6]) || 0,\n minute: parseInt(parts[8]) || 0,\n weekday: 0,\n hasDay: !!parts[4],\n hasTime: !!(parts[6] && parts[8]),\n past: false,\n present: false,\n future: false,\n }\n\n updateWeekday(timestamp)\n updateFormatted(timestamp)\n\n if (now) {\n updateRelative(timestamp, now, timestamp.hasTime)\n }\n\n return timestamp\n}\n\nexport function parseDate (date: Date): CalendarTimestamp {\n return updateFormatted({\n date: '',\n time: '',\n year: date.getFullYear(),\n month: date.getMonth() + 1,\n day: date.getDate(),\n weekday: date.getDay(),\n hour: date.getHours(),\n minute: date.getMinutes(),\n hasDay: true,\n hasTime: true,\n past: false,\n present: true,\n future: false,\n })\n}\n\nexport function getDayIdentifier (timestamp: { year: number, month: number, day: number }): number {\n return timestamp.year * OFFSET_YEAR + timestamp.month * OFFSET_MONTH + timestamp.day\n}\n\nexport function getTimeIdentifier (timestamp: { hour: number, minute: number }): number {\n return timestamp.hour * OFFSET_HOUR + timestamp.minute\n}\n\nexport function getTimestampIdentifier (timestamp: CalendarTimestamp): number {\n return getDayIdentifier(timestamp) * OFFSET_TIME + getTimeIdentifier(timestamp)\n}\n\nexport function updateRelative (timestamp: CalendarTimestamp, now: CalendarTimestamp, time = false): CalendarTimestamp {\n let a = getDayIdentifier(now)\n let b = getDayIdentifier(timestamp)\n let present = a === b\n\n if (timestamp.hasTime && time && present) {\n a = getTimeIdentifier(now)\n b = getTimeIdentifier(timestamp)\n present = a === b\n }\n\n timestamp.past = b < a\n timestamp.present = present\n timestamp.future = b > a\n\n return timestamp\n}\n\nexport function isTimedless (input: VTimestampInput): input is (Date | number) {\n return (input instanceof Date) || (typeof input === 'number' && isFinite(input))\n}\n\nexport function updateHasTime (timestamp: CalendarTimestamp, hasTime: boolean, now?: CalendarTimestamp): CalendarTimestamp {\n if (timestamp.hasTime !== hasTime) {\n timestamp.hasTime = hasTime\n if (!hasTime) {\n timestamp.hour = HOUR_MAX\n timestamp.minute = MINUTE_MAX\n timestamp.time = getTime(timestamp)\n }\n if (now) {\n updateRelative(timestamp, now, timestamp.hasTime)\n }\n }\n\n return timestamp\n}\n\nexport function updateMinutes (timestamp: CalendarTimestamp, minutes: number, now?: CalendarTimestamp): CalendarTimestamp {\n timestamp.hasTime = true\n timestamp.hour = Math.floor(minutes / MINUTES_IN_HOUR)\n timestamp.minute = minutes % MINUTES_IN_HOUR\n timestamp.time = getTime(timestamp)\n if (now) {\n updateRelative(timestamp, now, true)\n }\n\n return timestamp\n}\n\nexport function updateWeekday (timestamp: CalendarTimestamp): CalendarTimestamp {\n timestamp.weekday = getWeekday(timestamp)\n\n return timestamp\n}\n\nexport function updateFormatted (timestamp: CalendarTimestamp): CalendarTimestamp {\n timestamp.time = getTime(timestamp)\n timestamp.date = getDate(timestamp)\n\n return timestamp\n}\n\nexport function getWeekday (timestamp: CalendarTimestamp): number {\n if (timestamp.hasDay) {\n const _ = Math.floor\n const k = timestamp.day\n const m = ((timestamp.month + 9) % MONTH_MAX) + 1\n const C = _(timestamp.year / 100)\n const Y = (timestamp.year % 100) - (timestamp.month <= 2 ? 1 : 0)\n\n return (((k + _(2.6 * m - 0.2) - 2 * C + Y + _(Y / 4) + _(C / 4)) % 7) + 7) % 7\n }\n\n return timestamp.weekday\n}\n\nexport function daysInMonth (year: number, month: number) {\n return isLeapYear(year) ? DAYS_IN_MONTH_LEAP[month] : DAYS_IN_MONTH[month]\n}\n\nexport function copyTimestamp (timestamp: CalendarTimestamp): CalendarTimestamp {\n const { date, time, year, month, day, weekday, hour, minute, hasDay, hasTime, past, present, future } = timestamp\n\n return { date, time, year, month, day, weekday, hour, minute, hasDay, hasTime, past, present, future }\n}\n\nexport function padNumber (x: number, length: number): string {\n let padded = String(x)\n while (padded.length < length) {\n padded = '0' + padded\n }\n\n return padded\n}\n\nexport function getDate (timestamp: CalendarTimestamp): string {\n let str = `${padNumber(timestamp.year, 4)}-${padNumber(timestamp.month, 2)}`\n\n if (timestamp.hasDay) str += `-${padNumber(timestamp.day, 2)}`\n\n return str\n}\n\nexport function getTime (timestamp: CalendarTimestamp): string {\n if (!timestamp.hasTime) {\n return ''\n }\n\n return `${padNumber(timestamp.hour, 2)}:${padNumber(timestamp.minute, 2)}`\n}\n\nexport function nextMinutes (timestamp: CalendarTimestamp, minutes: number): CalendarTimestamp {\n timestamp.minute += minutes\n while (timestamp.minute > MINUTES_IN_HOUR) {\n timestamp.minute -= MINUTES_IN_HOUR\n timestamp.hour++\n if (timestamp.hour >= HOURS_IN_DAY) {\n nextDay(timestamp)\n timestamp.hour = FIRST_HOUR\n }\n }\n\n return timestamp\n}\n\nexport function nextDay (timestamp: CalendarTimestamp): CalendarTimestamp {\n timestamp.day++\n timestamp.weekday = (timestamp.weekday + 1) % DAYS_IN_WEEK\n if (timestamp.day > DAYS_IN_MONTH_MIN && timestamp.day > daysInMonth(timestamp.year, timestamp.month)) {\n timestamp.day = DAY_MIN\n timestamp.month++\n if (timestamp.month > MONTH_MAX) {\n timestamp.month = MONTH_MIN\n timestamp.year++\n }\n }\n\n return timestamp\n}\n\nexport function prevDay (timestamp: CalendarTimestamp): CalendarTimestamp {\n timestamp.day--\n timestamp.weekday = (timestamp.weekday + 6) % DAYS_IN_WEEK\n if (timestamp.day < DAY_MIN) {\n timestamp.month--\n if (timestamp.month < MONTH_MIN) {\n timestamp.year--\n timestamp.month = MONTH_MAX\n }\n timestamp.day = daysInMonth(timestamp.year, timestamp.month)\n }\n\n return timestamp\n}\n\nexport function relativeDays (\n timestamp: CalendarTimestamp,\n mover: CalendarTimestampOperation = nextDay,\n days = 1\n): CalendarTimestamp {\n while (--days >= 0) mover(timestamp)\n\n return timestamp\n}\n\nexport function diffMinutes (min: CalendarTimestamp, max: CalendarTimestamp) {\n const Y = (max.year - min.year) * 525600\n const M = (max.month - min.month) * 43800\n const D = (max.day - min.day) * 1440\n const h = (max.hour - min.hour) * 60\n const m = (max.minute - min.minute)\n\n return Y + M + D + h + m\n}\n\nexport function findWeekday (timestamp: CalendarTimestamp, weekday: number,\n mover: CalendarTimestampOperation = nextDay, maxDays = 6): CalendarTimestamp {\n while (timestamp.weekday !== weekday && --maxDays >= 0) mover(timestamp)\n\n return timestamp\n}\n\nexport function getWeekdaySkips (weekdays: number[]): number[] {\n const skips: number[] = [1, 1, 1, 1, 1, 1, 1]\n const filled: number[] = [0, 0, 0, 0, 0, 0, 0]\n for (let i = 0; i < weekdays.length; i++) {\n filled[weekdays[i]] = 1\n }\n for (let k = 0; k < DAYS_IN_WEEK; k++) {\n let skip = 1\n for (let j = 1; j < DAYS_IN_WEEK; j++) {\n const next = (k + j) % DAYS_IN_WEEK\n if (filled[next]) {\n break\n }\n skip++\n }\n skips[k] = filled[k] * skip\n }\n\n return skips\n}\n\nexport function timestampToDate (timestamp: CalendarTimestamp): Date {\n const time = `${padNumber(timestamp.hour, 2)}:${padNumber(timestamp.minute, 2)}`\n const date = timestamp.date\n\n return new Date(`${date}T${time}:00+00:00`)\n}\n\nexport function createDayList (\n start: CalendarTimestamp,\n end: CalendarTimestamp,\n now: CalendarTimestamp,\n weekdaySkips: number[],\n max = 42,\n min = 0\n): CalendarTimestamp[] {\n const stop = getDayIdentifier(end)\n const days: CalendarTimestamp[] = []\n let current = copyTimestamp(start)\n let currentIdentifier = 0\n let stopped = currentIdentifier === stop\n\n if (stop < getDayIdentifier(start)) {\n throw new Error('End date is earlier than start date.')\n }\n\n while ((!stopped || days.length < min) && days.length < max) {\n currentIdentifier = getDayIdentifier(current)\n stopped = stopped || currentIdentifier === stop\n if (weekdaySkips[current.weekday] === 0) {\n current = nextDay(current)\n continue\n }\n const day = copyTimestamp(current)\n updateFormatted(day)\n updateRelative(day, now)\n days.push(day)\n current = relativeDays(current, nextDay, weekdaySkips[current.weekday])\n }\n\n if (!days.length) throw new Error('No dates found using specified start date, end date, and weekdays.')\n\n return days\n}\n\nexport function createIntervalList (timestamp: CalendarTimestamp, first: number,\n minutes: number, count: number, now?: CalendarTimestamp): CalendarTimestamp[] {\n const intervals: CalendarTimestamp[] = []\n\n for (let i = 0; i < count; i++) {\n const mins = first + (i * minutes)\n const int = copyTimestamp(timestamp)\n intervals.push(updateMinutes(int, mins, now))\n }\n\n return intervals\n}\n\nexport function createNativeLocaleFormatter (locale: string, getOptions: CalendarTimestampFormatOptions): CalendarFormatter {\n const emptyFormatter: CalendarFormatter = (_t, _s) => ''\n\n if (typeof Intl === 'undefined' || typeof Intl.DateTimeFormat === 'undefined') {\n return emptyFormatter\n }\n\n return (timestamp, short) => {\n try {\n const intlFormatter = new Intl.DateTimeFormat(locale || undefined, getOptions(timestamp, short))\n\n return intlFormatter.format(timestampToDate(timestamp))\n } catch (e) {\n return ''\n }\n }\n}\n"],"mappings":"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"}
@@ -1,12 +1,14 @@
1
1
  .v-card {
2
2
  display: block;
3
3
  overflow: hidden;
4
+ overflow-wrap: break-word;
4
5
  position: relative;
5
6
  padding: 0;
6
7
  text-decoration: none;
7
8
  transition-duration: 0.28s;
8
9
  transition-property: box-shadow, opacity, background;
9
10
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
11
+ z-index: 0;
10
12
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
11
13
  border-style: solid;
12
14
  border-width: 0;
@@ -22,25 +24,32 @@
22
24
  .v-card--fixed {
23
25
  position: fixed;
24
26
  }
25
- .v-card:hover .v-card__overlay {
27
+ .v-card:hover > .v-card__overlay {
26
28
  opacity: calc(0.04 * var(--v-theme-overlay-multiplier));
27
29
  }
28
- .v-card:focus-visible .v-card__overlay {
30
+ .v-card:focus-visible > .v-card__overlay {
29
31
  opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
30
32
  }
31
33
  @supports not selector(:focus-visible) {
32
- .v-card:focus .v-card__overlay {
34
+ .v-card:focus > .v-card__overlay {
33
35
  opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
34
36
  }
35
37
  }
36
- .v-card--active:hover.v-card__overlay,
37
- .v-card--active .v-card__overlay {
38
+ .v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
38
39
  opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
39
40
  }
40
- .v-card--active:focus .v-card__overlay {
41
+ .v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
41
42
  opacity: calc(0.16 * var(--v-theme-overlay-multiplier));
42
43
  }
43
- .v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-contained-text {
44
+ .v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
45
+ opacity: calc(0.24 * var(--v-theme-overlay-multiplier));
46
+ }
47
+ @supports not selector(:focus-visible) {
48
+ .v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
49
+ opacity: calc(0.24 * var(--v-theme-overlay-multiplier));
50
+ }
51
+ }
52
+ .v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
44
53
  background: transparent;
45
54
  color: inherit;
46
55
  }
@@ -53,15 +62,15 @@
53
62
  .v-card--variant-plain .v-card__overlay {
54
63
  display: none;
55
64
  }
56
- .v-card--variant-contained, .v-card--variant-contained-flat {
65
+ .v-card--variant-elevated, .v-card--variant-flat {
57
66
  background: rgb(var(--v-theme-surface));
58
67
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
59
68
  }
60
- .v-card--variant-contained {
61
- box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
69
+ .v-card--variant-elevated {
70
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
62
71
  }
63
- .v-card--variant-contained-flat {
64
- box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
72
+ .v-card--variant-flat {
73
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
65
74
  }
66
75
  .v-card--variant-outlined {
67
76
  border: thin solid currentColor;
@@ -69,7 +78,7 @@
69
78
  .v-card--variant-text .v-card__overlay {
70
79
  background: currentColor;
71
80
  }
72
- .v-card--variant-contained-text .v-card__underlay {
81
+ .v-card--variant-tonal .v-card__underlay {
73
82
  background: currentColor;
74
83
  opacity: var(--v-activated-opacity);
75
84
  border-radius: inherit;
@@ -79,13 +88,12 @@
79
88
  bottom: 0;
80
89
  left: 0;
81
90
  pointer-events: none;
82
- transition: opacity 0.2s ease-in-out;
83
91
  }
84
92
  .v-card--disabled {
85
93
  pointer-events: none;
86
94
  user-select: none;
87
95
  }
88
- .v-card--disabled > [class*=v-card-] {
96
+ .v-card--disabled > :not(.v-card__loader) {
89
97
  opacity: 0.6;
90
98
  }
91
99
  .v-card--flat {
@@ -93,7 +101,7 @@
93
101
  }
94
102
  .v-card--hover {
95
103
  cursor: pointer;
96
- box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
104
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
97
105
  }
98
106
  .v-card--hover::before, .v-card--hover::after {
99
107
  border-radius: inherit;
@@ -110,12 +118,12 @@
110
118
  .v-card--hover::before {
111
119
  opacity: 1;
112
120
  z-index: -1;
113
- box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
121
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
114
122
  }
115
123
  .v-card--hover::after {
116
124
  z-index: 1;
117
125
  opacity: 0;
118
- box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
126
+ box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
119
127
  }
120
128
  .v-card--hover:hover::after {
121
129
  opacity: 1;
@@ -126,67 +134,90 @@
126
134
  .v-card--link {
127
135
  cursor: pointer;
128
136
  }
129
- .v-card--tile {
130
- border-radius: 0;
131
- }
132
137
 
133
138
  .v-card-actions {
134
139
  align-items: center;
135
140
  display: flex;
136
- flex: 1 1 auto;
141
+ flex: none;
137
142
  min-height: 52px;
138
143
  padding: 0.5rem;
139
144
  }
140
145
 
141
- .v-card-avatar {
142
- align-self: flex-start;
143
- padding: 0.5rem 1rem;
146
+ .v-card-item {
147
+ align-items: center;
148
+ display: grid;
149
+ flex: none;
150
+ grid-template-areas: "prepend content append";
151
+ grid-template-columns: max-content auto max-content;
152
+ padding: 0.625rem 1rem;
144
153
  }
145
- .v-card-header .v-card-avatar:last-child {
146
- padding-inline-end: 0;
154
+ .v-card-item + .v-card-text {
155
+ padding-top: 0;
147
156
  }
148
- .v-card-header .v-card-avatar:first-child {
149
- padding-inline-start: 0;
157
+ .v-card-item__prepend {
158
+ grid-area: prepend;
159
+ padding-inline-end: 1rem;
150
160
  }
151
-
152
- .v-card-header-text {
153
- flex: 1 1 auto;
154
- min-width: 0;
161
+ .v-card-item__append {
162
+ grid-area: append;
163
+ padding-inline-start: 1rem;
155
164
  }
156
165
 
157
- .v-card-img {
158
- border-radius: inherit;
159
- display: flex;
160
- height: 100%;
161
- left: 0;
166
+ .v-card-item__content {
167
+ align-self: center;
168
+ grid-area: content;
162
169
  overflow: hidden;
163
- position: absolute;
164
- top: 0;
165
- width: 100%;
166
170
  }
167
171
 
168
- .v-card-header {
169
- align-items: center;
170
- display: flex;
171
- padding: 0.625rem 1rem;
172
+ .v-card-title {
173
+ display: block;
174
+ flex: none;
175
+ font-size: 1.25rem;
176
+ font-weight: 500;
177
+ hyphens: auto;
178
+ letter-spacing: 0.0125em;
179
+ min-width: 0;
180
+ overflow-wrap: normal;
181
+ overflow: hidden;
182
+ overflow: hidden;
183
+ padding: 0.5rem 1rem;
184
+ text-overflow: ellipsis;
185
+ text-overflow: ellipsis;
186
+ text-transform: none;
187
+ white-space: nowrap;
188
+ white-space: nowrap;
189
+ word-break: normal;
190
+ word-wrap: break-word;
172
191
  }
173
- .v-card-header + .v-card-text {
174
- padding-top: 0;
192
+ .v-card .v-card-title {
193
+ line-height: 2rem;
175
194
  }
176
-
177
- .v-card-media {
178
- overflow: hidden;
195
+ .v-card--density-comfortable .v-card-title {
196
+ line-height: 1.75rem;
197
+ }
198
+ .v-card--density-compact .v-card-title {
199
+ line-height: 1.55rem;
200
+ }
201
+ .v-card-item .v-card-title {
202
+ padding: 0;
203
+ }
204
+ .v-card-title + .v-card-text,
205
+ .v-card-title + .v-card-actions {
206
+ padding-top: 0;
179
207
  }
180
208
 
181
209
  .v-card-subtitle {
182
- align-items: center;
183
- display: flex;
210
+ display: block;
211
+ flex: none;
184
212
  font-size: 0.875rem;
185
213
  font-weight: 400;
186
214
  letter-spacing: 0.0178571429em;
187
215
  opacity: var(--v-medium-emphasis-opacity);
216
+ overflow: hidden;
188
217
  padding: 0 1rem;
218
+ text-overflow: ellipsis;
189
219
  text-transform: none;
220
+ white-space: nowrap;
190
221
  }
191
222
  .v-card .v-card-subtitle {
192
223
  line-height: 1.25rem;
@@ -197,19 +228,17 @@
197
228
  .v-card--density-compact .v-card-subtitle {
198
229
  line-height: 1rem;
199
230
  }
200
- .v-card-header .v-card-subtitle {
231
+ .v-card-item .v-card-subtitle {
201
232
  padding: 0 0 0.25rem;
202
233
  }
203
234
 
204
235
  .v-card-text {
205
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
236
+ flex: 1 1 auto;
206
237
  font-size: 0.875rem;
207
238
  font-weight: 400;
208
239
  letter-spacing: 0.0178571429em;
209
240
  padding: 1rem;
210
241
  text-transform: none;
211
- transition: inherit;
212
- transition-property: color, opacity;
213
242
  }
214
243
  .v-card .v-card-text {
215
244
  line-height: 1.25rem;
@@ -220,34 +249,33 @@
220
249
  .v-card--density-compact .v-card-text {
221
250
  line-height: 1.15rem;
222
251
  }
223
- .v-card-text + .v-card-actions {
224
- margin-top: -0.5rem;
225
- }
226
252
 
227
- .v-card-title {
228
- align-items: center;
253
+ .v-card__image {
229
254
  display: flex;
230
- font-size: 1.25rem;
231
- font-weight: 500;
232
- hyphens: auto;
233
- letter-spacing: 0.0125em;
234
- overflow-wrap: normal;
235
- padding: 0.5rem 1rem;
236
- text-transform: none;
237
- word-break: normal;
238
- word-wrap: break-word;
239
- }
240
- .v-card .v-card-title {
241
- line-height: 2rem;
242
- }
243
- .v-card--density-comfortable .v-card-title {
244
- line-height: 1.75rem;
255
+ height: 100%;
256
+ flex: 1 1 auto;
257
+ left: 0;
258
+ overflow: hidden;
259
+ position: absolute;
260
+ top: 0;
261
+ width: 100%;
262
+ z-index: -1;
245
263
  }
246
- .v-card--density-compact .v-card-title {
247
- line-height: 1.55rem;
264
+
265
+ .v-card__content {
266
+ border-radius: inherit;
267
+ overflow: hidden;
268
+ position: relative;
248
269
  }
249
- .v-card-header .v-card-title {
250
- padding: 0;
270
+
271
+ .v-card__loader {
272
+ bottom: auto;
273
+ top: 0;
274
+ left: 0;
275
+ position: absolute;
276
+ right: 0;
277
+ width: 100%;
278
+ z-index: 1;
251
279
  }
252
280
 
253
281
  .v-card__overlay {
@@ -261,8 +289,4 @@
261
289
  pointer-events: none;
262
290
  opacity: 0;
263
291
  transition: opacity 0.2s ease-in-out;
264
- }
265
- .v-card__overlay + .v-card-media {
266
- border-top-left-radius: inherit;
267
- border-top-right-radius: inherit;
268
292
  }