@vuetify/nightly 3.6.9-master.2024-06-12 → 3.6.9-master.2024-06-15
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 +9 -2
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +152 -152
- package/dist/json/web-types.json +2 -2
- package/dist/vuetify-labs.css +2859 -2859
- package/dist/vuetify-labs.esm.js +35 -17
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +35 -17
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +882 -882
- package/dist/vuetify.d.ts +49 -49
- package/dist/vuetify.esm.js +35 -17
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +35 -17
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -6
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +23 -11
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +13 -5
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +49 -49
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -72848,48 +72848,41 @@ declare module '@vue/runtime-core' {
|
|
72848
72848
|
|
72849
72849
|
export interface GlobalComponents {
|
72850
72850
|
VApp: typeof import('vuetify/components')['VApp']
|
72851
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
72852
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
72853
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
72854
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
72855
72851
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
72856
72852
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
72857
72853
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
72858
72854
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
72855
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
72856
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
72857
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
72858
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
72859
72859
|
VBanner: typeof import('vuetify/components')['VBanner']
|
72860
72860
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
72861
72861
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
72862
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
72862
72863
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
72863
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
72864
72864
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
72865
72865
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
72866
72866
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
72867
|
-
|
72867
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
72868
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
72869
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72868
72870
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
72869
72871
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
72872
|
+
VChip: typeof import('vuetify/components')['VChip']
|
72870
72873
|
VCard: typeof import('vuetify/components')['VCard']
|
72871
72874
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
72872
72875
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
72873
72876
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
72874
72877
|
VCardText: typeof import('vuetify/components')['VCardText']
|
72875
72878
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
72876
|
-
|
72877
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72879
|
+
VCode: typeof import('vuetify/components')['VCode']
|
72878
72880
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
72879
72881
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
72882
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
72880
72883
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
72881
72884
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
72882
|
-
VChip: typeof import('vuetify/components')['VChip']
|
72883
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
72884
72885
|
VCounter: typeof import('vuetify/components')['VCounter']
|
72885
|
-
VCode: typeof import('vuetify/components')['VCode']
|
72886
|
-
VDataTable: typeof import('vuetify/components')['VDataTable']
|
72887
|
-
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
72888
|
-
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
72889
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
72890
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
72891
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
72892
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
72893
72886
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
72894
72887
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
72895
72888
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
@@ -72897,30 +72890,37 @@ declare module '@vue/runtime-core' {
|
|
72897
72890
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
72898
72891
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
72899
72892
|
VDialog: typeof import('vuetify/components')['VDialog']
|
72893
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
72894
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
72895
|
+
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
72896
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
72897
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
72898
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
72899
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
72900
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
72901
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
72902
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
72900
72903
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
72901
72904
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
72902
72905
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
72903
72906
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
72904
|
-
|
72905
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
72907
|
+
VFab: typeof import('vuetify/components')['VFab']
|
72906
72908
|
VField: typeof import('vuetify/components')['VField']
|
72907
72909
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
72908
|
-
VFab: typeof import('vuetify/components')['VFab']
|
72909
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
72910
72910
|
VFooter: typeof import('vuetify/components')['VFooter']
|
72911
|
-
VImg: typeof import('vuetify/components')['VImg']
|
72912
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
72913
72911
|
VIcon: typeof import('vuetify/components')['VIcon']
|
72914
72912
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
72915
72913
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
72916
72914
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
72917
72915
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
72916
|
+
VImg: typeof import('vuetify/components')['VImg']
|
72917
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
72918
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
72918
72919
|
VInput: typeof import('vuetify/components')['VInput']
|
72919
72920
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
72920
72921
|
VItem: typeof import('vuetify/components')['VItem']
|
72921
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
72922
72922
|
VLabel: typeof import('vuetify/components')['VLabel']
|
72923
|
-
|
72923
|
+
VMain: typeof import('vuetify/components')['VMain']
|
72924
72924
|
VList: typeof import('vuetify/components')['VList']
|
72925
72925
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
72926
72926
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -72930,48 +72930,48 @@ declare module '@vue/runtime-core' {
|
|
72930
72930
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
72931
72931
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
72932
72932
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
72933
|
-
|
72934
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
72933
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
72935
72934
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
72936
72935
|
VMessages: typeof import('vuetify/components')['VMessages']
|
72936
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
72937
72937
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
72938
|
-
|
72938
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
72939
72939
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
72940
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
72940
72941
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
72941
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
72942
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
72943
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
72944
72942
|
VRating: typeof import('vuetify/components')['VRating']
|
72943
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
72945
72944
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
72946
|
-
|
72945
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
72946
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
72947
72947
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
72948
72948
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
72949
|
-
|
72949
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
72950
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
72951
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
72950
72952
|
VStepper: typeof import('vuetify/components')['VStepper']
|
72951
72953
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
72952
72954
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
72953
72955
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
72954
72956
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
72955
72957
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
72956
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
72957
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
72958
|
-
VTable: typeof import('vuetify/components')['VTable']
|
72959
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
72960
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
72961
72958
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
72962
|
-
|
72959
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
72963
72960
|
VTab: typeof import('vuetify/components')['VTab']
|
72964
72961
|
VTabs: typeof import('vuetify/components')['VTabs']
|
72965
72962
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
72966
72963
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
72964
|
+
VTable: typeof import('vuetify/components')['VTable']
|
72965
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
72966
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
72967
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
72968
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
72967
72969
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
72968
72970
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
72969
72971
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
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']
|
@@ -72981,20 +72981,20 @@ declare module '@vue/runtime-core' {
|
|
72981
72981
|
VRow: typeof import('vuetify/components')['VRow']
|
72982
72982
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
72983
72983
|
VHover: typeof import('vuetify/components')['VHover']
|
72984
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
72985
72984
|
VLayout: typeof import('vuetify/components')['VLayout']
|
72986
72985
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
72987
72986
|
VLazy: typeof import('vuetify/components')['VLazy']
|
72987
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
72988
72988
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
72989
72989
|
VParallax: typeof import('vuetify/components')['VParallax']
|
72990
72990
|
VRadio: typeof import('vuetify/components')['VRadio']
|
72991
72991
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
72992
72992
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
72993
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
72994
72993
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
72994
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
72995
72995
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
72996
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
72997
72996
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
72997
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
72998
72998
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
72999
72999
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
73000
73000
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -73017,18 +73017,18 @@ declare module '@vue/runtime-core' {
|
|
73017
73017
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
73018
73018
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73019
73019
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73020
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73020
73021
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73021
73022
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73022
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73023
73023
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73024
73024
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73025
73025
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73026
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73027
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73028
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73029
73026
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73030
73027
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73031
73028
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73029
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73030
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73031
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73032
73032
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73033
73033
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73034
73034
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.9-master.2024-06-
|
2
|
+
* Vuetify v3.6.9-master.2024-06-15
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -22584,6 +22584,7 @@ const VExpansionPanelTitle = genericComponent()({
|
|
22584
22584
|
expandIcon: props.expandIcon,
|
22585
22585
|
readonly: props.readonly
|
22586
22586
|
}));
|
22587
|
+
const icon = computed(() => expansionPanel.isSelected.value ? props.collapseIcon : props.expandIcon);
|
22587
22588
|
useRender(() => withDirectives(createVNode("button", {
|
22588
22589
|
"class": ['v-expansion-panel-title', {
|
22589
22590
|
'v-expansion-panel-title--active': expansionPanel.isSelected.value,
|
@@ -22598,11 +22599,17 @@ const VExpansionPanelTitle = genericComponent()({
|
|
22598
22599
|
"onClick": !props.readonly ? expansionPanel.toggle : undefined
|
22599
22600
|
}, [createVNode("span", {
|
22600
22601
|
"class": "v-expansion-panel-title__overlay"
|
22601
|
-
}, null), slots.default?.(slotProps.value), !props.hideActions && createVNode(
|
22602
|
-
"
|
22603
|
-
|
22604
|
-
|
22605
|
-
|
22602
|
+
}, null), slots.default?.(slotProps.value), !props.hideActions && createVNode(VDefaultsProvider, {
|
22603
|
+
"defaults": {
|
22604
|
+
VIcon: {
|
22605
|
+
icon: icon.value
|
22606
|
+
}
|
22607
|
+
}
|
22608
|
+
}, {
|
22609
|
+
default: () => [createVNode("span", {
|
22610
|
+
"class": "v-expansion-panel-title__icon"
|
22611
|
+
}, [slots.actions?.(slotProps.value) ?? createVNode(VIcon, null, null)])]
|
22612
|
+
})]), [[resolveDirective("ripple"), props.ripple]]));
|
22606
22613
|
return {};
|
22607
22614
|
}
|
22608
22615
|
});
|
@@ -22669,15 +22676,26 @@ const VExpansionPanel = genericComponent()({
|
|
22669
22676
|
}, {
|
22670
22677
|
default: () => [createVNode("div", {
|
22671
22678
|
"class": ['v-expansion-panel__shadow', ...elevationClasses.value]
|
22672
|
-
}, null),
|
22673
|
-
"
|
22674
|
-
|
22675
|
-
|
22676
|
-
|
22677
|
-
|
22678
|
-
|
22679
|
-
|
22680
|
-
|
22679
|
+
}, null), createVNode(VDefaultsProvider, {
|
22680
|
+
"defaults": {
|
22681
|
+
VExpansionPanelTitle: {
|
22682
|
+
...expansionPanelTitleProps
|
22683
|
+
},
|
22684
|
+
VExpansionPanelText: {
|
22685
|
+
...expansionPanelTextProps
|
22686
|
+
}
|
22687
|
+
}
|
22688
|
+
}, {
|
22689
|
+
default: () => [hasTitle && createVNode(VExpansionPanelTitle, {
|
22690
|
+
"key": "title"
|
22691
|
+
}, {
|
22692
|
+
default: () => [slots.title ? slots.title() : props.title]
|
22693
|
+
}), hasText && createVNode(VExpansionPanelText, {
|
22694
|
+
"key": "text"
|
22695
|
+
}, {
|
22696
|
+
default: () => [slots.text ? slots.text() : props.text]
|
22697
|
+
}), slots.default?.()]
|
22698
|
+
})]
|
22681
22699
|
});
|
22682
22700
|
});
|
22683
22701
|
return {
|
@@ -28074,7 +28092,7 @@ function createVuetify$1() {
|
|
28074
28092
|
goTo
|
28075
28093
|
};
|
28076
28094
|
}
|
28077
|
-
const version$1 = "3.6.9-master.2024-06-
|
28095
|
+
const version$1 = "3.6.9-master.2024-06-15";
|
28078
28096
|
createVuetify$1.version = version$1;
|
28079
28097
|
|
28080
28098
|
// Vue's inject() can only be used in setup
|
@@ -28099,7 +28117,7 @@ const createVuetify = function () {
|
|
28099
28117
|
...options
|
28100
28118
|
});
|
28101
28119
|
};
|
28102
|
-
const version = "3.6.9-master.2024-06-
|
28120
|
+
const version = "3.6.9-master.2024-06-15";
|
28103
28121
|
createVuetify.version = version;
|
28104
28122
|
|
28105
28123
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|