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

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.
@@ -4281,7 +4281,7 @@ type SelectStrategy = {
4281
4281
  };
4282
4282
 
4283
4283
  type ActiveStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | ActiveStrategy | ((mandatory: boolean) => ActiveStrategy);
4284
- type SelectStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | 'classic' | SelectStrategy | ((mandatory: boolean) => SelectStrategy);
4284
+ type SelectStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | 'classic' | 'trunk' | SelectStrategy | ((mandatory: boolean) => SelectStrategy);
4285
4285
  type OpenStrategyProp = 'single' | 'multiple' | 'list' | OpenStrategy;
4286
4286
 
4287
4287
  type VListChildrenSlots<T> = {
@@ -72256,6 +72256,7 @@ declare const version: string;
72256
72256
 
72257
72257
  declare const createVuetify: (options?: VuetifyOptions) => {
72258
72258
  install: (app: vue.App) => void;
72259
+ unmount: () => void;
72259
72260
  defaults: vue.Ref<DefaultsInstance, DefaultsInstance>;
72260
72261
  display: DisplayInstance;
72261
72262
  theme: ThemeInstance & {
@@ -72323,7 +72324,7 @@ declare const createVuetify: (options?: VuetifyOptions) => {
72323
72324
  };
72324
72325
  };
72325
72326
  goTo: GoToInstance;
72326
- };
72327
+ } | undefined;
72327
72328
 
