vuetify 3.6.0-alpha.2 → 3.6.0

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 (377) hide show
  1. package/dist/_component-variables-labs.sass +2 -1
  2. package/dist/json/attributes.json +731 -63
  3. package/dist/json/importMap-labs.json +32 -20
  4. package/dist/json/importMap.json +138 -138
  5. package/dist/json/tags.json +184 -2
  6. package/dist/json/web-types.json +13002 -10923
  7. package/dist/vuetify-labs.css +2039 -1927
  8. package/dist/vuetify-labs.d.ts +3575 -1079
  9. package/dist/vuetify-labs.esm.js +1047 -390
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +1046 -389
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +3026 -2941
  14. package/dist/vuetify.d.ts +927 -306
  15. package/dist/vuetify.esm.js +625 -363
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +624 -362
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +728 -714
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/VAlert.sass +128 -127
  23. package/lib/components/VApp/VApp.sass +15 -13
  24. package/lib/components/VAppBar/VAppBar.sass +9 -8
  25. package/lib/components/VAppBar/index.d.mts +10 -0
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs +8 -10
  27. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  28. package/lib/components/VAutocomplete/VAutocomplete.sass +94 -93
  29. package/lib/components/VAutocomplete/index.d.mts +36 -0
  30. package/lib/components/VAvatar/VAvatar.sass +26 -25
  31. package/lib/components/VBadge/VBadge.sass +61 -60
  32. package/lib/components/VBanner/VBanner.css +1 -1
  33. package/lib/components/VBanner/VBanner.sass +92 -91
  34. package/lib/components/VBanner/index.d.mts +15 -0
  35. package/lib/components/VBottomNavigation/VBottomNavigation.sass +50 -49
  36. package/lib/components/VBottomSheet/VBottomSheet.sass +28 -26
  37. package/lib/components/VBottomSheet/index.d.mts +14 -0
  38. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +1 -1
  39. package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +41 -40
  40. package/lib/components/VBtn/VBtn.css +3 -0
  41. package/lib/components/VBtn/VBtn.mjs +3 -1
  42. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  43. package/lib/components/VBtn/VBtn.sass +204 -200
  44. package/lib/components/VBtn/index.d.mts +10 -0
  45. package/lib/components/VBtnGroup/VBtnGroup.sass +47 -46
  46. package/lib/components/VBtnToggle/VBtnToggle.sass +4 -3
  47. package/lib/components/VBtnToggle/index.d.mts +1 -0
  48. package/lib/components/VCard/VCard.css +3 -3
  49. package/lib/components/VCard/VCard.sass +181 -180
  50. package/lib/components/VCarousel/VCarousel.sass +50 -49
  51. package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
  52. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  53. package/lib/components/VCarousel/index.d.mts +1 -0
  54. package/lib/components/VCheckbox/VCheckbox.sass +6 -5
  55. package/lib/components/VChip/VChip.css +1 -1
  56. package/lib/components/VChip/VChip.sass +78 -76
  57. package/lib/components/VChipGroup/VChipGroup.sass +20 -18
  58. package/lib/components/VChipGroup/index.d.mts +16 -0
  59. package/lib/components/VCode/VCode.sass +10 -8
  60. package/lib/components/VColorPicker/VColorPicker.sass +18 -17
  61. package/lib/components/VColorPicker/VColorPickerCanvas.sass +21 -20
  62. package/lib/components/VColorPicker/VColorPickerEdit.sass +24 -23
  63. package/lib/components/VColorPicker/VColorPickerPreview.sass +54 -53
  64. package/lib/components/VColorPicker/VColorPickerSwatches.sass +29 -28
  65. package/lib/components/VCombobox/VCombobox.mjs +8 -10
  66. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  67. package/lib/components/VCombobox/VCombobox.sass +94 -93
  68. package/lib/components/VCombobox/index.d.mts +36 -0
  69. package/lib/components/VCounter/VCounter.sass +7 -5
  70. package/lib/components/VDataIterator/index.d.mts +2 -0
  71. package/lib/components/VDataTable/VDataTable.css +36 -1
  72. package/lib/components/VDataTable/VDataTable.sass +137 -103
  73. package/lib/components/VDataTable/VDataTableFooter.css +5 -9
  74. package/lib/components/VDataTable/VDataTableFooter.sass +26 -25
  75. package/lib/components/VDataTable/VDataTableHeaders.mjs +66 -7
  76. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  77. package/lib/components/VDataTable/VDataTableRow.mjs +45 -10
  78. package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
  79. package/lib/components/VDataTable/VDataTableRows.mjs +8 -2
  80. package/lib/components/VDataTable/VDataTableRows.mjs.map +1 -1
  81. package/lib/components/VDataTable/_variables.scss +9 -3
  82. package/lib/components/VDataTable/index.d.mts +263 -217
  83. package/lib/components/VDataTable/types.mjs.map +1 -1
  84. package/lib/components/VDatePicker/VDatePicker.mjs +12 -2
  85. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  86. package/lib/components/VDatePicker/VDatePicker.sass +6 -5
  87. package/lib/components/VDatePicker/VDatePickerControls.sass +56 -55
  88. package/lib/components/VDatePicker/VDatePickerHeader.sass +58 -56
  89. package/lib/components/VDatePicker/VDatePickerMonth.sass +53 -51
  90. package/lib/components/VDatePicker/VDatePickerMonths.sass +18 -16
  91. package/lib/components/VDatePicker/VDatePickerYears.sass +14 -12
  92. package/lib/components/VDialog/VDialog.css +7 -3
  93. package/lib/components/VDialog/VDialog.mjs +6 -2
  94. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  95. package/lib/components/VDialog/VDialog.sass +71 -68
  96. package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +39 -0
  97. package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs.map +1 -0
  98. package/lib/components/VDialog/_variables.scss +4 -3
  99. package/lib/components/VDialog/index.d.mts +60 -10
  100. package/lib/components/VDivider/VDivider.sass +49 -48
  101. package/lib/components/VExpansionPanel/VExpansionPanel.sass +172 -171
  102. package/lib/components/VField/VField.sass +451 -450
  103. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  104. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  105. package/lib/components/VFileInput/VFileInput.sass +30 -31
  106. package/lib/components/VFileInput/index.d.mts +17 -5
  107. package/lib/components/VFooter/VFooter.sass +17 -16
  108. package/lib/components/VGrid/VGrid.sass +42 -40
  109. package/lib/components/VIcon/VIcon.sass +34 -32
  110. package/lib/components/VImg/VImg.sass +24 -23
  111. package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +21 -19
  112. package/lib/components/VInput/VInput.mjs +6 -1
  113. package/lib/components/VInput/VInput.mjs.map +1 -1
  114. package/lib/components/VInput/VInput.sass +103 -102
  115. package/lib/components/VInput/index.d.mts +6 -0
  116. package/lib/components/VItemGroup/VItemGroup.sass +7 -5
  117. package/lib/components/VKbd/VKbd.sass +10 -9
  118. package/lib/components/VLabel/VLabel.sass +14 -13
  119. package/lib/components/VLayout/VLayout.mjs +6 -1
  120. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  121. package/lib/components/VLayout/VLayout.sass +10 -7
  122. package/lib/components/VLayout/VLayoutItem.sass +7 -5
  123. package/lib/components/VLayout/index.d.mts +36 -0
  124. package/lib/components/VList/VList.mjs +2 -1
  125. package/lib/components/VList/VList.mjs.map +1 -1
  126. package/lib/components/VList/VList.sass +81 -80
  127. package/lib/components/VList/VListItem.css +1 -1
  128. package/lib/components/VList/VListItem.sass +260 -259
  129. package/lib/components/VLocaleProvider/VLocaleProvider.sass +5 -2
  130. package/lib/components/VMain/VMain.sass +22 -21
  131. package/lib/components/VMenu/VMenu.sass +14 -13
  132. package/lib/components/VMenu/index.d.mts +56 -0
  133. package/lib/components/VMessages/VMessages.sass +16 -15
  134. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +4 -0
  135. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +14 -5
  136. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  137. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +90 -84
  138. package/lib/components/VNavigationDrawer/index.d.mts +24 -0
  139. package/lib/components/VNavigationDrawer/touch.mjs +16 -2
  140. package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
  141. package/lib/components/VOtpInput/VOtpInput.sass +51 -50
  142. package/lib/components/VOverlay/VOverlay.mjs +2 -2
  143. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  144. package/lib/components/VOverlay/VOverlay.sass +57 -55
  145. package/lib/components/VOverlay/index.d.mts +27 -13
  146. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  147. package/lib/components/VPagination/VPagination.sass +14 -12
  148. package/lib/components/VParallax/VParallax.sass +8 -5
  149. package/lib/components/VProgressCircular/VProgressCircular.sass +85 -83
  150. package/lib/components/VProgressLinear/VProgressLinear.mjs +11 -1
  151. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  152. package/lib/components/VProgressLinear/VProgressLinear.sass +170 -169
  153. package/lib/components/VProgressLinear/index.d.mts +21 -0
  154. package/lib/components/VRadioGroup/VRadioGroup.sass +12 -10
  155. package/lib/components/VRangeSlider/index.d.mts +6 -0
  156. package/lib/components/VRating/VRating.sass +46 -44
  157. package/lib/components/VResponsive/VResponsive.sass +21 -19
  158. package/lib/components/VSelect/VSelect.mjs +5 -1
  159. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  160. package/lib/components/VSelect/VSelect.sass +50 -49
  161. package/lib/components/VSelect/index.d.mts +36 -0
  162. package/lib/components/VSelectionControl/VSelectionControl.sass +87 -86
  163. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +9 -7
  164. package/lib/components/VSheet/VSheet.sass +10 -9
  165. package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +174 -173
  166. package/lib/components/VSlideGroup/VSlideGroup.css +14 -1
  167. package/lib/components/VSlideGroup/VSlideGroup.mjs +110 -93
  168. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  169. package/lib/components/VSlideGroup/VSlideGroup.sass +54 -40
  170. package/lib/components/VSlideGroup/helpers.mjs +48 -28
  171. package/lib/components/VSlideGroup/helpers.mjs.map +1 -1
  172. package/lib/components/VSlideGroup/index.d.mts +16 -0
  173. package/lib/components/VSlider/VSlider.sass +49 -48
  174. package/lib/components/VSlider/VSliderThumb.sass +129 -128
  175. package/lib/components/VSlider/VSliderTrack.sass +120 -119
  176. package/lib/components/VSlider/index.d.mts +6 -0
  177. package/lib/components/VSnackbar/VSnackbar.css +18 -1
  178. package/lib/components/VSnackbar/VSnackbar.mjs +34 -9
  179. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  180. package/lib/components/VSnackbar/VSnackbar.sass +103 -83
  181. package/lib/components/VSnackbar/index.d.mts +42 -0
  182. package/lib/components/VStepper/VStepper.sass +37 -36
  183. package/lib/components/VStepper/VStepperItem.sass +69 -67
  184. package/lib/components/VSwitch/VSwitch.css +14 -2
  185. package/lib/components/VSwitch/VSwitch.sass +119 -112
  186. package/lib/components/VSystemBar/VSystemBar.css +1 -1
  187. package/lib/components/VSystemBar/VSystemBar.sass +24 -23
  188. package/lib/components/VTable/VTable.sass +140 -139
  189. package/lib/components/VTabs/VTab.sass +27 -25
  190. package/lib/components/VTabs/VTabs.sass +38 -37
  191. package/lib/components/VTabs/index.d.mts +49 -6
  192. package/lib/components/VTextField/VTextField.sass +58 -56
  193. package/lib/components/VTextField/index.d.mts +15 -3
  194. package/lib/components/VTextarea/VTextarea.sass +43 -42
  195. package/lib/components/VTextarea/index.d.mts +15 -3
  196. package/lib/components/VThemeProvider/VThemeProvider.sass +6 -3
  197. package/lib/components/VTimeline/VTimeline.sass +308 -307
  198. package/lib/components/VToolbar/VToolbar.sass +90 -89
  199. package/lib/components/VTooltip/VTooltip.sass +23 -21
  200. package/lib/components/VTooltip/index.d.mts +56 -0
  201. package/lib/components/VVirtualScroll/VVirtualScroll.sass +10 -7
  202. package/lib/components/VWindow/VWindow.css +1 -0
  203. package/lib/components/VWindow/VWindow.sass +74 -70
  204. package/lib/components/VWindow/index.d.mts +1 -0
  205. package/lib/components/index.d.mts +870 -253
  206. package/lib/composables/directiveComponent.mjs +4 -2
  207. package/lib/composables/directiveComponent.mjs.map +1 -1
  208. package/lib/composables/display.mjs +5 -0
  209. package/lib/composables/display.mjs.map +1 -1
  210. package/lib/composables/goto.mjs +40 -3
  211. package/lib/composables/goto.mjs.map +1 -1
  212. package/lib/composables/group.mjs +10 -1
  213. package/lib/composables/group.mjs.map +1 -1
  214. package/lib/composables/layout.mjs +3 -1
  215. package/lib/composables/layout.mjs.map +1 -1
  216. package/lib/directives/ripple/VRipple.sass +35 -33
  217. package/lib/entry-bundler.mjs +1 -1
  218. package/lib/entry-bundler.mjs.map +1 -1
  219. package/lib/framework.mjs +1 -1
  220. package/lib/framework.mjs.map +1 -1
  221. package/lib/index.d.mts +58 -54
  222. package/lib/labs/VCalendar/VCalendar.sass +160 -158
  223. package/lib/labs/VCalendar/VCalendarDay.sass +26 -23
  224. package/lib/labs/VCalendar/VCalendarHeader.sass +12 -10
  225. package/lib/labs/VCalendar/VCalendarInterval.sass +36 -34
  226. package/lib/labs/VCalendar/VCalendarIntervalEvent.sass +9 -6
  227. package/lib/labs/VCalendar/VCalendarMonthDay.sass +59 -57
  228. package/lib/labs/VDateInput/VDateInput.mjs +129 -0
  229. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -0
  230. package/lib/labs/VDateInput/index.d.mts +1068 -0
  231. package/lib/labs/VDateInput/index.mjs +2 -0
  232. package/lib/labs/VDateInput/index.mjs.map +1 -0
  233. package/lib/labs/VEmptyState/VEmptyState.css +3 -3
  234. package/lib/labs/VEmptyState/VEmptyState.sass +59 -57
  235. package/lib/labs/VFab/VFab.css +1 -0
  236. package/lib/labs/VFab/VFab.mjs +3 -2
  237. package/lib/labs/VFab/VFab.mjs.map +1 -1
  238. package/lib/labs/VFab/VFab.sass +62 -60
  239. package/lib/labs/VFab/index.d.mts +19 -0
  240. package/lib/labs/VNumberInput/VNumberInput.mjs +79 -24
  241. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  242. package/lib/labs/VNumberInput/VNumberInput.sass +42 -40
  243. package/lib/labs/VNumberInput/index.d.mts +56 -29
  244. package/lib/labs/VPicker/VPicker.sass +49 -48
  245. package/lib/labs/VPullToRefresh/VPullToRefresh.css +27 -0
  246. package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +117 -0
  247. package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -0
  248. package/lib/labs/VPullToRefresh/VPullToRefresh.sass +23 -0
  249. package/lib/labs/VPullToRefresh/index.d.mts +189 -0
  250. package/lib/labs/VPullToRefresh/index.mjs +2 -0
  251. package/lib/labs/VPullToRefresh/index.mjs.map +1 -0
  252. package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +112 -0
  253. package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs.map +1 -0
  254. package/lib/labs/VSnackbarQueue/index.d.mts +2763 -0
  255. package/lib/labs/VSnackbarQueue/index.mjs +2 -0
  256. package/lib/labs/VSnackbarQueue/index.mjs.map +1 -0
  257. package/lib/labs/VSpeedDial/VSpeedDial.mjs +8 -2
  258. package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
  259. package/lib/labs/VSpeedDial/VSpeedDial.sass +23 -20
  260. package/lib/labs/VSpeedDial/index.d.mts +28 -2
  261. package/lib/labs/VTimePicker/VTimePicker.sass +9 -8
  262. package/lib/labs/VTimePicker/VTimePickerClock.mjs +1 -3
  263. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  264. package/lib/labs/VTimePicker/VTimePickerClock.sass +114 -113
  265. package/lib/labs/VTimePicker/VTimePickerControls.sass +90 -90
  266. package/lib/labs/VTimePicker/_variables.scss +1 -1
  267. package/lib/labs/VTimePicker/index.d.mts +6 -13
  268. package/lib/labs/VTreeview/VTreeviewItem.sass +14 -12
  269. package/lib/labs/VTreeview/{variables.scss → _variables.scss} +0 -2
  270. package/lib/labs/components.d.mts +5587 -1641
  271. package/lib/labs/components.mjs +3 -0
  272. package/lib/labs/components.mjs.map +1 -1
  273. package/lib/locale/af.mjs +1 -0
  274. package/lib/locale/af.mjs.map +1 -1
  275. package/lib/locale/ar.mjs +1 -0
  276. package/lib/locale/ar.mjs.map +1 -1
  277. package/lib/locale/az.mjs +1 -0
  278. package/lib/locale/az.mjs.map +1 -1
  279. package/lib/locale/bg.mjs +1 -0
  280. package/lib/locale/bg.mjs.map +1 -1
  281. package/lib/locale/ca.mjs +1 -0
  282. package/lib/locale/ca.mjs.map +1 -1
  283. package/lib/locale/ckb.mjs +1 -0
  284. package/lib/locale/ckb.mjs.map +1 -1
  285. package/lib/locale/cs.mjs +1 -0
  286. package/lib/locale/cs.mjs.map +1 -1
  287. package/lib/locale/da.mjs +1 -0
  288. package/lib/locale/da.mjs.map +1 -1
  289. package/lib/locale/de.mjs +1 -0
  290. package/lib/locale/de.mjs.map +1 -1
  291. package/lib/locale/el.mjs +1 -0
  292. package/lib/locale/el.mjs.map +1 -1
  293. package/lib/locale/en.mjs +1 -0
  294. package/lib/locale/en.mjs.map +1 -1
  295. package/lib/locale/es.mjs +1 -0
  296. package/lib/locale/es.mjs.map +1 -1
  297. package/lib/locale/et.mjs +1 -0
  298. package/lib/locale/et.mjs.map +1 -1
  299. package/lib/locale/fa.mjs +1 -0
  300. package/lib/locale/fa.mjs.map +1 -1
  301. package/lib/locale/fi.mjs +1 -0
  302. package/lib/locale/fi.mjs.map +1 -1
  303. package/lib/locale/fr.mjs +1 -0
  304. package/lib/locale/fr.mjs.map +1 -1
  305. package/lib/locale/he.mjs +1 -0
  306. package/lib/locale/he.mjs.map +1 -1
  307. package/lib/locale/hr.mjs +1 -0
  308. package/lib/locale/hr.mjs.map +1 -1
  309. package/lib/locale/hu.mjs +1 -0
  310. package/lib/locale/hu.mjs.map +1 -1
  311. package/lib/locale/id.mjs +1 -0
  312. package/lib/locale/id.mjs.map +1 -1
  313. package/lib/locale/index.d.mts +43 -0
  314. package/lib/locale/it.mjs +1 -0
  315. package/lib/locale/it.mjs.map +1 -1
  316. package/lib/locale/ja.mjs +1 -0
  317. package/lib/locale/ja.mjs.map +1 -1
  318. package/lib/locale/km.mjs +1 -0
  319. package/lib/locale/km.mjs.map +1 -1
  320. package/lib/locale/ko.mjs +9 -8
  321. package/lib/locale/ko.mjs.map +1 -1
  322. package/lib/locale/lt.mjs +1 -0
  323. package/lib/locale/lt.mjs.map +1 -1
  324. package/lib/locale/lv.mjs +1 -0
  325. package/lib/locale/lv.mjs.map +1 -1
  326. package/lib/locale/nl.mjs +1 -0
  327. package/lib/locale/nl.mjs.map +1 -1
  328. package/lib/locale/no.mjs +1 -0
  329. package/lib/locale/no.mjs.map +1 -1
  330. package/lib/locale/pl.mjs +1 -0
  331. package/lib/locale/pl.mjs.map +1 -1
  332. package/lib/locale/pt.mjs +1 -0
  333. package/lib/locale/pt.mjs.map +1 -1
  334. package/lib/locale/ro.mjs +1 -0
  335. package/lib/locale/ro.mjs.map +1 -1
  336. package/lib/locale/ru.mjs +1 -0
  337. package/lib/locale/ru.mjs.map +1 -1
  338. package/lib/locale/sk.mjs +1 -0
  339. package/lib/locale/sk.mjs.map +1 -1
  340. package/lib/locale/sl.mjs +1 -0
  341. package/lib/locale/sl.mjs.map +1 -1
  342. package/lib/locale/sr-Cyrl.mjs +1 -0
  343. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  344. package/lib/locale/sr-Latn.mjs +1 -0
  345. package/lib/locale/sr-Latn.mjs.map +1 -1
  346. package/lib/locale/sv.mjs +1 -0
  347. package/lib/locale/sv.mjs.map +1 -1
  348. package/lib/locale/th.mjs +1 -0
  349. package/lib/locale/th.mjs.map +1 -1
  350. package/lib/locale/tr.mjs +1 -0
  351. package/lib/locale/tr.mjs.map +1 -1
  352. package/lib/locale/uk.mjs +1 -0
  353. package/lib/locale/uk.mjs.map +1 -1
  354. package/lib/locale/vi.mjs +1 -0
  355. package/lib/locale/vi.mjs.map +1 -1
  356. package/lib/locale/zh-Hans.mjs +1 -0
  357. package/lib/locale/zh-Hans.mjs.map +1 -1
  358. package/lib/locale/zh-Hant.mjs +1 -0
  359. package/lib/locale/zh-Hant.mjs.map +1 -1
  360. package/lib/styles/elements/_blockquote.sass +6 -4
  361. package/lib/styles/elements/_global.sass +20 -18
  362. package/lib/styles/generic/_animations.scss +13 -9
  363. package/lib/styles/generic/_colors.scss +36 -35
  364. package/lib/styles/generic/_index.scss +1 -0
  365. package/lib/styles/generic/_layers.scss +7 -0
  366. package/lib/styles/generic/_reset.scss +235 -232
  367. package/lib/styles/generic/_rtl.scss +10 -6
  368. package/lib/styles/generic/_transitions.scss +244 -241
  369. package/lib/styles/main.css +78 -78
  370. package/lib/styles/settings/_variables.scss +22 -14
  371. package/lib/styles/tools/_index.sass +1 -0
  372. package/lib/styles/tools/_layer.scss +11 -0
  373. package/lib/styles/utilities/_display.sass +7 -5
  374. package/lib/styles/utilities/_elevation.scss +8 -6
  375. package/lib/styles/utilities/_index.sass +28 -29
  376. package/lib/styles/utilities/_screenreaders.sass +13 -11
  377. package/package.json +2 -2
