vuetify 3.4.0 → 3.4.2
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 +1860 -1856
- package/dist/json/importMap.json +140 -140
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +3641 -3631
- package/dist/vuetify-labs.css +1393 -1386
- package/dist/vuetify-labs.d.ts +1936 -9147
- package/dist/vuetify-labs.esm.js +91 -79
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +91 -79
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +940 -933
- package/dist/vuetify.d.ts +2081 -9282
- package/dist/vuetify.esm.js +91 -79
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +91 -79
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +67 -66
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +0 -2
- package/lib/blueprints/md1.d.mts +0 -2
- package/lib/blueprints/md2.d.mts +0 -2
- package/lib/blueprints/md3.d.mts +0 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -3
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +74 -98
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +44 -69
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +11 -11
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.mts +45 -71
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +73 -513
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +100 -482
- package/lib/components/VChip/index.d.mts +15 -18
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +49 -189
- package/lib/components/VCombobox/VCombobox.mjs +3 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +74 -98
- package/lib/components/VDataIterator/index.d.mts +8 -6
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +2 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/items.mjs.map +1 -1
- package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/components/VDataTable/composables/select.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +411 -4142
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.css +4 -0
- package/lib/components/VDatePicker/VDatePicker.mjs +29 -22
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.sass +4 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +32 -36
- package/lib/components/VDialog/VDialog.css +4 -1
- package/lib/components/VDialog/VDialog.sass +4 -3
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.mts +33 -41
- package/lib/components/VFileInput/index.d.mts +144 -385
- package/lib/components/VImg/VImg.mjs +10 -2
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +72 -154
- package/lib/components/VItemGroup/VItemGroup.mjs +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +49 -189
- package/lib/components/VList/VList.mjs +2 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +58 -95
- package/lib/components/VOtpInput/index.d.mts +8 -11
- package/lib/components/VRadio/index.d.mts +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +77 -211
- package/lib/components/VRangeSlider/index.d.mts +22 -25
- package/lib/components/VSelect/VSelect.mjs +2 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +67 -91
- package/lib/components/VSelectionControl/VSelectionControl.mjs +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +9 -18
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +46 -68
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +47 -101
- package/lib/components/VSlider/index.d.mts +22 -25
- package/lib/components/VSwitch/VSwitch.mjs +7 -5
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +90 -303
- package/lib/components/VTextField/index.d.mts +173 -451
- package/lib/components/VTextarea/index.d.mts +144 -385
- package/lib/components/VValidation/VValidation.mjs +2 -2
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.mts +88 -359
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +58 -245
- package/lib/components/index.d.mts +1933 -9130
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +1 -13
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/date/date.mjs +1 -1
- package/lib/composables/date/date.mjs.map +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +11 -13
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +40 -44
- package/lib/labs/VConfirmEdit/index.d.mts +0 -10
- package/lib/labs/components.d.mts +0 -10
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,13 +1,36 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, JSXComponent, PropType, WritableComputedRef, Ref, CSSProperties, ComputedRef } from 'vue';
|
|
3
3
|
|
|
4
|
+
type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
|
|
5
|
+
$children?: (VNodeChild | (T extends {
|
|
6
|
+
default: infer V;
|
|
7
|
+
} ? V : {}) | {
|
|
8
|
+
[K in keyof T]?: T[K];
|
|
9
|
+
});
|
|
10
|
+
'v-slots'?: {
|
|
11
|
+
[K in keyof T]?: T[K] | false;
|
|
12
|
+
};
|
|
13
|
+
} & {
|
|
14
|
+
[K in keyof T as `v-slot:${K & string}`]?: T[K] | false;
|
|
15
|
+
};
|
|
16
|
+
type RawSlots = Record<string, unknown>;
|
|
17
|
+
type Slot<T> = [T] extends [never] ? () => VNodeChild : (arg: T) => VNodeChild;
|
|
18
|
+
type VueSlot<T> = [T] extends [never] ? () => VNode[] : (arg: T) => VNode[];
|
|
19
|
+
type MakeInternalSlots<T extends RawSlots> = {
|
|
20
|
+
[K in keyof T]: Slot<T[K]>;
|
|
21
|
+
};
|
|
22
|
+
type MakeSlots<T extends RawSlots> = {
|
|
23
|
+
[K in keyof T]: VueSlot<T[K]>;
|
|
24
|
+
};
|
|
25
|
+
type GenericProps<Props, Slots extends Record<string, unknown>> = {
|
|
26
|
+
$props: Props & SlotsToProps<Slots>;
|
|
27
|
+
$slots: MakeSlots<Slots>;
|
|
28
|
+
};
|
|
4
29
|
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
|
5
30
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
|
6
31
|
}
|
|
7
32
|
|
|
8
33
|
declare function deepEqual(a: any, b: any): boolean;
|
|
9
|
-
type EventProp<T extends any[] = any[], F = (...args: T) => any> = F | F[];
|
|
10
|
-
declare const EventProp: <T extends any[] = any[]>() => PropType<EventProp<T, (...args: T) => any>>;
|
|
11
34
|
|
|
12
35
|
type Density = null | 'default' | 'comfortable' | 'compact';
|
|
13
36
|
|
|
@@ -15,7 +38,7 @@ type IconValue = string | (string | [path: string, opacity: number])[] | JSXComp
|
|
|
15
38
|
declare const IconValue: PropType<IconValue>;
|
|
16
39
|
|
|
17
40
|
type SelectionControlSlot = {
|
|
18
|
-
model: WritableComputedRef<
|
|
41
|
+
model: WritableComputedRef<boolean>;
|
|
19
42
|
textColorClasses: Ref<string[]>;
|
|
20
43
|
textColorStyles: Ref<CSSProperties>;
|
|
21
44
|
backgroundColorClasses: Ref<string[]>;
|
|
@@ -28,6 +51,17 @@ type SelectionControlSlot = {
|
|
|
28
51
|
id: string;
|
|
29
52
|
};
|
|
30
53
|
};
|
|
54
|
+
type VSelectionControlSlots = {
|
|
55
|
+
default: {
|
|
56
|
+
backgroundColorClasses: Ref<string[]>;
|
|
57
|
+
backgroundColorStyles: Ref<CSSProperties>;
|
|
58
|
+
};
|
|
59
|
+
label: {
|
|
60
|
+
label: string | undefined;
|
|
61
|
+
props: Record<string, unknown>;
|
|
62
|
+
};
|
|
63
|
+
input: SelectionControlSlot;
|
|
64
|
+
};
|
|
31
65
|
|
|
32
66
|
type VMessageSlot = {
|
|
33
67
|
message: string;
|
|
@@ -49,12 +83,22 @@ interface VInputSlot {
|
|
|
49
83
|
resetValidation: () => void;
|
|
50
84
|
validate: () => void;
|
|
51
85
|
}
|
|
86
|
+
type VInputSlots = {
|
|
87
|
+
default: VInputSlot;
|
|
88
|
+
prepend: VInputSlot;
|
|
89
|
+
append: VInputSlot;
|
|
90
|
+
details: VInputSlot;
|
|
91
|
+
message: VMessageSlot;
|
|
92
|
+
};
|
|
52
93
|
|
|
53
94
|
interface LoaderSlotProps {
|
|
54
95
|
color: string | undefined;
|
|
55
96
|
isActive: boolean;
|
|
56
97
|
}
|
|
57
98
|
|
|
99
|
+
type VSwitchSlots = VInputSlots & VSelectionControlSlots & {
|
|
100
|
+
loader: LoaderSlotProps;
|
|
101
|
+
};
|
|
58
102
|
declare const VSwitch: {
|
|
59
103
|
new (...args: any[]): {
|
|
60
104
|
$: vue.ComponentInternalInstance;
|
|
@@ -113,7 +157,6 @@ declare const VSwitch: {
|
|
|
113
157
|
label?: string | undefined;
|
|
114
158
|
class?: any;
|
|
115
159
|
theme?: string | undefined;
|
|
116
|
-
modelValue?: any;
|
|
117
160
|
prependIcon?: IconValue | undefined;
|
|
118
161
|
appendIcon?: IconValue | undefined;
|
|
119
162
|
defaultsTarget?: string | undefined;
|
|
@@ -122,64 +165,14 @@ declare const VSwitch: {
|
|
|
122
165
|
baseColor?: string | undefined;
|
|
123
166
|
trueValue?: any;
|
|
124
167
|
falseValue?: any;
|
|
125
|
-
'onClick:append'?:
|
|
126
|
-
'onClick:prepend'?:
|
|
127
|
-
'onUpdate:focused'?: (
|
|
168
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
169
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
170
|
+
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
128
171
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
129
172
|
validationValue?: any;
|
|
130
173
|
hint?: string | undefined;
|
|
131
174
|
hideDetails?: boolean | "auto" | undefined;
|
|
132
|
-
|
|
133
|
-
default?: ((arg: VInputSlot & {
|
|
134
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
135
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
136
|
-
}) => vue.VNodeChild) | undefined;
|
|
137
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
138
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
139
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
140
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
141
|
-
label?: ((arg: {
|
|
142
|
-
label: string | undefined;
|
|
143
|
-
props: Record<string, unknown>;
|
|
144
|
-
}) => vue.VNodeChild) | undefined;
|
|
145
|
-
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
146
|
-
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
147
|
-
} | ((arg: VInputSlot & {
|
|
148
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
149
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
150
|
-
}) => vue.VNodeChild);
|
|
151
|
-
'v-slots'?: {
|
|
152
|
-
default?: false | ((arg: VInputSlot & {
|
|
153
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
154
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
155
|
-
}) => vue.VNodeChild) | undefined;
|
|
156
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
157
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
158
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
159
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
160
|
-
label?: false | ((arg: {
|
|
161
|
-
label: string | undefined;
|
|
162
|
-
props: Record<string, unknown>;
|
|
163
|
-
}) => vue.VNodeChild) | undefined;
|
|
164
|
-
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
165
|
-
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
166
|
-
} | undefined;
|
|
167
|
-
"v-slot:default"?: false | ((arg: VInputSlot & {
|
|
168
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
169
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
170
|
-
}) => vue.VNodeChild) | undefined;
|
|
171
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
172
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
173
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
174
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
175
|
-
"v-slot:label"?: false | ((arg: {
|
|
176
|
-
label: string | undefined;
|
|
177
|
-
props: Record<string, unknown>;
|
|
178
|
-
}) => vue.VNodeChild) | undefined;
|
|
179
|
-
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
180
|
-
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
181
|
-
"onUpdate:modelValue"?: (() => any) | undefined;
|
|
182
|
-
"onUpdate:indeterminate"?: ((val: boolean) => any) | undefined;
|
|
175
|
+
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
|
183
176
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
184
177
|
flat: boolean;
|
|
185
178
|
inline: boolean;
|
|
@@ -212,7 +205,6 @@ declare const VSwitch: {
|
|
|
212
205
|
label?: string | undefined;
|
|
213
206
|
class?: any;
|
|
214
207
|
theme?: string | undefined;
|
|
215
|
-
modelValue?: any;
|
|
216
208
|
prependIcon?: IconValue | undefined;
|
|
217
209
|
appendIcon?: IconValue | undefined;
|
|
218
210
|
defaultsTarget?: string | undefined;
|
|
@@ -221,67 +213,15 @@ declare const VSwitch: {
|
|
|
221
213
|
baseColor?: string | undefined;
|
|
222
214
|
trueValue?: any;
|
|
223
215
|
falseValue?: any;
|
|
224
|
-
'onClick:append'?:
|
|
225
|
-
'onClick:prepend'?:
|
|
226
|
-
'onUpdate:focused'?:
|
|
216
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
217
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
218
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
227
219
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
228
220
|
validationValue?: any;
|
|
229
221
|
hint?: string | undefined;
|
|
230
222
|
hideDetails?: boolean | "auto" | undefined;
|
|
231
223
|
} & {
|
|
232
|
-
|
|
233
|
-
default?: ((arg: VInputSlot & {
|
|
234
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
235
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
236
|
-
}) => vue.VNodeChild) | undefined;
|
|
237
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
238
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
239
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
240
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
241
|
-
label?: ((arg: {
|
|
242
|
-
label: string | undefined;
|
|
243
|
-
props: Record<string, unknown>;
|
|
244
|
-
}) => vue.VNodeChild) | undefined;
|
|
245
|
-
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
246
|
-
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
247
|
-
} | ((arg: VInputSlot & {
|
|
248
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
249
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
250
|
-
}) => vue.VNodeChild);
|
|
251
|
-
'v-slots'?: {
|
|
252
|
-
default?: false | ((arg: VInputSlot & {
|
|
253
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
254
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
255
|
-
}) => vue.VNodeChild) | undefined;
|
|
256
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
257
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
258
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
259
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
260
|
-
label?: false | ((arg: {
|
|
261
|
-
label: string | undefined;
|
|
262
|
-
props: Record<string, unknown>;
|
|
263
|
-
}) => vue.VNodeChild) | undefined;
|
|
264
|
-
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
265
|
-
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
266
|
-
} | undefined;
|
|
267
|
-
} & {
|
|
268
|
-
"v-slot:default"?: false | ((arg: VInputSlot & {
|
|
269
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
270
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
271
|
-
}) => vue.VNodeChild) | undefined;
|
|
272
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
273
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
274
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
275
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
276
|
-
"v-slot:label"?: false | ((arg: {
|
|
277
|
-
label: string | undefined;
|
|
278
|
-
props: Record<string, unknown>;
|
|
279
|
-
}) => vue.VNodeChild) | undefined;
|
|
280
|
-
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
281
|
-
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
282
|
-
} & {
|
|
283
|
-
"onUpdate:modelValue"?: (() => any) | undefined;
|
|
284
|
-
"onUpdate:indeterminate"?: ((val: boolean) => any) | undefined;
|
|
224
|
+
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
|
285
225
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
286
226
|
}, "flat" | "inline" | "error" | "direction" | "inset" | "loading" | "style" | "disabled" | "multiple" | "readonly" | "indeterminate" | "messages" | "density" | "ripple" | "valueComparator" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
287
227
|
$attrs: {
|
|
@@ -324,7 +264,7 @@ declare const VSwitch: {
|
|
|
324
264
|
}>;
|
|
325
265
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
326
266
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
327
|
-
$emit: ((event: "update:
|
|
267
|
+
$emit: ((event: "update:indeterminate", value: boolean) => void) & ((event: "update:focused", focused: boolean) => void);
|
|
328
268
|
$el: any;
|
|
329
269
|
$options: vue.ComponentOptionsBase<{
|
|
330
270
|
flat: boolean;
|
|
@@ -358,7 +298,6 @@ declare const VSwitch: {
|
|
|
358
298
|
label?: string | undefined;
|
|
359
299
|
class?: any;
|
|
360
300
|
theme?: string | undefined;
|
|
361
|
-
modelValue?: any;
|
|
362
301
|
prependIcon?: IconValue | undefined;
|
|
363
302
|
appendIcon?: IconValue | undefined;
|
|
364
303
|
defaultsTarget?: string | undefined;
|
|
@@ -367,73 +306,21 @@ declare const VSwitch: {
|
|
|
367
306
|
baseColor?: string | undefined;
|
|
368
307
|
trueValue?: any;
|
|
369
308
|
falseValue?: any;
|
|
370
|
-
'onClick:append'?:
|
|
371
|
-
'onClick:prepend'?:
|
|
372
|
-
'onUpdate:focused'?:
|
|
309
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
310
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
311
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
373
312
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
374
313
|
validationValue?: any;
|
|
375
314
|
hint?: string | undefined;
|
|
376
315
|
hideDetails?: boolean | "auto" | undefined;
|
|
377
316
|
} & {
|
|
378
|
-
|
|
379
|
-
default?: ((arg: VInputSlot & {
|
|
380
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
381
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
382
|
-
}) => vue.VNodeChild) | undefined;
|
|
383
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
384
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
385
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
386
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
387
|
-
label?: ((arg: {
|
|
388
|
-
label: string | undefined;
|
|
389
|
-
props: Record<string, unknown>;
|
|
390
|
-
}) => vue.VNodeChild) | undefined;
|
|
391
|
-
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
392
|
-
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
393
|
-
} | ((arg: VInputSlot & {
|
|
394
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
395
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
396
|
-
}) => vue.VNodeChild);
|
|
397
|
-
'v-slots'?: {
|
|
398
|
-
default?: false | ((arg: VInputSlot & {
|
|
399
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
400
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
401
|
-
}) => vue.VNodeChild) | undefined;
|
|
402
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
403
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
404
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
405
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
406
|
-
label?: false | ((arg: {
|
|
407
|
-
label: string | undefined;
|
|
408
|
-
props: Record<string, unknown>;
|
|
409
|
-
}) => vue.VNodeChild) | undefined;
|
|
410
|
-
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
411
|
-
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
412
|
-
} | undefined;
|
|
413
|
-
} & {
|
|
414
|
-
"v-slot:default"?: false | ((arg: VInputSlot & {
|
|
415
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
416
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
417
|
-
}) => vue.VNodeChild) | undefined;
|
|
418
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
419
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
420
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
421
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
422
|
-
"v-slot:label"?: false | ((arg: {
|
|
423
|
-
label: string | undefined;
|
|
424
|
-
props: Record<string, unknown>;
|
|
425
|
-
}) => vue.VNodeChild) | undefined;
|
|
426
|
-
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
427
|
-
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
428
|
-
} & {
|
|
429
|
-
"onUpdate:modelValue"?: (() => any) | undefined;
|
|
430
|
-
"onUpdate:indeterminate"?: ((val: boolean) => any) | undefined;
|
|
317
|
+
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
|
431
318
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
432
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
319
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
433
320
|
'update:focused': (focused: boolean) => boolean;
|
|
434
|
-
'update:modelValue': () => boolean;
|
|
435
|
-
'update:indeterminate': (
|
|
436
|
-
}, string, {
|
|
321
|
+
'update:modelValue': (value: any) => boolean;
|
|
322
|
+
'update:indeterminate': (value: boolean) => boolean;
|
|
323
|
+
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
|
|
437
324
|
flat: boolean;
|
|
438
325
|
inline: boolean;
|
|
439
326
|
error: boolean;
|
|
@@ -539,7 +426,6 @@ declare const VSwitch: {
|
|
|
539
426
|
label?: string | undefined;
|
|
540
427
|
class?: any;
|
|
541
428
|
theme?: string | undefined;
|
|
542
|
-
modelValue?: any;
|
|
543
429
|
prependIcon?: IconValue | undefined;
|
|
544
430
|
appendIcon?: IconValue | undefined;
|
|
545
431
|
defaultsTarget?: string | undefined;
|
|
@@ -548,67 +434,15 @@ declare const VSwitch: {
|
|
|
548
434
|
baseColor?: string | undefined;
|
|
549
435
|
trueValue?: any;
|
|
550
436
|
falseValue?: any;
|
|
551
|
-
'onClick:append'?:
|
|
552
|
-
'onClick:prepend'?:
|
|
553
|
-
'onUpdate:focused'?:
|
|
437
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
438
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
439
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
554
440
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
555
441
|
validationValue?: any;
|
|
556
442
|
hint?: string | undefined;
|
|
557
443
|
hideDetails?: boolean | "auto" | undefined;
|
|
558
444
|
} & {
|
|
559
|
-
|
|
560
|
-
default?: ((arg: VInputSlot & {
|
|
561
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
562
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
563
|
-
}) => vue.VNodeChild) | undefined;
|
|
564
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
565
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
566
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
567
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
568
|
-
label?: ((arg: {
|
|
569
|
-
label: string | undefined;
|
|
570
|
-
props: Record<string, unknown>;
|
|
571
|
-
}) => vue.VNodeChild) | undefined;
|
|
572
|
-
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
573
|
-
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
574
|
-
} | ((arg: VInputSlot & {
|
|
575
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
576
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
577
|
-
}) => vue.VNodeChild);
|
|
578
|
-
'v-slots'?: {
|
|
579
|
-
default?: false | ((arg: VInputSlot & {
|
|
580
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
581
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
582
|
-
}) => vue.VNodeChild) | undefined;
|
|
583
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
584
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
585
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
586
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
587
|
-
label?: false | ((arg: {
|
|
588
|
-
label: string | undefined;
|
|
589
|
-
props: Record<string, unknown>;
|
|
590
|
-
}) => vue.VNodeChild) | undefined;
|
|
591
|
-
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
592
|
-
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
593
|
-
} | undefined;
|
|
594
|
-
} & {
|
|
595
|
-
"v-slot:default"?: false | ((arg: VInputSlot & {
|
|
596
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
597
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
598
|
-
}) => vue.VNodeChild) | undefined;
|
|
599
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
600
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
601
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
602
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
603
|
-
"v-slot:label"?: false | ((arg: {
|
|
604
|
-
label: string | undefined;
|
|
605
|
-
props: Record<string, unknown>;
|
|
606
|
-
}) => vue.VNodeChild) | undefined;
|
|
607
|
-
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
608
|
-
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
609
|
-
} & {
|
|
610
|
-
"onUpdate:modelValue"?: (() => any) | undefined;
|
|
611
|
-
"onUpdate:indeterminate"?: ((val: boolean) => any) | undefined;
|
|
445
|
+
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
|
612
446
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
613
447
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
614
448
|
__isFragment?: undefined;
|
|
@@ -646,7 +480,6 @@ declare const VSwitch: {
|
|
|
646
480
|
label?: string | undefined;
|
|
647
481
|
class?: any;
|
|
648
482
|
theme?: string | undefined;
|
|
649
|
-
modelValue?: any;
|
|
650
483
|
prependIcon?: IconValue | undefined;
|
|
651
484
|
appendIcon?: IconValue | undefined;
|
|
652
485
|
defaultsTarget?: string | undefined;
|
|
@@ -655,73 +488,21 @@ declare const VSwitch: {
|
|
|
655
488
|
baseColor?: string | undefined;
|
|
656
489
|
trueValue?: any;
|
|
657
490
|
falseValue?: any;
|
|
658
|
-
'onClick:append'?:
|
|
659
|
-
'onClick:prepend'?:
|
|
660
|
-
'onUpdate:focused'?:
|
|
491
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
492
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
493
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
661
494
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
662
495
|
validationValue?: any;
|
|
663
496
|
hint?: string | undefined;
|
|
664
497
|
hideDetails?: boolean | "auto" | undefined;
|
|
665
498
|
} & {
|
|
666
|
-
|
|
667
|
-
default?: ((arg: VInputSlot & {
|
|
668
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
669
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
670
|
-
}) => vue.VNodeChild) | undefined;
|
|
671
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
672
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
673
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
674
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
675
|
-
label?: ((arg: {
|
|
676
|
-
label: string | undefined;
|
|
677
|
-
props: Record<string, unknown>;
|
|
678
|
-
}) => vue.VNodeChild) | undefined;
|
|
679
|
-
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
680
|
-
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
681
|
-
} | ((arg: VInputSlot & {
|
|
682
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
683
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
684
|
-
}) => vue.VNodeChild);
|
|
685
|
-
'v-slots'?: {
|
|
686
|
-
default?: false | ((arg: VInputSlot & {
|
|
687
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
688
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
689
|
-
}) => vue.VNodeChild) | undefined;
|
|
690
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
691
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
692
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
693
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
694
|
-
label?: false | ((arg: {
|
|
695
|
-
label: string | undefined;
|
|
696
|
-
props: Record<string, unknown>;
|
|
697
|
-
}) => vue.VNodeChild) | undefined;
|
|
698
|
-
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
699
|
-
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
700
|
-
} | undefined;
|
|
701
|
-
} & {
|
|
702
|
-
"v-slot:default"?: false | ((arg: VInputSlot & {
|
|
703
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
704
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
705
|
-
}) => vue.VNodeChild) | undefined;
|
|
706
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
707
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
708
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
709
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
710
|
-
"v-slot:label"?: false | ((arg: {
|
|
711
|
-
label: string | undefined;
|
|
712
|
-
props: Record<string, unknown>;
|
|
713
|
-
}) => vue.VNodeChild) | undefined;
|
|
714
|
-
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
715
|
-
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
716
|
-
} & {
|
|
717
|
-
"onUpdate:modelValue"?: (() => any) | undefined;
|
|
718
|
-
"onUpdate:indeterminate"?: ((val: boolean) => any) | undefined;
|
|
499
|
+
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
|
719
500
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
720
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
501
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
721
502
|
'update:focused': (focused: boolean) => boolean;
|
|
722
|
-
'update:modelValue': () => boolean;
|
|
723
|
-
'update:indeterminate': (
|
|
724
|
-
}, string, {
|
|
503
|
+
'update:modelValue': (value: any) => boolean;
|
|
504
|
+
'update:indeterminate': (value: boolean) => boolean;
|
|
505
|
+
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
|
|
725
506
|
flat: boolean;
|
|
726
507
|
inline: boolean;
|
|
727
508
|
error: boolean;
|
|
@@ -775,7 +556,13 @@ declare const VSwitch: {
|
|
|
775
556
|
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
776
557
|
[key: string]: any;
|
|
777
558
|
}>[];
|
|
778
|
-
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps &
|
|
559
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T_1>(props: {
|
|
560
|
+
modelValue?: T_1 | null | undefined;
|
|
561
|
+
'onUpdate:modelValue'?: ((value: T_1 | null) => void) | undefined;
|
|
562
|
+
}, slots: VSwitchSlots) => GenericProps<{
|
|
563
|
+
modelValue?: T_1 | null | undefined;
|
|
564
|
+
'onUpdate:modelValue'?: ((value: T_1 | null) => void) | undefined;
|
|
565
|
+
}, VSwitchSlots>) & FilterPropsOptions<{
|
|
779
566
|
theme: StringConstructor;
|
|
780
567
|
density: {
|
|
781
568
|
type: vue.PropType<Density>;
|
|
@@ -820,7 +607,7 @@ declare const VSwitch: {
|
|
|
820
607
|
falseValue: null;
|
|
821
608
|
value: null;
|
|
822
609
|
focused: BooleanConstructor;
|
|
823
|
-
'onUpdate:focused': vue.PropType<
|
|
610
|
+
'onUpdate:focused': vue.PropType<(args_0: boolean) => void>;
|
|
824
611
|
errorMessages: {
|
|
825
612
|
type: vue.PropType<string | readonly string[] | null>;
|
|
826
613
|
default: () => never[];
|
|
@@ -854,8 +641,8 @@ declare const VSwitch: {
|
|
|
854
641
|
default: string;
|
|
855
642
|
validator: (v: any) => boolean;
|
|
856
643
|
};
|
|
857
|
-
'onClick:prepend': vue.PropType<
|
|
858
|
-
'onClick:append': vue.PropType<
|
|
644
|
+
'onClick:prepend': vue.PropType<(args_0: MouseEvent) => void>;
|
|
645
|
+
'onClick:append': vue.PropType<(args_0: MouseEvent) => void>;
|
|
859
646
|
indeterminate: BooleanConstructor;
|
|
860
647
|
inset: BooleanConstructor;
|
|
861
648
|
flat: BooleanConstructor;
|
|
@@ -908,7 +695,7 @@ declare const VSwitch: {
|
|
|
908
695
|
falseValue: null;
|
|
909
696
|
value: null;
|
|
910
697
|
focused: BooleanConstructor;
|
|
911
|
-
'onUpdate:focused': vue.PropType<
|
|
698
|
+
'onUpdate:focused': vue.PropType<(args_0: boolean) => void>;
|
|
912
699
|
errorMessages: {
|
|
913
700
|
type: vue.PropType<string | readonly string[] | null>;
|
|
914
701
|
default: () => never[];
|
|
@@ -942,8 +729,8 @@ declare const VSwitch: {
|
|
|
942
729
|
default: string;
|
|
943
730
|
validator: (v: any) => boolean;
|
|
944
731
|
};
|
|
945
|
-
'onClick:prepend': vue.PropType<
|
|
946
|
-
'onClick:append': vue.PropType<
|
|
732
|
+
'onClick:prepend': vue.PropType<(args_0: MouseEvent) => void>;
|
|
733
|
+
'onClick:append': vue.PropType<(args_0: MouseEvent) => void>;
|
|
947
734
|
indeterminate: BooleanConstructor;
|
|
948
735
|
inset: BooleanConstructor;
|
|
949
736
|
flat: BooleanConstructor;
|