@vuetify/nightly 3.6.7-master.2024-05-22 → 3.6.7-master.2024-05-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 (47) hide show
  1. package/CHANGELOG.md +7 -2
  2. package/dist/json/importMap-labs.json +4 -4
  3. package/dist/json/importMap.json +112 -112
  4. package/dist/json/web-types.json +3 -3
  5. package/dist/vuetify-labs.css +2177 -2177
  6. package/dist/vuetify-labs.esm.js +60 -57
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +59 -56
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +2390 -2390
  11. package/dist/vuetify.d.ts +33 -33
  12. package/dist/vuetify.esm.js +60 -57
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +59 -56
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +298 -297
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +1 -1
  20. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  21. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
  22. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  23. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
  24. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  25. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +1 -1
  26. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  27. package/lib/components/VExpansionPanel/index.d.mts +36 -36
  28. package/lib/components/VExpansionPanel/shared.mjs +4 -0
  29. package/lib/components/VExpansionPanel/shared.mjs.map +1 -0
  30. package/lib/components/VStepper/VStepper.mjs +1 -1
  31. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  32. package/lib/components/VStepper/VStepperItem.mjs +1 -1
  33. package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
  34. package/lib/components/VStepper/VStepperWindow.mjs +2 -2
  35. package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
  36. package/lib/components/VStepper/shared.mjs +4 -0
  37. package/lib/components/VStepper/shared.mjs.map +1 -0
  38. package/lib/composables/defaults.mjs +3 -1
  39. package/lib/composables/defaults.mjs.map +1 -1
  40. package/lib/entry-bundler.mjs +1 -1
  41. package/lib/framework.mjs +1 -1
  42. package/lib/index.d.mts +33 -33
  43. package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -2
  44. package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs.map +1 -1
  45. package/lib/labs/VTreeview/VTreeviewItem.mjs +2 -2
  46. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  47. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -73560,41 +73560,41 @@ declare module '@vue/runtime-core' {
73560
73560
 
73561
73561
  export interface GlobalComponents {
73562
73562
  VApp: typeof import('vuetify/components')['VApp']
73563
- VAlert: typeof import('vuetify/components')['VAlert']
73564
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
73565
73563
  VAppBar: typeof import('vuetify/components')['VAppBar']
73566
73564
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
73567
73565
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
73568
73566
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
73569
- VBadge: typeof import('vuetify/components')['VBadge']
73570
73567
  VAvatar: typeof import('vuetify/components')['VAvatar']
73571
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
73568
+ VAlert: typeof import('vuetify/components')['VAlert']
73569
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
73570
+ VBadge: typeof import('vuetify/components')['VBadge']
73571
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
73572
+ VBtn: typeof import('vuetify/components')['VBtn']
73572
73573
  VBanner: typeof import('vuetify/components')['VBanner']
73573
73574
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
73574
73575
  VBannerText: typeof import('vuetify/components')['VBannerText']
73576
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
73575
73577
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
73576
73578
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
73577
73579
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
73578
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
73579
73580
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
73580
73581
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
73581
- VBtn: typeof import('vuetify/components')['VBtn']
73582
- VCarousel: typeof import('vuetify/components')['VCarousel']
73583
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
73584
73582
  VCard: typeof import('vuetify/components')['VCard']
73585
73583
  VCardActions: typeof import('vuetify/components')['VCardActions']
73586
73584
  VCardItem: typeof import('vuetify/components')['VCardItem']
73587
73585
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
73588
73586
  VCardText: typeof import('vuetify/components')['VCardText']
73589
73587
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
73588
+ VCarousel: typeof import('vuetify/components')['VCarousel']
73589
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
73590
73590
  VChip: typeof import('vuetify/components')['VChip']
73591
73591
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
73592
73592
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
73593
+ VCode: typeof import('vuetify/components')['VCode']
73593
73594
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
73594
73595
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
73595
- VCounter: typeof import('vuetify/components')['VCounter']
73596
- VCode: typeof import('vuetify/components')['VCode']
73597
73596
  VCombobox: typeof import('vuetify/components')['VCombobox']
73597
+ VCounter: typeof import('vuetify/components')['VCounter']
73598
73598
  VDataTable: typeof import('vuetify/components')['VDataTable']
73599
73599
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
73600
73600
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -73609,9 +73609,9 @@ declare module '@vue/runtime-core' {
73609
73609
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
73610
73610
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
73611
73611
  VDialog: typeof import('vuetify/components')['VDialog']
73612
- VDivider: typeof import('vuetify/components')['VDivider']
73613
73612
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
73614
73613
  VFab: typeof import('vuetify/components')['VFab']
73614
+ VDivider: typeof import('vuetify/components')['VDivider']
73615
73615
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
73616
73616
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
73617
73617
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
@@ -73625,11 +73625,14 @@ declare module '@vue/runtime-core' {
73625
73625
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
73626
73626
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
73627
73627
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
73628
- VInput: typeof import('vuetify/components')['VInput']
73629
73628
  VImg: typeof import('vuetify/components')['VImg']
73630
- VKbd: typeof import('vuetify/components')['VKbd']
73631
73629
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
73630
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
73631
+ VItem: typeof import('vuetify/components')['VItem']
73632
+ VKbd: typeof import('vuetify/components')['VKbd']
73632
73633
  VLabel: typeof import('vuetify/components')['VLabel']
73634
+ VInput: typeof import('vuetify/components')['VInput']
73635
+ VMain: typeof import('vuetify/components')['VMain']
73633
73636
  VList: typeof import('vuetify/components')['VList']
73634
73637
  VListGroup: typeof import('vuetify/components')['VListGroup']
73635
73638
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -73639,26 +73642,24 @@ declare module '@vue/runtime-core' {
73639
73642
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
73640
73643
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
73641
73644
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
73642
- VMain: typeof import('vuetify/components')['VMain']
73643
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
73644
- VItem: typeof import('vuetify/components')['VItem']
73645
+ VMessages: typeof import('vuetify/components')['VMessages']
73645
73646
  VMenu: typeof import('vuetify/components')['VMenu']
73646
73647
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
73647
- VMessages: typeof import('vuetify/components')['VMessages']
73648
73648
  VOverlay: typeof import('vuetify/components')['VOverlay']
73649
73649
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
73650
73650
  VPagination: typeof import('vuetify/components')['VPagination']
73651
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
73651
73652
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
73652
73653
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
73653
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
73654
73654
  VRating: typeof import('vuetify/components')['VRating']
73655
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
73655
73656
  VSelect: typeof import('vuetify/components')['VSelect']
73656
73657
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
73657
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
73658
73658
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
73659
73659
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
73660
- VSlider: typeof import('vuetify/components')['VSlider']
73660
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
73661
73661
  VSheet: typeof import('vuetify/components')['VSheet']
73662
+ VSlider: typeof import('vuetify/components')['VSlider']
73662
73663
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
73663
73664
  VStepper: typeof import('vuetify/components')['VStepper']
73664
73665
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
@@ -73666,46 +73667,46 @@ declare module '@vue/runtime-core' {
73666
73667
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
73667
73668
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
73668
73669
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
73669
- VSwitch: typeof import('vuetify/components')['VSwitch']
73670
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
73671
73670
  VTab: typeof import('vuetify/components')['VTab']
73672
73671
  VTabs: typeof import('vuetify/components')['VTabs']
73673
73672
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
73674
73673
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
73675
- VTextField: typeof import('vuetify/components')['VTextField']
73676
- VTimeline: typeof import('vuetify/components')['VTimeline']
73677
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
73674
+ VTextarea: typeof import('vuetify/components')['VTextarea']
73675
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
73678
73676
  VTable: typeof import('vuetify/components')['VTable']
73677
+ VSwitch: typeof import('vuetify/components')['VSwitch']
73678
+ VTextField: typeof import('vuetify/components')['VTextField']
73679
+ VTooltip: typeof import('vuetify/components')['VTooltip']
73679
73680
  VToolbar: typeof import('vuetify/components')['VToolbar']
73680
73681
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
73681
73682
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
73682
- VTextarea: typeof import('vuetify/components')['VTextarea']
73683
- VTooltip: typeof import('vuetify/components')['VTooltip']
73683
+ VTimeline: typeof import('vuetify/components')['VTimeline']
73684
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
73684
73685
  VWindow: typeof import('vuetify/components')['VWindow']
73685
73686
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
73686
73687
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
73687
73688
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
73688
73689
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
73689
73690
  VForm: typeof import('vuetify/components')['VForm']
73691
+ VHover: typeof import('vuetify/components')['VHover']
73690
73692
  VContainer: typeof import('vuetify/components')['VContainer']
73691
73693
  VCol: typeof import('vuetify/components')['VCol']
73692
73694
  VRow: typeof import('vuetify/components')['VRow']
73693
73695
  VSpacer: typeof import('vuetify/components')['VSpacer']
73694
- VHover: typeof import('vuetify/components')['VHover']
73695
73696
  VLayout: typeof import('vuetify/components')['VLayout']
73696
73697
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
73697
73698
  VLazy: typeof import('vuetify/components')['VLazy']
73698
73699
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
73699
73700
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
73700
- VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
73701
73701
  VParallax: typeof import('vuetify/components')['VParallax']
73702
73702
  VRadio: typeof import('vuetify/components')['VRadio']
73703
+ VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
73703
73704
  VResponsive: typeof import('vuetify/components')['VResponsive']
73704
- VSparkline: typeof import('vuetify/components')['VSparkline']
73705
73705
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
73706
+ VSparkline: typeof import('vuetify/components')['VSparkline']
73706
73707
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
73707
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
73708
73708
  VValidation: typeof import('vuetify/components')['VValidation']
73709
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
73709
73710
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
73710
73711
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
73711
73712
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -73722,7 +73723,7 @@ declare module '@vue/runtime-core' {
73722
73723
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
73723
73724
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
73724
73725
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
73725
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
73726
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
73726
73727
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
73727
73728
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
73728
73729
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
@@ -73737,7 +73738,6 @@ declare module '@vue/runtime-core' {
73737
73738
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
73738
73739
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
73739
73740
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
73740
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
73741
73741
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
73742
73742
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
73743
73743
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * Vuetify v3.6.7-master.2024-05-22
2
+ * Vuetify v3.6.7-master.2024-05-23
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
6
6
 
7
- import { shallowRef, Fragment, reactive, computed, watchEffect, toRefs, capitalize, isVNode, Comment, readonly, unref, warn, ref, provide, inject as inject$1, defineComponent as defineComponent$1, camelize, h, getCurrentInstance as getCurrentInstance$1, createVNode, mergeProps, onBeforeUnmount, watch, nextTick, onDeactivated, onActivated, onScopeDispose, effectScope, toRaw, Suspense, TransitionGroup, Transition, isRef, toRef, onBeforeMount, withDirectives, resolveDirective, vShow, onMounted, onUpdated, Text, resolveDynamicComponent, markRaw, Teleport, cloneVNode, createTextVNode, onUnmounted, onBeforeUpdate, withModifiers, toDisplayString, vModelText, resolveComponent, render } from 'vue';
7
+ import { shallowRef, Fragment, reactive, computed, watchEffect, toRefs, capitalize, isVNode, Comment, readonly, unref, warn, getCurrentInstance as getCurrentInstance$1, ref, provide, inject as inject$1, defineComponent as defineComponent$1, camelize, h, createVNode, mergeProps, onBeforeUnmount, watch, nextTick, onDeactivated, onActivated, onScopeDispose, effectScope, toRaw, Suspense, TransitionGroup, Transition, isRef, toRef, onBeforeMount, withDirectives, resolveDirective, vShow, onMounted, onUpdated, Text, resolveDynamicComponent, markRaw, Teleport, cloneVNode, createTextVNode, onUnmounted, onBeforeUpdate, withModifiers, toDisplayString, vModelText, resolveComponent, render } from 'vue';
8
8
 
9
9
  const IN_BROWSER = typeof window !== 'undefined';
10
10
  const SUPPORTS_INTERSECTION = IN_BROWSER && 'IntersectionObserver' in window;
@@ -1251,6 +1251,53 @@ const makeComponentProps = propsFactory({
1251
1251
 
1252
1252
  // Types
1253
1253
 
1254
+ function getCurrentInstance(name, message) {
1255
+ const vm = getCurrentInstance$1();
1256
+ if (!vm) {
1257
+ throw new Error(`[Vuetify] ${name} ${message || 'must be called from inside a setup function'}`);
1258
+ }
1259
+ return vm;
1260
+ }
1261
+ function getCurrentInstanceName() {
1262
+ let name = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'composables';
1263
+ const vm = getCurrentInstance(name).type;
1264
+ return toKebabCase(vm?.aliasName || vm?.name);
1265
+ }
1266
+ let _uid = 0;
1267
+ let _map = new WeakMap();
1268
+ function getUid() {
1269
+ const vm = getCurrentInstance('getUid');
1270
+ if (_map.has(vm)) return _map.get(vm);else {
1271
+ const uid = _uid++;
1272
+ _map.set(vm, uid);
1273
+ return uid;
1274
+ }
1275
+ }
1276
+ getUid.reset = () => {
1277
+ _uid = 0;
1278
+ _map = new WeakMap();
1279
+ };
1280
+
1281
+ // Utilities
1282
+
1283
+ // Types
1284
+
1285
+ function injectSelf(key) {
1286
+ let vm = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : getCurrentInstance('injectSelf');
1287
+ const {
1288
+ provides
1289
+ } = vm;
1290
+ if (provides && key in provides) {
1291
+ // TS doesn't allow symbol as index type
1292
+ return provides[key];
1293
+ }
1294
+ return undefined;
1295
+ }
1296
+
1297
+ // Utilities
1298
+
1299
+ // Types
1300
+
1254
1301
  const DefaultsSymbol = Symbol.for('vuetify:defaults');
1255
1302
  function createDefaults(options) {
1256
1303
  return ref(options);
@@ -1476,37 +1523,6 @@ function getPrefixedEventHandlers(attrs, suffix, getData) {
1476
1523
  }, {});
1477
1524
  }
1478
1525
 
1479
- // Utilities
1480
-
1481
- // Types
1482
-
1483
- function getCurrentInstance(name, message) {
1484
- const vm = getCurrentInstance$1();
1485
- if (!vm) {
1486
- throw new Error(`[Vuetify] ${name} ${message || 'must be called from inside a setup function'}`);
1487
- }
1488
- return vm;
1489
- }
1490
- function getCurrentInstanceName() {
1491
- let name = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'composables';
1492
- const vm = getCurrentInstance(name).type;
1493
- return toKebabCase(vm?.aliasName || vm?.name);
1494
- }
1495
- let _uid = 0;
1496
- let _map = new WeakMap();
1497
- function getUid() {
1498
- const vm = getCurrentInstance('getUid');
1499
- if (_map.has(vm)) return _map.get(vm);else {
1500
- const uid = _uid++;
1501
- _map.set(vm, uid);
1502
- return uid;
1503
- }
1504
- }
1505
- getUid.reset = () => {
1506
- _uid = 0;
1507
- _map = new WeakMap();
1508
- };
1509
-
1510
1526
  function getScrollParent(el) {
1511
1527
  let includeHidden = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
1512
1528
  while (el) {
@@ -1536,22 +1552,6 @@ function isPotentiallyScrollable(el) {
1536
1552
  return ['scroll', 'auto'].includes(style.overflowY);
1537
1553
  }
1538
1554
 
1539
- // Utilities
1540
-
1541
- // Types
1542
-
1543
- function injectSelf(key) {
1544
- let vm = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : getCurrentInstance('injectSelf');
1545
- const {
1546
- provides
1547
- } = vm;
1548
- if (provides && key in provides) {
1549
- // TS doesn't allow symbol as index type
1550
- return provides[key];
1551
- }
1552
- return undefined;
1553
- }
1554
-
1555
1555
  function isFixedPosition(el) {
1556
1556
  while (el) {
1557
1557
  if (window.getComputedStyle(el).position === 'fixed') {
@@ -22478,6 +22478,10 @@ const VEmptyState = genericComponent()({
22478
22478
  }
22479
22479
  });
22480
22480
 
22481
+ // Types
22482
+
22483
+ const VExpansionPanelSymbol = Symbol.for('vuetify:v-expansion-panel');
22484
+
22481
22485
  const makeVExpansionPanelTextProps = propsFactory({
22482
22486
  ...makeComponentProps(),
22483
22487
  ...makeLazyProps()
@@ -22658,7 +22662,6 @@ const VExpansionPanel = genericComponent()({
22658
22662
 
22659
22663
  // Types
22660
22664
 
22661
- const VExpansionPanelSymbol = Symbol.for('vuetify:v-expansion-panel');
22662
22665
  const allowedVariants = ['default', 'accordion', 'inset', 'popout'];
22663
22666
  const makeVExpansionPanelsProps = propsFactory({
22664
22667
  flat: Boolean,
@@ -26002,6 +26005,10 @@ const VSpeedDial = genericComponent()({
26002
26005
 
26003
26006
  // Types
26004
26007
 
26008
+ const VStepperSymbol = Symbol.for('vuetify:v-stepper');
26009
+
26010
+ // Types
26011
+
26005
26012
  const makeVStepperActionsProps = propsFactory({
26006
26013
  color: String,
26007
26014
  disabled: {
@@ -26189,9 +26196,6 @@ const VStepperItem = genericComponent()({
26189
26196
  }
26190
26197
  });
26191
26198
 
26192
- // Types
26193
-
26194
- const VStepperSymbol$1 = Symbol.for('vuetify:v-stepper');
26195
26199
  const makeVStepperWindowProps = propsFactory({
26196
26200
  ...omit(makeVWindowProps(), ['continuous', 'nextIcon', 'prevIcon', 'showArrows', 'touch', 'mandatory'])
26197
26201
  }, 'VStepperWindow');
@@ -26205,7 +26209,7 @@ const VStepperWindow = genericComponent()({
26205
26209
  let {
26206
26210
  slots
26207
26211
  } = _ref;
26208
- const group = inject$1(VStepperSymbol$1, null);
26212
+ const group = inject$1(VStepperSymbol, null);
26209
26213
  const _model = useProxiedModel(props, 'modelValue');
26210
26214
  const model = computed({
26211
26215
  get() {
@@ -26263,7 +26267,6 @@ const VStepperWindowItem = genericComponent()({
26263
26267
 
26264
26268
  // Types
26265
26269
 
26266
- const VStepperSymbol = Symbol.for('vuetify:v-stepper');
26267
26270
  const makeStepperProps = propsFactory({
26268
26271
  altLabels: Boolean,
26269
26272
  bgColor: String,
@@ -28033,7 +28036,7 @@ function createVuetify$1() {
28033
28036
  goTo
28034
28037
  };
28035
28038
  }
28036
- const version$1 = "3.6.7-master.2024-05-22";
28039
+ const version$1 = "3.6.7-master.2024-05-23";
28037
28040
  createVuetify$1.version = version$1;
28038
28041
 
28039
28042
  // Vue's inject() can only be used in setup
@@ -28058,7 +28061,7 @@ const createVuetify = function () {
28058
28061
  ...options
28059
28062
  });
28060
28063
  };
28061
- const version = "3.6.7-master.2024-05-22";
28064
+ const version = "3.6.7-master.2024-05-23";
28062
28065
  createVuetify.version = version;
28063
28066
 
28064
28067
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };