@vuetify/nightly 3.9.5-dev.2025-08-23 → 3.9.5-dev.2025-08-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 +5 -3
- package/dist/json/attributes.json +2028 -2028
- package/dist/json/importMap-labs.json +40 -40
- package/dist/json/importMap.json +180 -180
- package/dist/json/web-types.json +3842 -3842
- package/dist/vuetify-labs.cjs +133 -36
- package/dist/vuetify-labs.css +3910 -3910
- package/dist/vuetify-labs.d.ts +92 -92
- package/dist/vuetify-labs.esm.js +133 -36
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +133 -36
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +16 -3
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4850 -4850
- package/dist/vuetify.d.ts +71 -71
- package/dist/vuetify.esm.js +16 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +16 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +15 -14
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/filter.d.ts +1 -0
- package/lib/composables/filter.js +13 -0
- package/lib/composables/filter.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +71 -71
- package/lib/framework.js +1 -1
- package/lib/labs/VMaskInput/VMaskInput.d.ts +22 -21
- package/lib/labs/VMaskInput/VMaskInput.js +118 -34
- package/lib/labs/VMaskInput/VMaskInput.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -109013,7 +109013,7 @@ declare const VMaskInput: {
|
|
|
109013
109013
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
109014
109014
|
};
|
|
109015
109015
|
$forceUpdate: () => void;
|
|
109016
|
-
$nextTick: typeof
|
|
109016
|
+
$nextTick: typeof nextTick;
|
|
109017
109017
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
109018
109018
|
} & Readonly<{
|
|
109019
109019
|
error: boolean;
|
|
@@ -109250,7 +109250,7 @@ declare const VMaskInput: {
|
|
|
109250
109250
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
109251
109251
|
};
|
|
109252
109252
|
$forceUpdate: () => void;
|
|
109253
|
-
$nextTick: typeof
|
|
109253
|
+
$nextTick: typeof nextTick;
|
|
109254
109254
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
109255
109255
|
} & Readonly<{
|
|
109256
109256
|
flat: boolean;
|
|
@@ -109397,7 +109397,7 @@ declare const VMaskInput: {
|
|
|
109397
109397
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
109398
109398
|
};
|
|
109399
109399
|
$forceUpdate: () => void;
|
|
109400
|
-
$nextTick: typeof
|
|
109400
|
+
$nextTick: typeof nextTick;
|
|
109401
109401
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
109402
109402
|
} & Readonly<{
|
|
109403
109403
|
flat: boolean;
|
|
@@ -109720,7 +109720,7 @@ declare const VMaskInput: {
|
|
|
109720
109720
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
109721
109721
|
};
|
|
109722
109722
|
$forceUpdate: () => void;
|
|
109723
|
-
$nextTick: typeof
|
|
109723
|
+
$nextTick: typeof nextTick;
|
|
109724
109724
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
109725
109725
|
} & Readonly<{
|
|
109726
109726
|
error: boolean;
|
|
@@ -109957,7 +109957,7 @@ declare const VMaskInput: {
|
|
|
109957
109957
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
109958
109958
|
};
|
|
109959
109959
|
$forceUpdate: () => void;
|
|
109960
|
-
$nextTick: typeof
|
|
109960
|
+
$nextTick: typeof nextTick;
|
|
109961
109961
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
109962
109962
|
} & Readonly<{
|
|
109963
109963
|
flat: boolean;
|
|
@@ -110192,7 +110192,7 @@ declare const VMaskInput: {
|
|
|
110192
110192
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
110193
110193
|
};
|
|
110194
110194
|
$forceUpdate: () => void;
|
|
110195
|
-
$nextTick: typeof
|
|
110195
|
+
$nextTick: typeof nextTick;
|
|
110196
110196
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
110197
110197
|
} & Readonly<{
|
|
110198
110198
|
error: boolean;
|
|
@@ -110429,7 +110429,7 @@ declare const VMaskInput: {
|
|
|
110429
110429
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
110430
110430
|
};
|
|
110431
110431
|
$forceUpdate: () => void;
|
|
110432
|
-
$nextTick: typeof
|
|
110432
|
+
$nextTick: typeof nextTick;
|
|
110433
110433
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
110434
110434
|
} & Readonly<{
|
|
110435
110435
|
flat: boolean;
|
|
@@ -111172,7 +111172,7 @@ declare const VMaskInput: {
|
|
|
111172
111172
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
111173
111173
|
};
|
|
111174
111174
|
$forceUpdate: () => void;
|
|
111175
|
-
$nextTick: typeof
|
|
111175
|
+
$nextTick: typeof nextTick;
|
|
111176
111176
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
111177
111177
|
} & Readonly<{
|
|
111178
111178
|
error: boolean;
|
|
@@ -111409,7 +111409,7 @@ declare const VMaskInput: {
|
|
|
111409
111409
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
111410
111410
|
};
|
|
111411
111411
|
$forceUpdate: () => void;
|
|
111412
|
-
$nextTick: typeof
|
|
111412
|
+
$nextTick: typeof nextTick;
|
|
111413
111413
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
111414
111414
|
} & Readonly<{
|
|
111415
111415
|
flat: boolean;
|
|
@@ -111556,7 +111556,7 @@ declare const VMaskInput: {
|
|
|
111556
111556
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
111557
111557
|
};
|
|
111558
111558
|
$forceUpdate: () => void;
|
|
111559
|
-
$nextTick: typeof
|
|
111559
|
+
$nextTick: typeof nextTick;
|
|
111560
111560
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
111561
111561
|
} & Readonly<{
|
|
111562
111562
|
flat: boolean;
|
|
@@ -111879,7 +111879,7 @@ declare const VMaskInput: {
|
|
|
111879
111879
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
111880
111880
|
};
|
|
111881
111881
|
$forceUpdate: () => void;
|
|
111882
|
-
$nextTick: typeof
|
|
111882
|
+
$nextTick: typeof nextTick;
|
|
111883
111883
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
111884
111884
|
} & Readonly<{
|
|
111885
111885
|
error: boolean;
|
|
@@ -112116,7 +112116,7 @@ declare const VMaskInput: {
|
|
|
112116
112116
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
112117
112117
|
};
|
|
112118
112118
|
$forceUpdate: () => void;
|
|
112119
|
-
$nextTick: typeof
|
|
112119
|
+
$nextTick: typeof nextTick;
|
|
112120
112120
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
112121
112121
|
} & Readonly<{
|
|
112122
112122
|
flat: boolean;
|
|
@@ -112351,7 +112351,7 @@ declare const VMaskInput: {
|
|
|
112351
112351
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
112352
112352
|
};
|
|
112353
112353
|
$forceUpdate: () => void;
|
|
112354
|
-
$nextTick: typeof
|
|
112354
|
+
$nextTick: typeof nextTick;
|
|
112355
112355
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
112356
112356
|
} & Readonly<{
|
|
112357
112357
|
error: boolean;
|
|
@@ -112588,7 +112588,7 @@ declare const VMaskInput: {
|
|
|
112588
112588
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
112589
112589
|
};
|
|
112590
112590
|
$forceUpdate: () => void;
|
|
112591
|
-
$nextTick: typeof
|
|
112591
|
+
$nextTick: typeof nextTick;
|
|
112592
112592
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
112593
112593
|
} & Readonly<{
|
|
112594
112594
|
flat: boolean;
|
|
@@ -113309,7 +113309,7 @@ declare const VMaskInput: {
|
|
|
113309
113309
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
113310
113310
|
};
|
|
113311
113311
|
$forceUpdate: () => void;
|
|
113312
|
-
$nextTick: typeof
|
|
113312
|
+
$nextTick: typeof nextTick;
|
|
113313
113313
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
113314
113314
|
} & Readonly<{
|
|
113315
113315
|
error: boolean;
|
|
@@ -113546,7 +113546,7 @@ declare const VMaskInput: {
|
|
|
113546
113546
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
113547
113547
|
};
|
|
113548
113548
|
$forceUpdate: () => void;
|
|
113549
|
-
$nextTick: typeof
|
|
113549
|
+
$nextTick: typeof nextTick;
|
|
113550
113550
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
113551
113551
|
} & Readonly<{
|
|
113552
113552
|
flat: boolean;
|
|
@@ -113693,7 +113693,7 @@ declare const VMaskInput: {
|
|
|
113693
113693
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
113694
113694
|
};
|
|
113695
113695
|
$forceUpdate: () => void;
|
|
113696
|
-
$nextTick: typeof
|
|
113696
|
+
$nextTick: typeof nextTick;
|
|
113697
113697
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
113698
113698
|
} & Readonly<{
|
|
113699
113699
|
flat: boolean;
|
|
@@ -114016,7 +114016,7 @@ declare const VMaskInput: {
|
|
|
114016
114016
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
114017
114017
|
};
|
|
114018
114018
|
$forceUpdate: () => void;
|
|
114019
|
-
$nextTick: typeof
|
|
114019
|
+
$nextTick: typeof nextTick;
|
|
114020
114020
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
114021
114021
|
} & Readonly<{
|
|
114022
114022
|
error: boolean;
|
|
@@ -114253,7 +114253,7 @@ declare const VMaskInput: {
|
|
|
114253
114253
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
114254
114254
|
};
|
|
114255
114255
|
$forceUpdate: () => void;
|
|
114256
|
-
$nextTick: typeof
|
|
114256
|
+
$nextTick: typeof nextTick;
|
|
114257
114257
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
114258
114258
|
} & Readonly<{
|
|
114259
114259
|
flat: boolean;
|
|
@@ -114488,7 +114488,7 @@ declare const VMaskInput: {
|
|
|
114488
114488
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
114489
114489
|
};
|
|
114490
114490
|
$forceUpdate: () => void;
|
|
114491
|
-
$nextTick: typeof
|
|
114491
|
+
$nextTick: typeof nextTick;
|
|
114492
114492
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
114493
114493
|
} & Readonly<{
|
|
114494
114494
|
error: boolean;
|
|
@@ -114725,7 +114725,7 @@ declare const VMaskInput: {
|
|
|
114725
114725
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
114726
114726
|
};
|
|
114727
114727
|
$forceUpdate: () => void;
|
|
114728
|
-
$nextTick: typeof
|
|
114728
|
+
$nextTick: typeof nextTick;
|
|
114729
114729
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
114730
114730
|
} & Readonly<{
|
|
114731
114731
|
flat: boolean;
|
|
@@ -123931,41 +123931,40 @@ declare module 'vue' {
|
|
|
123931
123931
|
$children?: VNodeChild
|
|
123932
123932
|
}
|
|
123933
123933
|
export interface GlobalComponents {
|
|
123934
|
+
VAlert: VAlert
|
|
123935
|
+
VAlertTitle: VAlertTitle
|
|
123934
123936
|
VAppBar: VAppBar
|
|
123935
123937
|
VAppBarNavIcon: VAppBarNavIcon
|
|
123936
123938
|
VAppBarTitle: VAppBarTitle
|
|
123937
|
-
VApp: VApp
|
|
123938
|
-
VAlert: VAlert
|
|
123939
|
-
VAlertTitle: VAlertTitle
|
|
123940
|
-
VAvatar: VAvatar
|
|
123941
123939
|
VAutocomplete: VAutocomplete
|
|
123942
|
-
|
|
123943
|
-
|
|
123944
|
-
VBannerText: VBannerText
|
|
123945
|
-
VBottomNavigation: VBottomNavigation
|
|
123940
|
+
VApp: VApp
|
|
123941
|
+
VBottomSheet: VBottomSheet
|
|
123946
123942
|
VBadge: VBadge
|
|
123947
123943
|
VBreadcrumbs: VBreadcrumbs
|
|
123948
123944
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
123949
123945
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
123950
|
-
|
|
123946
|
+
VBanner: VBanner
|
|
123947
|
+
VBannerActions: VBannerActions
|
|
123948
|
+
VBannerText: VBannerText
|
|
123949
|
+
VBottomNavigation: VBottomNavigation
|
|
123950
|
+
VAvatar: VAvatar
|
|
123951
|
+
VBtnGroup: VBtnGroup
|
|
123952
|
+
VBtnToggle: VBtnToggle
|
|
123953
|
+
VBtn: VBtn
|
|
123954
|
+
VColorPicker: VColorPicker
|
|
123955
|
+
VChip: VChip
|
|
123956
|
+
VChipGroup: VChipGroup
|
|
123957
|
+
VCode: VCode
|
|
123951
123958
|
VCard: VCard
|
|
123952
123959
|
VCardActions: VCardActions
|
|
123953
123960
|
VCardItem: VCardItem
|
|
123954
123961
|
VCardSubtitle: VCardSubtitle
|
|
123955
123962
|
VCardText: VCardText
|
|
123956
123963
|
VCardTitle: VCardTitle
|
|
123957
|
-
VCarousel: VCarousel
|
|
123958
|
-
VCarouselItem: VCarouselItem
|
|
123959
|
-
VBtnGroup: VBtnGroup
|
|
123960
|
-
VCheckbox: VCheckbox
|
|
123961
|
-
VCheckboxBtn: VCheckboxBtn
|
|
123962
|
-
VBtn: VBtn
|
|
123963
|
-
VChip: VChip
|
|
123964
|
-
VCode: VCode
|
|
123965
|
-
VColorPicker: VColorPicker
|
|
123966
|
-
VChipGroup: VChipGroup
|
|
123967
123964
|
VCombobox: VCombobox
|
|
123968
123965
|
VCounter: VCounter
|
|
123966
|
+
VCheckbox: VCheckbox
|
|
123967
|
+
VCheckboxBtn: VCheckboxBtn
|
|
123969
123968
|
VDataTable: VDataTable
|
|
123970
123969
|
VDataTableHeaders: VDataTableHeaders
|
|
123971
123970
|
VDataTableFooter: VDataTableFooter
|
|
@@ -123973,36 +123972,36 @@ declare module 'vue' {
|
|
|
123973
123972
|
VDataTableRow: VDataTableRow
|
|
123974
123973
|
VDataTableVirtual: VDataTableVirtual
|
|
123975
123974
|
VDataTableServer: VDataTableServer
|
|
123976
|
-
VDivider: VDivider
|
|
123977
|
-
VExpansionPanels: VExpansionPanels
|
|
123978
|
-
VExpansionPanel: VExpansionPanel
|
|
123979
|
-
VExpansionPanelText: VExpansionPanelText
|
|
123980
|
-
VExpansionPanelTitle: VExpansionPanelTitle
|
|
123981
|
-
VEmptyState: VEmptyState
|
|
123982
123975
|
VDialog: VDialog
|
|
123983
|
-
|
|
123976
|
+
VDivider: VDivider
|
|
123984
123977
|
VDatePicker: VDatePicker
|
|
123985
123978
|
VDatePickerControls: VDatePickerControls
|
|
123986
123979
|
VDatePickerHeader: VDatePickerHeader
|
|
123987
123980
|
VDatePickerMonth: VDatePickerMonth
|
|
123988
123981
|
VDatePickerMonths: VDatePickerMonths
|
|
123989
123982
|
VDatePickerYears: VDatePickerYears
|
|
123983
|
+
VExpansionPanels: VExpansionPanels
|
|
123984
|
+
VExpansionPanel: VExpansionPanel
|
|
123985
|
+
VExpansionPanelText: VExpansionPanelText
|
|
123986
|
+
VExpansionPanelTitle: VExpansionPanelTitle
|
|
123987
|
+
VEmptyState: VEmptyState
|
|
123988
|
+
VFab: VFab
|
|
123990
123989
|
VField: VField
|
|
123991
123990
|
VFieldLabel: VFieldLabel
|
|
123992
|
-
VFileInput: VFileInput
|
|
123993
123991
|
VFooter: VFooter
|
|
123992
|
+
VFileInput: VFileInput
|
|
123993
|
+
VInfiniteScroll: VInfiniteScroll
|
|
123994
|
+
VImg: VImg
|
|
123994
123995
|
VIcon: VIcon
|
|
123995
123996
|
VComponentIcon: VComponentIcon
|
|
123996
123997
|
VSvgIcon: VSvgIcon
|
|
123997
123998
|
VLigatureIcon: VLigatureIcon
|
|
123998
123999
|
VClassIcon: VClassIcon
|
|
123999
|
-
|
|
124000
|
+
VInput: VInput
|
|
124000
124001
|
VItemGroup: VItemGroup
|
|
124001
124002
|
VItem: VItem
|
|
124002
|
-
VInput: VInput
|
|
124003
|
-
VKbd: VKbd
|
|
124004
124003
|
VLabel: VLabel
|
|
124005
|
-
|
|
124004
|
+
VKbd: VKbd
|
|
124006
124005
|
VList: VList
|
|
124007
124006
|
VListGroup: VListGroup
|
|
124008
124007
|
VListImg: VListImg
|
|
@@ -124012,53 +124011,57 @@ declare module 'vue' {
|
|
|
124012
124011
|
VListItemSubtitle: VListItemSubtitle
|
|
124013
124012
|
VListItemTitle: VListItemTitle
|
|
124014
124013
|
VListSubheader: VListSubheader
|
|
124015
|
-
VMain: VMain
|
|
124016
|
-
VNavigationDrawer: VNavigationDrawer
|
|
124017
|
-
VNumberInput: VNumberInput
|
|
124018
|
-
VMessages: VMessages
|
|
124019
124014
|
VMenu: VMenu
|
|
124015
|
+
VMessages: VMessages
|
|
124016
|
+
VNavigationDrawer: VNavigationDrawer
|
|
124017
|
+
VMain: VMain
|
|
124020
124018
|
VOtpInput: VOtpInput
|
|
124021
|
-
VProgressCircular: VProgressCircular
|
|
124022
|
-
VOverlay: VOverlay
|
|
124023
124019
|
VPagination: VPagination
|
|
124020
|
+
VNumberInput: VNumberInput
|
|
124021
|
+
VProgressCircular: VProgressCircular
|
|
124024
124022
|
VProgressLinear: VProgressLinear
|
|
124025
|
-
|
|
124023
|
+
VRadioGroup: VRadioGroup
|
|
124026
124024
|
VRating: VRating
|
|
124025
|
+
VSelect: VSelect
|
|
124027
124026
|
VSelectionControl: VSelectionControl
|
|
124028
124027
|
VSheet: VSheet
|
|
124029
|
-
VSkeletonLoader: VSkeletonLoader
|
|
124030
|
-
VSelectionControlGroup: VSelectionControlGroup
|
|
124031
|
-
VSlider: VSlider
|
|
124032
124028
|
VSlideGroup: VSlideGroup
|
|
124033
124029
|
VSlideGroupItem: VSlideGroupItem
|
|
124030
|
+
VSlider: VSlider
|
|
124031
|
+
VSkeletonLoader: VSkeletonLoader
|
|
124034
124032
|
VSnackbar: VSnackbar
|
|
124033
|
+
VSelectionControlGroup: VSelectionControlGroup
|
|
124035
124034
|
VStepper: VStepper
|
|
124036
124035
|
VStepperActions: VStepperActions
|
|
124037
124036
|
VStepperHeader: VStepperHeader
|
|
124038
124037
|
VStepperItem: VStepperItem
|
|
124039
124038
|
VStepperWindow: VStepperWindow
|
|
124040
124039
|
VStepperWindowItem: VStepperWindowItem
|
|
124041
|
-
VSwitch: VSwitch
|
|
124042
124040
|
VTable: VTable
|
|
124043
|
-
|
|
124041
|
+
VSwitch: VSwitch
|
|
124044
124042
|
VSystemBar: VSystemBar
|
|
124045
|
-
|
|
124046
|
-
|
|
124047
|
-
VTimePicker: VTimePicker
|
|
124048
|
-
VTimePickerClock: VTimePickerClock
|
|
124049
|
-
VTimePickerControls: VTimePickerControls
|
|
124043
|
+
VTextarea: VTextarea
|
|
124044
|
+
VTextField: VTextField
|
|
124050
124045
|
VTab: VTab
|
|
124051
124046
|
VTabs: VTabs
|
|
124052
124047
|
VTabsWindow: VTabsWindow
|
|
124053
124048
|
VTabsWindowItem: VTabsWindowItem
|
|
124049
|
+
VTimePicker: VTimePicker
|
|
124050
|
+
VTimePickerClock: VTimePickerClock
|
|
124051
|
+
VTimePickerControls: VTimePickerControls
|
|
124054
124052
|
VToolbar: VToolbar
|
|
124055
124053
|
VToolbarTitle: VToolbarTitle
|
|
124056
124054
|
VToolbarItems: VToolbarItems
|
|
124057
|
-
VTooltip: VTooltip
|
|
124058
124055
|
VTreeview: VTreeview
|
|
124059
124056
|
VTreeviewItem: VTreeviewItem
|
|
124060
124057
|
VTreeviewGroup: VTreeviewGroup
|
|
124061
|
-
|
|
124058
|
+
VTooltip: VTooltip
|
|
124059
|
+
VTimeline: VTimeline
|
|
124060
|
+
VTimelineItem: VTimelineItem
|
|
124061
|
+
VWindow: VWindow
|
|
124062
|
+
VWindowItem: VWindowItem
|
|
124063
|
+
VCarousel: VCarousel
|
|
124064
|
+
VCarouselItem: VCarouselItem
|
|
124062
124065
|
VConfirmEdit: VConfirmEdit
|
|
124063
124066
|
VDataIterator: VDataIterator
|
|
124064
124067
|
VDefaultsProvider: VDefaultsProvider
|
|
@@ -124068,20 +124071,18 @@ declare module 'vue' {
|
|
|
124068
124071
|
VRow: VRow
|
|
124069
124072
|
VSpacer: VSpacer
|
|
124070
124073
|
VHover: VHover
|
|
124071
|
-
VWindow: VWindow
|
|
124072
|
-
VWindowItem: VWindowItem
|
|
124073
|
-
VLazy: VLazy
|
|
124074
124074
|
VLayout: VLayout
|
|
124075
124075
|
VLayoutItem: VLayoutItem
|
|
124076
|
+
VLazy: VLazy
|
|
124077
|
+
VLocaleProvider: VLocaleProvider
|
|
124076
124078
|
VNoSsr: VNoSsr
|
|
124077
124079
|
VParallax: VParallax
|
|
124078
|
-
VRangeSlider: VRangeSlider
|
|
124079
|
-
VRadioGroup: VRadioGroup
|
|
124080
124080
|
VRadio: VRadio
|
|
124081
|
+
VRangeSlider: VRangeSlider
|
|
124081
124082
|
VResponsive: VResponsive
|
|
124083
|
+
VSparkline: VSparkline
|
|
124082
124084
|
VSnackbarQueue: VSnackbarQueue
|
|
124083
124085
|
VSpeedDial: VSpeedDial
|
|
124084
|
-
VSparkline: VSparkline
|
|
124085
124086
|
VThemeProvider: VThemeProvider
|
|
124086
124087
|
VValidation: VValidation
|
|
124087
124088
|
VVirtualScroll: VVirtualScroll
|
|
@@ -124101,33 +124102,32 @@ declare module 'vue' {
|
|
|
124101
124102
|
VExpandTransition: VExpandTransition
|
|
124102
124103
|
VExpandXTransition: VExpandXTransition
|
|
124103
124104
|
VDialogTransition: VDialogTransition
|
|
124104
|
-
|
|
124105
|
-
|
|
124105
|
+
VOverlay: VOverlay
|
|
124106
|
+
VIconBtn: VIconBtn
|
|
124106
124107
|
VColorInput: VColorInput
|
|
124108
|
+
VStepperVertical: VStepperVertical
|
|
124109
|
+
VStepperVerticalItem: VStepperVerticalItem
|
|
124110
|
+
VStepperVerticalActions: VStepperVerticalActions
|
|
124111
|
+
VPicker: VPicker
|
|
124112
|
+
VPickerTitle: VPickerTitle
|
|
124113
|
+
VPie: VPie
|
|
124114
|
+
VPieSegment: VPieSegment
|
|
124115
|
+
VPieTooltip: VPieTooltip
|
|
124107
124116
|
VCalendar: VCalendar
|
|
124108
124117
|
VCalendarDay: VCalendarDay
|
|
124109
124118
|
VCalendarHeader: VCalendarHeader
|
|
124110
124119
|
VCalendarInterval: VCalendarInterval
|
|
124111
124120
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
|
124112
124121
|
VCalendarMonthDay: VCalendarMonthDay
|
|
124113
|
-
VPicker: VPicker
|
|
124114
|
-
VPickerTitle: VPickerTitle
|
|
124115
|
-
VIconBtn: VIconBtn
|
|
124116
|
-
VFileUpload: VFileUpload
|
|
124117
|
-
VFileUploadItem: VFileUploadItem
|
|
124118
|
-
VPie: VPie
|
|
124119
|
-
VPieSegment: VPieSegment
|
|
124120
|
-
VPieTooltip: VPieTooltip
|
|
124121
|
-
VStepperVertical: VStepperVertical
|
|
124122
|
-
VStepperVerticalItem: VStepperVerticalItem
|
|
124123
|
-
VStepperVerticalActions: VStepperVerticalActions
|
|
124124
124122
|
VVideo: VVideo
|
|
124125
124123
|
VVideoControls: VVideoControls
|
|
124126
124124
|
VVideoVolume: VVideoVolume
|
|
124127
|
-
VDateInput: VDateInput
|
|
124128
124125
|
VHotkey: VHotkey
|
|
124129
|
-
|
|
124126
|
+
VDateInput: VDateInput
|
|
124127
|
+
VFileUpload: VFileUpload
|
|
124128
|
+
VFileUploadItem: VFileUploadItem
|
|
124130
124129
|
VPullToRefresh: VPullToRefresh
|
|
124130
|
+
VMaskInput: VMaskInput
|
|
124131
124131
|
}
|
|
124132
124132
|
export interface GlobalDirectives {
|
|
124133
124133
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|