vuetify 3.6.9 → 3.6.11

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 (41) hide show
  1. package/dist/json/attributes.json +2 -2
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +140 -140
  4. package/dist/json/web-types.json +6 -6
  5. package/dist/vuetify-labs.css +2443 -2443
  6. package/dist/vuetify-labs.d.ts +18 -30
  7. package/dist/vuetify-labs.esm.js +94 -85
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +94 -85
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1862 -1862
  12. package/dist/vuetify.d.ts +48 -48
  13. package/dist/vuetify.esm.js +41 -20
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +41 -20
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +11 -9
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VDatePicker/VDatePicker.mjs +5 -2
  21. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  22. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +23 -11
  23. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  24. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +13 -5
  25. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  26. package/lib/components/VOverlay/VOverlay.mjs +1 -1
  27. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  28. package/lib/entry-bundler.mjs +1 -1
  29. package/lib/entry-bundler.mjs.map +1 -1
  30. package/lib/framework.mjs +1 -1
  31. package/lib/framework.mjs.map +1 -1
  32. package/lib/index.d.mts +48 -48
  33. package/lib/labs/VNumberInput/VNumberInput.mjs +48 -55
  34. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  35. package/lib/labs/VStepperVertical/VStepperVertical.mjs +2 -0
  36. package/lib/labs/VStepperVertical/VStepperVertical.mjs.map +1 -1
  37. package/lib/labs/VTreeview/VTreeview.mjs +5 -12
  38. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  39. package/lib/labs/VTreeview/index.d.mts +18 -30
  40. package/lib/labs/components.d.mts +18 -30
  41. package/package.json +2 -2
package/dist/vuetify.d.ts CHANGED
@@ -72847,38 +72847,42 @@ declare module '@vue/runtime-core' {
72847
72847
  }
72848
72848
 
