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,6 +1,31 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType, ComponentInternalInstance, Ref, ComputedRef } from 'vue';
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, JSXComponent, PropType, ComponentInternalInstance, Ref, 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
|
}
|
|
@@ -57,6 +82,37 @@ interface GroupProvide {
|
|
|
57
82
|
getItemIndex: (value: unknown) => number;
|
|
58
83
|
}
|
|
59
84
|
|
|
85
|
+
type VWindowSlots = {
|
|
86
|
+
default: {
|
|
87
|
+
group: GroupProvide;
|
|
88
|
+
};
|
|
89
|
+
additional: {
|
|
90
|
+
group: GroupProvide;
|
|
91
|
+
};
|
|
92
|
+
prev: {
|
|
93
|
+
props: ControlProps;
|
|
94
|
+
};
|
|
95
|
+
next: {
|
|
96
|
+
props: ControlProps;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
type ControlProps = {
|
|
100
|
+
icon: IconValue;
|
|
101
|
+
class: string;
|
|
102
|
+
onClick: () => void;
|
|
103
|
+
ariaLabel: string;
|
|
104
|
+
};
|
|
105
|
+
|
|
106
|
+
type VCarouselSlots = VWindowSlots & {
|
|
107
|
+
item: {
|
|
108
|
+
props: Record<string, any>;
|
|
109
|
+
item: {
|
|
110
|
+
id: number;
|
|
111
|
+
value: unknown;
|
|
112
|
+
disabled: boolean | undefined;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
};
|
|
60
116
|
declare const VCarousel: {
|
|
61
117
|
new (...args: any[]): {
|
|
62
118
|
$: vue.ComponentInternalInstance;
|
|
@@ -103,105 +159,7 @@ declare const VCarousel: {
|
|
|
103
159
|
class?: any;
|
|
104
160
|
touch?: boolean | TouchHandlers | undefined;
|
|
105
161
|
theme?: string | undefined;
|
|
106
|
-
modelValue?: any;
|
|
107
162
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
|
108
|
-
$children?: vue.VNodeChild | ((arg: {
|
|
109
|
-
group: GroupProvide;
|
|
110
|
-
}) => vue.VNodeChild) | {
|
|
111
|
-
default?: ((arg: {
|
|
112
|
-
group: GroupProvide;
|
|
113
|
-
}) => vue.VNodeChild) | undefined;
|
|
114
|
-
additional?: ((arg: {
|
|
115
|
-
group: GroupProvide;
|
|
116
|
-
}) => vue.VNodeChild) | undefined;
|
|
117
|
-
prev?: ((arg: {
|
|
118
|
-
props: {
|
|
119
|
-
icon: IconValue;
|
|
120
|
-
class: string;
|
|
121
|
-
onClick: () => void;
|
|
122
|
-
ariaLabel: string;
|
|
123
|
-
};
|
|
124
|
-
}) => vue.VNodeChild) | undefined;
|
|
125
|
-
next?: ((arg: {
|
|
126
|
-
props: {
|
|
127
|
-
icon: IconValue;
|
|
128
|
-
class: string;
|
|
129
|
-
onClick: () => void;
|
|
130
|
-
ariaLabel: string;
|
|
131
|
-
};
|
|
132
|
-
}) => vue.VNodeChild) | undefined;
|
|
133
|
-
item?: ((arg: {
|
|
134
|
-
props: Record<string, any>;
|
|
135
|
-
item: {
|
|
136
|
-
id: number;
|
|
137
|
-
value: unknown;
|
|
138
|
-
disabled: boolean | undefined;
|
|
139
|
-
};
|
|
140
|
-
}) => vue.VNodeChild) | undefined;
|
|
141
|
-
};
|
|
142
|
-
'v-slots'?: {
|
|
143
|
-
default?: false | ((arg: {
|
|
144
|
-
group: GroupProvide;
|
|
145
|
-
}) => vue.VNodeChild) | undefined;
|
|
146
|
-
additional?: false | ((arg: {
|
|
147
|
-
group: GroupProvide;
|
|
148
|
-
}) => vue.VNodeChild) | undefined;
|
|
149
|
-
prev?: false | ((arg: {
|
|
150
|
-
props: {
|
|
151
|
-
icon: IconValue;
|
|
152
|
-
class: string;
|
|
153
|
-
onClick: () => void;
|
|
154
|
-
ariaLabel: string;
|
|
155
|
-
};
|
|
156
|
-
}) => vue.VNodeChild) | undefined;
|
|
157
|
-
next?: false | ((arg: {
|
|
158
|
-
props: {
|
|
159
|
-
icon: IconValue;
|
|
160
|
-
class: string;
|
|
161
|
-
onClick: () => void;
|
|
162
|
-
ariaLabel: string;
|
|
163
|
-
};
|
|
164
|
-
}) => vue.VNodeChild) | undefined;
|
|
165
|
-
item?: false | ((arg: {
|
|
166
|
-
props: Record<string, any>;
|
|
167
|
-
item: {
|
|
168
|
-
id: number;
|
|
169
|
-
value: unknown;
|
|
170
|
-
disabled: boolean | undefined;
|
|
171
|
-
};
|
|
172
|
-
}) => vue.VNodeChild) | undefined;
|
|
173
|
-
} | undefined;
|
|
174
|
-
"v-slot:default"?: false | ((arg: {
|
|
175
|
-
group: GroupProvide;
|
|
176
|
-
}) => vue.VNodeChild) | undefined;
|
|
177
|
-
"v-slot:additional"?: false | ((arg: {
|
|
178
|
-
group: GroupProvide;
|
|
179
|
-
}) => vue.VNodeChild) | undefined;
|
|
180
|
-
"v-slot:prev"?: false | ((arg: {
|
|
181
|
-
props: {
|
|
182
|
-
icon: IconValue;
|
|
183
|
-
class: string;
|
|
184
|
-
onClick: () => void;
|
|
185
|
-
ariaLabel: string;
|
|
186
|
-
};
|
|
187
|
-
}) => vue.VNodeChild) | undefined;
|
|
188
|
-
"v-slot:next"?: false | ((arg: {
|
|
189
|
-
props: {
|
|
190
|
-
icon: IconValue;
|
|
191
|
-
class: string;
|
|
192
|
-
onClick: () => void;
|
|
193
|
-
ariaLabel: string;
|
|
194
|
-
};
|
|
195
|
-
}) => vue.VNodeChild) | undefined;
|
|
196
|
-
"v-slot:item"?: false | ((arg: {
|
|
197
|
-
props: Record<string, any>;
|
|
198
|
-
item: {
|
|
199
|
-
id: number;
|
|
200
|
-
value: unknown;
|
|
201
|
-
disabled: boolean | undefined;
|
|
202
|
-
};
|
|
203
|
-
}) => vue.VNodeChild) | undefined;
|
|
204
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
205
163
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
206
164
|
reverse: boolean;
|
|
207
165
|
interval: string | number;
|
|
@@ -226,109 +184,8 @@ declare const VCarousel: {
|
|
|
226
184
|
class?: any;
|
|
227
185
|
touch?: boolean | TouchHandlers | undefined;
|
|
228
186
|
theme?: string | undefined;
|
|
229
|
-
modelValue?: any;
|
|
230
187
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
|
231
|
-
} & {
|
|
232
|
-
$children?: vue.VNodeChild | ((arg: {
|
|
233
|
-
group: GroupProvide;
|
|
234
|
-
}) => vue.VNodeChild) | {
|
|
235
|
-
default?: ((arg: {
|
|
236
|
-
group: GroupProvide;
|
|
237
|
-
}) => vue.VNodeChild) | undefined;
|
|
238
|
-
additional?: ((arg: {
|
|
239
|
-
group: GroupProvide;
|
|
240
|
-
}) => vue.VNodeChild) | undefined;
|
|
241
|
-
prev?: ((arg: {
|
|
242
|
-
props: {
|
|
243
|
-
icon: IconValue;
|
|
244
|
-
class: string;
|
|
245
|
-
onClick: () => void;
|
|
246
|
-
ariaLabel: string;
|
|
247
|
-
};
|
|
248
|
-
}) => vue.VNodeChild) | undefined;
|
|
249
|
-
next?: ((arg: {
|
|
250
|
-
props: {
|
|
251
|
-
icon: IconValue;
|
|
252
|
-
class: string;
|
|
253
|
-
onClick: () => void;
|
|
254
|
-
ariaLabel: string;
|
|
255
|
-
};
|
|
256
|
-
}) => vue.VNodeChild) | undefined;
|
|
257
|
-
item?: ((arg: {
|
|
258
|
-
props: Record<string, any>;
|
|
259
|
-
item: {
|
|
260
|
-
id: number;
|
|
261
|
-
value: unknown;
|
|
262
|
-
disabled: boolean | undefined;
|
|
263
|
-
};
|
|
264
|
-
}) => vue.VNodeChild) | undefined;
|
|
265
|
-
};
|
|
266
|
-
'v-slots'?: {
|
|
267
|
-
default?: false | ((arg: {
|
|
268
|
-
group: GroupProvide;
|
|
269
|
-
}) => vue.VNodeChild) | undefined;
|
|
270
|
-
additional?: false | ((arg: {
|
|
271
|
-
group: GroupProvide;
|
|
272
|
-
}) => vue.VNodeChild) | undefined;
|
|
273
|
-
prev?: false | ((arg: {
|
|
274
|
-
props: {
|
|
275
|
-
icon: IconValue;
|
|
276
|
-
class: string;
|
|
277
|
-
onClick: () => void;
|
|
278
|
-
ariaLabel: string;
|
|
279
|
-
};
|
|
280
|
-
}) => vue.VNodeChild) | undefined;
|
|
281
|
-
next?: false | ((arg: {
|
|
282
|
-
props: {
|
|
283
|
-
icon: IconValue;
|
|
284
|
-
class: string;
|
|
285
|
-
onClick: () => void;
|
|
286
|
-
ariaLabel: string;
|
|
287
|
-
};
|
|
288
|
-
}) => vue.VNodeChild) | undefined;
|
|
289
|
-
item?: false | ((arg: {
|
|
290
|
-
props: Record<string, any>;
|
|
291
|
-
item: {
|
|
292
|
-
id: number;
|
|
293
|
-
value: unknown;
|
|
294
|
-
disabled: boolean | undefined;
|
|
295
|
-
};
|
|
296
|
-
}) => vue.VNodeChild) | undefined;
|
|
297
|
-
} | undefined;
|
|
298
|
-
} & {
|
|
299
|
-
"v-slot:default"?: false | ((arg: {
|
|
300
|
-
group: GroupProvide;
|
|
301
|
-
}) => vue.VNodeChild) | undefined;
|
|
302
|
-
"v-slot:additional"?: false | ((arg: {
|
|
303
|
-
group: GroupProvide;
|
|
304
|
-
}) => vue.VNodeChild) | undefined;
|
|
305
|
-
"v-slot:prev"?: false | ((arg: {
|
|
306
|
-
props: {
|
|
307
|
-
icon: IconValue;
|
|
308
|
-
class: string;
|
|
309
|
-
onClick: () => void;
|
|
310
|
-
ariaLabel: string;
|
|
311
|
-
};
|
|
312
|
-
}) => vue.VNodeChild) | undefined;
|
|
313
|
-
"v-slot:next"?: false | ((arg: {
|
|
314
|
-
props: {
|
|
315
|
-
icon: IconValue;
|
|
316
|
-
class: string;
|
|
317
|
-
onClick: () => void;
|
|
318
|
-
ariaLabel: string;
|
|
319
|
-
};
|
|
320
|
-
}) => vue.VNodeChild) | undefined;
|
|
321
|
-
"v-slot:item"?: false | ((arg: {
|
|
322
|
-
props: Record<string, any>;
|
|
323
|
-
item: {
|
|
324
|
-
id: number;
|
|
325
|
-
value: unknown;
|
|
326
|
-
disabled: boolean | undefined;
|
|
327
|
-
};
|
|
328
|
-
}) => vue.VNodeChild) | undefined;
|
|
329
|
-
} & {
|
|
330
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
331
|
-
}, "reverse" | "interval" | "height" | "direction" | "style" | "disabled" | "tag" | "mandatory" | "touch" | "selectedClass" | "continuous" | "nextIcon" | "prevIcon" | "showArrows" | "cycle" | "delimiterIcon" | "hideDelimiters" | "hideDelimiterBackground">;
|
|
188
|
+
} & {}, "reverse" | "interval" | "height" | "direction" | "style" | "disabled" | "tag" | "mandatory" | "touch" | "selectedClass" | "continuous" | "nextIcon" | "prevIcon" | "showArrows" | "cycle" | "delimiterIcon" | "hideDelimiters" | "hideDelimiterBackground">;
|
|
332
189
|
$attrs: {
|
|
333
190
|
[x: string]: unknown;
|
|
334
191
|
};
|
|
@@ -379,7 +236,7 @@ declare const VCarousel: {
|
|
|
379
236
|
}>;
|
|
380
237
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
381
238
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
382
|
-
$emit: (event:
|
|
239
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
383
240
|
$el: any;
|
|
384
241
|
$options: vue.ComponentOptionsBase<{
|
|
385
242
|
reverse: boolean;
|
|
@@ -405,111 +262,10 @@ declare const VCarousel: {
|
|
|
405
262
|
class?: any;
|
|
406
263
|
touch?: boolean | TouchHandlers | undefined;
|
|
407
264
|
theme?: string | undefined;
|
|
408
|
-
modelValue?: any;
|
|
409
265
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
|
410
|
-
} & {
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
}) => vue.VNodeChild) | {
|
|
414
|
-
default?: ((arg: {
|
|
415
|
-
group: GroupProvide;
|
|
416
|
-
}) => vue.VNodeChild) | undefined;
|
|
417
|
-
additional?: ((arg: {
|
|
418
|
-
group: GroupProvide;
|
|
419
|
-
}) => vue.VNodeChild) | undefined;
|
|
420
|
-
prev?: ((arg: {
|
|
421
|
-
props: {
|
|
422
|
-
icon: IconValue;
|
|
423
|
-
class: string;
|
|
424
|
-
onClick: () => void;
|
|
425
|
-
ariaLabel: string;
|
|
426
|
-
};
|
|
427
|
-
}) => vue.VNodeChild) | undefined;
|
|
428
|
-
next?: ((arg: {
|
|
429
|
-
props: {
|
|
430
|
-
icon: IconValue;
|
|
431
|
-
class: string;
|
|
432
|
-
onClick: () => void;
|
|
433
|
-
ariaLabel: string;
|
|
434
|
-
};
|
|
435
|
-
}) => vue.VNodeChild) | undefined;
|
|
436
|
-
item?: ((arg: {
|
|
437
|
-
props: Record<string, any>;
|
|
438
|
-
item: {
|
|
439
|
-
id: number;
|
|
440
|
-
value: unknown;
|
|
441
|
-
disabled: boolean | undefined;
|
|
442
|
-
};
|
|
443
|
-
}) => vue.VNodeChild) | undefined;
|
|
444
|
-
};
|
|
445
|
-
'v-slots'?: {
|
|
446
|
-
default?: false | ((arg: {
|
|
447
|
-
group: GroupProvide;
|
|
448
|
-
}) => vue.VNodeChild) | undefined;
|
|
449
|
-
additional?: false | ((arg: {
|
|
450
|
-
group: GroupProvide;
|
|
451
|
-
}) => vue.VNodeChild) | undefined;
|
|
452
|
-
prev?: false | ((arg: {
|
|
453
|
-
props: {
|
|
454
|
-
icon: IconValue;
|
|
455
|
-
class: string;
|
|
456
|
-
onClick: () => void;
|
|
457
|
-
ariaLabel: string;
|
|
458
|
-
};
|
|
459
|
-
}) => vue.VNodeChild) | undefined;
|
|
460
|
-
next?: false | ((arg: {
|
|
461
|
-
props: {
|
|
462
|
-
icon: IconValue;
|
|
463
|
-
class: string;
|
|
464
|
-
onClick: () => void;
|
|
465
|
-
ariaLabel: string;
|
|
466
|
-
};
|
|
467
|
-
}) => vue.VNodeChild) | undefined;
|
|
468
|
-
item?: false | ((arg: {
|
|
469
|
-
props: Record<string, any>;
|
|
470
|
-
item: {
|
|
471
|
-
id: number;
|
|
472
|
-
value: unknown;
|
|
473
|
-
disabled: boolean | undefined;
|
|
474
|
-
};
|
|
475
|
-
}) => vue.VNodeChild) | undefined;
|
|
476
|
-
} | undefined;
|
|
477
|
-
} & {
|
|
478
|
-
"v-slot:default"?: false | ((arg: {
|
|
479
|
-
group: GroupProvide;
|
|
480
|
-
}) => vue.VNodeChild) | undefined;
|
|
481
|
-
"v-slot:additional"?: false | ((arg: {
|
|
482
|
-
group: GroupProvide;
|
|
483
|
-
}) => vue.VNodeChild) | undefined;
|
|
484
|
-
"v-slot:prev"?: false | ((arg: {
|
|
485
|
-
props: {
|
|
486
|
-
icon: IconValue;
|
|
487
|
-
class: string;
|
|
488
|
-
onClick: () => void;
|
|
489
|
-
ariaLabel: string;
|
|
490
|
-
};
|
|
491
|
-
}) => vue.VNodeChild) | undefined;
|
|
492
|
-
"v-slot:next"?: false | ((arg: {
|
|
493
|
-
props: {
|
|
494
|
-
icon: IconValue;
|
|
495
|
-
class: string;
|
|
496
|
-
onClick: () => void;
|
|
497
|
-
ariaLabel: string;
|
|
498
|
-
};
|
|
499
|
-
}) => vue.VNodeChild) | undefined;
|
|
500
|
-
"v-slot:item"?: false | ((arg: {
|
|
501
|
-
props: Record<string, any>;
|
|
502
|
-
item: {
|
|
503
|
-
id: number;
|
|
504
|
-
value: unknown;
|
|
505
|
-
disabled: boolean | undefined;
|
|
506
|
-
};
|
|
507
|
-
}) => vue.VNodeChild) | undefined;
|
|
508
|
-
} & {
|
|
509
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
510
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
511
|
-
'update:modelValue': (val: any) => boolean;
|
|
512
|
-
}, string, {
|
|
266
|
+
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
267
|
+
'update:modelValue': (value: any) => boolean;
|
|
268
|
+
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:additional" | "modelValue" | "update:modelValue" | "v-slot:item" | "v-slot:next" | "v-slot:prev">, string, {
|
|
513
269
|
reverse: boolean;
|
|
514
270
|
interval: string | number;
|
|
515
271
|
height: string | number;
|
|
@@ -613,109 +369,8 @@ declare const VCarousel: {
|
|
|
613
369
|
class?: any;
|
|
614
370
|
touch?: boolean | TouchHandlers | undefined;
|
|
615
371
|
theme?: string | undefined;
|
|
616
|
-
modelValue?: any;
|
|
617
372
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
|
618
|
-
} & {
|
|
619
|
-
$children?: vue.VNodeChild | ((arg: {
|
|
620
|
-
group: GroupProvide;
|
|
621
|
-
}) => vue.VNodeChild) | {
|
|
622
|
-
default?: ((arg: {
|
|
623
|
-
group: GroupProvide;
|
|
624
|
-
}) => vue.VNodeChild) | undefined;
|
|
625
|
-
additional?: ((arg: {
|
|
626
|
-
group: GroupProvide;
|
|
627
|
-
}) => vue.VNodeChild) | undefined;
|
|
628
|
-
prev?: ((arg: {
|
|
629
|
-
props: {
|
|
630
|
-
icon: IconValue;
|
|
631
|
-
class: string;
|
|
632
|
-
onClick: () => void;
|
|
633
|
-
ariaLabel: string;
|
|
634
|
-
};
|
|
635
|
-
}) => vue.VNodeChild) | undefined;
|
|
636
|
-
next?: ((arg: {
|
|
637
|
-
props: {
|
|
638
|
-
icon: IconValue;
|
|
639
|
-
class: string;
|
|
640
|
-
onClick: () => void;
|
|
641
|
-
ariaLabel: string;
|
|
642
|
-
};
|
|
643
|
-
}) => vue.VNodeChild) | undefined;
|
|
644
|
-
item?: ((arg: {
|
|
645
|
-
props: Record<string, any>;
|
|
646
|
-
item: {
|
|
647
|
-
id: number;
|
|
648
|
-
value: unknown;
|
|
649
|
-
disabled: boolean | undefined;
|
|
650
|
-
};
|
|
651
|
-
}) => vue.VNodeChild) | undefined;
|
|
652
|
-
};
|
|
653
|
-
'v-slots'?: {
|
|
654
|
-
default?: false | ((arg: {
|
|
655
|
-
group: GroupProvide;
|
|
656
|
-
}) => vue.VNodeChild) | undefined;
|
|
657
|
-
additional?: false | ((arg: {
|
|
658
|
-
group: GroupProvide;
|
|
659
|
-
}) => vue.VNodeChild) | undefined;
|
|
660
|
-
prev?: false | ((arg: {
|
|
661
|
-
props: {
|
|
662
|
-
icon: IconValue;
|
|
663
|
-
class: string;
|
|
664
|
-
onClick: () => void;
|
|
665
|
-
ariaLabel: string;
|
|
666
|
-
};
|
|
667
|
-
}) => vue.VNodeChild) | undefined;
|
|
668
|
-
next?: false | ((arg: {
|
|
669
|
-
props: {
|
|
670
|
-
icon: IconValue;
|
|
671
|
-
class: string;
|
|
672
|
-
onClick: () => void;
|
|
673
|
-
ariaLabel: string;
|
|
674
|
-
};
|
|
675
|
-
}) => vue.VNodeChild) | undefined;
|
|
676
|
-
item?: false | ((arg: {
|
|
677
|
-
props: Record<string, any>;
|
|
678
|
-
item: {
|
|
679
|
-
id: number;
|
|
680
|
-
value: unknown;
|
|
681
|
-
disabled: boolean | undefined;
|
|
682
|
-
};
|
|
683
|
-
}) => vue.VNodeChild) | undefined;
|
|
684
|
-
} | undefined;
|
|
685
|
-
} & {
|
|
686
|
-
"v-slot:default"?: false | ((arg: {
|
|
687
|
-
group: GroupProvide;
|
|
688
|
-
}) => vue.VNodeChild) | undefined;
|
|
689
|
-
"v-slot:additional"?: false | ((arg: {
|
|
690
|
-
group: GroupProvide;
|
|
691
|
-
}) => vue.VNodeChild) | undefined;
|
|
692
|
-
"v-slot:prev"?: false | ((arg: {
|
|
693
|
-
props: {
|
|
694
|
-
icon: IconValue;
|
|
695
|
-
class: string;
|
|
696
|
-
onClick: () => void;
|
|
697
|
-
ariaLabel: string;
|
|
698
|
-
};
|
|
699
|
-
}) => vue.VNodeChild) | undefined;
|
|
700
|
-
"v-slot:next"?: false | ((arg: {
|
|
701
|
-
props: {
|
|
702
|
-
icon: IconValue;
|
|
703
|
-
class: string;
|
|
704
|
-
onClick: () => void;
|
|
705
|
-
ariaLabel: string;
|
|
706
|
-
};
|
|
707
|
-
}) => vue.VNodeChild) | undefined;
|
|
708
|
-
"v-slot:item"?: false | ((arg: {
|
|
709
|
-
props: Record<string, any>;
|
|
710
|
-
item: {
|
|
711
|
-
id: number;
|
|
712
|
-
value: unknown;
|
|
713
|
-
disabled: boolean | undefined;
|
|
714
|
-
};
|
|
715
|
-
}) => vue.VNodeChild) | undefined;
|
|
716
|
-
} & {
|
|
717
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
718
|
-
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
373
|
+
} & {} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
719
374
|
__isFragment?: undefined;
|
|
720
375
|
__isTeleport?: undefined;
|
|
721
376
|
__isSuspense?: undefined;
|
|
@@ -743,111 +398,10 @@ declare const VCarousel: {
|
|
|
743
398
|
class?: any;
|
|
744
399
|
touch?: boolean | TouchHandlers | undefined;
|
|
745
400
|
theme?: string | undefined;
|
|
746
|
-
modelValue?: any;
|
|
747
401
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
|
748
|
-
} & {
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
}) => vue.VNodeChild) | {
|
|
752
|
-
default?: ((arg: {
|
|
753
|
-
group: GroupProvide;
|
|
754
|
-
}) => vue.VNodeChild) | undefined;
|
|
755
|
-
additional?: ((arg: {
|
|
756
|
-
group: GroupProvide;
|
|
757
|
-
}) => vue.VNodeChild) | undefined;
|
|
758
|
-
prev?: ((arg: {
|
|
759
|
-
props: {
|
|
760
|
-
icon: IconValue;
|
|
761
|
-
class: string;
|
|
762
|
-
onClick: () => void;
|
|
763
|
-
ariaLabel: string;
|
|
764
|
-
};
|
|
765
|
-
}) => vue.VNodeChild) | undefined;
|
|
766
|
-
next?: ((arg: {
|
|
767
|
-
props: {
|
|
768
|
-
icon: IconValue;
|
|
769
|
-
class: string;
|
|
770
|
-
onClick: () => void;
|
|
771
|
-
ariaLabel: string;
|
|
772
|
-
};
|
|
773
|
-
}) => vue.VNodeChild) | undefined;
|
|
774
|
-
item?: ((arg: {
|
|
775
|
-
props: Record<string, any>;
|
|
776
|
-
item: {
|
|
777
|
-
id: number;
|
|
778
|
-
value: unknown;
|
|
779
|
-
disabled: boolean | undefined;
|
|
780
|
-
};
|
|
781
|
-
}) => vue.VNodeChild) | undefined;
|
|
782
|
-
};
|
|
783
|
-
'v-slots'?: {
|
|
784
|
-
default?: false | ((arg: {
|
|
785
|
-
group: GroupProvide;
|
|
786
|
-
}) => vue.VNodeChild) | undefined;
|
|
787
|
-
additional?: false | ((arg: {
|
|
788
|
-
group: GroupProvide;
|
|
789
|
-
}) => vue.VNodeChild) | undefined;
|
|
790
|
-
prev?: false | ((arg: {
|
|
791
|
-
props: {
|
|
792
|
-
icon: IconValue;
|
|
793
|
-
class: string;
|
|
794
|
-
onClick: () => void;
|
|
795
|
-
ariaLabel: string;
|
|
796
|
-
};
|
|
797
|
-
}) => vue.VNodeChild) | undefined;
|
|
798
|
-
next?: false | ((arg: {
|
|
799
|
-
props: {
|
|
800
|
-
icon: IconValue;
|
|
801
|
-
class: string;
|
|
802
|
-
onClick: () => void;
|
|
803
|
-
ariaLabel: string;
|
|
804
|
-
};
|
|
805
|
-
}) => vue.VNodeChild) | undefined;
|
|
806
|
-
item?: false | ((arg: {
|
|
807
|
-
props: Record<string, any>;
|
|
808
|
-
item: {
|
|
809
|
-
id: number;
|
|
810
|
-
value: unknown;
|
|
811
|
-
disabled: boolean | undefined;
|
|
812
|
-
};
|
|
813
|
-
}) => vue.VNodeChild) | undefined;
|
|
814
|
-
} | undefined;
|
|
815
|
-
} & {
|
|
816
|
-
"v-slot:default"?: false | ((arg: {
|
|
817
|
-
group: GroupProvide;
|
|
818
|
-
}) => vue.VNodeChild) | undefined;
|
|
819
|
-
"v-slot:additional"?: false | ((arg: {
|
|
820
|
-
group: GroupProvide;
|
|
821
|
-
}) => vue.VNodeChild) | undefined;
|
|
822
|
-
"v-slot:prev"?: false | ((arg: {
|
|
823
|
-
props: {
|
|
824
|
-
icon: IconValue;
|
|
825
|
-
class: string;
|
|
826
|
-
onClick: () => void;
|
|
827
|
-
ariaLabel: string;
|
|
828
|
-
};
|
|
829
|
-
}) => vue.VNodeChild) | undefined;
|
|
830
|
-
"v-slot:next"?: false | ((arg: {
|
|
831
|
-
props: {
|
|
832
|
-
icon: IconValue;
|
|
833
|
-
class: string;
|
|
834
|
-
onClick: () => void;
|
|
835
|
-
ariaLabel: string;
|
|
836
|
-
};
|
|
837
|
-
}) => vue.VNodeChild) | undefined;
|
|
838
|
-
"v-slot:item"?: false | ((arg: {
|
|
839
|
-
props: Record<string, any>;
|
|
840
|
-
item: {
|
|
841
|
-
id: number;
|
|
842
|
-
value: unknown;
|
|
843
|
-
disabled: boolean | undefined;
|
|
844
|
-
};
|
|
845
|
-
}) => vue.VNodeChild) | undefined;
|
|
846
|
-
} & {
|
|
847
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
848
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
849
|
-
'update:modelValue': (val: any) => boolean;
|
|
850
|
-
}, string, {
|
|
402
|
+
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
403
|
+
'update:modelValue': (value: any) => boolean;
|
|
404
|
+
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:additional" | "modelValue" | "update:modelValue" | "v-slot:item" | "v-slot:next" | "v-slot:prev">, string, {
|
|
851
405
|
reverse: boolean;
|
|
852
406
|
interval: string | number;
|
|
853
407
|
height: string | number;
|
|
@@ -907,7 +461,13 @@ declare const VCarousel: {
|
|
|
907
461
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
908
462
|
[key: string]: any;
|
|
909
463
|
}>[];
|
|
910
|
-
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps &
|
|
464
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T_1>(props: {
|
|
465
|
+
modelValue?: T_1 | undefined;
|
|
466
|
+
'onUpdate:modelValue'?: ((value: T_1) => void) | undefined;
|
|
467
|
+
}, slots: VCarouselSlots) => GenericProps<{
|
|
468
|
+
modelValue?: T_1 | undefined;
|
|
469
|
+
'onUpdate:modelValue'?: ((value: T_1) => void) | undefined;
|
|
470
|
+
}, VCarouselSlots>) & FilterPropsOptions<{
|
|
911
471
|
theme: StringConstructor;
|
|
912
472
|
tag: {
|
|
913
473
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VCheckbox.mjs","names":["makeVCheckboxBtnProps","VCheckboxBtn","makeVInputProps","VInput","useFocus","useProxiedModel","computed","filterInputAttrs","genericComponent","getUid","omit","propsFactory","useRender","makeVCheckboxProps","VCheckbox","name","inheritAttrs","props","emits","value","focused","setup","_ref","attrs","slots","model","isFocused","focus","blur","uid","id","rootAttrs","controlAttrs","inputProps","filterProps","checkboxProps","_createVNode","_mergeProps","class","$event","style","default","_ref2","messagesId","isDisabled","isReadonly"],"sources":["../../../src/components/VCheckbox/VCheckbox.tsx"],"sourcesContent":["// Styles\nimport './VCheckbox.sass'\n\n// Components\nimport { makeVCheckboxBtnProps, VCheckboxBtn } from './VCheckboxBtn'\nimport { makeVInputProps, VInput } from '@/components/VInput/VInput'\n\n// Composables\nimport { useFocus } from '@/composables/focus'\nimport { useProxiedModel } from '@/composables/proxiedModel'\n\n// Utilities\nimport { computed } from 'vue'\nimport { filterInputAttrs, genericComponent, getUid, omit, propsFactory, useRender } from '@/util'\n\n// Types\nimport type { VSelectionControlSlots } from '../VSelectionControl/VSelectionControl'\nimport type { VInputSlots } from '@/components/VInput/VInput'\n\nexport type VCheckboxSlots = Omit<VInputSlots, 'default'> & VSelectionControlSlots\n\nexport const makeVCheckboxProps = propsFactory({\n ...makeVInputProps(),\n ...omit(makeVCheckboxBtnProps(), ['inline']),\n}, 'VCheckbox')\n\nexport const VCheckbox = genericComponent<
|
|
1
|
+
{"version":3,"file":"VCheckbox.mjs","names":["makeVCheckboxBtnProps","VCheckboxBtn","makeVInputProps","VInput","useFocus","useProxiedModel","computed","filterInputAttrs","genericComponent","getUid","omit","propsFactory","useRender","makeVCheckboxProps","VCheckbox","name","inheritAttrs","props","emits","value","focused","setup","_ref","attrs","slots","model","isFocused","focus","blur","uid","id","rootAttrs","controlAttrs","inputProps","filterProps","checkboxProps","_createVNode","_mergeProps","class","$event","style","default","_ref2","messagesId","isDisabled","isReadonly"],"sources":["../../../src/components/VCheckbox/VCheckbox.tsx"],"sourcesContent":["// Styles\nimport './VCheckbox.sass'\n\n// Components\nimport { makeVCheckboxBtnProps, VCheckboxBtn } from './VCheckboxBtn'\nimport { makeVInputProps, VInput } from '@/components/VInput/VInput'\n\n// Composables\nimport { useFocus } from '@/composables/focus'\nimport { useProxiedModel } from '@/composables/proxiedModel'\n\n// Utilities\nimport { computed } from 'vue'\nimport { filterInputAttrs, genericComponent, getUid, omit, propsFactory, useRender } from '@/util'\n\n// Types\nimport type { VSelectionControlSlots } from '../VSelectionControl/VSelectionControl'\nimport type { VInputSlots } from '@/components/VInput/VInput'\nimport type { GenericProps } from '@/util'\n\nexport type VCheckboxSlots = Omit<VInputSlots, 'default'> & VSelectionControlSlots\n\nexport const makeVCheckboxProps = propsFactory({\n ...makeVInputProps(),\n ...omit(makeVCheckboxBtnProps(), ['inline']),\n}, 'VCheckbox')\n\nexport const VCheckbox = genericComponent<new <T>(\n props: {\n modelValue?: T | null\n 'onUpdate:modelValue'?: (value: T | null) => void\n },\n slots: VCheckboxSlots,\n) => GenericProps<typeof props, typeof slots>>()({\n name: 'VCheckbox',\n\n inheritAttrs: false,\n\n props: makeVCheckboxProps(),\n\n emits: {\n 'update:modelValue': (value: any) => true,\n 'update:focused': (focused: boolean) => true,\n },\n\n setup (props, { attrs, slots }) {\n const model = useProxiedModel(props, 'modelValue')\n const { isFocused, focus, blur } = useFocus(props)\n\n const uid = getUid()\n const id = computed(() => props.id || `checkbox-${uid}`)\n\n useRender(() => {\n const [rootAttrs, controlAttrs] = filterInputAttrs(attrs)\n const inputProps = VInput.filterProps(props)\n const checkboxProps = VCheckboxBtn.filterProps(props)\n\n return (\n <VInput\n class={[\n 'v-checkbox',\n props.class,\n ]}\n { ...rootAttrs }\n { ...inputProps }\n v-model={ model.value }\n id={ id.value }\n focused={ isFocused.value }\n style={ props.style }\n >\n {{\n ...slots,\n default: ({\n id,\n messagesId,\n isDisabled,\n isReadonly,\n }) => (\n <VCheckboxBtn\n { ...checkboxProps }\n id={ id.value }\n aria-describedby={ messagesId.value }\n disabled={ isDisabled.value }\n readonly={ isReadonly.value }\n { ...controlAttrs }\n v-model={ model.value }\n onFocus={ focus }\n onBlur={ blur }\n v-slots={ slots }\n />\n ),\n }}\n </VInput>\n )\n })\n\n return {}\n },\n})\n\nexport type VCheckbox = InstanceType<typeof VCheckbox>\n"],"mappings":";AAAA;AACA;;AAEA;AAAA,SACSA,qBAAqB,EAAEC,YAAY;AAAA,SACnCC,eAAe,EAAEC,MAAM,gCAEhC;AAAA,SACSC,QAAQ;AAAA,SACRC,eAAe,8CAExB;AACA,SAASC,QAAQ,QAAQ,KAAK;AAAA,SACrBC,gBAAgB,EAAEC,gBAAgB,EAAEC,MAAM,EAAEC,IAAI,EAAEC,YAAY,EAAEC,SAAS,gCAElF;AAOA,OAAO,MAAMC,kBAAkB,GAAGF,YAAY,CAAC;EAC7C,GAAGT,eAAe,EAAE;EACpB,GAAGQ,IAAI,CAACV,qBAAqB,EAAE,EAAE,CAAC,QAAQ,CAAC;AAC7C,CAAC,EAAE,WAAW,CAAC;AAEf,OAAO,MAAMc,SAAS,GAAGN,gBAAgB,EAMO,CAAC;EAC/CO,IAAI,EAAE,WAAW;EAEjBC,YAAY,EAAE,KAAK;EAEnBC,KAAK,EAAEJ,kBAAkB,EAAE;EAE3BK,KAAK,EAAE;IACL,mBAAmB,EAAGC,KAAU,IAAK,IAAI;IACzC,gBAAgB,EAAGC,OAAgB,IAAK;EAC1C,CAAC;EAEDC,KAAKA,CAAEJ,KAAK,EAAAK,IAAA,EAAoB;IAAA,IAAlB;MAAEC,KAAK;MAAEC;IAAM,CAAC,GAAAF,IAAA;IAC5B,MAAMG,KAAK,GAAGpB,eAAe,CAACY,KAAK,EAAE,YAAY,CAAC;IAClD,MAAM;MAAES,SAAS;MAAEC,KAAK;MAAEC;IAAK,CAAC,GAAGxB,QAAQ,CAACa,KAAK,CAAC;IAElD,MAAMY,GAAG,GAAGpB,MAAM,EAAE;IACpB,MAAMqB,EAAE,GAAGxB,QAAQ,CAAC,MAAMW,KAAK,CAACa,EAAE,IAAK,YAAWD,GAAI,EAAC,CAAC;IAExDjB,SAAS,CAAC,MAAM;MACd,MAAM,CAACmB,SAAS,EAAEC,YAAY,CAAC,GAAGzB,gBAAgB,CAACgB,KAAK,CAAC;MACzD,MAAMU,UAAU,GAAG9B,MAAM,CAAC+B,WAAW,CAACjB,KAAK,CAAC;MAC5C,MAAMkB,aAAa,GAAGlC,YAAY,CAACiC,WAAW,CAACjB,KAAK,CAAC;MAErD,OAAAmB,YAAA,CAAAjC,MAAA,EAAAkC,WAAA;QAAA,SAEW,CACL,YAAY,EACZpB,KAAK,CAACqB,KAAK;MACZ,GACIP,SAAS,EACTE,UAAU;QAAA,cACLR,KAAK,CAACN,KAAK;QAAA,uBAAAoB,MAAA,IAAXd,KAAK,CAACN,KAAK,GAAAoB,MAAA;QAAA,MAChBT,EAAE,CAACX,KAAK;QAAA,WACHO,SAAS,CAACP,KAAK;QAAA,SACjBF,KAAK,CAACuB;MAAK;QAGjB,GAAGhB,KAAK;QACRiB,OAAO,EAAEC,KAAA;UAAA,IAAC;YACRZ,EAAE;YACFa,UAAU;YACVC,UAAU;YACVC;UACF,CAAC,GAAAH,KAAA;UAAA,OAAAN,YAAA,CAAAnC,YAAA,EAAAoC,WAAA,CAEQF,aAAa;YAAA,MACbL,EAAE,CAACX,KAAK;YAAA,oBACMwB,UAAU,CAACxB,KAAK;YAAA,YACxByB,UAAU,CAACzB,KAAK;YAAA,YAChB0B,UAAU,CAAC1B;UAAK,GACtBa,YAAY;YAAA,cACPP,KAAK,CAACN,KAAK;YAAA,uBAAAoB,MAAA,IAAXd,KAAK,CAACN,KAAK,GAAAoB,MAAA;YAAA,WACXZ,KAAK;YAAA,UACNC;UAAI,IACHJ,KAAK;QAAA;MAElB;IAIT,CAAC,CAAC;IAEF,OAAO,CAAC,CAAC;EACX;AACF,CAAC,CAAC"}
|