vuetify 3.0.0-beta.9 → 3.0.1

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 (959) hide show
  1. package/_settings.scss +2 -0
  2. package/_styles.scss +1 -0
  3. package/_tools.scss +1 -0
  4. package/dist/json/attributes.json +3767 -2527
  5. package/dist/json/importMap.json +14 -18
  6. package/dist/json/tags.json +475 -56
  7. package/dist/json/web-types.json +14481 -10795
  8. package/dist/vuetify.css +1565 -2316
  9. package/dist/vuetify.d.ts +17610 -6982
  10. package/dist/vuetify.esm.js +5675 -6283
  11. package/dist/vuetify.esm.js.map +1 -1
  12. package/dist/vuetify.js +5664 -6273
  13. package/dist/vuetify.js.map +1 -1
  14. package/dist/vuetify.min.css +3 -3
  15. package/dist/vuetify.min.js +1266 -1272
  16. package/dist/vuetify.min.js.map +1 -1
  17. package/lib/blueprints/index.d.ts +163 -0
  18. package/lib/blueprints/index.mjs.map +1 -1
  19. package/lib/blueprints/md1.d.ts +159 -0
  20. package/lib/blueprints/md1.mjs +3 -1
  21. package/lib/blueprints/md1.mjs.map +1 -1
  22. package/lib/blueprints/md2.d.ts +159 -0
  23. package/lib/blueprints/md2.mjs +3 -1
  24. package/lib/blueprints/md2.mjs.map +1 -1
  25. package/lib/blueprints/md3.d.ts +159 -0
  26. package/lib/blueprints/md3.mjs +2 -2
  27. package/lib/blueprints/md3.mjs.map +1 -1
  28. package/lib/components/VAlert/VAlert.css +2 -3
  29. package/lib/components/VAlert/VAlert.mjs +10 -23
  30. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  31. package/lib/components/VAlert/VAlertTitle.mjs.map +1 -1
  32. package/lib/components/VAlert/index.d.ts +187 -0
  33. package/lib/components/VAlert/index.mjs.map +1 -1
  34. package/lib/components/VApp/VApp.css +0 -11
  35. package/lib/components/VApp/VApp.mjs +5 -7
  36. package/lib/components/VApp/VApp.mjs.map +1 -1
  37. package/lib/components/VApp/VApp.sass +0 -9
  38. package/lib/components/VApp/index.d.ts +85 -0
  39. package/lib/components/VApp/index.mjs.map +1 -1
  40. package/lib/components/VAppBar/VAppBar.css +4 -1
  41. package/lib/components/VAppBar/VAppBar.mjs +7 -11
  42. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  43. package/lib/components/VAppBar/VAppBar.sass +3 -0
  44. package/lib/components/VAppBar/VAppBarNavIcon.mjs +0 -4
  45. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  46. package/lib/components/VAppBar/VAppBarTitle.mjs +2 -4
  47. package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
  48. package/lib/components/VAppBar/index.d.ts +160 -0
  49. package/lib/components/VAppBar/index.mjs.map +1 -1
  50. package/lib/components/VAutocomplete/VAutocomplete.css +19 -2
  51. package/lib/components/VAutocomplete/VAutocomplete.mjs +61 -50
  52. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  53. package/lib/components/VAutocomplete/VAutocomplete.sass +11 -1
  54. package/lib/components/VAutocomplete/_variables.scss +1 -0
  55. package/lib/components/VAutocomplete/index.d.ts +1754 -0
  56. package/lib/components/VAutocomplete/index.mjs.map +1 -1
  57. package/lib/components/VAvatar/VAvatar.css +45 -2
  58. package/lib/components/VAvatar/VAvatar.mjs +19 -19
  59. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  60. package/lib/components/VAvatar/VAvatar.sass +6 -1
  61. package/lib/components/VAvatar/_variables.scss +9 -4
  62. package/lib/components/VAvatar/index.d.ts +82 -0
  63. package/lib/components/VAvatar/index.mjs.map +1 -1
  64. package/lib/components/VBadge/VBadge.mjs +3 -9
  65. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  66. package/lib/components/VBadge/index.d.ts +123 -0
  67. package/lib/components/VBadge/index.mjs.map +1 -1
  68. package/lib/components/VBanner/VBanner.css +1 -1
  69. package/lib/components/VBanner/VBanner.mjs +5 -7
  70. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  71. package/lib/components/VBanner/VBannerActions.mjs +0 -4
  72. package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
  73. package/lib/components/VBanner/VBannerText.mjs.map +1 -1
  74. package/lib/components/VBanner/index.d.ts +126 -0
  75. package/lib/components/VBanner/index.mjs.map +1 -1
  76. package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -1
  77. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +3 -6
  78. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  79. package/lib/components/VBottomNavigation/index.d.ts +145 -0
  80. package/lib/components/VBottomNavigation/index.mjs.map +1 -1
  81. package/lib/components/VBottomSheet/VBottomSheet.mjs +5 -5
  82. package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
  83. package/lib/components/VBottomSheet/index.mjs.map +1 -1
  84. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +8 -12
  85. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  86. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  87. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +4 -9
  88. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  89. package/lib/components/VBreadcrumbs/index.d.ts +313 -0
  90. package/lib/components/VBreadcrumbs/index.mjs.map +1 -1
  91. package/lib/components/VBtn/VBtn.css +14 -10
  92. package/lib/components/VBtn/VBtn.mjs +22 -20
  93. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  94. package/lib/components/VBtn/index.d.ts +213 -0
  95. package/lib/components/VBtn/index.mjs.map +1 -1
  96. package/lib/components/VBtnGroup/VBtnGroup.css +1 -1
  97. package/lib/components/VBtnGroup/VBtnGroup.mjs +2 -4
  98. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  99. package/lib/components/VBtnGroup/index.d.ts +68 -0
  100. package/lib/components/VBtnGroup/index.mjs.map +1 -1
  101. package/lib/components/VBtnToggle/VBtnToggle.mjs +3 -10
  102. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  103. package/lib/components/VBtnToggle/index.d.ts +170 -0
  104. package/lib/components/VBtnToggle/index.mjs.map +1 -1
  105. package/lib/components/VCalendar/VCalendar.mjs +6 -67
  106. package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
  107. package/lib/components/VCalendar/VCalendarCategory.mjs +7 -18
  108. package/lib/components/VCalendar/VCalendarCategory.mjs.map +1 -1
  109. package/lib/components/VCalendar/VCalendarDaily.mjs +3 -34
  110. package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
  111. package/lib/components/VCalendar/VCalendarMonthly.mjs +3 -7
  112. package/lib/components/VCalendar/VCalendarMonthly.mjs.map +1 -1
  113. package/lib/components/VCalendar/VCalendarWeekly.mjs +3 -32
  114. package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
  115. package/lib/components/VCalendar/index.mjs.map +1 -1
  116. package/lib/components/VCalendar/mixins/calendar-base.mjs +1 -19
  117. package/lib/components/VCalendar/mixins/calendar-base.mjs.map +1 -1
  118. package/lib/components/VCalendar/mixins/calendar-with-events.mjs +16 -84
  119. package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
  120. package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs +0 -30
  121. package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs.map +1 -1
  122. package/lib/components/VCalendar/mixins/mouse.mjs +7 -17
  123. package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
  124. package/lib/components/VCalendar/mixins/times.mjs +1 -9
  125. package/lib/components/VCalendar/mixins/times.mjs.map +1 -1
  126. package/lib/components/VCalendar/modes/column.mjs +0 -3
  127. package/lib/components/VCalendar/modes/column.mjs.map +1 -1
  128. package/lib/components/VCalendar/modes/common.mjs +0 -14
  129. package/lib/components/VCalendar/modes/common.mjs.map +1 -1
  130. package/lib/components/VCalendar/modes/index.mjs +0 -1
  131. package/lib/components/VCalendar/modes/index.mjs.map +1 -1
  132. package/lib/components/VCalendar/modes/stack.mjs +3 -45
  133. package/lib/components/VCalendar/modes/stack.mjs.map +1 -1
  134. package/lib/components/VCalendar/util/events.mjs +0 -1
  135. package/lib/components/VCalendar/util/events.mjs.map +1 -1
  136. package/lib/components/VCalendar/util/parser.mjs +3 -4
  137. package/lib/components/VCalendar/util/parser.mjs.map +1 -1
  138. package/lib/components/VCalendar/util/props.mjs +0 -13
  139. package/lib/components/VCalendar/util/props.mjs.map +1 -1
  140. package/lib/components/VCalendar/util/timestamp.mjs +2 -64
  141. package/lib/components/VCalendar/util/timestamp.mjs.map +1 -1
  142. package/lib/components/VCard/VCard.css +13 -9
  143. package/lib/components/VCard/VCard.mjs +6 -11
  144. package/lib/components/VCard/VCard.mjs.map +1 -1
  145. package/lib/components/VCard/VCardActions.mjs +0 -4
  146. package/lib/components/VCard/VCardActions.mjs.map +1 -1
  147. package/lib/components/VCard/VCardItem.mjs +5 -10
  148. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  149. package/lib/components/VCard/VCardSubtitle.mjs.map +1 -1
  150. package/lib/components/VCard/VCardText.mjs.map +1 -1
  151. package/lib/components/VCard/VCardTitle.mjs.map +1 -1
  152. package/lib/components/VCard/index.d.ts +238 -0
  153. package/lib/components/VCard/index.mjs.map +1 -1
  154. package/lib/components/VCarousel/VCarousel.mjs +8 -12
  155. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  156. package/lib/components/VCarousel/VCarouselItem.mjs +0 -3
  157. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  158. package/lib/components/VCarousel/index.d.ts +81 -0
  159. package/lib/components/VCarousel/index.mjs.map +1 -1
  160. package/lib/components/VCheckbox/VCheckbox.mjs +22 -9
  161. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  162. package/lib/components/VCheckbox/VCheckboxBtn.mjs +7 -15
  163. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  164. package/lib/components/VCheckbox/index.d.ts +302 -0
  165. package/lib/components/VCheckbox/index.mjs.map +1 -1
  166. package/lib/components/VChip/VChip.css +27 -3
  167. package/lib/components/VChip/VChip.mjs +5 -14
  168. package/lib/components/VChip/VChip.mjs.map +1 -1
  169. package/lib/components/VChip/VChip.sass +1 -0
  170. package/lib/components/VChip/index.d.ts +196 -0
  171. package/lib/components/VChip/index.mjs.map +1 -1
  172. package/lib/components/VChipGroup/VChipGroup.mjs +5 -6
  173. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  174. package/lib/components/VChipGroup/index.d.ts +89 -0
  175. package/lib/components/VChipGroup/index.mjs.map +1 -1
  176. package/lib/components/VCode/VCode.css +5 -3
  177. package/lib/components/VCode/VCode.sass +3 -1
  178. package/lib/components/VCode/_variables.scss +5 -3
  179. package/lib/components/VCode/index.d.ts +20 -0
  180. package/lib/components/VCode/index.mjs.map +1 -1
  181. package/lib/components/VColorPicker/VColorPicker.css +3 -3
  182. package/lib/components/VColorPicker/VColorPicker.mjs +54 -61
  183. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  184. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +10 -25
  185. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  186. package/lib/components/VColorPicker/VColorPickerEdit.mjs +6 -10
  187. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  188. package/lib/components/VColorPicker/VColorPickerPreview.mjs +14 -24
  189. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  190. package/lib/components/VColorPicker/VColorPickerSwatches.mjs +2 -6
  191. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  192. package/lib/components/VColorPicker/index.d.ts +116 -0
  193. package/lib/components/VColorPicker/index.mjs.map +1 -1
  194. package/lib/components/VColorPicker/util/index.mjs +25 -29
  195. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  196. package/lib/components/VCombobox/VCombobox.css +14 -1
  197. package/lib/components/VCombobox/VCombobox.mjs +67 -65
  198. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  199. package/lib/components/VCombobox/VCombobox.sass +5 -0
  200. package/lib/components/VCombobox/_variables.scss +1 -0
  201. package/lib/components/VCombobox/index.d.ts +1775 -0
  202. package/lib/components/VCombobox/index.mjs.map +1 -1
  203. package/lib/components/VCounter/VCounter.mjs +2 -5
  204. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  205. package/lib/components/VCounter/index.d.ts +224 -0
  206. package/lib/components/VCounter/index.mjs.map +1 -1
  207. package/lib/components/VData/VData.mjs +9 -67
  208. package/lib/components/VData/VData.mjs.map +1 -1
  209. package/lib/components/VData/index.mjs.map +1 -1
  210. package/lib/components/VDataIterator/VDataFooter.mjs +6 -25
  211. package/lib/components/VDataIterator/VDataFooter.mjs.map +1 -1
  212. package/lib/components/VDataIterator/VDataIterator.mjs +12 -51
  213. package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
  214. package/lib/components/VDataIterator/index.mjs.map +1 -1
  215. package/lib/components/VDataTable/MobileRow.mjs +3 -8
  216. package/lib/components/VDataTable/MobileRow.mjs.map +1 -1
  217. package/lib/components/VDataTable/Row.mjs +1 -8
  218. package/lib/components/VDataTable/Row.mjs.map +1 -1
  219. package/lib/components/VDataTable/RowGroup.mjs +1 -7
  220. package/lib/components/VDataTable/RowGroup.mjs.map +1 -1
  221. package/lib/components/VDataTable/VDataTable.mjs +53 -105
  222. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  223. package/lib/components/VDataTable/VDataTableHeader.mjs +6 -10
  224. package/lib/components/VDataTable/VDataTableHeader.mjs.map +1 -1
  225. package/lib/components/VDataTable/VDataTableHeaderDesktop.mjs +0 -18
  226. package/lib/components/VDataTable/VDataTableHeaderDesktop.mjs.map +1 -1
  227. package/lib/components/VDataTable/VDataTableHeaderMobile.mjs +0 -9
  228. package/lib/components/VDataTable/VDataTableHeaderMobile.mjs.map +1 -1
  229. package/lib/components/VDataTable/VEditDialog.mjs +3 -17
  230. package/lib/components/VDataTable/VEditDialog.mjs.map +1 -1
  231. package/lib/components/VDataTable/VVirtualTable.mjs +3 -28
  232. package/lib/components/VDataTable/VVirtualTable.mjs.map +1 -1
  233. package/lib/components/VDataTable/index.mjs +0 -1
  234. package/lib/components/VDataTable/index.mjs.map +1 -1
  235. package/lib/components/VDataTable/mixins/header.mjs +1 -8
  236. package/lib/components/VDataTable/mixins/header.mjs.map +1 -1
  237. package/lib/components/VDatePicker/VDatePicker.mjs +2 -69
  238. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  239. package/lib/components/VDatePicker/VDatePickerDateTable.mjs +1 -29
  240. package/lib/components/VDatePicker/VDatePickerDateTable.mjs.map +1 -1
  241. package/lib/components/VDatePicker/VDatePickerHeader.mjs +4 -17
  242. package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
  243. package/lib/components/VDatePicker/VDatePickerMonthTable.mjs +1 -12
  244. package/lib/components/VDatePicker/VDatePickerMonthTable.mjs.map +1 -1
  245. package/lib/components/VDatePicker/VDatePickerTitle.mjs +4 -15
  246. package/lib/components/VDatePicker/VDatePickerTitle.mjs.map +1 -1
  247. package/lib/components/VDatePicker/VDatePickerYears.mjs +4 -18
  248. package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
  249. package/lib/components/VDatePicker/index.mjs.map +1 -1
  250. package/lib/components/VDatePicker/mixins/date-picker-table.mjs +6 -33
  251. package/lib/components/VDatePicker/mixins/date-picker-table.mjs.map +1 -1
  252. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -5
  253. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +1 -1
  254. package/lib/components/VDatePicker/util/eventHelpers.mjs +2 -3
  255. package/lib/components/VDatePicker/util/eventHelpers.mjs.map +1 -1
  256. package/lib/components/VDatePicker/util/index.mjs +0 -1
  257. package/lib/components/VDatePicker/util/index.mjs.map +1 -1
  258. package/lib/components/VDatePicker/util/isDateAllowed.mjs +1 -1
  259. package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +1 -1
  260. package/lib/components/VDatePicker/util/monthChange.mjs +0 -3
  261. package/lib/components/VDatePicker/util/monthChange.mjs.map +1 -1
  262. package/lib/components/VDatePicker/util/pad.mjs +1 -6
  263. package/lib/components/VDatePicker/util/pad.mjs.map +1 -1
  264. package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +1 -1
  265. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +2 -4
  266. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  267. package/lib/components/VDefaultsProvider/index.d.ts +27 -0
  268. package/lib/components/VDefaultsProvider/index.mjs.map +1 -1
  269. package/lib/components/VDialog/VDialog.css +4 -1
  270. package/lib/components/VDialog/VDialog.mjs +49 -59
  271. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  272. package/lib/components/VDialog/VDialog.sass +3 -0
  273. package/lib/components/VDialog/index.d.ts +1795 -0
  274. package/lib/components/VDialog/index.mjs.map +1 -1
  275. package/lib/components/VDivider/VDivider.mjs +2 -8
  276. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  277. package/lib/components/VDivider/index.d.ts +23 -0
  278. package/lib/components/VDivider/index.mjs.map +1 -1
  279. package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -6
  280. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +0 -5
  281. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  282. package/lib/components/VExpansionPanel/VExpansionPanel.sass +2 -2
  283. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +2 -6
  284. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  285. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +3 -8
  286. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  287. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +2 -5
  288. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  289. package/lib/components/VExpansionPanel/index.d.ts +206 -0
  290. package/lib/components/VExpansionPanel/index.mjs.map +1 -1
  291. package/lib/components/VField/VField.css +29 -26
  292. package/lib/components/VField/VField.mjs +36 -35
  293. package/lib/components/VField/VField.mjs.map +1 -1
  294. package/lib/components/VField/VField.sass +23 -22
  295. package/lib/components/VField/VFieldLabel.mjs +0 -3
  296. package/lib/components/VField/VFieldLabel.mjs.map +1 -1
  297. package/lib/components/VField/index.d.ts +306 -0
  298. package/lib/components/VField/index.mjs.map +1 -1
  299. package/lib/components/VFileInput/VFileInput.css +16 -0
  300. package/lib/components/VFileInput/VFileInput.mjs +41 -60
  301. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  302. package/lib/components/VFileInput/VFileInput.sass +10 -0
  303. package/lib/components/VFileInput/_variables.scss +2 -0
  304. package/lib/components/VFileInput/index.d.ts +477 -0
  305. package/lib/components/VFileInput/index.mjs.map +1 -1
  306. package/lib/components/VFooter/VFooter.css +8 -1
  307. package/lib/components/VFooter/VFooter.mjs +2 -4
  308. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  309. package/lib/components/VFooter/VFooter.sass +1 -1
  310. package/lib/components/VFooter/_variables.scss +11 -0
  311. package/lib/components/VFooter/index.d.ts +77 -0
  312. package/lib/components/VFooter/index.mjs.map +1 -1
  313. package/lib/components/VForm/VForm.mjs +2 -13
  314. package/lib/components/VForm/VForm.mjs.map +1 -1
  315. package/lib/components/VForm/index.d.ts +81 -0
  316. package/lib/components/VForm/index.mjs.map +1 -1
  317. package/lib/components/VGrid/VCol.mjs +8 -23
  318. package/lib/components/VGrid/VCol.mjs.map +1 -1
  319. package/lib/components/VGrid/VContainer.mjs +2 -4
  320. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  321. package/lib/components/VGrid/VRow.mjs +6 -24
  322. package/lib/components/VGrid/VRow.mjs.map +1 -1
  323. package/lib/components/VGrid/VSpacer.mjs.map +1 -1
  324. package/lib/components/VGrid/index.d.ts +156 -0
  325. package/lib/components/VGrid/index.mjs.map +1 -1
  326. package/lib/components/VHover/VHover.mjs +0 -4
  327. package/lib/components/VHover/VHover.mjs.map +1 -1
  328. package/lib/components/VHover/index.d.ts +31 -0
  329. package/lib/components/VHover/index.mjs.map +1 -1
  330. package/lib/components/VIcon/VIcon.mjs +4 -9
  331. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  332. package/lib/components/VIcon/index.d.ts +125 -0
  333. package/lib/components/VIcon/index.mjs.map +1 -1
  334. package/lib/components/VImg/VImg.mjs +36 -60
  335. package/lib/components/VImg/VImg.mjs.map +1 -1
  336. package/lib/components/VImg/index.d.ts +93 -0
  337. package/lib/components/VImg/index.mjs.map +1 -1
  338. package/lib/components/VInput/InputIcon.mjs +31 -0
  339. package/lib/components/VInput/InputIcon.mjs.map +1 -0
  340. package/lib/components/VInput/VInput.mjs +20 -20
  341. package/lib/components/VInput/VInput.mjs.map +1 -1
  342. package/lib/components/VInput/index.d.ts +320 -0
  343. package/lib/components/VInput/index.mjs.map +1 -1
  344. package/lib/components/VItemGroup/VItem.mjs +0 -5
  345. package/lib/components/VItemGroup/VItem.mjs.map +1 -1
  346. package/lib/components/VItemGroup/VItemGroup.mjs +4 -6
  347. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  348. package/lib/components/VItemGroup/index.d.ts +204 -0
  349. package/lib/components/VItemGroup/index.mjs.map +1 -1
  350. package/lib/components/VKbd/VKbd.css +3 -3
  351. package/lib/components/VKbd/VKbd.sass +2 -2
  352. package/lib/components/VKbd/index.d.ts +20 -0
  353. package/lib/components/VKbd/index.mjs.map +1 -1
  354. package/lib/components/VLabel/VLabel.css +4 -1
  355. package/lib/components/VLabel/VLabel.mjs +6 -6
  356. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  357. package/lib/components/VLabel/VLabel.sass +3 -1
  358. package/lib/components/VLabel/index.d.ts +16 -0
  359. package/lib/components/VLabel/index.mjs.map +1 -1
  360. package/lib/components/VLayout/VLayout.mjs +2 -5
  361. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  362. package/lib/components/VLayout/VLayoutItem.mjs +2 -6
  363. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  364. package/lib/components/VLayout/index.d.ts +78 -0
  365. package/lib/components/VLayout/index.mjs.map +1 -1
  366. package/lib/components/VLazy/VLazy.mjs +0 -8
  367. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  368. package/lib/components/VLazy/index.d.ts +86 -0
  369. package/lib/components/VLazy/index.mjs.map +1 -1
  370. package/lib/components/VList/VList.css +1 -1
  371. package/lib/components/VList/VList.mjs +76 -24
  372. package/lib/components/VList/VList.mjs.map +1 -1
  373. package/lib/components/VList/VListChildren.mjs +22 -31
  374. package/lib/components/VList/VListChildren.mjs.map +1 -1
  375. package/lib/components/VList/VListGroup.mjs +11 -17
  376. package/lib/components/VList/VListGroup.mjs.map +1 -1
  377. package/lib/components/VList/VListImg.mjs.map +1 -1
  378. package/lib/components/VList/VListItem.css +12 -8
  379. package/lib/components/VList/VListItem.mjs +45 -43
  380. package/lib/components/VList/VListItem.mjs.map +1 -1
  381. package/lib/components/VList/VListItem.sass +2 -2
  382. package/lib/components/VList/VListItemAction.mjs +0 -3
  383. package/lib/components/VList/VListItemAction.mjs.map +1 -1
  384. package/lib/components/VList/VListItemMedia.mjs +0 -3
  385. package/lib/components/VList/VListItemMedia.mjs.map +1 -1
  386. package/lib/components/VList/VListItemSubtitle.mjs.map +1 -1
  387. package/lib/components/VList/VListItemTitle.mjs.map +1 -1
  388. package/lib/components/VList/VListSubheader.mjs +2 -6
  389. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  390. package/lib/components/VList/index.d.ts +1253 -0
  391. package/lib/components/VList/index.mjs.map +1 -1
  392. package/lib/components/VList/list.mjs +5 -2
  393. package/lib/components/VList/list.mjs.map +1 -1
  394. package/lib/components/VLocaleProvider/VLocaleProvider.mjs +4 -9
  395. package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
  396. package/lib/components/VLocaleProvider/index.d.ts +24 -0
  397. package/lib/components/VLocaleProvider/index.mjs.map +1 -1
  398. package/lib/components/VMain/VMain.css +0 -7
  399. package/lib/components/VMain/VMain.mjs +2 -5
  400. package/lib/components/VMain/VMain.mjs.map +1 -1
  401. package/lib/components/VMain/VMain.sass +0 -8
  402. package/lib/components/VMain/index.d.ts +27 -0
  403. package/lib/components/VMain/index.mjs.map +1 -1
  404. package/lib/components/VMenu/VMenu.css +1 -1
  405. package/lib/components/VMenu/VMenu.mjs +45 -43
  406. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  407. package/lib/components/VMenu/index.d.ts +1823 -0
  408. package/lib/components/VMenu/index.mjs.map +1 -1
  409. package/lib/components/VMenu/shared.mjs.map +1 -1
  410. package/lib/components/VMessages/VMessages.mjs +2 -6
  411. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  412. package/lib/components/VMessages/index.d.ts +235 -0
  413. package/lib/components/VMessages/index.mjs.map +1 -1
  414. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +2 -2
  415. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +6 -11
  416. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  417. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +1 -1
  418. package/lib/components/VNavigationDrawer/_variables.scss +1 -0
  419. package/lib/components/VNavigationDrawer/index.d.ts +148 -0
  420. package/lib/components/VNavigationDrawer/index.mjs.map +1 -1
  421. package/lib/components/VNavigationDrawer/sticky.mjs +1 -7
  422. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  423. package/lib/components/VNavigationDrawer/touch.mjs +2 -15
  424. package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
  425. package/lib/components/VNoSsr/VNoSsr.mjs +1 -7
  426. package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
  427. package/lib/components/VNoSsr/index.d.ts +8 -0
  428. package/lib/components/VNoSsr/index.mjs.map +1 -1
  429. package/lib/components/VOtpInput/VOtpInput.mjs +7 -58
  430. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  431. package/lib/components/VOtpInput/index.mjs.map +1 -1
  432. package/lib/components/VOverflowBtn/VOverflowBtn.mjs +7 -19
  433. package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
  434. package/lib/components/VOverflowBtn/index.mjs.map +1 -1
  435. package/lib/components/VOverlay/VOverlay.mjs +50 -54
  436. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  437. package/lib/components/VOverlay/index.d.ts +551 -0
  438. package/lib/components/VOverlay/index.mjs.map +1 -1
  439. package/lib/components/VOverlay/locationStrategies.mjs +39 -65
  440. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  441. package/lib/components/VOverlay/requestNewFrame.mjs +1 -2
  442. package/lib/components/VOverlay/requestNewFrame.mjs.map +1 -1
  443. package/lib/components/VOverlay/scrollStrategies.mjs +10 -29
  444. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  445. package/lib/components/VOverlay/useActivator.mjs +29 -29
  446. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  447. package/lib/components/VOverlay/util/point.mjs +3 -4
  448. package/lib/components/VOverlay/util/point.mjs.map +1 -1
  449. package/lib/components/VPagination/VPagination.mjs +20 -30
  450. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  451. package/lib/components/VPagination/index.d.ts +249 -0
  452. package/lib/components/VPagination/index.mjs.map +1 -1
  453. package/lib/components/VParallax/VParallax.mjs +32 -24
  454. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  455. package/lib/components/VParallax/index.d.ts +18 -0
  456. package/lib/components/VParallax/index.mjs.map +1 -1
  457. package/lib/components/VPicker/VPicker.mjs +3 -12
  458. package/lib/components/VPicker/VPicker.mjs.map +1 -1
  459. package/lib/components/VPicker/index.mjs.map +1 -1
  460. package/lib/components/VProgressCircular/VProgressCircular.mjs +2 -5
  461. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  462. package/lib/components/VProgressCircular/index.d.ts +69 -0
  463. package/lib/components/VProgressCircular/index.mjs.map +1 -1
  464. package/lib/components/VProgressLinear/VProgressLinear.mjs +5 -8
  465. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  466. package/lib/components/VProgressLinear/index.d.ts +102 -0
  467. package/lib/components/VProgressLinear/index.mjs.map +1 -1
  468. package/lib/components/VRadio/VRadio.mjs +2 -4
  469. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  470. package/lib/components/VRadio/index.d.ts +105 -0
  471. package/lib/components/VRadio/index.mjs.map +1 -1
  472. package/lib/components/VRadioGroup/VRadioGroup.css +2 -3
  473. package/lib/components/VRadioGroup/VRadioGroup.mjs +17 -21
  474. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  475. package/lib/components/VRadioGroup/VRadioGroup.sass +2 -2
  476. package/lib/components/VRadioGroup/_variables.scss +0 -1
  477. package/lib/components/VRadioGroup/index.d.ts +179 -0
  478. package/lib/components/VRadioGroup/index.mjs.map +1 -1
  479. package/lib/components/VRangeSlider/VRangeSlider.mjs +24 -27
  480. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  481. package/lib/components/VRangeSlider/index.d.ts +246 -0
  482. package/lib/components/VRangeSlider/index.mjs.map +1 -1
  483. package/lib/components/VRating/VRating.mjs +6 -30
  484. package/lib/components/VRating/VRating.mjs.map +1 -1
  485. package/lib/components/VRating/index.d.ts +348 -0
  486. package/lib/components/VRating/index.mjs.map +1 -1
  487. package/lib/components/VResponsive/VResponsive.mjs +2 -5
  488. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  489. package/lib/components/VResponsive/index.d.ts +24 -0
  490. package/lib/components/VResponsive/index.mjs.map +1 -1
  491. package/lib/components/VSelect/VSelect.css +21 -2
  492. package/lib/components/VSelect/VSelect.mjs +66 -43
  493. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  494. package/lib/components/VSelect/VSelect.sass +16 -1
  495. package/lib/components/VSelect/_variables.scss +1 -0
  496. package/lib/components/VSelect/index.d.ts +1718 -0
  497. package/lib/components/VSelect/index.mjs.map +1 -1
  498. package/lib/components/VSelectionControl/VSelectionControl.mjs +17 -62
  499. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  500. package/lib/components/VSelectionControl/index.d.ts +259 -0
  501. package/lib/components/VSelectionControl/index.mjs.map +1 -1
  502. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +6 -0
  503. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +59 -29
  504. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  505. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +6 -0
  506. package/lib/components/VSelectionControlGroup/index.d.ts +96 -0
  507. package/lib/components/VSelectionControlGroup/index.mjs.map +1 -1
  508. package/lib/components/VSheet/VSheet.css +1 -1
  509. package/lib/components/VSheet/VSheet.mjs +2 -4
  510. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  511. package/lib/components/VSheet/index.d.ts +69 -0
  512. package/lib/components/VSheet/index.mjs.map +1 -1
  513. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +19 -32
  514. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  515. package/lib/components/VSkeletonLoader/index.mjs.map +1 -1
  516. package/lib/components/VSlideGroup/VSlideGroup.mjs +56 -78
  517. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  518. package/lib/components/VSlideGroup/VSlideGroupItem.mjs +5 -9
  519. package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
  520. package/lib/components/VSlideGroup/helpers.mjs +4 -17
  521. package/lib/components/VSlideGroup/helpers.mjs.map +1 -1
  522. package/lib/components/VSlideGroup/index.d.ts +434 -0
  523. package/lib/components/VSlideGroup/index.mjs.map +1 -1
  524. package/lib/components/VSlider/VSlider.css +7 -2
  525. package/lib/components/VSlider/VSlider.mjs +19 -12
  526. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  527. package/lib/components/VSlider/VSlider.sass +6 -2
  528. package/lib/components/VSlider/VSliderThumb.css +10 -6
  529. package/lib/components/VSlider/VSliderThumb.mjs +7 -18
  530. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  531. package/lib/components/VSlider/VSliderThumb.sass +11 -8
  532. package/lib/components/VSlider/VSliderTrack.css +20 -20
  533. package/lib/components/VSlider/VSliderTrack.mjs +16 -14
  534. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  535. package/lib/components/VSlider/VSliderTrack.sass +14 -14
  536. package/lib/components/VSlider/_variables.scss +2 -2
  537. package/lib/components/VSlider/index.d.ts +243 -0
  538. package/lib/components/VSlider/index.mjs.map +1 -1
  539. package/lib/components/VSlider/slider.mjs +15 -46
  540. package/lib/components/VSlider/slider.mjs.map +1 -1
  541. package/lib/components/VSnackbar/VSnackbar.css +2 -3
  542. package/lib/components/VSnackbar/VSnackbar.mjs +51 -60
  543. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  544. package/lib/components/VSnackbar/index.d.ts +1696 -0
  545. package/lib/components/VSnackbar/index.mjs.map +1 -1
  546. package/lib/components/VSparkline/VSparkline.mjs +5 -40
  547. package/lib/components/VSparkline/VSparkline.mjs.map +1 -1
  548. package/lib/components/VSparkline/helpers/core.mjs +1 -1
  549. package/lib/components/VSparkline/helpers/core.mjs.map +1 -1
  550. package/lib/components/VSparkline/helpers/math.mjs +2 -3
  551. package/lib/components/VSparkline/helpers/math.mjs.map +1 -1
  552. package/lib/components/VSparkline/helpers/path.mjs +0 -4
  553. package/lib/components/VSparkline/helpers/path.mjs.map +1 -1
  554. package/lib/components/VSparkline/index.mjs.map +1 -1
  555. package/lib/components/VSpeedDial/VSpeedDial.mjs +3 -12
  556. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  557. package/lib/components/VSpeedDial/index.mjs.map +1 -1
  558. package/lib/components/VStepper/VStepper.mjs +5 -24
  559. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  560. package/lib/components/VStepper/VStepperContent.mjs +4 -25
  561. package/lib/components/VStepper/VStepperContent.mjs.map +1 -1
  562. package/lib/components/VStepper/VStepperStep.mjs +0 -24
  563. package/lib/components/VStepper/VStepperStep.mjs.map +1 -1
  564. package/lib/components/VStepper/index.mjs.map +1 -1
  565. package/lib/components/VSwitch/VSwitch.css +2 -2
  566. package/lib/components/VSwitch/VSwitch.mjs +26 -17
  567. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  568. package/lib/components/VSwitch/index.d.ts +186 -0
  569. package/lib/components/VSwitch/index.mjs.map +1 -1
  570. package/lib/components/VSystemBar/VSystemBar.css +1 -1
  571. package/lib/components/VSystemBar/VSystemBar.mjs +3 -9
  572. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  573. package/lib/components/VSystemBar/index.d.ts +62 -0
  574. package/lib/components/VSystemBar/index.mjs.map +1 -1
  575. package/lib/components/VTable/VTable.css +12 -12
  576. package/lib/components/VTable/VTable.mjs +5 -6
  577. package/lib/components/VTable/VTable.mjs.map +1 -1
  578. package/lib/components/VTable/VTable.sass +29 -18
  579. package/lib/components/VTable/index.d.ts +44 -0
  580. package/lib/components/VTable/index.mjs.map +1 -1
  581. package/lib/components/VTabs/VTab.css +3 -1
  582. package/lib/components/VTabs/VTab.mjs +5 -12
  583. package/lib/components/VTabs/VTab.mjs.map +1 -1
  584. package/lib/components/VTabs/VTab.sass +3 -1
  585. package/lib/components/VTabs/VTabs.css +7 -7
  586. package/lib/components/VTabs/VTabs.mjs +18 -21
  587. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  588. package/lib/components/VTabs/VTabs.sass +5 -5
  589. package/lib/components/VTabs/_variables.scss +1 -1
  590. package/lib/components/VTabs/index.d.ts +187 -0
  591. package/lib/components/VTabs/index.mjs.map +1 -1
  592. package/lib/components/VTabs/shared.mjs.map +1 -1
  593. package/lib/components/VTextField/VTextField.css +2 -3
  594. package/lib/components/VTextField/VTextField.mjs +54 -56
  595. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  596. package/lib/components/VTextField/VTextField.sass +2 -4
  597. package/lib/components/VTextField/index.d.ts +1807 -0
  598. package/lib/components/VTextField/index.mjs.map +1 -1
  599. package/lib/components/VTextarea/VTextarea.css +5 -3
  600. package/lib/components/VTextarea/VTextarea.mjs +26 -33
  601. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  602. package/lib/components/VTextarea/VTextarea.sass +5 -4
  603. package/lib/components/VTextarea/index.d.ts +461 -0
  604. package/lib/components/VTextarea/index.mjs.map +1 -1
  605. package/lib/components/VThemeProvider/VThemeProvider.mjs +2 -5
  606. package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
  607. package/lib/components/VThemeProvider/index.d.ts +25 -0
  608. package/lib/components/VThemeProvider/index.mjs.map +1 -1
  609. package/lib/components/VTimePicker/SelectingTimes.mjs +0 -3
  610. package/lib/components/VTimePicker/SelectingTimes.mjs.map +1 -1
  611. package/lib/components/VTimePicker/VTimePicker.mjs +3 -53
  612. package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
  613. package/lib/components/VTimePicker/VTimePickerClock.mjs +6 -42
  614. package/lib/components/VTimePicker/VTimePickerClock.mjs.map +1 -1
  615. package/lib/components/VTimePicker/VTimePickerTitle.mjs +4 -13
  616. package/lib/components/VTimePicker/VTimePickerTitle.mjs.map +1 -1
  617. package/lib/components/VTimePicker/index.mjs.map +1 -1
  618. package/lib/components/VTimeline/VTimeline.css +77 -41
  619. package/lib/components/VTimeline/VTimeline.mjs +8 -10
  620. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  621. package/lib/components/VTimeline/VTimeline.sass +95 -64
  622. package/lib/components/VTimeline/VTimelineDivider.mjs +2 -7
  623. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  624. package/lib/components/VTimeline/VTimelineItem.mjs +2 -8
  625. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  626. package/lib/components/VTimeline/_mixins.sass +10 -0
  627. package/lib/components/VTimeline/_variables.scss +4 -3
  628. package/lib/components/VTimeline/index.d.ts +158 -0
  629. package/lib/components/VTimeline/index.mjs.map +1 -1
  630. package/lib/components/VToolbar/VToolbar.css +3 -4
  631. package/lib/components/VToolbar/VToolbar.mjs +3 -11
  632. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  633. package/lib/components/VToolbar/VToolbar.sass +0 -1
  634. package/lib/components/VToolbar/VToolbarItems.mjs +0 -4
  635. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
  636. package/lib/components/VToolbar/VToolbarTitle.mjs +0 -5
  637. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  638. package/lib/components/VToolbar/_variables.scss +1 -1
  639. package/lib/components/VToolbar/index.d.ts +377 -0
  640. package/lib/components/VToolbar/index.mjs.map +1 -1
  641. package/lib/components/VTooltip/VTooltip.mjs +46 -57
  642. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  643. package/lib/components/VTooltip/index.d.ts +1789 -0
  644. package/lib/components/VTooltip/index.mjs.map +1 -1
  645. package/lib/components/VTreeview/VTreeview.mjs +18 -75
  646. package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
  647. package/lib/components/VTreeview/VTreeviewNode.mjs +2 -32
  648. package/lib/components/VTreeview/VTreeviewNode.mjs.map +1 -1
  649. package/lib/components/VTreeview/index.mjs.map +1 -1
  650. package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -6
  651. package/lib/components/VTreeview/util/filterTreeItems.mjs.map +1 -1
  652. package/lib/components/VValidation/VValidation.mjs +2 -5
  653. package/lib/components/VValidation/VValidation.mjs.map +1 -1
  654. package/lib/components/VValidation/index.d.ts +67 -0
  655. package/lib/components/VValidation/index.mjs.map +1 -1
  656. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +3 -18
  657. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  658. package/lib/components/VVirtualScroll/index.mjs.map +1 -1
  659. package/lib/components/VWindow/VWindow.mjs +6 -22
  660. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  661. package/lib/components/VWindow/VWindowItem.mjs +8 -21
  662. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  663. package/lib/components/VWindow/index.d.ts +378 -0
  664. package/lib/components/VWindow/index.mjs.map +1 -1
  665. package/lib/components/index.d.ts +15918 -5527
  666. package/lib/components/index.mjs +0 -11
  667. package/lib/components/index.mjs.map +1 -1
  668. package/lib/components/transitions/createTransition.mjs +0 -10
  669. package/lib/components/transitions/createTransition.mjs.map +1 -1
  670. package/lib/components/transitions/dialog-transition.mjs +8 -23
  671. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  672. package/lib/components/transitions/expand-transition.mjs +2 -11
  673. package/lib/components/transitions/expand-transition.mjs.map +1 -1
  674. package/lib/components/transitions/index.d.ts +470 -0
  675. package/lib/components/transitions/index.mjs +5 -4
  676. package/lib/components/transitions/index.mjs.map +1 -1
  677. package/lib/composables/border.mjs +0 -3
  678. package/lib/composables/border.mjs.map +1 -1
  679. package/lib/composables/color.mjs +0 -4
  680. package/lib/composables/color.mjs.map +1 -1
  681. package/lib/composables/defaults.mjs +1 -6
  682. package/lib/composables/defaults.mjs.map +1 -1
  683. package/lib/composables/delay.mjs +1 -6
  684. package/lib/composables/delay.mjs.map +1 -1
  685. package/lib/composables/density.mjs +4 -1
  686. package/lib/composables/density.mjs.map +1 -1
  687. package/lib/composables/dimensions.mjs +0 -1
  688. package/lib/composables/dimensions.mjs.map +1 -1
  689. package/lib/composables/display.mjs +8 -21
  690. package/lib/composables/display.mjs.map +1 -1
  691. package/lib/composables/elevation.mjs +2 -4
  692. package/lib/composables/elevation.mjs.map +1 -1
  693. package/lib/composables/filter.mjs +11 -20
  694. package/lib/composables/filter.mjs.map +1 -1
  695. package/lib/composables/focus.mjs +0 -5
  696. package/lib/composables/focus.mjs.map +1 -1
  697. package/lib/composables/form.mjs +8 -16
  698. package/lib/composables/form.mjs.map +1 -1
  699. package/lib/composables/forwardRefs.mjs +9 -16
  700. package/lib/composables/forwardRefs.mjs.map +1 -1
  701. package/lib/composables/group.mjs +11 -38
  702. package/lib/composables/group.mjs.map +1 -1
  703. package/lib/composables/hydration.mjs +8 -5
  704. package/lib/composables/hydration.mjs.map +1 -1
  705. package/lib/composables/icons.mjs +11 -21
  706. package/lib/composables/icons.mjs.map +1 -1
  707. package/lib/composables/index.mjs +1 -2
  708. package/lib/composables/index.mjs.map +1 -1
  709. package/lib/composables/intersectionObserver.mjs +0 -3
  710. package/lib/composables/intersectionObserver.mjs.map +1 -1
  711. package/lib/composables/items.mjs +5 -17
  712. package/lib/composables/items.mjs.map +1 -1
  713. package/lib/composables/layout.mjs +31 -37
  714. package/lib/composables/layout.mjs.map +1 -1
  715. package/lib/composables/lazy.mjs +2 -3
  716. package/lib/composables/lazy.mjs.map +1 -1
  717. package/lib/composables/loader.mjs +0 -3
  718. package/lib/composables/loader.mjs.map +1 -1
  719. package/lib/composables/locale.mjs +48 -127
  720. package/lib/composables/locale.mjs.map +1 -1
  721. package/lib/composables/location.mjs +1 -8
  722. package/lib/composables/location.mjs.map +1 -1
  723. package/lib/composables/mutationObserver.mjs +7 -7
  724. package/lib/composables/mutationObserver.mjs.map +1 -1
  725. package/lib/composables/nested/nested.mjs +21 -38
  726. package/lib/composables/nested/nested.mjs.map +1 -1
  727. package/lib/composables/nested/openStrategies.mjs +0 -9
  728. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  729. package/lib/composables/nested/selectStrategies.mjs +6 -21
  730. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  731. package/lib/composables/position.mjs +1 -4
  732. package/lib/composables/position.mjs.map +1 -1
  733. package/lib/composables/proxiedModel.mjs +28 -16
  734. package/lib/composables/proxiedModel.mjs.map +1 -1
  735. package/lib/composables/refs.mjs +0 -2
  736. package/lib/composables/refs.mjs.map +1 -1
  737. package/lib/composables/resizeObserver.mjs +0 -3
  738. package/lib/composables/resizeObserver.mjs.map +1 -1
  739. package/lib/composables/rounded.mjs +0 -3
  740. package/lib/composables/rounded.mjs.map +1 -1
  741. package/lib/composables/router.mjs +14 -14
  742. package/lib/composables/router.mjs.map +1 -1
  743. package/lib/composables/scopeId.mjs.map +1 -1
  744. package/lib/composables/scroll.mjs +4 -12
  745. package/lib/composables/scroll.mjs.map +1 -1
  746. package/lib/composables/selectLink.mjs +7 -6
  747. package/lib/composables/selectLink.mjs.map +1 -1
  748. package/lib/composables/size.mjs +0 -3
  749. package/lib/composables/size.mjs.map +1 -1
  750. package/lib/composables/ssrBoot.mjs +2 -1
  751. package/lib/composables/ssrBoot.mjs.map +1 -1
  752. package/lib/composables/stack.mjs +0 -6
  753. package/lib/composables/stack.mjs.map +1 -1
  754. package/lib/composables/tag.mjs +0 -1
  755. package/lib/composables/tag.mjs.map +1 -1
  756. package/lib/composables/teleport.mjs +0 -4
  757. package/lib/composables/teleport.mjs.map +1 -1
  758. package/lib/composables/theme.mjs +65 -81
  759. package/lib/composables/theme.mjs.map +1 -1
  760. package/lib/composables/toggleScope.mjs +0 -1
  761. package/lib/composables/toggleScope.mjs.map +1 -1
  762. package/lib/composables/touch.mjs +6 -31
  763. package/lib/composables/touch.mjs.map +1 -1
  764. package/lib/composables/transition.mjs +0 -4
  765. package/lib/composables/transition.mjs.map +1 -1
  766. package/lib/composables/validation.mjs +29 -27
  767. package/lib/composables/validation.mjs.map +1 -1
  768. package/lib/composables/variant.mjs +0 -2
  769. package/lib/composables/variant.mjs.map +1 -1
  770. package/lib/directives/click-outside/index.mjs +10 -22
  771. package/lib/directives/click-outside/index.mjs.map +1 -1
  772. package/lib/directives/color/index.mjs +0 -11
  773. package/lib/directives/color/index.mjs.map +1 -1
  774. package/lib/directives/index.d.ts +104 -13
  775. package/lib/directives/index.mjs +0 -1
  776. package/lib/directives/index.mjs.map +1 -1
  777. package/lib/directives/intersect/index.mjs +3 -10
  778. package/lib/directives/intersect/index.mjs.map +1 -1
  779. package/lib/directives/mutate/index.mjs +5 -11
  780. package/lib/directives/mutate/index.mjs.map +1 -1
  781. package/lib/directives/resize/index.mjs +0 -5
  782. package/lib/directives/resize/index.mjs.map +1 -1
  783. package/lib/directives/ripple/index.mjs +12 -66
  784. package/lib/directives/ripple/index.mjs.map +1 -1
  785. package/lib/directives/scroll/index.mjs +1 -7
  786. package/lib/directives/scroll/index.mjs.map +1 -1
  787. package/lib/directives/touch/index.mjs +3 -18
  788. package/lib/directives/touch/index.mjs.map +1 -1
  789. package/lib/entry-bundler.mjs +2 -1
  790. package/lib/entry-bundler.mjs.map +1 -1
  791. package/lib/framework.mjs +66 -61
  792. package/lib/framework.mjs.map +1 -1
  793. package/lib/iconsets/fa-svg.mjs +0 -1
  794. package/lib/iconsets/fa-svg.mjs.map +1 -1
  795. package/lib/iconsets/fa.mjs +0 -1
  796. package/lib/iconsets/fa.mjs.map +1 -1
  797. package/lib/iconsets/fa4.mjs +4 -3
  798. package/lib/iconsets/fa4.mjs.map +1 -1
  799. package/lib/iconsets/md.mjs +4 -3
  800. package/lib/iconsets/md.mjs.map +1 -1
  801. package/lib/iconsets/mdi-svg.mjs +1 -1
  802. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  803. package/lib/iconsets/mdi.mjs +4 -3
  804. package/lib/iconsets/mdi.mjs.map +1 -1
  805. package/lib/index.d.ts +106 -107
  806. package/lib/locale/adapters/vue-i18n.d.ts +29 -0
  807. package/lib/locale/adapters/vue-i18n.mjs +59 -54
  808. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  809. package/lib/locale/adapters/vuetify.d.ts +24 -0
  810. package/lib/locale/adapters/vuetify.mjs +97 -0
  811. package/lib/locale/adapters/vuetify.mjs.map +1 -0
  812. package/lib/locale/af.mjs +5 -0
  813. package/lib/locale/af.mjs.map +1 -1
  814. package/lib/locale/ar.mjs +5 -0
  815. package/lib/locale/ar.mjs.map +1 -1
  816. package/lib/locale/az.mjs +5 -0
  817. package/lib/locale/az.mjs.map +1 -1
  818. package/lib/locale/bg.mjs +5 -0
  819. package/lib/locale/bg.mjs.map +1 -1
  820. package/lib/locale/ca.mjs +5 -0
  821. package/lib/locale/ca.mjs.map +1 -1
  822. package/lib/locale/ckb.mjs +5 -0
  823. package/lib/locale/ckb.mjs.map +1 -1
  824. package/lib/locale/cs.mjs +5 -0
  825. package/lib/locale/cs.mjs.map +1 -1
  826. package/lib/locale/da.mjs +5 -0
  827. package/lib/locale/da.mjs.map +1 -1
  828. package/lib/locale/de.mjs +5 -0
  829. package/lib/locale/de.mjs.map +1 -1
  830. package/lib/locale/el.mjs +5 -0
  831. package/lib/locale/el.mjs.map +1 -1
  832. package/lib/locale/en.mjs +5 -0
  833. package/lib/locale/en.mjs.map +1 -1
  834. package/lib/locale/es.mjs +5 -0
  835. package/lib/locale/es.mjs.map +1 -1
  836. package/lib/locale/et.mjs +5 -0
  837. package/lib/locale/et.mjs.map +1 -1
  838. package/lib/locale/fa.mjs +5 -0
  839. package/lib/locale/fa.mjs.map +1 -1
  840. package/lib/locale/fi.mjs +5 -0
  841. package/lib/locale/fi.mjs.map +1 -1
  842. package/lib/locale/fr.mjs +5 -0
  843. package/lib/locale/fr.mjs.map +1 -1
  844. package/lib/locale/he.mjs +5 -0
  845. package/lib/locale/he.mjs.map +1 -1
  846. package/lib/locale/hr.mjs +5 -0
  847. package/lib/locale/hr.mjs.map +1 -1
  848. package/lib/locale/hu.mjs +5 -0
  849. package/lib/locale/hu.mjs.map +1 -1
  850. package/lib/locale/id.mjs +5 -0
  851. package/lib/locale/id.mjs.map +1 -1
  852. package/lib/locale/index.d.ts +212 -2
  853. package/lib/locale/index.mjs +1 -1
  854. package/lib/locale/index.mjs.map +1 -1
  855. package/lib/locale/it.mjs +5 -0
  856. package/lib/locale/it.mjs.map +1 -1
  857. package/lib/locale/ja.mjs +5 -0
  858. package/lib/locale/ja.mjs.map +1 -1
  859. package/lib/locale/ko.mjs +5 -0
  860. package/lib/locale/ko.mjs.map +1 -1
  861. package/lib/locale/lt.mjs +5 -0
  862. package/lib/locale/lt.mjs.map +1 -1
  863. package/lib/locale/lv.mjs +5 -0
  864. package/lib/locale/lv.mjs.map +1 -1
  865. package/lib/locale/nl.mjs +5 -0
  866. package/lib/locale/nl.mjs.map +1 -1
  867. package/lib/locale/no.mjs +5 -0
  868. package/lib/locale/no.mjs.map +1 -1
  869. package/lib/locale/pl.mjs +9 -4
  870. package/lib/locale/pl.mjs.map +1 -1
  871. package/lib/locale/pt.mjs +5 -0
  872. package/lib/locale/pt.mjs.map +1 -1
  873. package/lib/locale/ro.mjs +5 -0
  874. package/lib/locale/ro.mjs.map +1 -1
  875. package/lib/locale/ru.mjs +5 -0
  876. package/lib/locale/ru.mjs.map +1 -1
  877. package/lib/locale/sk.mjs +5 -0
  878. package/lib/locale/sk.mjs.map +1 -1
  879. package/lib/locale/sl.mjs +5 -0
  880. package/lib/locale/sl.mjs.map +1 -1
  881. package/lib/locale/sr-Cyrl.mjs +5 -0
  882. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  883. package/lib/locale/sr-Latn.mjs +5 -0
  884. package/lib/locale/sr-Latn.mjs.map +1 -1
  885. package/lib/locale/sv.mjs +5 -0
  886. package/lib/locale/sv.mjs.map +1 -1
  887. package/lib/locale/th.mjs +5 -0
  888. package/lib/locale/th.mjs.map +1 -1
  889. package/lib/locale/tr.mjs +5 -0
  890. package/lib/locale/tr.mjs.map +1 -1
  891. package/lib/locale/uk.mjs +5 -0
  892. package/lib/locale/uk.mjs.map +1 -1
  893. package/lib/locale/vi.mjs +5 -0
  894. package/lib/locale/vi.mjs.map +1 -1
  895. package/lib/locale/zh-Hans.mjs +5 -0
  896. package/lib/locale/zh-Hans.mjs.map +1 -1
  897. package/lib/locale/zh-Hant.mjs +5 -0
  898. package/lib/locale/zh-Hant.mjs.map +1 -1
  899. package/lib/services/goto/easing-patterns.mjs +24 -24
  900. package/lib/services/goto/easing-patterns.mjs.map +1 -1
  901. package/lib/services/goto/index.mjs +11 -15
  902. package/lib/services/goto/index.mjs.map +1 -1
  903. package/lib/services/goto/util.mjs +1 -8
  904. package/lib/services/goto/util.mjs.map +1 -1
  905. package/lib/styles/main.css +105 -101
  906. package/lib/styles/settings/_colors.scss +84 -84
  907. package/lib/styles/settings/_elevations.scss +3 -3
  908. package/lib/styles/settings/_utilities.scss +11 -4
  909. package/lib/styles/tools/_states.sass +8 -3
  910. package/lib/styles/tools/_variant.sass +0 -1
  911. package/lib/util/anchor.mjs +0 -3
  912. package/lib/util/anchor.mjs.map +1 -1
  913. package/lib/util/animation.mjs +14 -4
  914. package/lib/util/animation.mjs.map +1 -1
  915. package/lib/util/box.mjs +0 -5
  916. package/lib/util/box.mjs.map +1 -1
  917. package/lib/util/color/APCA.mjs +23 -21
  918. package/lib/util/color/APCA.mjs.map +1 -1
  919. package/lib/util/color/transformCIELAB.mjs +0 -2
  920. package/lib/util/color/transformCIELAB.mjs.map +1 -1
  921. package/lib/util/color/transformSRGB.mjs +14 -12
  922. package/lib/util/color/transformSRGB.mjs.map +1 -1
  923. package/lib/util/colorUtils.mjs +8 -25
  924. package/lib/util/colorUtils.mjs.map +1 -1
  925. package/lib/util/colors.mjs.map +1 -1
  926. package/lib/util/console.mjs +5 -14
  927. package/lib/util/console.mjs.map +1 -1
  928. package/lib/util/createSimpleFunctional.mjs +1 -4
  929. package/lib/util/createSimpleFunctional.mjs.map +1 -1
  930. package/lib/util/dateTimeUtils.mjs +0 -10
  931. package/lib/util/dateTimeUtils.mjs.map +1 -1
  932. package/lib/util/defineComponent.mjs +13 -37
  933. package/lib/util/defineComponent.mjs.map +1 -1
  934. package/lib/util/dom.mjs +4 -4
  935. package/lib/util/dom.mjs.map +1 -1
  936. package/lib/util/easing.mjs +0 -1
  937. package/lib/util/easing.mjs.map +1 -1
  938. package/lib/util/getCurrentInstance.mjs +3 -10
  939. package/lib/util/getCurrentInstance.mjs.map +1 -1
  940. package/lib/util/getScrollParent.mjs +3 -4
  941. package/lib/util/getScrollParent.mjs.map +1 -1
  942. package/lib/util/globals.mjs +1 -1
  943. package/lib/util/globals.mjs.map +1 -1
  944. package/lib/util/helpers.mjs +55 -86
  945. package/lib/util/helpers.mjs.map +1 -1
  946. package/lib/util/injectSelf.mjs +0 -1
  947. package/lib/util/injectSelf.mjs.map +1 -1
  948. package/lib/util/isFixedPosition.mjs +0 -2
  949. package/lib/util/isFixedPosition.mjs.map +1 -1
  950. package/lib/util/propsFactory.mjs +4 -5
  951. package/lib/util/propsFactory.mjs.map +1 -1
  952. package/lib/util/useRender.mjs +0 -1
  953. package/lib/util/useRender.mjs.map +1 -1
  954. package/package.json +17 -19
  955. package/lib/composables/rtl.mjs +0 -44
  956. package/lib/composables/rtl.mjs.map +0 -1
  957. package/lib/locale/adapters/vue-intl.mjs +0 -67
  958. package/lib/locale/adapters/vue-intl.mjs.map +0 -1
  959. package/lib/styles.scss +0 -4