72849
72849
  export interface GlobalComponents {
72850
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
72850
72851
  VApp: typeof import('vuetify/components')['VApp']
72852
+ VAlert: typeof import('vuetify/components')['VAlert']
72853
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
72851
72854
  VAppBar: typeof import('vuetify/components')['VAppBar']
72852
72855
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
72853
72856
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
72854
- VAlert: typeof import('vuetify/components')['VAlert']
72855
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
72856
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
72857
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
72857
72858
  VAvatar: typeof import('vuetify/components')['VAvatar']
72859
+ VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
72860
+ VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
72861
+ VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
72858
72862
  VBadge: typeof import('vuetify/components')['VBadge']
72859
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
72860
- VBtn: typeof import('vuetify/components')['VBtn']
72861
72863
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
72864
+ VBtn: typeof import('vuetify/components')['VBtn']
72862
72865
  VBanner: typeof import('vuetify/components')['VBanner']
72863
72866
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
72864
72867
  VBannerText: typeof import('vuetify/components')['VBannerText']
72865
- VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
72866
- VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
72867
- VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
72868
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
72868
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
72869
72869
  VCarousel: typeof import('vuetify/components')['VCarousel']
72870
72870
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
72871
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
72871
72872
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
72872
72873
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
72873
- VChip: typeof import('vuetify/components')['VChip']
72874
72874
  VCard: typeof import('vuetify/components')['VCard']
72875
72875
  VCardActions: typeof import('vuetify/components')['VCardActions']
72876
72876
  VCardItem: typeof import('vuetify/components')['VCardItem']
72877
72877
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
72878
72878
  VCardText: typeof import('vuetify/components')['VCardText']
72879
72879
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
72880
+ VChip: typeof import('vuetify/components')['VChip']
72881
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
72882
+ VCounter: typeof import('vuetify/components')['VCounter']
72883
+ VCode: typeof import('vuetify/components')['VCode']
72880
72884
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
72881
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
72885
+ VCombobox: typeof import('vuetify/components')['VCombobox']
72882
72886
  VDataTable: typeof import('vuetify/components')['VDataTable']
72883
72887
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
72884
72888
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -72886,10 +72890,6 @@ declare module '@vue/runtime-core' {
72886
72890
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
72887
72891
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
72888
72892
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
72889
- VCode: typeof import('vuetify/components')['VCode']
72890
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
72891
- VCombobox: typeof import('vuetify/components')['VCombobox']
72892
- VCounter: typeof import('vuetify/components')['VCounter']
72893
72893
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
72894
72894
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
72895
72895
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
@@ -72897,28 +72897,30 @@ declare module '@vue/runtime-core' {
72897
72897
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
72898
72898
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
72899
72899
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
72900
+ VDialog: typeof import('vuetify/components')['VDialog']
72901
+ VFab: typeof import('vuetify/components')['VFab']
72902
+ VField: typeof import('vuetify/components')['VField']
72903
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
72900
72904
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
72901
72905
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
72902
72906
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
72903
72907
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
72904
- VDialog: typeof import('vuetify/components')['VDialog']
72905
- VField: typeof import('vuetify/components')['VField']
72906
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
72907
72908
  VDivider: typeof import('vuetify/components')['VDivider']
72908
- VFab: typeof import('vuetify/components')['VFab']
72909
72909
  VFileInput: typeof import('vuetify/components')['VFileInput']
72910
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
72910
+ VImg: typeof import('vuetify/components')['VImg']
72911
72911
  VFooter: typeof import('vuetify/components')['VFooter']
72912
72912
  VIcon: typeof import('vuetify/components')['VIcon']
72913
72913
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
72914
72914
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
72915
72915
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
72916
72916
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
72917
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
72918
- VItem: typeof import('vuetify/components')['VItem']
72919
- VImg: typeof import('vuetify/components')['VImg']
72920
72917
  VKbd: typeof import('vuetify/components')['VKbd']
72921
72918
  VInput: typeof import('vuetify/components')['VInput']
72919
+ VLabel: typeof import('vuetify/components')['VLabel']
72920
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
72921
+ VItem: typeof import('vuetify/components')['VItem']
72922
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
72923
+ VMessages: typeof import('vuetify/components')['VMessages']
72922
72924
  VList: typeof import('vuetify/components')['VList']
72923
72925
  VListGroup: typeof import('vuetify/components')['VListGroup']
72924
72926
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -72928,73 +72930,69 @@ declare module '@vue/runtime-core' {
72928
72930
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
72929
72931
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
72930
72932
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
72931
- VLabel: typeof import('vuetify/components')['VLabel']
72932
72933
  VMain: typeof import('vuetify/components')['VMain']
72933
72934
  VMenu: typeof import('vuetify/components')['VMenu']
72934
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
72935
- VMessages: typeof import('vuetify/components')['VMessages']
72935
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
72936
72936
  VOverlay: typeof import('vuetify/components')['VOverlay']
72937
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
72938
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
72937
72939
  VPagination: typeof import('vuetify/components')['VPagination']
72938
72940
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
72939
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
72940
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
72941
72941
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
72942
72942
  VRating: typeof import('vuetify/components')['VRating']
72943
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
72944
72943
  VSelect: typeof import('vuetify/components')['VSelect']
72944
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
72945
72945
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
72946
72946
  VSheet: typeof import('vuetify/components')['VSheet']
72947
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
72948
72947
  VSlider: typeof import('vuetify/components')['VSlider']
72949
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
72948
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
72950
72949
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
72951
72950
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
72951
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
72952
72952
  VStepper: typeof import('vuetify/components')['VStepper']
72953
72953
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
72954
72954
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
72955
72955
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
72956
72956
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
72957
72957
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
72958
- VSwitch: typeof import('vuetify/components')['VSwitch']
72959
72958
  VTab: typeof import('vuetify/components')['VTab']
72960
72959
  VTabs: typeof import('vuetify/components')['VTabs']
72961
72960
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
72962
72961
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
72963
- VTextField: typeof import('vuetify/components')['VTextField']
72964
72962
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
72963
+ VSwitch: typeof import('vuetify/components')['VSwitch']
72964
+ VTable: typeof import('vuetify/components')['VTable']
72965
+ VTextarea: typeof import('vuetify/components')['VTextarea']
72966
+ VTextField: typeof import('vuetify/components')['VTextField']
72965
72967
  VToolbar: typeof import('vuetify/components')['VToolbar']
72966
72968
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
72967
72969
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
72968
- VTextarea: typeof import('vuetify/components')['VTextarea']
72969
- VTable: typeof import('vuetify/components')['VTable']
72970
+ VTimeline: typeof import('vuetify/components')['VTimeline']
72971
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
72970
72972
  VTooltip: typeof import('vuetify/components')['VTooltip']
72971
72973
  VWindow: typeof import('vuetify/components')['VWindow']
72972
72974
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
72973
- VTimeline: typeof import('vuetify/components')['VTimeline']
72974
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
72975
72975
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
72976
72976
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
72977
72977
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
72978
+ VForm: typeof import('vuetify/components')['VForm']
72978
72979
  VContainer: typeof import('vuetify/components')['VContainer']
72979
72980
  VCol: typeof import('vuetify/components')['VCol']
72980
72981
  VRow: typeof import('vuetify/components')['VRow']
72981
72982
  VSpacer: typeof import('vuetify/components')['VSpacer']
72982
- VForm: typeof import('vuetify/components')['VForm']
72983
72983
  VHover: typeof import('vuetify/components')['VHover']
72984
72984
  VLayout: typeof import('vuetify/components')['VLayout']
72985
72985
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
72986
72986
  VLazy: typeof import('vuetify/components')['VLazy']
72987
72987
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
72988
72988
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
72989
- VRadio: typeof import('vuetify/components')['VRadio']
72990
72989
  VParallax: typeof import('vuetify/components')['VParallax']
72990
+ VRadio: typeof import('vuetify/components')['VRadio']
72991
72991
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
72992
72992
  VResponsive: typeof import('vuetify/components')['VResponsive']
72993
72993
  VSparkline: typeof import('vuetify/components')['VSparkline']
72994
72994
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
72995
72995
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
72996
- VValidation: typeof import('vuetify/components')['VValidation']
72997
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
72998
72996
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
72999
72997
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
73000
72998
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -73011,6 +73009,8 @@ declare module '@vue/runtime-core' {
73011
73009
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
73012
73010
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
73013
73011
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
73012
+ VValidation: typeof import('vuetify/components')['VValidation']
73013
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
73014
73014
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
73015
73015
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
73016
73016
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
@@ -73018,19 +73018,19 @@ declare module '@vue/runtime-core' {
73018
73018
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
73019
73019
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
73020
73020
  VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
73021
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
73022
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
73023
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
73021
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
73022
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
73023
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
73024
73024
  VPicker: typeof import('vuetify/labs/components')['VPicker']
73025
73025
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
73026
73026
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
73027
73027
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
73028
73028
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
73029
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
73030
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
73031
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
73029
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
73030
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
73031
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
73032
73032
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
73033
- VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
73034
73033
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
73034
+ VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
73035
73035
  }
73036
73036
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.9
2
+ * Vuetify v3.6.11
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -11062,7 +11062,7 @@ const VOverlay = genericComponent()({
11062
11062
  const potentialShadowDomRoot = computed(() => activatorEl?.value?.getRootNode());
11063
11063
  const {
11064
11064
  teleportTarget
11065
- } = useTeleport(computed(() => props.attach || props.contained || potentialShadowDomRoot.value instanceof ShadowRoot ? potentialShadowDomRoot.value : false));
11065
+ } = useTeleport(computed(() => props.attach || props.contained || potentialShadowDomRoot.value instanceof ShadowRoot ? potentialShadowDomRoot.value ?? true : false));
11066
11066
  const {
11067
11067
  dimensionStyles
11068
11068
  } = useDimension(props);
@@ -22274,8 +22274,11 @@ const VDatePicker = genericComponent()({
22274
22274
  emit('update:year', value);
22275
22275
  }
22276
22276
  watch(model, (val, oldVal) => {
22277
- const before = adapter.date(wrapInArray(oldVal)[oldVal.length - 1]);
22278
- const after = adapter.date(wrapInArray(val)[val.length - 1]);
22277
+ const arrBefore = wrapInArray(oldVal);
22278
+ const arrAfter = wrapInArray(val);
22279
+ if (!arrAfter.length) return;
22280
+ const before = adapter.date(arrBefore[arrBefore.length - 1]);
22281
+ const after = adapter.date(arrAfter[arrAfter.length - 1]);
22279
22282
  const newMonth = adapter.getMonth(after);
22280
22283
  const newYear = adapter.getYear(after);
22281
22284
  if (newMonth !== month.value) {
@@ -22584,6 +22587,7 @@ const VExpansionPanelTitle = genericComponent()({
22584
22587
  expandIcon: props.expandIcon,
22585
22588
  readonly: props.readonly
22586
22589
  }));
22590
+ const icon = computed(() => expansionPanel.isSelected.value ? props.collapseIcon : props.expandIcon);
22587
22591
  useRender(() => withDirectives(createVNode("button", {
22588
22592
  "class": ['v-expansion-panel-title', {
22589
22593
  'v-expansion-panel-title--active': expansionPanel.isSelected.value,
@@ -22598,11 +22602,17 @@ const VExpansionPanelTitle = genericComponent()({
22598
22602
  "onClick": !props.readonly ? expansionPanel.toggle : undefined
22599
22603
  }, [createVNode("span", {
22600
22604
  "class": "v-expansion-panel-title__overlay"
22601
- }, null), slots.default?.(slotProps.value), !props.hideActions && createVNode("span", {
22602
- "class": "v-expansion-panel-title__icon"
22603
- }, [slots.actions ? slots.actions(slotProps.value) : createVNode(VIcon, {
22604
- "icon": expansionPanel.isSelected.value ? props.collapseIcon : props.expandIcon
22605
- }, null)])]), [[resolveDirective("ripple"), props.ripple]]));
22605
+ }, null), slots.default?.(slotProps.value), !props.hideActions && createVNode(VDefaultsProvider, {
22606
+ "defaults": {
22607
+ VIcon: {
22608
+ icon: icon.value
22609
+ }
22610
+ }
22611
+ }, {
22612
+ default: () => [createVNode("span", {
22613
+ "class": "v-expansion-panel-title__icon"
22614
+ }, [slots.actions?.(slotProps.value) ?? createVNode(VIcon, null, null)])]
22615
+ })]), [[resolveDirective("ripple"), props.ripple]]));
22606
22616
  return {};
22607
22617
  }
22608
22618
  });
@@ -22669,15 +22679,26 @@ const VExpansionPanel = genericComponent()({
22669
22679
  }, {
22670
22680
  default: () => [createVNode("div", {
22671
22681
  "class": ['v-expansion-panel__shadow', ...elevationClasses.value]
22672
- }, null), hasTitle && createVNode(VExpansionPanelTitle, mergeProps({
22673
- "key": "title"
22674
- }, expansionPanelTitleProps), {
22675
- default: () => [slots.title ? slots.title() : props.title]
22676
- }), hasText && createVNode(VExpansionPanelText, mergeProps({
22677
- "key": "text"
22678
- }, expansionPanelTextProps), {
22679
- default: () => [slots.text ? slots.text() : props.text]
22680
- }), slots.default?.()]
22682
+ }, null), createVNode(VDefaultsProvider, {
22683
+ "defaults": {
22684
+ VExpansionPanelTitle: {
22685
+ ...expansionPanelTitleProps
22686
+ },
22687
+ VExpansionPanelText: {
22688
+ ...expansionPanelTextProps
22689
+ }
22690
+ }
22691
+ }, {
22692
+ default: () => [hasTitle && createVNode(VExpansionPanelTitle, {
22693
+ "key": "title"
22694
+ }, {
22695
+ default: () => [slots.title ? slots.title() : props.title]
22696
+ }), hasText && createVNode(VExpansionPanelText, {
22697
+ "key": "text"
22698
+ }, {
22699
+ default: () => [slots.text ? slots.text() : props.text]
22700
+ }), slots.default?.()]
22701
+ })]
22681
22702
  });
22682
22703
  });
22683
22704
  return {
@@ -28074,7 +28095,7 @@ function createVuetify$1() {
28074
28095
  goTo
28075
28096
  };
28076
28097
  }
28077
- const version$1 = "3.6.9";
28098
+ const version$1 = "3.6.11";
28078
28099
  createVuetify$1.version = version$1;
28079
28100
 
28080
28101
  // Vue's inject() can only be used in setup
@@ -28099,7 +28120,7 @@ const createVuetify = function () {
28099
28120
  ...options
28100
28121
  });
28101
28122
  };
28102
- const version = "3.6.9";
28123
+ const version = "3.6.11";
28103
28124
  createVuetify.version = version;
28104
28125
 
28105
28126
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };