@vuetify/nightly 3.7.7-dev.2025-01-20 → 3.7.7-dev.2025-01-23

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 (39) hide show
  1. package/CHANGELOG.md +7 -3
  2. package/dist/json/attributes.json +1847 -1847
  3. package/dist/json/importMap-labs.json +24 -24
  4. package/dist/json/importMap.json +192 -192
  5. package/dist/json/web-types.json +3645 -3645
  6. package/dist/vuetify-labs.css +3069 -3069
  7. package/dist/vuetify-labs.d.ts +78 -77
  8. package/dist/vuetify-labs.esm.js +113 -73
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +113 -73
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +4776 -4776
  13. package/dist/vuetify.d.ts +78 -77
  14. package/dist/vuetify.esm.js +113 -73
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +113 -73
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +483 -477
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VList/VListGroup.js +1 -0
  22. package/lib/components/VList/VListGroup.js.map +1 -1
  23. package/lib/components/VList/VListItem.js +2 -0
  24. package/lib/components/VList/VListItem.js.map +1 -1
  25. package/lib/composables/display.js +4 -1
  26. package/lib/composables/display.js.map +1 -1
  27. package/lib/composables/nested/nested.d.ts +1 -1
  28. package/lib/composables/nested/nested.js +3 -1
  29. package/lib/composables/nested/nested.js.map +1 -1
  30. package/lib/composables/nested/selectStrategies.d.ts +1 -0
  31. package/lib/composables/nested/selectStrategies.js +21 -0
  32. package/lib/composables/nested/selectStrategies.js.map +1 -1
  33. package/lib/entry-bundler.d.ts +2 -1
  34. package/lib/entry-bundler.js +1 -1
  35. package/lib/framework.d.ts +77 -76
  36. package/lib/framework.js +83 -72
  37. package/lib/framework.js.map +1 -1
  38. package/lib/labs/entry-bundler.d.ts +2 -1
  39. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -4294,7 +4294,7 @@ type SelectStrategy = {
4294
4294
  };
4295
4295
 
4296
4296
  type ActiveStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | ActiveStrategy | ((mandatory: boolean) => ActiveStrategy);
4297
- type SelectStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | 'classic' | SelectStrategy | ((mandatory: boolean) => SelectStrategy);
4297
+ type SelectStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | 'classic' | 'trunk' | SelectStrategy | ((mandatory: boolean) => SelectStrategy);
4298
4298
  type OpenStrategyProp = 'single' | 'multiple' | 'list' | OpenStrategy;
4299
4299
 
