@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-labs.d.ts
CHANGED
@@ -4822,8 +4822,8 @@ declare const VList: {
|
|
4822
4822
|
activeColor?: string | undefined;
|
4823
4823
|
activeClass?: string | undefined;
|
4824
4824
|
activeStrategy?: ActiveStrategyProp | undefined;
|
4825
|
-
collapseIcon?:
|
4826
|
-
expandIcon?:
|
4825
|
+
collapseIcon?: IconValue | undefined;
|
4826
|
+
expandIcon?: IconValue | undefined;
|
4827
4827
|
} & {
|
4828
4828
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
4829
4829
|
"onClick:activate"?: ((value: {
|
@@ -4894,8 +4894,8 @@ declare const VList: {
|
|
4894
4894
|
activeColor?: string | undefined;
|
4895
4895
|
activeClass?: string | undefined;
|
4896
4896
|
activeStrategy?: ActiveStrategyProp | undefined;
|
4897
|
-
collapseIcon?:
|
4898
|
-
expandIcon?:
|
4897
|
+
collapseIcon?: IconValue | undefined;
|
4898
|
+
expandIcon?: IconValue | undefined;
|
4899
4899
|
} & {
|
4900
4900
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
4901
4901
|
"onClick:activate"?: ((value: {
|
@@ -4992,8 +4992,8 @@ declare const VList: {
|
|
4992
4992
|
activeColor?: string | undefined;
|
4993
4993
|
activeClass?: string | undefined;
|
4994
4994
|
activeStrategy?: ActiveStrategyProp | undefined;
|
4995
|
-
collapseIcon?:
|
4996
|
-
expandIcon?:
|
4995
|
+
collapseIcon?: IconValue | undefined;
|
4996
|
+
expandIcon?: IconValue | undefined;
|
4997
4997
|
} & {
|
4998
4998
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
4999
4999
|
"onClick:activate"?: ((value: {
|
@@ -5068,8 +5068,8 @@ declare const VList: {
|
|
5068
5068
|
activeColor?: string | undefined;
|
5069
5069
|
activeClass?: string | undefined;
|
5070
5070
|
activeStrategy?: ActiveStrategyProp | undefined;
|
5071
|
-
collapseIcon?:
|
5072
|
-
expandIcon?:
|
5071
|
+
collapseIcon?: IconValue | undefined;
|
5072
|
+
expandIcon?: IconValue | undefined;
|
5073
5073
|
} & {
|
5074
5074
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
5075
5075
|
"onClick:activate"?: ((value: {
|
@@ -5258,8 +5258,8 @@ declare const VList: {
|
|
5258
5258
|
activeClass: StringConstructor;
|
5259
5259
|
bgColor: StringConstructor;
|
5260
5260
|
disabled: BooleanConstructor;
|
5261
|
-
expandIcon:
|
5262
|
-
collapseIcon:
|
5261
|
+
expandIcon: PropType<IconValue>;
|
5262
|
+
collapseIcon: PropType<IconValue>;
|
5263
5263
|
lines: {
|
5264
5264
|
type: PropType<"one" | "two" | "three" | false>;
|
5265
5265
|
default: string;
|
@@ -5367,8 +5367,8 @@ declare const VList: {
|
|
5367
5367
|
activeClass: StringConstructor;
|
5368
5368
|
bgColor: StringConstructor;
|
5369
5369
|
disabled: BooleanConstructor;
|
5370
|
-
expandIcon:
|
5371
|
-
collapseIcon:
|
5370
|
+
expandIcon: PropType<IconValue>;
|
5371
|
+
collapseIcon: PropType<IconValue>;
|
5372
5372
|
lines: {
|
5373
5373
|
type: PropType<"one" | "two" | "three" | false>;
|
5374
5374
|
default: string;
|
@@ -8595,8 +8595,8 @@ declare const VAutocomplete: {
|
|
8595
8595
|
activeColor?: string | undefined;
|
8596
8596
|
activeClass?: string | undefined;
|
8597
8597
|
activeStrategy?: ActiveStrategyProp | undefined;
|
8598
|
-
collapseIcon?:
|
8599
|
-
expandIcon?:
|
8598
|
+
collapseIcon?: IconValue | undefined;
|
8599
|
+
expandIcon?: IconValue | undefined;
|
8600
8600
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
8601
8601
|
"onClick:activate"?: ((value: {
|
8602
8602
|
id: unknown;
|
@@ -8640,8 +8640,8 @@ declare const VAutocomplete: {
|
|
8640
8640
|
activeColor?: string | undefined;
|
8641
8641
|
activeClass?: string | undefined;
|
8642
8642
|
activeStrategy?: ActiveStrategyProp | undefined;
|
8643
|
-
collapseIcon?:
|
8644
|
-
expandIcon?:
|
8643
|
+
collapseIcon?: IconValue | undefined;
|
8644
|
+
expandIcon?: IconValue | undefined;
|
8645
8645
|
} & {
|
8646
8646
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
8647
8647
|
"onClick:activate"?: ((value: {
|
@@ -9090,8 +9090,8 @@ declare const VAutocomplete: {
|
|
9090
9090
|
activeColor?: string | undefined;
|
9091
9091
|
activeClass?: string | undefined;
|
9092
9092
|
activeStrategy?: ActiveStrategyProp | undefined;
|
9093
|
-
collapseIcon?:
|
9094
|
-
expandIcon?:
|
9093
|
+
collapseIcon?: IconValue | undefined;
|
9094
|
+
expandIcon?: IconValue | undefined;
|
9095
9095
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
9096
9096
|
"onClick:activate"?: ((value: {
|
9097
9097
|
id: unknown;
|
@@ -9135,8 +9135,8 @@ declare const VAutocomplete: {
|
|
9135
9135
|
activeColor?: string | undefined;
|
9136
9136
|
activeClass?: string | undefined;
|
9137
9137
|
activeStrategy?: ActiveStrategyProp | undefined;
|
9138
|
-
collapseIcon?:
|
9139
|
-
expandIcon?:
|
9138
|
+
collapseIcon?: IconValue | undefined;
|
9139
|
+
expandIcon?: IconValue | undefined;
|
9140
9140
|
} & {
|
9141
9141
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
9142
9142
|
"onClick:activate"?: ((value: {
|
@@ -9669,8 +9669,8 @@ declare const VAutocomplete: {
|
|
9669
9669
|
activeColor?: string | undefined;
|
9670
9670
|
activeClass?: string | undefined;
|
9671
9671
|
activeStrategy?: ActiveStrategyProp | undefined;
|
9672
|
-
collapseIcon?:
|
9673
|
-
expandIcon?:
|
9672
|
+
collapseIcon?: IconValue | undefined;
|
9673
|
+
expandIcon?: IconValue | undefined;
|
9674
9674
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
9675
9675
|
"onClick:activate"?: ((value: {
|
9676
9676
|
id: unknown;
|
@@ -9714,8 +9714,8 @@ declare const VAutocomplete: {
|
|
9714
9714
|
activeColor?: string | undefined;
|
9715
9715
|
activeClass?: string | undefined;
|
9716
9716
|
activeStrategy?: ActiveStrategyProp | undefined;
|
9717
|
-
collapseIcon?:
|
9718
|
-
expandIcon?:
|
9717
|
+
collapseIcon?: IconValue | undefined;
|
9718
|
+
expandIcon?: IconValue | undefined;
|
9719
9719
|
} & {
|
9720
9720
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
9721
9721
|
"onClick:activate"?: ((value: {
|
@@ -10213,8 +10213,8 @@ declare const VAutocomplete: {
|
|
10213
10213
|
activeColor?: string | undefined;
|
10214
10214
|
activeClass?: string | undefined;
|
10215
10215
|
activeStrategy?: ActiveStrategyProp | undefined;
|
10216
|
-
collapseIcon?:
|
10217
|
-
expandIcon?:
|
10216
|
+
collapseIcon?: IconValue | undefined;
|
10217
|
+
expandIcon?: IconValue | undefined;
|
10218
10218
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
10219
10219
|
"onClick:activate"?: ((value: {
|
10220
10220
|
id: unknown;
|
@@ -10258,8 +10258,8 @@ declare const VAutocomplete: {
|
|
10258
10258
|
activeColor?: string | undefined;
|
10259
10259
|
activeClass?: string | undefined;
|
10260
10260
|
activeStrategy?: ActiveStrategyProp | undefined;
|
10261
|
-
collapseIcon?:
|
10262
|
-
expandIcon?:
|
10261
|
+
collapseIcon?: IconValue | undefined;
|
10262
|
+
expandIcon?: IconValue | undefined;
|
10263
10263
|
} & {
|
10264
10264
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
10265
10265
|
"onClick:activate"?: ((value: {
|
@@ -18826,7 +18826,7 @@ declare const VChip: {
|
|
18826
18826
|
closable: boolean;
|
18827
18827
|
closeIcon: IconValue;
|
18828
18828
|
closeLabel: string;
|
18829
|
-
filterIcon:
|
18829
|
+
filterIcon: IconValue;
|
18830
18830
|
pill: boolean;
|
18831
18831
|
} & {
|
18832
18832
|
link?: boolean | undefined;
|
@@ -18934,7 +18934,7 @@ declare const VChip: {
|
|
18934
18934
|
closable: boolean;
|
18935
18935
|
closeIcon: IconValue;
|
18936
18936
|
closeLabel: string;
|
18937
|
-
filterIcon:
|
18937
|
+
filterIcon: IconValue;
|
18938
18938
|
pill: boolean;
|
18939
18939
|
} & {
|
18940
18940
|
link?: boolean | undefined;
|
@@ -19037,7 +19037,7 @@ declare const VChip: {
|
|
19037
19037
|
closable: boolean;
|
19038
19038
|
closeIcon: IconValue;
|
19039
19039
|
closeLabel: string;
|
19040
|
-
filterIcon:
|
19040
|
+
filterIcon: IconValue;
|
19041
19041
|
pill: boolean;
|
19042
19042
|
}, true, {}, vue.SlotsType<Partial<{
|
19043
19043
|
default: (arg: {
|
@@ -19080,7 +19080,7 @@ declare const VChip: {
|
|
19080
19080
|
closable: boolean;
|
19081
19081
|
closeIcon: IconValue;
|
19082
19082
|
closeLabel: string;
|
19083
|
-
filterIcon:
|
19083
|
+
filterIcon: IconValue;
|
19084
19084
|
pill: boolean;
|
19085
19085
|
} & {
|
19086
19086
|
link?: boolean | undefined;
|
@@ -19183,7 +19183,7 @@ declare const VChip: {
|
|
19183
19183
|
closable: boolean;
|
19184
19184
|
closeIcon: IconValue;
|
19185
19185
|
closeLabel: string;
|
19186
|
-
filterIcon:
|
19186
|
+
filterIcon: IconValue;
|
19187
19187
|
pill: boolean;
|
19188
19188
|
}>;
|
19189
19189
|
__isFragment?: never;
|
@@ -19209,7 +19209,7 @@ declare const VChip: {
|
|
19209
19209
|
closable: boolean;
|
19210
19210
|
closeIcon: IconValue;
|
19211
19211
|
closeLabel: string;
|
19212
|
-
filterIcon:
|
19212
|
+
filterIcon: IconValue;
|
19213
19213
|
pill: boolean;
|
19214
19214
|
} & {
|
19215
19215
|
link?: boolean | undefined;
|
@@ -19319,7 +19319,7 @@ declare const VChip: {
|
|
19319
19319
|
closable: boolean;
|
19320
19320
|
closeIcon: IconValue;
|
19321
19321
|
closeLabel: string;
|
19322
|
-
filterIcon:
|
19322
|
+
filterIcon: IconValue;
|
19323
19323
|
pill: boolean;
|
19324
19324
|
}, {}, string, vue.SlotsType<Partial<{
|
19325
19325
|
default: (arg: {
|
@@ -19399,7 +19399,7 @@ declare const VChip: {
|
|
19399
19399
|
draggable: BooleanConstructor;
|
19400
19400
|
filter: BooleanConstructor;
|
19401
19401
|
filterIcon: {
|
19402
|
-
type:
|
19402
|
+
type: PropType<IconValue>;
|
19403
19403
|
default: string;
|
19404
19404
|
};
|
19405
19405
|
label: BooleanConstructor;
|
@@ -19485,7 +19485,7 @@ declare const VChip: {
|
|
19485
19485
|
draggable: BooleanConstructor;
|
19486
19486
|
filter: BooleanConstructor;
|
19487
19487
|
filterIcon: {
|
19488
|
-
type:
|
19488
|
+
type: PropType<IconValue>;
|
19489
19489
|
default: string;
|
19490
19490
|
};
|
19491
19491
|
label: BooleanConstructor;
|
@@ -20582,8 +20582,8 @@ declare const VCombobox: {
|
|
20582
20582
|
activeColor?: string | undefined;
|
20583
20583
|
activeClass?: string | undefined;
|
20584
20584
|
activeStrategy?: ActiveStrategyProp | undefined;
|
20585
|
-
collapseIcon?:
|
20586
|
-
expandIcon?:
|
20585
|
+
collapseIcon?: IconValue | undefined;
|
20586
|
+
expandIcon?: IconValue | undefined;
|
20587
20587
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
20588
20588
|
"onClick:activate"?: ((value: {
|
20589
20589
|
id: unknown;
|
@@ -20627,8 +20627,8 @@ declare const VCombobox: {
|
|
20627
20627
|
activeColor?: string | undefined;
|
20628
20628
|
activeClass?: string | undefined;
|
20629
20629
|
activeStrategy?: ActiveStrategyProp | undefined;
|
20630
|
-
collapseIcon?:
|
20631
|
-
expandIcon?:
|
20630
|
+
collapseIcon?: IconValue | undefined;
|
20631
|
+
expandIcon?: IconValue | undefined;
|
20632
20632
|
} & {
|
20633
20633
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
20634
20634
|
"onClick:activate"?: ((value: {
|
@@ -21077,8 +21077,8 @@ declare const VCombobox: {
|
|
21077
21077
|
activeColor?: string | undefined;
|
21078
21078
|
activeClass?: string | undefined;
|
21079
21079
|
activeStrategy?: ActiveStrategyProp | undefined;
|
21080
|
-
collapseIcon?:
|
21081
|
-
expandIcon?:
|
21080
|
+
collapseIcon?: IconValue | undefined;
|
21081
|
+
expandIcon?: IconValue | undefined;
|
21082
21082
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
21083
21083
|
"onClick:activate"?: ((value: {
|
21084
21084
|
id: unknown;
|
@@ -21122,8 +21122,8 @@ declare const VCombobox: {
|
|
21122
21122
|
activeColor?: string | undefined;
|
21123
21123
|
activeClass?: string | undefined;
|
21124
21124
|
activeStrategy?: ActiveStrategyProp | undefined;
|
21125
|
-
collapseIcon?:
|
21126
|
-
expandIcon?:
|
21125
|
+
collapseIcon?: IconValue | undefined;
|
21126
|
+
expandIcon?: IconValue | undefined;
|
21127
21127
|
} & {
|
21128
21128
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
21129
21129
|
"onClick:activate"?: ((value: {
|
@@ -21656,8 +21656,8 @@ declare const VCombobox: {
|
|
21656
21656
|
activeColor?: string | undefined;
|
21657
21657
|
activeClass?: string | undefined;
|
21658
21658
|
activeStrategy?: ActiveStrategyProp | undefined;
|
21659
|
-
collapseIcon?:
|
21660
|
-
expandIcon?:
|
21659
|
+
collapseIcon?: IconValue | undefined;
|
21660
|
+
expandIcon?: IconValue | undefined;
|
21661
21661
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
21662
21662
|
"onClick:activate"?: ((value: {
|
21663
21663
|
id: unknown;
|
@@ -21701,8 +21701,8 @@ declare const VCombobox: {
|
|
21701
21701
|
activeColor?: string | undefined;
|
21702
21702
|
activeClass?: string | undefined;
|
21703
21703
|
activeStrategy?: ActiveStrategyProp | undefined;
|
21704
|
-
collapseIcon?:
|
21705
|
-
expandIcon?:
|
21704
|
+
collapseIcon?: IconValue | undefined;
|
21705
|
+
expandIcon?: IconValue | undefined;
|
21706
21706
|
} & {
|
21707
21707
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
21708
21708
|
"onClick:activate"?: ((value: {
|
@@ -22200,8 +22200,8 @@ declare const VCombobox: {
|
|
22200
22200
|
activeColor?: string | undefined;
|
22201
22201
|
activeClass?: string | undefined;
|
22202
22202
|
activeStrategy?: ActiveStrategyProp | undefined;
|
22203
|
-
collapseIcon?:
|
22204
|
-
expandIcon?:
|
22203
|
+
collapseIcon?: IconValue | undefined;
|
22204
|
+
expandIcon?: IconValue | undefined;
|
22205
22205
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
22206
22206
|
"onClick:activate"?: ((value: {
|
22207
22207
|
id: unknown;
|
@@ -22245,8 +22245,8 @@ declare const VCombobox: {
|
|
22245
22245
|
activeColor?: string | undefined;
|
22246
22246
|
activeClass?: string | undefined;
|
22247
22247
|
activeStrategy?: ActiveStrategyProp | undefined;
|
22248
|
-
collapseIcon?:
|
22249
|
-
expandIcon?:
|
22248
|
+
collapseIcon?: IconValue | undefined;
|
22249
|
+
expandIcon?: IconValue | undefined;
|
22250
22250
|
} & {
|
22251
22251
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
22252
22252
|
"onClick:activate"?: ((value: {
|
@@ -28775,7 +28775,7 @@ declare const VDatePickerHeader: {
|
|
28775
28775
|
transition?: string | undefined;
|
28776
28776
|
header?: string | undefined;
|
28777
28777
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
28778
|
-
appendIcon?:
|
28778
|
+
appendIcon?: IconValue | undefined;
|
28779
28779
|
} & {
|
28780
28780
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
28781
28781
|
prepend?: (() => vue.VNodeChild) | undefined;
|
@@ -28802,7 +28802,7 @@ declare const VDatePickerHeader: {
|
|
28802
28802
|
transition?: string | undefined;
|
28803
28803
|
header?: string | undefined;
|
28804
28804
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
28805
|
-
appendIcon?:
|
28805
|
+
appendIcon?: IconValue | undefined;
|
28806
28806
|
} & {
|
28807
28807
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
28808
28808
|
prepend?: (() => vue.VNodeChild) | undefined;
|
@@ -28837,7 +28837,7 @@ declare const VDatePickerHeader: {
|
|
28837
28837
|
transition?: string | undefined;
|
28838
28838
|
header?: string | undefined;
|
28839
28839
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
28840
|
-
appendIcon?:
|
28840
|
+
appendIcon?: IconValue | undefined;
|
28841
28841
|
} & {
|
28842
28842
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
28843
28843
|
prepend?: (() => vue.VNodeChild) | undefined;
|
@@ -28865,7 +28865,7 @@ declare const VDatePickerHeader: {
|
|
28865
28865
|
transition?: string | undefined;
|
28866
28866
|
header?: string | undefined;
|
28867
28867
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
28868
|
-
appendIcon?:
|
28868
|
+
appendIcon?: IconValue | undefined;
|
28869
28869
|
} & {
|
28870
28870
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
28871
28871
|
prepend?: (() => vue.VNodeChild) | undefined;
|
@@ -28892,13 +28892,13 @@ declare const VDatePickerHeader: {
|
|
28892
28892
|
default: () => vue.VNode[];
|
28893
28893
|
append: () => vue.VNode[];
|
28894
28894
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
28895
|
-
appendIcon:
|
28895
|
+
appendIcon: vue.PropType<IconValue>;
|
28896
28896
|
color: StringConstructor;
|
28897
28897
|
header: StringConstructor;
|
28898
28898
|
transition: StringConstructor;
|
28899
28899
|
onClick: vue.PropType<(args_0: MouseEvent) => void>;
|
28900
28900
|
}, vue.ExtractPropTypes<{
|
28901
|
-
appendIcon:
|
28901
|
+
appendIcon: vue.PropType<IconValue>;
|
28902
28902
|
color: StringConstructor;
|
28903
28903
|
header: StringConstructor;
|
28904
28904
|
transition: StringConstructor;
|
@@ -45256,8 +45256,8 @@ declare const VSelect: {
|
|
45256
45256
|
activeColor?: string | undefined;
|
45257
45257
|
activeClass?: string | undefined;
|
45258
45258
|
activeStrategy?: ActiveStrategyProp | undefined;
|
45259
|
-
collapseIcon?:
|
45260
|
-
expandIcon?:
|
45259
|
+
collapseIcon?: IconValue | undefined;
|
45260
|
+
expandIcon?: IconValue | undefined;
|
45261
45261
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
45262
45262
|
"onClick:activate"?: ((value: {
|
45263
45263
|
id: unknown;
|
@@ -45301,8 +45301,8 @@ declare const VSelect: {
|
|
45301
45301
|
activeColor?: string | undefined;
|
45302
45302
|
activeClass?: string | undefined;
|
45303
45303
|
activeStrategy?: ActiveStrategyProp | undefined;
|
45304
|
-
collapseIcon?:
|
45305
|
-
expandIcon?:
|
45304
|
+
collapseIcon?: IconValue | undefined;
|
45305
|
+
expandIcon?: IconValue | undefined;
|
45306
45306
|
} & {
|
45307
45307
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
45308
45308
|
"onClick:activate"?: ((value: {
|
@@ -45743,8 +45743,8 @@ declare const VSelect: {
|
|
45743
45743
|
activeColor?: string | undefined;
|
45744
45744
|
activeClass?: string | undefined;
|
45745
45745
|
activeStrategy?: ActiveStrategyProp | undefined;
|
45746
|
-
collapseIcon?:
|
45747
|
-
expandIcon?:
|
45746
|
+
collapseIcon?: IconValue | undefined;
|
45747
|
+
expandIcon?: IconValue | undefined;
|
45748
45748
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
45749
45749
|
"onClick:activate"?: ((value: {
|
45750
45750
|
id: unknown;
|
@@ -45788,8 +45788,8 @@ declare const VSelect: {
|
|
45788
45788
|
activeColor?: string | undefined;
|
45789
45789
|
activeClass?: string | undefined;
|
45790
45790
|
activeStrategy?: ActiveStrategyProp | undefined;
|
45791
|
-
collapseIcon?:
|
45792
|
-
expandIcon?:
|
45791
|
+
collapseIcon?: IconValue | undefined;
|
45792
|
+
expandIcon?: IconValue | undefined;
|
45793
45793
|
} & {
|
45794
45794
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
45795
45795
|
"onClick:activate"?: ((value: {
|
@@ -46313,8 +46313,8 @@ declare const VSelect: {
|
|
46313
46313
|
activeColor?: string | undefined;
|
46314
46314
|
activeClass?: string | undefined;
|
46315
46315
|
activeStrategy?: ActiveStrategyProp | undefined;
|
46316
|
-
collapseIcon?:
|
46317
|
-
expandIcon?:
|
46316
|
+
collapseIcon?: IconValue | undefined;
|
46317
|
+
expandIcon?: IconValue | undefined;
|
46318
46318
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
46319
46319
|
"onClick:activate"?: ((value: {
|
46320
46320
|
id: unknown;
|
@@ -46358,8 +46358,8 @@ declare const VSelect: {
|
|
46358
46358
|
activeColor?: string | undefined;
|
46359
46359
|
activeClass?: string | undefined;
|
46360
46360
|
activeStrategy?: ActiveStrategyProp | undefined;
|
46361
|
-
collapseIcon?:
|
46362
|
-
expandIcon?:
|
46361
|
+
collapseIcon?: IconValue | undefined;
|
46362
|
+
expandIcon?: IconValue | undefined;
|
46363
46363
|
} & {
|
46364
46364
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
46365
46365
|
"onClick:activate"?: ((value: {
|
@@ -46848,8 +46848,8 @@ declare const VSelect: {
|
|
46848
46848
|
activeColor?: string | undefined;
|
46849
46849
|
activeClass?: string | undefined;
|
46850
46850
|
activeStrategy?: ActiveStrategyProp | undefined;
|
46851
|
-
collapseIcon?:
|
46852
|
-
expandIcon?:
|
46851
|
+
collapseIcon?: IconValue | undefined;
|
46852
|
+
expandIcon?: IconValue | undefined;
|
46853
46853
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
46854
46854
|
"onClick:activate"?: ((value: {
|
46855
46855
|
id: unknown;
|
@@ -46893,8 +46893,8 @@ declare const VSelect: {
|
|
46893
46893
|
activeColor?: string | undefined;
|
46894
46894
|
activeClass?: string | undefined;
|
46895
46895
|
activeStrategy?: ActiveStrategyProp | undefined;
|
46896
|
-
collapseIcon?:
|
46897
|
-
expandIcon?:
|
46896
|
+
collapseIcon?: IconValue | undefined;
|
46897
|
+
expandIcon?: IconValue | undefined;
|
46898
46898
|
} & {
|
46899
46899
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
46900
46900
|
"onClick:activate"?: ((value: {
|
@@ -52595,15 +52595,15 @@ declare const VStepperItem: {
|
|
52595
52595
|
ripple: boolean | {
|
52596
52596
|
class: string;
|
52597
52597
|
} | undefined;
|
52598
|
-
completeIcon:
|
52598
|
+
completeIcon: IconValue;
|
52599
52599
|
editable: boolean;
|
52600
|
-
editIcon:
|
52601
|
-
errorIcon:
|
52600
|
+
editIcon: IconValue;
|
52601
|
+
errorIcon: IconValue;
|
52602
52602
|
} & {
|
52603
52603
|
color?: string | undefined;
|
52604
52604
|
value?: any;
|
52605
52605
|
title?: string | undefined;
|
52606
|
-
icon?:
|
52606
|
+
icon?: IconValue | undefined;
|
52607
52607
|
selectedClass?: string | undefined;
|
52608
52608
|
subtitle?: string | undefined;
|
52609
52609
|
} & {
|
@@ -52640,15 +52640,15 @@ declare const VStepperItem: {
|
|
52640
52640
|
ripple: boolean | {
|
52641
52641
|
class: string;
|
52642
52642
|
} | undefined;
|
52643
|
-
completeIcon:
|
52643
|
+
completeIcon: IconValue;
|
52644
52644
|
editable: boolean;
|
52645
|
-
editIcon:
|
52646
|
-
errorIcon:
|
52645
|
+
editIcon: IconValue;
|
52646
|
+
errorIcon: IconValue;
|
52647
52647
|
} & {
|
52648
52648
|
color?: string | undefined;
|
52649
52649
|
value?: any;
|
52650
52650
|
title?: string | undefined;
|
52651
|
-
icon?:
|
52651
|
+
icon?: IconValue | undefined;
|
52652
52652
|
selectedClass?: string | undefined;
|
52653
52653
|
subtitle?: string | undefined;
|
52654
52654
|
} & {
|
@@ -52681,10 +52681,10 @@ declare const VStepperItem: {
|
|
52681
52681
|
ripple: boolean | {
|
52682
52682
|
class: string;
|
52683
52683
|
} | undefined;
|
52684
|
-
completeIcon:
|
52684
|
+
completeIcon: IconValue;
|
52685
52685
|
editable: boolean;
|
52686
|
-
editIcon:
|
52687
|
-
errorIcon:
|
52686
|
+
editIcon: IconValue;
|
52687
|
+
errorIcon: IconValue;
|
52688
52688
|
}, true, {}, vue.SlotsType<Partial<{
|
52689
52689
|
default: (arg: StepperItemSlot) => vue.VNode[];
|
52690
52690
|
icon: (arg: StepperItemSlot) => vue.VNode[];
|
@@ -52705,15 +52705,15 @@ declare const VStepperItem: {
|
|
52705
52705
|
ripple: boolean | {
|
52706
52706
|
class: string;
|
52707
52707
|
} | undefined;
|
52708
|
-
completeIcon:
|
52708
|
+
completeIcon: IconValue;
|
52709
52709
|
editable: boolean;
|
52710
|
-
editIcon:
|
52711
|
-
errorIcon:
|
52710
|
+
editIcon: IconValue;
|
52711
|
+
errorIcon: IconValue;
|
52712
52712
|
} & {
|
52713
52713
|
color?: string | undefined;
|
52714
52714
|
value?: any;
|
52715
52715
|
title?: string | undefined;
|
52716
|
-
icon?:
|
52716
|
+
icon?: IconValue | undefined;
|
52717
52717
|
selectedClass?: string | undefined;
|
52718
52718
|
subtitle?: string | undefined;
|
52719
52719
|
} & {
|
@@ -52746,10 +52746,10 @@ declare const VStepperItem: {
|
|
52746
52746
|
ripple: boolean | {
|
52747
52747
|
class: string;
|
52748
52748
|
} | undefined;
|
52749
|
-
completeIcon:
|
52749
|
+
completeIcon: IconValue;
|
52750
52750
|
editable: boolean;
|
52751
|
-
editIcon:
|
52752
|
-
errorIcon:
|
52751
|
+
editIcon: IconValue;
|
52752
|
+
errorIcon: IconValue;
|
52753
52753
|
}>;
|
52754
52754
|
__isFragment?: never;
|
52755
52755
|
__isTeleport?: never;
|
@@ -52762,15 +52762,15 @@ declare const VStepperItem: {
|
|
52762
52762
|
ripple: boolean | {
|
52763
52763
|
class: string;
|
52764
52764
|
} | undefined;
|
52765
|
-
completeIcon:
|
52765
|
+
completeIcon: IconValue;
|
52766
52766
|
editable: boolean;
|
52767
|
-
editIcon:
|
52768
|
-
errorIcon:
|
52767
|
+
editIcon: IconValue;
|
52768
|
+
errorIcon: IconValue;
|
52769
52769
|
} & {
|
52770
52770
|
color?: string | undefined;
|
52771
52771
|
value?: any;
|
52772
52772
|
title?: string | undefined;
|
52773
|
-
icon?:
|
52773
|
+
icon?: IconValue | undefined;
|
52774
52774
|
selectedClass?: string | undefined;
|
52775
52775
|
subtitle?: string | undefined;
|
52776
52776
|
} & {
|
@@ -52807,10 +52807,10 @@ declare const VStepperItem: {
|
|
52807
52807
|
ripple: boolean | {
|
52808
52808
|
class: string;
|
52809
52809
|
} | undefined;
|
52810
|
-
completeIcon:
|
52810
|
+
completeIcon: IconValue;
|
52811
52811
|
editable: boolean;
|
52812
|
-
editIcon:
|
52813
|
-
errorIcon:
|
52812
|
+
editIcon: IconValue;
|
52813
|
+
errorIcon: IconValue;
|
52814
52814
|
}, {}, string, vue.SlotsType<Partial<{
|
52815
52815
|
default: (arg: StepperItemSlot) => vue.VNode[];
|
52816
52816
|
icon: (arg: StepperItemSlot) => vue.VNode[];
|
@@ -52825,20 +52825,20 @@ declare const VStepperItem: {
|
|
52825
52825
|
subtitle: StringConstructor;
|
52826
52826
|
complete: BooleanConstructor;
|
52827
52827
|
completeIcon: {
|
52828
|
-
type:
|
52828
|
+
type: PropType<IconValue>;
|
52829
52829
|
default: string;
|
52830
52830
|
};
|
52831
52831
|
editable: BooleanConstructor;
|
52832
52832
|
editIcon: {
|
52833
|
-
type:
|
52833
|
+
type: PropType<IconValue>;
|
52834
52834
|
default: string;
|
52835
52835
|
};
|
52836
52836
|
error: BooleanConstructor;
|
52837
52837
|
errorIcon: {
|
52838
|
-
type:
|
52838
|
+
type: PropType<IconValue>;
|
52839
52839
|
default: string;
|
52840
52840
|
};
|
52841
|
-
icon:
|
52841
|
+
icon: PropType<IconValue>;
|
52842
52842
|
ripple: {
|
52843
52843
|
type: PropType<RippleDirectiveBinding["value"]>;
|
52844
52844
|
default: boolean;
|
@@ -52856,20 +52856,20 @@ declare const VStepperItem: {
|
|
52856
52856
|
subtitle: StringConstructor;
|
52857
52857
|
complete: BooleanConstructor;
|
52858
52858
|
completeIcon: {
|
52859
|
-
type:
|
52859
|
+
type: PropType<IconValue>;
|
52860
52860
|
default: string;
|
52861
52861
|
};
|
52862
52862
|
editable: BooleanConstructor;
|
52863
52863
|
editIcon: {
|
52864
|
-
type:
|
52864
|
+
type: PropType<IconValue>;
|
52865
52865
|
default: string;
|
52866
52866
|
};
|
52867
52867
|
error: BooleanConstructor;
|
52868
52868
|
errorIcon: {
|
52869
|
-
type:
|
52869
|
+
type: PropType<IconValue>;
|
52870
52870
|
default: string;
|
52871
52871
|
};
|
52872
|
-
icon:
|
52872
|
+
icon: PropType<IconValue>;
|
52873
52873
|
ripple: {
|
52874
52874
|
type: PropType<RippleDirectiveBinding["value"]>;
|
52875
52875
|
default: boolean;
|
@@ -52924,9 +52924,9 @@ declare const VStepper: {
|
|
52924
52924
|
modelValue?: any;
|
52925
52925
|
rounded?: string | number | boolean | undefined;
|
52926
52926
|
bgColor?: string | undefined;
|
52927
|
-
completeIcon?:
|
52928
|
-
editIcon?:
|
52929
|
-
errorIcon?:
|
52927
|
+
completeIcon?: IconValue | undefined;
|
52928
|
+
editIcon?: IconValue | undefined;
|
52929
|
+
errorIcon?: IconValue | undefined;
|
52930
52930
|
} & {
|
52931
52931
|
$children?: vue.VNodeChild | {
|
52932
52932
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -53014,9 +53014,9 @@ declare const VStepper: {
|
|
53014
53014
|
modelValue?: any;
|
53015
53015
|
rounded?: string | number | boolean | undefined;
|
53016
53016
|
bgColor?: string | undefined;
|
53017
|
-
completeIcon?:
|
53018
|
-
editIcon?:
|
53019
|
-
errorIcon?:
|
53017
|
+
completeIcon?: IconValue | undefined;
|
53018
|
+
editIcon?: IconValue | undefined;
|
53019
|
+
errorIcon?: IconValue | undefined;
|
53020
53020
|
} & {
|
53021
53021
|
$children?: vue.VNodeChild | {
|
53022
53022
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -53140,9 +53140,9 @@ declare const VStepper: {
|
|
53140
53140
|
modelValue?: any;
|
53141
53141
|
rounded?: string | number | boolean | undefined;
|
53142
53142
|
bgColor?: string | undefined;
|
53143
|
-
completeIcon?:
|
53144
|
-
editIcon?:
|
53145
|
-
errorIcon?:
|
53143
|
+
completeIcon?: IconValue | undefined;
|
53144
|
+
editIcon?: IconValue | undefined;
|
53145
|
+
errorIcon?: IconValue | undefined;
|
53146
53146
|
} & {
|
53147
53147
|
$children?: vue.VNodeChild | {
|
53148
53148
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -53253,9 +53253,9 @@ declare const VStepper: {
|
|
53253
53253
|
modelValue?: any;
|
53254
53254
|
rounded?: string | number | boolean | undefined;
|
53255
53255
|
bgColor?: string | undefined;
|
53256
|
-
completeIcon?:
|
53257
|
-
editIcon?:
|
53258
|
-
errorIcon?:
|
53256
|
+
completeIcon?: IconValue | undefined;
|
53257
|
+
editIcon?: IconValue | undefined;
|
53258
|
+
errorIcon?: IconValue | undefined;
|
53259
53259
|
} & {
|
53260
53260
|
$children?: vue.VNodeChild | {
|
53261
53261
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -53402,10 +53402,10 @@ declare const VStepper: {
|
|
53402
53402
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
53403
53403
|
altLabels: BooleanConstructor;
|
53404
53404
|
bgColor: StringConstructor;
|
53405
|
-
completeIcon:
|
53406
|
-
editIcon:
|
53405
|
+
completeIcon: PropType<IconValue>;
|
53406
|
+
editIcon: PropType<IconValue>;
|
53407
53407
|
editable: BooleanConstructor;
|
53408
|
-
errorIcon:
|
53408
|
+
errorIcon: PropType<IconValue>;
|
53409
53409
|
hideActions: BooleanConstructor;
|
53410
53410
|
items: {
|
53411
53411
|
type: PropType<readonly StepperItem[]>;
|
@@ -53484,10 +53484,10 @@ declare const VStepper: {
|
|
53484
53484
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
53485
53485
|
altLabels: BooleanConstructor;
|
53486
53486
|
bgColor: StringConstructor;
|
53487
|
-
completeIcon:
|
53488
|
-
editIcon:
|
53487
|
+
completeIcon: PropType<IconValue>;
|
53488
|
+
editIcon: PropType<IconValue>;
|
53489
53489
|
editable: BooleanConstructor;
|
53490
|
-
errorIcon:
|
53490
|
+
errorIcon: PropType<IconValue>;
|
53491
53491
|
hideActions: BooleanConstructor;
|
53492
53492
|
items: {
|
53493
53493
|
type: PropType<readonly StepperItem[]>;
|
@@ -76954,9 +76954,9 @@ declare const VStepperVertical: {
|
|
76954
76954
|
rounded?: string | number | boolean | undefined;
|
76955
76955
|
selectedClass?: string | undefined;
|
76956
76956
|
bgColor?: string | undefined;
|
76957
|
-
completeIcon?:
|
76958
|
-
editIcon?:
|
76959
|
-
errorIcon?:
|
76957
|
+
completeIcon?: IconValue | undefined;
|
76958
|
+
editIcon?: IconValue | undefined;
|
76959
|
+
errorIcon?: IconValue | undefined;
|
76960
76960
|
} & {
|
76961
76961
|
$children?: vue.VNodeChild | {
|
76962
76962
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -77043,9 +77043,9 @@ declare const VStepperVertical: {
|
|
77043
77043
|
rounded?: string | number | boolean | undefined;
|
77044
77044
|
selectedClass?: string | undefined;
|
77045
77045
|
bgColor?: string | undefined;
|
77046
|
-
completeIcon?:
|
77047
|
-
editIcon?:
|
77048
|
-
errorIcon?:
|
77046
|
+
completeIcon?: IconValue | undefined;
|
77047
|
+
editIcon?: IconValue | undefined;
|
77048
|
+
errorIcon?: IconValue | undefined;
|
77049
77049
|
} & {
|
77050
77050
|
$children?: vue.VNodeChild | {
|
77051
77051
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -77179,9 +77179,9 @@ declare const VStepperVertical: {
|
|
77179
77179
|
rounded?: string | number | boolean | undefined;
|
77180
77180
|
selectedClass?: string | undefined;
|
77181
77181
|
bgColor?: string | undefined;
|
77182
|
-
completeIcon?:
|
77183
|
-
editIcon?:
|
77184
|
-
errorIcon?:
|
77182
|
+
completeIcon?: IconValue | undefined;
|
77183
|
+
editIcon?: IconValue | undefined;
|
77184
|
+
errorIcon?: IconValue | undefined;
|
77185
77185
|
} & {
|
77186
77186
|
$children?: vue.VNodeChild | {
|
77187
77187
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -77299,9 +77299,9 @@ declare const VStepperVertical: {
|
|
77299
77299
|
rounded?: string | number | boolean | undefined;
|
77300
77300
|
selectedClass?: string | undefined;
|
77301
77301
|
bgColor?: string | undefined;
|
77302
|
-
completeIcon?:
|
77303
|
-
editIcon?:
|
77304
|
-
errorIcon?:
|
77302
|
+
completeIcon?: IconValue | undefined;
|
77303
|
+
editIcon?: IconValue | undefined;
|
77304
|
+
errorIcon?: IconValue | undefined;
|
77305
77305
|
} & {
|
77306
77306
|
$children?: vue.VNodeChild | {
|
77307
77307
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -77457,10 +77457,10 @@ declare const VStepperVertical: {
|
|
77457
77457
|
};
|
77458
77458
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
77459
77459
|
altLabels: BooleanConstructor;
|
77460
|
-
completeIcon:
|
77461
|
-
editIcon:
|
77460
|
+
completeIcon: vue.PropType<IconValue>;
|
77461
|
+
editIcon: vue.PropType<IconValue>;
|
77462
77462
|
editable: BooleanConstructor;
|
77463
|
-
errorIcon:
|
77463
|
+
errorIcon: vue.PropType<IconValue>;
|
77464
77464
|
items: {
|
77465
77465
|
type: vue.PropType<readonly StepperItem[]>;
|
77466
77466
|
default: () => never[];
|
@@ -77547,10 +77547,10 @@ declare const VStepperVertical: {
|
|
77547
77547
|
};
|
77548
77548
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
77549
77549
|
altLabels: BooleanConstructor;
|
77550
|
-
completeIcon:
|
77551
|
-
editIcon:
|
77550
|
+
completeIcon: vue.PropType<IconValue>;
|
77551
|
+
editIcon: vue.PropType<IconValue>;
|
77552
77552
|
editable: BooleanConstructor;
|
77553
|
-
errorIcon:
|
77553
|
+
errorIcon: vue.PropType<IconValue>;
|
77554
77554
|
items: {
|
77555
77555
|
type: vue.PropType<readonly StepperItem[]>;
|
77556
77556
|
default: () => never[];
|
@@ -77594,10 +77594,10 @@ declare const VStepperVerticalItem: {
|
|
77594
77594
|
collapseIcon: IconValue;
|
77595
77595
|
expandIcon: IconValue;
|
77596
77596
|
hideActions: boolean;
|
77597
|
-
completeIcon:
|
77597
|
+
completeIcon: IconValue;
|
77598
77598
|
editable: boolean;
|
77599
|
-
editIcon:
|
77600
|
-
errorIcon:
|
77599
|
+
editIcon: IconValue;
|
77600
|
+
errorIcon: IconValue;
|
77601
77601
|
} & {
|
77602
77602
|
height?: string | number | undefined;
|
77603
77603
|
width?: string | number | undefined;
|
@@ -77610,7 +77610,7 @@ declare const VStepperVerticalItem: {
|
|
77610
77610
|
title?: string | undefined;
|
77611
77611
|
text?: string | undefined;
|
77612
77612
|
class?: any;
|
77613
|
-
icon?:
|
77613
|
+
icon?: IconValue | undefined;
|
77614
77614
|
elevation?: string | number | undefined;
|
77615
77615
|
rounded?: string | number | boolean | undefined;
|
77616
77616
|
selectedClass?: string | undefined;
|
@@ -77681,10 +77681,10 @@ declare const VStepperVerticalItem: {
|
|
77681
77681
|
collapseIcon: IconValue;
|
77682
77682
|
expandIcon: IconValue;
|
77683
77683
|
hideActions: boolean;
|
77684
|
-
completeIcon:
|
77684
|
+
completeIcon: IconValue;
|
77685
77685
|
editable: boolean;
|
77686
|
-
editIcon:
|
77687
|
-
errorIcon:
|
77686
|
+
editIcon: IconValue;
|
77687
|
+
errorIcon: IconValue;
|
77688
77688
|
} & {
|
77689
77689
|
height?: string | number | undefined;
|
77690
77690
|
width?: string | number | undefined;
|
@@ -77697,7 +77697,7 @@ declare const VStepperVerticalItem: {
|
|
77697
77697
|
title?: string | undefined;
|
77698
77698
|
text?: string | undefined;
|
77699
77699
|
class?: any;
|
77700
|
-
icon?:
|
77700
|
+
icon?: IconValue | undefined;
|
77701
77701
|
elevation?: string | number | undefined;
|
77702
77702
|
rounded?: string | number | boolean | undefined;
|
77703
77703
|
selectedClass?: string | undefined;
|
@@ -77765,10 +77765,10 @@ declare const VStepperVerticalItem: {
|
|
77765
77765
|
collapseIcon: IconValue;
|
77766
77766
|
expandIcon: IconValue;
|
77767
77767
|
hideActions: boolean;
|
77768
|
-
completeIcon:
|
77768
|
+
completeIcon: IconValue;
|
77769
77769
|
editable: boolean;
|
77770
|
-
editIcon:
|
77771
|
-
errorIcon:
|
77770
|
+
editIcon: IconValue;
|
77771
|
+
errorIcon: IconValue;
|
77772
77772
|
}, true, {}, vue.SlotsType<Partial<{
|
77773
77773
|
default: (arg: StepperItemSlot) => vue.VNode[];
|
77774
77774
|
icon: (arg: StepperItemSlot) => vue.VNode[];
|
@@ -77806,10 +77806,10 @@ declare const VStepperVerticalItem: {
|
|
77806
77806
|
collapseIcon: IconValue;
|
77807
77807
|
expandIcon: IconValue;
|
77808
77808
|
hideActions: boolean;
|
77809
|
-
completeIcon:
|
77809
|
+
completeIcon: IconValue;
|
77810
77810
|
editable: boolean;
|
77811
|
-
editIcon:
|
77812
|
-
errorIcon:
|
77811
|
+
editIcon: IconValue;
|
77812
|
+
errorIcon: IconValue;
|
77813
77813
|
} & {
|
77814
77814
|
height?: string | number | undefined;
|
77815
77815
|
width?: string | number | undefined;
|
@@ -77822,7 +77822,7 @@ declare const VStepperVerticalItem: {
|
|
77822
77822
|
title?: string | undefined;
|
77823
77823
|
text?: string | undefined;
|
77824
77824
|
class?: any;
|
77825
|
-
icon?:
|
77825
|
+
icon?: IconValue | undefined;
|
77826
77826
|
elevation?: string | number | undefined;
|
77827
77827
|
rounded?: string | number | boolean | undefined;
|
77828
77828
|
selectedClass?: string | undefined;
|
@@ -77890,10 +77890,10 @@ declare const VStepperVerticalItem: {
|
|
77890
77890
|
collapseIcon: IconValue;
|
77891
77891
|
expandIcon: IconValue;
|
77892
77892
|
hideActions: boolean;
|
77893
|
-
completeIcon:
|
77893
|
+
completeIcon: IconValue;
|
77894
77894
|
editable: boolean;
|
77895
|
-
editIcon:
|
77896
|
-
errorIcon:
|
77895
|
+
editIcon: IconValue;
|
77896
|
+
errorIcon: IconValue;
|
77897
77897
|
}>;
|
77898
77898
|
__isFragment?: never;
|
77899
77899
|
__isTeleport?: never;
|
@@ -77916,10 +77916,10 @@ declare const VStepperVerticalItem: {
|
|
77916
77916
|
collapseIcon: IconValue;
|
77917
77917
|
expandIcon: IconValue;
|
77918
77918
|
hideActions: boolean;
|
77919
|
-
completeIcon:
|
77919
|
+
completeIcon: IconValue;
|
77920
77920
|
editable: boolean;
|
77921
|
-
editIcon:
|
77922
|
-
errorIcon:
|
77921
|
+
editIcon: IconValue;
|
77922
|
+
errorIcon: IconValue;
|
77923
77923
|
} & {
|
77924
77924
|
height?: string | number | undefined;
|
77925
77925
|
width?: string | number | undefined;
|
@@ -77932,7 +77932,7 @@ declare const VStepperVerticalItem: {
|
|
77932
77932
|
title?: string | undefined;
|
77933
77933
|
text?: string | undefined;
|
77934
77934
|
class?: any;
|
77935
|
-
icon?:
|
77935
|
+
icon?: IconValue | undefined;
|
77936
77936
|
elevation?: string | number | undefined;
|
77937
77937
|
rounded?: string | number | boolean | undefined;
|
77938
77938
|
selectedClass?: string | undefined;
|
@@ -78004,10 +78004,10 @@ declare const VStepperVerticalItem: {
|
|
78004
78004
|
collapseIcon: IconValue;
|
78005
78005
|
expandIcon: IconValue;
|
78006
78006
|
hideActions: boolean;
|
78007
|
-
completeIcon:
|
78007
|
+
completeIcon: IconValue;
|
78008
78008
|
editable: boolean;
|
78009
|
-
editIcon:
|
78010
|
-
errorIcon:
|
78009
|
+
editIcon: IconValue;
|
78010
|
+
errorIcon: IconValue;
|
78011
78011
|
}, {}, string, vue.SlotsType<Partial<{
|
78012
78012
|
default: (arg: StepperItemSlot) => vue.VNode[];
|
78013
78013
|
icon: (arg: StepperItemSlot) => vue.VNode[];
|
@@ -78077,20 +78077,20 @@ declare const VStepperVerticalItem: {
|
|
78077
78077
|
subtitle: StringConstructor;
|
78078
78078
|
complete: BooleanConstructor;
|
78079
78079
|
completeIcon: {
|
78080
|
-
type:
|
78080
|
+
type: vue.PropType<IconValue>;
|
78081
78081
|
default: string;
|
78082
78082
|
};
|
78083
78083
|
editable: BooleanConstructor;
|
78084
78084
|
editIcon: {
|
78085
|
-
type:
|
78085
|
+
type: vue.PropType<IconValue>;
|
78086
78086
|
default: string;
|
78087
78087
|
};
|
78088
78088
|
error: BooleanConstructor;
|
78089
78089
|
errorIcon: {
|
78090
|
-
type:
|
78090
|
+
type: vue.PropType<IconValue>;
|
78091
78091
|
default: string;
|
78092
78092
|
};
|
78093
|
-
icon:
|
78093
|
+
icon: vue.PropType<IconValue>;
|
78094
78094
|
rules: {
|
78095
78095
|
type: vue.PropType<readonly ValidationRule[]>;
|
78096
78096
|
default: () => never[];
|
@@ -78153,20 +78153,20 @@ declare const VStepperVerticalItem: {
|
|
78153
78153
|
subtitle: StringConstructor;
|
78154
78154
|
complete: BooleanConstructor;
|
78155
78155
|
completeIcon: {
|
78156
|
-
type:
|
78156
|
+
type: vue.PropType<IconValue>;
|
78157
78157
|
default: string;
|
78158
78158
|
};
|
78159
78159
|
editable: BooleanConstructor;
|
78160
78160
|
editIcon: {
|
78161
|
-
type:
|
78161
|
+
type: vue.PropType<IconValue>;
|
78162
78162
|
default: string;
|
78163
78163
|
};
|
78164
78164
|
error: BooleanConstructor;
|
78165
78165
|
errorIcon: {
|
78166
|
-
type:
|
78166
|
+
type: vue.PropType<IconValue>;
|
78167
78167
|
default: string;
|
78168
78168
|
};
|
78169
|
-
icon:
|
78169
|
+
icon: vue.PropType<IconValue>;
|
78170
78170
|
rules: {
|
78171
78171
|
type: vue.PropType<readonly ValidationRule[]>;
|
78172
78172
|
default: () => never[];
|
@@ -80018,8 +80018,8 @@ declare const VTreeview: {
|
|
80018
80018
|
activatable: boolean;
|
80019
80019
|
selectable: boolean;
|
80020
80020
|
selectStrategy: SelectStrategyProp;
|
80021
|
-
collapseIcon:
|
80022
|
-
expandIcon:
|
80021
|
+
collapseIcon: IconValue;
|
80022
|
+
expandIcon: IconValue;
|
80023
80023
|
returnObject: boolean;
|
80024
80024
|
filterMode: FilterMode;
|
80025
80025
|
noFilter: boolean;
|
@@ -80116,8 +80116,8 @@ declare const VTreeview: {
|
|
80116
80116
|
activatable: boolean;
|
80117
80117
|
selectable: boolean;
|
80118
80118
|
selectStrategy: SelectStrategyProp;
|
80119
|
-
collapseIcon:
|
80120
|
-
expandIcon:
|
80119
|
+
collapseIcon: IconValue;
|
80120
|
+
expandIcon: IconValue;
|
80121
80121
|
returnObject: boolean;
|
80122
80122
|
filterMode: FilterMode;
|
80123
80123
|
noFilter: boolean;
|
@@ -80200,8 +80200,8 @@ declare const VTreeview: {
|
|
80200
80200
|
activatable: boolean;
|
80201
80201
|
selectable: boolean;
|
80202
80202
|
selectStrategy: SelectStrategyProp;
|
80203
|
-
collapseIcon:
|
80204
|
-
expandIcon:
|
80203
|
+
collapseIcon: IconValue;
|
80204
|
+
expandIcon: IconValue;
|
80205
80205
|
returnObject: boolean;
|
80206
80206
|
filterMode: FilterMode;
|
80207
80207
|
noFilter: boolean;
|
@@ -80262,8 +80262,8 @@ declare const VTreeview: {
|
|
80262
80262
|
activatable: boolean;
|
80263
80263
|
selectable: boolean;
|
80264
80264
|
selectStrategy: SelectStrategyProp;
|
80265
|
-
collapseIcon:
|
80266
|
-
expandIcon:
|
80265
|
+
collapseIcon: IconValue;
|
80266
|
+
expandIcon: IconValue;
|
80267
80267
|
returnObject: boolean;
|
80268
80268
|
filterMode: FilterMode;
|
80269
80269
|
noFilter: boolean;
|
@@ -80346,8 +80346,8 @@ declare const VTreeview: {
|
|
80346
80346
|
activatable: boolean;
|
80347
80347
|
selectable: boolean;
|
80348
80348
|
selectStrategy: SelectStrategyProp;
|
80349
|
-
collapseIcon:
|
80350
|
-
expandIcon:
|
80349
|
+
collapseIcon: IconValue;
|
80350
|
+
expandIcon: IconValue;
|
80351
80351
|
returnObject: boolean;
|
80352
80352
|
filterMode: FilterMode;
|
80353
80353
|
noFilter: boolean;
|
@@ -80379,8 +80379,8 @@ declare const VTreeview: {
|
|
80379
80379
|
activatable: boolean;
|
80380
80380
|
selectable: boolean;
|
80381
80381
|
selectStrategy: SelectStrategyProp;
|
80382
|
-
collapseIcon:
|
80383
|
-
expandIcon:
|
80382
|
+
collapseIcon: IconValue;
|
80383
|
+
expandIcon: IconValue;
|
80384
80384
|
returnObject: boolean;
|
80385
80385
|
filterMode: FilterMode;
|
80386
80386
|
noFilter: boolean;
|
@@ -80478,8 +80478,8 @@ declare const VTreeview: {
|
|
80478
80478
|
activatable: boolean;
|
80479
80479
|
selectable: boolean;
|
80480
80480
|
selectStrategy: SelectStrategyProp;
|
80481
|
-
collapseIcon:
|
80482
|
-
expandIcon:
|
80481
|
+
collapseIcon: IconValue;
|
80482
|
+
expandIcon: IconValue;
|
80483
80483
|
returnObject: boolean;
|
80484
80484
|
filterMode: FilterMode;
|
80485
80485
|
noFilter: boolean;
|
@@ -80598,12 +80598,12 @@ declare const VTreeview: {
|
|
80598
80598
|
};
|
80599
80599
|
'onUpdate:opened': vue.PropType<() => void>;
|
80600
80600
|
collapseIcon: {
|
80601
|
-
type: vue.PropType<
|
80602
|
-
default:
|
80601
|
+
type: vue.PropType<IconValue>;
|
80602
|
+
default: NonNullable<IconValue>;
|
80603
80603
|
};
|
80604
80604
|
expandIcon: {
|
80605
|
-
type: vue.PropType<
|
80606
|
-
default:
|
80605
|
+
type: vue.PropType<IconValue>;
|
80606
|
+
default: NonNullable<IconValue>;
|
80607
80607
|
};
|
80608
80608
|
returnObject: BooleanConstructor;
|
80609
80609
|
itemTitle: {
|
@@ -80740,12 +80740,12 @@ declare const VTreeview: {
|
|
80740
80740
|
};
|
80741
80741
|
'onUpdate:opened': vue.PropType<() => void>;
|
80742
80742
|
collapseIcon: {
|
80743
|
-
type: vue.PropType<
|
80744
|
-
default:
|
80743
|
+
type: vue.PropType<IconValue>;
|
80744
|
+
default: NonNullable<IconValue>;
|
80745
80745
|
};
|
80746
80746
|
expandIcon: {
|
80747
|
-
type: vue.PropType<
|
80748
|
-
default:
|
80747
|
+
type: vue.PropType<IconValue>;
|
80748
|
+
default: NonNullable<IconValue>;
|
80749
80749
|
};
|
80750
80750
|
returnObject: BooleanConstructor;
|
80751
80751
|
itemTitle: {
|