@vuetify/nightly 3.6.7-master.2024-05-22 → 3.6.7-master.2024-05-24
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.
- package/CHANGELOG.md +7 -2
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +122 -122
- package/dist/json/web-types.json +3 -3
- package/dist/vuetify-labs.css +1966 -1966
- package/dist/vuetify-labs.esm.js +60 -57
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +59 -56
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2523 -2523
- package/dist/vuetify.d.ts +42 -42
- package/dist/vuetify.esm.js +60 -57
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +59 -56
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +298 -297
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +36 -36
- package/lib/components/VExpansionPanel/shared.mjs +4 -0
- package/lib/components/VExpansionPanel/shared.mjs.map +1 -0
- package/lib/components/VStepper/VStepper.mjs +1 -1
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.mjs +1 -1
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +2 -2
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
- package/lib/components/VStepper/shared.mjs +4 -0
- package/lib/components/VStepper/shared.mjs.map +1 -0
- package/lib/composables/defaults.mjs +3 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +42 -42
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -2
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +2 -2
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -73559,40 +73559,39 @@ declare module '@vue/runtime-core' {
|
|
73559
73559
|
}
|
73560
73560
|
|
73561
73561
|
export interface GlobalComponents {
|
73562
|
-
|
73563
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
73564
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73562
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
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
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
73567
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73568
|
+
VApp: typeof import('vuetify/components')['VApp']
|
73569
73569
|
VBadge: typeof import('vuetify/components')['VBadge']
|
73570
73570
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73571
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73572
|
-
VBanner: typeof import('vuetify/components')['VBanner']
|
73573
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73574
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73575
73571
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73576
73572
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73577
73573
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73578
73574
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73579
|
-
|
73580
|
-
|
73575
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73576
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
73577
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73578
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73581
73579
|
VBtn: typeof import('vuetify/components')['VBtn']
|
73580
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73581
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73582
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73582
73583
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73583
73584
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73585
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73586
|
+
VChip: typeof import('vuetify/components')['VChip']
|
73584
73587
|
VCard: typeof import('vuetify/components')['VCard']
|
73585
73588
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73586
73589
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73587
73590
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73588
73591
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73589
73592
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73590
|
-
VChip: typeof import('vuetify/components')['VChip']
|
73591
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73592
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73593
73593
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73594
73594
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73595
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
73596
73595
|
VCode: typeof import('vuetify/components')['VCode']
|
73597
73596
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73598
73597
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
@@ -73602,6 +73601,7 @@ declare module '@vue/runtime-core' {
|
|
73602
73601
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
73603
73602
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73604
73603
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73604
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73605
73605
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73606
73606
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73607
73607
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
@@ -73610,26 +73610,27 @@ declare module '@vue/runtime-core' {
|
|
73610
73610
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73611
73611
|
VDialog: typeof import('vuetify/components')['VDialog']
|
73612
73612
|
VDivider: typeof import('vuetify/components')['VDivider']
|
73613
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73614
|
-
VFab: typeof import('vuetify/components')['VFab']
|
73615
73613
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73616
73614
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73617
73615
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73618
73616
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73619
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73620
73617
|
VField: typeof import('vuetify/components')['VField']
|
73621
73618
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73622
73619
|
VFooter: typeof import('vuetify/components')['VFooter']
|
73620
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73621
|
+
VFab: typeof import('vuetify/components')['VFab']
|
73622
|
+
VImg: typeof import('vuetify/components')['VImg']
|
73623
|
+
VInput: typeof import('vuetify/components')['VInput']
|
73623
73624
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73624
73625
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
73625
73626
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
73626
73627
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
73627
73628
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
73628
|
-
|
73629
|
-
|
73629
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73630
|
+
VItem: typeof import('vuetify/components')['VItem']
|
73631
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
73630
73632
|
VKbd: typeof import('vuetify/components')['VKbd']
|
73631
73633
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73632
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
73633
73634
|
VList: typeof import('vuetify/components')['VList']
|
73634
73635
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
73635
73636
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -73640,49 +73641,49 @@ declare module '@vue/runtime-core' {
|
|
73640
73641
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73641
73642
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73642
73643
|
VMain: typeof import('vuetify/components')['VMain']
|
73643
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73644
|
-
VItem: typeof import('vuetify/components')['VItem']
|
73645
73644
|
VMenu: typeof import('vuetify/components')['VMenu']
|
73646
|
-
|
73645
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73647
73646
|
VMessages: typeof import('vuetify/components')['VMessages']
|
73647
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73648
73648
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73649
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73650
73649
|
VPagination: typeof import('vuetify/components')['VPagination']
|
73651
73650
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73652
73651
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73653
73652
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73654
73653
|
VRating: typeof import('vuetify/components')['VRating']
|
73654
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73655
73655
|
VSelect: typeof import('vuetify/components')['VSelect']
|
73656
73656
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73657
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
73657
73658
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73658
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73659
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73660
73659
|
VSlider: typeof import('vuetify/components')['VSlider']
|
73661
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
73662
73660
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73661
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73662
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73663
|
+
VTab: typeof import('vuetify/components')['VTab']
|
73664
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
73665
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73666
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73663
73667
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73664
73668
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
73665
73669
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
73666
73670
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73667
73671
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73668
73672
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73669
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73670
73673
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73671
|
-
|
73672
|
-
|
73673
|
-
|
73674
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73675
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
73674
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73675
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73676
|
+
VTable: typeof import('vuetify/components')['VTable']
|
73676
73677
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73677
73678
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73678
|
-
|
73679
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
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
73683
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73684
73684
|
VWindow: typeof import('vuetify/components')['VWindow']
|
73685
73685
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
73686
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
73686
73687
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
73687
73688
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73688
73689
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
@@ -73697,15 +73698,15 @@ declare module '@vue/runtime-core' {
|
|
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
73705
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73705
73706
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
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,27 +73723,26 @@ 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
|
-
|
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']
|
73729
73730
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
73730
73731
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73731
73732
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73733
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73734
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73732
73735
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73733
73736
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73734
73737
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73735
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73736
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
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']
|
73744
73744
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73745
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73746
73745
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
73746
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73747
73747
|
}
|
73748
73748
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.7-master.2024-05-
|
2
|
+
* Vuetify v3.6.7-master.2024-05-24
|
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,
|
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
|
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-
|
28039
|
+
const version$1 = "3.6.7-master.2024-05-24";
|
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-
|
28064
|
+
const version = "3.6.7-master.2024-05-24";
|
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 };
|