@vuetify/nightly 3.8.5-dev.2025-05-17 → 3.8.5-dev.2025-05-20
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 +2855 -2851
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +154 -154
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +5580 -5480
- package/dist/vuetify-labs.cjs +136 -69
- package/dist/vuetify-labs.css +5215 -5215
- package/dist/vuetify-labs.d.ts +151 -65
- package/dist/vuetify-labs.esm.js +136 -69
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +136 -69
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +136 -69
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5450 -5450
- package/dist/vuetify.d.ts +148 -62
- package/dist/vuetify.esm.js +136 -69
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +136 -69
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +73 -71
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +26 -2
- package/lib/components/VAutocomplete/VAutocomplete.js +18 -1
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.d.ts +26 -2
- package/lib/components/VCombobox/VCombobox.js +19 -1
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VList/VListChildren.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +14 -0
- package/lib/components/VNumberInput/VNumberInput.js +19 -4
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VSelect/VSelect.d.ts +26 -2
- package/lib/components/VSelect/VSelect.js +18 -1
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/composables/filter.js +3 -0
- package/lib/composables/filter.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +56 -56
- package/lib/framework.js +1 -1
- package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -13476,7 +13476,7 @@ declare const VAutocomplete: {
|
|
13476
13476
|
'update:search': (value: any) => true;
|
13477
13477
|
'update:modelValue': (value: any) => true;
|
13478
13478
|
'update:menu': (value: boolean) => true;
|
13479
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
13479
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
13480
13480
|
flat: boolean;
|
13481
13481
|
reverse: boolean;
|
13482
13482
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -13555,6 +13555,14 @@ declare const VAutocomplete: {
|
|
13555
13555
|
item: ListItem<unknown>;
|
13556
13556
|
index: number;
|
13557
13557
|
}) => vue.VNode[];
|
13558
|
+
subheader: (arg: {
|
13559
|
+
props: Record<string, unknown>;
|
13560
|
+
index: number;
|
13561
|
+
}) => vue.VNode[];
|
13562
|
+
divider: (arg: {
|
13563
|
+
props: Record<string, unknown>;
|
13564
|
+
index: number;
|
13565
|
+
}) => vue.VNode[];
|
13558
13566
|
'prepend-item': () => vue.VNode[];
|
13559
13567
|
'append-item': () => vue.VNode[];
|
13560
13568
|
'no-data': () => vue.VNode[];
|
@@ -18468,7 +18476,7 @@ declare const VAutocomplete: {
|
|
18468
18476
|
'update:search': (value: any) => true;
|
18469
18477
|
'update:modelValue': (value: any) => true;
|
18470
18478
|
'update:menu': (value: boolean) => true;
|
18471
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
18479
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
18472
18480
|
flat: boolean;
|
18473
18481
|
reverse: boolean;
|
18474
18482
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -18547,6 +18555,14 @@ declare const VAutocomplete: {
|
|
18547
18555
|
item: ListItem<unknown>;
|
18548
18556
|
index: number;
|
18549
18557
|
}) => vue.VNode[];
|
18558
|
+
subheader: (arg: {
|
18559
|
+
props: Record<string, unknown>;
|
18560
|
+
index: number;
|
18561
|
+
}) => vue.VNode[];
|
18562
|
+
divider: (arg: {
|
18563
|
+
props: Record<string, unknown>;
|
18564
|
+
index: number;
|
18565
|
+
}) => vue.VNode[];
|
18550
18566
|
'prepend-item': () => vue.VNode[];
|
18551
18567
|
'append-item': () => vue.VNode[];
|
18552
18568
|
'no-data': () => vue.VNode[];
|
@@ -18574,6 +18590,14 @@ declare const VAutocomplete: {
|
|
18574
18590
|
item: ListItem<Item>;
|
18575
18591
|
index: number;
|
18576
18592
|
};
|
18593
|
+
subheader: {
|
18594
|
+
props: Record<string, unknown>;
|
18595
|
+
index: number;
|
18596
|
+
};
|
18597
|
+
divider: {
|
18598
|
+
props: Record<string, unknown>;
|
18599
|
+
index: number;
|
18600
|
+
};
|
18577
18601
|
"prepend-item": never;
|
18578
18602
|
"append-item": never;
|
18579
18603
|
"no-data": never;
|
@@ -30544,7 +30568,7 @@ declare const VCombobox: {
|
|
30544
30568
|
'update:modelValue': (value: any) => true;
|
30545
30569
|
'update:search': (value: string) => true;
|
30546
30570
|
'update:menu': (value: boolean) => true;
|
30547
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
30571
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
30548
30572
|
flat: boolean;
|
30549
30573
|
reverse: boolean;
|
30550
30574
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -30623,6 +30647,14 @@ declare const VCombobox: {
|
|
30623
30647
|
item: ListItem<unknown>;
|
30624
30648
|
index: number;
|
30625
30649
|
}) => vue.VNode[];
|
30650
|
+
subheader: (arg: {
|
30651
|
+
props: Record<string, unknown>;
|
30652
|
+
index: number;
|
30653
|
+
}) => vue.VNode[];
|
30654
|
+
divider: (arg: {
|
30655
|
+
props: Record<string, unknown>;
|
30656
|
+
index: number;
|
30657
|
+
}) => vue.VNode[];
|
30626
30658
|
'prepend-item': () => vue.VNode[];
|
30627
30659
|
'append-item': () => vue.VNode[];
|
30628
30660
|
'no-data': () => vue.VNode[];
|
@@ -35532,7 +35564,7 @@ declare const VCombobox: {
|
|
35532
35564
|
'update:modelValue': (value: any) => true;
|
35533
35565
|
'update:search': (value: string) => true;
|
35534
35566
|
'update:menu': (value: boolean) => true;
|
35535
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
35567
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
35536
35568
|
flat: boolean;
|
35537
35569
|
reverse: boolean;
|
35538
35570
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -35611,6 +35643,14 @@ declare const VCombobox: {
|
|
35611
35643
|
item: ListItem<unknown>;
|
35612
35644
|
index: number;
|
35613
35645
|
}) => vue.VNode[];
|
35646
|
+
subheader: (arg: {
|
35647
|
+
props: Record<string, unknown>;
|
35648
|
+
index: number;
|
35649
|
+
}) => vue.VNode[];
|
35650
|
+
divider: (arg: {
|
35651
|
+
props: Record<string, unknown>;
|
35652
|
+
index: number;
|
35653
|
+
}) => vue.VNode[];
|
35614
35654
|
'prepend-item': () => vue.VNode[];
|
35615
35655
|
'append-item': () => vue.VNode[];
|
35616
35656
|
'no-data': () => vue.VNode[];
|
@@ -35638,6 +35678,14 @@ declare const VCombobox: {
|
|
35638
35678
|
item: ListItem<Item>;
|
35639
35679
|
index: number;
|
35640
35680
|
};
|
35681
|
+
subheader: {
|
35682
|
+
props: Record<string, unknown>;
|
35683
|
+
index: number;
|
35684
|
+
};
|
35685
|
+
divider: {
|
35686
|
+
props: Record<string, unknown>;
|
35687
|
+
index: number;
|
35688
|
+
};
|
35641
35689
|
"prepend-item": never;
|
35642
35690
|
"append-item": never;
|
35643
35691
|
"no-data": never;
|
@@ -51608,6 +51656,7 @@ declare const VNumberInput: {
|
|
51608
51656
|
hideInput: boolean;
|
51609
51657
|
controlVariant: ControlVariant;
|
51610
51658
|
precision: number | null;
|
51659
|
+
minFractionDigits: number | null;
|
51611
51660
|
} & {
|
51612
51661
|
name?: string | undefined;
|
51613
51662
|
id?: string | undefined;
|
@@ -53682,6 +53731,7 @@ declare const VNumberInput: {
|
|
53682
53731
|
hideInput: boolean;
|
53683
53732
|
controlVariant: ControlVariant;
|
53684
53733
|
precision: number | null;
|
53734
|
+
minFractionDigits: number | null;
|
53685
53735
|
}, true, {}, vue.SlotsType<Partial<{
|
53686
53736
|
message: (arg: VMessageSlot) => vue.VNode[];
|
53687
53737
|
clear: (arg: DefaultInputSlot & {
|
@@ -53744,6 +53794,7 @@ declare const VNumberInput: {
|
|
53744
53794
|
hideInput: boolean;
|
53745
53795
|
controlVariant: ControlVariant;
|
53746
53796
|
precision: number | null;
|
53797
|
+
minFractionDigits: number | null;
|
53747
53798
|
} & {
|
53748
53799
|
name?: string | undefined;
|
53749
53800
|
id?: string | undefined;
|
@@ -55816,6 +55867,7 @@ declare const VNumberInput: {
|
|
55816
55867
|
hideInput: boolean;
|
55817
55868
|
controlVariant: ControlVariant;
|
55818
55869
|
precision: number | null;
|
55870
|
+
minFractionDigits: number | null;
|
55819
55871
|
}>;
|
55820
55872
|
__isFragment?: never;
|
55821
55873
|
__isTeleport?: never;
|
@@ -55857,6 +55909,7 @@ declare const VNumberInput: {
|
|
55857
55909
|
hideInput: boolean;
|
55858
55910
|
controlVariant: ControlVariant;
|
55859
55911
|
precision: number | null;
|
55912
|
+
minFractionDigits: number | null;
|
55860
55913
|
} & {
|
55861
55914
|
name?: string | undefined;
|
55862
55915
|
id?: string | undefined;
|
@@ -57931,6 +57984,7 @@ declare const VNumberInput: {
|
|
57931
57984
|
hideInput: boolean;
|
57932
57985
|
controlVariant: ControlVariant;
|
57933
57986
|
precision: number | null;
|
57987
|
+
minFractionDigits: number | null;
|
57934
57988
|
}, {}, string, vue.SlotsType<Partial<{
|
57935
57989
|
message: (arg: VMessageSlot) => vue.VNode[];
|
57936
57990
|
clear: (arg: DefaultInputSlot & {
|
@@ -58084,6 +58138,10 @@ declare const VNumberInput: {
|
|
58084
58138
|
type: PropType<number | null>;
|
58085
58139
|
default: number;
|
58086
58140
|
};
|
58141
|
+
minFractionDigits: {
|
58142
|
+
type: PropType<number | null>;
|
58143
|
+
default: null;
|
58144
|
+
};
|
58087
58145
|
}, vue.ExtractPropTypes<{
|
58088
58146
|
flat: BooleanConstructor;
|
58089
58147
|
reverse: BooleanConstructor;
|
@@ -58219,6 +58277,10 @@ declare const VNumberInput: {
|
|
58219
58277
|
type: PropType<number | null>;
|
58220
58278
|
default: number;
|
58221
58279
|
};
|
58280
|
+
minFractionDigits: {
|
58281
|
+
type: PropType<number | null>;
|
58282
|
+
default: null;
|
58283
|
+
};
|
58222
58284
|
}>>;
|
58223
58285
|
type VNumberInput = InstanceType<typeof VNumberInput>;
|
58224
58286
|
|
@@ -64700,7 +64762,7 @@ declare const VSelect: {
|
|
64700
64762
|
'update:focused': (focused: boolean) => true;
|
64701
64763
|
'update:modelValue': (value: any) => true;
|
64702
64764
|
'update:menu': (ue: boolean) => true;
|
64703
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
64765
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
64704
64766
|
flat: boolean;
|
64705
64767
|
reverse: boolean;
|
64706
64768
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -64777,6 +64839,14 @@ declare const VSelect: {
|
|
64777
64839
|
item: ListItem<unknown>;
|
64778
64840
|
index: number;
|
64779
64841
|
}) => vue.VNode[];
|
64842
|
+
subheader: (arg: {
|
64843
|
+
props: Record<string, unknown>;
|
64844
|
+
index: number;
|
64845
|
+
}) => vue.VNode[];
|
64846
|
+
divider: (arg: {
|
64847
|
+
props: Record<string, unknown>;
|
64848
|
+
index: number;
|
64849
|
+
}) => vue.VNode[];
|
64780
64850
|
'prepend-item': () => vue.VNode[];
|
64781
64851
|
'append-item': () => vue.VNode[];
|
64782
64852
|
'no-data': () => vue.VNode[];
|
@@ -69653,7 +69723,7 @@ declare const VSelect: {
|
|
69653
69723
|
'update:focused': (focused: boolean) => true;
|
69654
69724
|
'update:modelValue': (value: any) => true;
|
69655
69725
|
'update:menu': (ue: boolean) => true;
|
69656
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
69726
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "itemValue" | "returnObject" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
69657
69727
|
flat: boolean;
|
69658
69728
|
reverse: boolean;
|
69659
69729
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
@@ -69730,6 +69800,14 @@ declare const VSelect: {
|
|
69730
69800
|
item: ListItem<unknown>;
|
69731
69801
|
index: number;
|
69732
69802
|
}) => vue.VNode[];
|
69803
|
+
subheader: (arg: {
|
69804
|
+
props: Record<string, unknown>;
|
69805
|
+
index: number;
|
69806
|
+
}) => vue.VNode[];
|
69807
|
+
divider: (arg: {
|
69808
|
+
props: Record<string, unknown>;
|
69809
|
+
index: number;
|
69810
|
+
}) => vue.VNode[];
|
69733
69811
|
'prepend-item': () => vue.VNode[];
|
69734
69812
|
'append-item': () => vue.VNode[];
|
69735
69813
|
'no-data': () => vue.VNode[];
|
@@ -69757,6 +69835,14 @@ declare const VSelect: {
|
|
69757
69835
|
item: ListItem<Item>;
|
69758
69836
|
index: number;
|
69759
69837
|
};
|
69838
|
+
subheader: {
|
69839
|
+
props: Record<string, unknown>;
|
69840
|
+
index: number;
|
69841
|
+
};
|
69842
|
+
divider: {
|
69843
|
+
props: Record<string, unknown>;
|
69844
|
+
index: number;
|
69845
|
+
};
|
69760
69846
|
"prepend-item": never;
|
69761
69847
|
"append-item": never;
|
69762
69848
|
"no-data": never;
|
@@ -96706,8 +96792,8 @@ declare const VFileUpload: {
|
|
96706
96792
|
rounded?: string | number | boolean | undefined;
|
96707
96793
|
closeDelay?: string | number | undefined;
|
96708
96794
|
openDelay?: string | number | undefined;
|
96709
|
-
subtitle?: string | undefined;
|
96710
96795
|
thickness?: string | number | undefined;
|
96796
|
+
subtitle?: string | undefined;
|
96711
96797
|
} & {
|
96712
96798
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
96713
96799
|
browse?: ((arg: {
|
@@ -96852,8 +96938,8 @@ declare const VFileUpload: {
|
|
96852
96938
|
rounded?: string | number | boolean | undefined;
|
96853
96939
|
closeDelay?: string | number | undefined;
|
96854
96940
|
openDelay?: string | number | undefined;
|
96855
|
-
subtitle?: string | undefined;
|
96856
96941
|
thickness?: string | number | undefined;
|
96942
|
+
subtitle?: string | undefined;
|
96857
96943
|
} & {
|
96858
96944
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
96859
96945
|
browse?: ((arg: {
|
@@ -96974,8 +97060,8 @@ declare const VFileUpload: {
|
|
96974
97060
|
rounded?: string | number | boolean | undefined;
|
96975
97061
|
closeDelay?: string | number | undefined;
|
96976
97062
|
openDelay?: string | number | undefined;
|
96977
|
-
subtitle?: string | undefined;
|
96978
97063
|
thickness?: string | number | undefined;
|
97064
|
+
subtitle?: string | undefined;
|
96979
97065
|
} & {
|
96980
97066
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
96981
97067
|
browse?: ((arg: {
|
@@ -101798,38 +101884,41 @@ declare module 'vue' {
|
|
101798
101884
|
$children?: VNodeChild
|
101799
101885
|
}
|
101800
101886
|
export interface GlobalComponents {
|
101801
|
-
VApp: VApp
|
101802
101887
|
VAppBar: VAppBar
|
101803
101888
|
VAppBarNavIcon: VAppBarNavIcon
|
101804
101889
|
VAppBarTitle: VAppBarTitle
|
101890
|
+
VAlert: VAlert
|
101891
|
+
VAlertTitle: VAlertTitle
|
101805
101892
|
VAutocomplete: VAutocomplete
|
101893
|
+
VApp: VApp
|
101806
101894
|
VBadge: VBadge
|
101895
|
+
VAvatar: VAvatar
|
101896
|
+
VBtnToggle: VBtnToggle
|
101897
|
+
VBottomNavigation: VBottomNavigation
|
101898
|
+
VBreadcrumbs: VBreadcrumbs
|
101899
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
101900
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
101901
|
+
VBottomSheet: VBottomSheet
|
101902
|
+
VBtnGroup: VBtnGroup
|
101903
|
+
VBtn: VBtn
|
101807
101904
|
VBanner: VBanner
|
101808
101905
|
VBannerActions: VBannerActions
|
101809
101906
|
VBannerText: VBannerText
|
101810
|
-
VAlert: VAlert
|
101811
|
-
VAlertTitle: VAlertTitle
|
101812
|
-
VBottomNavigation: VBottomNavigation
|
101813
|
-
VBottomSheet: VBottomSheet
|
101814
101907
|
VCard: VCard
|
101815
101908
|
VCardActions: VCardActions
|
101816
101909
|
VCardItem: VCardItem
|
101817
101910
|
VCardSubtitle: VCardSubtitle
|
101818
101911
|
VCardText: VCardText
|
101819
101912
|
VCardTitle: VCardTitle
|
101820
|
-
VBtn: VBtn
|
101821
|
-
VBtnGroup: VBtnGroup
|
101822
|
-
VCheckbox: VCheckbox
|
101823
|
-
VCheckboxBtn: VCheckboxBtn
|
101824
101913
|
VCarousel: VCarousel
|
101825
101914
|
VCarouselItem: VCarouselItem
|
101826
|
-
|
101827
|
-
|
101828
|
-
VBreadcrumbsItem: VBreadcrumbsItem
|
101829
|
-
VBreadcrumbsDivider: VBreadcrumbsDivider
|
101830
|
-
VChipGroup: VChipGroup
|
101831
|
-
VBtnToggle: VBtnToggle
|
101915
|
+
VCheckbox: VCheckbox
|
101916
|
+
VCheckboxBtn: VCheckboxBtn
|
101832
101917
|
VChip: VChip
|
101918
|
+
VChipGroup: VChipGroup
|
101919
|
+
VCode: VCode
|
101920
|
+
VColorPicker: VColorPicker
|
101921
|
+
VCombobox: VCombobox
|
101833
101922
|
VDataTable: VDataTable
|
101834
101923
|
VDataTableHeaders: VDataTableHeaders
|
101835
101924
|
VDataTableFooter: VDataTableFooter
|
@@ -101837,38 +101926,37 @@ declare module 'vue' {
|
|
101837
101926
|
VDataTableRow: VDataTableRow
|
101838
101927
|
VDataTableVirtual: VDataTableVirtual
|
101839
101928
|
VDataTableServer: VDataTableServer
|
101840
|
-
VCombobox: VCombobox
|
101841
|
-
VColorPicker: VColorPicker
|
101842
|
-
VDialog: VDialog
|
101843
101929
|
VCounter: VCounter
|
101930
|
+
VDialog: VDialog
|
101931
|
+
VDivider: VDivider
|
101844
101932
|
VDatePicker: VDatePicker
|
101845
101933
|
VDatePickerControls: VDatePickerControls
|
101846
101934
|
VDatePickerHeader: VDatePickerHeader
|
101847
101935
|
VDatePickerMonth: VDatePickerMonth
|
101848
101936
|
VDatePickerMonths: VDatePickerMonths
|
101849
101937
|
VDatePickerYears: VDatePickerYears
|
101938
|
+
VEmptyState: VEmptyState
|
101850
101939
|
VExpansionPanels: VExpansionPanels
|
101851
101940
|
VExpansionPanel: VExpansionPanel
|
101852
101941
|
VExpansionPanelText: VExpansionPanelText
|
101853
101942
|
VExpansionPanelTitle: VExpansionPanelTitle
|
101854
|
-
|
101855
|
-
VEmptyState: VEmptyState
|
101856
|
-
VFooter: VFooter
|
101943
|
+
VFileInput: VFileInput
|
101857
101944
|
VFab: VFab
|
101945
|
+
VFooter: VFooter
|
101858
101946
|
VField: VField
|
101859
101947
|
VFieldLabel: VFieldLabel
|
101860
|
-
VFileInput: VFileInput
|
101861
101948
|
VIcon: VIcon
|
101862
101949
|
VComponentIcon: VComponentIcon
|
101863
101950
|
VSvgIcon: VSvgIcon
|
101864
101951
|
VLigatureIcon: VLigatureIcon
|
101865
101952
|
VClassIcon: VClassIcon
|
101866
|
-
VItemGroup: VItemGroup
|
101867
|
-
VItem: VItem
|
101868
101953
|
VImg: VImg
|
101869
|
-
VInfiniteScroll: VInfiniteScroll
|
101870
101954
|
VInput: VInput
|
101955
|
+
VInfiniteScroll: VInfiniteScroll
|
101871
101956
|
VKbd: VKbd
|
101957
|
+
VItemGroup: VItemGroup
|
101958
|
+
VItem: VItem
|
101959
|
+
VLabel: VLabel
|
101872
101960
|
VList: VList
|
101873
101961
|
VListGroup: VListGroup
|
101874
101962
|
VListImg: VListImg
|
@@ -101880,26 +101968,21 @@ declare module 'vue' {
|
|
101880
101968
|
VListSubheader: VListSubheader
|
101881
101969
|
VMessages: VMessages
|
101882
101970
|
VMain: VMain
|
101883
|
-
VLabel: VLabel
|
101884
101971
|
VMenu: VMenu
|
101885
101972
|
VNumberInput: VNumberInput
|
101886
101973
|
VOverlay: VOverlay
|
101887
|
-
VOtpInput: VOtpInput
|
101888
101974
|
VNavigationDrawer: VNavigationDrawer
|
101975
|
+
VOtpInput: VOtpInput
|
101889
101976
|
VPagination: VPagination
|
101890
|
-
VProgressLinear: VProgressLinear
|
101891
|
-
VAvatar: VAvatar
|
101892
101977
|
VProgressCircular: VProgressCircular
|
101893
|
-
VRating: VRating
|
101894
|
-
VSelect: VSelect
|
101895
101978
|
VRadioGroup: VRadioGroup
|
101896
|
-
|
101897
|
-
VSlideGroup: VSlideGroup
|
101898
|
-
VSlideGroupItem: VSlideGroupItem
|
101979
|
+
VProgressLinear: VProgressLinear
|
101899
101980
|
VSheet: VSheet
|
101900
101981
|
VSelectionControl: VSelectionControl
|
101901
|
-
|
101982
|
+
VSlideGroup: VSlideGroup
|
101983
|
+
VSlideGroupItem: VSlideGroupItem
|
101902
101984
|
VSkeletonLoader: VSkeletonLoader
|
101985
|
+
VSnackbar: VSnackbar
|
101903
101986
|
VSlider: VSlider
|
101904
101987
|
VStepper: VStepper
|
101905
101988
|
VStepperActions: VStepperActions
|
@@ -101907,46 +101990,46 @@ declare module 'vue' {
|
|
101907
101990
|
VStepperItem: VStepperItem
|
101908
101991
|
VStepperWindow: VStepperWindow
|
101909
101992
|
VStepperWindowItem: VStepperWindowItem
|
101993
|
+
VSwitch: VSwitch
|
101994
|
+
VSelectionControlGroup: VSelectionControlGroup
|
101910
101995
|
VSystemBar: VSystemBar
|
101911
|
-
|
101912
|
-
|
101913
|
-
VTabsWindow: VTabsWindow
|
101914
|
-
VTabsWindowItem: VTabsWindowItem
|
101996
|
+
VSelect: VSelect
|
101997
|
+
VTextField: VTextField
|
101915
101998
|
VTable: VTable
|
101916
|
-
|
101999
|
+
VTooltip: VTooltip
|
101917
102000
|
VTimeline: VTimeline
|
101918
102001
|
VTimelineItem: VTimelineItem
|
102002
|
+
VWindow: VWindow
|
102003
|
+
VWindowItem: VWindowItem
|
101919
102004
|
VToolbar: VToolbar
|
101920
102005
|
VToolbarTitle: VToolbarTitle
|
101921
102006
|
VToolbarItems: VToolbarItems
|
101922
102007
|
VTextarea: VTextarea
|
101923
|
-
|
101924
|
-
|
101925
|
-
|
101926
|
-
|
101927
|
-
VConfirmEdit: VConfirmEdit
|
102008
|
+
VTab: VTab
|
102009
|
+
VTabs: VTabs
|
102010
|
+
VTabsWindow: VTabsWindow
|
102011
|
+
VTabsWindowItem: VTabsWindowItem
|
101928
102012
|
VDataIterator: VDataIterator
|
101929
102013
|
VDefaultsProvider: VDefaultsProvider
|
101930
|
-
VForm: VForm
|
101931
102014
|
VContainer: VContainer
|
101932
102015
|
VCol: VCol
|
101933
102016
|
VRow: VRow
|
101934
102017
|
VSpacer: VSpacer
|
101935
102018
|
VHover: VHover
|
102019
|
+
VForm: VForm
|
101936
102020
|
VLayout: VLayout
|
101937
102021
|
VLayoutItem: VLayoutItem
|
101938
|
-
VLocaleProvider: VLocaleProvider
|
101939
102022
|
VNoSsr: VNoSsr
|
101940
|
-
|
102023
|
+
VLazy: VLazy
|
101941
102024
|
VRadio: VRadio
|
102025
|
+
VParallax: VParallax
|
101942
102026
|
VRangeSlider: VRangeSlider
|
101943
102027
|
VResponsive: VResponsive
|
102028
|
+
VSpeedDial: VSpeedDial
|
101944
102029
|
VSnackbarQueue: VSnackbarQueue
|
101945
102030
|
VSparkline: VSparkline
|
101946
|
-
VSpeedDial: VSpeedDial
|
101947
102031
|
VThemeProvider: VThemeProvider
|
101948
102032
|
VValidation: VValidation
|
101949
|
-
VVirtualScroll: VVirtualScroll
|
101950
102033
|
VFabTransition: VFabTransition
|
101951
102034
|
VDialogBottomTransition: VDialogBottomTransition
|
101952
102035
|
VDialogTopTransition: VDialogTopTransition
|
@@ -101963,19 +102046,21 @@ declare module 'vue' {
|
|
101963
102046
|
VExpandTransition: VExpandTransition
|
101964
102047
|
VExpandXTransition: VExpandXTransition
|
101965
102048
|
VDialogTransition: VDialogTransition
|
101966
|
-
|
102049
|
+
VVirtualScroll: VVirtualScroll
|
102050
|
+
VLocaleProvider: VLocaleProvider
|
102051
|
+
VConfirmEdit: VConfirmEdit
|
102052
|
+
VRating: VRating
|
102053
|
+
VColorInput: VColorInput
|
102054
|
+
VFileUpload: VFileUpload
|
102055
|
+
VFileUploadItem: VFileUploadItem
|
101967
102056
|
VCalendar: VCalendar
|
101968
102057
|
VCalendarDay: VCalendarDay
|
101969
102058
|
VCalendarHeader: VCalendarHeader
|
101970
102059
|
VCalendarInterval: VCalendarInterval
|
101971
102060
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
101972
102061
|
VCalendarMonthDay: VCalendarMonthDay
|
101973
|
-
VFileUpload: VFileUpload
|
101974
|
-
VFileUploadItem: VFileUploadItem
|
101975
102062
|
VPicker: VPicker
|
101976
102063
|
VPickerTitle: VPickerTitle
|
101977
|
-
VColorInput: VColorInput
|
101978
|
-
VIconBtn: VIconBtn
|
101979
102064
|
VStepperVertical: VStepperVertical
|
101980
102065
|
VStepperVerticalItem: VStepperVerticalItem
|
101981
102066
|
VStepperVerticalActions: VStepperVerticalActions
|
@@ -101985,7 +102070,8 @@ declare module 'vue' {
|
|
101985
102070
|
VTreeview: VTreeview
|
101986
102071
|
VTreeviewItem: VTreeviewItem
|
101987
102072
|
VTreeviewGroup: VTreeviewGroup
|
101988
|
-
|
102073
|
+
VIconBtn: VIconBtn
|
101989
102074
|
VPullToRefresh: VPullToRefresh
|
102075
|
+
VDateInput: VDateInput
|
101990
102076
|
}
|
101991
102077
|
}
|