@vuetify/nightly 3.9.5-dev.2025-08-12 → 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 +6 -3
- package/dist/json/attributes.json +2183 -2175
- package/dist/json/importMap-labs.json +40 -40
- package/dist/json/importMap.json +156 -156
- package/dist/json/tags.json +4 -1
- package/dist/json/web-types.json +4199 -4178
- package/dist/vuetify-labs.cjs +202 -98
- package/dist/vuetify-labs.css +5261 -5261
- package/dist/vuetify-labs.d.ts +112 -84
- package/dist/vuetify-labs.esm.js +202 -98
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +202 -98
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +85 -65
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2218 -2218
- package/dist/vuetify.d.ts +91 -63
- package/dist/vuetify.esm.js +85 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +85 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +367 -366
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCard/VCardActions.d.ts +44 -0
- package/lib/components/VCard/VCardActions.js +11 -6
- package/lib/components/VCard/VCardActions.js.map +1 -1
- package/lib/components/VCard/VCardItem.d.ts +25 -0
- package/lib/components/VCard/VCardItem.js +64 -60
- package/lib/components/VCard/VCardItem.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 +63 -63
- 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
|
@@ -23778,6 +23778,7 @@ type VBtnToggle = InstanceType<typeof VBtnToggle>;
|
|
|
23778
23778
|
declare const VCardItem: {
|
|
23779
23779
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
|
23780
23780
|
style: vue.StyleValue;
|
|
23781
|
+
tag: string | JSXComponent;
|
|
23781
23782
|
density: Density;
|
|
23782
23783
|
} & {
|
|
23783
23784
|
title?: string | number | boolean | undefined;
|
|
@@ -23813,6 +23814,7 @@ declare const VCardItem: {
|
|
|
23813
23814
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
23814
23815
|
style: vue.StyleValue;
|
|
23815
23816
|
title: string | number | boolean;
|
|
23817
|
+
tag: string | JSXComponent;
|
|
23816
23818
|
density: Density;
|
|
23817
23819
|
subtitle: string | number | boolean;
|
|
23818
23820
|
}, true, {}, vue.SlotsType<Partial<{
|
|
@@ -23830,6 +23832,7 @@ declare const VCardItem: {
|
|
|
23830
23832
|
Defaults: {};
|
|
23831
23833
|
}, {
|
|
23832
23834
|
style: vue.StyleValue;
|
|
23835
|
+
tag: string | JSXComponent;
|
|
23833
23836
|
density: Density;
|
|
23834
23837
|
} & {
|
|
23835
23838
|
title?: string | number | boolean | undefined;
|
|
@@ -23865,6 +23868,7 @@ declare const VCardItem: {
|
|
|
23865
23868
|
}, {}, {}, {}, {}, {
|
|
23866
23869
|
style: vue.StyleValue;
|
|
23867
23870
|
title: string | number | boolean;
|
|
23871
|
+
tag: string | JSXComponent;
|
|
23868
23872
|
density: Density;
|
|
23869
23873
|
subtitle: string | number | boolean;
|
|
23870
23874
|
}>;
|
|
@@ -23873,6 +23877,7 @@ declare const VCardItem: {
|
|
|
23873
23877
|
__isSuspense?: never;
|
|
23874
23878
|
} & vue.ComponentOptionsBase<{
|
|
23875
23879
|
style: vue.StyleValue;
|
|
23880
|
+
tag: string | JSXComponent;
|
|
23876
23881
|
density: Density;
|
|
23877
23882
|
} & {
|
|
23878
23883
|
title?: string | number | boolean | undefined;
|
|
@@ -23908,6 +23913,7 @@ declare const VCardItem: {
|
|
|
23908
23913
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
23909
23914
|
style: vue.StyleValue;
|
|
23910
23915
|
title: string | number | boolean;
|
|
23916
|
+
tag: string | JSXComponent;
|
|
23911
23917
|
density: Density;
|
|
23912
23918
|
subtitle: string | number | boolean;
|
|
23913
23919
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -23917,6 +23923,10 @@ declare const VCardItem: {
|
|
|
23917
23923
|
title: () => vue.VNode[];
|
|
23918
23924
|
subtitle: () => vue.VNode[];
|
|
23919
23925
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
23926
|
+
tag: {
|
|
23927
|
+
type: vue.PropType<string | JSXComponent>;
|
|
23928
|
+
default: string;
|
|
23929
|
+
};
|
|
23920
23930
|
density: {
|
|
23921
23931
|
type: vue.PropType<Density>;
|
|
23922
23932
|
default: string;
|
|
@@ -23940,6 +23950,10 @@ declare const VCardItem: {
|
|
|
23940
23950
|
default: undefined;
|
|
23941
23951
|
};
|
|
23942
23952
|
}, vue.ExtractPropTypes<{
|
|
23953
|
+
tag: {
|
|
23954
|
+
type: vue.PropType<string | JSXComponent>;
|
|
23955
|
+
default: string;
|
|
23956
|
+
};
|
|
23943
23957
|
density: {
|
|
23944
23958
|
type: vue.PropType<Density>;
|
|
23945
23959
|
default: string;
|
|
@@ -24463,6 +24477,7 @@ type VCard = InstanceType<typeof VCard>;
|
|
|
24463
24477
|
declare const VCardActions: {
|
|
24464
24478
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
|
24465
24479
|
style: vue.StyleValue;
|
|
24480
|
+
tag: string | JSXComponent;
|
|
24466
24481
|
} & {
|
|
24467
24482
|
class?: any;
|
|
24468
24483
|
} & {
|
|
@@ -24478,6 +24493,7 @@ declare const VCardActions: {
|
|
|
24478
24493
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
24479
24494
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
24480
24495
|
style: vue.StyleValue;
|
|
24496
|
+
tag: string | JSXComponent;
|
|
24481
24497
|
}, true, {}, vue.SlotsType<Partial<{
|
|
24482
24498
|
default: () => vue.VNode[];
|
|
24483
24499
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
|
@@ -24489,6 +24505,7 @@ declare const VCardActions: {
|
|
|
24489
24505
|
Defaults: {};
|
|
24490
24506
|
}, {
|
|
24491
24507
|
style: vue.StyleValue;
|
|
24508
|
+
tag: string | JSXComponent;
|
|
24492
24509
|
} & {
|
|
24493
24510
|
class?: any;
|
|
24494
24511
|
} & {
|
|
@@ -24504,12 +24521,14 @@ declare const VCardActions: {
|
|
|
24504
24521
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
24505
24522
|
}, {}, {}, {}, {}, {
|
|
24506
24523
|
style: vue.StyleValue;
|
|
24524
|
+
tag: string | JSXComponent;
|
|
24507
24525
|
}>;
|
|
24508
24526
|
__isFragment?: never;
|
|
24509
24527
|
__isTeleport?: never;
|
|
24510
24528
|
__isSuspense?: never;
|
|
24511
24529
|
} & vue.ComponentOptionsBase<{
|
|
24512
24530
|
style: vue.StyleValue;
|
|
24531
|
+
tag: string | JSXComponent;
|
|
24513
24532
|
} & {
|
|
24514
24533
|
class?: any;
|
|
24515
24534
|
} & {
|
|
@@ -24525,15 +24544,24 @@ declare const VCardActions: {
|
|
|
24525
24544
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
24526
24545
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
24527
24546
|
style: vue.StyleValue;
|
|
24547
|
+
tag: string | JSXComponent;
|
|
24528
24548
|
}, {}, string, vue.SlotsType<Partial<{
|
|
24529
24549
|
default: () => vue.VNode[];
|
|
24530
24550
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
24551
|
+
tag: {
|
|
24552
|
+
type: vue.PropType<string | JSXComponent>;
|
|
24553
|
+
default: string;
|
|
24554
|
+
};
|
|
24531
24555
|
class: vue.PropType<ClassValue>;
|
|
24532
24556
|
style: {
|
|
24533
24557
|
type: vue.PropType<vue.StyleValue>;
|
|
24534
24558
|
default: null;
|
|
24535
24559
|
};
|
|
24536
24560
|
}, vue.ExtractPropTypes<{
|
|
24561
|
+
tag: {
|
|
24562
|
+
type: vue.PropType<string | JSXComponent>;
|
|
24563
|
+
default: string;
|
|
24564
|
+
};
|
|
24537
24565
|
class: vue.PropType<ClassValue>;
|
|
24538
24566
|
style: {
|
|
24539
24567
|
type: vue.PropType<vue.StyleValue>;
|
|
@@ -108985,7 +109013,7 @@ declare const VMaskInput: {
|
|
|
108985
109013
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
108986
109014
|
};
|
|
108987
109015
|
$forceUpdate: () => void;
|
|
108988
|
-
$nextTick: typeof
|
|
109016
|
+
$nextTick: typeof nextTick;
|
|
108989
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;
|
|
108990
109018
|
} & Readonly<{
|
|
108991
109019
|
error: boolean;
|
|
@@ -109222,7 +109250,7 @@ declare const VMaskInput: {
|
|
|
109222
109250
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
109223
109251
|
};
|
|
109224
109252
|
$forceUpdate: () => void;
|
|
109225
|
-
$nextTick: typeof
|
|
109253
|
+
$nextTick: typeof nextTick;
|
|
109226
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;
|
|
109227
109255
|
} & Readonly<{
|
|
109228
109256
|
flat: boolean;
|
|
@@ -109369,7 +109397,7 @@ declare const VMaskInput: {
|
|
|
109369
109397
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
109370
109398
|
};
|
|
109371
109399
|
$forceUpdate: () => void;
|
|
109372
|
-
$nextTick: typeof
|
|
109400
|
+
$nextTick: typeof nextTick;
|
|
109373
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;
|
|
109374
109402
|
} & Readonly<{
|
|
109375
109403
|
flat: boolean;
|
|
@@ -109692,7 +109720,7 @@ declare const VMaskInput: {
|
|
|
109692
109720
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
109693
109721
|
};
|
|
109694
109722
|
$forceUpdate: () => void;
|
|
109695
|
-
$nextTick: typeof
|
|
109723
|
+
$nextTick: typeof nextTick;
|
|
109696
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;
|
|
109697
109725
|
} & Readonly<{
|
|
109698
109726
|
error: boolean;
|
|
@@ -109929,7 +109957,7 @@ declare const VMaskInput: {
|
|
|
109929
109957
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
109930
109958
|
};
|
|
109931
109959
|
$forceUpdate: () => void;
|
|
109932
|
-
$nextTick: typeof
|
|
109960
|
+
$nextTick: typeof nextTick;
|
|
109933
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;
|
|
109934
109962
|
} & Readonly<{
|
|
109935
109963
|
flat: boolean;
|
|
@@ -110164,7 +110192,7 @@ declare const VMaskInput: {
|
|
|
110164
110192
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
110165
110193
|
};
|
|
110166
110194
|
$forceUpdate: () => void;
|
|
110167
|
-
$nextTick: typeof
|
|
110195
|
+
$nextTick: typeof nextTick;
|
|
110168
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;
|
|
110169
110197
|
} & Readonly<{
|
|
110170
110198
|
error: boolean;
|
|
@@ -110401,7 +110429,7 @@ declare const VMaskInput: {
|
|
|
110401
110429
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
110402
110430
|
};
|
|
110403
110431
|
$forceUpdate: () => void;
|
|
110404
|
-
$nextTick: typeof
|
|
110432
|
+
$nextTick: typeof nextTick;
|
|
110405
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;
|
|
110406
110434
|
} & Readonly<{
|
|
110407
110435
|
flat: boolean;
|
|
@@ -111144,7 +111172,7 @@ declare const VMaskInput: {
|
|
|
111144
111172
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
111145
111173
|
};
|
|
111146
111174
|
$forceUpdate: () => void;
|
|
111147
|
-
$nextTick: typeof
|
|
111175
|
+
$nextTick: typeof nextTick;
|
|
111148
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;
|
|
111149
111177
|
} & Readonly<{
|
|
111150
111178
|
error: boolean;
|
|
@@ -111381,7 +111409,7 @@ declare const VMaskInput: {
|
|
|
111381
111409
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
111382
111410
|
};
|
|
111383
111411
|
$forceUpdate: () => void;
|
|
111384
|
-
$nextTick: typeof
|
|
111412
|
+
$nextTick: typeof nextTick;
|
|
111385
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;
|
|
111386
111414
|
} & Readonly<{
|
|
111387
111415
|
flat: boolean;
|
|
@@ -111528,7 +111556,7 @@ declare const VMaskInput: {
|
|
|
111528
111556
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
111529
111557
|
};
|
|
111530
111558
|
$forceUpdate: () => void;
|
|
111531
|
-
$nextTick: typeof
|
|
111559
|
+
$nextTick: typeof nextTick;
|
|
111532
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;
|
|
111533
111561
|
} & Readonly<{
|
|
111534
111562
|
flat: boolean;
|
|
@@ -111851,7 +111879,7 @@ declare const VMaskInput: {
|
|
|
111851
111879
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
111852
111880
|
};
|
|
111853
111881
|
$forceUpdate: () => void;
|
|
111854
|
-
$nextTick: typeof
|
|
111882
|
+
$nextTick: typeof nextTick;
|
|
111855
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;
|
|
111856
111884
|
} & Readonly<{
|
|
111857
111885
|
error: boolean;
|
|
@@ -112088,7 +112116,7 @@ declare const VMaskInput: {
|
|
|
112088
112116
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
112089
112117
|
};
|
|
112090
112118
|
$forceUpdate: () => void;
|
|
112091
|
-
$nextTick: typeof
|
|
112119
|
+
$nextTick: typeof nextTick;
|
|
112092
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;
|
|
112093
112121
|
} & Readonly<{
|
|
112094
112122
|
flat: boolean;
|
|
@@ -112323,7 +112351,7 @@ declare const VMaskInput: {
|
|
|
112323
112351
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
112324
112352
|
};
|
|
112325
112353
|
$forceUpdate: () => void;
|
|
112326
|
-
$nextTick: typeof
|
|
112354
|
+
$nextTick: typeof nextTick;
|
|
112327
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;
|
|
112328
112356
|
} & Readonly<{
|
|
112329
112357
|
error: boolean;
|
|
@@ -112560,7 +112588,7 @@ declare const VMaskInput: {
|
|
|
112560
112588
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
112561
112589
|
};
|
|
112562
112590
|
$forceUpdate: () => void;
|
|
112563
|
-
$nextTick: typeof
|
|
112591
|
+
$nextTick: typeof nextTick;
|
|
112564
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;
|
|
112565
112593
|
} & Readonly<{
|
|
112566
112594
|
flat: boolean;
|
|
@@ -113281,7 +113309,7 @@ declare const VMaskInput: {
|
|
|
113281
113309
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
113282
113310
|
};
|
|
113283
113311
|
$forceUpdate: () => void;
|
|
113284
|
-
$nextTick: typeof
|
|
113312
|
+
$nextTick: typeof nextTick;
|
|
113285
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;
|
|
113286
113314
|
} & Readonly<{
|
|
113287
113315
|
error: boolean;
|
|
@@ -113518,7 +113546,7 @@ declare const VMaskInput: {
|
|
|
113518
113546
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
113519
113547
|
};
|
|
113520
113548
|
$forceUpdate: () => void;
|
|
113521
|
-
$nextTick: typeof
|
|
113549
|
+
$nextTick: typeof nextTick;
|
|
113522
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;
|
|
113523
113551
|
} & Readonly<{
|
|
113524
113552
|
flat: boolean;
|
|
@@ -113665,7 +113693,7 @@ declare const VMaskInput: {
|
|
|
113665
113693
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
113666
113694
|
};
|
|
113667
113695
|
$forceUpdate: () => void;
|
|
113668
|
-
$nextTick: typeof
|
|
113696
|
+
$nextTick: typeof nextTick;
|
|
113669
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;
|
|
113670
113698
|
} & Readonly<{
|
|
113671
113699
|
flat: boolean;
|
|
@@ -113988,7 +114016,7 @@ declare const VMaskInput: {
|
|
|
113988
114016
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
113989
114017
|
};
|
|
113990
114018
|
$forceUpdate: () => void;
|
|
113991
|
-
$nextTick: typeof
|
|
114019
|
+
$nextTick: typeof nextTick;
|
|
113992
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;
|
|
113993
114021
|
} & Readonly<{
|
|
113994
114022
|
error: boolean;
|
|
@@ -114225,7 +114253,7 @@ declare const VMaskInput: {
|
|
|
114225
114253
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
114226
114254
|
};
|
|
114227
114255
|
$forceUpdate: () => void;
|
|
114228
|
-
$nextTick: typeof
|
|
114256
|
+
$nextTick: typeof nextTick;
|
|
114229
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;
|
|
114230
114258
|
} & Readonly<{
|
|
114231
114259
|
flat: boolean;
|
|
@@ -114460,7 +114488,7 @@ declare const VMaskInput: {
|
|
|
114460
114488
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
114461
114489
|
};
|
|
114462
114490
|
$forceUpdate: () => void;
|
|
114463
|
-
$nextTick: typeof
|
|
114491
|
+
$nextTick: typeof nextTick;
|
|
114464
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;
|
|
114465
114493
|
} & Readonly<{
|
|
114466
114494
|
error: boolean;
|
|
@@ -114697,7 +114725,7 @@ declare const VMaskInput: {
|
|
|
114697
114725
|
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
114698
114726
|
};
|
|
114699
114727
|
$forceUpdate: () => void;
|
|
114700
|
-
$nextTick: typeof
|
|
114728
|
+
$nextTick: typeof nextTick;
|
|
114701
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;
|
|
114702
114730
|
} & Readonly<{
|
|
114703
114731
|
flat: boolean;
|
|
@@ -123903,50 +123931,40 @@ declare module 'vue' {
|
|
|
123903
123931
|
$children?: VNodeChild
|
|
123904
123932
|
}
|
|
123905
123933
|
export interface GlobalComponents {
|
|
123906
|
-
|
|
123934
|
+
VAlert: VAlert
|
|
123935
|
+
VAlertTitle: VAlertTitle
|
|
123907
123936
|
VAppBar: VAppBar
|
|
123908
123937
|
VAppBarNavIcon: VAppBarNavIcon
|
|
123909
123938
|
VAppBarTitle: VAppBarTitle
|
|
123910
123939
|
VAutocomplete: VAutocomplete
|
|
123911
|
-
|
|
123912
|
-
VAlertTitle: VAlertTitle
|
|
123913
|
-
VBadge: VBadge
|
|
123940
|
+
VApp: VApp
|
|
123914
123941
|
VBottomSheet: VBottomSheet
|
|
123915
|
-
|
|
123916
|
-
VBanner: VBanner
|
|
123917
|
-
VBannerActions: VBannerActions
|
|
123918
|
-
VBannerText: VBannerText
|
|
123919
|
-
VBtnGroup: VBtnGroup
|
|
123942
|
+
VBadge: VBadge
|
|
123920
123943
|
VBreadcrumbs: VBreadcrumbs
|
|
123921
123944
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
123922
123945
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
123946
|
+
VBanner: VBanner
|
|
123947
|
+
VBannerActions: VBannerActions
|
|
123948
|
+
VBannerText: VBannerText
|
|
123923
123949
|
VBottomNavigation: VBottomNavigation
|
|
123924
|
-
|
|
123925
|
-
|
|
123926
|
-
VBtn: VBtn
|
|
123950
|
+
VAvatar: VAvatar
|
|
123951
|
+
VBtnGroup: VBtnGroup
|
|
123927
123952
|
VBtnToggle: VBtnToggle
|
|
123953
|
+
VBtn: VBtn
|
|
123954
|
+
VColorPicker: VColorPicker
|
|
123955
|
+
VChip: VChip
|
|
123956
|
+
VChipGroup: VChipGroup
|
|
123957
|
+
VCode: VCode
|
|
123928
123958
|
VCard: VCard
|
|
123929
123959
|
VCardActions: VCardActions
|
|
123930
123960
|
VCardItem: VCardItem
|
|
123931
123961
|
VCardSubtitle: VCardSubtitle
|
|
123932
123962
|
VCardText: VCardText
|
|
123933
123963
|
VCardTitle: VCardTitle
|
|
123934
|
-
VCode: VCode
|
|
123935
|
-
VCheckbox: VCheckbox
|
|
123936
|
-
VCheckboxBtn: VCheckboxBtn
|
|
123937
123964
|
VCombobox: VCombobox
|
|
123938
|
-
VDialog: VDialog
|
|
123939
|
-
VChip: VChip
|
|
123940
|
-
VDatePicker: VDatePicker
|
|
123941
|
-
VDatePickerControls: VDatePickerControls
|
|
123942
|
-
VDatePickerHeader: VDatePickerHeader
|
|
123943
|
-
VDatePickerMonth: VDatePickerMonth
|
|
123944
|
-
VDatePickerMonths: VDatePickerMonths
|
|
123945
|
-
VDatePickerYears: VDatePickerYears
|
|
123946
|
-
VColorPicker: VColorPicker
|
|
123947
|
-
VChipGroup: VChipGroup
|
|
123948
|
-
VEmptyState: VEmptyState
|
|
123949
123965
|
VCounter: VCounter
|
|
123966
|
+
VCheckbox: VCheckbox
|
|
123967
|
+
VCheckboxBtn: VCheckboxBtn
|
|
123950
123968
|
VDataTable: VDataTable
|
|
123951
123969
|
VDataTableHeaders: VDataTableHeaders
|
|
123952
123970
|
VDataTableFooter: VDataTableFooter
|
|
@@ -123954,27 +123972,35 @@ declare module 'vue' {
|
|
|
123954
123972
|
VDataTableRow: VDataTableRow
|
|
123955
123973
|
VDataTableVirtual: VDataTableVirtual
|
|
123956
123974
|
VDataTableServer: VDataTableServer
|
|
123975
|
+
VDialog: VDialog
|
|
123957
123976
|
VDivider: VDivider
|
|
123958
|
-
|
|
123959
|
-
|
|
123977
|
+
VDatePicker: VDatePicker
|
|
123978
|
+
VDatePickerControls: VDatePickerControls
|
|
123979
|
+
VDatePickerHeader: VDatePickerHeader
|
|
123980
|
+
VDatePickerMonth: VDatePickerMonth
|
|
123981
|
+
VDatePickerMonths: VDatePickerMonths
|
|
123982
|
+
VDatePickerYears: VDatePickerYears
|
|
123960
123983
|
VExpansionPanels: VExpansionPanels
|
|
123961
123984
|
VExpansionPanel: VExpansionPanel
|
|
123962
123985
|
VExpansionPanelText: VExpansionPanelText
|
|
123963
123986
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
123964
|
-
|
|
123987
|
+
VEmptyState: VEmptyState
|
|
123965
123988
|
VFab: VFab
|
|
123989
|
+
VField: VField
|
|
123990
|
+
VFieldLabel: VFieldLabel
|
|
123966
123991
|
VFooter: VFooter
|
|
123992
|
+
VFileInput: VFileInput
|
|
123993
|
+
VInfiniteScroll: VInfiniteScroll
|
|
123994
|
+
VImg: VImg
|
|
123967
123995
|
VIcon: VIcon
|
|
123968
123996
|
VComponentIcon: VComponentIcon
|
|
123969
123997
|
VSvgIcon: VSvgIcon
|
|
123970
123998
|
VLigatureIcon: VLigatureIcon
|
|
123971
123999
|
VClassIcon: VClassIcon
|
|
123972
|
-
VInfiniteScroll: VInfiniteScroll
|
|
123973
124000
|
VInput: VInput
|
|
123974
|
-
VLabel: VLabel
|
|
123975
|
-
VImg: VImg
|
|
123976
124001
|
VItemGroup: VItemGroup
|
|
123977
124002
|
VItem: VItem
|
|
124003
|
+
VLabel: VLabel
|
|
123978
124004
|
VKbd: VKbd
|
|
123979
124005
|
VList: VList
|
|
123980
124006
|
VListGroup: VListGroup
|
|
@@ -123985,16 +124011,16 @@ declare module 'vue' {
|
|
|
123985
124011
|
VListItemSubtitle: VListItemSubtitle
|
|
123986
124012
|
VListItemTitle: VListItemTitle
|
|
123987
124013
|
VListSubheader: VListSubheader
|
|
123988
|
-
VNavigationDrawer: VNavigationDrawer
|
|
123989
124014
|
VMenu: VMenu
|
|
123990
124015
|
VMessages: VMessages
|
|
123991
|
-
|
|
124016
|
+
VNavigationDrawer: VNavigationDrawer
|
|
124017
|
+
VMain: VMain
|
|
123992
124018
|
VOtpInput: VOtpInput
|
|
123993
|
-
|
|
123994
|
-
VProgressCircular: VProgressCircular
|
|
124019
|
+
VPagination: VPagination
|
|
123995
124020
|
VNumberInput: VNumberInput
|
|
123996
|
-
|
|
124021
|
+
VProgressCircular: VProgressCircular
|
|
123997
124022
|
VProgressLinear: VProgressLinear
|
|
124023
|
+
VRadioGroup: VRadioGroup
|
|
123998
124024
|
VRating: VRating
|
|
123999
124025
|
VSelect: VSelect
|
|
124000
124026
|
VSelectionControl: VSelectionControl
|
|
@@ -124003,57 +124029,59 @@ declare module 'vue' {
|
|
|
124003
124029
|
VSlideGroupItem: VSlideGroupItem
|
|
124004
124030
|
VSlider: VSlider
|
|
124005
124031
|
VSkeletonLoader: VSkeletonLoader
|
|
124006
|
-
VSelectionControlGroup: VSelectionControlGroup
|
|
124007
124032
|
VSnackbar: VSnackbar
|
|
124033
|
+
VSelectionControlGroup: VSelectionControlGroup
|
|
124008
124034
|
VStepper: VStepper
|
|
124009
124035
|
VStepperActions: VStepperActions
|
|
124010
124036
|
VStepperHeader: VStepperHeader
|
|
124011
124037
|
VStepperItem: VStepperItem
|
|
124012
124038
|
VStepperWindow: VStepperWindow
|
|
124013
124039
|
VStepperWindowItem: VStepperWindowItem
|
|
124014
|
-
VSwitch: VSwitch
|
|
124015
124040
|
VTable: VTable
|
|
124041
|
+
VSwitch: VSwitch
|
|
124042
|
+
VSystemBar: VSystemBar
|
|
124043
|
+
VTextarea: VTextarea
|
|
124044
|
+
VTextField: VTextField
|
|
124016
124045
|
VTab: VTab
|
|
124017
124046
|
VTabs: VTabs
|
|
124018
124047
|
VTabsWindow: VTabsWindow
|
|
124019
124048
|
VTabsWindowItem: VTabsWindowItem
|
|
124020
|
-
VTextField: VTextField
|
|
124021
124049
|
VTimePicker: VTimePicker
|
|
124022
124050
|
VTimePickerClock: VTimePickerClock
|
|
124023
124051
|
VTimePickerControls: VTimePickerControls
|
|
124024
|
-
VSystemBar: VSystemBar
|
|
124025
|
-
VTimeline: VTimeline
|
|
124026
|
-
VTimelineItem: VTimelineItem
|
|
124027
|
-
VTooltip: VTooltip
|
|
124028
124052
|
VToolbar: VToolbar
|
|
124029
124053
|
VToolbarTitle: VToolbarTitle
|
|
124030
124054
|
VToolbarItems: VToolbarItems
|
|
124031
124055
|
VTreeview: VTreeview
|
|
124032
124056
|
VTreeviewItem: VTreeviewItem
|
|
124033
124057
|
VTreeviewGroup: VTreeviewGroup
|
|
124034
|
-
|
|
124058
|
+
VTooltip: VTooltip
|
|
124059
|
+
VTimeline: VTimeline
|
|
124060
|
+
VTimelineItem: VTimelineItem
|
|
124035
124061
|
VWindow: VWindow
|
|
124036
124062
|
VWindowItem: VWindowItem
|
|
124063
|
+
VCarousel: VCarousel
|
|
124064
|
+
VCarouselItem: VCarouselItem
|
|
124037
124065
|
VConfirmEdit: VConfirmEdit
|
|
124038
124066
|
VDataIterator: VDataIterator
|
|
124039
124067
|
VDefaultsProvider: VDefaultsProvider
|
|
124040
124068
|
VForm: VForm
|
|
124041
|
-
VHover: VHover
|
|
124042
|
-
VMain: VMain
|
|
124043
124069
|
VContainer: VContainer
|
|
124044
124070
|
VCol: VCol
|
|
124045
124071
|
VRow: VRow
|
|
124046
124072
|
VSpacer: VSpacer
|
|
124073
|
+
VHover: VHover
|
|
124047
124074
|
VLayout: VLayout
|
|
124048
124075
|
VLayoutItem: VLayoutItem
|
|
124049
124076
|
VLazy: VLazy
|
|
124077
|
+
VLocaleProvider: VLocaleProvider
|
|
124050
124078
|
VNoSsr: VNoSsr
|
|
124051
124079
|
VParallax: VParallax
|
|
124052
124080
|
VRadio: VRadio
|
|
124053
124081
|
VRangeSlider: VRangeSlider
|
|
124054
124082
|
VResponsive: VResponsive
|
|
124055
|
-
VSnackbarQueue: VSnackbarQueue
|
|
124056
124083
|
VSparkline: VSparkline
|
|
124084
|
+
VSnackbarQueue: VSnackbarQueue
|
|
124057
124085
|
VSpeedDial: VSpeedDial
|
|
124058
124086
|
VThemeProvider: VThemeProvider
|
|
124059
124087
|
VValidation: VValidation
|
|
@@ -124074,32 +124102,32 @@ declare module 'vue' {
|
|
|
124074
124102
|
VExpandTransition: VExpandTransition
|
|
124075
124103
|
VExpandXTransition: VExpandXTransition
|
|
124076
124104
|
VDialogTransition: VDialogTransition
|
|
124077
|
-
|
|
124078
|
-
VCalendar: VCalendar
|
|
124079
|
-
VCalendarDay: VCalendarDay
|
|
124080
|
-
VCalendarHeader: VCalendarHeader
|
|
124081
|
-
VCalendarInterval: VCalendarInterval
|
|
124082
|
-
VCalendarIntervalEvent: VCalendarIntervalEvent
|
|
124083
|
-
VCalendarMonthDay: VCalendarMonthDay
|
|
124084
|
-
VFileUpload: VFileUpload
|
|
124085
|
-
VFileUploadItem: VFileUploadItem
|
|
124086
|
-
VColorInput: VColorInput
|
|
124105
|
+
VOverlay: VOverlay
|
|
124087
124106
|
VIconBtn: VIconBtn
|
|
124088
|
-
|
|
124089
|
-
VPieSegment: VPieSegment
|
|
124090
|
-
VPieTooltip: VPieTooltip
|
|
124107
|
+
VColorInput: VColorInput
|
|
124091
124108
|
VStepperVertical: VStepperVertical
|
|
124092
124109
|
VStepperVerticalItem: VStepperVerticalItem
|
|
124093
124110
|
VStepperVerticalActions: VStepperVerticalActions
|
|
124094
124111
|
VPicker: VPicker
|
|
124095
124112
|
VPickerTitle: VPickerTitle
|
|
124096
|
-
|
|
124113
|
+
VPie: VPie
|
|
124114
|
+
VPieSegment: VPieSegment
|
|
124115
|
+
VPieTooltip: VPieTooltip
|
|
124116
|
+
VCalendar: VCalendar
|
|
124117
|
+
VCalendarDay: VCalendarDay
|
|
124118
|
+
VCalendarHeader: VCalendarHeader
|
|
124119
|
+
VCalendarInterval: VCalendarInterval
|
|
124120
|
+
VCalendarIntervalEvent: VCalendarIntervalEvent
|
|
124121
|
+
VCalendarMonthDay: VCalendarMonthDay
|
|
124097
124122
|
VVideo: VVideo
|
|
124098
124123
|
VVideoControls: VVideoControls
|
|
124099
124124
|
VVideoVolume: VVideoVolume
|
|
124125
|
+
VHotkey: VHotkey
|
|
124100
124126
|
VDateInput: VDateInput
|
|
124101
|
-
|
|
124127
|
+
VFileUpload: VFileUpload
|
|
124128
|
+
VFileUploadItem: VFileUploadItem
|
|
124102
124129
|
VPullToRefresh: VPullToRefresh
|
|
124130
|
+
VMaskInput: VMaskInput
|
|
124103
124131
|
}
|
|
124104
124132
|
export interface GlobalDirectives {
|
|
124105
124133
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|