@vuetify/nightly 3.7.4-master.2024-11-24 → 3.7.4-master.2024-11-29
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/dist/json/attributes.json +2905 -2905
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +158 -158
- package/dist/json/web-types.json +5578 -5578
- package/dist/vuetify-labs.css +3489 -3489
- package/dist/vuetify-labs.d.ts +199 -199
- package/dist/vuetify-labs.esm.js +48 -46
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +48 -46
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1248 -1248
- package/dist/vuetify.d.ts +182 -182
- package/dist/vuetify.esm.js +42 -39
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +42 -39
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +26 -25
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +4 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +28 -28
- package/lib/components/VChip/VChip.mjs +1 -1
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +9 -9
- package/lib/components/VCombobox/VCombobox.mjs +4 -4
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +28 -28
- package/lib/components/VDatePicker/VDatePickerHeader.mjs +2 -1
- package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +6 -6
- package/lib/components/VList/VList.mjs +3 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +12 -12
- package/lib/components/VSelect/VSelect.mjs +3 -3
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +28 -28
- package/lib/components/VStepper/VStepper.mjs +5 -4
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.mjs +5 -4
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/index.d.mts +58 -52
- package/lib/components/index.d.mts +126 -126
- package/lib/composables/form.mjs +7 -2
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/validation.mjs +10 -12
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +56 -56
- package/lib/labs/VNumberInput/VNumberInput.mjs +3 -3
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +51 -51
- package/lib/labs/VTreeview/VTreeviewItem.mjs +3 -4
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +22 -22
- package/lib/labs/components.d.mts +73 -73
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -4837,8 +4837,8 @@ declare const VList: {
|
|
4837
4837
|
activeColor?: string | undefined;
|
4838
4838
|
activeClass?: string | undefined;
|
4839
4839
|
activeStrategy?: ActiveStrategyProp | undefined;
|
4840
|
-
collapseIcon?:
|
4841
|
-
expandIcon?:
|
4840
|
+
collapseIcon?: IconValue | undefined;
|
4841
|
+
expandIcon?: IconValue | undefined;
|
4842
4842
|
} & {
|
4843
4843
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
4844
4844
|
"onClick:activate"?: ((value: {
|
@@ -4909,8 +4909,8 @@ declare const VList: {
|
|
4909
4909
|
activeColor?: string | undefined;
|
4910
4910
|
activeClass?: string | undefined;
|
4911
4911
|
activeStrategy?: ActiveStrategyProp | undefined;
|
4912
|
-
collapseIcon?:
|
4913
|
-
expandIcon?:
|
4912
|
+
collapseIcon?: IconValue | undefined;
|
4913
|
+
expandIcon?: IconValue | undefined;
|
4914
4914
|
} & {
|
4915
4915
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
4916
4916
|
"onClick:activate"?: ((value: {
|
@@ -5007,8 +5007,8 @@ declare const VList: {
|
|
5007
5007
|
activeColor?: string | undefined;
|
5008
5008
|
activeClass?: string | undefined;
|
5009
5009
|
activeStrategy?: ActiveStrategyProp | undefined;
|
5010
|
-
collapseIcon?:
|
5011
|
-
expandIcon?:
|
5010
|
+
collapseIcon?: IconValue | undefined;
|
5011
|
+
expandIcon?: IconValue | undefined;
|
5012
5012
|
} & {
|
5013
5013
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
5014
5014
|
"onClick:activate"?: ((value: {
|
@@ -5083,8 +5083,8 @@ declare const VList: {
|
|
5083
5083
|
activeColor?: string | undefined;
|
5084
5084
|
activeClass?: string | undefined;
|
5085
5085
|
activeStrategy?: ActiveStrategyProp | undefined;
|
5086
|
-
collapseIcon?:
|
5087
|
-
expandIcon?:
|
5086
|
+
collapseIcon?: IconValue | undefined;
|
5087
|
+
expandIcon?: IconValue | undefined;
|
5088
5088
|
} & {
|
5089
5089
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
5090
5090
|
"onClick:activate"?: ((value: {
|
@@ -5273,8 +5273,8 @@ declare const VList: {
|
|
5273
5273
|
activeClass: StringConstructor;
|
5274
5274
|
bgColor: StringConstructor;
|
5275
5275
|
disabled: BooleanConstructor;
|
5276
|
-
expandIcon:
|
5277
|
-
collapseIcon:
|
5276
|
+
expandIcon: PropType<IconValue>;
|
5277
|
+
collapseIcon: PropType<IconValue>;
|
5278
5278
|
lines: {
|
5279
5279
|
type: PropType<"one" | "two" | "three" | false>;
|
5280
5280
|
default: string;
|
@@ -5382,8 +5382,8 @@ declare const VList: {
|
|
5382
5382
|
activeClass: StringConstructor;
|
5383
5383
|
bgColor: StringConstructor;
|
5384
5384
|
disabled: BooleanConstructor;
|
5385
|
-
expandIcon:
|
5386
|
-
collapseIcon:
|
5385
|
+
expandIcon: PropType<IconValue>;
|
5386
|
+
collapseIcon: PropType<IconValue>;
|
5387
5387
|
lines: {
|
5388
5388
|
type: PropType<"one" | "two" | "three" | false>;
|
5389
5389
|
default: string;
|
@@ -8610,8 +8610,8 @@ declare const VAutocomplete: {
|
|
8610
8610
|
activeColor?: string | undefined;
|
8611
8611
|
activeClass?: string | undefined;
|
8612
8612
|
activeStrategy?: ActiveStrategyProp | undefined;
|
8613
|
-
collapseIcon?:
|
8614
|
-
expandIcon?:
|
8613
|
+
collapseIcon?: IconValue | undefined;
|
8614
|
+
expandIcon?: IconValue | undefined;
|
8615
8615
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
8616
8616
|
"onClick:activate"?: ((value: {
|
8617
8617
|
id: unknown;
|
@@ -8655,8 +8655,8 @@ declare const VAutocomplete: {
|
|
8655
8655
|
activeColor?: string | undefined;
|
8656
8656
|
activeClass?: string | undefined;
|
8657
8657
|
activeStrategy?: ActiveStrategyProp | undefined;
|
8658
|
-
collapseIcon?:
|
8659
|
-
expandIcon?:
|
8658
|
+
collapseIcon?: IconValue | undefined;
|
8659
|
+
expandIcon?: IconValue | undefined;
|
8660
8660
|
} & {
|
8661
8661
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
8662
8662
|
"onClick:activate"?: ((value: {
|
@@ -9105,8 +9105,8 @@ declare const VAutocomplete: {
|
|
9105
9105
|
activeColor?: string | undefined;
|
9106
9106
|
activeClass?: string | undefined;
|
9107
9107
|
activeStrategy?: ActiveStrategyProp | undefined;
|
9108
|
-
collapseIcon?:
|
9109
|
-
expandIcon?:
|
9108
|
+
collapseIcon?: IconValue | undefined;
|
9109
|
+
expandIcon?: IconValue | undefined;
|
9110
9110
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
9111
9111
|
"onClick:activate"?: ((value: {
|
9112
9112
|
id: unknown;
|
@@ -9150,8 +9150,8 @@ declare const VAutocomplete: {
|
|
9150
9150
|
activeColor?: string | undefined;
|
9151
9151
|
activeClass?: string | undefined;
|
9152
9152
|
activeStrategy?: ActiveStrategyProp | undefined;
|
9153
|
-
collapseIcon?:
|
9154
|
-
expandIcon?:
|
9153
|
+
collapseIcon?: IconValue | undefined;
|
9154
|
+
expandIcon?: IconValue | undefined;
|
9155
9155
|
} & {
|
9156
9156
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
9157
9157
|
"onClick:activate"?: ((value: {
|
@@ -9684,8 +9684,8 @@ declare const VAutocomplete: {
|
|
9684
9684
|
activeColor?: string | undefined;
|
9685
9685
|
activeClass?: string | undefined;
|
9686
9686
|
activeStrategy?: ActiveStrategyProp | undefined;
|
9687
|
-
collapseIcon?:
|
9688
|
-
expandIcon?:
|
9687
|
+
collapseIcon?: IconValue | undefined;
|
9688
|
+
expandIcon?: IconValue | undefined;
|
9689
9689
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
9690
9690
|
"onClick:activate"?: ((value: {
|
9691
9691
|
id: unknown;
|
@@ -9729,8 +9729,8 @@ declare const VAutocomplete: {
|
|
9729
9729
|
activeColor?: string | undefined;
|
9730
9730
|
activeClass?: string | undefined;
|
9731
9731
|
activeStrategy?: ActiveStrategyProp | undefined;
|
9732
|
-
collapseIcon?:
|
9733
|
-
expandIcon?:
|
9732
|
+
collapseIcon?: IconValue | undefined;
|
9733
|
+
expandIcon?: IconValue | undefined;
|
9734
9734
|
} & {
|
9735
9735
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
9736
9736
|
"onClick:activate"?: ((value: {
|
@@ -10228,8 +10228,8 @@ declare const VAutocomplete: {
|
|
10228
10228
|
activeColor?: string | undefined;
|
10229
10229
|
activeClass?: string | undefined;
|
10230
10230
|
activeStrategy?: ActiveStrategyProp | undefined;
|
10231
|
-
collapseIcon?:
|
10232
|
-
expandIcon?:
|
10231
|
+
collapseIcon?: IconValue | undefined;
|
10232
|
+
expandIcon?: IconValue | undefined;
|
10233
10233
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
10234
10234
|
"onClick:activate"?: ((value: {
|
10235
10235
|
id: unknown;
|
@@ -10273,8 +10273,8 @@ declare const VAutocomplete: {
|
|
10273
10273
|
activeColor?: string | undefined;
|
10274
10274
|
activeClass?: string | undefined;
|
10275
10275
|
activeStrategy?: ActiveStrategyProp | undefined;
|
10276
|
-
collapseIcon?:
|
10277
|
-
expandIcon?:
|
10276
|
+
collapseIcon?: IconValue | undefined;
|
10277
|
+
expandIcon?: IconValue | undefined;
|
10278
10278
|
} & {
|
10279
10279
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
10280
10280
|
"onClick:activate"?: ((value: {
|
@@ -18841,7 +18841,7 @@ declare const VChip: {
|
|
18841
18841
|
closable: boolean;
|
18842
18842
|
closeIcon: IconValue;
|
18843
18843
|
closeLabel: string;
|
18844
|
-
filterIcon:
|
18844
|
+
filterIcon: IconValue;
|
18845
18845
|
pill: boolean;
|
18846
18846
|
} & {
|
18847
18847
|
link?: boolean | undefined;
|
@@ -18949,7 +18949,7 @@ declare const VChip: {
|
|
18949
18949
|
closable: boolean;
|
18950
18950
|
closeIcon: IconValue;
|
18951
18951
|
closeLabel: string;
|
18952
|
-
filterIcon:
|
18952
|
+
filterIcon: IconValue;
|
18953
18953
|
pill: boolean;
|
18954
18954
|
} & {
|
18955
18955
|
link?: boolean | undefined;
|
@@ -19052,7 +19052,7 @@ declare const VChip: {
|
|
19052
19052
|
closable: boolean;
|
19053
19053
|
closeIcon: IconValue;
|
19054
19054
|
closeLabel: string;
|
19055
|
-
filterIcon:
|
19055
|
+
filterIcon: IconValue;
|
19056
19056
|
pill: boolean;
|
19057
19057
|
}, true, {}, vue.SlotsType<Partial<{
|
19058
19058
|
default: (arg: {
|
@@ -19095,7 +19095,7 @@ declare const VChip: {
|
|
19095
19095
|
closable: boolean;
|
19096
19096
|
closeIcon: IconValue;
|
19097
19097
|
closeLabel: string;
|
19098
|
-
filterIcon:
|
19098
|
+
filterIcon: IconValue;
|
19099
19099
|
pill: boolean;
|
19100
19100
|
} & {
|
19101
19101
|
link?: boolean | undefined;
|
@@ -19198,7 +19198,7 @@ declare const VChip: {
|
|
19198
19198
|
closable: boolean;
|
19199
19199
|
closeIcon: IconValue;
|
19200
19200
|
closeLabel: string;
|
19201
|
-
filterIcon:
|
19201
|
+
filterIcon: IconValue;
|
19202
19202
|
pill: boolean;
|
19203
19203
|
}>;
|
19204
19204
|
__isFragment?: never;
|
@@ -19224,7 +19224,7 @@ declare const VChip: {
|
|
19224
19224
|
closable: boolean;
|
19225
19225
|
closeIcon: IconValue;
|
19226
19226
|
closeLabel: string;
|
19227
|
-
filterIcon:
|
19227
|
+
filterIcon: IconValue;
|
19228
19228
|
pill: boolean;
|
19229
19229
|
} & {
|
19230
19230
|
link?: boolean | undefined;
|
@@ -19334,7 +19334,7 @@ declare const VChip: {
|
|
19334
19334
|
closable: boolean;
|
19335
19335
|
closeIcon: IconValue;
|
19336
19336
|
closeLabel: string;
|
19337
|
-
filterIcon:
|
19337
|
+
filterIcon: IconValue;
|
19338
19338
|
pill: boolean;
|
19339
19339
|
}, {}, string, vue.SlotsType<Partial<{
|
19340
19340
|
default: (arg: {
|
@@ -19414,7 +19414,7 @@ declare const VChip: {
|
|
19414
19414
|
draggable: BooleanConstructor;
|
19415
19415
|
filter: BooleanConstructor;
|
19416
19416
|
filterIcon: {
|
19417
|
-
type:
|
19417
|
+
type: PropType<IconValue>;
|
19418
19418
|
default: string;
|
19419
19419
|
};
|
19420
19420
|
label: BooleanConstructor;
|
@@ -19500,7 +19500,7 @@ declare const VChip: {
|
|
19500
19500
|
draggable: BooleanConstructor;
|
19501
19501
|
filter: BooleanConstructor;
|
19502
19502
|
filterIcon: {
|
19503
|
-
type:
|
19503
|
+
type: PropType<IconValue>;
|
19504
19504
|
default: string;
|
19505
19505
|
};
|
19506
19506
|
label: BooleanConstructor;
|
@@ -20597,8 +20597,8 @@ declare const VCombobox: {
|
|
20597
20597
|
activeColor?: string | undefined;
|
20598
20598
|
activeClass?: string | undefined;
|
20599
20599
|
activeStrategy?: ActiveStrategyProp | undefined;
|
20600
|
-
collapseIcon?:
|
20601
|
-
expandIcon?:
|
20600
|
+
collapseIcon?: IconValue | undefined;
|
20601
|
+
expandIcon?: IconValue | undefined;
|
20602
20602
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
20603
20603
|
"onClick:activate"?: ((value: {
|
20604
20604
|
id: unknown;
|
@@ -20642,8 +20642,8 @@ declare const VCombobox: {
|
|
20642
20642
|
activeColor?: string | undefined;
|
20643
20643
|
activeClass?: string | undefined;
|
20644
20644
|
activeStrategy?: ActiveStrategyProp | undefined;
|
20645
|
-
collapseIcon?:
|
20646
|
-
expandIcon?:
|
20645
|
+
collapseIcon?: IconValue | undefined;
|
20646
|
+
expandIcon?: IconValue | undefined;
|
20647
20647
|
} & {
|
20648
20648
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
20649
20649
|
"onClick:activate"?: ((value: {
|
@@ -21092,8 +21092,8 @@ declare const VCombobox: {
|
|
21092
21092
|
activeColor?: string | undefined;
|
21093
21093
|
activeClass?: string | undefined;
|
21094
21094
|
activeStrategy?: ActiveStrategyProp | undefined;
|
21095
|
-
collapseIcon?:
|
21096
|
-
expandIcon?:
|
21095
|
+
collapseIcon?: IconValue | undefined;
|
21096
|
+
expandIcon?: IconValue | undefined;
|
21097
21097
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
21098
21098
|
"onClick:activate"?: ((value: {
|
21099
21099
|
id: unknown;
|
@@ -21137,8 +21137,8 @@ declare const VCombobox: {
|
|
21137
21137
|
activeColor?: string | undefined;
|
21138
21138
|
activeClass?: string | undefined;
|
21139
21139
|
activeStrategy?: ActiveStrategyProp | undefined;
|
21140
|
-
collapseIcon?:
|
21141
|
-
expandIcon?:
|
21140
|
+
collapseIcon?: IconValue | undefined;
|
21141
|
+
expandIcon?: IconValue | undefined;
|
21142
21142
|
} & {
|
21143
21143
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
21144
21144
|
"onClick:activate"?: ((value: {
|
@@ -21671,8 +21671,8 @@ declare const VCombobox: {
|
|
21671
21671
|
activeColor?: string | undefined;
|
21672
21672
|
activeClass?: string | undefined;
|
21673
21673
|
activeStrategy?: ActiveStrategyProp | undefined;
|
21674
|
-
collapseIcon?:
|
21675
|
-
expandIcon?:
|
21674
|
+
collapseIcon?: IconValue | undefined;
|
21675
|
+
expandIcon?: IconValue | undefined;
|
21676
21676
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
21677
21677
|
"onClick:activate"?: ((value: {
|
21678
21678
|
id: unknown;
|
@@ -21716,8 +21716,8 @@ declare const VCombobox: {
|
|
21716
21716
|
activeColor?: string | undefined;
|
21717
21717
|
activeClass?: string | undefined;
|
21718
21718
|
activeStrategy?: ActiveStrategyProp | undefined;
|
21719
|
-
collapseIcon?:
|
21720
|
-
expandIcon?:
|
21719
|
+
collapseIcon?: IconValue | undefined;
|
21720
|
+
expandIcon?: IconValue | undefined;
|
21721
21721
|
} & {
|
21722
21722
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
21723
21723
|
"onClick:activate"?: ((value: {
|
@@ -22215,8 +22215,8 @@ declare const VCombobox: {
|
|
22215
22215
|
activeColor?: string | undefined;
|
22216
22216
|
activeClass?: string | undefined;
|
22217
22217
|
activeStrategy?: ActiveStrategyProp | undefined;
|
22218
|
-
collapseIcon?:
|
22219
|
-
expandIcon?:
|
22218
|
+
collapseIcon?: IconValue | undefined;
|
22219
|
+
expandIcon?: IconValue | undefined;
|
22220
22220
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
22221
22221
|
"onClick:activate"?: ((value: {
|
22222
22222
|
id: unknown;
|
@@ -22260,8 +22260,8 @@ declare const VCombobox: {
|
|
22260
22260
|
activeColor?: string | undefined;
|
22261
22261
|
activeClass?: string | undefined;
|
22262
22262
|
activeStrategy?: ActiveStrategyProp | undefined;
|
22263
|
-
collapseIcon?:
|
22264
|
-
expandIcon?:
|
22263
|
+
collapseIcon?: IconValue | undefined;
|
22264
|
+
expandIcon?: IconValue | undefined;
|
22265
22265
|
} & {
|
22266
22266
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
22267
22267
|
"onClick:activate"?: ((value: {
|
@@ -28507,7 +28507,7 @@ declare const VDatePickerHeader: {
|
|
28507
28507
|
transition?: string | undefined;
|
28508
28508
|
header?: string | undefined;
|
28509
28509
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
28510
|
-
appendIcon?:
|
28510
|
+
appendIcon?: IconValue | undefined;
|
28511
28511
|
} & {
|
28512
28512
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
28513
28513
|
prepend?: (() => vue.VNodeChild) | undefined;
|
@@ -28534,7 +28534,7 @@ declare const VDatePickerHeader: {
|
|
28534
28534
|
transition?: string | undefined;
|
28535
28535
|
header?: string | undefined;
|
28536
28536
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
28537
|
-
appendIcon?:
|
28537
|
+
appendIcon?: IconValue | undefined;
|
28538
28538
|
} & {
|
28539
28539
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
28540
28540
|
prepend?: (() => vue.VNodeChild) | undefined;
|
@@ -28569,7 +28569,7 @@ declare const VDatePickerHeader: {
|
|
28569
28569
|
transition?: string | undefined;
|
28570
28570
|
header?: string | undefined;
|
28571
28571
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
28572
|
-
appendIcon?:
|
28572
|
+
appendIcon?: IconValue | undefined;
|
28573
28573
|
} & {
|
28574
28574
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
28575
28575
|
prepend?: (() => vue.VNodeChild) | undefined;
|
@@ -28597,7 +28597,7 @@ declare const VDatePickerHeader: {
|
|
28597
28597
|
transition?: string | undefined;
|
28598
28598
|
header?: string | undefined;
|
28599
28599
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
28600
|
-
appendIcon?:
|
28600
|
+
appendIcon?: IconValue | undefined;
|
28601
28601
|
} & {
|
28602
28602
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
28603
28603
|
prepend?: (() => vue.VNodeChild) | undefined;
|
@@ -28624,13 +28624,13 @@ declare const VDatePickerHeader: {
|
|
28624
28624
|
default: () => vue.VNode[];
|
28625
28625
|
append: () => vue.VNode[];
|
28626
28626
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
28627
|
-
appendIcon:
|
28627
|
+
appendIcon: vue.PropType<IconValue>;
|
28628
28628
|
color: StringConstructor;
|
28629
28629
|
header: StringConstructor;
|
28630
28630
|
transition: StringConstructor;
|
28631
28631
|
onClick: vue.PropType<(args_0: MouseEvent) => void>;
|
28632
28632
|
}, vue.ExtractPropTypes<{
|
28633
|
-
appendIcon:
|
28633
|
+
appendIcon: vue.PropType<IconValue>;
|
28634
28634
|
color: StringConstructor;
|
28635
28635
|
header: StringConstructor;
|
28636
28636
|
transition: StringConstructor;
|
@@ -44988,8 +44988,8 @@ declare const VSelect: {
|
|
44988
44988
|
activeColor?: string | undefined;
|
44989
44989
|
activeClass?: string | undefined;
|
44990
44990
|
activeStrategy?: ActiveStrategyProp | undefined;
|
44991
|
-
collapseIcon?:
|
44992
|
-
expandIcon?:
|
44991
|
+
collapseIcon?: IconValue | undefined;
|
44992
|
+
expandIcon?: IconValue | undefined;
|
44993
44993
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
44994
44994
|
"onClick:activate"?: ((value: {
|
44995
44995
|
id: unknown;
|
@@ -45033,8 +45033,8 @@ declare const VSelect: {
|
|
45033
45033
|
activeColor?: string | undefined;
|
45034
45034
|
activeClass?: string | undefined;
|
45035
45035
|
activeStrategy?: ActiveStrategyProp | undefined;
|
45036
|
-
collapseIcon?:
|
45037
|
-
expandIcon?:
|
45036
|
+
collapseIcon?: IconValue | undefined;
|
45037
|
+
expandIcon?: IconValue | undefined;
|
45038
45038
|
} & {
|
45039
45039
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
45040
45040
|
"onClick:activate"?: ((value: {
|
@@ -45475,8 +45475,8 @@ declare const VSelect: {
|
|
45475
45475
|
activeColor?: string | undefined;
|
45476
45476
|
activeClass?: string | undefined;
|
45477
45477
|
activeStrategy?: ActiveStrategyProp | undefined;
|
45478
|
-
collapseIcon?:
|
45479
|
-
expandIcon?:
|
45478
|
+
collapseIcon?: IconValue | undefined;
|
45479
|
+
expandIcon?: IconValue | undefined;
|
45480
45480
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
45481
45481
|
"onClick:activate"?: ((value: {
|
45482
45482
|
id: unknown;
|
@@ -45520,8 +45520,8 @@ declare const VSelect: {
|
|
45520
45520
|
activeColor?: string | undefined;
|
45521
45521
|
activeClass?: string | undefined;
|
45522
45522
|
activeStrategy?: ActiveStrategyProp | undefined;
|
45523
|
-
collapseIcon?:
|
45524
|
-
expandIcon?:
|
45523
|
+
collapseIcon?: IconValue | undefined;
|
45524
|
+
expandIcon?: IconValue | undefined;
|
45525
45525
|
} & {
|
45526
45526
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
45527
45527
|
"onClick:activate"?: ((value: {
|
@@ -46045,8 +46045,8 @@ declare const VSelect: {
|
|
46045
46045
|
activeColor?: string | undefined;
|
46046
46046
|
activeClass?: string | undefined;
|
46047
46047
|
activeStrategy?: ActiveStrategyProp | undefined;
|
46048
|
-
collapseIcon?:
|
46049
|
-
expandIcon?:
|
46048
|
+
collapseIcon?: IconValue | undefined;
|
46049
|
+
expandIcon?: IconValue | undefined;
|
46050
46050
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
46051
46051
|
"onClick:activate"?: ((value: {
|
46052
46052
|
id: unknown;
|
@@ -46090,8 +46090,8 @@ declare const VSelect: {
|
|
46090
46090
|
activeColor?: string | undefined;
|
46091
46091
|
activeClass?: string | undefined;
|
46092
46092
|
activeStrategy?: ActiveStrategyProp | undefined;
|
46093
|
-
collapseIcon?:
|
46094
|
-
expandIcon?:
|
46093
|
+
collapseIcon?: IconValue | undefined;
|
46094
|
+
expandIcon?: IconValue | undefined;
|
46095
46095
|
} & {
|
46096
46096
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
46097
46097
|
"onClick:activate"?: ((value: {
|
@@ -46580,8 +46580,8 @@ declare const VSelect: {
|
|
46580
46580
|
activeColor?: string | undefined;
|
46581
46581
|
activeClass?: string | undefined;
|
46582
46582
|
activeStrategy?: ActiveStrategyProp | undefined;
|
46583
|
-
collapseIcon?:
|
46584
|
-
expandIcon?:
|
46583
|
+
collapseIcon?: IconValue | undefined;
|
46584
|
+
expandIcon?: IconValue | undefined;
|
46585
46585
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
46586
46586
|
"onClick:activate"?: ((value: {
|
46587
46587
|
id: unknown;
|
@@ -46625,8 +46625,8 @@ declare const VSelect: {
|
|
46625
46625
|
activeColor?: string | undefined;
|
46626
46626
|
activeClass?: string | undefined;
|
46627
46627
|
activeStrategy?: ActiveStrategyProp | undefined;
|
46628
|
-
collapseIcon?:
|
46629
|
-
expandIcon?:
|
46628
|
+
collapseIcon?: IconValue | undefined;
|
46629
|
+
expandIcon?: IconValue | undefined;
|
46630
46630
|
} & {
|
46631
46631
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
46632
46632
|
"onClick:activate"?: ((value: {
|
@@ -52327,15 +52327,15 @@ declare const VStepperItem: {
|
|
52327
52327
|
ripple: boolean | {
|
52328
52328
|
class: string;
|
52329
52329
|
} | undefined;
|
52330
|
-
completeIcon:
|
52330
|
+
completeIcon: IconValue;
|
52331
52331
|
editable: boolean;
|
52332
|
-
editIcon:
|
52333
|
-
errorIcon:
|
52332
|
+
editIcon: IconValue;
|
52333
|
+
errorIcon: IconValue;
|
52334
52334
|
} & {
|
52335
52335
|
color?: string | undefined;
|
52336
52336
|
value?: any;
|
52337
52337
|
title?: string | undefined;
|
52338
|
-
icon?:
|
52338
|
+
icon?: IconValue | undefined;
|
52339
52339
|
selectedClass?: string | undefined;
|
52340
52340
|
subtitle?: string | undefined;
|
52341
52341
|
} & {
|
@@ -52372,15 +52372,15 @@ declare const VStepperItem: {
|
|
52372
52372
|
ripple: boolean | {
|
52373
52373
|
class: string;
|
52374
52374
|
} | undefined;
|
52375
|
-
completeIcon:
|
52375
|
+
completeIcon: IconValue;
|
52376
52376
|
editable: boolean;
|
52377
|
-
editIcon:
|
52378
|
-
errorIcon:
|
52377
|
+
editIcon: IconValue;
|
52378
|
+
errorIcon: IconValue;
|
52379
52379
|
} & {
|
52380
52380
|
color?: string | undefined;
|
52381
52381
|
value?: any;
|
52382
52382
|
title?: string | undefined;
|
52383
|
-
icon?:
|
52383
|
+
icon?: IconValue | undefined;
|
52384
52384
|
selectedClass?: string | undefined;
|
52385
52385
|
subtitle?: string | undefined;
|
52386
52386
|
} & {
|
@@ -52413,10 +52413,10 @@ declare const VStepperItem: {
|
|
52413
52413
|
ripple: boolean | {
|
52414
52414
|
class: string;
|
52415
52415
|
} | undefined;
|
52416
|
-
completeIcon:
|
52416
|
+
completeIcon: IconValue;
|
52417
52417
|
editable: boolean;
|
52418
|
-
editIcon:
|
52419
|
-
errorIcon:
|
52418
|
+
editIcon: IconValue;
|
52419
|
+
errorIcon: IconValue;
|
52420
52420
|
}, true, {}, vue.SlotsType<Partial<{
|
52421
52421
|
default: (arg: StepperItemSlot) => vue.VNode[];
|
52422
52422
|
icon: (arg: StepperItemSlot) => vue.VNode[];
|
@@ -52437,15 +52437,15 @@ declare const VStepperItem: {
|
|
52437
52437
|
ripple: boolean | {
|
52438
52438
|
class: string;
|
52439
52439
|
} | undefined;
|
52440
|
-
completeIcon:
|
52440
|
+
completeIcon: IconValue;
|
52441
52441
|
editable: boolean;
|
52442
|
-
editIcon:
|
52443
|
-
errorIcon:
|
52442
|
+
editIcon: IconValue;
|
52443
|
+
errorIcon: IconValue;
|
52444
52444
|
} & {
|
52445
52445
|
color?: string | undefined;
|
52446
52446
|
value?: any;
|
52447
52447
|
title?: string | undefined;
|
52448
|
-
icon?:
|
52448
|
+
icon?: IconValue | undefined;
|
52449
52449
|
selectedClass?: string | undefined;
|
52450
52450
|
subtitle?: string | undefined;
|
52451
52451
|
} & {
|
@@ -52478,10 +52478,10 @@ declare const VStepperItem: {
|
|
52478
52478
|
ripple: boolean | {
|
52479
52479
|
class: string;
|
52480
52480
|
} | undefined;
|
52481
|
-
completeIcon:
|
52481
|
+
completeIcon: IconValue;
|
52482
52482
|
editable: boolean;
|
52483
|
-
editIcon:
|
52484
|
-
errorIcon:
|
52483
|
+
editIcon: IconValue;
|
52484
|
+
errorIcon: IconValue;
|
52485
52485
|
}>;
|
52486
52486
|
__isFragment?: never;
|
52487
52487
|
__isTeleport?: never;
|
@@ -52494,15 +52494,15 @@ declare const VStepperItem: {
|
|
52494
52494
|
ripple: boolean | {
|
52495
52495
|
class: string;
|
52496
52496
|
} | undefined;
|
52497
|
-
completeIcon:
|
52497
|
+
completeIcon: IconValue;
|
52498
52498
|
editable: boolean;
|
52499
|
-
editIcon:
|
52500
|
-
errorIcon:
|
52499
|
+
editIcon: IconValue;
|
52500
|
+
errorIcon: IconValue;
|
52501
52501
|
} & {
|
52502
52502
|
color?: string | undefined;
|
52503
52503
|
value?: any;
|
52504
52504
|
title?: string | undefined;
|
52505
|
-
icon?:
|
52505
|
+
icon?: IconValue | undefined;
|
52506
52506
|
selectedClass?: string | undefined;
|
52507
52507
|
subtitle?: string | undefined;
|
52508
52508
|
} & {
|
@@ -52539,10 +52539,10 @@ declare const VStepperItem: {
|
|
52539
52539
|
ripple: boolean | {
|
52540
52540
|
class: string;
|
52541
52541
|
} | undefined;
|
52542
|
-
completeIcon:
|
52542
|
+
completeIcon: IconValue;
|
52543
52543
|
editable: boolean;
|
52544
|
-
editIcon:
|
52545
|
-
errorIcon:
|
52544
|
+
editIcon: IconValue;
|
52545
|
+
errorIcon: IconValue;
|
52546
52546
|
}, {}, string, vue.SlotsType<Partial<{
|
52547
52547
|
default: (arg: StepperItemSlot) => vue.VNode[];
|
52548
52548
|
icon: (arg: StepperItemSlot) => vue.VNode[];
|
@@ -52557,20 +52557,20 @@ declare const VStepperItem: {
|
|
52557
52557
|
subtitle: StringConstructor;
|
52558
52558
|
complete: BooleanConstructor;
|
52559
52559
|
completeIcon: {
|
52560
|
-
type:
|
52560
|
+
type: PropType<IconValue>;
|
52561
52561
|
default: string;
|
52562
52562
|
};
|
52563
52563
|
editable: BooleanConstructor;
|
52564
52564
|
editIcon: {
|
52565
|
-
type:
|
52565
|
+
type: PropType<IconValue>;
|
52566
52566
|
default: string;
|
52567
52567
|
};
|
52568
52568
|
error: BooleanConstructor;
|
52569
52569
|
errorIcon: {
|
52570
|
-
type:
|
52570
|
+
type: PropType<IconValue>;
|
52571
52571
|
default: string;
|
52572
52572
|
};
|
52573
|
-
icon:
|
52573
|
+
icon: PropType<IconValue>;
|
52574
52574
|
ripple: {
|
52575
52575
|
type: PropType<RippleDirectiveBinding["value"]>;
|
52576
52576
|
default: boolean;
|
@@ -52588,20 +52588,20 @@ declare const VStepperItem: {
|
|
52588
52588
|
subtitle: StringConstructor;
|
52589
52589
|
complete: BooleanConstructor;
|
52590
52590
|
completeIcon: {
|
52591
|
-
type:
|
52591
|
+
type: PropType<IconValue>;
|
52592
52592
|
default: string;
|
52593
52593
|
};
|
52594
52594
|
editable: BooleanConstructor;
|
52595
52595
|
editIcon: {
|
52596
|
-
type:
|
52596
|
+
type: PropType<IconValue>;
|
52597
52597
|
default: string;
|
52598
52598
|
};
|
52599
52599
|
error: BooleanConstructor;
|
52600
52600
|
errorIcon: {
|
52601
|
-
type:
|
52601
|
+
type: PropType<IconValue>;
|
52602
52602
|
default: string;
|
52603
52603
|
};
|
52604
|
-
icon:
|
52604
|
+
icon: PropType<IconValue>;
|
52605
52605
|
ripple: {
|
52606
52606
|
type: PropType<RippleDirectiveBinding["value"]>;
|
52607
52607
|
default: boolean;
|
@@ -52656,9 +52656,9 @@ declare const VStepper: {
|
|
52656
52656
|
modelValue?: any;
|
52657
52657
|
rounded?: string | number | boolean | undefined;
|
52658
52658
|
bgColor?: string | undefined;
|
52659
|
-
completeIcon?:
|
52660
|
-
editIcon?:
|
52661
|
-
errorIcon?:
|
52659
|
+
completeIcon?: IconValue | undefined;
|
52660
|
+
editIcon?: IconValue | undefined;
|
52661
|
+
errorIcon?: IconValue | undefined;
|
52662
52662
|
} & {
|
52663
52663
|
$children?: vue.VNodeChild | {
|
52664
52664
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -52746,9 +52746,9 @@ declare const VStepper: {
|
|
52746
52746
|
modelValue?: any;
|
52747
52747
|
rounded?: string | number | boolean | undefined;
|
52748
52748
|
bgColor?: string | undefined;
|
52749
|
-
completeIcon?:
|
52750
|
-
editIcon?:
|
52751
|
-
errorIcon?:
|
52749
|
+
completeIcon?: IconValue | undefined;
|
52750
|
+
editIcon?: IconValue | undefined;
|
52751
|
+
errorIcon?: IconValue | undefined;
|
52752
52752
|
} & {
|
52753
52753
|
$children?: vue.VNodeChild | {
|
52754
52754
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -52872,9 +52872,9 @@ declare const VStepper: {
|
|
52872
52872
|
modelValue?: any;
|
52873
52873
|
rounded?: string | number | boolean | undefined;
|
52874
52874
|
bgColor?: string | undefined;
|
52875
|
-
completeIcon?:
|
52876
|
-
editIcon?:
|
52877
|
-
errorIcon?:
|
52875
|
+
completeIcon?: IconValue | undefined;
|
52876
|
+
editIcon?: IconValue | undefined;
|
52877
|
+
errorIcon?: IconValue | undefined;
|
52878
52878
|
} & {
|
52879
52879
|
$children?: vue.VNodeChild | {
|
52880
52880
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -52985,9 +52985,9 @@ declare const VStepper: {
|
|
52985
52985
|
modelValue?: any;
|
52986
52986
|
rounded?: string | number | boolean | undefined;
|
52987
52987
|
bgColor?: string | undefined;
|
52988
|
-
completeIcon?:
|
52989
|
-
editIcon?:
|
52990
|
-
errorIcon?:
|
52988
|
+
completeIcon?: IconValue | undefined;
|
52989
|
+
editIcon?: IconValue | undefined;
|
52990
|
+
errorIcon?: IconValue | undefined;
|
52991
52991
|
} & {
|
52992
52992
|
$children?: vue.VNodeChild | {
|
52993
52993
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -53134,10 +53134,10 @@ declare const VStepper: {
|
|
53134
53134
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
53135
53135
|
altLabels: BooleanConstructor;
|
53136
53136
|
bgColor: StringConstructor;
|
53137
|
-
completeIcon:
|
53138
|
-
editIcon:
|
53137
|
+
completeIcon: PropType<IconValue>;
|
53138
|
+
editIcon: PropType<IconValue>;
|
53139
53139
|
editable: BooleanConstructor;
|
53140
|
-
errorIcon:
|
53140
|
+
errorIcon: PropType<IconValue>;
|
53141
53141
|
hideActions: BooleanConstructor;
|
53142
53142
|
items: {
|
53143
53143
|
type: PropType<readonly StepperItem[]>;
|
@@ -53216,10 +53216,10 @@ declare const VStepper: {
|
|
53216
53216
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
53217
53217
|
altLabels: BooleanConstructor;
|
53218
53218
|
bgColor: StringConstructor;
|
53219
|
-
completeIcon:
|
53220
|
-
editIcon:
|
53219
|
+
completeIcon: PropType<IconValue>;
|
53220
|
+
editIcon: PropType<IconValue>;
|
53221
53221
|
editable: BooleanConstructor;
|
53222
|
-
errorIcon:
|
53222
|
+
errorIcon: PropType<IconValue>;
|
53223
53223
|
hideActions: BooleanConstructor;
|
53224
53224
|
items: {
|
53225
53225
|
type: PropType<readonly StepperItem[]>;
|
@@ -67099,42 +67099,49 @@ declare module 'vue' {
|
|
67099
67099
|
$children?: VNodeChild
|
67100
67100
|
}
|
67101
67101
|
export interface GlobalComponents {
|
67102
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67102
67103
|
VApp: typeof import('vuetify/components')['VApp']
|
67103
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67104
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67105
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67106
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67107
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
67108
67104
|
VAlert: typeof import('vuetify/components')['VAlert']
|
67109
67105
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67110
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67111
67106
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67112
67107
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67113
67108
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67109
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
67110
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67111
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67112
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67113
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67114
67114
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67115
|
-
|
67115
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67116
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67117
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67118
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67119
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67116
67120
|
VCard: typeof import('vuetify/components')['VCard']
|
67117
67121
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67118
67122
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67119
67123
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67120
67124
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67121
67125
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67122
|
-
|
67123
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67124
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67125
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67126
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67126
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
67127
67127
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67128
67128
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67129
67129
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67130
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67130
67131
|
VChip: typeof import('vuetify/components')['VChip']
|
67132
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
67131
67133
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67132
67134
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67133
|
-
|
67134
|
-
|
67135
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67136
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67137
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67138
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67139
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67140
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67135
67141
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67136
|
-
|
67142
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67137
67143
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67144
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67138
67145
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67139
67146
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67140
67147
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67142,36 +67149,30 @@ declare module 'vue' {
|
|
67142
67149
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67143
67150
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67144
67151
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67145
|
-
|
67146
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67147
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67148
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67149
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67150
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67151
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67152
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
67152
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67153
67153
|
VFab: typeof import('vuetify/components')['VFab']
|
67154
67154
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67155
67155
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67156
67156
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67157
67157
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67158
|
-
|
67159
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67160
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
67161
|
-
VImg: typeof import('vuetify/components')['VImg']
|
67158
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67162
67159
|
VField: typeof import('vuetify/components')['VField']
|
67163
67160
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67164
|
-
|
67161
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67162
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67163
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
67165
67164
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67166
67165
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67167
67166
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67168
67167
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67169
67168
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67170
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
67171
67169
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67172
67170
|
VItem: typeof import('vuetify/components')['VItem']
|
67171
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67173
67172
|
VInput: typeof import('vuetify/components')['VInput']
|
67174
67173
|
VLabel: typeof import('vuetify/components')['VLabel']
|
67174
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67175
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
67175
67176
|
VList: typeof import('vuetify/components')['VList']
|
67176
67177
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67177
67178
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67181,52 +67182,51 @@ declare module 'vue' {
|
|
67181
67182
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67182
67183
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67183
67184
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67184
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
67185
67185
|
VMain: typeof import('vuetify/components')['VMain']
|
67186
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67187
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67188
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
67189
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
67190
67186
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67187
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67188
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
67189
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67190
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67191
67191
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67192
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67193
67192
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67194
|
-
|
67195
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67193
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67196
67194
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67197
|
-
|
67198
|
-
|
67195
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67196
|
+
VRating: typeof import('vuetify/components')['VRating']
|
67199
67197
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67200
67198
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67199
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67200
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67201
67201
|
VSlider: typeof import('vuetify/components')['VSlider']
|
67202
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67202
67203
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67204
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67205
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67203
67206
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67204
67207
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67205
67208
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67206
67209
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67207
67210
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67208
67211
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67209
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
67210
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67211
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67212
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67213
67212
|
VTab: typeof import('vuetify/components')['VTab']
|
67214
67213
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67215
67214
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67216
67215
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67217
|
-
|
67216
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67218
67217
|
VTextField: typeof import('vuetify/components')['VTextField']
|
67218
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67219
67219
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67220
67220
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67221
|
-
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67222
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67223
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67224
67221
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67225
67222
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67226
67223
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67227
|
-
|
67224
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67225
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67226
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67228
67227
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67229
67228
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67229
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67230
67230
|
VForm: typeof import('vuetify/components')['VForm']
|
67231
67231
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67232
67232
|
VCol: typeof import('vuetify/components')['VCol']
|
@@ -67245,8 +67245,8 @@ declare module 'vue' {
|
|
67245
67245
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67246
67246
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67247
67247
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67248
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
67249
67248
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67249
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
67250
67250
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67251
67251
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
67252
67252
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -67269,20 +67269,20 @@ declare module 'vue' {
|
|
67269
67269
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67270
67270
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67271
67271
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67272
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67273
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67274
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67275
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67276
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67277
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67272
67278
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67273
67279
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67274
67280
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67275
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67276
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67277
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67278
67281
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67279
67282
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67280
67283
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67281
|
-
|
67282
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67283
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67284
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67284
67285
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67285
67286
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67286
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67287
67287
|
}
|
67288
67288
|
}
|