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 ValidationResult = string | boolean;
|
|
33
67
|
type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
|
|
@@ -49,7 +83,15 @@ 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
|
|
|
94
|
+
type VCheckboxSlots = Omit<VInputSlots, 'default'> & VSelectionControlSlots;
|
|
53
95
|
declare const VCheckbox: {
|
|
54
96
|
new (...args: any[]): {
|
|
55
97
|
$: vue.ComponentInternalInstance;
|
|
@@ -106,67 +148,19 @@ declare const VCheckbox: {
|
|
|
106
148
|
label?: string | undefined;
|
|
107
149
|
class?: any;
|
|
108
150
|
theme?: string | undefined;
|
|
109
|
-
modelValue?: any;
|
|
110
151
|
prependIcon?: IconValue | undefined;
|
|
111
152
|
appendIcon?: IconValue | undefined;
|
|
112
153
|
defaultsTarget?: string | undefined;
|
|
113
154
|
baseColor?: string | undefined;
|
|
114
155
|
trueValue?: any;
|
|
115
156
|
falseValue?: any;
|
|
116
|
-
'onClick:append'?:
|
|
117
|
-
'onClick:prepend'?:
|
|
118
|
-
'onUpdate:focused'?: (
|
|
157
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
158
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
159
|
+
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
119
160
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
120
161
|
validationValue?: any;
|
|
121
162
|
hint?: string | undefined;
|
|
122
163
|
hideDetails?: boolean | "auto" | undefined;
|
|
123
|
-
$children?: vue.VNodeChild | ((arg: {
|
|
124
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
125
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
126
|
-
}) => vue.VNodeChild) | {
|
|
127
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
128
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
129
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
130
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
131
|
-
default?: ((arg: {
|
|
132
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
133
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
134
|
-
}) => vue.VNodeChild) | undefined;
|
|
135
|
-
label?: ((arg: {
|
|
136
|
-
label: string | undefined;
|
|
137
|
-
props: Record<string, unknown>;
|
|
138
|
-
}) => vue.VNodeChild) | undefined;
|
|
139
|
-
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
140
|
-
};
|
|
141
|
-
'v-slots'?: {
|
|
142
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
143
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
144
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
145
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
146
|
-
default?: false | ((arg: {
|
|
147
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
148
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
149
|
-
}) => vue.VNodeChild) | undefined;
|
|
150
|
-
label?: false | ((arg: {
|
|
151
|
-
label: string | undefined;
|
|
152
|
-
props: Record<string, unknown>;
|
|
153
|
-
}) => vue.VNodeChild) | undefined;
|
|
154
|
-
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
155
|
-
} | undefined;
|
|
156
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
157
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
158
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
159
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
160
|
-
"v-slot:default"?: false | ((arg: {
|
|
161
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
162
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
163
|
-
}) => vue.VNodeChild) | undefined;
|
|
164
|
-
"v-slot:label"?: false | ((arg: {
|
|
165
|
-
label: string | undefined;
|
|
166
|
-
props: Record<string, unknown>;
|
|
167
|
-
}) => vue.VNodeChild) | undefined;
|
|
168
|
-
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
169
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
170
164
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
171
165
|
error: boolean;
|
|
172
166
|
direction: "horizontal" | "vertical";
|
|
@@ -198,70 +192,20 @@ declare const VCheckbox: {
|
|
|
198
192
|
label?: string | undefined;
|
|
199
193
|
class?: any;
|
|
200
194
|
theme?: string | undefined;
|
|
201
|
-
modelValue?: any;
|
|
202
195
|
prependIcon?: IconValue | undefined;
|
|
203
196
|
appendIcon?: IconValue | undefined;
|
|
204
197
|
defaultsTarget?: string | undefined;
|
|
205
198
|
baseColor?: string | undefined;
|
|
206
199
|
trueValue?: any;
|
|
207
200
|
falseValue?: any;
|
|
208
|
-
'onClick:append'?:
|
|
209
|
-
'onClick:prepend'?:
|
|
210
|
-
'onUpdate:focused'?:
|
|
201
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
202
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
203
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
211
204
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
212
205
|
validationValue?: any;
|
|
213
206
|
hint?: string | undefined;
|
|
214
207
|
hideDetails?: boolean | "auto" | undefined;
|
|
215
208
|
} & {
|
|
216
|
-
$children?: vue.VNodeChild | ((arg: {
|
|
217
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
218
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
219
|
-
}) => vue.VNodeChild) | {
|
|
220
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
221
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
222
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
223
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
224
|
-
default?: ((arg: {
|
|
225
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
226
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
227
|
-
}) => vue.VNodeChild) | undefined;
|
|
228
|
-
label?: ((arg: {
|
|
229
|
-
label: string | undefined;
|
|
230
|
-
props: Record<string, unknown>;
|
|
231
|
-
}) => vue.VNodeChild) | undefined;
|
|
232
|
-
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
233
|
-
};
|
|
234
|
-
'v-slots'?: {
|
|
235
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
236
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
237
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
238
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
239
|
-
default?: false | ((arg: {
|
|
240
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
241
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
242
|
-
}) => vue.VNodeChild) | undefined;
|
|
243
|
-
label?: false | ((arg: {
|
|
244
|
-
label: string | undefined;
|
|
245
|
-
props: Record<string, unknown>;
|
|
246
|
-
}) => vue.VNodeChild) | undefined;
|
|
247
|
-
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
248
|
-
} | undefined;
|
|
249
|
-
} & {
|
|
250
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
251
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
252
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
253
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
254
|
-
"v-slot:default"?: false | ((arg: {
|
|
255
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
256
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
257
|
-
}) => vue.VNodeChild) | undefined;
|
|
258
|
-
"v-slot:label"?: false | ((arg: {
|
|
259
|
-
label: string | undefined;
|
|
260
|
-
props: Record<string, unknown>;
|
|
261
|
-
}) => vue.VNodeChild) | undefined;
|
|
262
|
-
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
263
|
-
} & {
|
|
264
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
265
209
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
266
210
|
}, "error" | "direction" | "style" | "disabled" | "multiple" | "readonly" | "indeterminate" | "messages" | "density" | "ripple" | "falseIcon" | "trueIcon" | "valueComparator" | "indeterminateIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
267
211
|
$attrs: {
|
|
@@ -301,7 +245,7 @@ declare const VCheckbox: {
|
|
|
301
245
|
}>;
|
|
302
246
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
303
247
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
304
|
-
$emit: (
|
|
248
|
+
$emit: (event: "update:focused", focused: boolean) => void;
|
|
305
249
|
$el: any;
|
|
306
250
|
$options: vue.ComponentOptionsBase<{
|
|
307
251
|
error: boolean;
|
|
@@ -334,75 +278,25 @@ declare const VCheckbox: {
|
|
|
334
278
|
label?: string | undefined;
|
|
335
279
|
class?: any;
|
|
336
280
|
theme?: string | undefined;
|
|
337
|
-
modelValue?: any;
|
|
338
281
|
prependIcon?: IconValue | undefined;
|
|
339
282
|
appendIcon?: IconValue | undefined;
|
|
340
283
|
defaultsTarget?: string | undefined;
|
|
341
284
|
baseColor?: string | undefined;
|
|
342
285
|
trueValue?: any;
|
|
343
286
|
falseValue?: any;
|
|
344
|
-
'onClick:append'?:
|
|
345
|
-
'onClick:prepend'?:
|
|
346
|
-
'onUpdate:focused'?:
|
|
287
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
288
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
289
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
347
290
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
348
291
|
validationValue?: any;
|
|
349
292
|
hint?: string | undefined;
|
|
350
293
|
hideDetails?: boolean | "auto" | undefined;
|
|
351
294
|
} & {
|
|
352
|
-
$children?: vue.VNodeChild | ((arg: {
|
|
353
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
354
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
355
|
-
}) => vue.VNodeChild) | {
|
|
356
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
357
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
358
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
359
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
360
|
-
default?: ((arg: {
|
|
361
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
362
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
363
|
-
}) => vue.VNodeChild) | undefined;
|
|
364
|
-
label?: ((arg: {
|
|
365
|
-
label: string | undefined;
|
|
366
|
-
props: Record<string, unknown>;
|
|
367
|
-
}) => vue.VNodeChild) | undefined;
|
|
368
|
-
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
369
|
-
};
|
|
370
|
-
'v-slots'?: {
|
|
371
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
372
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
373
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
374
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
375
|
-
default?: false | ((arg: {
|
|
376
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
377
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
378
|
-
}) => vue.VNodeChild) | undefined;
|
|
379
|
-
label?: false | ((arg: {
|
|
380
|
-
label: string | undefined;
|
|
381
|
-
props: Record<string, unknown>;
|
|
382
|
-
}) => vue.VNodeChild) | undefined;
|
|
383
|
-
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
384
|
-
} | undefined;
|
|
385
|
-
} & {
|
|
386
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
387
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
388
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
389
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
390
|
-
"v-slot:default"?: false | ((arg: {
|
|
391
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
392
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
393
|
-
}) => vue.VNodeChild) | undefined;
|
|
394
|
-
"v-slot:label"?: false | ((arg: {
|
|
395
|
-
label: string | undefined;
|
|
396
|
-
props: Record<string, unknown>;
|
|
397
|
-
}) => vue.VNodeChild) | undefined;
|
|
398
|
-
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
399
|
-
} & {
|
|
400
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
401
295
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
402
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
403
|
-
'update:modelValue': (value:
|
|
296
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
297
|
+
'update:modelValue': (value: any) => boolean;
|
|
404
298
|
'update:focused': (focused: boolean) => boolean;
|
|
405
|
-
}, string, {
|
|
299
|
+
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
|
|
406
300
|
error: boolean;
|
|
407
301
|
direction: "horizontal" | "vertical";
|
|
408
302
|
style: vue.StyleValue;
|
|
@@ -503,70 +397,20 @@ declare const VCheckbox: {
|
|
|
503
397
|
label?: string | undefined;
|
|
504
398
|
class?: any;
|
|
505
399
|
theme?: string | undefined;
|
|
506
|
-
modelValue?: any;
|
|
507
400
|
prependIcon?: IconValue | undefined;
|
|
508
401
|
appendIcon?: IconValue | undefined;
|
|
509
402
|
defaultsTarget?: string | undefined;
|
|
510
403
|
baseColor?: string | undefined;
|
|
511
404
|
trueValue?: any;
|
|
512
405
|
falseValue?: any;
|
|
513
|
-
'onClick:append'?:
|
|
514
|
-
'onClick:prepend'?:
|
|
515
|
-
'onUpdate:focused'?:
|
|
406
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
407
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
408
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
516
409
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
517
410
|
validationValue?: any;
|
|
518
411
|
hint?: string | undefined;
|
|
519
412
|
hideDetails?: boolean | "auto" | undefined;
|
|
520
413
|
} & {
|
|
521
|
-
$children?: vue.VNodeChild | ((arg: {
|
|
522
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
523
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
524
|
-
}) => vue.VNodeChild) | {
|
|
525
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
526
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
527
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
528
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
529
|
-
default?: ((arg: {
|
|
530
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
531
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
532
|
-
}) => vue.VNodeChild) | undefined;
|
|
533
|
-
label?: ((arg: {
|
|
534
|
-
label: string | undefined;
|
|
535
|
-
props: Record<string, unknown>;
|
|
536
|
-
}) => vue.VNodeChild) | undefined;
|
|
537
|
-
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
538
|
-
};
|
|
539
|
-
'v-slots'?: {
|
|
540
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
541
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
542
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
543
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
544
|
-
default?: false | ((arg: {
|
|
545
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
546
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
547
|
-
}) => vue.VNodeChild) | undefined;
|
|
548
|
-
label?: false | ((arg: {
|
|
549
|
-
label: string | undefined;
|
|
550
|
-
props: Record<string, unknown>;
|
|
551
|
-
}) => vue.VNodeChild) | undefined;
|
|
552
|
-
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
553
|
-
} | undefined;
|
|
554
|
-
} & {
|
|
555
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
556
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
557
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
558
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
559
|
-
"v-slot:default"?: false | ((arg: {
|
|
560
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
561
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
562
|
-
}) => vue.VNodeChild) | undefined;
|
|
563
|
-
"v-slot:label"?: false | ((arg: {
|
|
564
|
-
label: string | undefined;
|
|
565
|
-
props: Record<string, unknown>;
|
|
566
|
-
}) => vue.VNodeChild) | undefined;
|
|
567
|
-
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
568
|
-
} & {
|
|
569
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
570
414
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
571
415
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
572
416
|
__isFragment?: undefined;
|
|
@@ -603,75 +447,25 @@ declare const VCheckbox: {
|
|
|
603
447
|
label?: string | undefined;
|
|
604
448
|
class?: any;
|
|
605
449
|
theme?: string | undefined;
|
|
606
|
-
modelValue?: any;
|
|
607
450
|
prependIcon?: IconValue | undefined;
|
|
608
451
|
appendIcon?: IconValue | undefined;
|
|
609
452
|
defaultsTarget?: string | undefined;
|
|
610
453
|
baseColor?: string | undefined;
|
|
611
454
|
trueValue?: any;
|
|
612
455
|
falseValue?: any;
|
|
613
|
-
'onClick:append'?:
|
|
614
|
-
'onClick:prepend'?:
|
|
615
|
-
'onUpdate:focused'?:
|
|
456
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
457
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
458
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
616
459
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
617
460
|
validationValue?: any;
|
|
618
461
|
hint?: string | undefined;
|
|
619
462
|
hideDetails?: boolean | "auto" | undefined;
|
|
620
463
|
} & {
|
|
621
|
-
$children?: vue.VNodeChild | ((arg: {
|
|
622
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
623
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
624
|
-
}) => vue.VNodeChild) | {
|
|
625
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
626
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
627
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
628
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
629
|
-
default?: ((arg: {
|
|
630
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
631
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
632
|
-
}) => vue.VNodeChild) | undefined;
|
|
633
|
-
label?: ((arg: {
|
|
634
|
-
label: string | undefined;
|
|
635
|
-
props: Record<string, unknown>;
|
|
636
|
-
}) => vue.VNodeChild) | undefined;
|
|
637
|
-
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
638
|
-
};
|
|
639
|
-
'v-slots'?: {
|
|
640
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
641
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
642
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
643
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
644
|
-
default?: false | ((arg: {
|
|
645
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
646
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
647
|
-
}) => vue.VNodeChild) | undefined;
|
|
648
|
-
label?: false | ((arg: {
|
|
649
|
-
label: string | undefined;
|
|
650
|
-
props: Record<string, unknown>;
|
|
651
|
-
}) => vue.VNodeChild) | undefined;
|
|
652
|
-
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
653
|
-
} | undefined;
|
|
654
|
-
} & {
|
|
655
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
656
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
657
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
658
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
659
|
-
"v-slot:default"?: false | ((arg: {
|
|
660
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
661
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
662
|
-
}) => vue.VNodeChild) | undefined;
|
|
663
|
-
"v-slot:label"?: false | ((arg: {
|
|
664
|
-
label: string | undefined;
|
|
665
|
-
props: Record<string, unknown>;
|
|
666
|
-
}) => vue.VNodeChild) | undefined;
|
|
667
|
-
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
668
|
-
} & {
|
|
669
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
670
464
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
671
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
672
|
-
'update:modelValue': (value:
|
|
465
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
466
|
+
'update:modelValue': (value: any) => boolean;
|
|
673
467
|
'update:focused': (focused: boolean) => boolean;
|
|
674
|
-
}, string, {
|
|
468
|
+
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
|
|
675
469
|
error: boolean;
|
|
676
470
|
direction: "horizontal" | "vertical";
|
|
677
471
|
style: vue.StyleValue;
|
|
@@ -721,7 +515,13 @@ declare const VCheckbox: {
|
|
|
721
515
|
input: (arg: SelectionControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
722
516
|
[key: string]: any;
|
|
723
517
|
}>[];
|
|
724
|
-
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps &
|
|
518
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T_1>(props: {
|
|
519
|
+
modelValue?: T_1 | null | undefined;
|
|
520
|
+
'onUpdate:modelValue'?: ((value: T_1 | null) => void) | undefined;
|
|
521
|
+
}, slots: VCheckboxSlots) => GenericProps<{
|
|
522
|
+
modelValue?: T_1 | null | undefined;
|
|
523
|
+
'onUpdate:modelValue'?: ((value: T_1 | null) => void) | undefined;
|
|
524
|
+
}, VCheckboxSlots>) & FilterPropsOptions<{
|
|
725
525
|
type: StringConstructor;
|
|
726
526
|
error: BooleanConstructor;
|
|
727
527
|
id: StringConstructor;
|
|
@@ -776,7 +576,7 @@ declare const VCheckbox: {
|
|
|
776
576
|
default: string;
|
|
777
577
|
};
|
|
778
578
|
focused: BooleanConstructor;
|
|
779
|
-
'onUpdate:focused': vue.PropType<
|
|
579
|
+
'onUpdate:focused': vue.PropType<(args_0: boolean) => void>;
|
|
780
580
|
errorMessages: {
|
|
781
581
|
type: vue.PropType<string | readonly string[] | null>;
|
|
782
582
|
default: () => never[];
|
|
@@ -810,8 +610,8 @@ declare const VCheckbox: {
|
|
|
810
610
|
default: string;
|
|
811
611
|
validator: (v: any) => boolean;
|
|
812
612
|
};
|
|
813
|
-
'onClick:prepend': vue.PropType<
|
|
814
|
-
'onClick:append': vue.PropType<
|
|
613
|
+
'onClick:prepend': vue.PropType<(args_0: MouseEvent) => void>;
|
|
614
|
+
'onClick:append': vue.PropType<(args_0: MouseEvent) => void>;
|
|
815
615
|
}, vue.ExtractPropTypes<{
|
|
816
616
|
type: StringConstructor;
|
|
817
617
|
error: BooleanConstructor;
|
|
@@ -867,7 +667,7 @@ declare const VCheckbox: {
|
|
|
867
667
|
default: string;
|
|
868
668
|
};
|
|
869
669
|
focused: BooleanConstructor;
|
|
870
|
-
'onUpdate:focused': vue.PropType<
|
|
670
|
+
'onUpdate:focused': vue.PropType<(args_0: boolean) => void>;
|
|
871
671
|
errorMessages: {
|
|
872
672
|
type: vue.PropType<string | readonly string[] | null>;
|
|
873
673
|
default: () => never[];
|
|
@@ -901,8 +701,8 @@ declare const VCheckbox: {
|
|
|
901
701
|
default: string;
|
|
902
702
|
validator: (v: any) => boolean;
|
|
903
703
|
};
|
|
904
|
-
'onClick:prepend': vue.PropType<
|
|
905
|
-
'onClick:append': vue.PropType<
|
|
704
|
+
'onClick:prepend': vue.PropType<(args_0: MouseEvent) => void>;
|
|
705
|
+
'onClick:append': vue.PropType<(args_0: MouseEvent) => void>;
|
|
906
706
|
}>>;
|
|
907
707
|
type VCheckbox = InstanceType<typeof VCheckbox>;
|
|
908
708
|
|
|
@@ -946,47 +746,11 @@ declare const VCheckboxBtn: {
|
|
|
946
746
|
label?: string | undefined;
|
|
947
747
|
class?: any;
|
|
948
748
|
theme?: string | undefined;
|
|
949
|
-
modelValue?: any;
|
|
950
749
|
defaultsTarget?: string | undefined;
|
|
951
750
|
baseColor?: string | undefined;
|
|
952
751
|
trueValue?: any;
|
|
953
752
|
falseValue?: any;
|
|
954
|
-
|
|
955
|
-
default?: ((arg: {
|
|
956
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
957
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
958
|
-
}) => vue.VNodeChild) | undefined;
|
|
959
|
-
label?: ((arg: {
|
|
960
|
-
label: string | undefined;
|
|
961
|
-
props: Record<string, unknown>;
|
|
962
|
-
}) => vue.VNodeChild) | undefined;
|
|
963
|
-
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
964
|
-
} | ((arg: {
|
|
965
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
966
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
967
|
-
}) => vue.VNodeChild);
|
|
968
|
-
'v-slots'?: {
|
|
969
|
-
default?: false | ((arg: {
|
|
970
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
971
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
972
|
-
}) => vue.VNodeChild) | undefined;
|
|
973
|
-
label?: false | ((arg: {
|
|
974
|
-
label: string | undefined;
|
|
975
|
-
props: Record<string, unknown>;
|
|
976
|
-
}) => vue.VNodeChild) | undefined;
|
|
977
|
-
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
978
|
-
} | undefined;
|
|
979
|
-
"v-slot:default"?: false | ((arg: {
|
|
980
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
981
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
982
|
-
}) => vue.VNodeChild) | undefined;
|
|
983
|
-
"v-slot:label"?: false | ((arg: {
|
|
984
|
-
label: string | undefined;
|
|
985
|
-
props: Record<string, unknown>;
|
|
986
|
-
}) => vue.VNodeChild) | undefined;
|
|
987
|
-
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
988
|
-
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
989
|
-
"onUpdate:indeterminate"?: ((val: boolean) => any) | undefined;
|
|
753
|
+
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
|
990
754
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
991
755
|
inline: boolean;
|
|
992
756
|
error: boolean;
|
|
@@ -1010,50 +774,12 @@ declare const VCheckboxBtn: {
|
|
|
1010
774
|
label?: string | undefined;
|
|
1011
775
|
class?: any;
|
|
1012
776
|
theme?: string | undefined;
|
|
1013
|
-
modelValue?: any;
|
|
1014
777
|
defaultsTarget?: string | undefined;
|
|
1015
778
|
baseColor?: string | undefined;
|
|
1016
779
|
trueValue?: any;
|
|
1017
780
|
falseValue?: any;
|
|
1018
781
|
} & {
|
|
1019
|
-
|
|
1020
|
-
default?: ((arg: {
|
|
1021
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
1022
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
1023
|
-
}) => vue.VNodeChild) | undefined;
|
|
1024
|
-
label?: ((arg: {
|
|
1025
|
-
label: string | undefined;
|
|
1026
|
-
props: Record<string, unknown>;
|
|
1027
|
-
}) => vue.VNodeChild) | undefined;
|
|
1028
|
-
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
1029
|
-
} | ((arg: {
|
|
1030
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
1031
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
1032
|
-
}) => vue.VNodeChild);
|
|
1033
|
-
'v-slots'?: {
|
|
1034
|
-
default?: false | ((arg: {
|
|
1035
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
1036
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
1037
|
-
}) => vue.VNodeChild) | undefined;
|
|
1038
|
-
label?: false | ((arg: {
|
|
1039
|
-
label: string | undefined;
|
|
1040
|
-
props: Record<string, unknown>;
|
|
1041
|
-
}) => vue.VNodeChild) | undefined;
|
|
1042
|
-
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
1043
|
-
} | undefined;
|
|
1044
|
-
} & {
|
|
1045
|
-
"v-slot:default"?: false | ((arg: {
|
|
1046
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
1047
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
1048
|
-
}) => vue.VNodeChild) | undefined;
|
|
1049
|
-
"v-slot:label"?: false | ((arg: {
|
|
1050
|
-
label: string | undefined;
|
|
1051
|
-
props: Record<string, unknown>;
|
|
1052
|
-
}) => vue.VNodeChild) | undefined;
|
|
1053
|
-
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
1054
|
-
} & {
|
|
1055
|
-
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1056
|
-
"onUpdate:indeterminate"?: ((val: boolean) => any) | undefined;
|
|
782
|
+
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
|
1057
783
|
}, "inline" | "error" | "style" | "disabled" | "multiple" | "readonly" | "indeterminate" | "density" | "ripple" | "falseIcon" | "trueIcon" | "valueComparator" | "indeterminateIcon">;
|
|
1058
784
|
$attrs: {
|
|
1059
785
|
[x: string]: unknown;
|
|
@@ -1080,7 +806,7 @@ declare const VCheckboxBtn: {
|
|
|
1080
806
|
}>;
|
|
1081
807
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1082
808
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1083
|
-
$emit: (
|
|
809
|
+
$emit: (event: "update:indeterminate", value: boolean) => void;
|
|
1084
810
|
$el: any;
|
|
1085
811
|
$options: vue.ComponentOptionsBase<{
|
|
1086
812
|
inline: boolean;
|
|
@@ -1105,54 +831,16 @@ declare const VCheckboxBtn: {
|
|
|
1105
831
|
label?: string | undefined;
|
|
1106
832
|
class?: any;
|
|
1107
833
|
theme?: string | undefined;
|
|
1108
|
-
modelValue?: any;
|
|
1109
834
|
defaultsTarget?: string | undefined;
|
|
1110
835
|
baseColor?: string | undefined;
|
|
1111
836
|
trueValue?: any;
|
|
1112
837
|
falseValue?: any;
|
|
1113
838
|
} & {
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
1117
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
1118
|
-
}) => vue.VNodeChild) | undefined;
|
|
1119
|
-
label?: ((arg: {
|
|
1120
|
-
label: string | undefined;
|
|
1121
|
-
props: Record<string, unknown>;
|
|
1122
|
-
}) => vue.VNodeChild) | undefined;
|
|
1123
|
-
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
1124
|
-
} | ((arg: {
|
|
1125
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
1126
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
1127
|
-
}) => vue.VNodeChild);
|
|
1128
|
-
'v-slots'?: {
|
|
1129
|
-
default?: false | ((arg: {
|
|
1130
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
1131
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
1132
|
-
}) => vue.VNodeChild) | undefined;
|
|
1133
|
-
label?: false | ((arg: {
|
|
1134
|
-
label: string | undefined;
|
|
1135
|
-
props: Record<string, unknown>;
|
|
1136
|
-
}) => vue.VNodeChild) | undefined;
|
|
1137
|
-
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
1138
|
-
} | undefined;
|
|
1139
|
-
} & {
|
|
1140
|
-
"v-slot:default"?: false | ((arg: {
|
|
1141
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
1142
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
1143
|
-
}) => vue.VNodeChild) | undefined;
|
|
1144
|
-
"v-slot:label"?: false | ((arg: {
|
|
1145
|
-
label: string | undefined;
|
|
1146
|
-
props: Record<string, unknown>;
|
|
1147
|
-
}) => vue.VNodeChild) | undefined;
|
|
1148
|
-
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
1149
|
-
} & {
|
|
1150
|
-
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1151
|
-
"onUpdate:indeterminate"?: ((val: boolean) => any) | undefined;
|
|
1152
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
839
|
+
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
|
840
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
1153
841
|
'update:modelValue': (value: any) => boolean;
|
|
1154
|
-
'update:indeterminate': (
|
|
1155
|
-
}, string, {
|
|
842
|
+
'update:indeterminate': (value: boolean) => boolean;
|
|
843
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:input" | "v-slot:label">, string, {
|
|
1156
844
|
inline: boolean;
|
|
1157
845
|
error: boolean;
|
|
1158
846
|
style: vue.StyleValue;
|
|
@@ -1225,50 +913,12 @@ declare const VCheckboxBtn: {
|
|
|
1225
913
|
label?: string | undefined;
|
|
1226
914
|
class?: any;
|
|
1227
915
|
theme?: string | undefined;
|
|
1228
|
-
modelValue?: any;
|
|
1229
916
|
defaultsTarget?: string | undefined;
|
|
1230
917
|
baseColor?: string | undefined;
|
|
1231
918
|
trueValue?: any;
|
|
1232
919
|
falseValue?: any;
|
|
1233
920
|
} & {
|
|
1234
|
-
|
|
1235
|
-
default?: ((arg: {
|
|
1236
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
1237
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
1238
|
-
}) => vue.VNodeChild) | undefined;
|
|
1239
|
-
label?: ((arg: {
|
|
1240
|
-
label: string | undefined;
|
|
1241
|
-
props: Record<string, unknown>;
|
|
1242
|
-
}) => vue.VNodeChild) | undefined;
|
|
1243
|
-
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
1244
|
-
} | ((arg: {
|
|
1245
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
1246
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
1247
|
-
}) => vue.VNodeChild);
|
|
1248
|
-
'v-slots'?: {
|
|
1249
|
-
default?: false | ((arg: {
|
|
1250
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
1251
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
1252
|
-
}) => vue.VNodeChild) | undefined;
|
|
1253
|
-
label?: false | ((arg: {
|
|
1254
|
-
label: string | undefined;
|
|
1255
|
-
props: Record<string, unknown>;
|
|
1256
|
-
}) => vue.VNodeChild) | undefined;
|
|
1257
|
-
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
1258
|
-
} | undefined;
|
|
1259
|
-
} & {
|
|
1260
|
-
"v-slot:default"?: false | ((arg: {
|
|
1261
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
1262
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
1263
|
-
}) => vue.VNodeChild) | undefined;
|
|
1264
|
-
"v-slot:label"?: false | ((arg: {
|
|
1265
|
-
label: string | undefined;
|
|
1266
|
-
props: Record<string, unknown>;
|
|
1267
|
-
}) => vue.VNodeChild) | undefined;
|
|
1268
|
-
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
1269
|
-
} & {
|
|
1270
|
-
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1271
|
-
"onUpdate:indeterminate"?: ((val: boolean) => any) | undefined;
|
|
921
|
+
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
|
1272
922
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
1273
923
|
__isFragment?: undefined;
|
|
1274
924
|
__isTeleport?: undefined;
|
|
@@ -1296,54 +946,16 @@ declare const VCheckboxBtn: {
|
|
|
1296
946
|
label?: string | undefined;
|
|
1297
947
|
class?: any;
|
|
1298
948
|
theme?: string | undefined;
|
|
1299
|
-
modelValue?: any;
|
|
1300
949
|
defaultsTarget?: string | undefined;
|
|
1301
950
|
baseColor?: string | undefined;
|
|
1302
951
|
trueValue?: any;
|
|
1303
952
|
falseValue?: any;
|
|
1304
953
|
} & {
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
1308
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
1309
|
-
}) => vue.VNodeChild) | undefined;
|
|
1310
|
-
label?: ((arg: {
|
|
1311
|
-
label: string | undefined;
|
|
1312
|
-
props: Record<string, unknown>;
|
|
1313
|
-
}) => vue.VNodeChild) | undefined;
|
|
1314
|
-
input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
1315
|
-
} | ((arg: {
|
|
1316
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
1317
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
1318
|
-
}) => vue.VNodeChild);
|
|
1319
|
-
'v-slots'?: {
|
|
1320
|
-
default?: false | ((arg: {
|
|
1321
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
1322
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
1323
|
-
}) => vue.VNodeChild) | undefined;
|
|
1324
|
-
label?: false | ((arg: {
|
|
1325
|
-
label: string | undefined;
|
|
1326
|
-
props: Record<string, unknown>;
|
|
1327
|
-
}) => vue.VNodeChild) | undefined;
|
|
1328
|
-
input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
1329
|
-
} | undefined;
|
|
1330
|
-
} & {
|
|
1331
|
-
"v-slot:default"?: false | ((arg: {
|
|
1332
|
-
backgroundColorClasses: vue.Ref<string[]>;
|
|
1333
|
-
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
|
1334
|
-
}) => vue.VNodeChild) | undefined;
|
|
1335
|
-
"v-slot:label"?: false | ((arg: {
|
|
1336
|
-
label: string | undefined;
|
|
1337
|
-
props: Record<string, unknown>;
|
|
1338
|
-
}) => vue.VNodeChild) | undefined;
|
|
1339
|
-
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
1340
|
-
} & {
|
|
1341
|
-
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1342
|
-
"onUpdate:indeterminate"?: ((val: boolean) => any) | undefined;
|
|
1343
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
954
|
+
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
|
955
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
1344
956
|
'update:modelValue': (value: any) => boolean;
|
|
1345
|
-
'update:indeterminate': (
|
|
1346
|
-
}, string, {
|
|
957
|
+
'update:indeterminate': (value: boolean) => boolean;
|
|
958
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:input" | "v-slot:label">, string, {
|
|
1347
959
|
inline: boolean;
|
|
1348
960
|
error: boolean;
|
|
1349
961
|
style: vue.StyleValue;
|
|
@@ -1373,7 +985,13 @@ declare const VCheckboxBtn: {
|
|
|
1373
985
|
input: (arg: SelectionControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1374
986
|
[key: string]: any;
|
|
1375
987
|
}>[];
|
|
1376
|
-
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps &
|
|
988
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T_1>(props: {
|
|
989
|
+
modelValue?: T_1 | undefined;
|
|
990
|
+
'onUpdate:modelValue'?: ((value: T_1) => void) | undefined;
|
|
991
|
+
}, slots: VSelectionControlSlots) => GenericProps<{
|
|
992
|
+
modelValue?: T_1 | undefined;
|
|
993
|
+
'onUpdate:modelValue'?: ((value: T_1) => void) | undefined;
|
|
994
|
+
}, VSelectionControlSlots>) & FilterPropsOptions<{
|
|
1377
995
|
theme: StringConstructor;
|
|
1378
996
|
density: {
|
|
1379
997
|
type: vue.PropType<Density>;
|