@@ -1,109 +1,110 @@
1
1
  @use '../../styles/tools'
2
2
  @use './variables' as *
3
3
 
4
- // Block
5
- .v-toolbar
6
- align-items: flex-start
7
- display: flex
8
- flex: $toolbar-flex
9
- flex-direction: column
10
- justify-content: space-between
11
- max-width: 100%
12
- position: relative
13
- transition: $toolbar-transition
14
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow
15
- width: 100%
16
-
17
- @include tools.border($toolbar-border...)
18
- @include tools.elevation($toolbar-elevation)
19
- @include tools.rounded($toolbar-border-radius)
20
- @include tools.theme($toolbar-theme...)
21
-
22
- &--absolute
23
- position: absolute
24
-
25
- &--collapse
26
- max-width: $toolbar-collapsed-max-width
4
+ @include tools.layer('components')
5
+ // Block
6
+ .v-toolbar
7
+ align-items: flex-start
8
+ display: flex
9
+ flex: $toolbar-flex
10
+ flex-direction: column
11
+ justify-content: space-between
12
+ max-width: 100%
13
+ position: relative
14
+ transition: $toolbar-transition
15
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow
16
+ width: 100%
17
+
18
+ @include tools.border($toolbar-border...)
19
+ @include tools.elevation($toolbar-elevation)
20
+ @include tools.rounded($toolbar-border-radius)
21
+ @include tools.theme($toolbar-theme...)
22
+
23
+ &--absolute
24
+ position: absolute
25
+
26
+ &--collapse
27
+ max-width: $toolbar-collapsed-max-width
28
+ overflow: hidden
29
+ border-end-end-radius: $toolbar-collapsed-border-radius
30
+
31
+ .v-toolbar-title
32
+ display: none
33
+
34
+ &--flat
35
+ @include tools.elevation($toolbar-flat-elevation)
36
+
37
+ &--floating
38
+ display: inline-flex
39
+
40
+ &--rounded
41
+ @include tools.rounded($toolbar-rounded-border-radius)
42
+
43
+ .v-toolbar__content,
44
+ .v-toolbar__extension
45
+ align-items: center
46
+ display: flex
47
+ flex: 0 0 auto
48
+ position: relative
49
+ transition: inherit
50
+ width: 100%
51
+
52
+ .v-toolbar__content
27
53
  overflow: hidden
