@vuetify/nightly 3.6.14-master.2024-08-12 → 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.
Files changed (135) hide show
  1. package/dist/json/attributes.json +7 -7
  2. package/dist/json/importMap-labs.json +30 -30
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/web-types.json +8 -8
  5. package/dist/vuetify-labs.css +2728 -2728
  6. package/dist/vuetify-labs.d.ts +33444 -40135
  7. package/dist/vuetify-labs.esm.js +16 -8
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +16 -8
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +556 -556
  12. package/dist/vuetify.d.ts +32672 -39038
  13. package/dist/vuetify.esm.js +16 -8
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +16 -8
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +22 -22
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/index.d.mts +50 -73
  21. package/lib/components/VApp/index.d.mts +9 -11
  22. package/lib/components/VAppBar/index.d.mts +92 -128
  23. package/lib/components/VAutocomplete/index.d.mts +4771 -3230
  24. package/lib/components/VAvatar/index.d.mts +23 -22
  25. package/lib/components/VBadge/index.d.mts +53 -59
  26. package/lib/components/VBanner/index.d.mts +44 -66
  27. package/lib/components/VBottomNavigation/index.d.mts +25 -32
  28. package/lib/components/VBottomSheet/index.d.mts +125 -135
  29. package/lib/components/VBreadcrumbs/index.d.mts +35 -78
  30. package/lib/components/VBtn/index.d.mts +49 -53
  31. package/lib/components/VBtnGroup/index.d.mts +14 -13
  32. package/lib/components/VBtnToggle/index.d.mts +21 -23
  33. package/lib/components/VCard/index.d.mts +104 -168
  34. package/lib/components/VCarousel/index.d.mts +59 -96
  35. package/lib/components/VCheckbox/index.d.mts +132 -155
  36. package/lib/components/VChip/index.d.mts +47 -59
  37. package/lib/components/VChipGroup/index.d.mts +39 -41
  38. package/lib/components/VCode/index.d.mts +9 -11
  39. package/lib/components/VColorPicker/index.d.mts +58 -133
  40. package/lib/components/VCombobox/index.d.mts +4785 -3244
  41. package/lib/components/VConfirmEdit/index.d.mts +11 -19
  42. package/lib/components/VCounter/index.d.mts +40 -42
  43. package/lib/components/VDataIterator/index.d.mts +171 -185
  44. package/lib/components/VDataTable/index.d.mts +480 -1204
  45. package/lib/components/VDatePicker/index.d.mts +120 -158
  46. package/lib/components/VDefaultsProvider/index.d.mts +5 -9
  47. package/lib/components/VDialog/index.d.mts +243 -277
  48. package/lib/components/VDivider/index.d.mts +9 -11
  49. package/lib/components/VEmptyState/index.d.mts +30 -52
  50. package/lib/components/VExpansionPanel/index.d.mts +60 -85
  51. package/lib/components/VFab/index.d.mts +81 -73
  52. package/lib/components/VField/index.d.mts +35 -62
  53. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  54. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  55. package/lib/components/VFileInput/index.d.mts +172 -259
  56. package/lib/components/VFooter/index.d.mts +9 -11
  57. package/lib/components/VForm/index.d.mts +105 -77
  58. package/lib/components/VGrid/index.d.mts +41 -52
  59. package/lib/components/VHover/index.d.mts +5 -9
  60. package/lib/components/VIcon/index.d.mts +23 -29
  61. package/lib/components/VImg/index.d.mts +28 -42
  62. package/lib/components/VInfiniteScroll/index.d.mts +17 -37
  63. package/lib/components/VInput/index.d.mts +48 -50
  64. package/lib/components/VItemGroup/index.d.mts +21 -30
  65. package/lib/components/VKbd/index.d.mts +9 -11
  66. package/lib/components/VLabel/index.d.mts +9 -11
  67. package/lib/components/VLayout/index.d.mts +18 -24
  68. package/lib/components/VLazy/index.d.mts +42 -44
  69. package/lib/components/VList/index.d.mts +210 -329
  70. package/lib/components/VLocaleProvider/index.d.mts +9 -11
  71. package/lib/components/VMain/index.d.mts +9 -11
  72. package/lib/components/VMenu/index.d.mts +272 -306
  73. package/lib/components/VMessages/index.d.mts +49 -51
  74. package/lib/components/VNavigationDrawer/index.d.mts +27 -40
  75. package/lib/components/VOtpInput/index.d.mts +22 -28
  76. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  77. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  78. package/lib/components/VOverlay/index.d.mts +53 -63
  79. package/lib/components/VPagination/index.d.mts +31 -46
  80. package/lib/components/VParallax/index.d.mts +15 -29
  81. package/lib/components/VProgressCircular/index.d.mts +9 -11
  82. package/lib/components/VProgressLinear/index.d.mts +22 -24
  83. package/lib/components/VRadio/index.d.mts +49 -52
  84. package/lib/components/VRadioGroup/index.d.mts +66 -66
  85. package/lib/components/VRangeSlider/index.d.mts +58 -69
  86. package/lib/components/VRating/index.d.mts +13 -19
  87. package/lib/components/VResponsive/index.d.mts +11 -17
  88. package/lib/components/VSelect/index.d.mts +4762 -3221
  89. package/lib/components/VSelectionControl/index.d.mts +38 -44
  90. package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
  91. package/lib/components/VSheet/index.d.mts +15 -17
  92. package/lib/components/VSkeletonLoader/index.d.mts +41 -11
  93. package/lib/components/VSlideGroup/index.d.mts +112 -129
  94. package/lib/components/VSlider/index.d.mts +58 -69
  95. package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
  96. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  97. package/lib/components/VSnackbar/index.d.mts +231 -270
  98. package/lib/components/VSparkline/index.d.mts +11 -19
  99. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  100. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  101. package/lib/components/VSpeedDial/index.d.mts +179 -189
  102. package/lib/components/VStepper/index.d.mts +105 -180
  103. package/lib/components/VSwitch/index.d.mts +78 -98
  104. package/lib/components/VSystemBar/index.d.mts +13 -15
  105. package/lib/components/VTable/index.d.mts +15 -29
  106. package/lib/components/VTabs/index.d.mts +213 -297
  107. package/lib/components/VTextField/index.d.mts +253 -408
  108. package/lib/components/VTextarea/index.d.mts +157 -236
  109. package/lib/components/VThemeProvider/index.d.mts +9 -11
  110. package/lib/components/VTimeline/index.d.mts +29 -43
  111. package/lib/components/VToolbar/index.d.mts +49 -80
  112. package/lib/components/VTooltip/index.d.mts +282 -316
  113. package/lib/components/VValidation/index.d.mts +16 -23
  114. package/lib/components/VVirtualScroll/index.d.mts +14 -23
  115. package/lib/components/VWindow/index.d.mts +29 -50
  116. package/lib/components/index.d.mts +31169 -37524
  117. package/lib/components/transitions/index.d.mts +84 -148
  118. package/lib/composables/location.mjs.map +1 -1
  119. package/lib/directives/click-outside/index.mjs +3 -0
  120. package/lib/directives/click-outside/index.mjs.map +1 -1
  121. package/lib/entry-bundler.mjs +1 -1
  122. package/lib/framework.mjs +1 -1
  123. package/lib/index.d.mts +58 -58
  124. package/lib/labs/VCalendar/index.d.mts +146 -166
  125. package/lib/labs/VDateInput/index.d.mts +83 -62
  126. package/lib/labs/VNumberInput/index.d.mts +61 -88
  127. package/lib/labs/VPicker/index.d.mts +28 -46
  128. package/lib/labs/VPullToRefresh/index.d.mts +7 -15
  129. package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
  130. package/lib/labs/VStepperVertical/index.d.mts +109 -184
  131. package/lib/labs/VTimePicker/index.d.mts +35 -53
  132. package/lib/labs/VTreeview/index.d.mts +200 -277
  133. package/lib/labs/components.d.mts +905 -1231
  134. package/lib/util/propsFactory.mjs.map +1 -1
  135. package/package.json +3 -3
