@vuetify/nightly 3.7.4-master.2024-11-20 → 3.7.4-master.2024-11-28
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 +3082 -3082
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +180 -180
- package/dist/json/web-types.json +5654 -5654
- package/dist/vuetify-labs.css +3265 -3265
- package/dist/vuetify-labs.d.ts +199 -199
- package/dist/vuetify-labs.esm.js +45 -42
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +45 -42
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +919 -919
- package/dist/vuetify.d.ts +188 -188
- 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 +62 -62
- 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/index.d.mts +22 -22
- package/lib/labs/components.d.mts +73 -73
- package/package.json +1 -1
@@ -4482,8 +4482,8 @@ declare const VList: {
|
|
4482
4482
|
activeColor?: string | undefined;
|
4483
4483
|
activeClass?: string | undefined;
|
4484
4484
|
activeStrategy?: ActiveStrategyProp | undefined;
|
4485
|
-
collapseIcon?:
|
4486
|
-
expandIcon?:
|
4485
|
+
collapseIcon?: IconValue | undefined;
|
4486
|
+
expandIcon?: IconValue | undefined;
|
4487
4487
|
} & {
|
4488
4488
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
4489
4489
|
"onClick:activate"?: ((value: {
|
@@ -4554,8 +4554,8 @@ declare const VList: {
|
|
4554
4554
|
activeColor?: string | undefined;
|
4555
4555
|
activeClass?: string | undefined;
|
4556
4556
|
activeStrategy?: ActiveStrategyProp | undefined;
|
4557
|
-
collapseIcon?:
|
4558
|
-
expandIcon?:
|
4557
|
+
collapseIcon?: IconValue | undefined;
|
4558
|
+
expandIcon?: IconValue | undefined;
|
4559
4559
|
} & {
|
4560
4560
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
4561
4561
|
"onClick:activate"?: ((value: {
|
@@ -4652,8 +4652,8 @@ declare const VList: {
|
|
4652
4652
|
activeColor?: string | undefined;
|
4653
4653
|
activeClass?: string | undefined;
|
4654
4654
|
activeStrategy?: ActiveStrategyProp | undefined;
|
4655
|
-
collapseIcon?:
|
4656
|
-
expandIcon?:
|
4655
|
+
collapseIcon?: IconValue | undefined;
|
4656
|
+
expandIcon?: IconValue | undefined;
|
4657
4657
|
} & {
|
4658
4658
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
4659
4659
|
"onClick:activate"?: ((value: {
|
@@ -4728,8 +4728,8 @@ declare const VList: {
|
|
4728
4728
|
activeColor?: string | undefined;
|
4729
4729
|
activeClass?: string | undefined;
|
4730
4730
|
activeStrategy?: ActiveStrategyProp | undefined;
|
4731
|
-
collapseIcon?:
|
4732
|
-
expandIcon?:
|
4731
|
+
collapseIcon?: IconValue | undefined;
|
4732
|
+
expandIcon?: IconValue | undefined;
|
4733
4733
|
} & {
|
4734
4734
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
4735
4735
|
"onClick:activate"?: ((value: {
|
@@ -4918,8 +4918,8 @@ declare const VList: {
|
|
4918
4918
|
activeClass: StringConstructor;
|
4919
4919
|
bgColor: StringConstructor;
|
4920
4920
|
disabled: BooleanConstructor;
|
4921
|
-
expandIcon:
|
4922
|
-
collapseIcon:
|
4921
|
+
expandIcon: PropType<IconValue>;
|
4922
|
+
collapseIcon: PropType<IconValue>;
|
4923
4923
|
lines: {
|
4924
4924
|
type: PropType<"one" | "two" | "three" | false>;
|
4925
4925
|
default: string;
|
@@ -5027,8 +5027,8 @@ declare const VList: {
|
|
5027
5027
|
activeClass: StringConstructor;
|
5028
5028
|
bgColor: StringConstructor;
|
5029
5029
|
disabled: BooleanConstructor;
|
5030
|
-
expandIcon:
|
5031
|
-
collapseIcon:
|
5030
|
+
expandIcon: PropType<IconValue>;
|
5031
|
+
collapseIcon: PropType<IconValue>;
|
5032
5032
|
lines: {
|
5033
5033
|
type: PropType<"one" | "two" | "three" | false>;
|
5034
5034
|
default: string;
|
@@ -8255,8 +8255,8 @@ declare const VAutocomplete: {
|
|
8255
8255
|
activeColor?: string | undefined;
|
8256
8256
|
activeClass?: string | undefined;
|
8257
8257
|
activeStrategy?: ActiveStrategyProp | undefined;
|
8258
|
-
collapseIcon?:
|
8259
|
-
expandIcon?:
|
8258
|
+
collapseIcon?: IconValue | undefined;
|
8259
|
+
expandIcon?: IconValue | undefined;
|
8260
8260
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
8261
8261
|
"onClick:activate"?: ((value: {
|
8262
8262
|
id: unknown;
|
@@ -8300,8 +8300,8 @@ declare const VAutocomplete: {
|
|
8300
8300
|
activeColor?: string | undefined;
|
8301
8301
|
activeClass?: string | undefined;
|
8302
8302
|
activeStrategy?: ActiveStrategyProp | undefined;
|
8303
|
-
collapseIcon?:
|
8304
|
-
expandIcon?:
|
8303
|
+
collapseIcon?: IconValue | undefined;
|
8304
|
+
expandIcon?: IconValue | undefined;
|
8305
8305
|
} & {
|
8306
8306
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
8307
8307
|
"onClick:activate"?: ((value: {
|
@@ -8750,8 +8750,8 @@ declare const VAutocomplete: {
|
|
8750
8750
|
activeColor?: string | undefined;
|
8751
8751
|
activeClass?: string | undefined;
|
8752
8752
|
activeStrategy?: ActiveStrategyProp | undefined;
|
8753
|
-
collapseIcon?:
|
8754
|
-
expandIcon?:
|
8753
|
+
collapseIcon?: IconValue | undefined;
|
8754
|
+
expandIcon?: IconValue | undefined;
|
8755
8755
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
8756
8756
|
"onClick:activate"?: ((value: {
|
8757
8757
|
id: unknown;
|
@@ -8795,8 +8795,8 @@ declare const VAutocomplete: {
|
|
8795
8795
|
activeColor?: string | undefined;
|
8796
8796
|
activeClass?: string | undefined;
|
8797
8797
|
activeStrategy?: ActiveStrategyProp | undefined;
|
8798
|
-
collapseIcon?:
|
8799
|
-
expandIcon?:
|
8798
|
+
collapseIcon?: IconValue | undefined;
|
8799
|
+
expandIcon?: IconValue | undefined;
|
8800
8800
|
} & {
|
8801
8801
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
8802
8802
|
"onClick:activate"?: ((value: {
|
@@ -9329,8 +9329,8 @@ declare const VAutocomplete: {
|
|
9329
9329
|
activeColor?: string | undefined;
|
9330
9330
|
activeClass?: string | undefined;
|
9331
9331
|
activeStrategy?: ActiveStrategyProp | undefined;
|
9332
|
-
collapseIcon?:
|
9333
|
-
expandIcon?:
|
9332
|
+
collapseIcon?: IconValue | undefined;
|
9333
|
+
expandIcon?: IconValue | undefined;
|
9334
9334
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
9335
9335
|
"onClick:activate"?: ((value: {
|
9336
9336
|
id: unknown;
|
@@ -9374,8 +9374,8 @@ declare const VAutocomplete: {
|
|
9374
9374
|
activeColor?: string | undefined;
|
9375
9375
|
activeClass?: string | undefined;
|
9376
9376
|
activeStrategy?: ActiveStrategyProp | undefined;
|
9377
|
-
collapseIcon?:
|
9378
|
-
expandIcon?:
|
9377
|
+
collapseIcon?: IconValue | undefined;
|
9378
|
+
expandIcon?: IconValue | undefined;
|
9379
9379
|
} & {
|
9380
9380
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
9381
9381
|
"onClick:activate"?: ((value: {
|
@@ -9873,8 +9873,8 @@ declare const VAutocomplete: {
|
|
9873
9873
|
activeColor?: string | undefined;
|
9874
9874
|
activeClass?: string | undefined;
|
9875
9875
|
activeStrategy?: ActiveStrategyProp | undefined;
|
9876
|
-
collapseIcon?:
|
9877
|
-
expandIcon?:
|
9876
|
+
collapseIcon?: IconValue | undefined;
|
9877
|
+
expandIcon?: IconValue | undefined;
|
9878
9878
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
9879
9879
|
"onClick:activate"?: ((value: {
|
9880
9880
|
id: unknown;
|
@@ -9918,8 +9918,8 @@ declare const VAutocomplete: {
|
|
9918
9918
|
activeColor?: string | undefined;
|
9919
9919
|
activeClass?: string | undefined;
|
9920
9920
|
activeStrategy?: ActiveStrategyProp | undefined;
|
9921
|
-
collapseIcon?:
|
9922
|
-
expandIcon?:
|
9921
|
+
collapseIcon?: IconValue | undefined;
|
9922
|
+
expandIcon?: IconValue | undefined;
|
9923
9923
|
} & {
|
9924
9924
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
9925
9925
|
"onClick:activate"?: ((value: {
|
@@ -18477,7 +18477,7 @@ declare const VChip: {
|
|
18477
18477
|
closable: boolean;
|
18478
18478
|
closeIcon: IconValue;
|
18479
18479
|
closeLabel: string;
|
18480
|
-
filterIcon:
|
18480
|
+
filterIcon: IconValue;
|
18481
18481
|
pill: boolean;
|
18482
18482
|
} & {
|
18483
18483
|
link?: boolean | undefined;
|
@@ -18585,7 +18585,7 @@ declare const VChip: {
|
|
18585
18585
|
closable: boolean;
|
18586
18586
|
closeIcon: IconValue;
|
18587
18587
|
closeLabel: string;
|
18588
|
-
filterIcon:
|
18588
|
+
filterIcon: IconValue;
|
18589
18589
|
pill: boolean;
|
18590
18590
|
} & {
|
18591
18591
|
link?: boolean | undefined;
|
@@ -18688,7 +18688,7 @@ declare const VChip: {
|
|
18688
18688
|
closable: boolean;
|
18689
18689
|
closeIcon: IconValue;
|
18690
18690
|
closeLabel: string;
|
18691
|
-
filterIcon:
|
18691
|
+
filterIcon: IconValue;
|
18692
18692
|
pill: boolean;
|
18693
18693
|
}, true, {}, vue.SlotsType<Partial<{
|
18694
18694
|
default: (arg: {
|
@@ -18731,7 +18731,7 @@ declare const VChip: {
|
|
18731
18731
|
closable: boolean;
|
18732
18732
|
closeIcon: IconValue;
|
18733
18733
|
closeLabel: string;
|
18734
|
-
filterIcon:
|
18734
|
+
filterIcon: IconValue;
|
18735
18735
|
pill: boolean;
|
18736
18736
|
} & {
|
18737
18737
|
link?: boolean | undefined;
|
@@ -18834,7 +18834,7 @@ declare const VChip: {
|
|
18834
18834
|
closable: boolean;
|
18835
18835
|
closeIcon: IconValue;
|
18836
18836
|
closeLabel: string;
|
18837
|
-
filterIcon:
|
18837
|
+
filterIcon: IconValue;
|
18838
18838
|
pill: boolean;
|
18839
18839
|
}>;
|
18840
18840
|
__isFragment?: never;
|
@@ -18860,7 +18860,7 @@ declare const VChip: {
|
|
18860
18860
|
closable: boolean;
|
18861
18861
|
closeIcon: IconValue;
|
18862
18862
|
closeLabel: string;
|
18863
|
-
filterIcon:
|
18863
|
+
filterIcon: IconValue;
|
18864
18864
|
pill: boolean;
|
18865
18865
|
} & {
|
18866
18866
|
link?: boolean | undefined;
|
@@ -18970,7 +18970,7 @@ declare const VChip: {
|
|
18970
18970
|
closable: boolean;
|
18971
18971
|
closeIcon: IconValue;
|
18972
18972
|
closeLabel: string;
|
18973
|
-
filterIcon:
|
18973
|
+
filterIcon: IconValue;
|
18974
18974
|
pill: boolean;
|
18975
18975
|
}, {}, string, vue.SlotsType<Partial<{
|
18976
18976
|
default: (arg: {
|
@@ -19050,7 +19050,7 @@ declare const VChip: {
|
|
19050
19050
|
draggable: BooleanConstructor;
|
19051
19051
|
filter: BooleanConstructor;
|
19052
19052
|
filterIcon: {
|
19053
|
-
type:
|
19053
|
+
type: PropType<IconValue>;
|
19054
19054
|
default: string;
|
19055
19055
|
};
|
19056
19056
|
label: BooleanConstructor;
|
@@ -19136,7 +19136,7 @@ declare const VChip: {
|
|
19136
19136
|
draggable: BooleanConstructor;
|
19137
19137
|
filter: BooleanConstructor;
|
19138
19138
|
filterIcon: {
|
19139
|
-
type:
|
19139
|
+
type: PropType<IconValue>;
|
19140
19140
|
default: string;
|
19141
19141
|
};
|
19142
19142
|
label: BooleanConstructor;
|
@@ -20258,8 +20258,8 @@ declare const VCombobox: {
|
|
20258
20258
|
activeColor?: string | undefined;
|
20259
20259
|
activeClass?: string | undefined;
|
20260
20260
|
activeStrategy?: ActiveStrategyProp | undefined;
|
20261
|
-
collapseIcon?:
|
20262
|
-
expandIcon?:
|
20261
|
+
collapseIcon?: IconValue | undefined;
|
20262
|
+
expandIcon?: IconValue | undefined;
|
20263
20263
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
20264
20264
|
"onClick:activate"?: ((value: {
|
20265
20265
|
id: unknown;
|
@@ -20303,8 +20303,8 @@ declare const VCombobox: {
|
|
20303
20303
|
activeColor?: string | undefined;
|
20304
20304
|
activeClass?: string | undefined;
|
20305
20305
|
activeStrategy?: ActiveStrategyProp | undefined;
|
20306
|
-
collapseIcon?:
|
20307
|
-
expandIcon?:
|
20306
|
+
collapseIcon?: IconValue | undefined;
|
20307
|
+
expandIcon?: IconValue | undefined;
|
20308
20308
|
} & {
|
20309
20309
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
20310
20310
|
"onClick:activate"?: ((value: {
|
@@ -20753,8 +20753,8 @@ declare const VCombobox: {
|
|
20753
20753
|
activeColor?: string | undefined;
|
20754
20754
|
activeClass?: string | undefined;
|
20755
20755
|
activeStrategy?: ActiveStrategyProp | undefined;
|
20756
|
-
collapseIcon?:
|
20757
|
-
expandIcon?:
|
20756
|
+
collapseIcon?: IconValue | undefined;
|
20757
|
+
expandIcon?: IconValue | undefined;
|
20758
20758
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
20759
20759
|
"onClick:activate"?: ((value: {
|
20760
20760
|
id: unknown;
|
@@ -20798,8 +20798,8 @@ declare const VCombobox: {
|
|
20798
20798
|
activeColor?: string | undefined;
|
20799
20799
|
activeClass?: string | undefined;
|
20800
20800
|
activeStrategy?: ActiveStrategyProp | undefined;
|
20801
|
-
collapseIcon?:
|
20802
|
-
expandIcon?:
|
20801
|
+
collapseIcon?: IconValue | undefined;
|
20802
|
+
expandIcon?: IconValue | undefined;
|
20803
20803
|
} & {
|
20804
20804
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
20805
20805
|
"onClick:activate"?: ((value: {
|
@@ -21332,8 +21332,8 @@ declare const VCombobox: {
|
|
21332
21332
|
activeColor?: string | undefined;
|
21333
21333
|
activeClass?: string | undefined;
|
21334
21334
|
activeStrategy?: ActiveStrategyProp | undefined;
|
21335
|
-
collapseIcon?:
|
21336
|
-
expandIcon?:
|
21335
|
+
collapseIcon?: IconValue | undefined;
|
21336
|
+
expandIcon?: IconValue | undefined;
|
21337
21337
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
21338
21338
|
"onClick:activate"?: ((value: {
|
21339
21339
|
id: unknown;
|
@@ -21377,8 +21377,8 @@ declare const VCombobox: {
|
|
21377
21377
|
activeColor?: string | undefined;
|
21378
21378
|
activeClass?: string | undefined;
|
21379
21379
|
activeStrategy?: ActiveStrategyProp | undefined;
|
21380
|
-
collapseIcon?:
|
21381
|
-
expandIcon?:
|
21380
|
+
collapseIcon?: IconValue | undefined;
|
21381
|
+
expandIcon?: IconValue | undefined;
|
21382
21382
|
} & {
|
21383
21383
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
21384
21384
|
"onClick:activate"?: ((value: {
|
@@ -21876,8 +21876,8 @@ declare const VCombobox: {
|
|
21876
21876
|
activeColor?: string | undefined;
|
21877
21877
|
activeClass?: string | undefined;
|
21878
21878
|
activeStrategy?: ActiveStrategyProp | undefined;
|
21879
|
-
collapseIcon?:
|
21880
|
-
expandIcon?:
|
21879
|
+
collapseIcon?: IconValue | undefined;
|
21880
|
+
expandIcon?: IconValue | undefined;
|
21881
21881
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
21882
21882
|
"onClick:activate"?: ((value: {
|
21883
21883
|
id: unknown;
|
@@ -21921,8 +21921,8 @@ declare const VCombobox: {
|
|
21921
21921
|
activeColor?: string | undefined;
|
21922
21922
|
activeClass?: string | undefined;
|
21923
21923
|
activeStrategy?: ActiveStrategyProp | undefined;
|
21924
|
-
collapseIcon?:
|
21925
|
-
expandIcon?:
|
21924
|
+
collapseIcon?: IconValue | undefined;
|
21925
|
+
expandIcon?: IconValue | undefined;
|
21926
21926
|
} & {
|
21927
21927
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
21928
21928
|
"onClick:activate"?: ((value: {
|
@@ -28168,7 +28168,7 @@ declare const VDatePickerHeader: {
|
|
28168
28168
|
transition?: string | undefined;
|
28169
28169
|
header?: string | undefined;
|
28170
28170
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
28171
|
-
appendIcon?:
|
28171
|
+
appendIcon?: IconValue | undefined;
|
28172
28172
|
} & {
|
28173
28173
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
28174
28174
|
prepend?: (() => vue.VNodeChild) | undefined;
|
@@ -28195,7 +28195,7 @@ declare const VDatePickerHeader: {
|
|
28195
28195
|
transition?: string | undefined;
|
28196
28196
|
header?: string | undefined;
|
28197
28197
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
28198
|
-
appendIcon?:
|
28198
|
+
appendIcon?: IconValue | undefined;
|
28199
28199
|
} & {
|
28200
28200
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
28201
28201
|
prepend?: (() => vue.VNodeChild) | undefined;
|
@@ -28230,7 +28230,7 @@ declare const VDatePickerHeader: {
|
|
28230
28230
|
transition?: string | undefined;
|
28231
28231
|
header?: string | undefined;
|
28232
28232
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
28233
|
-
appendIcon?:
|
28233
|
+
appendIcon?: IconValue | undefined;
|
28234
28234
|
} & {
|
28235
28235
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
28236
28236
|
prepend?: (() => vue.VNodeChild) | undefined;
|
@@ -28258,7 +28258,7 @@ declare const VDatePickerHeader: {
|
|
28258
28258
|
transition?: string | undefined;
|
28259
28259
|
header?: string | undefined;
|
28260
28260
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
28261
|
-
appendIcon?:
|
28261
|
+
appendIcon?: IconValue | undefined;
|
28262
28262
|
} & {
|
28263
28263
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
28264
28264
|
prepend?: (() => vue.VNodeChild) | undefined;
|
@@ -28285,13 +28285,13 @@ declare const VDatePickerHeader: {
|
|
28285
28285
|
default: () => vue.VNode[];
|
28286
28286
|
append: () => vue.VNode[];
|
28287
28287
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
28288
|
-
appendIcon:
|
28288
|
+
appendIcon: vue.PropType<IconValue>;
|
28289
28289
|
color: StringConstructor;
|
28290
28290
|
header: StringConstructor;
|
28291
28291
|
transition: StringConstructor;
|
28292
28292
|
onClick: vue.PropType<(args_0: MouseEvent) => void>;
|
28293
28293
|
}, vue.ExtractPropTypes<{
|
28294
|
-
appendIcon:
|
28294
|
+
appendIcon: vue.PropType<IconValue>;
|
28295
28295
|
color: StringConstructor;
|
28296
28296
|
header: StringConstructor;
|
28297
28297
|
transition: StringConstructor;
|
@@ -44649,8 +44649,8 @@ declare const VSelect: {
|
|
44649
44649
|
activeColor?: string | undefined;
|
44650
44650
|
activeClass?: string | undefined;
|
44651
44651
|
activeStrategy?: ActiveStrategyProp | undefined;
|
44652
|
-
collapseIcon?:
|
44653
|
-
expandIcon?:
|
44652
|
+
collapseIcon?: IconValue | undefined;
|
44653
|
+
expandIcon?: IconValue | undefined;
|
44654
44654
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
44655
44655
|
"onClick:activate"?: ((value: {
|
44656
44656
|
id: unknown;
|
@@ -44694,8 +44694,8 @@ declare const VSelect: {
|
|
44694
44694
|
activeColor?: string | undefined;
|
44695
44695
|
activeClass?: string | undefined;
|
44696
44696
|
activeStrategy?: ActiveStrategyProp | undefined;
|
44697
|
-
collapseIcon?:
|
44698
|
-
expandIcon?:
|
44697
|
+
collapseIcon?: IconValue | undefined;
|
44698
|
+
expandIcon?: IconValue | undefined;
|
44699
44699
|
} & {
|
44700
44700
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
44701
44701
|
"onClick:activate"?: ((value: {
|
@@ -45136,8 +45136,8 @@ declare const VSelect: {
|
|
45136
45136
|
activeColor?: string | undefined;
|
45137
45137
|
activeClass?: string | undefined;
|
45138
45138
|
activeStrategy?: ActiveStrategyProp | undefined;
|
45139
|
-
collapseIcon?:
|
45140
|
-
expandIcon?:
|
45139
|
+
collapseIcon?: IconValue | undefined;
|
45140
|
+
expandIcon?: IconValue | undefined;
|
45141
45141
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
45142
45142
|
"onClick:activate"?: ((value: {
|
45143
45143
|
id: unknown;
|
@@ -45181,8 +45181,8 @@ declare const VSelect: {
|
|
45181
45181
|
activeColor?: string | undefined;
|
45182
45182
|
activeClass?: string | undefined;
|
45183
45183
|
activeStrategy?: ActiveStrategyProp | undefined;
|
45184
|
-
collapseIcon?:
|
45185
|
-
expandIcon?:
|
45184
|
+
collapseIcon?: IconValue | undefined;
|
45185
|
+
expandIcon?: IconValue | undefined;
|
45186
45186
|
} & {
|
45187
45187
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
45188
45188
|
"onClick:activate"?: ((value: {
|
@@ -45706,8 +45706,8 @@ declare const VSelect: {
|
|
45706
45706
|
activeColor?: string | undefined;
|
45707
45707
|
activeClass?: string | undefined;
|
45708
45708
|
activeStrategy?: ActiveStrategyProp | undefined;
|
45709
|
-
collapseIcon?:
|
45710
|
-
expandIcon?:
|
45709
|
+
collapseIcon?: IconValue | undefined;
|
45710
|
+
expandIcon?: IconValue | undefined;
|
45711
45711
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
45712
45712
|
"onClick:activate"?: ((value: {
|
45713
45713
|
id: unknown;
|
@@ -45751,8 +45751,8 @@ declare const VSelect: {
|
|
45751
45751
|
activeColor?: string | undefined;
|
45752
45752
|
activeClass?: string | undefined;
|
45753
45753
|
activeStrategy?: ActiveStrategyProp | undefined;
|
45754
|
-
collapseIcon?:
|
45755
|
-
expandIcon?:
|
45754
|
+
collapseIcon?: IconValue | undefined;
|
45755
|
+
expandIcon?: IconValue | undefined;
|
45756
45756
|
} & {
|
45757
45757
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
45758
45758
|
"onClick:activate"?: ((value: {
|
@@ -46241,8 +46241,8 @@ declare const VSelect: {
|
|
46241
46241
|
activeColor?: string | undefined;
|
46242
46242
|
activeClass?: string | undefined;
|
46243
46243
|
activeStrategy?: ActiveStrategyProp | undefined;
|
46244
|
-
collapseIcon?:
|
46245
|
-
expandIcon?:
|
46244
|
+
collapseIcon?: IconValue | undefined;
|
46245
|
+
expandIcon?: IconValue | undefined;
|
46246
46246
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
46247
46247
|
"onClick:activate"?: ((value: {
|
46248
46248
|
id: unknown;
|
@@ -46286,8 +46286,8 @@ declare const VSelect: {
|
|
46286
46286
|
activeColor?: string | undefined;
|
46287
46287
|
activeClass?: string | undefined;
|
46288
46288
|
activeStrategy?: ActiveStrategyProp | undefined;
|
46289
|
-
collapseIcon?:
|
46290
|
-
expandIcon?:
|
46289
|
+
collapseIcon?: IconValue | undefined;
|
46290
|
+
expandIcon?: IconValue | undefined;
|
46291
46291
|
} & {
|
46292
46292
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
46293
46293
|
"onClick:activate"?: ((value: {
|
@@ -51988,15 +51988,15 @@ declare const VStepperItem: {
|
|
51988
51988
|
ripple: boolean | {
|
51989
51989
|
class: string;
|
51990
51990
|
} | undefined;
|
51991
|
-
completeIcon:
|
51991
|
+
completeIcon: IconValue;
|
51992
51992
|
editable: boolean;
|
51993
|
-
editIcon:
|
51994
|
-
errorIcon:
|
51993
|
+
editIcon: IconValue;
|
51994
|
+
errorIcon: IconValue;
|
51995
51995
|
} & {
|
51996
51996
|
color?: string | undefined;
|
51997
51997
|
value?: any;
|
51998
51998
|
title?: string | undefined;
|
51999
|
-
icon?:
|
51999
|
+
icon?: IconValue | undefined;
|
52000
52000
|
selectedClass?: string | undefined;
|
52001
52001
|
subtitle?: string | undefined;
|
52002
52002
|
} & {
|
@@ -52033,15 +52033,15 @@ declare const VStepperItem: {
|
|
52033
52033
|
ripple: boolean | {
|
52034
52034
|
class: string;
|
52035
52035
|
} | undefined;
|
52036
|
-
completeIcon:
|
52036
|
+
completeIcon: IconValue;
|
52037
52037
|
editable: boolean;
|
52038
|
-
editIcon:
|
52039
|
-
errorIcon:
|
52038
|
+
editIcon: IconValue;
|
52039
|
+
errorIcon: IconValue;
|
52040
52040
|
} & {
|
52041
52041
|
color?: string | undefined;
|
52042
52042
|
value?: any;
|
52043
52043
|
title?: string | undefined;
|
52044
|
-
icon?:
|
52044
|
+
icon?: IconValue | undefined;
|
52045
52045
|
selectedClass?: string | undefined;
|
52046
52046
|
subtitle?: string | undefined;
|
52047
52047
|
} & {
|
@@ -52074,10 +52074,10 @@ declare const VStepperItem: {
|
|
52074
52074
|
ripple: boolean | {
|
52075
52075
|
class: string;
|
52076
52076
|
} | undefined;
|
52077
|
-
completeIcon:
|
52077
|
+
completeIcon: IconValue;
|
52078
52078
|
editable: boolean;
|
52079
|
-
editIcon:
|
52080
|
-
errorIcon:
|
52079
|
+
editIcon: IconValue;
|
52080
|
+
errorIcon: IconValue;
|
52081
52081
|
}, true, {}, vue.SlotsType<Partial<{
|
52082
52082
|
default: (arg: StepperItemSlot) => vue.VNode[];
|
52083
52083
|
icon: (arg: StepperItemSlot) => vue.VNode[];
|
@@ -52098,15 +52098,15 @@ declare const VStepperItem: {
|
|
52098
52098
|
ripple: boolean | {
|
52099
52099
|
class: string;
|
52100
52100
|
} | undefined;
|
52101
|
-
completeIcon:
|
52101
|
+
completeIcon: IconValue;
|
52102
52102
|
editable: boolean;
|
52103
|
-
editIcon:
|
52104
|
-
errorIcon:
|
52103
|
+
editIcon: IconValue;
|
52104
|
+
errorIcon: IconValue;
|
52105
52105
|
} & {
|
52106
52106
|
color?: string | undefined;
|
52107
52107
|
value?: any;
|
52108
52108
|
title?: string | undefined;
|
52109
|
-
icon?:
|
52109
|
+
icon?: IconValue | undefined;
|
52110
52110
|
selectedClass?: string | undefined;
|
52111
52111
|
subtitle?: string | undefined;
|
52112
52112
|
} & {
|
@@ -52139,10 +52139,10 @@ declare const VStepperItem: {
|
|
52139
52139
|
ripple: boolean | {
|
52140
52140
|
class: string;
|
52141
52141
|
} | undefined;
|
52142
|
-
completeIcon:
|
52142
|
+
completeIcon: IconValue;
|
52143
52143
|
editable: boolean;
|
52144
|
-
editIcon:
|
52145
|
-
errorIcon:
|
52144
|
+
editIcon: IconValue;
|
52145
|
+
errorIcon: IconValue;
|
52146
52146
|
}>;
|
52147
52147
|
__isFragment?: never;
|
52148
52148
|
__isTeleport?: never;
|
@@ -52155,15 +52155,15 @@ declare const VStepperItem: {
|
|
52155
52155
|
ripple: boolean | {
|
52156
52156
|
class: string;
|
52157
52157
|
} | undefined;
|
52158
|
-
completeIcon:
|
52158
|
+
completeIcon: IconValue;
|
52159
52159
|
editable: boolean;
|
52160
|
-
editIcon:
|
52161
|
-
errorIcon:
|
52160
|
+
editIcon: IconValue;
|
52161
|
+
errorIcon: IconValue;
|
52162
52162
|
} & {
|
52163
52163
|
color?: string | undefined;
|
52164
52164
|
value?: any;
|
52165
52165
|
title?: string | undefined;
|
52166
|
-
icon?:
|
52166
|
+
icon?: IconValue | undefined;
|
52167
52167
|
selectedClass?: string | undefined;
|
52168
52168
|
subtitle?: string | undefined;
|
52169
52169
|
} & {
|
@@ -52200,10 +52200,10 @@ declare const VStepperItem: {
|
|
52200
52200
|
ripple: boolean | {
|
52201
52201
|
class: string;
|
52202
52202
|
} | undefined;
|
52203
|
-
completeIcon:
|
52203
|
+
completeIcon: IconValue;
|
52204
52204
|
editable: boolean;
|
52205
|
-
editIcon:
|
52206
|
-
errorIcon:
|
52205
|
+
editIcon: IconValue;
|
52206
|
+
errorIcon: IconValue;
|
52207
52207
|
}, {}, string, vue.SlotsType<Partial<{
|
52208
52208
|
default: (arg: StepperItemSlot) => vue.VNode[];
|
52209
52209
|
icon: (arg: StepperItemSlot) => vue.VNode[];
|
@@ -52218,20 +52218,20 @@ declare const VStepperItem: {
|
|
52218
52218
|
subtitle: StringConstructor;
|
52219
52219
|
complete: BooleanConstructor;
|
52220
52220
|
completeIcon: {
|
52221
|
-
type:
|
52221
|
+
type: PropType<IconValue>;
|
52222
52222
|
default: string;
|
52223
52223
|
};
|
52224
52224
|
editable: BooleanConstructor;
|
52225
52225
|
editIcon: {
|
52226
|
-
type:
|
52226
|
+
type: PropType<IconValue>;
|
52227
52227
|
default: string;
|
52228
52228
|
};
|
52229
52229
|
error: BooleanConstructor;
|
52230
52230
|
errorIcon: {
|
52231
|
-
type:
|
52231
|
+
type: PropType<IconValue>;
|
52232
52232
|
default: string;
|
52233
52233
|
};
|
52234
|
-
icon:
|
52234
|
+
icon: PropType<IconValue>;
|
52235
52235
|
ripple: {
|
52236
52236
|
type: PropType<RippleDirectiveBinding["value"]>;
|
52237
52237
|
default: boolean;
|
@@ -52249,20 +52249,20 @@ declare const VStepperItem: {
|
|
52249
52249
|
subtitle: StringConstructor;
|
52250
52250
|
complete: BooleanConstructor;
|
52251
52251
|
completeIcon: {
|
52252
|
-
type:
|
52252
|
+
type: PropType<IconValue>;
|
52253
52253
|
default: string;
|
52254
52254
|
};
|
52255
52255
|
editable: BooleanConstructor;
|
52256
52256
|
editIcon: {
|
52257
|
-
type:
|
52257
|
+
type: PropType<IconValue>;
|
52258
52258
|
default: string;
|
52259
52259
|
};
|
52260
52260
|
error: BooleanConstructor;
|
52261
52261
|
errorIcon: {
|
52262
|
-
type:
|
52262
|
+
type: PropType<IconValue>;
|
52263
52263
|
default: string;
|
52264
52264
|
};
|
52265
|
-
icon:
|
52265
|
+
icon: PropType<IconValue>;
|
52266
52266
|
ripple: {
|
52267
52267
|
type: PropType<RippleDirectiveBinding["value"]>;
|
52268
52268
|
default: boolean;
|
@@ -52317,9 +52317,9 @@ declare const VStepper: {
|
|
52317
52317
|
modelValue?: any;
|
52318
52318
|
rounded?: string | number | boolean | undefined;
|
52319
52319
|
bgColor?: string | undefined;
|
52320
|
-
completeIcon?:
|
52321
|
-
editIcon?:
|
52322
|
-
errorIcon?:
|
52320
|
+
completeIcon?: IconValue | undefined;
|
52321
|
+
editIcon?: IconValue | undefined;
|
52322
|
+
errorIcon?: IconValue | undefined;
|
52323
52323
|
} & {
|
52324
52324
|
$children?: vue.VNodeChild | {
|
52325
52325
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -52407,9 +52407,9 @@ declare const VStepper: {
|
|
52407
52407
|
modelValue?: any;
|
52408
52408
|
rounded?: string | number | boolean | undefined;
|
52409
52409
|
bgColor?: string | undefined;
|
52410
|
-
completeIcon?:
|
52411
|
-
editIcon?:
|
52412
|
-
errorIcon?:
|
52410
|
+
completeIcon?: IconValue | undefined;
|
52411
|
+
editIcon?: IconValue | undefined;
|
52412
|
+
errorIcon?: IconValue | undefined;
|
52413
52413
|
} & {
|
52414
52414
|
$children?: vue.VNodeChild | {
|
52415
52415
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -52533,9 +52533,9 @@ declare const VStepper: {
|
|
52533
52533
|
modelValue?: any;
|
52534
52534
|
rounded?: string | number | boolean | undefined;
|
52535
52535
|
bgColor?: string | undefined;
|
52536
|
-
completeIcon?:
|
52537
|
-
editIcon?:
|
52538
|
-
errorIcon?:
|
52536
|
+
completeIcon?: IconValue | undefined;
|
52537
|
+
editIcon?: IconValue | undefined;
|
52538
|
+
errorIcon?: IconValue | undefined;
|
52539
52539
|
} & {
|
52540
52540
|
$children?: vue.VNodeChild | {
|
52541
52541
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -52646,9 +52646,9 @@ declare const VStepper: {
|
|
52646
52646
|
modelValue?: any;
|
52647
52647
|
rounded?: string | number | boolean | undefined;
|
52648
52648
|
bgColor?: string | undefined;
|
52649
|
-
completeIcon?:
|
52650
|
-
editIcon?:
|
52651
|
-
errorIcon?:
|
52649
|
+
completeIcon?: IconValue | undefined;
|
52650
|
+
editIcon?: IconValue | undefined;
|
52651
|
+
errorIcon?: IconValue | undefined;
|
52652
52652
|
} & {
|
52653
52653
|
$children?: vue.VNodeChild | {
|
52654
52654
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -52795,10 +52795,10 @@ declare const VStepper: {
|
|
52795
52795
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
52796
52796
|
altLabels: BooleanConstructor;
|
52797
52797
|
bgColor: StringConstructor;
|
52798
|
-
completeIcon:
|
52799
|
-
editIcon:
|
52798
|
+
completeIcon: PropType<IconValue>;
|
52799
|
+
editIcon: PropType<IconValue>;
|
52800
52800
|
editable: BooleanConstructor;
|
52801
|
-
errorIcon:
|
52801
|
+
errorIcon: PropType<IconValue>;
|
52802
52802
|
hideActions: BooleanConstructor;
|
52803
52803
|
items: {
|
52804
52804
|
type: PropType<readonly StepperItem[]>;
|
@@ -52877,10 +52877,10 @@ declare const VStepper: {
|
|
52877
52877
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
52878
52878
|
altLabels: BooleanConstructor;
|
52879
52879
|
bgColor: StringConstructor;
|
52880
|
-
completeIcon:
|
52881
|
-
editIcon:
|
52880
|
+
completeIcon: PropType<IconValue>;
|
52881
|
+
editIcon: PropType<IconValue>;
|
52882
52882
|
editable: BooleanConstructor;
|
52883
|
-
errorIcon:
|
52883
|
+
errorIcon: PropType<IconValue>;
|
52884
52884
|
hideActions: BooleanConstructor;
|
52885
52885
|
items: {
|
52886
52886
|
type: PropType<readonly StepperItem[]>;
|