28
- border-end-end-radius: $toolbar-collapsed-border-radius
29
-
30
- .v-toolbar-title
31
- display: none
32
-
33
- &--flat
34
- @include tools.elevation($toolbar-flat-elevation)
35
54
 
36
- &--floating
37
- display: inline-flex
55
+ > .v-btn:first-child
56
+ margin-inline-start: $toolbar-prepend-btn-margin-start
38
57
 
39
- &--rounded
40
- @include tools.rounded($toolbar-rounded-border-radius)
58
+ > .v-btn:last-child
59
+ margin-inline-end: $toolbar-append-btn-margin-end
41
60
 
42
- .v-toolbar__content,
43
- .v-toolbar__extension
44
- align-items: center
45
- display: flex
46
- flex: 0 0 auto
47
- position: relative
48
- transition: inherit
49
- width: 100%
61
+ > .v-toolbar-title
62
+ margin-inline-start: $toolbar-title-margin
50
63
 
51
- .v-toolbar__content
52
- overflow: hidden
64
+ .v-toolbar--density-prominent &
65
+ align-items: flex-start
53
66
 
54
- > .v-btn:first-child
55
- margin-inline-start: $toolbar-prepend-btn-margin-start
67
+ .v-toolbar__image
68
+ @include tools.absolute()
56
69
 
