@vuetify/nightly 3.5.3-dev.2024-03-06 → 3.5.3-dev.2024-03-07
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 +3 -2
- package/dist/json/attributes.json +8 -0
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +146 -146
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +21 -1
- package/dist/vuetify-labs.css +1674 -1674
- package/dist/vuetify-labs.d.ts +18 -0
- package/dist/vuetify-labs.esm.js +7 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +352 -352
- package/dist/vuetify.d.ts +68 -50
- package/dist/vuetify.esm.js +7 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +7 -5
- 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/index.d.mts +18 -0
- package/lib/components/transitions/createTransition.mjs +4 -2
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +18 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +50 -50
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
|
@@ -66756,6 +66756,7 @@ type VSlideYReverseTransition = InstanceType<typeof VSlideYReverseTransition>;
|
|
|
66756
66756
|
declare const VExpandTransition: {
|
|
66757
66757
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
66758
66758
|
disabled: boolean;
|
|
66759
|
+
group: boolean;
|
|
66759
66760
|
mode: "default" | "in-out" | "out-in";
|
|
66760
66761
|
} & {} & {
|
|
66761
66762
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -66770,6 +66771,7 @@ declare const VExpandTransition: {
|
|
|
66770
66771
|
[key: string]: any;
|
|
66771
66772
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
66772
66773
|
disabled: boolean;
|
|
66774
|
+
group: boolean;
|
|
66773
66775
|
mode: "default" | "in-out" | "out-in";
|
|
66774
66776
|
} & {} & {
|
|
66775
66777
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -66782,6 +66784,7 @@ declare const VExpandTransition: {
|
|
|
66782
66784
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
66783
66785
|
}, {
|
|
66784
66786
|
disabled: boolean;
|
|
66787
|
+
group: boolean;
|
|
66785
66788
|
mode: "default" | "in-out" | "out-in";
|
|
66786
66789
|
}, true, {}, vue.SlotsType<Partial<{
|
|
66787
66790
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -66796,6 +66799,7 @@ declare const VExpandTransition: {
|
|
|
66796
66799
|
Defaults: {};
|
|
66797
66800
|
}, {
|
|
66798
66801
|
disabled: boolean;
|
|
66802
|
+
group: boolean;
|
|
66799
66803
|
mode: "default" | "in-out" | "out-in";
|
|
66800
66804
|
} & {} & {
|
|
66801
66805
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -66810,6 +66814,7 @@ declare const VExpandTransition: {
|
|
|
66810
66814
|
[key: string]: any;
|
|
66811
66815
|
}>, {}, {}, {}, {
|
|
66812
66816
|
disabled: boolean;
|
|
66817
|
+
group: boolean;
|
|
66813
66818
|
mode: "default" | "in-out" | "out-in";
|
|
66814
66819
|
}>;
|
|
66815
66820
|
__isFragment?: undefined;
|
|
@@ -66817,6 +66822,7 @@ declare const VExpandTransition: {
|
|
|
66817
66822
|
__isSuspense?: undefined;
|
|
66818
66823
|
} & vue.ComponentOptionsBase<{
|
|
66819
66824
|
disabled: boolean;
|
|
66825
|
+
group: boolean;
|
|
66820
66826
|
mode: "default" | "in-out" | "out-in";
|
|
66821
66827
|
} & {} & {
|
|
66822
66828
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -66831,6 +66837,7 @@ declare const VExpandTransition: {
|
|
|
66831
66837
|
[key: string]: any;
|
|
66832
66838
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
66833
66839
|
disabled: boolean;
|
|
66840
|
+
group: boolean;
|
|
66834
66841
|
mode: "default" | "in-out" | "out-in";
|
|
66835
66842
|
}, {}, string, vue.SlotsType<Partial<{
|
|
66836
66843
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -66842,17 +66849,20 @@ declare const VExpandTransition: {
|
|
|
66842
66849
|
default: string;
|
|
66843
66850
|
};
|
|
66844
66851
|
disabled: BooleanConstructor;
|
|
66852
|
+
group: BooleanConstructor;
|
|
66845
66853
|
}, vue.ExtractPropTypes<{
|
|
66846
66854
|
mode: {
|
|
66847
66855
|
type: vue.PropType<"default" | "in-out" | "out-in">;
|
|
66848
66856
|
default: string;
|
|
66849
66857
|
};
|
|
66850
66858
|
disabled: BooleanConstructor;
|
|
66859
|
+
group: BooleanConstructor;
|
|
66851
66860
|
}>>;
|
|
66852
66861
|
type VExpandTransition = InstanceType<typeof VExpandTransition>;
|
|
66853
66862
|
declare const VExpandXTransition: {
|
|
66854
66863
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
66855
66864
|
disabled: boolean;
|
|
66865
|
+
group: boolean;
|
|
66856
66866
|
mode: "default" | "in-out" | "out-in";
|
|
66857
66867
|
} & {} & {
|
|
66858
66868
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -66867,6 +66877,7 @@ declare const VExpandXTransition: {
|
|
|
66867
66877
|
[key: string]: any;
|
|
66868
66878
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
66869
66879
|
disabled: boolean;
|
|
66880
|
+
group: boolean;
|
|
66870
66881
|
mode: "default" | "in-out" | "out-in";
|
|
66871
66882
|
} & {} & {
|
|
66872
66883
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -66879,6 +66890,7 @@ declare const VExpandXTransition: {
|
|
|
66879
66890
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
66880
66891
|
}, {
|
|
66881
66892
|
disabled: boolean;
|
|
66893
|
+
group: boolean;
|
|
66882
66894
|
mode: "default" | "in-out" | "out-in";
|
|
66883
66895
|
}, true, {}, vue.SlotsType<Partial<{
|
|
66884
66896
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -66893,6 +66905,7 @@ declare const VExpandXTransition: {
|
|
|
66893
66905
|
Defaults: {};
|
|
66894
66906
|
}, {
|
|
66895
66907
|
disabled: boolean;
|
|
66908
|
+
group: boolean;
|
|
66896
66909
|
mode: "default" | "in-out" | "out-in";
|
|
66897
66910
|
} & {} & {
|
|
66898
66911
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -66907,6 +66920,7 @@ declare const VExpandXTransition: {
|
|
|
66907
66920
|
[key: string]: any;
|
|
66908
66921
|
}>, {}, {}, {}, {
|
|
66909
66922
|
disabled: boolean;
|
|
66923
|
+
group: boolean;
|
|
66910
66924
|
mode: "default" | "in-out" | "out-in";
|
|
66911
66925
|
}>;
|
|
66912
66926
|
__isFragment?: undefined;
|
|
@@ -66914,6 +66928,7 @@ declare const VExpandXTransition: {
|
|
|
66914
66928
|
__isSuspense?: undefined;
|
|
66915
66929
|
} & vue.ComponentOptionsBase<{
|
|
66916
66930
|
disabled: boolean;
|
|
66931
|
+
group: boolean;
|
|
66917
66932
|
mode: "default" | "in-out" | "out-in";
|
|
66918
66933
|
} & {} & {
|
|
66919
66934
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -66928,6 +66943,7 @@ declare const VExpandXTransition: {
|
|
|
66928
66943
|
[key: string]: any;
|
|
66929
66944
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
66930
66945
|
disabled: boolean;
|
|
66946
|
+
group: boolean;
|
|
66931
66947
|
mode: "default" | "in-out" | "out-in";
|
|
66932
66948
|
}, {}, string, vue.SlotsType<Partial<{
|
|
66933
66949
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -66939,12 +66955,14 @@ declare const VExpandXTransition: {
|
|
|
66939
66955
|
default: string;
|
|
66940
66956
|
};
|
|
66941
66957
|
disabled: BooleanConstructor;
|
|
66958
|
+
group: BooleanConstructor;
|
|
66942
66959
|
}, vue.ExtractPropTypes<{
|
|
66943
66960
|
mode: {
|
|
66944
66961
|
type: vue.PropType<"default" | "in-out" | "out-in">;
|
|
66945
66962
|
default: string;
|
|
66946
66963
|
};
|
|
66947
66964
|
disabled: BooleanConstructor;
|
|
66965
|
+
group: BooleanConstructor;
|
|
66948
66966
|
}>>;
|
|
66949
66967
|
type VExpandXTransition = InstanceType<typeof VExpandXTransition>;
|
|
66950
66968
|
|
|
@@ -67349,75 +67367,73 @@ declare module '@vue/runtime-core' {
|
|
|
67349
67367
|
}
|
|
67350
67368
|
|
|
67351
67369
|
export interface GlobalComponents {
|
|
67370
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
67371
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
67372
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
67373
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
67352
67374
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
67353
67375
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
67354
67376
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
67355
|
-
VApp: typeof import('vuetify/components')['VApp']
|
|
67356
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
67357
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
|
67358
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
67359
67377
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
67360
|
-
|
|
67378
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
67361
67379
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
67362
67380
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
67363
67381
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
67364
|
-
|
|
67365
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
67366
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
|
67382
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
67367
67383
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
67368
67384
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
67369
67385
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
67386
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
67387
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
67388
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
67389
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
67390
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
67370
67391
|
VCard: typeof import('vuetify/components')['VCard']
|
|
67371
67392
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
67372
67393
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
67373
67394
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
67374
67395
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
67375
67396
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
67376
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
67377
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
67378
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
67379
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
67380
|
-
VChip: typeof import('vuetify/components')['VChip']
|
|
67381
67397
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
67382
67398
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
67383
|
-
|
|
67384
|
-
|
|
67399
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
67400
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
67385
67401
|
VCode: typeof import('vuetify/components')['VCode']
|
|
67386
|
-
|
|
67402
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
67403
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
67404
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
67405
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
|
67406
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
67407
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
67408
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
67387
67409
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
67388
67410
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
67411
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
67412
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
67389
67413
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
67390
67414
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
67391
67415
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
67392
67416
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
67393
67417
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
67394
67418
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
67395
|
-
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
67396
|
-
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
67397
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
|
67398
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
67399
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
67400
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
67401
67419
|
VDivider: typeof import('vuetify/components')['VDivider']
|
|
67402
|
-
VField: typeof import('vuetify/components')['VField']
|
|
67403
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
67404
67420
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
67405
67421
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
67406
67422
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
67407
67423
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
67424
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
67425
|
+
VField: typeof import('vuetify/components')['VField']
|
|
67426
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
67427
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
67408
67428
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
67409
67429
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
67410
67430
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
67411
67431
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
67412
67432
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
67413
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
67414
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
67415
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
67416
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
|
67417
|
-
VImg: typeof import('vuetify/components')['VImg']
|
|
67418
67433
|
VInput: typeof import('vuetify/components')['VInput']
|
|
67419
|
-
|
|
67420
|
-
|
|
67434
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
67435
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
67436
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
67421
67437
|
VList: typeof import('vuetify/components')['VList']
|
|
67422
67438
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
67423
67439
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -67427,25 +67443,28 @@ declare module '@vue/runtime-core' {
|
|
|
67427
67443
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
67428
67444
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
67429
67445
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
67430
|
-
|
|
67446
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
67447
|
+
VItem: typeof import('vuetify/components')['VItem']
|
|
67431
67448
|
VMain: typeof import('vuetify/components')['VMain']
|
|
67432
|
-
|
|
67449
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
67433
67450
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
67434
|
-
|
|
67435
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
67451
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
67436
67452
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
67437
67453
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
67454
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
|
67455
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
67438
67456
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
67439
67457
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
67458
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
|
67440
67459
|
VRating: typeof import('vuetify/components')['VRating']
|
|
67441
67460
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
67442
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
|
67443
67461
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
67444
67462
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
67463
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
67445
67464
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
67446
67465
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
67447
67466
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
67448
|
-
|
|
67467
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
67449
67468
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
67450
67469
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
67451
67470
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
@@ -67453,24 +67472,23 @@ declare module '@vue/runtime-core' {
|
|
|
67453
67472
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
67454
67473
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
67455
67474
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
67456
|
-
|
|
67457
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
67475
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
67458
67476
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
67459
67477
|
VTab: typeof import('vuetify/components')['VTab']
|
|
67478
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
67460
67479
|
VTable: typeof import('vuetify/components')['VTable']
|
|
67461
|
-
|
|
67480
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
67481
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
67482
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
67462
67483
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
67463
67484
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
67464
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
67465
67485
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
67466
67486
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
67467
67487
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
67468
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
67469
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
67470
67488
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
67471
67489
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
67472
|
-
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
67473
67490
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
67491
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
67474
67492
|
VForm: typeof import('vuetify/components')['VForm']
|
|
67475
67493
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
67476
67494
|
VCol: typeof import('vuetify/components')['VCol']
|
|
@@ -67481,14 +67499,12 @@ declare module '@vue/runtime-core' {
|
|
|
67481
67499
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
67482
67500
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
67483
67501
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
67484
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
|
67485
67502
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
67486
67503
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
67487
|
-
|
|
67504
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
|
67488
67505
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
67506
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
67489
67507
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
67490
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
|
67491
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
67492
67508
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
67493
67509
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
67494
67510
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -67505,14 +67521,16 @@ declare module '@vue/runtime-core' {
|
|
|
67505
67521
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
67506
67522
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
67507
67523
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
67508
|
-
|
|
67509
|
-
|
|
67524
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
|
67525
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
67510
67526
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
67511
67527
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
|
67512
67528
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
|
67513
67529
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
|
67514
67530
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
|
67515
67531
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
|
67532
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
67533
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
67516
67534
|
VConfirmEdit: typeof import('vuetify/labs/components')['VConfirmEdit']
|
|
67517
67535
|
}
|
|
67518
67536
|
}
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.3-dev.2024-03-
|
|
2
|
+
* Vuetify v3.5.3-dev.2024-03-07
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2668,14 +2668,16 @@ function createJavascriptTransition(name, functions) {
|
|
|
2668
2668
|
type: String,
|
|
2669
2669
|
default: mode
|
|
2670
2670
|
},
|
|
2671
|
-
disabled: Boolean
|
|
2671
|
+
disabled: Boolean,
|
|
2672
|
+
group: Boolean
|
|
2672
2673
|
},
|
|
2673
2674
|
setup(props, _ref2) {
|
|
2674
2675
|
let {
|
|
2675
2676
|
slots
|
|
2676
2677
|
} = _ref2;
|
|
2678
|
+
const tag = props.group ? TransitionGroup : Transition;
|
|
2677
2679
|
return () => {
|
|
2678
|
-
return h(
|
|
2680
|
+
return h(tag, {
|
|
2679
2681
|
name: props.disabled ? '' : name,
|
|
2680
2682
|
css: !props.disabled,
|
|
2681
2683
|
// mode: props.mode, // TODO: vuejs/vue-next#3104
|
|
@@ -25680,7 +25682,7 @@ function createVuetify$1() {
|
|
|
25680
25682
|
goTo
|
|
25681
25683
|
};
|
|
25682
25684
|
}
|
|
25683
|
-
const version$1 = "3.5.3-dev.2024-03-
|
|
25685
|
+
const version$1 = "3.5.3-dev.2024-03-07";
|
|
25684
25686
|
createVuetify$1.version = version$1;
|
|
25685
25687
|
|
|
25686
25688
|
// Vue's inject() can only be used in setup
|
|
@@ -25705,7 +25707,7 @@ const createVuetify = function () {
|
|
|
25705
25707
|
...options
|
|
25706
25708
|
});
|
|
25707
25709
|
};
|
|
25708
|
-
const version = "3.5.3-dev.2024-03-
|
|
25710
|
+
const version = "3.5.3-dev.2024-03-07";
|
|
25709
25711
|
createVuetify.version = version;
|
|
25710
25712
|
|
|
25711
25713
|
export { components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|