@@ -1 +1 @@
1
- {"version":3,"file":"helpers.mjs","names":["camelize","computed","Fragment","toRef","watch","getNestedValue","obj","path","fallback","last","length","undefined","i","deepEqual","a","b","Date","getTime","Object","props","keys","every","p","getObjectValueByPath","replace","split","getPropertyFromItem","item","property","Array","isArray","value","createRange","start","from","v","k","getZIndex","el","nodeType","Node","ELEMENT_NODE","index","window","getComputedStyle","getPropertyValue","parentNode","tagsToReplace","escapeHTML","str","tag","filterObjectOnKeys","filtered","key","convertToUnit","unit","isNaN","String","isFinite","Number","isObject","isComponentInstance","$el","keyCodes","freeze","enter","tab","delete","esc","space","up","down","left","right","end","home","del","backspace","insert","pageup","pagedown","shift","keyValues","o","pick","paths","found","create","rest","some","RegExp","test","filterInputAttrs","attrs","arrayDiff","diff","includes","push","groupItems","items","groupBy","groupDesc","groups","current","val","name","wrapInArray","sortItems","sortBy","sortDesc","locale","customSorters","stringCollator","Intl","Collator","sensitivity","usage","sort","sortKey","sortA","sortB","customResult","map","s","toString","toLocaleLowerCase","compare","defaultFilter","search","indexOf","searchItems","toLowerCase","trim","filter","debounce","fn","delay","timeoutId","args","clearTimeout","setTimeout","throttle","limit","throttling","getPrefixedSlots","prefix","slots","startsWith","reduce","clamp","min","max","Math","padEnd","char","repeat","chunk","size","chunked","substr","humanReadableFileSize","bytes","base","abs","toFixed","camelizeObjectKeys","mergeDeep","source","target","arrayFn","out","sourceProperty","targetProperty","fillArray","fill","flattenFragments","nodes","node","type","children","flat","randomHexColor","n","random","slice","toKebabCase","findChildren","vnode","child","component","subTree","findChildrenWithProvide","getOwnPropertySymbols","provides","CircularBuffer","constructor","values","concat","getEventCoordinates","e","clientX","touches","clientY","destructComputed","getter","refs","flush","arr"],"sources":["../../src/util/helpers.ts"],"sourcesContent":["// Utilities\nimport { camelize, computed, Fragment, toRef, watch } from 'vue'\n\n// Types\nimport type {\n ComponentInternalInstance,\n ComponentPublicInstance,\n ComputedGetter,\n InjectionKey,\n Ref,\n Slots,\n ToRefs,\n VNode,\n VNodeChild,\n} from 'vue'\n\nexport function getNestedValue (obj: any, path: (string | number)[], fallback?: any): any {\n const last = path.length - 1\n\n if (last < 0) return obj === undefined ? fallback : obj\n\n for (let i = 0; i < last; i++) {\n if (obj == null) {\n return fallback\n }\n obj = obj[path[i]]\n }\n\n if (obj == null) return fallback\n\n return obj[path[last]] === undefined ? fallback : obj[path[last]]\n}\n\nexport function deepEqual (a: any, b: any): boolean {\n if (a === b) return true\n\n if (\n a instanceof Date &&\n b instanceof Date &&\n a.getTime() !== b.getTime()\n ) {\n // If the values are Date, compare them as timestamps\n return false\n }\n\n if (a !== Object(a) || b !== Object(b)) {\n // If the values aren't objects, they were already checked for equality\n return false\n }\n\n const props = Object.keys(a)\n\n if (props.length !== Object.keys(b).length) {\n // Different number of props, don't bother to check\n return false\n }\n\n return props.every(p => deepEqual(a[p], b[p]))\n}\n\nexport function getObjectValueByPath (obj: any, path: string, fallback?: any): any {\n // credit: http://stackoverflow.com/questions/6491463/accessing-nested-javascript-objects-with-string-key#comment55278413_6491621\n if (obj == null || !path || typeof path !== 'string') return fallback\n if (obj[path] !== undefined) return obj[path]\n path = path.replace(/\\[(\\w+)\\]/g, '.$1') // convert indexes to properties\n path = path.replace(/^\\./, '') // strip a leading dot\n return getNestedValue(obj, path.split('.'), fallback)\n}\n\nexport type SelectItemKey = boolean | string | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any)\n\nexport function getPropertyFromItem (\n item: any,\n property: SelectItemKey,\n fallback?: any\n): any {\n if (property == null) return item === undefined ? fallback : item\n\n if (item !== Object(item)) return fallback\n\n if (typeof property === 'string') return getObjectValueByPath(item, property, fallback)\n\n if (Array.isArray(property)) return getNestedValue(item, property, fallback)\n\n if (typeof property !== 'function') return fallback\n\n const value = property(item, fallback)\n\n return typeof value === 'undefined' ? fallback : value\n}\n\nexport function createRange (length: number, start = 0): number[] {\n return Array.from({ length }, (v, k) => start + k)\n}\n\nexport function getZIndex (el?: Element | null): number {\n if (!el || el.nodeType !== Node.ELEMENT_NODE) return 0\n\n const index = +window.getComputedStyle(el).getPropertyValue('z-index')\n\n if (!index) return getZIndex(el.parentNode as Element)\n return index\n}\n\nconst tagsToReplace: Record<string, string> = {\n '&': '&amp;',\n '<': '&lt;',\n '>': '&gt;',\n}\n\nexport function escapeHTML (str: string): string {\n return str.replace(/[&<>]/g, tag => tagsToReplace[tag] || tag)\n}\n\nexport function filterObjectOnKeys<T, K extends keyof T> (obj: T, keys: K[]): { [N in K]: T[N] } {\n const filtered = {} as { [N in K]: T[N] }\n\n for (let i = 0; i < keys.length; i++) {\n const key = keys[i]\n if (typeof obj[key] !== 'undefined') {\n filtered[key] = obj[key]\n }\n }\n\n return filtered\n}\n\nexport function convertToUnit (str: number, unit?: string): string\nexport function convertToUnit (str: string | number | null | undefined, unit?: string): string | undefined\nexport function convertToUnit (str: string | number | null | undefined, unit = 'px'): string | undefined {\n if (str == null || str === '') {\n return undefined\n } else if (isNaN(+str!)) {\n return String(str)\n } else if (!isFinite(+str!)) {\n return undefined\n } else {\n return `${Number(str)}${unit}`\n }\n}\n\nexport function isObject (obj: any): obj is object {\n return obj !== null && typeof obj === 'object' && !Array.isArray(obj)\n}\n\nexport function isComponentInstance (obj: any): obj is ComponentPublicInstance {\n return obj?.$el\n}\n\n// KeyboardEvent.keyCode aliases\nexport const keyCodes = Object.freeze({\n enter: 13,\n tab: 9,\n delete: 46,\n esc: 27,\n space: 32,\n up: 38,\n down: 40,\n left: 37,\n right: 39,\n end: 35,\n home: 36,\n del: 46,\n backspace: 8,\n insert: 45,\n pageup: 33,\n pagedown: 34,\n shift: 16,\n})\n\nexport const keyValues = Object.freeze({\n enter: 'Enter',\n tab: 'Tab',\n delete: 'Delete',\n esc: 'Escape',\n space: 'Space',\n up: 'ArrowUp',\n down: 'ArrowDown',\n left: 'ArrowLeft',\n right: 'ArrowRight',\n end: 'End',\n home: 'Home',\n del: 'Delete',\n backspace: 'Backspace',\n insert: 'Insert',\n pageup: 'PageUp',\n pagedown: 'PageDown',\n shift: 'Shift',\n})\n\nexport function keys<O> (o: O) {\n return Object.keys(o) as (keyof O)[]\n}\n\ntype MaybePick<\n T extends object,\n U extends Extract<keyof T, string>\n> = Record<string, unknown> extends T ? Partial<Pick<T, U>> : Pick<T, U>\n\nexport function pick<\n T extends object,\n U extends Extract<keyof T, string>\n> (obj: T, paths: U[]): [yes: MaybePick<T, U>, no: Omit<T, U>]\nexport function pick<\n T extends object,\n U extends Extract<keyof T, string>\n> (obj: T, paths: (U | RegExp)[]): [yes: Partial<T>, no: Partial<T>]\nexport function pick<\n T extends object,\n U extends Extract<keyof T, string>\n> (obj: T, paths: (U | RegExp)[]): [yes: Partial<T>, no: Partial<T>] {\n const found = Object.create(null)\n const rest = Object.create(null)\n\n for (const key in obj) {\n if (\n paths.some(path => path instanceof RegExp\n ? path.test(key)\n : path === key\n )\n ) {\n found[key] = obj[key]\n } else {\n rest[key] = obj[key]\n }\n }\n\n return [found, rest]\n}\n\n/**\n * Filter attributes that should be applied to\n * the root element of a an input component. Remaining\n * attributes should be passed to the <input> element inside.\n */\nexport function filterInputAttrs (attrs: Record<string, unknown>) {\n return pick(attrs, ['class', 'style', 'id', /^data-/])\n}\n\n/**\n * Returns the set difference of B and A, i.e. the set of elements in B but not in A\n */\nexport function arrayDiff (a: any[], b: any[]): any[] {\n const diff: any[] = []\n for (let i = 0; i < b.length; i++) {\n if (!a.includes(b[i])) diff.push(b[i])\n }\n return diff\n}\n\ninterface ItemGroup<T> {\n name: string\n items: T[]\n}\n\nexport function groupItems<T extends any = any> (\n items: T[],\n groupBy: string[],\n groupDesc: boolean[]\n): ItemGroup<T>[] {\n const key = groupBy[0]\n const groups: ItemGroup<T>[] = []\n let current\n for (let i = 0; i < items.length; i++) {\n const item = items[i]\n const val = getObjectValueByPath(item, key, null)\n if (current !== val) {\n current = val\n groups.push({\n name: val ?? '',\n items: [],\n })\n }\n groups[groups.length - 1].items.push(item)\n }\n return groups\n}\n\nexport function wrapInArray<T> (v: T | T[] | null | undefined): T[] {\n return v == null\n ? []\n : Array.isArray(v)\n ? v : [v]\n}\n\ntype DataTableCompareFunction<T = any> = (a: T, b: T) => number\nexport function sortItems<T extends any, K extends keyof T> (\n items: T[],\n sortBy: string[],\n sortDesc: boolean[],\n locale: string,\n customSorters?: Record<K, DataTableCompareFunction<T[K]>>\n): T[] {\n if (sortBy === null || !sortBy.length) return items\n const stringCollator = new Intl.Collator(locale, { sensitivity: 'accent', usage: 'sort' })\n\n return items.sort((a, b) => {\n for (let i = 0; i < sortBy.length; i++) {\n const sortKey = sortBy[i]\n\n let sortA = getObjectValueByPath(a, sortKey)\n let sortB = getObjectValueByPath(b, sortKey)\n\n if (sortDesc[i]) {\n [sortA, sortB] = [sortB, sortA]\n }\n\n if (customSorters?.[sortKey as K]) {\n const customResult = customSorters[sortKey as K](sortA, sortB)\n\n if (!customResult) continue\n\n return customResult\n }\n\n // Check if both cannot be evaluated\n if (sortA === null && sortB === null) {\n continue\n }\n\n // Dates should be compared numerically\n if (sortA instanceof Date && sortB instanceof Date) {\n return sortA.getTime() - sortB.getTime()\n }\n\n [sortA, sortB] = [sortA, sortB].map(s => (s || '').toString().toLocaleLowerCase())\n\n if (sortA !== sortB) {\n if (!isNaN(sortA) && !isNaN(sortB)) return Number(sortA) - Number(sortB)\n return stringCollator.compare(sortA, sortB)\n }\n }\n\n return 0\n })\n}\n\nexport function defaultFilter (value: any, search: string | null, item: any) {\n return value != null &&\n search != null &&\n typeof value !== 'boolean' &&\n value.toString().toLocaleLowerCase().indexOf(search.toLocaleLowerCase()) !== -1\n}\n\nexport function searchItems<T extends any = any> (items: T[], search: string): T[] {\n if (!search) return items\n search = search.toString().toLowerCase()\n if (search.trim() === '') return items\n\n return items.filter((item: any) => Object.keys(item).some(key => defaultFilter(getObjectValueByPath(item, key), search, item)))\n}\n\nexport function debounce (fn: Function, delay: number) {\n let timeoutId = 0 as any\n return (...args: any[]) => {\n clearTimeout(timeoutId)\n timeoutId = setTimeout(() => fn(...args), delay)\n }\n}\n\nexport function throttle<T extends (...args: any[]) => any> (fn: T, limit: number) {\n let throttling = false\n return (...args: Parameters<T>): void | ReturnType<T> => {\n if (!throttling) {\n throttling = true\n setTimeout(() => throttling = false, limit)\n return fn(...args)\n }\n }\n}\n\ntype Writable<T> = {\n -readonly [P in keyof T]: T[P]\n}\n\n/**\n * Filters slots to only those starting with `prefix`, removing the prefix\n */\nexport function getPrefixedSlots (prefix: string, slots: Slots): Slots {\n return Object.keys(slots)\n .filter(k => k.startsWith(prefix))\n .reduce<Writable<Slots>>((obj, k) => {\n obj[k.replace(prefix, '')] = slots[k]\n return obj\n }, {})\n}\n\nexport function clamp (value: number, min = 0, max = 1) {\n return Math.max(min, Math.min(max, value))\n}\n\nexport function padEnd (str: string, length: number, char = '0') {\n return str + char.repeat(Math.max(0, length - str.length))\n}\n\nexport function chunk (str: string, size = 1) {\n const chunked: string[] = []\n let index = 0\n while (index < str.length) {\n chunked.push(str.substr(index, size))\n index += size\n }\n return chunked\n}\n\nexport function humanReadableFileSize (bytes: number, base: 1000 | 1024 = 1000): string {\n if (bytes < base) {\n return `${bytes} B`\n }\n\n const prefix = base === 1024 ? ['Ki', 'Mi', 'Gi'] : ['k', 'M', 'G']\n let unit = -1\n while (Math.abs(bytes) >= base && unit < prefix.length - 1) {\n bytes /= base\n ++unit\n }\n return `${bytes.toFixed(1)} ${prefix[unit]}B`\n}\n\nexport function camelizeObjectKeys (obj: Record<string, any> | null | undefined) {\n if (!obj) return {}\n\n return Object.keys(obj).reduce((o: any, key: string) => {\n o[camelize(key)] = obj[key]\n return o\n }, {})\n}\n\nexport function mergeDeep (\n source: Record<string, any> = {},\n target: Record<string, any> = {},\n arrayFn?: (a: unknown[], b: unknown[]) => unknown[],\n) {\n const out: Record<string, any> = {}\n\n for (const key in source) {\n out[key] = source[key]\n }\n\n for (const key in target) {\n const sourceProperty = source[key]\n const targetProperty = target[key]\n\n // Only continue deep merging if\n // both properties are objects\n if (\n isObject(sourceProperty) &&\n isObject(targetProperty)\n ) {\n out[key] = mergeDeep(sourceProperty, targetProperty, arrayFn)\n\n continue\n }\n\n if (Array.isArray(sourceProperty) && Array.isArray(targetProperty) && arrayFn) {\n out[key] = arrayFn(sourceProperty, targetProperty)\n\n continue\n }\n\n out[key] = targetProperty\n }\n\n return out\n}\n\nexport function fillArray<T> (length: number, obj: T) {\n return Array(length).fill(obj)\n}\n\nexport function flattenFragments (nodes: VNode[]): VNode[] {\n return nodes.map(node => {\n if (node.type === Fragment) {\n return flattenFragments(node.children as VNode[])\n } else {\n return node\n }\n }).flat()\n}\n\nexport const randomHexColor = () => {\n const n = (Math.random() * 0xfffff * 1000000).toString(16)\n return '#' + n.slice(0, 6)\n}\n\nexport function toKebabCase (str = '') {\n return str\n .replace(/[^a-z]/gi, '-')\n .replace(/\\B([A-Z])/g, '-$1')\n .toLowerCase()\n}\n\nexport type MaybeRef<T> = T | Ref<T>\n\nexport function findChildren (vnode?: VNodeChild): ComponentInternalInstance[] {\n if (!vnode || typeof vnode !== 'object') {\n return []\n }\n\n if (Array.isArray(vnode)) {\n return vnode\n .map(child => findChildren(child))\n .filter(v => v)\n .flat(1)\n } else if (Array.isArray(vnode.children)) {\n return vnode.children\n .map(child => findChildren(child))\n .filter(v => v)\n .flat(1)\n } else if (vnode.component) {\n return [vnode.component, ...findChildren(vnode.component?.subTree)]\n .filter(v => v)\n .flat(1)\n }\n\n return []\n}\n\nexport function findChildrenWithProvide (\n key: InjectionKey<any> | symbol,\n vnode?: VNodeChild,\n): ComponentInternalInstance[] {\n if (!vnode || typeof vnode !== 'object') return []\n\n if (Array.isArray(vnode)) {\n return vnode.map(child => findChildrenWithProvide(key, child)).flat(1)\n } else if (Array.isArray(vnode.children)) {\n return vnode.children.map(child => findChildrenWithProvide(key, child)).flat(1)\n } else if (vnode.component) {\n if (Object.getOwnPropertySymbols(vnode.component.provides).includes(key as symbol)) {\n return [vnode.component]\n } else if (vnode.component.subTree) {\n return findChildrenWithProvide(key, vnode.component.subTree).flat(1)\n }\n }\n\n return []\n}\n\nexport class CircularBuffer<T = never> {\n readonly #arr: Array<T> = []\n #pointer = 0\n\n constructor (public readonly size: number) {}\n\n push (val: T) {\n this.#arr[this.#pointer] = val\n this.#pointer = (this.#pointer + 1) % this.size\n }\n\n values (): T[] {\n return this.#arr.slice(this.#pointer).concat(this.#arr.slice(0, this.#pointer))\n }\n}\n\nexport type UnionToIntersection<U> =\n (U extends any ? (k: U) => void : never) extends ((k: infer I) => void) ? I : never\n\nexport function getEventCoordinates (e: MouseEvent | TouchEvent) {\n if ('touches' in e) {\n return { clientX: e.touches[0].clientX, clientY: e.touches[0].clientY }\n }\n\n return { clientX: e.clientX, clientY: e.clientY }\n}\n\n// Only allow a single return type\ntype NotAUnion<T> = [T] extends [infer U] ? _NotAUnion<U, U> : never\ntype _NotAUnion<T, U> = U extends any ? [T] extends [U] ? unknown : never : never\n\n/**\n * Convert a computed ref to a record of refs.\n * The getter function must always return an object with the same keys.\n */\nexport function destructComputed<T extends object> (getter: ComputedGetter<T & NotAUnion<T>>): ToRefs<T>\nexport function destructComputed<T extends object> (getter: ComputedGetter<T>) {\n const refs = {} as ToRefs<T>\n const base = computed(getter)\n for (const key in base.value) {\n refs[key] = toRef(base.value, key)\n }\n watch(base, val => {\n for (const key in val) {\n refs[key].value = val[key]\n }\n }, { flush: 'sync' })\n return refs\n}\n\n/** Array.includes but value can be any type */\nexport function includes (arr: readonly any[], val: any) {\n return arr.includes(val)\n}\n"],"mappings":"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"}
1
+ {"version":3,"file":"helpers.mjs","names":["camelize","capitalize","computed","Fragment","reactive","toRefs","watchEffect","getNestedValue","obj","path","fallback","last","length","undefined","i","deepEqual","a","b","Date","getTime","Object","props","keys","every","p","getObjectValueByPath","replace","split","getPropertyFromItem","item","property","value","Array","isArray","createRange","start","from","v","k","getZIndex","el","nodeType","Node","ELEMENT_NODE","index","window","getComputedStyle","getPropertyValue","parentNode","tagsToReplace","escapeHTML","str","tag","filterObjectOnKeys","filtered","key","convertToUnit","unit","isNaN","String","isFinite","Number","isObject","isComponentInstance","$el","keyCodes","freeze","enter","tab","delete","esc","space","up","down","left","right","end","home","del","backspace","insert","pageup","pagedown","shift","keyValues","o","pick","paths","found","create","rest","some","RegExp","test","omit","exclude","clone","forEach","prop","filterInputAttrs","attrs","arrayDiff","diff","includes","push","groupItems","items","groupBy","groupDesc","groups","current","val","name","wrapInArray","sortItems","sortBy","sortDesc","locale","customSorters","stringCollator","Intl","Collator","sensitivity","usage","sort","sortKey","sortA","sortB","customResult","map","s","toString","toLocaleLowerCase","compare","defaultFilter","search","indexOf","searchItems","toLowerCase","trim","filter","debounce","fn","delay","timeoutId","args","clearTimeout","setTimeout","throttle","limit","throttling","getPrefixedSlots","prefix","slots","startsWith","reduce","clamp","min","max","Math","padEnd","char","repeat","chunk","size","chunked","substr","humanReadableFileSize","bytes","base","abs","toFixed","camelizeObjectKeys","mergeDeep","source","target","arrayFn","out","sourceProperty","targetProperty","fillArray","fill","flattenFragments","nodes","node","type","children","flat","randomHexColor","n","random","slice","toKebabCase","findChildren","vnode","child","component","subTree","findChildrenWithProvide","getOwnPropertySymbols","provides","CircularBuffer","constructor","values","concat","getEventCoordinates","e","clientX","touches","clientY","destructComputed","getter","refs","flush","arr","onRE","isOn","EventProp","Function","hasEvent","callEvent","handler","h"],"sources":["../../src/util/helpers.ts"],"sourcesContent":["// Utilities\nimport { camelize, capitalize, computed, Fragment, reactive, toRefs, watchEffect } from 'vue'\n\n// Types\nimport type {\n ComponentInternalInstance,\n ComponentPublicInstance,\n ComputedGetter,\n InjectionKey,\n PropType,\n Ref,\n Slots,\n ToRefs,\n VNode,\n VNodeChild,\n} from 'vue'\n\nexport function getNestedValue (obj: any, path: (string | number)[], fallback?: any): any {\n const last = path.length - 1\n\n if (last < 0) return obj === undefined ? fallback : obj\n\n for (let i = 0; i < last; i++) {\n if (obj == null) {\n return fallback\n }\n obj = obj[path[i]]\n }\n\n if (obj == null) return fallback\n\n return obj[path[last]] === undefined ? fallback : obj[path[last]]\n}\n\nexport function deepEqual (a: any, b: any): boolean {\n if (a === b) return true\n\n if (\n a instanceof Date &&\n b instanceof Date &&\n a.getTime() !== b.getTime()\n ) {\n // If the values are Date, compare them as timestamps\n return false\n }\n\n if (a !== Object(a) || b !== Object(b)) {\n // If the values aren't objects, they were already checked for equality\n return false\n }\n\n const props = Object.keys(a)\n\n if (props.length !== Object.keys(b).length) {\n // Different number of props, don't bother to check\n return false\n }\n\n return props.every(p => deepEqual(a[p], b[p]))\n}\n\nexport function getObjectValueByPath (obj: any, path: string, fallback?: any): any {\n // credit: http://stackoverflow.com/questions/6491463/accessing-nested-javascript-objects-with-string-key#comment55278413_6491621\n if (obj == null || !path || typeof path !== 'string') return fallback\n if (obj[path] !== undefined) return obj[path]\n path = path.replace(/\\[(\\w+)\\]/g, '.$1') // convert indexes to properties\n path = path.replace(/^\\./, '') // strip a leading dot\n return getNestedValue(obj, path.split('.'), fallback)\n}\n\nexport type SelectItemKey =\n | boolean // Ignored\n | string // Lookup by key, can use dot notation for nested objects\n | (string | number)[] // Nested lookup by key, each array item is a key in the next level\n | ((item: Record<string, any>, fallback?: any) => any)\n\nexport function getPropertyFromItem (\n item: any,\n property: SelectItemKey,\n fallback?: any\n): any {\n if (property == null) return item === undefined ? fallback : item\n\n if (item !== Object(item)) {\n if (typeof property !== 'function') return fallback\n\n const value = property(item, fallback)\n\n return typeof value === 'undefined' ? fallback : value\n }\n\n if (typeof property === 'string') return getObjectValueByPath(item, property, fallback)\n\n if (Array.isArray(property)) return getNestedValue(item, property, fallback)\n\n if (typeof property !== 'function') return fallback\n\n const value = property(item, fallback)\n\n return typeof value === 'undefined' ? fallback : value\n}\n\nexport function createRange (length: number, start = 0): number[] {\n return Array.from({ length }, (v, k) => start + k)\n}\n\nexport function getZIndex (el?: Element | null): number {\n if (!el || el.nodeType !== Node.ELEMENT_NODE) return 0\n\n const index = +window.getComputedStyle(el).getPropertyValue('z-index')\n\n if (!index) return getZIndex(el.parentNode as Element)\n return index\n}\n\nconst tagsToReplace: Record<string, string> = {\n '&': '&amp;',\n '<': '&lt;',\n '>': '&gt;',\n}\n\nexport function escapeHTML (str: string): string {\n return str.replace(/[&<>]/g, tag => tagsToReplace[tag] || tag)\n}\n\nexport function filterObjectOnKeys<T, K extends keyof T> (obj: T, keys: K[]): { [N in K]: T[N] } {\n const filtered = {} as { [N in K]: T[N] }\n\n for (let i = 0; i < keys.length; i++) {\n const key = keys[i]\n if (typeof obj[key] !== 'undefined') {\n filtered[key] = obj[key]\n }\n }\n\n return filtered\n}\n\nexport function convertToUnit (str: number, unit?: string): string\nexport function convertToUnit (str: string | number | null | undefined, unit?: string): string | undefined\nexport function convertToUnit (str: string | number | null | undefined, unit = 'px'): string | undefined {\n if (str == null || str === '') {\n return undefined\n } else if (isNaN(+str!)) {\n return String(str)\n } else if (!isFinite(+str!)) {\n return undefined\n } else {\n return `${Number(str)}${unit}`\n }\n}\n\nexport function isObject (obj: any): obj is object {\n return obj !== null && typeof obj === 'object' && !Array.isArray(obj)\n}\n\nexport function isComponentInstance (obj: any): obj is ComponentPublicInstance {\n return obj?.$el\n}\n\n// KeyboardEvent.keyCode aliases\nexport const keyCodes = Object.freeze({\n enter: 13,\n tab: 9,\n delete: 46,\n esc: 27,\n space: 32,\n up: 38,\n down: 40,\n left: 37,\n right: 39,\n end: 35,\n home: 36,\n del: 46,\n backspace: 8,\n insert: 45,\n pageup: 33,\n pagedown: 34,\n shift: 16,\n})\n\nexport const keyValues = Object.freeze({\n enter: 'Enter',\n tab: 'Tab',\n delete: 'Delete',\n esc: 'Escape',\n space: 'Space',\n up: 'ArrowUp',\n down: 'ArrowDown',\n left: 'ArrowLeft',\n right: 'ArrowRight',\n end: 'End',\n home: 'Home',\n del: 'Delete',\n backspace: 'Backspace',\n insert: 'Insert',\n pageup: 'PageUp',\n pagedown: 'PageDown',\n shift: 'Shift',\n})\n\nexport function keys<O> (o: O) {\n return Object.keys(o) as (keyof O)[]\n}\n\ntype MaybePick<\n T extends object,\n U extends Extract<keyof T, string>\n> = Record<string, unknown> extends T ? Partial<Pick<T, U>> : Pick<T, U>\n\nexport function pick<\n T extends object,\n U extends Extract<keyof T, string>\n> (obj: T, paths: U[]): [yes: MaybePick<T, U>, no: Omit<T, U>]\nexport function pick<\n T extends object,\n U extends Extract<keyof T, string>\n> (obj: T, paths: (U | RegExp)[]): [yes: Partial<T>, no: Partial<T>]\nexport function pick<\n T extends object,\n U extends Extract<keyof T, string>\n> (obj: T, paths: (U | RegExp)[]): [yes: Partial<T>, no: Partial<T>] {\n const found = Object.create(null)\n const rest = Object.create(null)\n\n for (const key in obj) {\n if (\n paths.some(path => path instanceof RegExp\n ? path.test(key)\n : path === key\n )\n ) {\n found[key] = obj[key]\n } else {\n rest[key] = obj[key]\n }\n }\n\n return [found, rest]\n}\n\nexport function omit<\n T extends object,\n U extends Extract<keyof T, string>\n> (obj: T, exclude: U[]): Omit<T, U> {\n const clone = { ...obj }\n\n exclude.forEach(prop => delete clone[prop])\n\n return clone\n}\n\n/**\n * Filter attributes that should be applied to\n * the root element of a an input component. Remaining\n * attributes should be passed to the <input> element inside.\n */\nexport function filterInputAttrs (attrs: Record<string, unknown>) {\n return pick(attrs, ['class', 'style', 'id', /^data-/])\n}\n\n/**\n * Returns the set difference of B and A, i.e. the set of elements in B but not in A\n */\nexport function arrayDiff (a: any[], b: any[]): any[] {\n const diff: any[] = []\n for (let i = 0; i < b.length; i++) {\n if (!a.includes(b[i])) diff.push(b[i])\n }\n return diff\n}\n\ninterface ItemGroup<T> {\n name: string\n items: T[]\n}\n\nexport function groupItems<T extends any = any> (\n items: T[],\n groupBy: string[],\n groupDesc: boolean[]\n): ItemGroup<T>[] {\n const key = groupBy[0]\n const groups: ItemGroup<T>[] = []\n let current\n for (let i = 0; i < items.length; i++) {\n const item = items[i]\n const val = getObjectValueByPath(item, key, null)\n if (current !== val) {\n current = val\n groups.push({\n name: val ?? '',\n items: [],\n })\n }\n groups[groups.length - 1].items.push(item)\n }\n return groups\n}\n\nexport function wrapInArray<T> (v: T | T[] | null | undefined): T[] {\n return v == null\n ? []\n : Array.isArray(v)\n ? v : [v]\n}\n\ntype DataTableCompareFunction<T = any> = (a: T, b: T) => number\nexport function sortItems<T extends any, K extends keyof T> (\n items: T[],\n sortBy: string[],\n sortDesc: boolean[],\n locale: string,\n customSorters?: Record<K, DataTableCompareFunction<T[K]>>\n): T[] {\n if (sortBy === null || !sortBy.length) return items\n const stringCollator = new Intl.Collator(locale, { sensitivity: 'accent', usage: 'sort' })\n\n return items.sort((a, b) => {\n for (let i = 0; i < sortBy.length; i++) {\n const sortKey = sortBy[i]\n\n let sortA = getObjectValueByPath(a, sortKey)\n let sortB = getObjectValueByPath(b, sortKey)\n\n if (sortDesc[i]) {\n [sortA, sortB] = [sortB, sortA]\n }\n\n if (customSorters?.[sortKey as K]) {\n const customResult = customSorters[sortKey as K](sortA, sortB)\n\n if (!customResult) continue\n\n return customResult\n }\n\n // Check if both cannot be evaluated\n if (sortA === null && sortB === null) {\n continue\n }\n\n // Dates should be compared numerically\n if (sortA instanceof Date && sortB instanceof Date) {\n return sortA.getTime() - sortB.getTime()\n }\n\n [sortA, sortB] = [sortA, sortB].map(s => (s || '').toString().toLocaleLowerCase())\n\n if (sortA !== sortB) {\n if (!isNaN(sortA) && !isNaN(sortB)) return Number(sortA) - Number(sortB)\n return stringCollator.compare(sortA, sortB)\n }\n }\n\n return 0\n })\n}\n\nexport function defaultFilter (value: any, search: string | null, item: any) {\n return value != null &&\n search != null &&\n typeof value !== 'boolean' &&\n value.toString().toLocaleLowerCase().indexOf(search.toLocaleLowerCase()) !== -1\n}\n\nexport function searchItems<T extends any = any> (items: T[], search: string): T[] {\n if (!search) return items\n search = search.toString().toLowerCase()\n if (search.trim() === '') return items\n\n return items.filter((item: any) => Object.keys(item).some(key => defaultFilter(getObjectValueByPath(item, key), search, item)))\n}\n\nexport function debounce (fn: Function, delay: number) {\n let timeoutId = 0 as any\n return (...args: any[]) => {\n clearTimeout(timeoutId)\n timeoutId = setTimeout(() => fn(...args), delay)\n }\n}\n\nexport function throttle<T extends (...args: any[]) => any> (fn: T, limit: number) {\n let throttling = false\n return (...args: Parameters<T>): void | ReturnType<T> => {\n if (!throttling) {\n throttling = true\n setTimeout(() => throttling = false, limit)\n return fn(...args)\n }\n }\n}\n\ntype Writable<T> = {\n -readonly [P in keyof T]: T[P]\n}\n\n/**\n * Filters slots to only those starting with `prefix`, removing the prefix\n */\nexport function getPrefixedSlots (prefix: string, slots: Slots): Slots {\n return Object.keys(slots)\n .filter(k => k.startsWith(prefix))\n .reduce<Writable<Slots>>((obj, k) => {\n obj[k.replace(prefix, '')] = slots[k]\n return obj\n }, {})\n}\n\nexport function clamp (value: number, min = 0, max = 1) {\n return Math.max(min, Math.min(max, value))\n}\n\nexport function padEnd (str: string, length: number, char = '0') {\n return str + char.repeat(Math.max(0, length - str.length))\n}\n\nexport function chunk (str: string, size = 1) {\n const chunked: string[] = []\n let index = 0\n while (index < str.length) {\n chunked.push(str.substr(index, size))\n index += size\n }\n return chunked\n}\n\nexport function humanReadableFileSize (bytes: number, base: 1000 | 1024 = 1000): string {\n if (bytes < base) {\n return `${bytes} B`\n }\n\n const prefix = base === 1024 ? ['Ki', 'Mi', 'Gi'] : ['k', 'M', 'G']\n let unit = -1\n while (Math.abs(bytes) >= base && unit < prefix.length - 1) {\n bytes /= base\n ++unit\n }\n return `${bytes.toFixed(1)} ${prefix[unit]}B`\n}\n\nexport function camelizeObjectKeys (obj: Record<string, any> | null | undefined) {\n if (!obj) return {}\n\n return Object.keys(obj).reduce((o: any, key: string) => {\n o[camelize(key)] = obj[key]\n return o\n }, {})\n}\n\nexport function mergeDeep (\n source: Record<string, any> = {},\n target: Record<string, any> = {},\n arrayFn?: (a: unknown[], b: unknown[]) => unknown[],\n) {\n const out: Record<string, any> = {}\n\n for (const key in source) {\n out[key] = source[key]\n }\n\n for (const key in target) {\n const sourceProperty = source[key]\n const targetProperty = target[key]\n\n // Only continue deep merging if\n // both properties are objects\n if (\n isObject(sourceProperty) &&\n isObject(targetProperty)\n ) {\n out[key] = mergeDeep(sourceProperty, targetProperty, arrayFn)\n\n continue\n }\n\n if (Array.isArray(sourceProperty) && Array.isArray(targetProperty) && arrayFn) {\n out[key] = arrayFn(sourceProperty, targetProperty)\n\n continue\n }\n\n out[key] = targetProperty\n }\n\n return out\n}\n\nexport function fillArray<T> (length: number, obj: T) {\n return Array(length).fill(obj)\n}\n\nexport function flattenFragments (nodes: VNode[]): VNode[] {\n return nodes.map(node => {\n if (node.type === Fragment) {\n return flattenFragments(node.children as VNode[])\n } else {\n return node\n }\n }).flat()\n}\n\nexport const randomHexColor = () => {\n const n = (Math.random() * 0xfffff * 1000000).toString(16)\n return '#' + n.slice(0, 6)\n}\n\nexport function toKebabCase (str = '') {\n return str\n .replace(/[^a-z]/gi, '-')\n .replace(/\\B([A-Z])/g, '-$1')\n .toLowerCase()\n}\n\nexport type MaybeRef<T> = T | Ref<T>\n\nexport function findChildren (vnode?: VNodeChild): ComponentInternalInstance[] {\n if (!vnode || typeof vnode !== 'object') {\n return []\n }\n\n if (Array.isArray(vnode)) {\n return vnode\n .map(child => findChildren(child))\n .filter(v => v)\n .flat(1)\n } else if (Array.isArray(vnode.children)) {\n return vnode.children\n .map(child => findChildren(child))\n .filter(v => v)\n .flat(1)\n } else if (vnode.component) {\n return [vnode.component, ...findChildren(vnode.component?.subTree)]\n .filter(v => v)\n .flat(1)\n }\n\n return []\n}\n\nexport function findChildrenWithProvide (\n key: InjectionKey<any> | symbol,\n vnode?: VNodeChild,\n): ComponentInternalInstance[] {\n if (!vnode || typeof vnode !== 'object') return []\n\n if (Array.isArray(vnode)) {\n return vnode.map(child => findChildrenWithProvide(key, child)).flat(1)\n } else if (Array.isArray(vnode.children)) {\n return vnode.children.map(child => findChildrenWithProvide(key, child)).flat(1)\n } else if (vnode.component) {\n if (Object.getOwnPropertySymbols(vnode.component.provides).includes(key as symbol)) {\n return [vnode.component]\n } else if (vnode.component.subTree) {\n return findChildrenWithProvide(key, vnode.component.subTree).flat(1)\n }\n }\n\n return []\n}\n\nexport class CircularBuffer<T = never> {\n readonly #arr: Array<T> = []\n #pointer = 0\n\n constructor (public readonly size: number) {}\n\n push (val: T) {\n this.#arr[this.#pointer] = val\n this.#pointer = (this.#pointer + 1) % this.size\n }\n\n values (): T[] {\n return this.#arr.slice(this.#pointer).concat(this.#arr.slice(0, this.#pointer))\n }\n}\n\nexport type UnionToIntersection<U> =\n (U extends any ? (k: U) => void : never) extends ((k: infer I) => void) ? I : never\n\nexport function getEventCoordinates (e: MouseEvent | TouchEvent) {\n if ('touches' in e) {\n return { clientX: e.touches[0].clientX, clientY: e.touches[0].clientY }\n }\n\n return { clientX: e.clientX, clientY: e.clientY }\n}\n\n// Only allow a single return type\ntype NotAUnion<T> = [T] extends [infer U] ? _NotAUnion<U, U> : never\ntype _NotAUnion<T, U> = U extends any ? [T] extends [U] ? unknown : never : never\n\n/**\n * Convert a computed ref to a record of refs.\n * The getter function must always return an object with the same keys.\n */\nexport function destructComputed<T extends object> (getter: ComputedGetter<T & NotAUnion<T>>): ToRefs<T>\nexport function destructComputed<T extends object> (getter: ComputedGetter<T>) {\n const refs = reactive({}) as T\n const base = computed(getter)\n watchEffect(() => {\n for (const key in base.value) {\n refs[key] = base.value[key]\n }\n }, { flush: 'sync' })\n return toRefs(refs)\n}\n\n/** Array.includes but value can be any type */\nexport function includes (arr: readonly any[], val: any) {\n return arr.includes(val)\n}\n\nconst onRE = /^on[^a-z]/\nexport const isOn = (key: string) => onRE.test(key)\n\nexport type EventProp<T = (...args: any[]) => any> = T | T[]\nexport const EventProp = [Function, Array] as PropType<EventProp>\n\nexport function hasEvent (props: Record<string, any>, name: string) {\n name = 'on' + capitalize(name)\n return !!(props[name] || props[`${name}Once`] || props[`${name}Capture`] || props[`${name}OnceCapture`] || props[`${name}CaptureOnce`])\n}\n\nexport function callEvent (handler: EventProp | undefined, ...args: any[]) {\n if (Array.isArray(handler)) {\n for (const h of handler) {\n h(...args)\n }\n } else if (typeof handler === 'function') {\n handler(...args)\n }\n}\n"],"mappings":"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"}
@@ -3,7 +3,6 @@ export function injectSelf(key) {
3
3
  const {
4
4
  provides
5
5
  } = getCurrentInstance('injectSelf');
6
-
7
6
  if (provides && key in provides) {
8
7
  // TS doesn't allow symbol as index type
9
8
  return provides[key];
@@ -1 +1 @@
1
- {"version":3,"file":"injectSelf.mjs","names":["getCurrentInstance","injectSelf","key","provides"],"sources":["../../src/util/injectSelf.ts"],"sourcesContent":["import { getCurrentInstance } from '@/util/getCurrentInstance'\nimport type { InjectionKey } from 'vue'\n\nexport function injectSelf<T>(key: InjectionKey<T> | string): T | undefined\nexport function injectSelf (key: InjectionKey<any> | string) {\n const { provides } = getCurrentInstance('injectSelf')\n\n if (provides && (key as string | symbol) in provides) {\n // TS doesn't allow symbol as index type\n return provides[key as string]\n }\n}\n"],"mappings":"SAASA,kB;AAIT,OAAO,SAASC,UAAT,CAAqBC,GAArB,EAAsD;EAC3D,MAAM;IAAEC;EAAF,IAAeH,kBAAkB,CAAC,YAAD,CAAvC;;EAEA,IAAIG,QAAQ,IAAKD,GAAD,IAA4BC,QAA5C,EAAsD;IACpD;IACA,OAAOA,QAAQ,CAACD,GAAD,CAAf;EACD;AACF"}
1
+ {"version":3,"file":"injectSelf.mjs","names":["getCurrentInstance","injectSelf","key","provides"],"sources":["../../src/util/injectSelf.ts"],"sourcesContent":["import { getCurrentInstance } from '@/util/getCurrentInstance'\nimport type { InjectionKey } from 'vue'\n\nexport function injectSelf<T>(key: InjectionKey<T> | string): T | undefined\nexport function injectSelf (key: InjectionKey<any> | string) {\n const { provides } = getCurrentInstance('injectSelf')\n\n if (provides && (key as string | symbol) in provides) {\n // TS doesn't allow symbol as index type\n return provides[key as string]\n }\n}\n"],"mappings":"SAASA,kBAAkB;AAI3B,OAAO,SAASC,UAAU,CAAEC,GAA+B,EAAE;EAC3D,MAAM;IAAEC;EAAS,CAAC,GAAGH,kBAAkB,CAAC,YAAY,CAAC;EAErD,IAAIG,QAAQ,IAAKD,GAAG,IAAwBC,QAAQ,EAAE;IACpD;IACA,OAAOA,QAAQ,CAACD,GAAG,CAAW;EAChC;AACF"}
@@ -3,10 +3,8 @@ export function isFixedPosition(el) {
3
3
  if (window.getComputedStyle(el).position === 'fixed') {
4
4
  return true;
5
5
  }
6
-
7
6
  el = el.offsetParent;
8
7
  }
9
-
10
8
  return false;
11
9
  }
12
10
  //# sourceMappingURL=isFixedPosition.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"isFixedPosition.mjs","names":["isFixedPosition","el","window","getComputedStyle","position","offsetParent"],"sources":["../../src/util/isFixedPosition.ts"],"sourcesContent":["export function isFixedPosition (el?: HTMLElement) {\n while (el) {\n if (window.getComputedStyle(el).position === 'fixed') {\n return true\n }\n el = el.offsetParent as HTMLElement\n }\n return false\n}\n"],"mappings":"AAAA,OAAO,SAASA,eAAT,CAA0BC,EAA1B,EAA4C;EACjD,OAAOA,EAAP,EAAW;IACT,IAAIC,MAAM,CAACC,gBAAP,CAAwBF,EAAxB,EAA4BG,QAA5B,KAAyC,OAA7C,EAAsD;MACpD,OAAO,IAAP;IACD;;IACDH,EAAE,GAAGA,EAAE,CAACI,YAAR;EACD;;EACD,OAAO,KAAP;AACD"}
1
+ {"version":3,"file":"isFixedPosition.mjs","names":["isFixedPosition","el","window","getComputedStyle","position","offsetParent"],"sources":["../../src/util/isFixedPosition.ts"],"sourcesContent":["export function isFixedPosition (el?: HTMLElement) {\n while (el) {\n if (window.getComputedStyle(el).position === 'fixed') {\n return true\n }\n el = el.offsetParent as HTMLElement\n }\n return false\n}\n"],"mappings":"AAAA,OAAO,SAASA,eAAe,CAAEC,EAAgB,EAAE;EACjD,OAAOA,EAAE,EAAE;IACT,IAAIC,MAAM,CAACC,gBAAgB,CAACF,EAAE,CAAC,CAACG,QAAQ,KAAK,OAAO,EAAE;MACpD,OAAO,IAAI;IACb;IACAH,EAAE,GAAGA,EAAE,CAACI,YAA2B;EACrC;EACA,OAAO,KAAK;AACd"}
@@ -23,6 +23,7 @@
23
23
  * },