57
- > .v-btn:last-child
58
- margin-inline-end: $toolbar-append-btn-margin-end
70
+ display: flex
71
+ opacity: var(--v-toolbar-image-opacity, 1)
72
+ transition-property: opacity
59
73
 
60
- > .v-toolbar-title
61
- margin-inline-start: $toolbar-title-margin
62
-
63
- .v-toolbar--density-prominent &
64
- align-items: flex-start
74
+ .v-toolbar__prepend,
75
+ .v-toolbar__append
76
+ align-items: center
77
+ align-self: stretch
78
+ display: flex
65
79
 
66
- .v-toolbar__image
67
- @include tools.absolute()
80
+ .v-toolbar__prepend
81
+ margin-inline: $toolbar-prepend-btn-margin-start auto
68
82
 
69
- display: flex
70
- opacity: var(--v-toolbar-image-opacity, 1)
71
- transition-property: opacity
83
+ .v-toolbar__append
84
+ margin-inline: auto $toolbar-append-btn-margin-end
72
85
 
73
- .v-toolbar__prepend,
74
- .v-toolbar__append
75
- align-items: center
76
- align-self: stretch
77
- display: flex
86
+ .v-toolbar-title
87
+ flex: 1 1
88
+ font-size: $toolbar-title-font-size
89
+ min-width: 0
78
90
 
