@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.d.ts
CHANGED
@@ -3408,7 +3408,6 @@ declare namespace index_d$2 {
|
|
3408
3408
|
declare const VApp: {
|
3409
3409
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
3410
3410
|
style: vue.StyleValue;
|
3411
|
-
fullHeight: boolean;
|
3412
3411
|
} & {
|
3413
3412
|
class?: any;
|
3414
3413
|
theme?: string | undefined;
|
@@ -3446,7 +3445,6 @@ declare const VApp: {
|
|
3446
3445
|
theme: ThemeInstance;
|
3447
3446
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
3448
3447
|
style: vue.StyleValue;
|
3449
|
-
fullHeight: boolean;
|
3450
3448
|
}, true, {}, vue.SlotsType<Partial<{
|
3451
3449
|
default: () => vue.VNode[];
|
3452
3450
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
@@ -3458,7 +3456,6 @@ declare const VApp: {
|
|
3458
3456
|
Defaults: {};
|
3459
3457
|
}, {
|
3460
3458
|
style: vue.StyleValue;
|
3461
|
-
fullHeight: boolean;
|
3462
3459
|
} & {
|
3463
3460
|
class?: any;
|
3464
3461
|
theme?: string | undefined;
|
@@ -3496,14 +3493,12 @@ declare const VApp: {
|
|
3496
3493
|
theme: ThemeInstance;
|
3497
3494
|
}, {}, {}, {}, {
|
3498
3495
|
style: vue.StyleValue;
|
3499
|
-
fullHeight: boolean;
|
3500
3496
|
}>;
|
3501
3497
|
__isFragment?: never;
|
3502
3498
|
__isTeleport?: never;
|
3503
3499
|
__isSuspense?: never;
|
3504
3500
|
} & vue.ComponentOptionsBase<{
|
3505
3501
|
style: vue.StyleValue;
|
3506
|
-
fullHeight: boolean;
|
3507
3502
|
} & {
|
3508
3503
|
class?: any;
|
3509
3504
|
theme?: string | undefined;
|
@@ -3541,16 +3536,11 @@ declare const VApp: {
|
|
3541
3536
|
theme: ThemeInstance;
|
3542
3537
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
3543
3538
|
style: vue.StyleValue;
|
3544
|
-
fullHeight: boolean;
|
3545
3539
|
}, {}, string, vue.SlotsType<Partial<{
|
3546
3540
|
default: () => vue.VNode[];
|
3547
3541
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
3548
3542
|
theme: StringConstructor;
|
3549
3543
|
overlaps: vue.Prop<string[]>;
|
3550
|
-
fullHeight: {
|
3551
|
-
type: vue.PropType<boolean>;
|
3552
|
-
default: boolean;
|
3553
|
-
};
|
3554
3544
|
class: vue.PropType<ClassValue>;
|
3555
3545
|
style: {
|
3556
3546
|
type: vue.PropType<vue.StyleValue>;
|
@@ -3559,10 +3549,6 @@ declare const VApp: {
|
|
3559
3549
|
}, vue.ExtractPropTypes<{
|
3560
3550
|
theme: StringConstructor;
|
3561
3551
|
overlaps: vue.Prop<string[]>;
|
3562
|
-
fullHeight: {
|
3563
|
-
type: vue.PropType<boolean>;
|
3564
|
-
default: boolean;
|
3565
|
-
};
|
3566
3552
|
class: vue.PropType<ClassValue>;
|
3567
3553
|
style: {
|
3568
3554
|
type: vue.PropType<vue.StyleValue>;
|
@@ -95401,78 +95387,77 @@ declare module 'vue' {
|
|
95401
95387
|
}
|
95402
95388
|
export interface GlobalComponents {
|
95403
95389
|
VApp: VApp
|
95404
|
-
|
95405
|
-
|
95406
|
-
|
95390
|
+
VBanner: VBanner
|
95391
|
+
VBannerActions: VBannerActions
|
95392
|
+
VBannerText: VBannerText
|
95407
95393
|
VAppBar: VAppBar
|
95408
95394
|
VAppBarNavIcon: VAppBarNavIcon
|
95409
95395
|
VAppBarTitle: VAppBarTitle
|
95396
|
+
VAutocomplete: VAutocomplete
|
95397
|
+
VBottomNavigation: VBottomNavigation
|
95410
95398
|
VAvatar: VAvatar
|
95411
|
-
|
95412
|
-
|
95413
|
-
|
95414
|
-
|
95399
|
+
VBtn: VBtn
|
95400
|
+
VAlert: VAlert
|
95401
|
+
VAlertTitle: VAlertTitle
|
95402
|
+
VBtnGroup: VBtnGroup
|
95415
95403
|
VBtnToggle: VBtnToggle
|
95404
|
+
VBadge: VBadge
|
95416
95405
|
VBreadcrumbs: VBreadcrumbs
|
95417
95406
|
VBreadcrumbsItem: VBreadcrumbsItem
|
95418
95407
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
95419
|
-
VBtn: VBtn
|
95420
|
-
VBtnGroup: VBtnGroup
|
95421
|
-
VBottomSheet: VBottomSheet
|
95422
|
-
VBottomNavigation: VBottomNavigation
|
95423
|
-
VCard: VCard
|
95424
|
-
VCardActions: VCardActions
|
95425
|
-
VCardItem: VCardItem
|
95426
|
-
VCardSubtitle: VCardSubtitle
|
95427
|
-
VCardText: VCardText
|
95428
|
-
VCardTitle: VCardTitle
|
95429
|
-
VCarousel: VCarousel
|
95430
|
-
VCarouselItem: VCarouselItem
|
95431
95408
|
VCheckbox: VCheckbox
|
95432
95409
|
VCheckboxBtn: VCheckboxBtn
|
95433
95410
|
VChip: VChip
|
95434
95411
|
VChipGroup: VChipGroup
|
95435
|
-
|
95412
|
+
VCombobox: VCombobox
|
95413
|
+
VColorPicker: VColorPicker
|
95414
|
+
VDataTable: VDataTable
|
95415
|
+
VDataTableHeaders: VDataTableHeaders
|
95416
|
+
VDataTableFooter: VDataTableFooter
|
95417
|
+
VDataTableRows: VDataTableRows
|
95418
|
+
VDataTableRow: VDataTableRow
|
95419
|
+
VDataTableVirtual: VDataTableVirtual
|
95420
|
+
VDataTableServer: VDataTableServer
|
95421
|
+
VCounter: VCounter
|
95422
|
+
VDialog: VDialog
|
95423
|
+
VCarousel: VCarousel
|
95424
|
+
VCarouselItem: VCarouselItem
|
95436
95425
|
VDatePicker: VDatePicker
|
95437
95426
|
VDatePickerControls: VDatePickerControls
|
95438
95427
|
VDatePickerHeader: VDatePickerHeader
|
95439
95428
|
VDatePickerMonth: VDatePickerMonth
|
95440
95429
|
VDatePickerMonths: VDatePickerMonths
|
95441
95430
|
VDatePickerYears: VDatePickerYears
|
95442
|
-
VColorPicker: VColorPicker
|
95443
|
-
VCombobox: VCombobox
|
95444
|
-
VCounter: VCounter
|
95445
95431
|
VDivider: VDivider
|
95432
|
+
VFab: VFab
|
95446
95433
|
VExpansionPanels: VExpansionPanels
|
95447
95434
|
VExpansionPanel: VExpansionPanel
|
95448
95435
|
VExpansionPanelText: VExpansionPanelText
|
95449
95436
|
VExpansionPanelTitle: VExpansionPanelTitle
|
95450
|
-
|
95451
|
-
|
95452
|
-
|
95453
|
-
|
95454
|
-
|
95455
|
-
|
95456
|
-
|
95457
|
-
VDataTableServer: VDataTableServer
|
95458
|
-
VFab: VFab
|
95459
|
-
VEmptyState: VEmptyState
|
95437
|
+
VBottomSheet: VBottomSheet
|
95438
|
+
VCard: VCard
|
95439
|
+
VCardActions: VCardActions
|
95440
|
+
VCardItem: VCardItem
|
95441
|
+
VCardSubtitle: VCardSubtitle
|
95442
|
+
VCardText: VCardText
|
95443
|
+
VCardTitle: VCardTitle
|
95460
95444
|
VField: VField
|
95461
95445
|
VFieldLabel: VFieldLabel
|
95462
|
-
VFooter: VFooter
|
95463
95446
|
VFileInput: VFileInput
|
95464
|
-
|
95447
|
+
VCode: VCode
|
95448
|
+
VFooter: VFooter
|
95465
95449
|
VIcon: VIcon
|
95466
95450
|
VComponentIcon: VComponentIcon
|
95467
95451
|
VSvgIcon: VSvgIcon
|
95468
95452
|
VLigatureIcon: VLigatureIcon
|
95469
95453
|
VClassIcon: VClassIcon
|
95470
|
-
|
95471
|
-
VKbd: VKbd
|
95472
|
-
VLabel: VLabel
|
95454
|
+
VImg: VImg
|
95473
95455
|
VInput: VInput
|
95456
|
+
VInfiniteScroll: VInfiniteScroll
|
95474
95457
|
VItemGroup: VItemGroup
|
95475
95458
|
VItem: VItem
|
95459
|
+
VLabel: VLabel
|
95460
|
+
VKbd: VKbd
|
95476
95461
|
VList: VList
|
95477
95462
|
VListGroup: VListGroup
|
95478
95463
|
VListImg: VListImg
|
@@ -95482,79 +95467,78 @@ declare module 'vue' {
|
|
95482
95467
|
VListItemSubtitle: VListItemSubtitle
|
95483
95468
|
VListItemTitle: VListItemTitle
|
95484
95469
|
VListSubheader: VListSubheader
|
95470
|
+
VNavigationDrawer: VNavigationDrawer
|
95485
95471
|
VMain: VMain
|
95472
|
+
VOtpInput: VOtpInput
|
95473
|
+
VNumberInput: VNumberInput
|
95474
|
+
VOverlay: VOverlay
|
95486
95475
|
VMessages: VMessages
|
95487
95476
|
VMenu: VMenu
|
95488
|
-
VPagination: VPagination
|
95489
|
-
VOverlay: VOverlay
|
95490
|
-
VNavigationDrawer: VNavigationDrawer
|
95491
|
-
VNumberInput: VNumberInput
|
95492
|
-
VOtpInput: VOtpInput
|
95493
|
-
VProgressCircular: VProgressCircular
|
95494
95477
|
VProgressLinear: VProgressLinear
|
95478
|
+
VPagination: VPagination
|
95495
95479
|
VRadioGroup: VRadioGroup
|
95496
95480
|
VRating: VRating
|
95481
|
+
VProgressCircular: VProgressCircular
|
95497
95482
|
VSelect: VSelect
|
95498
|
-
VSelectionControlGroup: VSelectionControlGroup
|
95499
95483
|
VSelectionControl: VSelectionControl
|
95500
95484
|
VSheet: VSheet
|
95501
95485
|
VSkeletonLoader: VSkeletonLoader
|
95486
|
+
VSelectionControlGroup: VSelectionControlGroup
|
95502
95487
|
VSlideGroup: VSlideGroup
|
95503
95488
|
VSlideGroupItem: VSlideGroupItem
|
95504
95489
|
VSlider: VSlider
|
95505
95490
|
VSnackbar: VSnackbar
|
95491
|
+
VSwitch: VSwitch
|
95506
95492
|
VStepper: VStepper
|
95507
95493
|
VStepperActions: VStepperActions
|
95508
95494
|
VStepperHeader: VStepperHeader
|
95509
95495
|
VStepperItem: VStepperItem
|
95510
95496
|
VStepperWindow: VStepperWindow
|
95511
95497
|
VStepperWindowItem: VStepperWindowItem
|
95512
|
-
|
95498
|
+
VTable: VTable
|
95499
|
+
VSystemBar: VSystemBar
|
95513
95500
|
VTab: VTab
|
95514
95501
|
VTabs: VTabs
|
95515
95502
|
VTabsWindow: VTabsWindow
|
95516
95503
|
VTabsWindowItem: VTabsWindowItem
|
95517
|
-
VSystemBar: VSystemBar
|
95518
|
-
VTextarea: VTextarea
|
95519
95504
|
VTextField: VTextField
|
95520
|
-
VTable: VTable
|
95521
|
-
VTimePicker: VTimePicker
|
95522
|
-
VTimePickerClock: VTimePickerClock
|
95523
|
-
VTimePickerControls: VTimePickerControls
|
95524
95505
|
VToolbar: VToolbar
|
95525
95506
|
VToolbarTitle: VToolbarTitle
|
95526
95507
|
VToolbarItems: VToolbarItems
|
95508
|
+
VTimePicker: VTimePicker
|
95509
|
+
VTimePickerClock: VTimePickerClock
|
95510
|
+
VTimePickerControls: VTimePickerControls
|
95511
|
+
VTextarea: VTextarea
|
95527
95512
|
VTimeline: VTimeline
|
95528
95513
|
VTimelineItem: VTimelineItem
|
95529
|
-
|
95514
|
+
VWindow: VWindow
|
95515
|
+
VWindowItem: VWindowItem
|
95530
95516
|
VTreeview: VTreeview
|
95531
95517
|
VTreeviewItem: VTreeviewItem
|
95532
95518
|
VTreeviewGroup: VTreeviewGroup
|
95533
|
-
|
95534
|
-
VWindowItem: VWindowItem
|
95535
|
-
VConfirmEdit: VConfirmEdit
|
95519
|
+
VTooltip: VTooltip
|
95536
95520
|
VDataIterator: VDataIterator
|
95537
|
-
|
95521
|
+
VConfirmEdit: VConfirmEdit
|
95538
95522
|
VForm: VForm
|
95523
|
+
VEmptyState: VEmptyState
|
95524
|
+
VDefaultsProvider: VDefaultsProvider
|
95539
95525
|
VContainer: VContainer
|
95540
95526
|
VCol: VCol
|
95541
95527
|
VRow: VRow
|
95542
95528
|
VSpacer: VSpacer
|
95543
|
-
|
95544
|
-
VLazy: VLazy
|
95529
|
+
VLocaleProvider: VLocaleProvider
|
95545
95530
|
VLayout: VLayout
|
95546
95531
|
VLayoutItem: VLayoutItem
|
95547
|
-
|
95532
|
+
VLazy: VLazy
|
95548
95533
|
VNoSsr: VNoSsr
|
95549
95534
|
VParallax: VParallax
|
95550
95535
|
VRadio: VRadio
|
95551
|
-
VRangeSlider: VRangeSlider
|
95552
95536
|
VResponsive: VResponsive
|
95553
|
-
|
95537
|
+
VRangeSlider: VRangeSlider
|
95554
95538
|
VSparkline: VSparkline
|
95539
|
+
VSnackbarQueue: VSnackbarQueue
|
95555
95540
|
VSpeedDial: VSpeedDial
|
95556
95541
|
VThemeProvider: VThemeProvider
|
95557
|
-
VValidation: VValidation
|
95558
95542
|
VVirtualScroll: VVirtualScroll
|
95559
95543
|
VFabTransition: VFabTransition
|
95560
95544
|
VDialogBottomTransition: VDialogBottomTransition
|
@@ -95572,22 +95556,23 @@ declare module 'vue' {
|
|
95572
95556
|
VExpandTransition: VExpandTransition
|
95573
95557
|
VExpandXTransition: VExpandXTransition
|
95574
95558
|
VDialogTransition: VDialogTransition
|
95575
|
-
|
95559
|
+
VValidation: VValidation
|
95560
|
+
VHover: VHover
|
95576
95561
|
VCalendar: VCalendar
|
95577
95562
|
VCalendarDay: VCalendarDay
|
95578
95563
|
VCalendarHeader: VCalendarHeader
|
95579
95564
|
VCalendarInterval: VCalendarInterval
|
95580
95565
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
95581
95566
|
VCalendarMonthDay: VCalendarMonthDay
|
95567
|
+
VPicker: VPicker
|
95568
|
+
VPickerTitle: VPickerTitle
|
95569
|
+
VFileUpload: VFileUpload
|
95570
|
+
VFileUploadItem: VFileUploadItem
|
95582
95571
|
VIconBtn: VIconBtn
|
95572
|
+
VHotkey: VHotkey
|
95583
95573
|
VPie: VPie
|
95584
95574
|
VPieSegment: VPieSegment
|
95585
95575
|
VPieTooltip: VPieTooltip
|
95586
|
-
VFileUpload: VFileUpload
|
95587
|
-
VFileUploadItem: VFileUploadItem
|
95588
|
-
VPicker: VPicker
|
95589
|
-
VPickerTitle: VPickerTitle
|
95590
|
-
VHotkey: VHotkey
|
95591
95576
|
VStepperVertical: VStepperVertical
|
95592
95577
|
VStepperVerticalItem: VStepperVerticalItem
|
95593
95578
|
VStepperVerticalActions: VStepperVerticalActions
|
@@ -95597,6 +95582,7 @@ declare module 'vue' {
|
|
95597
95582
|
VDateInput: VDateInput
|
95598
95583
|
VMaskInput: VMaskInput
|
95599
95584
|
VPullToRefresh: VPullToRefresh
|
95585
|
+
VColorInput: VColorInput
|
95600
95586
|
}
|
95601
95587
|
export interface GlobalDirectives {
|
95602
95588
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/dist/vuetify.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
|
*/
|
@@ -3338,9 +3338,9 @@ function useTheme() {
|
|
3338
3338
|
|
3339
3339
|
const makeVAppProps = propsFactory({
|
3340
3340
|
...makeComponentProps(),
|
3341
|
-
...makeLayoutProps({
|
3341
|
+
...omit(makeLayoutProps({
|
3342
3342
|
fullHeight: true
|
3343
|
-
}),
|
3343
|
+
}), ['fullHeight']),
|
3344
3344
|
...makeThemeProps()
|
3345
3345
|
}, 'VApp');
|
3346
3346
|
const VApp = genericComponent()({
|
@@ -21937,8 +21937,6 @@ const VDataTableRows = genericComponent()({
|
|
21937
21937
|
}
|
21938
21938
|
});
|
21939
21939
|
|
21940
|
-
// Types
|
21941
|
-
|
21942
21940
|
const makeVTableProps = propsFactory({
|
21943
21941
|
fixedHeader: Boolean,
|
21944
21942
|
fixedFooter: Boolean,
|
@@ -21968,26 +21966,37 @@ const VTable = genericComponent()({
|
|
21968
21966
|
const {
|
21969
21967
|
densityClasses
|
21970
21968
|
} = useDensity(props);
|
21971
|
-
useRender(() =>
|
21972
|
-
|
21973
|
-
|
21974
|
-
|
21975
|
-
'v-table--fixed-footer': props.fixedFooter,
|
21976
|
-
'v-table--has-top': !!slots.top,
|
21977
|
-
'v-table--has-bottom': !!slots.bottom,
|
21978
|
-
'v-table--hover': props.hover,
|
21979
|
-
'v-table--striped-even': props.striped === 'even',
|
21980
|
-
'v-table--striped-odd': props.striped === 'odd'
|
21981
|
-
}, themeClasses.value, densityClasses.value, props.class]),
|
21982
|
-
"style": normalizeStyle(props.style)
|
21983
|
-
}, {
|
21984
|
-
default: () => [slots.top?.(), slots.default ? createElementVNode("div", {
|
21985
|
-
"class": "v-table__wrapper",
|
21986
|
-
"style": {
|
21987
|
-
height: convertToUnit(props.height)
|
21969
|
+
useRender(() => {
|
21970
|
+
const tableContentDefaults = {
|
21971
|
+
VCheckboxBtn: {
|
21972
|
+
density: props.density
|
21988
21973
|
}
|
21989
|
-
}
|
21990
|
-
|
21974
|
+
};
|
21975
|
+
return createVNode(props.tag, {
|
21976
|
+
"class": normalizeClass(['v-table', {
|
21977
|
+
'v-table--fixed-height': !!props.height,
|
21978
|
+
'v-table--fixed-header': props.fixedHeader,
|
21979
|
+
'v-table--fixed-footer': props.fixedFooter,
|
21980
|
+
'v-table--has-top': !!slots.top,
|
21981
|
+
'v-table--has-bottom': !!slots.bottom,
|
21982
|
+
'v-table--hover': props.hover,
|
21983
|
+
'v-table--striped-even': props.striped === 'even',
|
21984
|
+
'v-table--striped-odd': props.striped === 'odd'
|
21985
|
+
}, themeClasses.value, densityClasses.value, props.class]),
|
21986
|
+
"style": normalizeStyle(props.style)
|
21987
|
+
}, {
|
21988
|
+
default: () => [slots.top?.(), createVNode(VDefaultsProvider, {
|
21989
|
+
"defaults": tableContentDefaults
|
21990
|
+
}, {
|
21991
|
+
default: () => [slots.default ? createElementVNode("div", {
|
21992
|
+
"class": "v-table__wrapper",
|
21993
|
+
"style": {
|
21994
|
+
height: convertToUnit(props.height)
|
21995
|
+
}
|
21996
|
+
}, [createElementVNode("table", null, [slots.default()])]) : slots.wrapper?.()]
|
21997
|
+
}), slots.bottom?.()]
|
21998
|
+
});
|
21999
|
+
});
|
21991
22000
|
return {};
|
21992
22001
|
}
|
21993
22002
|
});
|
@@ -31544,7 +31553,7 @@ function createVuetify$1() {
|
|
31544
31553
|
};
|
31545
31554
|
});
|
31546
31555
|
}
|
31547
|
-
const version$1 = "3.9.3-master.2025-
|
31556
|
+
const version$1 = "3.9.3-master.2025-08-01";
|
31548
31557
|
createVuetify$1.version = version$1;
|
31549
31558
|
|
31550
31559
|
// Vue's inject() can only be used in setup
|
@@ -31569,7 +31578,7 @@ const createVuetify = function () {
|
|
31569
31578
|
...options
|
31570
31579
|
});
|
31571
31580
|
};
|
31572
|
-
const version = "3.9.3-master.2025-
|
31581
|
+
const version = "3.9.3-master.2025-08-01";
|
31573
31582
|
createVuetify.version = version;
|
31574
31583
|
|
31575
31584
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useRtl, useTheme, version };
|