72328
72329
  export { type DateInstance, type DefaultsInstance, type DisplayBreakpoint, type DisplayInstance, type DisplayThresholds, type GoToInstance, type IconAliases, type IconOptions, type IconProps, type IconSet, type JSXComponent, type LocaleInstance, type LocaleMessages, type LocaleOptions, type RtlInstance, type RtlOptions, type SubmitEventPromise, type ThemeDefinition, type ThemeInstance, index_d$1 as blueprints, allComponents_d as components, createVuetify, index_d as directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
72329
72330
 
@@ -72362,25 +72363,24 @@ declare module 'vue' {
72362
72363
  $children?: VNodeChild
72363
72364
  }
72364
72365
  export interface GlobalComponents {
72365
- VAvatar: VAvatar
72366
+ VApp: VApp
72367
+ VAutocomplete: VAutocomplete
72368
+ VBadge: VBadge
72366
72369
  VAppBar: VAppBar
72367
72370
  VAppBarNavIcon: VAppBarNavIcon
72368
72371
  VAppBarTitle: VAppBarTitle
72369
- VApp: VApp
72370
72372
  VAlert: VAlert
72371
72373
  VAlertTitle: VAlertTitle
72372
- VBadge: VBadge
72373
72374
  VBottomNavigation: VBottomNavigation
72375
+ VBanner: VBanner
72376
+ VBannerActions: VBannerActions
72377
+ VBannerText: VBannerText
72378
+ VAvatar: VAvatar
72374
72379
  VBreadcrumbs: VBreadcrumbs
72375
72380
  VBreadcrumbsItem: VBreadcrumbsItem
72376
72381
  VBreadcrumbsDivider: VBreadcrumbsDivider
72382
+ VBtnToggle: VBtnToggle
72377
72383
  VBtn: VBtn
72378
- VBottomSheet: VBottomSheet
72379
- VBanner: VBanner
72380
- VBannerActions: VBannerActions
72381
- VBannerText: VBannerText
72382
- VCheckbox: VCheckbox
72383
- VCheckboxBtn: VCheckboxBtn
72384
72384
  VBtnGroup: VBtnGroup
72385
72385
  VCard: VCard
72386
72386
  VCardActions: VCardActions
@@ -72388,17 +72388,15 @@ declare module 'vue' {
72388
72388
  VCardSubtitle: VCardSubtitle
72389
72389
  VCardText: VCardText
72390
72390
  VCardTitle: VCardTitle
72391
- VChip: VChip
72391
+ VBottomSheet: VBottomSheet
72392
+ VCheckbox: VCheckbox
72393
+ VCheckboxBtn: VCheckboxBtn
72394
+ VCode: VCode
72395
+ VChipGroup: VChipGroup
72392
72396
  VCarousel: VCarousel
72393
72397
  VCarouselItem: VCarouselItem
72394
72398
  VCombobox: VCombobox
72395
- VBtnToggle: VBtnToggle
72396
- VColorPicker: VColorPicker
72397
- VCode: VCode
72398
- VChipGroup: VChipGroup
72399
- VCounter: VCounter
72400
- VDivider: VDivider
72401
- VDialog: VDialog
72399
+ VChip: VChip
72402
72400
  VDataTable: VDataTable
72403
72401
  VDataTableHeaders: VDataTableHeaders
72404
72402
  VDataTableFooter: VDataTableFooter
@@ -72406,22 +72404,38 @@ declare module 'vue' {
72406
72404
  VDataTableRow: VDataTableRow
72407
72405
  VDataTableVirtual: VDataTableVirtual
72408
72406
  VDataTableServer: VDataTableServer
72409
- VFileInput: VFileInput
72410
- VEmptyState: VEmptyState
72411
- VFooter: VFooter
72412
- VFab: VFab
72407
+ VColorPicker: VColorPicker
72408
+ VCounter: VCounter
72409
+ VDivider: VDivider
72410
+ VDialog: VDialog
72413
72411
  VField: VField
72414
72412
  VFieldLabel: VFieldLabel
72415
- VInfiniteScroll: VInfiniteScroll
72416
- VItemGroup: VItemGroup
72417
- VItem: VItem
72413
+ VFab: VFab
72414
+ VDatePicker: VDatePicker
72415
+ VDatePickerControls: VDatePickerControls
72416
+ VDatePickerHeader: VDatePickerHeader
72417
+ VDatePickerMonth: VDatePickerMonth
72418
+ VDatePickerMonths: VDatePickerMonths
72419
+ VDatePickerYears: VDatePickerYears
72420
+ VEmptyState: VEmptyState
72421
+ VExpansionPanels: VExpansionPanels
72422
+ VExpansionPanel: VExpansionPanel
72423
+ VExpansionPanelText: VExpansionPanelText
72424
+ VExpansionPanelTitle: VExpansionPanelTitle
72425
+ VFooter: VFooter
72426
+ VFileInput: VFileInput
72418
72427
  VImg: VImg
72419
- VLabel: VLabel
72420
72428
  VIcon: VIcon
72421
72429
  VComponentIcon: VComponentIcon
72422
72430
  VSvgIcon: VSvgIcon
72423
72431
  VLigatureIcon: VLigatureIcon
72424
72432
  VClassIcon: VClassIcon
72433
+ VItemGroup: VItemGroup
72434
+ VItem: VItem
72435
+ VKbd: VKbd
72436
+ VInput: VInput
72437
+ VInfiniteScroll: VInfiniteScroll
72438
+ VMain: VMain
72425
72439
  VList: VList
72426
72440
  VListGroup: VListGroup
72427
72441
  VListImg: VListImg
@@ -72431,61 +72445,53 @@ declare module 'vue' {
72431
72445
  VListItemSubtitle: VListItemSubtitle
72432
72446
  VListItemTitle: VListItemTitle
72433
72447
  VListSubheader: VListSubheader
72434
- VInput: VInput
72435
- VMain: VMain
72436
- VMessages: VMessages
72448
+ VLabel: VLabel
72437
72449
  VMenu: VMenu
72438
- VOverlay: VOverlay
72439
- VNavigationDrawer: VNavigationDrawer
72450
+ VMessages: VMessages
72451
+ VOtpInput: VOtpInput
72440
72452
  VPagination: VPagination
72441
- VDatePicker: VDatePicker
72442
- VDatePickerControls: VDatePickerControls
72443
- VDatePickerHeader: VDatePickerHeader
72444
- VDatePickerMonth: VDatePickerMonth
72445
- VDatePickerMonths: VDatePickerMonths
72446
- VDatePickerYears: VDatePickerYears
72447
- VKbd: VKbd
72453
+ VNavigationDrawer: VNavigationDrawer
72454
+ VProgressCircular: VProgressCircular
72455
+ VOverlay: VOverlay
72448
72456
  VRadioGroup: VRadioGroup
72449
- VRating: VRating
72457
+ VProgressLinear: VProgressLinear
72450
72458
  VSelect: VSelect
72459
+ VRating: VRating
72451
72460
  VSelectionControlGroup: VSelectionControlGroup
72452
72461
  VSelectionControl: VSelectionControl
72453
- VSlideGroup: VSlideGroup
72454
- VSlideGroupItem: VSlideGroupItem
72462
+ VSkeletonLoader: VSkeletonLoader
72455
72463
  VSheet: VSheet
72456
- VSnackbar: VSnackbar
72457
72464
  VSlider: VSlider
72465
+ VSlideGroup: VSlideGroup
72466
+ VSlideGroupItem: VSlideGroupItem
72458
72467
  VStepper: VStepper
72459
72468
  VStepperActions: VStepperActions
72460
72469
  VStepperHeader: VStepperHeader
72461
72470
  VStepperItem: VStepperItem
72462
72471
  VStepperWindow: VStepperWindow
72463
72472
  VStepperWindowItem: VStepperWindowItem
72473
+ VSnackbar: VSnackbar
72474
+ VSystemBar: VSystemBar
72464
72475
  VSwitch: VSwitch
72465
- VSkeletonLoader: VSkeletonLoader
72466
- VTextarea: VTextarea
72467
72476
  VTab: VTab
72468
72477
  VTabs: VTabs
72469
72478
  VTabsWindow: VTabsWindow
72470
72479
  VTabsWindowItem: VTabsWindowItem
72480
+ VTextarea: VTextarea
72481
+ VTimeline: VTimeline
72482
+ VTimelineItem: VTimelineItem
72483
+ VTextField: VTextField
72484
+ VWindow: VWindow
72485
+ VWindowItem: VWindowItem
72471
72486
  VTable: VTable
72472
- VProgressCircular: VProgressCircular
72473
72487
  VToolbar: VToolbar
72474
72488
  VToolbarTitle: VToolbarTitle
72475
72489
  VToolbarItems: VToolbarItems
72476
- VTextField: VTextField
72477
- VWindow: VWindow
72478
- VWindowItem: VWindowItem
72479
72490
  VTooltip: VTooltip
72480
- VExpansionPanels: VExpansionPanels
72481
- VExpansionPanel: VExpansionPanel
72482
- VExpansionPanelText: VExpansionPanelText
72483
- VExpansionPanelTitle: VExpansionPanelTitle
72484
- VProgressLinear: VProgressLinear
72485
- VTimeline: VTimeline
72486
- VTimelineItem: VTimelineItem
72487
- VDefaultsProvider: VDefaultsProvider
72491
+ VConfirmEdit: VConfirmEdit
72488
72492
  VDataIterator: VDataIterator
72493
+ VDefaultsProvider: VDefaultsProvider
72494
+ VForm: VForm
72489
72495
  VContainer: VContainer
72490
72496
  VCol: VCol
72491
72497
  VRow: VRow
@@ -72493,17 +72499,18 @@ declare module 'vue' {
72493
72499
  VHover: VHover
72494
72500
  VLayout: VLayout
72495
72501
  VLayoutItem: VLayoutItem
72496
- VSystemBar: VSystemBar
72497
72502
  VLazy: VLazy
72503
+ VLocaleProvider: VLocaleProvider
72498
72504
  VNoSsr: VNoSsr
72499
72505
  VParallax: VParallax
72500
- VForm: VForm
72501
72506
  VRadio: VRadio
72502
72507
  VRangeSlider: VRangeSlider
72503
72508
  VResponsive: VResponsive
72504
- VSpeedDial: VSpeedDial
72505
72509
  VSparkline: VSparkline
72506
- VLocaleProvider: VLocaleProvider
72510
+ VSpeedDial: VSpeedDial
72511
+ VThemeProvider: VThemeProvider
72512
+ VValidation: VValidation
72513
+ VVirtualScroll: VVirtualScroll
72507
72514
  VFabTransition: VFabTransition
72508
72515
  VDialogBottomTransition: VDialogBottomTransition
72509
72516
  VDialogTopTransition: VDialogTopTransition
@@ -72520,34 +72527,28 @@ declare module 'vue' {
72520
72527
  VExpandTransition: VExpandTransition
72521
72528
  VExpandXTransition: VExpandXTransition
72522
72529
  VDialogTransition: VDialogTransition
72523
- VAutocomplete: VAutocomplete
72524
- VOtpInput: VOtpInput
72525
- VVirtualScroll: VVirtualScroll
72526
- VValidation: VValidation
72527
- VThemeProvider: VThemeProvider
72528
- VConfirmEdit: VConfirmEdit
72530
+ VNumberInput: VNumberInput
72531
+ VFileUpload: VFileUpload
72532
+ VFileUploadItem: VFileUploadItem
72529
72533
  VStepperVertical: VStepperVertical
72530
72534
  VStepperVerticalItem: VStepperVerticalItem
72531
72535
  VStepperVerticalActions: VStepperVerticalActions
72536
+ VPicker: VPicker
72537
+ VPickerTitle: VPickerTitle
72538
+ VTreeview: VTreeview
72539
+ VTreeviewItem: VTreeviewItem
72540
+ VTreeviewGroup: VTreeviewGroup
72532
72541
  VCalendar: VCalendar
72533
72542
  VCalendarDay: VCalendarDay
72534
72543
  VCalendarHeader: VCalendarHeader
72535
72544
  VCalendarInterval: VCalendarInterval
72536
72545
  VCalendarIntervalEvent: VCalendarIntervalEvent
72537
72546
  VCalendarMonthDay: VCalendarMonthDay
72538
- VFileUpload: VFileUpload
72539
- VFileUploadItem: VFileUploadItem
72540
- VNumberInput: VNumberInput
72541
- VPicker: VPicker
72542
- VPickerTitle: VPickerTitle
72543
- VTreeview: VTreeview
72544
- VTreeviewItem: VTreeviewItem
72545
- VTreeviewGroup: VTreeviewGroup
72546
72547
  VTimePicker: VTimePicker
72547
72548
  VTimePickerClock: VTimePickerClock
72548
72549
  VTimePickerControls: VTimePickerControls
72549
72550
  VDateInput: VDateInput
72550
- VSnackbarQueue: VSnackbarQueue
72551
72551
  VPullToRefresh: VPullToRefresh
72552
+ VSnackbarQueue: VSnackbarQueue
72552
72553
  }
72553
72554
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.7-dev.2025-01-20
2
+ * Vuetify v3.7.7-dev.2025-01-22
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -7174,6 +7174,9 @@ function createDisplay(options, ssr) {
7174
7174
  window.addEventListener('resize', updateSize, {
7175
7175
  passive: true
7176
7176
  });
7177
+ onScopeDispose(() => {
7178
+ window.removeEventListener('resize', updateSize);
7179
+ }, true);
7177
7180
  }
7178
7181
  return {
7179
7182
  ...toRefs(state),
@@ -8494,6 +8497,27 @@ const classicSelectStrategy = mandatory => {
8494
8497
  };
8495
8498
  return strategy;
8496
8499
  };
8500
+ const trunkSelectStrategy = mandatory => {
8501
+ const parentStrategy = classicSelectStrategy(mandatory);
8502
+ const strategy = {
8503
+ select: parentStrategy.select,
8504
+ in: parentStrategy.in,
8505
+ out: (v, children, parents) => {
8506
+ const arr = [];
8507
+ for (const [key, value] of v.entries()) {
8508
+ if (value === 'on') {
8509
+ if (parents.has(key)) {
8510
+ const parent = parents.get(key);
8511
+ if (v.get(parent) === 'on') continue;
8512
+ }
8513
+ arr.push(key);
8514
+ }
8515
+ }
8516
+ return arr;
8517
+ }
8518
+ };
8519
+ return strategy;
8520
+ };
8497
8521
 
8498
8522
  // Composables
8499
8523
 
@@ -8563,6 +8587,8 @@ const useNested = props => {
8563
8587
  return independentSelectStrategy(props.mandatory);
8564
8588
  case 'single-independent':
8565
8589
  return independentSingleSelectStrategy(props.mandatory);
8590
+ case 'trunk':
8591
+ return trunkSelectStrategy(props.mandatory);
8566
8592
  case 'classic':
8567
8593
  default:
8568
8594
  return classicSelectStrategy(props.mandatory);
@@ -30732,82 +30758,93 @@ function createVuetify$1() {
30732
30758
  components = {},
30733
30759
  directives = {}
30734
30760
  } = options;
30735
- const defaults = createDefaults(options.defaults);
30736
- const display = createDisplay(options.display, options.ssr);
30737
- const theme = createTheme(options.theme);
30738
- const icons = createIcons(options.icons);
30739
- const locale = createLocale(options.locale);
30740
- const date = createDate(options.date, locale);
30741
- const goTo = createGoTo(options.goTo, locale);
30742
- const install = app => {
30743
- for (const key in directives) {
30744
- app.directive(key, directives[key]);
30745
- }
30746
- for (const key in components) {
30747
- app.component(key, components[key]);
30748
- }
30749
- for (const key in aliases) {
30750
- app.component(key, defineComponent({
30751
- ...aliases[key],
30752
- name: key,
30753
- aliasName: aliases[key].name
30754
- }));
30755
- }
30756
- theme.install(app);
30757
- app.provide(DefaultsSymbol, defaults);
30758
- app.provide(DisplaySymbol, display);
30759
- app.provide(ThemeSymbol, theme);
30760
- app.provide(IconSymbol, icons);
30761
- app.provide(LocaleSymbol, locale);
30762
- app.provide(DateOptionsSymbol, date.options);
30763
- app.provide(DateAdapterSymbol, date.instance);
30764
- app.provide(GoToSymbol, goTo);
30765
- if (IN_BROWSER && options.ssr) {
30766
- if (app.$nuxt) {
30767
- app.$nuxt.hook('app:suspense:resolve', () => {
30768
- display.update();
30761
+ const scope = effectScope();
30762
+ return scope.run(() => {
30763
+ const defaults = createDefaults(options.defaults);
30764
+ const display = createDisplay(options.display, options.ssr);
30765
+ const theme = createTheme(options.theme);
30766
+ const icons = createIcons(options.icons);
30767
+ const locale = createLocale(options.locale);
30768
+ const date = createDate(options.date, locale);
30769
+ const goTo = createGoTo(options.goTo, locale);
30770
+ function install(app) {
30771
+ for (const key in directives) {
30772
+ app.directive(key, directives[key]);
30773
+ }
30774
+ for (const key in components) {
30775
+ app.component(key, components[key]);
30776
+ }
30777
+ for (const key in aliases) {
30778
+ app.component(key, defineComponent({
30779
+ ...aliases[key],
30780
+ name: key,
30781
+ aliasName: aliases[key].name
30782
+ }));
30783
+ }
30784
+ const appScope = effectScope();
30785
+ appScope.run(() => {
30786
+ theme.install(app);
30787
+ });
30788
+ app.onUnmount(() => appScope.stop());
30789
+ app.provide(DefaultsSymbol, defaults);
30790
+ app.provide(DisplaySymbol, display);
30791
+ app.provide(ThemeSymbol, theme);
30792
+ app.provide(IconSymbol, icons);
30793
+ app.provide(LocaleSymbol, locale);
30794
+ app.provide(DateOptionsSymbol, date.options);
30795
+ app.provide(DateAdapterSymbol, date.instance);
30796
+ app.provide(GoToSymbol, goTo);
30797
+ if (IN_BROWSER && options.ssr) {
30798
+ if (app.$nuxt) {
30799
+ app.$nuxt.hook('app:suspense:resolve', () => {
30800
+ display.update();
30801
+ });
30802
+ } else {
30803
+ const {
30804
+ mount
30805
+ } = app;
30806
+ app.mount = function () {
30807
+ const vm = mount(...arguments);
30808
+ nextTick(() => display.update());
30809
+ app.mount = mount;
30810
+ return vm;
30811
+ };
30812
+ }
30813
+ }
30814
+ if (typeof __VUE_OPTIONS_API__ !== 'boolean' || __VUE_OPTIONS_API__) {
30815
+ app.mixin({
30816
+ computed: {
30817
+ $vuetify() {
30818
+ return reactive({
30819
+ defaults: inject.call(this, DefaultsSymbol),
30820
+ display: inject.call(this, DisplaySymbol),
30821
+ theme: inject.call(this, ThemeSymbol),
30822
+ icons: inject.call(this, IconSymbol),
30823
+ locale: inject.call(this, LocaleSymbol),
30824
+ date: inject.call(this, DateAdapterSymbol)
30825
+ });
30826
+ }
30827
+ }
30769
30828
  });
30770
- } else {
30771
- const {
30772
- mount
30773
- } = app;
30774
- app.mount = function () {
30775
- const vm = mount(...arguments);
30776
- nextTick(() => display.update());
30777
- app.mount = mount;
30778
- return vm;
30779
- };
30780
30829
  }
30781
30830
  }
30782
- if (typeof __VUE_OPTIONS_API__ !== 'boolean' || __VUE_OPTIONS_API__) {
30783
- app.mixin({
30784
- computed: {
30785
- $vuetify() {
30786
- return reactive({
30787
- defaults: inject.call(this, DefaultsSymbol),
30788
- display: inject.call(this, DisplaySymbol),
30789
- theme: inject.call(this, ThemeSymbol),
30790
- icons: inject.call(this, IconSymbol),
30791
- locale: inject.call(this, LocaleSymbol),
30792
- date: inject.call(this, DateAdapterSymbol)
30793
- });
30794
- }
30795
- }
30796
- });
30831
+ function unmount() {
30832
+ scope.stop();
30797
30833
  }
30798
- };
30799
- return {
30800
- install,
30801
- defaults,
30802
- display,
30803
- theme,
30804
- icons,
30805
- locale,
30806
- date,
30807
- goTo
30808
- };
30834
+ return {
30835
+ install,
30836
+ unmount,
30837
+ defaults,
30838
+ display,
30839
+ theme,
30840
+ icons,
30841
+ locale,
30842
+ date,
30843
+ goTo
30844
+ };
30845
+ });
30809
30846
  }
30810
- const version$1 = "3.7.7-dev.2025-01-20";
30847
+ const version$1 = "3.7.7-dev.2025-01-22";
30811
30848
  createVuetify$1.version = version$1;
30812
30849
 
30813
30850
  // Vue's inject() can only be used in setup
@@ -31060,7 +31097,7 @@ var index = /*#__PURE__*/Object.freeze({
31060
31097
 
31061
31098
  /* eslint-disable local-rules/sort-imports */
31062
31099
 
31063
- const version = "3.7.7-dev.2025-01-20";
31100
+ const version = "3.7.7-dev.2025-01-22";
31064
31101
 
31065
31102
  /* eslint-disable local-rules/sort-imports */
31066
31103