79
- .v-toolbar__prepend
80
- margin-inline: $toolbar-prepend-btn-margin-start auto
91
+ @include tools.typography($toolbar-title-typography...)
81
92
 
82
- .v-toolbar__append
83
- margin-inline: auto $toolbar-append-btn-margin-end
93
+ .v-toolbar--density-prominent &
94
+ align-self: flex-end
95
+ padding-bottom: 6px
84
96
 
85
- .v-toolbar-title
86
- flex: 1 1
87
- font-size: $toolbar-title-font-size
88
- min-width: 0
97
+ @include tools.typography($toolbar-prominent-title-typography...)
89
98
 
90
- @include tools.typography($toolbar-title-typography...)
91
-
92
- .v-toolbar--density-prominent &
93
- align-self: flex-end
94
- padding-bottom: 6px
95
-
96
- @include tools.typography($toolbar-prominent-title-typography...)
97
-
98
- .v-toolbar-title__placeholder
99
- overflow: hidden
100
- text-overflow: ellipsis
101
- white-space: nowrap
99
+ .v-toolbar-title__placeholder
100
+ overflow: hidden
101
+ text-overflow: ellipsis
102
+ white-space: nowrap
102
103
 
103
- .v-toolbar-items
104
- display: flex
105
- height: inherit
106
- align-self: stretch
104
+ .v-toolbar-items
105
+ display: flex
106
+ height: inherit
107
+ align-self: stretch
107
108
 
108
- > .v-btn
109
- border-radius: 0
109
+ > .v-btn
110
+ border-radius: 0
@@ -1,26 +1,28 @@
1
1
  @use '../../styles/settings'
2
+ @use '../../styles/tools'
2
3
  @use './variables' as *
3
4
 
4
- .v-tooltip
5
- > .v-overlay__content
6
- background: $tooltip-background-color
7
- color: $tooltip-text-color
8
- border-radius: $tooltip-border-radius
9
- font-size: $tooltip-font-size
10
- line-height: $tooltip-line-height
11
- display: inline-block
12
- padding: $tooltip-padding
13
- text-transform: initial
14
- width: auto
15
- opacity: 1
16
- pointer-events: none
17
- transition-property: opacity, transform
18
- overflow-wrap: $tooltip-overflow-wrap
5
+ @include tools.layer('components')
6
+ .v-tooltip
7
+ > .v-overlay__content
8
+ background: $tooltip-background-color
9
+ color: $tooltip-text-color
10
+ border-radius: $tooltip-border-radius
11
+ font-size: $tooltip-font-size
12
+ line-height: $tooltip-line-height
13
+ display: inline-block
14
+ padding: $tooltip-padding
15
+ text-transform: initial
16
+ width: auto
17
+ opacity: 1
18
+ pointer-events: none
19
+ transition-property: opacity, transform
20
+ overflow-wrap: $tooltip-overflow-wrap
19
21
 
20
- &[class*="enter-active"]
21
- transition-timing-function: settings.$decelerated-easing
22
- transition-duration: $tooltip-transition-enter-duration
22
+ &[class*="enter-active"]
23
+ transition-timing-function: settings.$decelerated-easing
24
+ transition-duration: $tooltip-transition-enter-duration
23
25
 
