@vuetify/nightly 3.8.5-dev.2025-05-18 → 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 +5 -3
- package/dist/json/attributes.json +1597 -1593
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +176 -176
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +3310 -3210
- package/dist/vuetify-labs.cjs +135 -69
- package/dist/vuetify-labs.css +5912 -5912
- package/dist/vuetify-labs.d.ts +161 -75
- package/dist/vuetify-labs.esm.js +135 -69
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +135 -69
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +135 -69
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +1708 -1708
- package/dist/vuetify.d.ts +158 -72
- package/dist/vuetify.esm.js +135 -69
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +135 -69
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +71 -69
- 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 +18 -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 +66 -66
- 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: {
|
@@ -101803,35 +101889,36 @@ declare module 'vue' {
|
|
101803
101889
|
VAppBarTitle: VAppBarTitle
|
101804
101890
|
VAlert: VAlert
|
101805
101891
|
VAlertTitle: VAlertTitle
|
101892
|
+
VAutocomplete: VAutocomplete
|
101893
|
+
VApp: VApp
|
101806
101894
|
VBadge: VBadge
|
101807
101895
|
VAvatar: VAvatar
|
101808
|
-
|
101809
|
-
|
101810
|
-
VBannerText: VBannerText
|
101811
|
-
VApp: VApp
|
101812
|
-
VAutocomplete: VAutocomplete
|
101813
|
-
VBtn: VBtn
|
101896
|
+
VBtnToggle: VBtnToggle
|
101897
|
+
VBottomNavigation: VBottomNavigation
|
101814
101898
|
VBreadcrumbs: VBreadcrumbs
|
101815
101899
|
VBreadcrumbsItem: VBreadcrumbsItem
|
101816
101900
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
101817
|
-
|
101818
|
-
|
101901
|
+
VBottomSheet: VBottomSheet
|
101902
|
+
VBtnGroup: VBtnGroup
|
101903
|
+
VBtn: VBtn
|
101904
|
+
VBanner: VBanner
|
101905
|
+
VBannerActions: VBannerActions
|
101906
|
+
VBannerText: VBannerText
|
101819
101907
|
VCard: VCard
|
101820
101908
|
VCardActions: VCardActions
|
101821
101909
|
VCardItem: VCardItem
|
101822
101910
|
VCardSubtitle: VCardSubtitle
|
101823
101911
|
VCardText: VCardText
|
101824
101912
|
VCardTitle: VCardTitle
|
101825
|
-
VBtnGroup: VBtnGroup
|
101826
|
-
VBtnToggle: VBtnToggle
|
101827
|
-
VColorPicker: VColorPicker
|
101828
|
-
VCode: VCode
|
101829
|
-
VChip: VChip
|
101830
101913
|
VCarousel: VCarousel
|
101831
101914
|
VCarouselItem: VCarouselItem
|
101832
|
-
|
101915
|
+
VCheckbox: VCheckbox
|
101916
|
+
VCheckboxBtn: VCheckboxBtn
|
101917
|
+
VChip: VChip
|
101833
101918
|
VChipGroup: VChipGroup
|
101834
|
-
|
101919
|
+
VCode: VCode
|
101920
|
+
VColorPicker: VColorPicker
|
101921
|
+
VCombobox: VCombobox
|
101835
101922
|
VDataTable: VDataTable
|
101836
101923
|
VDataTableHeaders: VDataTableHeaders
|
101837
101924
|
VDataTableFooter: VDataTableFooter
|
@@ -101839,6 +101926,9 @@ declare module 'vue' {
|
|
101839
101926
|
VDataTableRow: VDataTableRow
|
101840
101927
|
VDataTableVirtual: VDataTableVirtual
|
101841
101928
|
VDataTableServer: VDataTableServer
|
101929
|
+
VCounter: VCounter
|
101930
|
+
VDialog: VDialog
|
101931
|
+
VDivider: VDivider
|
101842
101932
|
VDatePicker: VDatePicker
|
101843
101933
|
VDatePickerControls: VDatePickerControls
|
101844
101934
|
VDatePickerHeader: VDatePickerHeader
|
@@ -101846,23 +101936,27 @@ declare module 'vue' {
|
|
101846
101936
|
VDatePickerMonths: VDatePickerMonths
|
101847
101937
|
VDatePickerYears: VDatePickerYears
|
101848
101938
|
VEmptyState: VEmptyState
|
101849
|
-
VDivider: VDivider
|
101850
|
-
VFab: VFab
|
101851
|
-
VField: VField
|
101852
|
-
VFieldLabel: VFieldLabel
|
101853
|
-
VFileInput: VFileInput
|
101854
|
-
VFooter: VFooter
|
101855
101939
|
VExpansionPanels: VExpansionPanels
|
101856
101940
|
VExpansionPanel: VExpansionPanel
|
101857
101941
|
VExpansionPanelText: VExpansionPanelText
|
101858
101942
|
VExpansionPanelTitle: VExpansionPanelTitle
|
101943
|
+
VFileInput: VFileInput
|
101944
|
+
VFab: VFab
|
101945
|
+
VFooter: VFooter
|
101946
|
+
VField: VField
|
101947
|
+
VFieldLabel: VFieldLabel
|
101948
|
+
VIcon: VIcon
|
101949
|
+
VComponentIcon: VComponentIcon
|
101950
|
+
VSvgIcon: VSvgIcon
|
101951
|
+
VLigatureIcon: VLigatureIcon
|
101952
|
+
VClassIcon: VClassIcon
|
101859
101953
|
VImg: VImg
|
101860
|
-
|
101954
|
+
VInput: VInput
|
101861
101955
|
VInfiniteScroll: VInfiniteScroll
|
101956
|
+
VKbd: VKbd
|
101862
101957
|
VItemGroup: VItemGroup
|
101863
101958
|
VItem: VItem
|
101864
101959
|
VLabel: VLabel
|
101865
|
-
VKbd: VKbd
|
101866
101960
|
VList: VList
|
101867
101961
|
VListGroup: VListGroup
|
101868
101962
|
VListImg: VListImg
|
@@ -101873,77 +101967,69 @@ declare module 'vue' {
|
|
101873
101967
|
VListItemTitle: VListItemTitle
|
101874
101968
|
VListSubheader: VListSubheader
|
101875
101969
|
VMessages: VMessages
|
101876
|
-
VInput: VInput
|
101877
|
-
VNavigationDrawer: VNavigationDrawer
|
101878
|
-
VMenu: VMenu
|
101879
101970
|
VMain: VMain
|
101880
|
-
|
101881
|
-
VOverlay: VOverlay
|
101971
|
+
VMenu: VMenu
|
101882
101972
|
VNumberInput: VNumberInput
|
101973
|
+
VOverlay: VOverlay
|
101974
|
+
VNavigationDrawer: VNavigationDrawer
|
101975
|
+
VOtpInput: VOtpInput
|
101883
101976
|
VPagination: VPagination
|
101884
101977
|
VProgressCircular: VProgressCircular
|
101885
101978
|
VRadioGroup: VRadioGroup
|
101886
101979
|
VProgressLinear: VProgressLinear
|
101887
|
-
VRating: VRating
|
101888
|
-
VSelectionControl: VSelectionControl
|
101889
|
-
VSelectionControlGroup: VSelectionControlGroup
|
101890
|
-
VSelect: VSelect
|
101891
101980
|
VSheet: VSheet
|
101981
|
+
VSelectionControl: VSelectionControl
|
101892
101982
|
VSlideGroup: VSlideGroup
|
101893
101983
|
VSlideGroupItem: VSlideGroupItem
|
101894
101984
|
VSkeletonLoader: VSkeletonLoader
|
101895
|
-
VSlider: VSlider
|
101896
|
-
VBottomSheet: VBottomSheet
|
101897
101985
|
VSnackbar: VSnackbar
|
101898
|
-
|
101986
|
+
VSlider: VSlider
|
101899
101987
|
VStepper: VStepper
|
101900
101988
|
VStepperActions: VStepperActions
|
101901
101989
|
VStepperHeader: VStepperHeader
|
101902
101990
|
VStepperItem: VStepperItem
|
101903
101991
|
VStepperWindow: VStepperWindow
|
101904
101992
|
VStepperWindowItem: VStepperWindowItem
|
101993
|
+
VSwitch: VSwitch
|
101994
|
+
VSelectionControlGroup: VSelectionControlGroup
|
101905
101995
|
VSystemBar: VSystemBar
|
101996
|
+
VSelect: VSelect
|
101997
|
+
VTextField: VTextField
|
101906
101998
|
VTable: VTable
|
101907
|
-
|
101908
|
-
VTabs: VTabs
|
101909
|
-
VTabsWindow: VTabsWindow
|
101910
|
-
VTabsWindowItem: VTabsWindowItem
|
101999
|
+
VTooltip: VTooltip
|
101911
102000
|
VTimeline: VTimeline
|
101912
102001
|
VTimelineItem: VTimelineItem
|
102002
|
+
VWindow: VWindow
|
102003
|
+
VWindowItem: VWindowItem
|
101913
102004
|
VToolbar: VToolbar
|
101914
102005
|
VToolbarTitle: VToolbarTitle
|
101915
102006
|
VToolbarItems: VToolbarItems
|
101916
|
-
VTooltip: VTooltip
|
101917
|
-
VBottomNavigation: VBottomNavigation
|
101918
102007
|
VTextarea: VTextarea
|
101919
|
-
|
101920
|
-
|
101921
|
-
|
101922
|
-
|
101923
|
-
VComponentIcon: VComponentIcon
|
101924
|
-
VSvgIcon: VSvgIcon
|
101925
|
-
VLigatureIcon: VLigatureIcon
|
101926
|
-
VClassIcon: VClassIcon
|
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
|
-
VHover: VHover
|
101932
102014
|
VContainer: VContainer
|
101933
102015
|
VCol: VCol
|
101934
102016
|
VRow: VRow
|
101935
102017
|
VSpacer: VSpacer
|
102018
|
+
VHover: VHover
|
102019
|
+
VForm: VForm
|
101936
102020
|
VLayout: VLayout
|
101937
102021
|
VLayoutItem: VLayoutItem
|
101938
|
-
VLazy: VLazy
|
101939
|
-
VLocaleProvider: VLocaleProvider
|
101940
102022
|
VNoSsr: VNoSsr
|
102023
|
+
VLazy: VLazy
|
101941
102024
|
VRadio: VRadio
|
101942
102025
|
VParallax: VParallax
|
101943
102026
|
VRangeSlider: VRangeSlider
|
101944
102027
|
VResponsive: VResponsive
|
101945
|
-
VSparkline: VSparkline
|
101946
102028
|
VSpeedDial: VSpeedDial
|
102029
|
+
VSnackbarQueue: VSnackbarQueue
|
102030
|
+
VSparkline: VSparkline
|
102031
|
+
VThemeProvider: VThemeProvider
|
102032
|
+
VValidation: VValidation
|
101947
102033
|
VFabTransition: VFabTransition
|
101948
102034
|
VDialogBottomTransition: VDialogBottomTransition
|
101949
102035
|
VDialogTopTransition: VDialogTopTransition
|
@@ -101960,10 +102046,11 @@ declare module 'vue' {
|
|
101960
102046
|
VExpandTransition: VExpandTransition
|
101961
102047
|
VExpandXTransition: VExpandXTransition
|
101962
102048
|
VDialogTransition: VDialogTransition
|
101963
|
-
VValidation: VValidation
|
101964
|
-
VSnackbarQueue: VSnackbarQueue
|
101965
102049
|
VVirtualScroll: VVirtualScroll
|
101966
|
-
|
102050
|
+
VLocaleProvider: VLocaleProvider
|
102051
|
+
VConfirmEdit: VConfirmEdit
|
102052
|
+
VRating: VRating
|
102053
|
+
VColorInput: VColorInput
|
101967
102054
|
VFileUpload: VFileUpload
|
101968
102055
|
VFileUploadItem: VFileUploadItem
|
101969
102056
|
VCalendar: VCalendar
|
@@ -101972,20 +102059,19 @@ declare module 'vue' {
|
|
101972
102059
|
VCalendarInterval: VCalendarInterval
|
101973
102060
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
101974
102061
|
VCalendarMonthDay: VCalendarMonthDay
|
101975
|
-
|
101976
|
-
|
101977
|
-
VTimePickerControls: VTimePickerControls
|
101978
|
-
VColorInput: VColorInput
|
101979
|
-
VIconBtn: VIconBtn
|
102062
|
+
VPicker: VPicker
|
102063
|
+
VPickerTitle: VPickerTitle
|
101980
102064
|
VStepperVertical: VStepperVertical
|
101981
102065
|
VStepperVerticalItem: VStepperVerticalItem
|
101982
102066
|
VStepperVerticalActions: VStepperVerticalActions
|
101983
|
-
|
101984
|
-
|
102067
|
+
VTimePicker: VTimePicker
|
102068
|
+
VTimePickerClock: VTimePickerClock
|
102069
|
+
VTimePickerControls: VTimePickerControls
|
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
|
}
|