4300
4300
  type VListChildrenSlots<T> = {
@@ -57843,6 +57843,7 @@ declare namespace index_d {
57843
57843
  declare const createVuetify: {
57844
57844
  (options?: VuetifyOptions): {
57845
57845
  install: (app: vue.App) => void;
57846
+ unmount: () => void;
57846
57847
  defaults: vue.Ref<DefaultsInstance, DefaultsInstance>;
57847
57848
  display: DisplayInstance;
57848
57849
  theme: ThemeInstance & {
@@ -57910,7 +57911,7 @@ declare const createVuetify: {
57910
57911
  };
57911
57912
  };
57912
57913
  goTo: GoToInstance;
57913
- };
57914
+ } | undefined;
57914
57915
  version: string;
57915
57916
  };
57916
57917
  declare const version: string;
@@ -57952,43 +57953,40 @@ declare module 'vue' {
57952
57953
  $children?: VNodeChild
57953
57954
  }
57954
57955
  export interface GlobalComponents {
57956
+ VApp: VApp
57957
+ VAlert: VAlert
57958
+ VAlertTitle: VAlertTitle
57959
+ VAutocomplete: VAutocomplete
57955
57960
  VAvatar: VAvatar
57961
+ VBottomNavigation: VBottomNavigation
57956
57962
  VAppBar: VAppBar
57957
57963
  VAppBarNavIcon: VAppBarNavIcon
57958
57964
  VAppBarTitle: VAppBarTitle
57959
- VApp: VApp
57960
- VAlert: VAlert
57961
- VAlertTitle: VAlertTitle
57965
+ VBanner: VBanner
57966
+ VBannerActions: VBannerActions
57967
+ VBannerText: VBannerText
57962
57968
  VBadge: VBadge
57963
- VBottomNavigation: VBottomNavigation
57964
57969
  VBreadcrumbs: VBreadcrumbs
57965
57970
  VBreadcrumbsItem: VBreadcrumbsItem
57966
57971
  VBreadcrumbsDivider: VBreadcrumbsDivider
57967
- VBtn: VBtn
57968
57972
  VBottomSheet: VBottomSheet
57969
- VBanner: VBanner
57970
- VBannerActions: VBannerActions
57971
- VBannerText: VBannerText
57972
- VCheckbox: VCheckbox
57973
- VCheckboxBtn: VCheckboxBtn
57974
- VBtnGroup: VBtnGroup
57973
+ VBtn: VBtn
57974
+ VBtnToggle: VBtnToggle
57975
57975
  VCard: VCard
57976
57976
  VCardActions: VCardActions
57977
57977
  VCardItem: VCardItem
57978
57978
  VCardSubtitle: VCardSubtitle
57979
57979
  VCardText: VCardText
57980
57980
  VCardTitle: VCardTitle
57981
- VChip: VChip
57981
+ VCode: VCode
57982
+ VCheckbox: VCheckbox
57983
+ VCheckboxBtn: VCheckboxBtn
57982
57984
  VCarousel: VCarousel
57983
57985
  VCarouselItem: VCarouselItem
57984
- VCombobox: VCombobox
57985
- VBtnToggle: VBtnToggle
57986
- VColorPicker: VColorPicker
57987
- VCode: VCode
57986
+ VBtnGroup: VBtnGroup
57987
+ VChip: VChip
57988
57988
  VChipGroup: VChipGroup
57989
- VCounter: VCounter
57990
- VDivider: VDivider
57991
- VDialog: VDialog
57989
+ VColorPicker: VColorPicker
57992
57990
  VDataTable: VDataTable
57993
57991
  VDataTableHeaders: VDataTableHeaders
57994
57992
  VDataTableFooter: VDataTableFooter
@@ -57996,22 +57994,36 @@ declare module 'vue' {
57996
57994
  VDataTableRow: VDataTableRow
57997
57995
  VDataTableVirtual: VDataTableVirtual
57998
57996
  VDataTableServer: VDataTableServer
57999
- VFileInput: VFileInput
57997
+ VCombobox: VCombobox
57998
+ VCounter: VCounter
57999
+ VDialog: VDialog
58000
+ VDatePicker: VDatePicker
58001
+ VDatePickerControls: VDatePickerControls
58002
+ VDatePickerHeader: VDatePickerHeader
58003
+ VDatePickerMonth: VDatePickerMonth
58004
+ VDatePickerMonths: VDatePickerMonths
58005
+ VDatePickerYears: VDatePickerYears
58006
+ VDivider: VDivider
58000
58007
  VEmptyState: VEmptyState
58001
- VFooter: VFooter
58002
- VFab: VFab
58003
58008
  VField: VField
58004
58009
  VFieldLabel: VFieldLabel
58005
- VInfiniteScroll: VInfiniteScroll
58006
- VItemGroup: VItemGroup
58007
- VItem: VItem
58010
+ VFab: VFab
58011
+ VFooter: VFooter
58012
+ VExpansionPanels: VExpansionPanels
58013
+ VExpansionPanel: VExpansionPanel
58014
+ VExpansionPanelText: VExpansionPanelText
58015
+ VExpansionPanelTitle: VExpansionPanelTitle
58016
+ VFileInput: VFileInput
58008
58017
  VImg: VImg
58009
- VLabel: VLabel
58018
+ VInfiniteScroll: VInfiniteScroll
58010
58019
  VIcon: VIcon
58011
58020
  VComponentIcon: VComponentIcon
58012
58021
  VSvgIcon: VSvgIcon
58013
58022
  VLigatureIcon: VLigatureIcon
58014
58023
  VClassIcon: VClassIcon
58024
+ VKbd: VKbd
58025
+ VLabel: VLabel
58026
+ VInput: VInput
58015
58027
  VList: VList
58016
58028
  VListGroup: VListGroup
58017
58029
  VListImg: VListImg
@@ -58021,79 +58033,73 @@ declare module 'vue' {
58021
58033
  VListItemSubtitle: VListItemSubtitle
58022
58034
  VListItemTitle: VListItemTitle
58023
58035
  VListSubheader: VListSubheader
58024
- VInput: VInput
58025
- VMain: VMain
58026
- VMessages: VMessages
58036
+ VItemGroup: VItemGroup
58037
+ VItem: VItem
58027
58038
  VMenu: VMenu
58028
- VOverlay: VOverlay
58029
58039
  VNavigationDrawer: VNavigationDrawer
58040
+ VOverlay: VOverlay
58041
+ VMain: VMain
58042
+ VMessages: VMessages
58030
58043
  VPagination: VPagination
58031
- VDatePicker: VDatePicker
58032
- VDatePickerControls: VDatePickerControls
58033
- VDatePickerHeader: VDatePickerHeader
58034
- VDatePickerMonth: VDatePickerMonth
58035
- VDatePickerMonths: VDatePickerMonths
58036
- VDatePickerYears: VDatePickerYears
58037
- VKbd: VKbd
58044
+ VOtpInput: VOtpInput
58045
+ VProgressCircular: VProgressCircular
58046
+ VProgressLinear: VProgressLinear
58038
58047
  VRadioGroup: VRadioGroup
58039
- VRating: VRating
58040
- VSelect: VSelect
58041
58048
  VSelectionControlGroup: VSelectionControlGroup
58042
58049
  VSelectionControl: VSelectionControl
58043
- VSlideGroup: VSlideGroup
58044
- VSlideGroupItem: VSlideGroupItem
58050
+ VSelect: VSelect
58051
+ VSkeletonLoader: VSkeletonLoader
58045
58052
  VSheet: VSheet
58046
58053
  VSnackbar: VSnackbar
58047
58054
  VSlider: VSlider
58055
+ VSystemBar: VSystemBar
58056
+ VSlideGroup: VSlideGroup
58057
+ VSlideGroupItem: VSlideGroupItem
58058
+ VSwitch: VSwitch
58048
58059
  VStepper: VStepper
58049
58060
  VStepperActions: VStepperActions
58050
58061
  VStepperHeader: VStepperHeader
58051
58062
  VStepperItem: VStepperItem
58052
58063
  VStepperWindow: VStepperWindow
58053
58064
  VStepperWindowItem: VStepperWindowItem
58054
- VSwitch: VSwitch
58055
- VSkeletonLoader: VSkeletonLoader
58056
- VTextarea: VTextarea
58065
+ VTextField: VTextField
58057
58066
  VTab: VTab
58058
58067
  VTabs: VTabs
58059
58068
  VTabsWindow: VTabsWindow
58060
58069
  VTabsWindowItem: VTabsWindowItem
58061
- VTable: VTable
58062
- VProgressCircular: VProgressCircular
58070
+ VRating: VRating
58063
58071
  VToolbar: VToolbar
58064
58072
  VToolbarTitle: VToolbarTitle
58065
58073
  VToolbarItems: VToolbarItems
58066
- VTextField: VTextField
58067
- VWindow: VWindow
58068
- VWindowItem: VWindowItem
58069
- VTooltip: VTooltip
58070
- VExpansionPanels: VExpansionPanels
58071
- VExpansionPanel: VExpansionPanel
58072
- VExpansionPanelText: VExpansionPanelText
58073
- VExpansionPanelTitle: VExpansionPanelTitle
58074
- VProgressLinear: VProgressLinear
58074
+ VTable: VTable
58075
58075
  VTimeline: VTimeline
58076
58076
  VTimelineItem: VTimelineItem
58077
- VDefaultsProvider: VDefaultsProvider
58077
+ VTooltip: VTooltip
58078
+ VTextarea: VTextarea
58079
+ VWindow: VWindow
58080
+ VWindowItem: VWindowItem
58081
+ VConfirmEdit: VConfirmEdit
58078
58082
  VDataIterator: VDataIterator
58083
+ VDefaultsProvider: VDefaultsProvider
58084
+ VForm: VForm
58079
58085
  VContainer: VContainer
58080
58086
  VCol: VCol
58081
58087
  VRow: VRow
58082
58088
  VSpacer: VSpacer
58083
58089
  VHover: VHover
58090
+ VLazy: VLazy
58084
58091
  VLayout: VLayout
58085
58092
  VLayoutItem: VLayoutItem
58086
- VSystemBar: VSystemBar
58087
- VLazy: VLazy
58093
+ VLocaleProvider: VLocaleProvider
58088
58094
  VNoSsr: VNoSsr
58089
58095
  VParallax: VParallax
58090
- VForm: VForm
58091
58096
  VRadio: VRadio
58092
58097
  VRangeSlider: VRangeSlider
58093
58098
  VResponsive: VResponsive
58094
- VSpeedDial: VSpeedDial
58095
58099
  VSparkline: VSparkline
58096
- VLocaleProvider: VLocaleProvider
58100
+ VSpeedDial: VSpeedDial
58101
+ VValidation: VValidation
58102
+ VThemeProvider: VThemeProvider
58097
58103
  VFabTransition: VFabTransition
58098
58104
  VDialogBottomTransition: VDialogBottomTransition
58099
58105
  VDialogTopTransition: VDialogTopTransition
@@ -58110,26 +58116,21 @@ declare module 'vue' {
58110
58116
  VExpandTransition: VExpandTransition
58111
58117
  VExpandXTransition: VExpandXTransition
58112
58118
  VDialogTransition: VDialogTransition
58113
- VAutocomplete: VAutocomplete
58114
- VOtpInput: VOtpInput
58115
58119
  VVirtualScroll: VVirtualScroll
58116
- VValidation: VValidation
58117
- VThemeProvider: VThemeProvider
58118
- VConfirmEdit: VConfirmEdit
58119
- VStepperVertical: VStepperVertical
58120
- VStepperVerticalItem: VStepperVerticalItem
58121
- VStepperVerticalActions: VStepperVerticalActions
58120
+ VNumberInput: VNumberInput
58121
+ VPicker: VPicker
58122
+ VPickerTitle: VPickerTitle
58123
+ VFileUpload: VFileUpload
58124
+ VFileUploadItem: VFileUploadItem
58122
58125
  VCalendar: VCalendar
58123
58126
  VCalendarDay: VCalendarDay
58124
58127
  VCalendarHeader: VCalendarHeader
58125
58128
  VCalendarInterval: VCalendarInterval
58126
58129
  VCalendarIntervalEvent: VCalendarIntervalEvent
58127
58130
  VCalendarMonthDay: VCalendarMonthDay
58128
- VFileUpload: VFileUpload
58129
- VFileUploadItem: VFileUploadItem
58130
- VNumberInput: VNumberInput
58131
- VPicker: VPicker
58132
- VPickerTitle: VPickerTitle
58131
+ VStepperVertical: VStepperVertical
58132
+ VStepperVerticalItem: VStepperVerticalItem
58133
+ VStepperVerticalActions: VStepperVerticalActions
58133
58134
  VTreeview: VTreeview
58134
58135
  VTreeviewItem: VTreeviewItem
58135
58136
  VTreeviewGroup: VTreeviewGroup
@@ -58137,7 +58138,7 @@ declare module 'vue' {
58137
58138
  VTimePickerClock: VTimePickerClock
58138
58139
  VTimePickerControls: VTimePickerControls
58139
58140
  VDateInput: VDateInput
58140
- VSnackbarQueue: VSnackbarQueue
58141
58141
  VPullToRefresh: VPullToRefresh
58142
+ VSnackbarQueue: VSnackbarQueue
58142
58143
  }
58143
58144
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.7-dev.2025-01-20
2
+ * Vuetify v3.7.7-dev.2025-01-23
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -7407,6 +7407,9 @@ function createDisplay(options, ssr) {
7407
7407
  window.addEventListener('resize', updateSize, {
7408
7408
  passive: true
7409
7409
  });
7410
+ onScopeDispose(() => {
7411
+ window.removeEventListener('resize', updateSize);
7412
+ }, true);
7410
7413
  }
7411
7414
  return {
7412
7415
  ...toRefs(state),
@@ -8727,6 +8730,27 @@ const classicSelectStrategy = mandatory => {
8727
8730
  };
8728
8731
  return strategy;
8729
8732
  };
8733
+ const trunkSelectStrategy = mandatory => {
8734
+ const parentStrategy = classicSelectStrategy(mandatory);
8735
+ const strategy = {
8736
+ select: parentStrategy.select,
8737
+ in: parentStrategy.in,
8738
+ out: (v, children, parents) => {
8739
+ const arr = [];
8740
+ for (const [key, value] of v.entries()) {
8741
+ if (value === 'on') {
8742
+ if (parents.has(key)) {
8743
+ const parent = parents.get(key);
8744
+ if (v.get(parent) === 'on') continue;
8745
+ }
8746
+ arr.push(key);
8747
+ }
8748
+ }
8749
+ return arr;
8750
+ }
8751
+ };
8752
+ return strategy;
8753
+ };
8730
8754
 
8731
8755
  // Composables
8732
8756
 
@@ -8796,6 +8820,8 @@ const useNested = props => {
8796
8820
  return independentSelectStrategy(props.mandatory);
8797
8821
  case 'single-independent':
8798
8822
  return independentSingleSelectStrategy(props.mandatory);
8823
+ case 'trunk':
8824
+ return trunkSelectStrategy(props.mandatory);
8799
8825
  case 'classic':
8800
8826
  default:
8801
8827
  return classicSelectStrategy(props.mandatory);
@@ -9032,6 +9058,7 @@ const VListGroup = genericComponent()({
9032
9058
  } = useSsrBoot();
9033
9059
  function onClick(e) {
9034
9060
  e.stopPropagation();
9061
+ if (['INPUT', 'TEXTAREA'].includes(e.target?.tagName)) return;
9035
9062
  open(!isOpen.value, e);
9036
9063
  }
9037
9064
  const activatorProps = computed(() => ({
@@ -9249,6 +9276,7 @@ const VListItem = genericComponent()({
9249
9276
  }));
9250
9277
  function onClick(e) {
9251
9278
  emit('click', e);
9279
+ if (['INPUT', 'TEXTAREA'].includes(e.target?.tagName)) return;
9252
9280
  if (!isClickable.value) return;
9253
9281
  link.navigate?.(e);
9254
9282
  if (isGroupActivator) return;
@@ -9261,6 +9289,7 @@ const VListItem = genericComponent()({
9261
9289
  }
9262
9290
  }
9263
9291
  function onKeyDown(e) {
9292
+ if (['INPUT', 'TEXTAREA'].includes(e.target?.tagName)) return;
9264
9293
  if (e.key === 'Enter' || e.key === ' ') {
9265
9294
  e.preventDefault();
9266
9295
  e.target.dispatchEvent(new MouseEvent('click', e));
@@ -28255,82 +28284,93 @@ function createVuetify$1() {
28255
28284
  components = {},
28256
28285
  directives = {}
28257
28286
  } = options;
28258
- const defaults = createDefaults(options.defaults);
28259
- const display = createDisplay(options.display, options.ssr);
28260
- const theme = createTheme(options.theme);
28261
- const icons = createIcons(options.icons);
28262
- const locale = createLocale(options.locale);
28263
- const date = createDate(options.date, locale);
28264
- const goTo = createGoTo(options.goTo, locale);
28265
- const install = app => {
28266
- for (const key in directives) {
28267
- app.directive(key, directives[key]);
28268
- }
28269
- for (const key in components) {
28270
- app.component(key, components[key]);
28271
- }
28272
- for (const key in aliases) {
28273
- app.component(key, defineComponent({
28274
- ...aliases[key],
28275
- name: key,
28276
- aliasName: aliases[key].name
28277
- }));
28278
- }
28279
- theme.install(app);
28280
- app.provide(DefaultsSymbol, defaults);
28281
- app.provide(DisplaySymbol, display);
28282
- app.provide(ThemeSymbol, theme);
28283
- app.provide(IconSymbol, icons);
28284
- app.provide(LocaleSymbol, locale);
28285
- app.provide(DateOptionsSymbol, date.options);
28286
- app.provide(DateAdapterSymbol, date.instance);
28287
- app.provide(GoToSymbol, goTo);
28288
- if (IN_BROWSER && options.ssr) {
28289
- if (app.$nuxt) {
28290
- app.$nuxt.hook('app:suspense:resolve', () => {
28291
- display.update();
28287
+ const scope = effectScope();
28288
+ return scope.run(() => {
28289
+ const defaults = createDefaults(options.defaults);
28290
+ const display = createDisplay(options.display, options.ssr);
28291
+ const theme = createTheme(options.theme);
28292
+ const icons = createIcons(options.icons);
28293
+ const locale = createLocale(options.locale);
28294
+ const date = createDate(options.date, locale);
28295
+ const goTo = createGoTo(options.goTo, locale);
28296
+ function install(app) {
28297
+ for (const key in directives) {
28298
+ app.directive(key, directives[key]);
28299
+ }
28300
+ for (const key in components) {
28301
+ app.component(key, components[key]);
28302
+ }
28303
+ for (const key in aliases) {
28304
+ app.component(key, defineComponent({
28305
+ ...aliases[key],
28306
+ name: key,
28307
+ aliasName: aliases[key].name
28308
+ }));
28309
+ }
28310
+ const appScope = effectScope();
28311
+ appScope.run(() => {
28312
+ theme.install(app);
28313
+ });
28314
+ app.onUnmount(() => appScope.stop());
28315
+ app.provide(DefaultsSymbol, defaults);
28316
+ app.provide(DisplaySymbol, display);
28317
+ app.provide(ThemeSymbol, theme);
28318
+ app.provide(IconSymbol, icons);
28319
+ app.provide(LocaleSymbol, locale);
28320
+ app.provide(DateOptionsSymbol, date.options);
28321
+ app.provide(DateAdapterSymbol, date.instance);
28322
+ app.provide(GoToSymbol, goTo);
28323
+ if (IN_BROWSER && options.ssr) {
28324
+ if (app.$nuxt) {
28325
+ app.$nuxt.hook('app:suspense:resolve', () => {
28326
+ display.update();
28327
+ });
28328
+ } else {
28329
+ const {
28330
+ mount
28331
+ } = app;
28332
+ app.mount = function () {
28333
+ const vm = mount(...arguments);
28334
+ nextTick(() => display.update());
28335
+ app.mount = mount;
28336
+ return vm;
28337
+ };
28338
+ }
28339
+ }
28340
+ if (typeof __VUE_OPTIONS_API__ !== 'boolean' || __VUE_OPTIONS_API__) {
28341
+ app.mixin({
28342
+ computed: {
28343
+ $vuetify() {
28344
+ return reactive({
28345
+ defaults: inject.call(this, DefaultsSymbol),
28346
+ display: inject.call(this, DisplaySymbol),
28347
+ theme: inject.call(this, ThemeSymbol),
28348
+ icons: inject.call(this, IconSymbol),
28349
+ locale: inject.call(this, LocaleSymbol),
28350
+ date: inject.call(this, DateAdapterSymbol)
28351
+ });
28352
+ }
28353
+ }
28292
28354
  });
28293
- } else {
28294
- const {
28295
- mount
28296
- } = app;
28297
- app.mount = function () {
28298
- const vm = mount(...arguments);
28299
- nextTick(() => display.update());
28300
- app.mount = mount;
28301
- return vm;
28302
- };
28303
28355
  }
28304
28356
  }
28305
- if (typeof __VUE_OPTIONS_API__ !== 'boolean' || __VUE_OPTIONS_API__) {
28306
- app.mixin({
28307
- computed: {
28308
- $vuetify() {
28309
- return reactive({
28310
- defaults: inject.call(this, DefaultsSymbol),
28311
- display: inject.call(this, DisplaySymbol),
28312
- theme: inject.call(this, ThemeSymbol),
28313
- icons: inject.call(this, IconSymbol),
28314
- locale: inject.call(this, LocaleSymbol),
28315
- date: inject.call(this, DateAdapterSymbol)
28316
- });
28317
- }
28318
- }
28319
- });
28357
+ function unmount() {
28358
+ scope.stop();
28320
28359
  }
28321
- };
28322
- return {
28323
- install,
28324
- defaults,
28325
- display,
28326
- theme,
28327
- icons,
28328
- locale,
28329
- date,
28330
- goTo
28331
- };
28360
+ return {
28361
+ install,
28362
+ unmount,
28363
+ defaults,
28364
+ display,
28365
+ theme,
28366
+ icons,
28367
+ locale,
28368
+ date,
28369
+ goTo
28370
+ };
28371
+ });
28332
28372
  }
28333
- const version$1 = "3.7.7-dev.2025-01-20";
28373
+ const version$1 = "3.7.7-dev.2025-01-23";
28334
28374
  createVuetify$1.version = version$1;
28335
28375
 
28336
28376
  // Vue's inject() can only be used in setup
@@ -28355,7 +28395,7 @@ const createVuetify = function () {
28355
28395
  ...options
28356
28396
  });
28357
28397
  };
28358
- const version = "3.7.7-dev.2025-01-20";
28398
+ const version = "3.7.7-dev.2025-01-23";
28359
28399
  createVuetify.version = version;
28360
28400
 
28361
28401
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };