@vuetify/nightly 3.9.3-master.2025-07-31 → 3.9.3-master.2025-08-01
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 +8 -3
- package/dist/json/attributes.json +3577 -3581
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +176 -176
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +6590 -6600
- package/dist/vuetify-labs.cjs +35 -26
- package/dist/vuetify-labs.css +6212 -6212
- package/dist/vuetify-labs.d.ts +69 -83
- package/dist/vuetify-labs.esm.js +35 -26
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +35 -26
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +35 -26
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3556 -3556
- package/dist/vuetify.d.ts +69 -83
- package/dist/vuetify.esm.js +35 -26
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +35 -26
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VApp/VApp.d.ts +0 -25
- package/lib/components/VApp/VApp.js +3 -3
- package/lib/components/VApp/VApp.js.map +1 -1
- package/lib/components/VTable/VTable.js +32 -20
- package/lib/components/VTable/VTable.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +69 -69
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -3406,7 +3406,6 @@ interface Blueprint extends Omit<VuetifyOptions, 'blueprint'> {
|
|
3406
3406
|
declare const VApp: {
|
3407
3407
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
3408
3408
|
style: vue.StyleValue;
|
3409
|
-
fullHeight: boolean;
|
3410
3409
|
} & {
|
3411
3410
|
class?: any;
|
3412
3411
|
theme?: string | undefined;
|
@@ -3444,7 +3443,6 @@ declare const VApp: {
|
|
3444
3443
|
theme: ThemeInstance;
|
3445
3444
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
3446
3445
|
style: vue.StyleValue;
|
3447
|
-
fullHeight: boolean;
|
3448
3446
|
}, true, {}, vue.SlotsType<Partial<{
|
3449
3447
|
default: () => vue.VNode[];
|
3450
3448
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
@@ -3456,7 +3454,6 @@ declare const VApp: {
|
|
3456
3454
|
Defaults: {};
|
3457
3455
|
}, {
|
3458
3456
|
style: vue.StyleValue;
|
3459
|
-
fullHeight: boolean;
|
3460
3457
|
} & {
|
3461
3458
|
class?: any;
|
3462
3459
|
theme?: string | undefined;
|
@@ -3494,14 +3491,12 @@ declare const VApp: {
|
|
3494
3491
|
theme: ThemeInstance;
|
3495
3492
|
}, {}, {}, {}, {
|
3496
3493
|
style: vue.StyleValue;
|
3497
|
-
fullHeight: boolean;
|
3498
3494
|
}>;
|
3499
3495
|
__isFragment?: never;
|
3500
3496
|
__isTeleport?: never;
|
3501
3497
|
__isSuspense?: never;
|
3502
3498
|
} & vue.ComponentOptionsBase<{
|
3503
3499
|
style: vue.StyleValue;
|
3504
|
-
fullHeight: boolean;
|
3505
3500
|
} & {
|
3506
3501
|
class?: any;
|
3507
3502
|
theme?: string | undefined;
|
@@ -3539,16 +3534,11 @@ declare const VApp: {
|
|
3539
3534
|
theme: ThemeInstance;
|
3540
3535
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
3541
3536
|
style: vue.StyleValue;
|
3542
|
-
fullHeight: boolean;
|
3543
3537
|
}, {}, string, vue.SlotsType<Partial<{
|
3544
3538
|
default: () => vue.VNode[];
|
3545
3539
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
3546
3540
|
theme: StringConstructor;
|
3547
3541
|
overlaps: vue.Prop<string[]>;
|
3548
|
-
fullHeight: {
|
3549
|
-
type: vue.PropType<boolean>;
|
3550
|
-
default: boolean;
|
3551
|
-
};
|
3552
3542
|
class: vue.PropType<ClassValue>;
|
3553
3543
|
style: {
|
3554
3544
|
type: vue.PropType<vue.StyleValue>;
|
@@ -3557,10 +3547,6 @@ declare const VApp: {
|
|
3557
3547
|
}, vue.ExtractPropTypes<{
|
3558
3548
|
theme: StringConstructor;
|
3559
3549
|
overlaps: vue.Prop<string[]>;
|
3560
|
-
fullHeight: {
|
3561
|
-
type: vue.PropType<boolean>;
|
3562
|
-
default: boolean;
|
3563
|
-
};
|
3564
3550
|
class: vue.PropType<ClassValue>;
|
3565
3551
|
style: {
|
3566
3552
|
type: vue.PropType<vue.StyleValue>;
|
@@ -122872,78 +122858,77 @@ declare module 'vue' {
|
|
122872
122858
|
}
|
122873
122859
|
export interface GlobalComponents {
|
122874
122860
|
VApp: VApp
|
122875
|
-
|
122876
|
-
|
122877
|
-
|
122861
|
+
VBanner: VBanner
|
122862
|
+
VBannerActions: VBannerActions
|
122863
|
+
VBannerText: VBannerText
|
122878
122864
|
VAppBar: VAppBar
|
122879
122865
|
VAppBarNavIcon: VAppBarNavIcon
|
122880
122866
|
VAppBarTitle: VAppBarTitle
|
122867
|
+
VAutocomplete: VAutocomplete
|
122868
|
+
VBottomNavigation: VBottomNavigation
|
122881
122869
|
VAvatar: VAvatar
|
122882
|
-
|
122883
|
-
|
122884
|
-
|
122885
|
-
|
122870
|
+
VBtn: VBtn
|
122871
|
+
VAlert: VAlert
|
122872
|
+
VAlertTitle: VAlertTitle
|
122873
|
+
VBtnGroup: VBtnGroup
|
122886
122874
|
VBtnToggle: VBtnToggle
|
122875
|
+
VBadge: VBadge
|
122887
122876
|
VBreadcrumbs: VBreadcrumbs
|
122888
122877
|
VBreadcrumbsItem: VBreadcrumbsItem
|
122889
122878
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
122890
|
-
VBtn: VBtn
|
122891
|
-
VBtnGroup: VBtnGroup
|
122892
|
-
VBottomSheet: VBottomSheet
|
122893
|
-
VBottomNavigation: VBottomNavigation
|
122894
|
-
VCard: VCard
|
122895
|
-
VCardActions: VCardActions
|
122896
|
-
VCardItem: VCardItem
|
122897
|
-
VCardSubtitle: VCardSubtitle
|
122898
|
-
VCardText: VCardText
|
122899
|
-
VCardTitle: VCardTitle
|
122900
|
-
VCarousel: VCarousel
|
122901
|
-
VCarouselItem: VCarouselItem
|
122902
122879
|
VCheckbox: VCheckbox
|
122903
122880
|
VCheckboxBtn: VCheckboxBtn
|
122904
122881
|
VChip: VChip
|
122905
122882
|
VChipGroup: VChipGroup
|
122906
|
-
|
122883
|
+
VCombobox: VCombobox
|
122884
|
+
VColorPicker: VColorPicker
|
122885
|
+
VDataTable: VDataTable
|
122886
|
+
VDataTableHeaders: VDataTableHeaders
|
122887
|
+
VDataTableFooter: VDataTableFooter
|
122888
|
+
VDataTableRows: VDataTableRows
|
122889
|
+
VDataTableRow: VDataTableRow
|
122890
|
+
VDataTableVirtual: VDataTableVirtual
|
122891
|
+
VDataTableServer: VDataTableServer
|
122892
|
+
VCounter: VCounter
|
122893
|
+
VDialog: VDialog
|
122894
|
+
VCarousel: VCarousel
|
122895
|
+
VCarouselItem: VCarouselItem
|
122907
122896
|
VDatePicker: VDatePicker
|
122908
122897
|
VDatePickerControls: VDatePickerControls
|
122909
122898
|
VDatePickerHeader: VDatePickerHeader
|
122910
122899
|
VDatePickerMonth: VDatePickerMonth
|
122911
122900
|
VDatePickerMonths: VDatePickerMonths
|
122912
122901
|
VDatePickerYears: VDatePickerYears
|
122913
|
-
VColorPicker: VColorPicker
|
122914
|
-
VCombobox: VCombobox
|
122915
|
-
VCounter: VCounter
|
122916
122902
|
VDivider: VDivider
|
122903
|
+
VFab: VFab
|
122917
122904
|
VExpansionPanels: VExpansionPanels
|
122918
122905
|
VExpansionPanel: VExpansionPanel
|
122919
122906
|
VExpansionPanelText: VExpansionPanelText
|
122920
122907
|
VExpansionPanelTitle: VExpansionPanelTitle
|
122921
|
-
|
122922
|
-
|
122923
|
-
|
122924
|
-
|
122925
|
-
|
122926
|
-
|
122927
|
-
|
122928
|
-
VDataTableServer: VDataTableServer
|
122929
|
-
VFab: VFab
|
122930
|
-
VEmptyState: VEmptyState
|
122908
|
+
VBottomSheet: VBottomSheet
|
122909
|
+
VCard: VCard
|
122910
|
+
VCardActions: VCardActions
|
122911
|
+
VCardItem: VCardItem
|
122912
|
+
VCardSubtitle: VCardSubtitle
|
122913
|
+
VCardText: VCardText
|
122914
|
+
VCardTitle: VCardTitle
|
122931
122915
|
VField: VField
|
122932
122916
|
VFieldLabel: VFieldLabel
|
122933
|
-
VFooter: VFooter
|
122934
122917
|
VFileInput: VFileInput
|
122935
|
-
|
122918
|
+
VCode: VCode
|
122919
|
+
VFooter: VFooter
|
122936
122920
|
VIcon: VIcon
|
122937
122921
|
VComponentIcon: VComponentIcon
|
122938
122922
|
VSvgIcon: VSvgIcon
|
122939
122923
|
VLigatureIcon: VLigatureIcon
|
122940
122924
|
VClassIcon: VClassIcon
|
122941
|
-
|
122942
|
-
VKbd: VKbd
|
122943
|
-
VLabel: VLabel
|
122925
|
+
VImg: VImg
|
122944
122926
|
VInput: VInput
|
122927
|
+
VInfiniteScroll: VInfiniteScroll
|
122945
122928
|
VItemGroup: VItemGroup
|
122946
122929
|
VItem: VItem
|
122930
|
+
VLabel: VLabel
|
122931
|
+
VKbd: VKbd
|
122947
122932
|
VList: VList
|
122948
122933
|
VListGroup: VListGroup
|
122949
122934
|
VListImg: VListImg
|
@@ -122953,79 +122938,78 @@ declare module 'vue' {
|
|
122953
122938
|
VListItemSubtitle: VListItemSubtitle
|
122954
122939
|
VListItemTitle: VListItemTitle
|
122955
122940
|
VListSubheader: VListSubheader
|
122941
|
+
VNavigationDrawer: VNavigationDrawer
|
122956
122942
|
VMain: VMain
|
122943
|
+
VOtpInput: VOtpInput
|
122944
|
+
VNumberInput: VNumberInput
|
122945
|
+
VOverlay: VOverlay
|
122957
122946
|
VMessages: VMessages
|
122958
122947
|
VMenu: VMenu
|
122959
|
-
VPagination: VPagination
|
122960
|
-
VOverlay: VOverlay
|
122961
|
-
VNavigationDrawer: VNavigationDrawer
|
122962
|
-
VNumberInput: VNumberInput
|
122963
|
-
VOtpInput: VOtpInput
|
122964
|
-
VProgressCircular: VProgressCircular
|
122965
122948
|
VProgressLinear: VProgressLinear
|
122949
|
+
VPagination: VPagination
|
122966
122950
|
VRadioGroup: VRadioGroup
|
122967
122951
|
VRating: VRating
|
122952
|
+
VProgressCircular: VProgressCircular
|
122968
122953
|
VSelect: VSelect
|
122969
|
-
VSelectionControlGroup: VSelectionControlGroup
|
122970
122954
|
VSelectionControl: VSelectionControl
|
122971
122955
|
VSheet: VSheet
|
122972
122956
|
VSkeletonLoader: VSkeletonLoader
|
122957
|
+
VSelectionControlGroup: VSelectionControlGroup
|
122973
122958
|
VSlideGroup: VSlideGroup
|
122974
122959
|
VSlideGroupItem: VSlideGroupItem
|
122975
122960
|
VSlider: VSlider
|
122976
122961
|
VSnackbar: VSnackbar
|
122962
|
+
VSwitch: VSwitch
|
122977
122963
|
VStepper: VStepper
|
122978
122964
|
VStepperActions: VStepperActions
|
122979
122965
|
VStepperHeader: VStepperHeader
|
122980
122966
|
VStepperItem: VStepperItem
|
122981
122967
|
VStepperWindow: VStepperWindow
|
122982
122968
|
VStepperWindowItem: VStepperWindowItem
|
122983
|
-
|
122969
|
+
VTable: VTable
|
122970
|
+
VSystemBar: VSystemBar
|
122984
122971
|
VTab: VTab
|
122985
122972
|
VTabs: VTabs
|
122986
122973
|
VTabsWindow: VTabsWindow
|
122987
122974
|
VTabsWindowItem: VTabsWindowItem
|
122988
|
-
VSystemBar: VSystemBar
|
122989
|
-
VTextarea: VTextarea
|
122990
122975
|
VTextField: VTextField
|
122991
|
-
VTable: VTable
|
122992
|
-
VTimePicker: VTimePicker
|
122993
|
-
VTimePickerClock: VTimePickerClock
|
122994
|
-
VTimePickerControls: VTimePickerControls
|
122995
122976
|
VToolbar: VToolbar
|
122996
122977
|
VToolbarTitle: VToolbarTitle
|
122997
122978
|
VToolbarItems: VToolbarItems
|
122979
|
+
VTimePicker: VTimePicker
|
122980
|
+
VTimePickerClock: VTimePickerClock
|
122981
|
+
VTimePickerControls: VTimePickerControls
|
122982
|
+
VTextarea: VTextarea
|
122998
122983
|
VTimeline: VTimeline
|
122999
122984
|
VTimelineItem: VTimelineItem
|
123000
|
-
|
122985
|
+
VWindow: VWindow
|
122986
|
+
VWindowItem: VWindowItem
|
123001
122987
|
VTreeview: VTreeview
|
123002
122988
|
VTreeviewItem: VTreeviewItem
|
123003
122989
|
VTreeviewGroup: VTreeviewGroup
|
123004
|
-
|
123005
|
-
VWindowItem: VWindowItem
|
123006
|
-
VConfirmEdit: VConfirmEdit
|
122990
|
+
VTooltip: VTooltip
|
123007
122991
|
VDataIterator: VDataIterator
|
123008
|
-
|
122992
|
+
VConfirmEdit: VConfirmEdit
|
123009
122993
|
VForm: VForm
|
122994
|
+
VEmptyState: VEmptyState
|
122995
|
+
VDefaultsProvider: VDefaultsProvider
|
123010
122996
|
VContainer: VContainer
|
123011
122997
|
VCol: VCol
|
123012
122998
|
VRow: VRow
|
123013
122999
|
VSpacer: VSpacer
|
123014
|
-
|
123015
|
-
VLazy: VLazy
|
123000
|
+
VLocaleProvider: VLocaleProvider
|
123016
123001
|
VLayout: VLayout
|
123017
123002
|
VLayoutItem: VLayoutItem
|
123018
|
-
|
123003
|
+
VLazy: VLazy
|
123019
123004
|
VNoSsr: VNoSsr
|
123020
123005
|
VParallax: VParallax
|
123021
123006
|
VRadio: VRadio
|
123022
|
-
VRangeSlider: VRangeSlider
|
123023
123007
|
VResponsive: VResponsive
|
123024
|
-
|
123008
|
+
VRangeSlider: VRangeSlider
|
123025
123009
|
VSparkline: VSparkline
|
123010
|
+
VSnackbarQueue: VSnackbarQueue
|
123026
123011
|
VSpeedDial: VSpeedDial
|
123027
123012
|
VThemeProvider: VThemeProvider
|
123028
|
-
VValidation: VValidation
|
123029
123013
|
VVirtualScroll: VVirtualScroll
|
123030
123014
|
VFabTransition: VFabTransition
|
123031
123015
|
VDialogBottomTransition: VDialogBottomTransition
|
@@ -123043,22 +123027,23 @@ declare module 'vue' {
|
|
123043
123027
|
VExpandTransition: VExpandTransition
|
123044
123028
|
VExpandXTransition: VExpandXTransition
|
123045
123029
|
VDialogTransition: VDialogTransition
|
123046
|
-
|
123030
|
+
VValidation: VValidation
|
123031
|
+
VHover: VHover
|
123047
123032
|
VCalendar: VCalendar
|
123048
123033
|
VCalendarDay: VCalendarDay
|
123049
123034
|
VCalendarHeader: VCalendarHeader
|
123050
123035
|
VCalendarInterval: VCalendarInterval
|
123051
123036
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
123052
123037
|
VCalendarMonthDay: VCalendarMonthDay
|
123038
|
+
VPicker: VPicker
|
123039
|
+
VPickerTitle: VPickerTitle
|
123040
|
+
VFileUpload: VFileUpload
|
123041
|
+
VFileUploadItem: VFileUploadItem
|
123053
123042
|
VIconBtn: VIconBtn
|
123043
|
+
VHotkey: VHotkey
|
123054
123044
|
VPie: VPie
|
123055
123045
|
VPieSegment: VPieSegment
|
123056
123046
|
VPieTooltip: VPieTooltip
|
123057
|
-
VFileUpload: VFileUpload
|
123058
|
-
VFileUploadItem: VFileUploadItem
|
123059
|
-
VPicker: VPicker
|
123060
|
-
VPickerTitle: VPickerTitle
|
123061
|
-
VHotkey: VHotkey
|
123062
123047
|
VStepperVertical: VStepperVertical
|
123063
123048
|
VStepperVerticalItem: VStepperVerticalItem
|
123064
123049
|
VStepperVerticalActions: VStepperVerticalActions
|
@@ -123068,6 +123053,7 @@ declare module 'vue' {
|
|
123068
123053
|
VDateInput: VDateInput
|
123069
123054
|
VMaskInput: VMaskInput
|
123070
123055
|
VPullToRefresh: VPullToRefresh
|
123056
|
+
VColorInput: VColorInput
|
123071
123057
|
}
|
123072
123058
|
export interface GlobalDirectives {
|
123073
123059
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.3-master.2025-
|
2
|
+
* Vuetify v3.9.3-master.2025-08-01
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2870,9 +2870,9 @@ function useTheme() {
|
|
2870
2870
|
|
2871
2871
|
const makeVAppProps = propsFactory({
|
2872
2872
|
...makeComponentProps(),
|
2873
|
-
...makeLayoutProps({
|
2873
|
+
...omit(makeLayoutProps({
|
2874
2874
|
fullHeight: true
|
2875
|
-
}),
|
2875
|
+
}), ['fullHeight']),
|
2876
2876
|
...makeThemeProps()
|
2877
2877
|
}, 'VApp');
|
2878
2878
|
const VApp = genericComponent()({
|
@@ -21697,8 +21697,6 @@ const VDataTableRows = genericComponent()({
|
|
21697
21697
|
}
|
21698
21698
|
});
|
21699
21699
|
|
21700
|
-
// Types
|
21701
|
-
|
21702
21700
|
const makeVTableProps = propsFactory({
|
21703
21701
|
fixedHeader: Boolean,
|
21704
21702
|
fixedFooter: Boolean,
|
@@ -21728,26 +21726,37 @@ const VTable = genericComponent()({
|
|
21728
21726
|
const {
|
21729
21727
|
densityClasses
|
21730
21728
|
} = useDensity(props);
|
21731
|
-
useRender(() =>
|
21732
|
-
|
21733
|
-
|
21734
|
-
|
21735
|
-
'v-table--fixed-footer': props.fixedFooter,
|
21736
|
-
'v-table--has-top': !!slots.top,
|
21737
|
-
'v-table--has-bottom': !!slots.bottom,
|
21738
|
-
'v-table--hover': props.hover,
|
21739
|
-
'v-table--striped-even': props.striped === 'even',
|
21740
|
-
'v-table--striped-odd': props.striped === 'odd'
|
21741
|
-
}, themeClasses.value, densityClasses.value, props.class]),
|
21742
|
-
"style": normalizeStyle(props.style)
|
21743
|
-
}, {
|
21744
|
-
default: () => [slots.top?.(), slots.default ? createElementVNode("div", {
|
21745
|
-
"class": "v-table__wrapper",
|
21746
|
-
"style": {
|
21747
|
-
height: convertToUnit(props.height)
|
21729
|
+
useRender(() => {
|
21730
|
+
const tableContentDefaults = {
|
21731
|
+
VCheckboxBtn: {
|
21732
|
+
density: props.density
|
21748
21733
|
}
|
21749
|
-
}
|
21750
|
-
|
21734
|
+
};
|
21735
|
+
return createVNode(props.tag, {
|
21736
|
+
"class": normalizeClass(['v-table', {
|
21737
|
+
'v-table--fixed-height': !!props.height,
|
21738
|
+
'v-table--fixed-header': props.fixedHeader,
|
21739
|
+
'v-table--fixed-footer': props.fixedFooter,
|
21740
|
+
'v-table--has-top': !!slots.top,
|
21741
|
+
'v-table--has-bottom': !!slots.bottom,
|
21742
|
+
'v-table--hover': props.hover,
|
21743
|
+
'v-table--striped-even': props.striped === 'even',
|
21744
|
+
'v-table--striped-odd': props.striped === 'odd'
|
21745
|
+
}, themeClasses.value, densityClasses.value, props.class]),
|
21746
|
+
"style": normalizeStyle(props.style)
|
21747
|
+
}, {
|
21748
|
+
default: () => [slots.top?.(), createVNode(VDefaultsProvider, {
|
21749
|
+
"defaults": tableContentDefaults
|
21750
|
+
}, {
|
21751
|
+
default: () => [slots.default ? createElementVNode("div", {
|
21752
|
+
"class": "v-table__wrapper",
|
21753
|
+
"style": {
|
21754
|
+
height: convertToUnit(props.height)
|
21755
|
+
}
|
21756
|
+
}, [createElementVNode("table", null, [slots.default()])]) : slots.wrapper?.()]
|
21757
|
+
}), slots.bottom?.()]
|
21758
|
+
});
|
21759
|
+
});
|
21751
21760
|
return {};
|
21752
21761
|
}
|
21753
21762
|
});
|
@@ -35244,7 +35253,7 @@ function createVuetify$1() {
|
|
35244
35253
|
};
|
35245
35254
|
});
|
35246
35255
|
}
|
35247
|
-
const version$1 = "3.9.3-master.2025-
|
35256
|
+
const version$1 = "3.9.3-master.2025-08-01";
|
35248
35257
|
createVuetify$1.version = version$1;
|
35249
35258
|
|
35250
35259
|
// Vue's inject() can only be used in setup
|
@@ -35542,7 +35551,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
35542
35551
|
|
35543
35552
|
/* eslint-disable local-rules/sort-imports */
|
35544
35553
|
|
35545
|
-
const version = "3.9.3-master.2025-
|
35554
|
+
const version = "3.9.3-master.2025-08-01";
|
35546
35555
|
|
35547
35556
|
/* eslint-disable local-rules/sort-imports */
|
35548
35557
|
|