24
24
  * }
25
25
  */
26
+
26
27
  export function propsFactory(props, source) {
27
28
  return defaults => {
28
29
  return Object.keys(props).reduce((obj, prop) => {
@@ -30,19 +31,17 @@ export function propsFactory(props, source) {
30
31
  const definition = isObjectDefinition ? props[prop] : {
31
32
  type: props[prop]
32
33
  };
33
-
34
34
  if (defaults && prop in defaults) {
35
- obj[prop] = { ...definition,
35
+ obj[prop] = {
36
+ ...definition,
36
37
  default: defaults[prop]
37
38
  };
38
39
  } else {
39
40
  obj[prop] = definition;
40
41
  }
41
-
42
- if (source) {
42
+ if (source && !obj[prop].source) {
43
43
  obj[prop].source = source;
44
44
  }
45
-
46
45
  return obj;
47
46
  }, {});
48
47
  };
@@ -1 +1 @@
1
- {"version":3,"file":"propsFactory.mjs","names":["propsFactory","props","source","defaults","Object","keys","reduce","obj","prop","isObjectDefinition","Array","isArray","definition","type","default"],"sources":["../../src/util/propsFactory.ts"],"sourcesContent":["import type { ComponentObjectPropsOptions, Prop, PropType } from 'vue'\n\n/**\n * Creates a factory function for props definitions.\n * This is used to define props in a composable then override\n * default values in an implementing component.\n *\n * @example Simplified signature\n * (props: Props) => (defaults?: Record<keyof props, any>) => Props\n *\n * @example Usage\n * const makeProps = propsFactory({\n * foo: String,\n * })\n *\n * defineComponent({\n * props: {\n * ...makeProps({\n * foo: 'a',\n * }),\n * },\n * setup (props) {\n * // would be \"string | undefined\", now \"string\" because a default has been provided\n * props.foo\n * },\n * }\n */\n\nexport function propsFactory<\n PropsOptions extends ComponentObjectPropsOptions\n> (props: PropsOptions, source?: string) {\n return <Defaults extends PartialKeys<PropsOptions> = {}>(\n defaults?: Defaults\n ): AppendDefault<PropsOptions, Defaults> => {\n return Object.keys(props).reduce<any>((obj, prop) => {\n const isObjectDefinition = typeof props[prop] === 'object' && props[prop] != null && !Array.isArray(props[prop])\n const definition = isObjectDefinition ? props[prop] : { type: props[prop] }\n\n if (defaults && prop in defaults) {\n obj[prop] = {\n ...definition,\n default: defaults[prop],\n }\n } else {\n obj[prop] = definition\n }\n\n if (source) {\n obj[prop].source = source\n }\n\n return obj\n }, {})\n }\n}\n\ntype AppendDefault<T extends ComponentObjectPropsOptions, D extends PartialKeys<T>> = {\n [P in keyof T]-?: unknown extends D[P]\n ? T[P]\n : T[P] extends Record<string, unknown>\n ? Omit<T[P], 'type' | 'default'> & {\n type: PropType<MergeDefault<T[P], D[P]>>\n default: MergeDefault<T[P], D[P]>\n }\n : {\n type: PropType<MergeDefault<T[P], D[P]>>\n default: MergeDefault<T[P], D[P]>\n }\n}\n\ntype MergeDefault<T, D> = unknown extends D ? InferPropType<T> : (NonNullable<InferPropType<T>> | D)\n\n/**\n * Like `Partial<T>` but doesn't care what the value is\n */\ntype PartialKeys<T> = { [P in keyof T]?: unknown }\n\n// Copied from Vue\ntype InferPropType<T> = T extends null\n ? any // null & true would fail to infer\n : T extends { type: null | true }\n ? any // As TS issue https://github.com/Microsoft/TypeScript/issues/14829 // somehow `ObjectConstructor` when inferred from { (): T } becomes `any` // `BooleanConstructor` when inferred from PropConstructor(with PropMethod) becomes `Boolean`\n : T extends ObjectConstructor | { type: ObjectConstructor }\n ? Record<string, any>\n : T extends BooleanConstructor | { type: BooleanConstructor }\n ? boolean\n : T extends Prop<infer V, infer D> ? (unknown extends V ? D : V) : T\n"],"mappings":"AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAEA,OAAO,SAASA,YAAT,CAEJC,KAFI,EAEiBC,MAFjB,EAEkC;EACvC,OACEC,QADK,IAEqC;IAC1C,OAAOC,MAAM,CAACC,IAAP,CAAYJ,KAAZ,EAAmBK,MAAnB,CAA+B,CAACC,GAAD,EAAMC,IAAN,KAAe;MACnD,MAAMC,kBAAkB,GAAG,OAAOR,KAAK,CAACO,IAAD,CAAZ,KAAuB,QAAvB,IAAmCP,KAAK,CAACO,IAAD,CAAL,IAAe,IAAlD,IAA0D,CAACE,KAAK,CAACC,OAAN,CAAcV,KAAK,CAACO,IAAD,CAAnB,CAAtF;MACA,MAAMI,UAAU,GAAGH,kBAAkB,GAAGR,KAAK,CAACO,IAAD,CAAR,GAAiB;QAAEK,IAAI,EAAEZ,KAAK,CAACO,IAAD;MAAb,CAAtD;;MAEA,IAAIL,QAAQ,IAAIK,IAAI,IAAIL,QAAxB,EAAkC;QAChCI,GAAG,CAACC,IAAD,CAAH,GAAY,EACV,GAAGI,UADO;UAEVE,OAAO,EAAEX,QAAQ,CAACK,IAAD;QAFP,CAAZ;MAID,CALD,MAKO;QACLD,GAAG,CAACC,IAAD,CAAH,GAAYI,UAAZ;MACD;;MAED,IAAIV,MAAJ,EAAY;QACVK,GAAG,CAACC,IAAD,CAAH,CAAUN,MAAV,GAAmBA,MAAnB;MACD;;MAED,OAAOK,GAAP;IACD,CAlBM,EAkBJ,EAlBI,CAAP;EAmBD,CAtBD;AAuBD"}
1
+ {"version":3,"file":"propsFactory.mjs","names":["propsFactory","props","source","defaults","Object","keys","reduce","obj","prop","isObjectDefinition","Array","isArray","definition","type","default"],"sources":["../../src/util/propsFactory.ts"],"sourcesContent":["import type { ComponentObjectPropsOptions, Prop, PropType } from 'vue'\n\n/**\n * Creates a factory function for props definitions.\n * This is used to define props in a composable then override\n * default values in an implementing component.\n *\n * @example Simplified signature\n * (props: Props) => (defaults?: Record<keyof props, any>) => Props\n *\n * @example Usage\n * const makeProps = propsFactory({\n * foo: String,\n * })\n *\n * defineComponent({\n * props: {\n * ...makeProps({\n * foo: 'a',\n * }),\n * },\n * setup (props) {\n * // would be \"string | undefined\", now \"string\" because a default has been provided\n * props.foo\n * },\n * }\n */\n\nexport function propsFactory<\n PropsOptions extends ComponentObjectPropsOptions\n> (props: PropsOptions, source: string) {\n return <Defaults extends PartialKeys<PropsOptions> = {}>(\n defaults?: Defaults\n ): AppendDefault<PropsOptions, Defaults> => {\n return Object.keys(props).reduce<any>((obj, prop) => {\n const isObjectDefinition = typeof props[prop] === 'object' && props[prop] != null && !Array.isArray(props[prop])\n const definition = isObjectDefinition ? props[prop] : { type: props[prop] }\n\n if (defaults && prop in defaults) {\n obj[prop] = {\n ...definition,\n default: defaults[prop],\n }\n } else {\n obj[prop] = definition\n }\n\n if (source && !obj[prop].source) {\n obj[prop].source = source\n }\n\n return obj\n }, {})\n }\n}\n\ntype AppendDefault<T extends ComponentObjectPropsOptions, D extends PartialKeys<T>> = {\n [P in keyof T]-?: unknown extends D[P]\n ? T[P]\n : T[P] extends Record<string, unknown>\n ? Omit<T[P], 'type' | 'default'> & {\n type: PropType<MergeDefault<T[P], D[P]>>\n default: MergeDefault<T[P], D[P]>\n }\n : {\n type: PropType<MergeDefault<T[P], D[P]>>\n default: MergeDefault<T[P], D[P]>\n }\n}\n\ntype MergeDefault<T, D> = unknown extends D ? InferPropType<T> : (NonNullable<InferPropType<T>> | D)\n\n/**\n * Like `Partial<T>` but doesn't care what the value is\n */\ntype PartialKeys<T> = { [P in keyof T]?: unknown }\n\n// Copied from Vue\ntype InferPropType<T> = T extends null\n ? any // null & true would fail to infer\n : T extends { type: null | true }\n ? any // As TS issue https://github.com/Microsoft/TypeScript/issues/14829 // somehow `ObjectConstructor` when inferred from { (): T } becomes `any` // `BooleanConstructor` when inferred from PropConstructor(with PropMethod) becomes `Boolean`\n : T extends ObjectConstructor | { type: ObjectConstructor }\n ? Record<string, any>\n : T extends BooleanConstructor | { type: BooleanConstructor }\n ? boolean\n : T extends Prop<infer V, infer D> ? (unknown extends V ? D : V) : T\n"],"mappings":"AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAO,SAASA,YAAY,CAEzBC,KAAmB,EAAEC,MAAc,EAAE;EACtC,OACEC,QAAmB,IACuB;IAC1C,OAAOC,MAAM,CAACC,IAAI,CAACJ,KAAK,CAAC,CAACK,MAAM,CAAM,CAACC,GAAG,EAAEC,IAAI,KAAK;MACnD,MAAMC,kBAAkB,GAAG,OAAOR,KAAK,CAACO,IAAI,CAAC,KAAK,QAAQ,IAAIP,KAAK,CAACO,IAAI,CAAC,IAAI,IAAI,IAAI,CAACE,KAAK,CAACC,OAAO,CAACV,KAAK,CAACO,IAAI,CAAC,CAAC;MAChH,MAAMI,UAAU,GAAGH,kBAAkB,GAAGR,KAAK,CAACO,IAAI,CAAC,GAAG;QAAEK,IAAI,EAAEZ,KAAK,CAACO,IAAI;MAAE,CAAC;MAE3E,IAAIL,QAAQ,IAAIK,IAAI,IAAIL,QAAQ,EAAE;QAChCI,GAAG,CAACC,IAAI,CAAC,GAAG;UACV,GAAGI,UAAU;UACbE,OAAO,EAAEX,QAAQ,CAACK,IAAI;QACxB,CAAC;MACH,CAAC,MAAM;QACLD,GAAG,CAACC,IAAI,CAAC,GAAGI,UAAU;MACxB;MAEA,IAAIV,MAAM,IAAI,CAACK,GAAG,CAACC,IAAI,CAAC,CAACN,MAAM,EAAE;QAC/BK,GAAG,CAACC,IAAI,CAAC,CAACN,MAAM,GAAGA,MAAM;MAC3B;MAEA,OAAOK,GAAG;IACZ,CAAC,EAAE,CAAC,CAAC,CAAC;EACR,CAAC;AACH"}
@@ -1,6 +1,5 @@
1
1
  // Utilities
2
2
  import { getCurrentInstance } from "./getCurrentInstance.mjs"; // Types
3
-
4
3
  export function useRender(render) {
5
4
  const vm = getCurrentInstance('useRender');
6
5
  vm.render = render;
@@ -1 +1 @@
1
- {"version":3,"file":"useRender.mjs","names":["getCurrentInstance","useRender","render","vm"],"sources":["../../src/util/useRender.ts"],"sourcesContent":["// Utilities\nimport { getCurrentInstance } from './getCurrentInstance'\n\n// Types\nimport type { VNode } from 'vue'\n\nexport function useRender (render: () => VNode): void {\n const vm = getCurrentInstance('useRender') as any\n vm.render = render\n}\n"],"mappings":"AAAA;SACSA,kB,oCAET;;AAGA,OAAO,SAASC,SAAT,CAAoBC,MAApB,EAA+C;EACpD,MAAMC,EAAE,GAAGH,kBAAkB,CAAC,WAAD,CAA7B;EACAG,EAAE,CAACD,MAAH,GAAYA,MAAZ;AACD"}
1
+ {"version":3,"file":"useRender.mjs","names":["getCurrentInstance","useRender","render","vm"],"sources":["../../src/util/useRender.ts"],"sourcesContent":["// Utilities\nimport { getCurrentInstance } from './getCurrentInstance'\n\n// Types\nimport type { VNode } from 'vue'\n\nexport function useRender (render: () => VNode): void {\n const vm = getCurrentInstance('useRender') as any\n vm.render = render\n}\n"],"mappings":"AAAA;AAAA,SACSA,kBAAkB,oCAE3B;AAGA,OAAO,SAASC,SAAS,CAAEC,MAAmB,EAAQ;EACpD,MAAMC,EAAE,GAAGH,kBAAkB,CAAC,WAAW,CAAQ;EACjDG,EAAE,CAACD,MAAM,GAAGA,MAAM;AACpB"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vuetify",
3
3
  "description": "Vue Material Component Framework",
4
- "version": "3.0.0-beta.9",
4
+ "version": "3.0.1",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"
@@ -45,13 +45,13 @@
45
45
  "files": [
46
46
  "dist/",
47
47
  "lib/",
48
+ "_settings.scss",
49
+ "_styles.scss",
50
+ "_tools.scss",
48
51
  "CHANGELOG.md"
49
52
  ],
50
53
  "exports": {
51
- ".": {
52
- "import": "./lib/framework.mjs",
53
- "require": "./dist/vuetify.js"
54
- },
54
+ ".": "./lib/framework.mjs",
55
55
  "./styles": "./lib/styles/main.css",
56
56
  "./styles/*": "./lib/styles/*",
57
57
  "./framework": "./lib/framework.mjs",
@@ -89,12 +89,11 @@
89
89
  "scripts": {
90
90
  "watch": "yarn build:lib --watch",
91
91
  "dev": "cross-env NODE_ENV=development vite",
92
- "dev:ssr": "cross-env NODE_ENV=development vite-ssr",
93
- "build": "rimraf lib dist && concurrently \"yarn build:dist\" \"yarn build:lib\" -n \"dist,lib\" --kill-others-on-fail -r && yarn build:json && yarn build:types",
92
+ "dev:ssr": "cross-env NODE_ENV=development VITE_SSR=true vite-ssr",
93
+ "build": "rimraf lib dist && concurrently \"yarn build:dist\" \"yarn build:lib\" -n \"dist,lib\" --kill-others-on-fail -r && yarn build:types",
94
94
  "build:dist": "rollup --config build/rollup.config.js",
95
95
  "build:lib": "cross-env NODE_ENV=lib babel src --out-dir lib --source-maps --extensions \".ts\",\".tsx\",\".snap\" --copy-files --no-copy-ignored --out-file-extension .mjs",
96
96
  "build:types": "rimraf types-temp && tsc --pretty --emitDeclarationOnly -p tsconfig.dist.json && rollup --config build/rollup.types.config.js && rimraf types-temp",
97
- "build:json": "node build/build-json.js",
98
97
  "tsc": "tsc",
99
98
  "debug:test": "cross-env NODE_ENV=test node --inspect --inspect-brk ../../node_modules/jest/bin/jest.js --no-cache -i --verbose",
100
99
  "test": "node build/run-tests.js",
@@ -103,7 +102,7 @@
103
102
  "test:coverage": "yarn test --coverage",
104
103
  "lint": "concurrently -n \"tsc,eslint\" --kill-others-on-fail \"tsc -p tsconfig.checks.json --noEmit --pretty\" \"eslint src -f codeframe --max-warnings 0\"",
105
104
  "lint:fix": "concurrently -n \"tsc,eslint\" \"tsc -p tsconfig.checks.json --noEmit --pretty\" \"eslint --fix src\"",
106
- "cy:open": "cypress open --component -b chrome",
105
+ "cy:open": "cypress open --component -b electron",
107
106
  "cy:run": "percy exec -- cypress run --component"
108
107
  },
109
108
  "devDependencies": {
@@ -117,11 +116,11 @@
117
116
  "@rollup/plugin-babel": "^5.3.1",
118
117
  "@rollup/plugin-node-resolve": "^13.3.0",
119
118
  "@rollup/plugin-typescript": "^8.3.2",
120
- "@types/jest": "^26.0.24",
119
+ "@types/jest": "^28.1.8",
121
120
  "@types/node": "^16.11.26",
122
121
  "@types/resize-observer-browser": "^0.1.7",
123
- "@vitejs/plugin-vue": "^2.3.3",
124
- "@vitejs/plugin-vue-jsx": "^1.3.10",
122
+ "@vitejs/plugin-vue": "^3.0.3",
123
+ "@vitejs/plugin-vue-jsx": "^2.0.0",
125
124
  "@vue/babel-plugin-jsx": "^1.1.1",
126
125
  "@vue/test-utils": "2.0.0",
127
126
  "@vueuse/head": "~0.7.6",
@@ -140,21 +139,23 @@
140
139
  "dotenv": "^8.6.0",
141
140
  "eslint-plugin-cypress": "^2.12.1",
142
141
  "eslint-plugin-jest": "^25.7.0",
142
+ "fast-glob": "^3.2.11",
143
143
  "identity-obj-proxy": "^3.0.0",
144
144
  "jest-canvas-mock": "^2.3.1",
145
+ "micromatch": "^4.0.5",
145
146
  "postcss": "^8.4.14",
146
147
  "rollup": "^2.75.3",
147
148
  "rollup-plugin-dts": "^4.2.2",
148
149
  "rollup-plugin-sass": "^1.2.12",
149
150
  "rollup-plugin-sourcemaps": "^0.6.3",
150
151
  "rollup-plugin-terser": "^7.0.2",
151
- "vite": "^2.9.9",
152
+ "ts-json-schema-generator": "^1.0.0",
153
+ "vite": "^3.0.9",
152
154
  "vite-ssr": "^0.16.0",
153
- "vue-i18n": "^9.2.0-beta.35",
155
+ "vue-i18n": "^9.2.2",
154
156
  "vue-router": "^4.0.15"
155
157
  },
156
158
  "peerDependencies": {
157
- "@formatjs/intl": "^1.0.0 || ^2.0.0",
158
159
  "vite-plugin-vuetify": "^1.0.0-alpha.12",
159
160
  "vue": "^3.2.0",
160
161
  "vue-i18n": "^9.0.0",
@@ -164,9 +165,6 @@
164
165
  "vue-i18n": {
165
166
  "optional": true
166
167
  },
167
- "@formatjs/intl": {
168
- "optional": true
169
- },
170
168
  "webpack-plugin-vuetify": {
171
169
  "optional": true
172
170
  },
@@ -182,5 +180,5 @@
182
180
  "attributes": "dist/json/attributes.json"
183
181
  },
184
182
  "web-types": "dist/json/web-types.json",
185
- "gitHead": "817342e048b148d2f764fbd69ed8a83a049a43e1"
183
+ "gitHead": "56ba931ac41bdd6fe699e089869121c1e6ec5b45"
186
184
  }
@@ -1,44 +0,0 @@
1
- import { computed, inject, provide, ref } from 'vue';
2
- import { rtl } from "../locale/index.mjs"; // Types
3
-
4
- export const RtlSymbol = Symbol.for('vuetify:rtl');
5
- export function createRtl(localeScope, options) {
6
- var _options$rtl;
7
-
8
- return createRtlScope({
9
- rtl: { ...rtl,
10
- ...((_options$rtl = options == null ? void 0 : options.rtl) != null ? _options$rtl : {})
11
- },
12
- isRtl: ref(false),
13
- rtlClasses: ref('')
14
- }, localeScope);
15
- }
16
- export function createRtlScope(currentScope, localeScope, options) {
17
- const isRtl = computed(() => {
18
- if (typeof (options == null ? void 0 : options.rtl) === 'boolean') return options.rtl;
19
-
20
- if (localeScope.current.value && currentScope.rtl.hasOwnProperty(localeScope.current.value)) {
21
- return currentScope.rtl[localeScope.current.value];
22
- }
23
-
24
- return currentScope.isRtl.value;
25
- });
26
- return {
27
- isRtl,
28
- rtl: currentScope.rtl,
29
- rtlClasses: computed(() => `v-locale--is-${isRtl.value ? 'rtl' : 'ltr'}`)
30
- };
31
- }
32
- export function provideRtl(props, localeScope) {
33
- const currentScope = inject(RtlSymbol);
34
- if (!currentScope) throw new Error('[Vuetify] Could not find injected rtl instance');
35
- const newScope = createRtlScope(currentScope, localeScope, props);
36
- provide(RtlSymbol, newScope);
37
- return newScope;
38
- }
39
- export function useRtl() {
40
- const currentScope = inject(RtlSymbol);
41
- if (!currentScope) throw new Error('[Vuetify] Could not find injected rtl instance');
42
- return currentScope;
43
- }
44
- //# sourceMappingURL=rtl.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"rtl.mjs","names":["computed","inject","provide","ref","rtl","RtlSymbol","Symbol","for","createRtl","localeScope","options","createRtlScope","isRtl","rtlClasses","currentScope","current","value","hasOwnProperty","provideRtl","props","Error","newScope","useRtl"],"sources":["../../src/composables/rtl.ts"],"sourcesContent":["import { computed, inject, provide, ref } from 'vue'\nimport { rtl } from '@/locale'\n\n// Types\nimport type { InjectionKey, Ref } from 'vue'\nimport type { LocaleInstance } from './locale'\n\nexport interface RtlOptions {\n rtl?: Record<string, boolean>\n}\n\nexport interface RtlProps {\n rtl?: boolean\n}\n\nexport interface RtlInstance {\n isRtl: Ref<boolean>\n rtl: Record<string, boolean>\n rtlClasses: Ref<string>\n}\n\nexport const RtlSymbol: InjectionKey<RtlInstance> = Symbol.for('vuetify:rtl')\n\nexport function createRtl (localeScope: LocaleInstance, options?: RtlOptions) {\n return createRtlScope({\n rtl: {\n ...rtl,\n ...(options?.rtl ?? {}),\n },\n isRtl: ref(false),\n rtlClasses: ref(''),\n }, localeScope)\n}\n\nexport function createRtlScope (currentScope: RtlInstance, localeScope: LocaleInstance, options?: RtlProps): RtlInstance {\n const isRtl = computed(() => {\n if (typeof options?.rtl === 'boolean') return options.rtl\n if (localeScope.current.value && currentScope.rtl.hasOwnProperty(localeScope.current.value)) {\n return currentScope.rtl[localeScope.current.value]\n }\n\n return currentScope.isRtl.value\n })\n\n return {\n isRtl,\n rtl: currentScope.rtl,\n rtlClasses: computed(() => `v-locale--is-${isRtl.value ? 'rtl' : 'ltr'}`),\n }\n}\n\nexport function provideRtl (props: RtlProps, localeScope: LocaleInstance) {\n const currentScope = inject(RtlSymbol)\n\n if (!currentScope) throw new Error('[Vuetify] Could not find injected rtl instance')\n\n const newScope = createRtlScope(currentScope, localeScope, props)\n\n provide(RtlSymbol, newScope)\n\n return newScope\n}\n\nexport function useRtl () {\n const currentScope = inject(RtlSymbol)\n\n if (!currentScope) throw new Error('[Vuetify] Could not find injected rtl instance')\n\n return currentScope\n}\n"],"mappings":"AAAA,SAASA,QAAT,EAAmBC,MAAnB,EAA2BC,OAA3B,EAAoCC,GAApC,QAA+C,KAA/C;SACSC,G,+BAET;;AAkBA,OAAO,MAAMC,SAAoC,GAAGC,MAAM,CAACC,GAAP,CAAW,aAAX,CAA7C;AAEP,OAAO,SAASC,SAAT,CAAoBC,WAApB,EAAiDC,OAAjD,EAAuE;EAAA;;EAC5E,OAAOC,cAAc,CAAC;IACpBP,GAAG,EAAE,EACH,GAAGA,GADA;MAEH,oBAAIM,OAAJ,oBAAIA,OAAO,CAAEN,GAAb,2BAAoB,EAApB;IAFG,CADe;IAKpBQ,KAAK,EAAET,GAAG,CAAC,KAAD,CALU;IAMpBU,UAAU,EAAEV,GAAG,CAAC,EAAD;EANK,CAAD,EAOlBM,WAPkB,CAArB;AAQD;AAED,OAAO,SAASE,cAAT,CAAyBG,YAAzB,EAAoDL,WAApD,EAAiFC,OAAjF,EAAkH;EACvH,MAAME,KAAK,GAAGZ,QAAQ,CAAC,MAAM;IAC3B,IAAI,QAAOU,OAAP,oBAAOA,OAAO,CAAEN,GAAhB,MAAwB,SAA5B,EAAuC,OAAOM,OAAO,CAACN,GAAf;;IACvC,IAAIK,WAAW,CAACM,OAAZ,CAAoBC,KAApB,IAA6BF,YAAY,CAACV,GAAb,CAAiBa,cAAjB,CAAgCR,WAAW,CAACM,OAAZ,CAAoBC,KAApD,CAAjC,EAA6F;MAC3F,OAAOF,YAAY,CAACV,GAAb,CAAiBK,WAAW,CAACM,OAAZ,CAAoBC,KAArC,CAAP;IACD;;IAED,OAAOF,YAAY,CAACF,KAAb,CAAmBI,KAA1B;EACD,CAPqB,CAAtB;EASA,OAAO;IACLJ,KADK;IAELR,GAAG,EAAEU,YAAY,CAACV,GAFb;IAGLS,UAAU,EAAEb,QAAQ,CAAC,MAAO,gBAAeY,KAAK,CAACI,KAAN,GAAc,KAAd,GAAsB,KAAM,EAAnD;EAHf,CAAP;AAKD;AAED,OAAO,SAASE,UAAT,CAAqBC,KAArB,EAAsCV,WAAtC,EAAmE;EACxE,MAAMK,YAAY,GAAGb,MAAM,CAACI,SAAD,CAA3B;EAEA,IAAI,CAACS,YAAL,EAAmB,MAAM,IAAIM,KAAJ,CAAU,gDAAV,CAAN;EAEnB,MAAMC,QAAQ,GAAGV,cAAc,CAACG,YAAD,EAAeL,WAAf,EAA4BU,KAA5B,CAA/B;EAEAjB,OAAO,CAACG,SAAD,EAAYgB,QAAZ,CAAP;EAEA,OAAOA,QAAP;AACD;AAED,OAAO,SAASC,MAAT,GAAmB;EACxB,MAAMR,YAAY,GAAGb,MAAM,CAACI,SAAD,CAA3B;EAEA,IAAI,CAACS,YAAL,EAAmB,MAAM,IAAIM,KAAJ,CAAU,gDAAV,CAAN;EAEnB,OAAON,YAAP;AACD"}
@@ -1,67 +0,0 @@
1
- import { ref } from 'vue';
2
-
3
- function wrapScope(scope) {
4
- const current = ref(scope.locale);
5
- const fallback = ref(scope.defaultLocale);
6
- const messages = ref(scope.messages);
7
- return {
8
- current,
9
- fallback,
10
- messages: messages,
11
- t: function (id) {
12
- for (var _len = arguments.length, params = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
13
- params[_key - 1] = arguments[_key];
14
- }
15
-
16
- return scope.formatMessage({
17
- id
18
- }, params.reduce((obj, value, index) => ({ ...obj,
19
- [index]: value
20
- }), {}));
21
- },
22
- n: value => scope.formatNumber(value)
23
- };
24
- }
25
- /**
26
- * There is no reactivity in this adapter, because vue-intl package does not seem to support it
27
- */
28
-
29
-
30
- export function createVueIntlAdapter(_ref) {
31
- let {
32
- createIntl,
33
- useIntl,
34
- provideIntl,
35
- locale,
36
- defaultLocale,
37
- messages,
38
- ...rest
39
- } = _ref;
40
- return {
41
- createRoot: () => {
42
- return wrapScope(createIntl({
43
- locale,
44
- defaultLocale,
45
- messages: messages[locale]
46
- }));
47
- },
48
- getScope: () => {
49
- const scope = useIntl();
50
- return wrapScope(scope);
51
- },
52
- createScope: function () {
53
- var _props$locale, _props$fallbackLocale, _props$locale2;
54
-
55
- let props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
56
- const newScope = createIntl({
57
- locale: (_props$locale = props.locale) != null ? _props$locale : locale,
58
- defaultLocale: (_props$fallbackLocale = props.fallbackLocale) != null ? _props$fallbackLocale : defaultLocale,
59
- messages: messages[(_props$locale2 = props.locale) != null ? _props$locale2 : locale]
60
- });
61
- provideIntl(newScope);
62
- return wrapScope(newScope);
63
- },
64
- ...rest
65
- };
66
- }
67
- //# sourceMappingURL=vue-intl.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vue-intl.mjs","names":["ref","wrapScope","scope","current","locale","fallback","defaultLocale","messages","t","id","params","formatMessage","reduce","obj","value","index","n","formatNumber","createVueIntlAdapter","createIntl","useIntl","provideIntl","rest","createRoot","getScope","createScope","props","newScope","fallbackLocale"],"sources":["../../../src/locale/adapters/vue-intl.ts"],"sourcesContent":["import { ref } from 'vue'\n\nimport type { LocaleAdapter, LocaleInstance } from '@/composables/locale'\nimport type { RtlOptions } from '@/composables/rtl'\nimport type { createIntl, IntlShape } from '@formatjs/intl'\n\ntype VueIntlAdapterOptions = {\n createIntl: typeof createIntl\n useIntl: any\n provideIntl: any\n locale: string\n defaultLocale: string\n messages: Record<string, Record<string, string>>\n} & RtlOptions\n\nfunction wrapScope (scope: IntlShape<string>): LocaleInstance {\n const current = ref(scope.locale)\n const fallback = ref(scope.defaultLocale)\n const messages = ref(scope.messages)\n\n return {\n current,\n fallback,\n messages: messages as any,\n t: (id, ...params) => {\n return scope.formatMessage({ id }, params.reduce<Record<string, unknown>>((obj, value, index) => ({ ...obj, [index]: value }), {}))\n },\n n: value => scope.formatNumber(value),\n }\n}\n\n/**\n * There is no reactivity in this adapter, because vue-intl package does not seem to support it\n */\nexport function createVueIntlAdapter ({\n createIntl,\n useIntl,\n provideIntl,\n locale,\n defaultLocale,\n messages,\n ...rest\n}: VueIntlAdapterOptions): (LocaleAdapter & RtlOptions) {\n return {\n createRoot: () => {\n return wrapScope(createIntl({\n locale,\n defaultLocale,\n messages: messages[locale],\n }))\n },\n getScope: () => {\n const scope = useIntl()\n return wrapScope(scope)\n },\n createScope: (props = {}) => {\n const newScope = createIntl({\n locale: props.locale ?? locale,\n defaultLocale: props.fallbackLocale ?? defaultLocale,\n messages: messages[props.locale ?? locale],\n })\n\n provideIntl(newScope)\n\n return wrapScope(newScope)\n },\n ...rest,\n }\n}\n"],"mappings":"AAAA,SAASA,GAAT,QAAoB,KAApB;;AAeA,SAASC,SAAT,CAAoBC,KAApB,EAA8D;EAC5D,MAAMC,OAAO,GAAGH,GAAG,CAACE,KAAK,CAACE,MAAP,CAAnB;EACA,MAAMC,QAAQ,GAAGL,GAAG,CAACE,KAAK,CAACI,aAAP,CAApB;EACA,MAAMC,QAAQ,GAAGP,GAAG,CAACE,KAAK,CAACK,QAAP,CAApB;EAEA,OAAO;IACLJ,OADK;IAELE,QAFK;IAGLE,QAAQ,EAAEA,QAHL;IAILC,CAAC,EAAE,UAACC,EAAD,EAAmB;MAAA,kCAAXC,MAAW;QAAXA,MAAW;MAAA;;MACpB,OAAOR,KAAK,CAACS,aAAN,CAAoB;QAAEF;MAAF,CAApB,EAA4BC,MAAM,CAACE,MAAP,CAAuC,CAACC,GAAD,EAAMC,KAAN,EAAaC,KAAb,MAAwB,EAAE,GAAGF,GAAL;QAAU,CAACE,KAAD,GAASD;MAAnB,CAAxB,CAAvC,EAA4F,EAA5F,CAA5B,CAAP;IACD,CANI;IAOLE,CAAC,EAAEF,KAAK,IAAIZ,KAAK,CAACe,YAAN,CAAmBH,KAAnB;EAPP,CAAP;AASD;AAED;AACA;AACA;;;AACA,OAAO,SAASI,oBAAT,OAQiD;EAAA,IARlB;IACpCC,UADoC;IAEpCC,OAFoC;IAGpCC,WAHoC;IAIpCjB,MAJoC;IAKpCE,aALoC;IAMpCC,QANoC;IAOpC,GAAGe;EAPiC,CAQkB;EACtD,OAAO;IACLC,UAAU,EAAE,MAAM;MAChB,OAAOtB,SAAS,CAACkB,UAAU,CAAC;QAC1Bf,MAD0B;QAE1BE,aAF0B;QAG1BC,QAAQ,EAAEA,QAAQ,CAACH,MAAD;MAHQ,CAAD,CAAX,CAAhB;IAKD,CAPI;IAQLoB,QAAQ,EAAE,MAAM;MACd,MAAMtB,KAAK,GAAGkB,OAAO,EAArB;MACA,OAAOnB,SAAS,CAACC,KAAD,CAAhB;IACD,CAXI;IAYLuB,WAAW,EAAE,YAAgB;MAAA;;MAAA,IAAfC,KAAe,uEAAP,EAAO;MAC3B,MAAMC,QAAQ,GAAGR,UAAU,CAAC;QAC1Bf,MAAM,mBAAEsB,KAAK,CAACtB,MAAR,4BAAkBA,MADE;QAE1BE,aAAa,2BAAEoB,KAAK,CAACE,cAAR,oCAA0BtB,aAFb;QAG1BC,QAAQ,EAAEA,QAAQ,mBAACmB,KAAK,CAACtB,MAAP,6BAAiBA,MAAjB;MAHQ,CAAD,CAA3B;MAMAiB,WAAW,CAACM,QAAD,CAAX;MAEA,OAAO1B,SAAS,CAAC0B,QAAD,CAAhB;IACD,CAtBI;IAuBL,GAAGL;EAvBE,CAAP;AAyBD"}
package/lib/styles.scss DELETED
@@ -1,4 +0,0 @@
1
- @error (
2
- "This is a virtual file created by vuetify-loader.",
3
- "If you're using vuetify-loader something probably broke, otherwise you need to import `vuetify/styles/main.sass` instead."
4
- )