@vuetify/nightly 3.6.14-master.2024-08-04 → 3.6.14-master.2024-08-13
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 +7 -11
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +144 -144
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +8 -18
- package/dist/vuetify-labs.css +2162 -2162
- package/dist/vuetify-labs.d.ts +33122 -39828
- package/dist/vuetify-labs.esm.js +17 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +17 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1025 -1025
- package/dist/vuetify.d.ts +32674 -39040
- package/dist/vuetify.esm.js +16 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +16 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +22 -22
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +50 -73
- package/lib/components/VApp/index.d.mts +9 -11
- package/lib/components/VAppBar/index.d.mts +92 -128
- package/lib/components/VAutocomplete/index.d.mts +4771 -3230
- package/lib/components/VAvatar/index.d.mts +23 -22
- package/lib/components/VBadge/index.d.mts +53 -59
- package/lib/components/VBanner/index.d.mts +44 -66
- package/lib/components/VBottomNavigation/index.d.mts +25 -32
- package/lib/components/VBottomSheet/index.d.mts +125 -135
- package/lib/components/VBreadcrumbs/index.d.mts +35 -78
- package/lib/components/VBtn/index.d.mts +49 -53
- package/lib/components/VBtnGroup/index.d.mts +14 -13
- package/lib/components/VBtnToggle/index.d.mts +21 -23
- package/lib/components/VCard/index.d.mts +104 -168
- package/lib/components/VCarousel/index.d.mts +59 -96
- package/lib/components/VCheckbox/index.d.mts +132 -155
- package/lib/components/VChip/index.d.mts +47 -59
- package/lib/components/VChipGroup/index.d.mts +39 -41
- package/lib/components/VCode/index.d.mts +9 -11
- package/lib/components/VColorPicker/index.d.mts +58 -133
- package/lib/components/VCombobox/index.d.mts +4785 -3244
- package/lib/components/VConfirmEdit/index.d.mts +11 -19
- package/lib/components/VCounter/index.d.mts +40 -42
- package/lib/components/VDataIterator/index.d.mts +171 -185
- package/lib/components/VDataTable/index.d.mts +480 -1204
- package/lib/components/VDatePicker/index.d.mts +120 -158
- package/lib/components/VDefaultsProvider/index.d.mts +5 -9
- package/lib/components/VDialog/index.d.mts +243 -277
- package/lib/components/VDivider/index.d.mts +9 -11
- package/lib/components/VEmptyState/index.d.mts +30 -52
- package/lib/components/VExpansionPanel/index.d.mts +60 -85
- package/lib/components/VFab/index.d.mts +81 -73
- package/lib/components/VField/index.d.mts +35 -62
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +172 -259
- package/lib/components/VFooter/index.d.mts +9 -11
- package/lib/components/VForm/index.d.mts +105 -77
- package/lib/components/VGrid/index.d.mts +41 -52
- package/lib/components/VHover/index.d.mts +5 -9
- package/lib/components/VIcon/index.d.mts +23 -29
- package/lib/components/VImg/index.d.mts +28 -42
- package/lib/components/VInfiniteScroll/index.d.mts +17 -37
- package/lib/components/VInput/index.d.mts +48 -50
- package/lib/components/VItemGroup/index.d.mts +21 -30
- package/lib/components/VKbd/index.d.mts +9 -11
- package/lib/components/VLabel/index.d.mts +9 -11
- package/lib/components/VLayout/index.d.mts +18 -24
- package/lib/components/VLazy/index.d.mts +42 -44
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +210 -329
- package/lib/components/VLocaleProvider/index.d.mts +9 -11
- package/lib/components/VMain/index.d.mts +9 -11
- package/lib/components/VMenu/index.d.mts +272 -306
- package/lib/components/VMessages/index.d.mts +49 -51
- package/lib/components/VNavigationDrawer/index.d.mts +27 -40
- package/lib/components/VOtpInput/index.d.mts +22 -28
- package/lib/components/VOverlay/VOverlay.mjs +4 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +53 -63
- package/lib/components/VPagination/index.d.mts +31 -46
- package/lib/components/VParallax/index.d.mts +15 -29
- package/lib/components/VProgressCircular/index.d.mts +9 -11
- package/lib/components/VProgressLinear/index.d.mts +22 -24
- package/lib/components/VRadio/index.d.mts +49 -52
- package/lib/components/VRadioGroup/index.d.mts +66 -66
- package/lib/components/VRangeSlider/index.d.mts +58 -69
- package/lib/components/VRating/index.d.mts +13 -19
- package/lib/components/VResponsive/index.d.mts +11 -17
- package/lib/components/VSelect/index.d.mts +4762 -3221
- package/lib/components/VSelectionControl/index.d.mts +38 -44
- package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
- package/lib/components/VSheet/index.d.mts +15 -17
- package/lib/components/VSkeletonLoader/index.d.mts +41 -11
- package/lib/components/VSlideGroup/index.d.mts +112 -129
- package/lib/components/VSlider/index.d.mts +58 -69
- package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +231 -270
- package/lib/components/VSparkline/index.d.mts +11 -19
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.d.mts +179 -189
- package/lib/components/VStepper/index.d.mts +105 -180
- package/lib/components/VSwitch/index.d.mts +78 -98
- package/lib/components/VSystemBar/index.d.mts +13 -15
- package/lib/components/VTable/index.d.mts +15 -29
- package/lib/components/VTabs/index.d.mts +213 -297
- package/lib/components/VTextField/index.d.mts +253 -408
- package/lib/components/VTextarea/index.d.mts +157 -236
- package/lib/components/VThemeProvider/index.d.mts +9 -11
- package/lib/components/VTimeline/index.d.mts +29 -43
- package/lib/components/VToolbar/index.d.mts +49 -80
- package/lib/components/VTooltip/index.d.mts +282 -316
- package/lib/components/VValidation/index.d.mts +16 -23
- package/lib/components/VVirtualScroll/index.d.mts +14 -23
- package/lib/components/VWindow/index.d.mts +29 -50
- package/lib/components/index.d.mts +31169 -37524
- package/lib/components/transitions/index.d.mts +84 -148
- package/lib/composables/location.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +3 -0
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +60 -60
- package/lib/labs/VCalendar/index.d.mts +146 -166
- package/lib/labs/VDateInput/index.d.mts +83 -62
- package/lib/labs/VNumberInput/index.d.mts +61 -88
- package/lib/labs/VPicker/index.d.mts +28 -46
- package/lib/labs/VPullToRefresh/index.d.mts +7 -15
- package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
- package/lib/labs/VStepperVertical/index.d.mts +109 -184
- package/lib/labs/VTimePicker/index.d.mts +35 -53
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +200 -292
- package/lib/labs/components.d.mts +905 -1246
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +3 -3
@@ -1,5 +1,7 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, JSXComponent,
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, JSXComponent, DirectiveBinding, WritableComputedRef, Ref, CSSProperties, ComputedRef } from 'vue';
|
3
|
+
|
4
|
+
type ClassValue = any;
|
3
5
|
|
4
6
|
type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
|
5
7
|
$children?: (VNodeChild | (T extends {
|
@@ -31,12 +33,25 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
31
33
|
}
|
32
34
|
|
33
35
|
declare function deepEqual(a: any, b: any): boolean;
|
36
|
+
type EventProp<T extends any[] = any[], F = (...args: T) => void> = F;
|
37
|
+
declare const EventProp: <T extends any[] = any[]>() => PropType<EventProp<T>>;
|
34
38
|
|
35
39
|
type Density = null | 'default' | 'comfortable' | 'compact';
|
36
40
|
|
37
41
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
38
42
|
declare const IconValue: PropType<IconValue>;
|
39
43
|
|
44
|
+
interface RippleDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'value'> {
|
45
|
+
value?: boolean | {
|
46
|
+
class: string;
|
47
|
+
};
|
48
|
+
modifiers: {
|
49
|
+
center?: boolean;
|
50
|
+
circle?: boolean;
|
51
|
+
stop?: boolean;
|
52
|
+
};
|
53
|
+
}
|
54
|
+
|
40
55
|
type SelectionControlSlot = {
|
41
56
|
model: WritableComputedRef<boolean>;
|
42
57
|
textColorClasses: Ref<string[]>;
|
@@ -65,6 +80,22 @@ type VSelectionControlSlots = {
|
|
65
80
|
|
66
81
|
type ValidationResult = string | boolean;
|
67
82
|
type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
|
83
|
+
type ValidateOnValue = 'blur' | 'input' | 'submit';
|
84
|
+
interface ValidationProps {
|
85
|
+
disabled: boolean | null;
|
86
|
+
error: boolean;
|
87
|
+
errorMessages: string | readonly string[] | null;
|
88
|
+
focused: boolean;
|
89
|
+
maxErrors: string | number;
|
90
|
+
name: string | undefined;
|
91
|
+
label: string | undefined;
|
92
|
+
readonly: boolean | null;
|
93
|
+
rules: readonly ValidationRule[];
|
94
|
+
modelValue: any;
|
95
|
+
'onUpdate:modelValue': EventProp | undefined;
|
96
|
+
validateOn?: ValidateOnValue | `${ValidateOnValue} lazy` | `lazy ${ValidateOnValue}` | 'lazy';
|
97
|
+
validationValue: any;
|
98
|
+
}
|
68
99
|
|
69
100
|
type VMessageSlot = {
|
70
101
|
message: string;
|
@@ -110,18 +141,18 @@ declare const VCheckbox: {
|
|
110
141
|
ripple: boolean | {
|
111
142
|
class: string;
|
112
143
|
} | undefined;
|
113
|
-
falseIcon:
|
114
|
-
trueIcon:
|
144
|
+
falseIcon: IconValue;
|
145
|
+
trueIcon: IconValue;
|
115
146
|
valueComparator: typeof deepEqual;
|
116
147
|
indeterminateIcon: IconValue;
|
117
148
|
centerAffix: boolean;
|
118
149
|
hideSpinButtons: boolean;
|
119
150
|
persistentHint: boolean;
|
120
151
|
} & {
|
152
|
+
name?: string | undefined;
|
121
153
|
type?: string | undefined;
|
122
154
|
id?: string | undefined;
|
123
155
|
width?: string | number | undefined;
|
124
|
-
name?: string | undefined;
|
125
156
|
color?: string | undefined;
|
126
157
|
maxWidth?: string | number | undefined;
|
127
158
|
minWidth?: string | number | undefined;
|
@@ -145,9 +176,9 @@ declare const VCheckbox: {
|
|
145
176
|
} & {
|
146
177
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
147
178
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
148
|
-
'update:modelValue': (value: any) =>
|
149
|
-
'update:focused': (focused: boolean) =>
|
150
|
-
}, "$children" | "v-
|
179
|
+
'update:modelValue': (value: any) => true;
|
180
|
+
'update:focused': (focused: boolean) => true;
|
181
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
151
182
|
error: boolean;
|
152
183
|
direction: "horizontal" | "vertical";
|
153
184
|
style: vue.StyleValue;
|
@@ -164,18 +195,18 @@ declare const VCheckbox: {
|
|
164
195
|
ripple: boolean | {
|
165
196
|
class: string;
|
166
197
|
} | undefined;
|
167
|
-
falseIcon:
|
168
|
-
trueIcon:
|
198
|
+
falseIcon: IconValue;
|
199
|
+
trueIcon: IconValue;
|
169
200
|
valueComparator: typeof deepEqual;
|
170
201
|
indeterminateIcon: IconValue;
|
171
202
|
centerAffix: boolean;
|
172
203
|
hideSpinButtons: boolean;
|
173
204
|
persistentHint: boolean;
|
174
205
|
} & {
|
206
|
+
name?: string | undefined;
|
175
207
|
type?: string | undefined;
|
176
208
|
id?: string | undefined;
|
177
209
|
width?: string | number | undefined;
|
178
|
-
name?: string | undefined;
|
179
210
|
color?: string | undefined;
|
180
211
|
maxWidth?: string | number | undefined;
|
181
212
|
minWidth?: string | number | undefined;
|
@@ -215,41 +246,27 @@ declare const VCheckbox: {
|
|
215
246
|
ripple: boolean | {
|
216
247
|
class: string;
|
217
248
|
} | undefined;
|
218
|
-
falseIcon:
|
219
|
-
trueIcon:
|
249
|
+
falseIcon: IconValue;
|
250
|
+
trueIcon: IconValue;
|
220
251
|
valueComparator: typeof deepEqual;
|
221
252
|
indeterminateIcon: IconValue;
|
222
253
|
centerAffix: boolean;
|
223
254
|
hideSpinButtons: boolean;
|
224
255
|
persistentHint: boolean;
|
225
256
|
}, true, {}, vue.SlotsType<Partial<{
|
226
|
-
message: (arg: VMessageSlot) => vue.VNode
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
[key: string]: any;
|
231
|
-
}>[];
|
232
|
-
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
233
|
-
[key: string]: any;
|
234
|
-
}>[];
|
235
|
-
prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
236
|
-
[key: string]: any;
|
237
|
-
}>[];
|
257
|
+
message: (arg: VMessageSlot) => vue.VNode[];
|
258
|
+
details: (arg: VInputSlot) => vue.VNode[];
|
259
|
+
append: (arg: VInputSlot) => vue.VNode[];
|
260
|
+
prepend: (arg: VInputSlot) => vue.VNode[];
|
238
261
|
default: (arg: {
|
239
262
|
backgroundColorClasses: vue.Ref<string[]>;
|
240
263
|
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
241
|
-
}) => vue.VNode
|
242
|
-
[key: string]: any;
|
243
|
-
}>[];
|
264
|
+
}) => vue.VNode[];
|
244
265
|
label: (arg: {
|
245
266
|
label: string | undefined;
|
246
267
|
props: Record<string, unknown>;
|
247
|
-
}) => vue.VNode
|
248
|
-
|
249
|
-
}>[];
|
250
|
-
input: (arg: SelectionControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
251
|
-
[key: string]: any;
|
252
|
-
}>[];
|
268
|
+
}) => vue.VNode[];
|
269
|
+
input: (arg: SelectionControlSlot) => vue.VNode[];
|
253
270
|
}>>, {
|
254
271
|
P: {};
|
255
272
|
B: {};
|
@@ -274,18 +291,18 @@ declare const VCheckbox: {
|
|
274
291
|
ripple: boolean | {
|
275
292
|
class: string;
|
276
293
|
} | undefined;
|
277
|
-
falseIcon:
|
278
|
-
trueIcon:
|
294
|
+
falseIcon: IconValue;
|
295
|
+
trueIcon: IconValue;
|
279
296
|
valueComparator: typeof deepEqual;
|
280
297
|
indeterminateIcon: IconValue;
|
281
298
|
centerAffix: boolean;
|
282
299
|
hideSpinButtons: boolean;
|
283
300
|
persistentHint: boolean;
|
284
301
|
} & {
|
302
|
+
name?: string | undefined;
|
285
303
|
type?: string | undefined;
|
286
304
|
id?: string | undefined;
|
287
305
|
width?: string | number | undefined;
|
288
|
-
name?: string | undefined;
|
289
306
|
color?: string | undefined;
|
290
307
|
maxWidth?: string | number | undefined;
|
291
308
|
minWidth?: string | number | undefined;
|
@@ -325,17 +342,17 @@ declare const VCheckbox: {
|
|
325
342
|
ripple: boolean | {
|
326
343
|
class: string;
|
327
344
|
} | undefined;
|
328
|
-
falseIcon:
|
329
|
-
trueIcon:
|
345
|
+
falseIcon: IconValue;
|
346
|
+
trueIcon: IconValue;
|
330
347
|
valueComparator: typeof deepEqual;
|
331
348
|
indeterminateIcon: IconValue;
|
332
349
|
centerAffix: boolean;
|
333
350
|
hideSpinButtons: boolean;
|
334
351
|
persistentHint: boolean;
|
335
352
|
}>;
|
336
|
-
__isFragment?:
|
337
|
-
__isTeleport?:
|
338
|
-
__isSuspense?:
|
353
|
+
__isFragment?: never;
|
354
|
+
__isTeleport?: never;
|
355
|
+
__isSuspense?: never;
|
339
356
|
} & vue.ComponentOptionsBase<{
|
340
357
|
error: boolean;
|
341
358
|
direction: "horizontal" | "vertical";
|
@@ -353,18 +370,18 @@ declare const VCheckbox: {
|
|
353
370
|
ripple: boolean | {
|
354
371
|
class: string;
|
355
372
|
} | undefined;
|
356
|
-
falseIcon:
|
357
|
-
trueIcon:
|
373
|
+
falseIcon: IconValue;
|
374
|
+
trueIcon: IconValue;
|
358
375
|
valueComparator: typeof deepEqual;
|
359
376
|
indeterminateIcon: IconValue;
|
360
377
|
centerAffix: boolean;
|
361
378
|
hideSpinButtons: boolean;
|
362
379
|
persistentHint: boolean;
|
363
380
|
} & {
|
381
|
+
name?: string | undefined;
|
364
382
|
type?: string | undefined;
|
365
383
|
id?: string | undefined;
|
366
384
|
width?: string | number | undefined;
|
367
|
-
name?: string | undefined;
|
368
385
|
color?: string | undefined;
|
369
386
|
maxWidth?: string | number | undefined;
|
370
387
|
minWidth?: string | number | undefined;
|
@@ -388,9 +405,9 @@ declare const VCheckbox: {
|
|
388
405
|
} & {
|
389
406
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
390
407
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
391
|
-
'update:modelValue': (value: any) =>
|
392
|
-
'update:focused': (focused: boolean) =>
|
393
|
-
}, "$children" | "v-
|
408
|
+
'update:modelValue': (value: any) => true;
|
409
|
+
'update:focused': (focused: boolean) => true;
|
410
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
|
394
411
|
error: boolean;
|
395
412
|
direction: "horizontal" | "vertical";
|
396
413
|
style: vue.StyleValue;
|
@@ -407,52 +424,35 @@ declare const VCheckbox: {
|
|
407
424
|
ripple: boolean | {
|
408
425
|
class: string;
|
409
426
|
} | undefined;
|
410
|
-
falseIcon:
|
411
|
-
trueIcon:
|
427
|
+
falseIcon: IconValue;
|
428
|
+
trueIcon: IconValue;
|
412
429
|
valueComparator: typeof deepEqual;
|
413
430
|
indeterminateIcon: IconValue;
|
414
431
|
centerAffix: boolean;
|
415
432
|
hideSpinButtons: boolean;
|
416
433
|
persistentHint: boolean;
|
417
434
|
}, {}, string, vue.SlotsType<Partial<{
|
418
|
-
message: (arg: VMessageSlot) => vue.VNode
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
[key: string]: any;
|
423
|
-
}>[];
|
424
|
-
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
425
|
-
[key: string]: any;
|
426
|
-
}>[];
|
427
|
-
prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
428
|
-
[key: string]: any;
|
429
|
-
}>[];
|
435
|
+
message: (arg: VMessageSlot) => vue.VNode[];
|
436
|
+
details: (arg: VInputSlot) => vue.VNode[];
|
437
|
+
append: (arg: VInputSlot) => vue.VNode[];
|
438
|
+
prepend: (arg: VInputSlot) => vue.VNode[];
|
430
439
|
default: (arg: {
|
431
440
|
backgroundColorClasses: vue.Ref<string[]>;
|
432
441
|
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
433
|
-
}) => vue.VNode
|
434
|
-
[key: string]: any;
|
435
|
-
}>[];
|
442
|
+
}) => vue.VNode[];
|
436
443
|
label: (arg: {
|
437
444
|
label: string | undefined;
|
438
445
|
props: Record<string, unknown>;
|
439
|
-
}) => vue.VNode
|
440
|
-
|
441
|
-
}>[];
|
442
|
-
input: (arg: SelectionControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
443
|
-
[key: string]: any;
|
444
|
-
}>[];
|
446
|
+
}) => vue.VNode[];
|
447
|
+
input: (arg: SelectionControlSlot) => vue.VNode[];
|
445
448
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
446
|
-
modelValue?: T | null
|
447
|
-
|
448
|
-
}, slots: VCheckboxSlots) => GenericProps<{
|
449
|
-
|
450
|
-
'onUpdate:modelValue'?: ((value: T | null) => void) | undefined;
|
451
|
-
}, VCheckboxSlots>) & FilterPropsOptions<{
|
449
|
+
modelValue?: T | null;
|
450
|
+
"onUpdate:modelValue"?: (value: T | null) => void;
|
451
|
+
}, slots: VCheckboxSlots) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
452
|
+
name: StringConstructor;
|
452
453
|
type: StringConstructor;
|
453
454
|
error: BooleanConstructor;
|
454
455
|
id: StringConstructor;
|
455
|
-
name: StringConstructor;
|
456
456
|
color: StringConstructor;
|
457
457
|
value: null;
|
458
458
|
label: StringConstructor;
|
@@ -472,7 +472,7 @@ declare const VCheckbox: {
|
|
472
472
|
type: vue.PropType<boolean | null>;
|
473
473
|
default: null;
|
474
474
|
};
|
475
|
-
class: vue.PropType<
|
475
|
+
class: vue.PropType<ClassValue>;
|
476
476
|
indeterminate: BooleanConstructor;
|
477
477
|
theme: StringConstructor;
|
478
478
|
modelValue: null;
|
@@ -483,18 +483,16 @@ declare const VCheckbox: {
|
|
483
483
|
};
|
484
484
|
baseColor: StringConstructor;
|
485
485
|
ripple: {
|
486
|
-
type: vue.PropType<
|
487
|
-
class: string;
|
488
|
-
} | undefined>;
|
486
|
+
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
489
487
|
default: boolean;
|
490
488
|
};
|
491
489
|
defaultsTarget: StringConstructor;
|
492
490
|
falseIcon: {
|
493
|
-
type: vue.PropType<
|
491
|
+
type: vue.PropType<IconValue>;
|
494
492
|
default: NonNullable<IconValue>;
|
495
493
|
};
|
496
494
|
trueIcon: {
|
497
|
-
type: vue.PropType<
|
495
|
+
type: vue.PropType<IconValue>;
|
498
496
|
default: NonNullable<IconValue>;
|
499
497
|
};
|
500
498
|
valueComparator: {
|
@@ -521,7 +519,7 @@ declare const VCheckbox: {
|
|
521
519
|
type: vue.PropType<readonly ValidationRule[]>;
|
522
520
|
default: () => never[];
|
523
521
|
};
|
524
|
-
validateOn: vue.PropType<"
|
522
|
+
validateOn: vue.PropType<ValidationProps["validateOn"]>;
|
525
523
|
validationValue: null;
|
526
524
|
width: (StringConstructor | NumberConstructor)[];
|
527
525
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
@@ -548,10 +546,10 @@ declare const VCheckbox: {
|
|
548
546
|
'onClick:prepend': vue.PropType<(args_0: MouseEvent) => void>;
|
549
547
|
'onClick:append': vue.PropType<(args_0: MouseEvent) => void>;
|
550
548
|
}, vue.ExtractPropTypes<{
|
549
|
+
name: StringConstructor;
|
551
550
|
type: StringConstructor;
|
552
551
|
error: BooleanConstructor;
|
553
552
|
id: StringConstructor;
|
554
|
-
name: StringConstructor;
|
555
553
|
color: StringConstructor;
|
556
554
|
value: null;
|
557
555
|
label: StringConstructor;
|
@@ -571,7 +569,7 @@ declare const VCheckbox: {
|
|
571
569
|
type: vue.PropType<boolean | null>;
|
572
570
|
default: null;
|
573
571
|
};
|
574
|
-
class: vue.PropType<
|
572
|
+
class: vue.PropType<ClassValue>;
|
575
573
|
indeterminate: BooleanConstructor;
|
576
574
|
theme: StringConstructor;
|
577
575
|
modelValue: null;
|
@@ -582,18 +580,16 @@ declare const VCheckbox: {
|
|
582
580
|
};
|
583
581
|
baseColor: StringConstructor;
|
584
582
|
ripple: {
|
585
|
-
type: vue.PropType<
|
586
|
-
class: string;
|
587
|
-
} | undefined>;
|
583
|
+
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
588
584
|
default: boolean;
|
589
585
|
};
|
590
586
|
defaultsTarget: StringConstructor;
|
591
587
|
falseIcon: {
|
592
|
-
type: vue.PropType<
|
588
|
+
type: vue.PropType<IconValue>;
|
593
589
|
default: NonNullable<IconValue>;
|
594
590
|
};
|
595
591
|
trueIcon: {
|
596
|
-
type: vue.PropType<
|
592
|
+
type: vue.PropType<IconValue>;
|
597
593
|
default: NonNullable<IconValue>;
|
598
594
|
};
|
599
595
|
valueComparator: {
|
@@ -620,7 +616,7 @@ declare const VCheckbox: {
|
|
620
616
|
type: vue.PropType<readonly ValidationRule[]>;
|
621
617
|
default: () => never[];
|
622
618
|
};
|
623
|
-
validateOn: vue.PropType<"
|
619
|
+
validateOn: vue.PropType<ValidationProps["validateOn"]>;
|
624
620
|
validationValue: null;
|
625
621
|
width: (StringConstructor | NumberConstructor)[];
|
626
622
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
@@ -662,14 +658,14 @@ declare const VCheckboxBtn: {
|
|
662
658
|
ripple: boolean | {
|
663
659
|
class: string;
|
664
660
|
} | undefined;
|
665
|
-
falseIcon:
|
666
|
-
trueIcon:
|
661
|
+
falseIcon: IconValue;
|
662
|
+
trueIcon: IconValue;
|
667
663
|
valueComparator: typeof deepEqual;
|
668
664
|
indeterminateIcon: IconValue;
|
669
665
|
} & {
|
666
|
+
name?: string | undefined;
|
670
667
|
type?: string | undefined;
|
671
668
|
id?: string | undefined;
|
672
|
-
name?: string | undefined;
|
673
669
|
color?: string | undefined;
|
674
670
|
value?: any;
|
675
671
|
label?: string | undefined;
|
@@ -682,9 +678,9 @@ declare const VCheckboxBtn: {
|
|
682
678
|
} & {
|
683
679
|
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
684
680
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
685
|
-
'update:modelValue': (value: any) =>
|
686
|
-
'update:indeterminate': (value: boolean) =>
|
687
|
-
}, "$children" | "v-
|
681
|
+
'update:modelValue': (value: any) => true;
|
682
|
+
'update:indeterminate': (value: boolean) => true;
|
683
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:input" | "v-slot:label">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
688
684
|
inline: boolean;
|
689
685
|
error: boolean;
|
690
686
|
style: vue.StyleValue;
|
@@ -696,14 +692,14 @@ declare const VCheckboxBtn: {
|
|
696
692
|
ripple: boolean | {
|
697
693
|
class: string;
|
698
694
|
} | undefined;
|
699
|
-
falseIcon:
|
700
|
-
trueIcon:
|
695
|
+
falseIcon: IconValue;
|
696
|
+
trueIcon: IconValue;
|
701
697
|
valueComparator: typeof deepEqual;
|
702
698
|
indeterminateIcon: IconValue;
|
703
699
|
} & {
|
700
|
+
name?: string | undefined;
|
704
701
|
type?: string | undefined;
|
705
702
|
id?: string | undefined;
|
706
|
-
name?: string | undefined;
|
707
703
|
color?: string | undefined;
|
708
704
|
value?: any;
|
709
705
|
label?: string | undefined;
|
@@ -727,26 +723,20 @@ declare const VCheckboxBtn: {
|
|
727
723
|
ripple: boolean | {
|
728
724
|
class: string;
|
729
725
|
} | undefined;
|
730
|
-
falseIcon:
|
731
|
-
trueIcon:
|
726
|
+
falseIcon: IconValue;
|
727
|
+
trueIcon: IconValue;
|
732
728
|
valueComparator: typeof deepEqual;
|
733
729
|
indeterminateIcon: IconValue;
|
734
730
|
}, true, {}, vue.SlotsType<Partial<{
|
735
731
|
default: (arg: {
|
736
732
|
backgroundColorClasses: vue.Ref<string[]>;
|
737
733
|
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
738
|
-
}) => vue.VNode
|
739
|
-
[key: string]: any;
|
740
|
-
}>[];
|
734
|
+
}) => vue.VNode[];
|
741
735
|
label: (arg: {
|
742
736
|
label: string | undefined;
|
743
737
|
props: Record<string, unknown>;
|
744
|
-
}) => vue.VNode
|
745
|
-
|
746
|
-
}>[];
|
747
|
-
input: (arg: SelectionControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
748
|
-
[key: string]: any;
|
749
|
-
}>[];
|
738
|
+
}) => vue.VNode[];
|
739
|
+
input: (arg: SelectionControlSlot) => vue.VNode[];
|
750
740
|
}>>, {
|
751
741
|
P: {};
|
752
742
|
B: {};
|
@@ -766,14 +756,14 @@ declare const VCheckboxBtn: {
|
|
766
756
|
ripple: boolean | {
|
767
757
|
class: string;
|
768
758
|
} | undefined;
|
769
|
-
falseIcon:
|
770
|
-
trueIcon:
|
759
|
+
falseIcon: IconValue;
|
760
|
+
trueIcon: IconValue;
|
771
761
|
valueComparator: typeof deepEqual;
|
772
762
|
indeterminateIcon: IconValue;
|
773
763
|
} & {
|
764
|
+
name?: string | undefined;
|
774
765
|
type?: string | undefined;
|
775
766
|
id?: string | undefined;
|
776
|
-
name?: string | undefined;
|
777
767
|
color?: string | undefined;
|
778
768
|
value?: any;
|
779
769
|
label?: string | undefined;
|
@@ -797,14 +787,14 @@ declare const VCheckboxBtn: {
|
|
797
787
|
ripple: boolean | {
|
798
788
|
class: string;
|
799
789
|
} | undefined;
|
800
|
-
falseIcon:
|
801
|
-
trueIcon:
|
790
|
+
falseIcon: IconValue;
|
791
|
+
trueIcon: IconValue;
|
802
792
|
valueComparator: typeof deepEqual;
|
803
793
|
indeterminateIcon: IconValue;
|
804
794
|
}>;
|
805
|
-
__isFragment?:
|
806
|
-
__isTeleport?:
|
807
|
-
__isSuspense?:
|
795
|
+
__isFragment?: never;
|
796
|
+
__isTeleport?: never;
|
797
|
+
__isSuspense?: never;
|
808
798
|
} & vue.ComponentOptionsBase<{
|
809
799
|
inline: boolean;
|
810
800
|
error: boolean;
|
@@ -817,14 +807,14 @@ declare const VCheckboxBtn: {
|
|
817
807
|
ripple: boolean | {
|
818
808
|
class: string;
|
819
809
|
} | undefined;
|
820
|
-
falseIcon:
|
821
|
-
trueIcon:
|
810
|
+
falseIcon: IconValue;
|
811
|
+
trueIcon: IconValue;
|
822
812
|
valueComparator: typeof deepEqual;
|
823
813
|
indeterminateIcon: IconValue;
|
824
814
|
} & {
|
815
|
+
name?: string | undefined;
|
825
816
|
type?: string | undefined;
|
826
817
|
id?: string | undefined;
|
827
|
-
name?: string | undefined;
|
828
818
|
color?: string | undefined;
|
829
819
|
value?: any;
|
830
820
|
label?: string | undefined;
|
@@ -837,9 +827,9 @@ declare const VCheckboxBtn: {
|
|
837
827
|
} & {
|
838
828
|
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
839
829
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
840
|
-
'update:modelValue': (value: any) =>
|
841
|
-
'update:indeterminate': (value: boolean) =>
|
842
|
-
}, "$children" | "v-
|
830
|
+
'update:modelValue': (value: any) => true;
|
831
|
+
'update:indeterminate': (value: boolean) => true;
|
832
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:input" | "v-slot:label">, string, {
|
843
833
|
inline: boolean;
|
844
834
|
error: boolean;
|
845
835
|
style: vue.StyleValue;
|
@@ -851,40 +841,31 @@ declare const VCheckboxBtn: {
|
|
851
841
|
ripple: boolean | {
|
852
842
|
class: string;
|
853
843
|
} | undefined;
|
854
|
-
falseIcon:
|
855
|
-
trueIcon:
|
844
|
+
falseIcon: IconValue;
|
845
|
+
trueIcon: IconValue;
|
856
846
|
valueComparator: typeof deepEqual;
|
857
847
|
indeterminateIcon: IconValue;
|
858
848
|
}, {}, string, vue.SlotsType<Partial<{
|
859
849
|
default: (arg: {
|
860
850
|
backgroundColorClasses: vue.Ref<string[]>;
|
861
851
|
backgroundColorStyles: vue.Ref<vue.CSSProperties>;
|
862
|
-
}) => vue.VNode
|
863
|
-
[key: string]: any;
|
864
|
-
}>[];
|
852
|
+
}) => vue.VNode[];
|
865
853
|
label: (arg: {
|
866
854
|
label: string | undefined;
|
867
855
|
props: Record<string, unknown>;
|
868
|
-
}) => vue.VNode
|
869
|
-
|
870
|
-
}>[];
|
871
|
-
input: (arg: SelectionControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
872
|
-
[key: string]: any;
|
873
|
-
}>[];
|
856
|
+
}) => vue.VNode[];
|
857
|
+
input: (arg: SelectionControlSlot) => vue.VNode[];
|
874
858
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
875
|
-
modelValue?: T
|
876
|
-
|
877
|
-
}, slots: VSelectionControlSlots) => GenericProps<{
|
878
|
-
modelValue?: T | undefined;
|
879
|
-
'onUpdate:modelValue'?: ((value: T) => void) | undefined;
|
880
|
-
}, VSelectionControlSlots>) & FilterPropsOptions<{
|
859
|
+
modelValue?: T;
|
860
|
+
"onUpdate:modelValue"?: (value: T) => void;
|
861
|
+
}, slots: VSelectionControlSlots) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
881
862
|
theme: StringConstructor;
|
882
863
|
density: {
|
883
864
|
type: vue.PropType<Density>;
|
884
865
|
default: string;
|
885
866
|
validator: (v: any) => boolean;
|
886
867
|
};
|
887
|
-
class: vue.PropType<
|
868
|
+
class: vue.PropType<ClassValue>;
|
888
869
|
style: {
|
889
870
|
type: vue.PropType<vue.StyleValue>;
|
890
871
|
default: null;
|
@@ -899,17 +880,15 @@ declare const VCheckboxBtn: {
|
|
899
880
|
id: StringConstructor;
|
900
881
|
inline: BooleanConstructor;
|
901
882
|
falseIcon: {
|
902
|
-
type: vue.PropType<
|
883
|
+
type: vue.PropType<IconValue>;
|
903
884
|
default: NonNullable<IconValue>;
|
904
885
|
};
|
905
886
|
trueIcon: {
|
906
|
-
type: vue.PropType<
|
887
|
+
type: vue.PropType<IconValue>;
|
907
888
|
default: NonNullable<IconValue>;
|
908
889
|
};
|
909
890
|
ripple: {
|
910
|
-
type: vue.PropType<
|
911
|
-
class: string;
|
912
|
-
} | undefined>;
|
891
|
+
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
913
892
|
default: boolean;
|
914
893
|
};
|
915
894
|
multiple: {
|
@@ -944,7 +923,7 @@ declare const VCheckboxBtn: {
|
|
944
923
|
default: string;
|
945
924
|
validator: (v: any) => boolean;
|
946
925
|
};
|
947
|
-
class: vue.PropType<
|
926
|
+
class: vue.PropType<ClassValue>;
|
948
927
|
style: {
|
949
928
|
type: vue.PropType<vue.StyleValue>;
|
950
929
|
default: null;
|
@@ -959,17 +938,15 @@ declare const VCheckboxBtn: {
|
|
959
938
|
id: StringConstructor;
|
960
939
|
inline: BooleanConstructor;
|
961
940
|
falseIcon: {
|
962
|
-
type: vue.PropType<
|
941
|
+
type: vue.PropType<IconValue>;
|
963
942
|
default: NonNullable<IconValue>;
|
964
943
|
};
|
965
944
|
trueIcon: {
|
966
|
-
type: vue.PropType<
|
945
|
+
type: vue.PropType<IconValue>;
|
967
946
|
default: NonNullable<IconValue>;
|
968
947
|
};
|
969
948
|
ripple: {
|
970
|
-
type: vue.PropType<
|
971
|
-
class: string;
|
972
|
-
} | undefined>;
|
949
|
+
type: vue.PropType<RippleDirectiveBinding["value"]>;
|
973
950
|
default: boolean;
|
974
951
|
};
|
975
952
|
multiple: {
|