@@ -1,5 +1,7 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, JSXComponent, PropType, WritableComputedRef, Ref, CSSProperties, ComputedRef } from 'vue';
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: NonNullable<IconValue>;
114
- trueIcon: NonNullable<IconValue>;
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) => boolean;
149
- 'update:focused': (focused: boolean) => boolean;
150
- }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
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: NonNullable<IconValue>;
168
- trueIcon: NonNullable<IconValue>;
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: NonNullable<IconValue>;
219
- trueIcon: NonNullable<IconValue>;
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<vue.RendererNode, vue.RendererElement, {
227
- [key: string]: any;
228
- }>[];
229
- details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
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<vue.RendererNode, vue.RendererElement, {
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<vue.RendererNode, vue.RendererElement, {
248
- [key: string]: any;
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: NonNullable<IconValue>;
278
- trueIcon: NonNullable<IconValue>;
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: NonNullable<IconValue>;
329
- trueIcon: NonNullable<IconValue>;
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?: undefined;
337
- __isTeleport?: undefined;
338
- __isSuspense?: undefined;
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: NonNullable<IconValue>;
357
- trueIcon: NonNullable<IconValue>;
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) => boolean;
392
- 'update:focused': (focused: boolean) => boolean;
393
- }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
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: NonNullable<IconValue>;
411
- trueIcon: NonNullable<IconValue>;
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<vue.RendererNode, vue.RendererElement, {
419
- [key: string]: any;
420
- }>[];
421
- details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
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<vue.RendererNode, vue.RendererElement, {
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<vue.RendererNode, vue.RendererElement, {
440
- [key: string]: any;
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 | undefined;
447
- 'onUpdate:modelValue'?: ((value: T | null) => void) | undefined;
448
- }, slots: VCheckboxSlots) => GenericProps<{
449
- modelValue?: T | null | undefined;
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<any>;
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<boolean | {
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<NonNullable<IconValue>>;
491
+ type: vue.PropType<IconValue>;
494
492
  default: NonNullable<IconValue>;
495
493
  };
496
494
  trueIcon: {
497
- type: vue.PropType<NonNullable<IconValue>>;
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<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
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<any>;
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<boolean | {
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<NonNullable<IconValue>>;
588
+ type: vue.PropType<IconValue>;
593
589
  default: NonNullable<IconValue>;
594
590
  };
595
591
  trueIcon: {
596
- type: vue.PropType<NonNullable<IconValue>>;
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<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
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: NonNullable<IconValue>;
666
- trueIcon: NonNullable<IconValue>;
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) => boolean;
686
- 'update:indeterminate': (value: boolean) => boolean;
687
- }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:input" | "v-slot:label">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
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: NonNullable<IconValue>;
700
- trueIcon: NonNullable<IconValue>;
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: NonNullable<IconValue>;
731
- trueIcon: NonNullable<IconValue>;
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<vue.RendererNode, vue.RendererElement, {
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<vue.RendererNode, vue.RendererElement, {
745
- [key: string]: any;
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: NonNullable<IconValue>;
770
- trueIcon: NonNullable<IconValue>;
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: NonNullable<IconValue>;
801
- trueIcon: NonNullable<IconValue>;
790
+ falseIcon: IconValue;
791
+ trueIcon: IconValue;
802
792
  valueComparator: typeof deepEqual;
803
793
  indeterminateIcon: IconValue;
804
794
  }>;
805
- __isFragment?: undefined;
806
- __isTeleport?: undefined;
807
- __isSuspense?: undefined;
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: NonNullable<IconValue>;
821
- trueIcon: NonNullable<IconValue>;
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) => boolean;
841
- 'update:indeterminate': (value: boolean) => boolean;
842
- }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:input" | "v-slot:label">, string, {
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: NonNullable<IconValue>;
855
- trueIcon: NonNullable<IconValue>;
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<vue.RendererNode, vue.RendererElement, {
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<vue.RendererNode, vue.RendererElement, {
869
- [key: string]: any;
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 | undefined;
876
- 'onUpdate:modelValue'?: ((value: T) => void) | undefined;
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<any>;
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<NonNullable<IconValue>>;
883
+ type: vue.PropType<IconValue>;
903
884
  default: NonNullable<IconValue>;
904
885
  };
905
886
  trueIcon: {
906
- type: vue.PropType<NonNullable<IconValue>>;
887
+ type: vue.PropType<IconValue>;
907
888
  default: NonNullable<IconValue>;
908
889
  };
909
890
  ripple: {
910
- type: vue.PropType<boolean | {
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<any>;
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<NonNullable<IconValue>>;
941
+ type: vue.PropType<IconValue>;
963
942
  default: NonNullable<IconValue>;
964
943
  };
965
944
  trueIcon: {
966
- type: vue.PropType<NonNullable<IconValue>>;
945
+ type: vue.PropType<IconValue>;
967
946
  default: NonNullable<IconValue>;
968
947
  };
969
948
  ripple: {
970
- type: vue.PropType<boolean | {
971
- class: string;
972
- } | undefined>;
949
+ type: vue.PropType<RippleDirectiveBinding["value"]>;
973
950
  default: boolean;
974
951
  };
975
952
  multiple: {