24
- &[class*="leave-active"]
25
- transition-timing-function: settings.$accelerated-easing
26
- transition-duration: $tooltip-transition-leave-duration
26
+ &[class*="leave-active"]
27
+ transition-timing-function: settings.$accelerated-easing
28
+ transition-duration: $tooltip-transition-leave-duration
@@ -137,6 +137,7 @@ declare const VTooltip: {
137
137
  activator?: ((arg: {
138
138
  isActive: boolean;
139
139
  props: Record<string, any>;
140
+ targetRef: vue.Ref<any>;
140
141
  }) => vue.VNodeChild) | undefined;
141
142
  } | ((arg: {
142
143
  isActive: vue.Ref<boolean>;
@@ -148,6 +149,7 @@ declare const VTooltip: {
148
149
  activator?: false | ((arg: {
149
150
  isActive: boolean;
150
151
  props: Record<string, any>;
152
+ targetRef: vue.Ref<any>;
151
153
  }) => vue.VNodeChild) | undefined;
152
154
  } | undefined;
153
155
  } & {
@@ -157,6 +159,7 @@ declare const VTooltip: {
157
159
  "v-slot:activator"?: false | ((arg: {
158
160
  isActive: boolean;
159
161
  props: Record<string, any>;
162
+ targetRef: vue.Ref<any>;
160
163
  }) => vue.VNodeChild) | undefined;
161
164
  } & {
162
165
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -241,6 +244,7 @@ declare const VTooltip: {
241
244
  activator?: ((arg: {
242
245
  isActive: boolean;
243
246
  props: Record<string, any>;
247
+ targetRef: vue.Ref<any>;
244
248
  }) => vue.VNodeChild) | undefined;
245
249
  } | ((arg: {
246
250
  isActive: vue.Ref<boolean>;
@@ -252,6 +256,7 @@ declare const VTooltip: {
252
256
  activator?: false | ((arg: {
253
257
  isActive: boolean;
254
258
  props: Record<string, any>;
259
+ targetRef: vue.Ref<any>;
255
260
  }) => vue.VNodeChild) | undefined;
256
261
  } | undefined;
257
262
  "v-slot:default"?: false | ((arg: {
@@ -260,6 +265,7 @@ declare const VTooltip: {
260
265
  "v-slot:activator"?: false | ((arg: {
261
266
  isActive: boolean;
262
267
  props: Record<string, any>;
268
+ targetRef: vue.Ref<any>;
263
269
  }) => vue.VNodeChild) | undefined;
264
270
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
265
271
  onAfterEnter?: (() => any) | undefined;
@@ -318,6 +324,7 @@ declare const VTooltip: {
318
324
  activator?: ((arg: {
319
325
  isActive: boolean;
320
326
  props: Record<string, any>;
327
+ targetRef: vue.Ref<any>;
321
328
  }) => vue.VNodeChild) | undefined;
322
329
  } | ((arg: {
323
330
  isActive: vue.Ref<boolean>;
@@ -329,6 +336,7 @@ declare const VTooltip: {
329
336
  activator?: false | ((arg: {
330
337
  isActive: boolean;
331
338
  props: Record<string, any>;
339
+ targetRef: vue.Ref<any>;
332
340
  }) => vue.VNodeChild) | undefined;
333
341
  } | undefined;
334
342
  } & {
@@ -338,6 +346,7 @@ declare const VTooltip: {
338
346
  "v-slot:activator"?: false | ((arg: {
339
347
  isActive: boolean;
340
348
  props: Record<string, any>;
349
+ targetRef: vue.Ref<any>;
341
350
  }) => vue.VNodeChild) | undefined;
342
351
  } & {
343
352
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -360,6 +369,7 @@ declare const VTooltip: {
360
369
  activator?: ((arg: {
361
370
  isActive: boolean;
362
371
  props: Record<string, any>;
372
+ targetRef: vue.Ref<any>;
363
373
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
364
374
  [key: string]: any;
365
375
  }>[]) | undefined;
@@ -421,6 +431,7 @@ declare const VTooltip: {
421
431
  activator?: ((arg: {
422
432
  isActive: boolean;
423
433
  props: Record<string, any>;
434
+ targetRef: vue.Ref<any>;
424
435
  }) => vue.VNodeChild) | undefined;
425
436
  } | ((arg: {
426
437
  isActive: vue.Ref<boolean>;
@@ -432,6 +443,7 @@ declare const VTooltip: {
432
443
  activator?: false | ((arg: {
433
444
  isActive: boolean;
434
445
  props: Record<string, any>;
446
+ targetRef: vue.Ref<any>;
435
447
  }) => vue.VNodeChild) | undefined;
436
448
  } | undefined;
437
449
  } & {
@@ -441,6 +453,7 @@ declare const VTooltip: {
441
453
  "v-slot:activator"?: false | ((arg: {
442
454
  isActive: boolean;
443
455
  props: Record<string, any>;
456
+ targetRef: vue.Ref<any>;
444
457
  }) => vue.VNodeChild) | undefined;
445
458
  } & {
446
459
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -497,6 +510,7 @@ declare const VTooltip: {
497
510
  activator: (arg: {
498
511
  isActive: boolean;
499
512
  props: Record<string, any>;
513
+ targetRef: vue.Ref<any>;
500
514
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
501
515
  [key: string]: any;
502
516
  }>[];
@@ -573,6 +587,7 @@ declare const VTooltip: {
573
587
  activator?: ((arg: {
574
588
  isActive: boolean;
575
589
  props: Record<string, any>;
590
+ targetRef: vue.Ref<any>;
576
591
  }) => vue.VNodeChild) | undefined;
577
592
  } | ((arg: {
578
593
  isActive: vue.Ref<boolean>;
@@ -584,6 +599,7 @@ declare const VTooltip: {
584
599
  activator?: false | ((arg: {
585
600
  isActive: boolean;
586
601
  props: Record<string, any>;
602
+ targetRef: vue.Ref<any>;
587
603
  }) => vue.VNodeChild) | undefined;
588
604
  } | undefined;
589
605
  } & {
@@ -593,6 +609,7 @@ declare const VTooltip: {
593
609
  "v-slot:activator"?: false | ((arg: {
594
610
  isActive: boolean;
595
611
  props: Record<string, any>;
612
+ targetRef: vue.Ref<any>;
596
613
  }) => vue.VNodeChild) | undefined;
597
614
  } & {
598
615
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -662,6 +679,7 @@ declare const VTooltip: {
662
679
  activator?: ((arg: {
663
680
  isActive: boolean;
664
681
  props: Record<string, any>;
682
+ targetRef: vue.Ref<any>;
665
683
  }) => vue.VNodeChild) | undefined;
666
684
  } | ((arg: {
667
685
  isActive: vue.Ref<boolean>;
@@ -673,6 +691,7 @@ declare const VTooltip: {
673
691
  activator?: false | ((arg: {
674
692
  isActive: boolean;
675
693
  props: Record<string, any>;
694
+ targetRef: vue.Ref<any>;
676
695
  }) => vue.VNodeChild) | undefined;
677
696
  } | undefined;
678
697
  } & {
@@ -682,6 +701,7 @@ declare const VTooltip: {
682
701
  "v-slot:activator"?: false | ((arg: {
683
702
  isActive: boolean;
684
703
  props: Record<string, any>;
704
+ targetRef: vue.Ref<any>;
685
705
  }) => vue.VNodeChild) | undefined;
686
706
  } & {
687
707
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -720,6 +740,7 @@ declare const VTooltip: {
720
740
  activator: (arg: {
721
741
  isActive: boolean;
722
742
  props: Record<string, any>;
743
+ targetRef: vue.Ref<any>;
723
744
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
724
745
  [key: string]: any;
725
746
  }>[];
@@ -782,6 +803,7 @@ declare const VTooltip: {
782
803
  activator?: ((arg: {
783
804
  isActive: boolean;
784
805
  props: Record<string, any>;
806
+ targetRef: vue.Ref<any>;
785
807
  }) => vue.VNodeChild) | undefined;
786
808
  } | ((arg: {
787
809
  isActive: vue.Ref<boolean>;
@@ -793,6 +815,7 @@ declare const VTooltip: {
793
815
  activator?: false | ((arg: {
794
816
  isActive: boolean;
795
817
  props: Record<string, any>;
818
+ targetRef: vue.Ref<any>;
796
819
  }) => vue.VNodeChild) | undefined;
797
820
  } | undefined;
798
821
  } & {
@@ -802,6 +825,7 @@ declare const VTooltip: {
802
825
  "v-slot:activator"?: false | ((arg: {
803
826
  isActive: boolean;
804
827
  props: Record<string, any>;
828
+ targetRef: vue.Ref<any>;
805
829
  }) => vue.VNodeChild) | undefined;
806
830
  } & {
807
831
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -886,6 +910,7 @@ declare const VTooltip: {
886
910
  activator?: ((arg: {
887
911
  isActive: boolean;
888
912
  props: Record<string, any>;
913
+ targetRef: vue.Ref<any>;
889
914
  }) => vue.VNodeChild) | undefined;
890
915
  } | ((arg: {
891
916
  isActive: vue.Ref<boolean>;
@@ -897,6 +922,7 @@ declare const VTooltip: {
897
922
  activator?: false | ((arg: {
898
923
  isActive: boolean;
899
924
  props: Record<string, any>;
925
+ targetRef: vue.Ref<any>;
900
926
  }) => vue.VNodeChild) | undefined;
901
927
  } | undefined;
902
928
  "v-slot:default"?: false | ((arg: {
@@ -905,6 +931,7 @@ declare const VTooltip: {
905
931
  "v-slot:activator"?: false | ((arg: {
906
932
  isActive: boolean;
907
933
  props: Record<string, any>;
934
+ targetRef: vue.Ref<any>;
908
935
  }) => vue.VNodeChild) | undefined;
909
936
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
910
937
  onAfterEnter?: (() => any) | undefined;
@@ -963,6 +990,7 @@ declare const VTooltip: {
963
990
  activator?: ((arg: {
964
991
  isActive: boolean;
965
992
  props: Record<string, any>;
993
+ targetRef: vue.Ref<any>;
966
994
  }) => vue.VNodeChild) | undefined;
967
995
  } | ((arg: {
968
996
  isActive: vue.Ref<boolean>;
@@ -974,6 +1002,7 @@ declare const VTooltip: {
974
1002
  activator?: false | ((arg: {
975
1003
  isActive: boolean;
976
1004
  props: Record<string, any>;
1005
+ targetRef: vue.Ref<any>;
977
1006
  }) => vue.VNodeChild) | undefined;
978
1007
  } | undefined;
979
1008
  } & {
@@ -983,6 +1012,7 @@ declare const VTooltip: {
983
1012
  "v-slot:activator"?: false | ((arg: {
984
1013
  isActive: boolean;
985
1014
  props: Record<string, any>;
1015
+ targetRef: vue.Ref<any>;
986
1016
  }) => vue.VNodeChild) | undefined;
987
1017
  } & {
988
1018
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1005,6 +1035,7 @@ declare const VTooltip: {
1005
1035
  activator?: ((arg: {
1006
1036
  isActive: boolean;
1007
1037
  props: Record<string, any>;
1038
+ targetRef: vue.Ref<any>;
1008
1039
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1009
1040
  [key: string]: any;
1010
1041
  }>[]) | undefined;
@@ -1066,6 +1097,7 @@ declare const VTooltip: {
1066
1097
  activator?: ((arg: {
1067
1098
  isActive: boolean;
1068
1099
  props: Record<string, any>;
1100
+ targetRef: vue.Ref<any>;
1069
1101
  }) => vue.VNodeChild) | undefined;
1070
1102
  } | ((arg: {
1071
1103
  isActive: vue.Ref<boolean>;
@@ -1077,6 +1109,7 @@ declare const VTooltip: {
1077
1109
  activator?: false | ((arg: {
1078
1110
  isActive: boolean;
1079
1111
  props: Record<string, any>;
1112
+ targetRef: vue.Ref<any>;
1080
1113
  }) => vue.VNodeChild) | undefined;
1081
1114
  } | undefined;
1082
1115
  } & {
@@ -1086,6 +1119,7 @@ declare const VTooltip: {
1086
1119
  "v-slot:activator"?: false | ((arg: {
1087
1120
  isActive: boolean;
1088
1121
  props: Record<string, any>;
1122
+ targetRef: vue.Ref<any>;
1089
1123
  }) => vue.VNodeChild) | undefined;
1090
1124
  } & {
1091
1125
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1142,6 +1176,7 @@ declare const VTooltip: {
1142
1176
  activator: (arg: {
1143
1177
  isActive: boolean;
1144
1178
  props: Record<string, any>;
1179
+ targetRef: vue.Ref<any>;
1145
1180
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1146
1181
  [key: string]: any;
1147
1182
  }>[];
@@ -1218,6 +1253,7 @@ declare const VTooltip: {
1218
1253
  activator?: ((arg: {
1219
1254
  isActive: boolean;
1220
1255
  props: Record<string, any>;
1256
+ targetRef: vue.Ref<any>;
1221
1257
  }) => vue.VNodeChild) | undefined;
1222
1258
  } | ((arg: {
1223
1259
  isActive: vue.Ref<boolean>;
@@ -1229,6 +1265,7 @@ declare const VTooltip: {
1229
1265
  activator?: false | ((arg: {
1230
1266
  isActive: boolean;
1231
1267
  props: Record<string, any>;
1268
+ targetRef: vue.Ref<any>;
1232
1269
  }) => vue.VNodeChild) | undefined;
1233
1270
  } | undefined;
1234
1271
  } & {
@@ -1238,6 +1275,7 @@ declare const VTooltip: {
1238
1275
  "v-slot:activator"?: false | ((arg: {
1239
1276
  isActive: boolean;
1240
1277
  props: Record<string, any>;
1278
+ targetRef: vue.Ref<any>;
1241
1279
  }) => vue.VNodeChild) | undefined;
1242
1280
  } & {
1243
1281
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1335,6 +1373,7 @@ declare const VTooltip: {
1335
1373
  activator?: ((arg: {
1336
1374
  isActive: boolean;
1337
1375
  props: Record<string, any>;
1376
+ targetRef: vue.Ref<any>;
1338
1377
  }) => vue.VNodeChild) | undefined;
1339
1378
  } | ((arg: {
1340
1379
  isActive: vue.Ref<boolean>;
@@ -1346,6 +1385,7 @@ declare const VTooltip: {
1346
1385
  activator?: false | ((arg: {
1347
1386
  isActive: boolean;
1348
1387
  props: Record<string, any>;
1388
+ targetRef: vue.Ref<any>;
1349
1389
  }) => vue.VNodeChild) | undefined;
1350
1390
  } | undefined;
1351
1391
  } & {
@@ -1355,6 +1395,7 @@ declare const VTooltip: {
1355
1395
  "v-slot:activator"?: false | ((arg: {
1356
1396
  isActive: boolean;
1357
1397
  props: Record<string, any>;
1398
+ targetRef: vue.Ref<any>;
1358
1399
  }) => vue.VNodeChild) | undefined;
1359
1400
  } & {
1360
1401
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1439,6 +1480,7 @@ declare const VTooltip: {
1439
1480
  activator?: ((arg: {
1440
1481
  isActive: boolean;
1441
1482
  props: Record<string, any>;
1483
+ targetRef: vue.Ref<any>;
1442
1484
  }) => vue.VNodeChild) | undefined;
1443
1485
  } | ((arg: {
1444
1486
  isActive: vue.Ref<boolean>;
@@ -1450,6 +1492,7 @@ declare const VTooltip: {
1450
1492
  activator?: false | ((arg: {
1451
1493
  isActive: boolean;
1452
1494
  props: Record<string, any>;
1495
+ targetRef: vue.Ref<any>;
1453
1496
  }) => vue.VNodeChild) | undefined;
1454
1497
  } | undefined;
1455
1498
  "v-slot:default"?: false | ((arg: {
@@ -1458,6 +1501,7 @@ declare const VTooltip: {
1458
1501
  "v-slot:activator"?: false | ((arg: {
1459
1502
  isActive: boolean;
1460
1503
  props: Record<string, any>;
1504
+ targetRef: vue.Ref<any>;
1461
1505
  }) => vue.VNodeChild) | undefined;
1462
1506
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1463
1507
  onAfterEnter?: (() => any) | undefined;
@@ -1516,6 +1560,7 @@ declare const VTooltip: {
1516
1560
  activator?: ((arg: {
1517
1561
  isActive: boolean;
1518
1562
  props: Record<string, any>;
1563
+ targetRef: vue.Ref<any>;
1519
1564
  }) => vue.VNodeChild) | undefined;
1520
1565
  } | ((arg: {
1521
1566
  isActive: vue.Ref<boolean>;
@@ -1527,6 +1572,7 @@ declare const VTooltip: {
1527
1572
  activator?: false | ((arg: {
1528
1573
  isActive: boolean;
1529
1574
  props: Record<string, any>;
1575
+ targetRef: vue.Ref<any>;
1530
1576
  }) => vue.VNodeChild) | undefined;
1531
1577
  } | undefined;
1532
1578
  } & {
@@ -1536,6 +1582,7 @@ declare const VTooltip: {
1536
1582
  "v-slot:activator"?: false | ((arg: {
1537
1583
  isActive: boolean;
1538
1584
  props: Record<string, any>;
1585
+ targetRef: vue.Ref<any>;
1539
1586
  }) => vue.VNodeChild) | undefined;
1540
1587
  } & {
1541
1588
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1558,6 +1605,7 @@ declare const VTooltip: {
1558
1605
  activator?: ((arg: {
1559
1606
  isActive: boolean;
1560
1607
  props: Record<string, any>;
1608
+ targetRef: vue.Ref<any>;
1561
1609
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1562
1610
  [key: string]: any;
1563
1611
  }>[]) | undefined;
@@ -1619,6 +1667,7 @@ declare const VTooltip: {
1619
1667
  activator?: ((arg: {
1620
1668
  isActive: boolean;
1621
1669
  props: Record<string, any>;
1670
+ targetRef: vue.Ref<any>;
1622
1671
  }) => vue.VNodeChild) | undefined;
1623
1672
  } | ((arg: {
1624
1673
  isActive: vue.Ref<boolean>;
@@ -1630,6 +1679,7 @@ declare const VTooltip: {
1630
1679
  activator?: false | ((arg: {
1631
1680
  isActive: boolean;
1632
1681
  props: Record<string, any>;
1682
+ targetRef: vue.Ref<any>;
1633
1683
  }) => vue.VNodeChild) | undefined;
1634
1684
  } | undefined;
1635
1685
  } & {
@@ -1639,6 +1689,7 @@ declare const VTooltip: {
1639
1689
  "v-slot:activator"?: false | ((arg: {
1640
1690
  isActive: boolean;
1641
1691
  props: Record<string, any>;
1692
+ targetRef: vue.Ref<any>;
1642
1693
  }) => vue.VNodeChild) | undefined;
1643
1694
  } & {
1644
1695
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1695,6 +1746,7 @@ declare const VTooltip: {
1695
1746
  activator: (arg: {
1696
1747
  isActive: boolean;
1697
1748
  props: Record<string, any>;
1749
+ targetRef: vue.Ref<any>;
1698
1750
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1699
1751
  [key: string]: any;
1700
1752
  }>[];
@@ -1771,6 +1823,7 @@ declare const VTooltip: {
1771
1823
  activator?: ((arg: {
1772
1824
  isActive: boolean;
1773
1825
  props: Record<string, any>;
1826
+ targetRef: vue.Ref<any>;
1774
1827
  }) => vue.VNodeChild) | undefined;
1775
1828
  } | ((arg: {
1776
1829
  isActive: vue.Ref<boolean>;
@@ -1782,6 +1835,7 @@ declare const VTooltip: {
1782
1835
  activator?: false | ((arg: {
1783
1836
  isActive: boolean;
1784
1837
  props: Record<string, any>;
1838
+ targetRef: vue.Ref<any>;
1785
1839
  }) => vue.VNodeChild) | undefined;
1786
1840
  } | undefined;
1787
1841
  } & {
@@ -1791,6 +1845,7 @@ declare const VTooltip: {
1791
1845
  "v-slot:activator"?: false | ((arg: {
1792
1846
  isActive: boolean;
1793
1847
  props: Record<string, any>;
1848
+ targetRef: vue.Ref<any>;
1794
1849
  }) => vue.VNodeChild) | undefined;
1795
1850
  } & {
1796
1851
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1843,6 +1898,7 @@ declare const VTooltip: {
1843
1898
  activator: (arg: {
1844
1899
  isActive: boolean;
1845
1900
  props: Record<string, any>;
1901
+ targetRef: vue.Ref<any>;
1846
1902
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1847
1903
  [key: string]: any;
1848
1904
  }>[];