vuetify 3.5.8 → 3.5.10

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 (189) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +525 -13
  3. package/dist/json/importMap-labs.json +24 -8
  4. package/dist/json/importMap.json +130 -130
  5. package/dist/json/tags.json +148 -0
  6. package/dist/json/web-types.json +2021 -147
  7. package/dist/vuetify-labs.css +2819 -2760
  8. package/dist/vuetify-labs.d.ts +5860 -2816
  9. package/dist/vuetify-labs.esm.js +1286 -248
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +1286 -247
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +553 -547
  14. package/dist/vuetify.d.ts +2835 -2281
  15. package/dist/vuetify.esm.js +883 -408
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +882 -406
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1137 -1109
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/index.d.mts +15 -15
  23. package/lib/components/VApp/index.d.mts +8 -8
  24. package/lib/components/VAppBar/index.d.mts +7 -7
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs +9 -7
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  27. package/lib/components/VAutocomplete/index.d.mts +232 -100
  28. package/lib/components/VAvatar/index.d.mts +8 -8
  29. package/lib/components/VBadge/index.d.mts +7 -7
  30. package/lib/components/VBanner/index.d.mts +20 -20
  31. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  32. package/lib/components/VBreadcrumbs/index.d.mts +27 -26
  33. package/lib/components/VBtnGroup/index.d.mts +8 -8
  34. package/lib/components/VCard/index.d.mts +32 -32
  35. package/lib/components/VCarousel/index.d.mts +6 -6
  36. package/lib/components/VCheckbox/index.d.mts +44 -44
  37. package/lib/components/VChip/index.d.mts +7 -7
  38. package/lib/components/VCode/index.d.mts +8 -8
  39. package/lib/components/VColorPicker/VColorPickerPreview.css +1 -0
  40. package/lib/components/VColorPicker/VColorPickerPreview.sass +1 -0
  41. package/lib/components/VColorPicker/_variables.scss +1 -0
  42. package/lib/components/VCombobox/VCombobox.mjs +10 -7
  43. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  44. package/lib/components/VCombobox/index.d.mts +232 -100
  45. package/lib/components/VDataTable/index.d.mts +6 -6
  46. package/lib/components/VDatePicker/VDatePickerControls.mjs +1 -0
  47. package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
  48. package/lib/components/VDatePicker/VDatePickerMonth.mjs +10 -4
  49. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  50. package/lib/components/VDatePicker/index.d.mts +10 -10
  51. package/lib/components/VDefaultsProvider/index.d.mts +8 -8
  52. package/lib/components/VDialog/index.d.mts +12 -6
  53. package/lib/components/VDivider/index.d.mts +8 -8
  54. package/lib/components/VExpansionPanel/index.d.mts +19 -19
  55. package/lib/components/VField/VField.css +2 -0
  56. package/lib/components/VField/VField.mjs +1 -1
  57. package/lib/components/VField/VField.mjs.map +1 -1
  58. package/lib/components/VField/VField.sass +2 -0
  59. package/lib/components/VField/index.d.mts +28 -28
  60. package/lib/components/VFileInput/index.d.mts +133 -133
  61. package/lib/components/VFooter/index.d.mts +8 -8
  62. package/lib/components/VGrid/index.d.mts +32 -32
  63. package/lib/components/VIcon/VIcon.css +4 -0
  64. package/lib/components/VIcon/VIcon.mjs +7 -3
  65. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  66. package/lib/components/VIcon/VIcon.sass +4 -0
  67. package/lib/components/VIcon/_variables.scss +1 -0
  68. package/lib/components/VIcon/index.d.mts +25 -16
  69. package/lib/components/VImg/index.d.mts +4 -4
  70. package/lib/components/VInput/index.d.mts +21 -21
  71. package/lib/components/VKbd/index.d.mts +8 -8
  72. package/lib/components/VLabel/index.d.mts +8 -8
  73. package/lib/components/VLayout/index.d.mts +16 -16
  74. package/lib/components/VLazy/index.d.mts +8 -8
  75. package/lib/components/VList/VList.mjs +8 -2
  76. package/lib/components/VList/VList.mjs.map +1 -1
  77. package/lib/components/VList/VListGroup.mjs +3 -1
  78. package/lib/components/VList/VListGroup.mjs.map +1 -1
  79. package/lib/components/VList/VListItem.mjs +17 -4
  80. package/lib/components/VList/VListItem.mjs.map +1 -1
  81. package/lib/components/VList/index.d.mts +156 -54
  82. package/lib/components/VLocaleProvider/index.d.mts +12 -12
  83. package/lib/components/VMain/index.d.mts +8 -8
  84. package/lib/components/VMenu/VMenu.mjs +3 -0
  85. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  86. package/lib/components/VMenu/index.d.mts +14 -8
  87. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -1
  88. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +22 -8
  89. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  90. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -1
  91. package/lib/components/VNavigationDrawer/index.d.mts +11 -11
  92. package/lib/components/VOtpInput/VOtpInput.mjs +7 -2
  93. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  94. package/lib/components/VOtpInput/index.d.mts +31 -31
  95. package/lib/components/VOverlay/VOverlay.mjs +8 -3
  96. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  97. package/lib/components/VOverlay/index.d.mts +3 -0
  98. package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
  99. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  100. package/lib/components/VPagination/index.d.mts +7 -7
  101. package/lib/components/VProgressLinear/VProgressLinear.css +0 -1
  102. package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
  103. package/lib/components/VProgressLinear/index.d.mts +7 -7
  104. package/lib/components/VRadioGroup/index.d.mts +44 -44
  105. package/lib/components/VRangeSlider/index.d.mts +47 -47
  106. package/lib/components/VRating/index.d.mts +7 -7
  107. package/lib/components/VResponsive/index.d.mts +8 -8
  108. package/lib/components/VSelect/VSelect.mjs +5 -3
  109. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  110. package/lib/components/VSelect/index.d.mts +232 -100
  111. package/lib/components/VSheet/index.d.mts +8 -8
  112. package/lib/components/VSkeletonLoader/index.d.mts +8 -8
  113. package/lib/components/VSlider/index.d.mts +47 -47
  114. package/lib/components/VSnackbar/index.d.mts +25 -19
  115. package/lib/components/VStepper/index.d.mts +41 -41
  116. package/lib/components/VSwitch/index.d.mts +39 -39
  117. package/lib/components/VSystemBar/index.d.mts +8 -8
  118. package/lib/components/VTabs/index.d.mts +15 -15
  119. package/lib/components/VTextField/index.d.mts +173 -173
  120. package/lib/components/VTextarea/index.d.mts +119 -119
  121. package/lib/components/VThemeProvider/index.d.mts +8 -8
  122. package/lib/components/VTimeline/index.d.mts +8 -8
  123. package/lib/components/VToolbar/index.d.mts +8 -8
  124. package/lib/components/VTooltip/index.d.mts +14 -8
  125. package/lib/components/VWindow/index.d.mts +10 -10
  126. package/lib/components/index.d.mts +2478 -1943
  127. package/lib/components/transitions/index.d.mts +128 -128
  128. package/lib/composables/date/adapters/vuetify.mjs +1 -1
  129. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  130. package/lib/composables/nested/activeStrategies.mjs +121 -0
  131. package/lib/composables/nested/activeStrategies.mjs.map +1 -0
  132. package/lib/composables/nested/nested.mjs +50 -1
  133. package/lib/composables/nested/nested.mjs.map +1 -1
  134. package/lib/composables/nested/selectStrategies.mjs +4 -2
  135. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  136. package/lib/composables/theme.mjs +1 -1
  137. package/lib/composables/theme.mjs.map +1 -1
  138. package/lib/entry-bundler.mjs +3 -2
  139. package/lib/entry-bundler.mjs.map +1 -1
  140. package/lib/framework.mjs +1 -1
  141. package/lib/framework.mjs.map +1 -1
  142. package/lib/iconsets/fa.mjs +2 -0
  143. package/lib/iconsets/fa.mjs.map +1 -1
  144. package/lib/iconsets/fa4.mjs +2 -0
  145. package/lib/iconsets/fa4.mjs.map +1 -1
  146. package/lib/iconsets/md.mjs +2 -0
  147. package/lib/iconsets/md.mjs.map +1 -1
  148. package/lib/iconsets/mdi-svg.mjs +2 -0
  149. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  150. package/lib/iconsets/mdi.mjs +2 -0
  151. package/lib/iconsets/mdi.mjs.map +1 -1
  152. package/lib/index.d.mts +48 -44
  153. package/lib/labs/VCalendar/index.d.mts +32 -32
  154. package/lib/labs/VFab/index.d.mts +15 -15
  155. package/lib/labs/VNumberInput/VNumberInput.css +38 -0
  156. package/lib/labs/VNumberInput/VNumberInput.mjs +209 -0
  157. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -0
  158. package/lib/labs/VNumberInput/VNumberInput.sass +47 -0
  159. package/lib/labs/VNumberInput/_variables.scss +1 -0
  160. package/lib/labs/VNumberInput/index.d.mts +607 -0
  161. package/lib/labs/VNumberInput/index.mjs +2 -0
  162. package/lib/labs/VNumberInput/index.mjs.map +1 -0
  163. package/lib/labs/VPicker/index.d.mts +8 -8
  164. package/lib/labs/VSparkline/index.d.mts +7 -7
  165. package/lib/labs/VSpeedDial/VSpeedDial.mjs +9 -5
  166. package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
  167. package/lib/labs/VSpeedDial/index.d.mts +120 -24
  168. package/lib/labs/VTreeview/VTreeview.mjs +154 -0
  169. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -0
  170. package/lib/labs/VTreeview/VTreeviewChildren.mjs +98 -0
  171. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -0
  172. package/lib/labs/VTreeview/VTreeviewGroup.mjs +48 -0
  173. package/lib/labs/VTreeview/VTreeviewGroup.mjs.map +1 -0
  174. package/lib/labs/VTreeview/VTreeviewItem.css +17 -0
  175. package/lib/labs/VTreeview/VTreeviewItem.mjs +86 -0
  176. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -0
  177. package/lib/labs/VTreeview/VTreeviewItem.sass +19 -0
  178. package/lib/labs/VTreeview/index.d.mts +1975 -0
  179. package/lib/labs/VTreeview/index.mjs +4 -0
  180. package/lib/labs/VTreeview/index.mjs.map +1 -0
  181. package/lib/labs/VTreeview/shared.mjs +4 -0
  182. package/lib/labs/VTreeview/shared.mjs.map +1 -0
  183. package/lib/labs/VTreeview/variables.scss +8 -0
  184. package/lib/labs/components.d.mts +4553 -1925
  185. package/lib/labs/components.mjs +4 -2
  186. package/lib/labs/components.mjs.map +1 -1
  187. package/lib/locale/no.mjs +1 -1
  188. package/lib/locale/no.mjs.map +1 -1
  189. package/package.json +2 -2
@@ -247,7 +247,7 @@ declare const VCombobox: {
247
247
  new (...args: any[]): vue.CreateComponentPublicInstance<{
248
248
  flat: boolean;
249
249
  reverse: boolean;
250
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
250
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
251
251
  type: string;
252
252
  error: boolean;
253
253
  active: boolean;
@@ -262,16 +262,16 @@ declare const VCombobox: {
262
262
  eager: boolean;
263
263
  disabled: boolean;
264
264
  readonly: boolean | null;
265
- noDataText: string;
266
265
  messages: string | readonly string[];
267
- tile: boolean;
268
- density: Density;
269
- valueComparator: typeof deepEqual;
270
- clearIcon: IconValue;
266
+ noDataText: string;
271
267
  focused: boolean;
272
268
  errorMessages: string | readonly string[] | null;
273
269
  maxErrors: string | number;
274
270
  rules: readonly ValidationRule[];
271
+ tile: boolean;
272
+ density: Density;
273
+ valueComparator: typeof deepEqual;
274
+ clearIcon: IconValue;
275
275
  hideSpinButtons: boolean;
276
276
  persistentHint: boolean;
277
277
  filterMode: FilterMode;
@@ -304,6 +304,8 @@ declare const VCombobox: {
304
304
  placeholder?: string | undefined;
305
305
  theme?: string | undefined;
306
306
  counter?: string | number | boolean | undefined;
307
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
308
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
307
309
  rounded?: string | number | boolean | undefined;
308
310
  bgColor?: string | undefined;
309
311
  prependIcon?: IconValue | undefined;
@@ -315,8 +317,6 @@ declare const VCombobox: {
315
317
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
316
318
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
317
319
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
318
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
319
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
320
320
  centerAffix?: boolean | undefined;
321
321
  hint?: string | undefined;
322
322
  hideDetails?: boolean | "auto" | undefined;
@@ -337,6 +337,8 @@ declare const VCombobox: {
337
337
  density: Density;
338
338
  slim: boolean;
339
339
  valueComparator: typeof deepEqual;
340
+ activatable: boolean;
341
+ selectable: boolean;
340
342
  selectStrategy: NonNullable<SelectStrategy>;
341
343
  openStrategy: NonNullable<OpenStrategyProp>;
342
344
  lines: false | "one" | "two" | "three";
@@ -353,6 +355,8 @@ declare const VCombobox: {
353
355
  density: Density;
354
356
  slim: boolean;
355
357
  valueComparator: typeof deepEqual;
358
+ activatable: boolean;
359
+ selectable: boolean;
356
360
  selectStrategy: NonNullable<SelectStrategy>;
357
361
  openStrategy: NonNullable<OpenStrategyProp>;
358
362
  lines: false | "one" | "two" | "three";
@@ -366,6 +370,7 @@ declare const VCombobox: {
366
370
  maxWidth?: string | number | undefined;
367
371
  minHeight?: string | number | undefined;
368
372
  minWidth?: string | number | undefined;
373
+ activated?: readonly unknown[] | undefined;
369
374
  class?: any;
370
375
  elevation?: string | number | undefined;
371
376
  theme?: string | undefined;
@@ -373,9 +378,11 @@ declare const VCombobox: {
373
378
  bgColor?: string | undefined;
374
379
  baseColor?: string | undefined;
375
380
  activeClass?: string | undefined;
381
+ activeStrategy?: SelectStrategy | undefined;
376
382
  activeColor?: string | undefined;
377
383
  collapseIcon?: string | undefined;
378
384
  expandIcon?: string | undefined;
385
+ "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
379
386
  "onClick:open"?: ((value: {
380
387
  id: unknown;
381
388
  value: boolean;
@@ -386,6 +393,11 @@ declare const VCombobox: {
386
393
  value: boolean;
387
394
  path: unknown[];
388
395
  }) => any) | undefined;
396
+ "onClick:activate"?: ((value: {
397
+ id: unknown;
398
+ value: boolean;
399
+ path: unknown[];
400
+ }) => any) | undefined;
389
401
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
390
402
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
391
403
  nav: boolean;
@@ -397,6 +409,8 @@ declare const VCombobox: {
397
409
  density: Density;
398
410
  slim: boolean;
399
411
  valueComparator: typeof deepEqual;
412
+ activatable: boolean;
413
+ selectable: boolean;
400
414
  selectStrategy: NonNullable<SelectStrategy>;
401
415
  openStrategy: NonNullable<OpenStrategyProp>;
402
416
  lines: false | "one" | "two" | "three";
@@ -411,6 +425,7 @@ declare const VCombobox: {
411
425
  maxWidth?: string | number | undefined;
412
426
  minHeight?: string | number | undefined;
413
427
  minWidth?: string | number | undefined;
428
+ activated?: readonly unknown[] | undefined;
414
429
  class?: any;
415
430
  elevation?: string | number | undefined;
416
431
  theme?: string | undefined;
@@ -418,10 +433,12 @@ declare const VCombobox: {
418
433
  bgColor?: string | undefined;
419
434
  baseColor?: string | undefined;
420
435
  activeClass?: string | undefined;
436
+ activeStrategy?: SelectStrategy | undefined;
421
437
  activeColor?: string | undefined;
422
438
  collapseIcon?: string | undefined;
423
439
  expandIcon?: string | undefined;
424
440
  } & {
441
+ "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
425
442
  "onClick:open"?: ((value: {
426
443
  id: unknown;
427
444
  value: boolean;
@@ -432,7 +449,12 @@ declare const VCombobox: {
432
449
  value: boolean;
433
450
  path: unknown[];
434
451
  }) => any) | undefined;
435
- }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
452
+ "onClick:activate"?: ((value: {
453
+ id: unknown;
454
+ value: boolean;
455
+ path: unknown[];
456
+ }) => any) | undefined;
457
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
436
458
  items?: readonly any[] | undefined;
437
459
  itemTitle?: SelectItemKey<any>;
438
460
  itemValue?: SelectItemKey<any>;
@@ -793,10 +815,10 @@ declare const VCombobox: {
793
815
  'update:modelValue': (value: any) => true;
794
816
  'update:search': (value: string) => true;
795
817
  'update:menu': (value: boolean) => true;
796
- }, "multiple" | "$children" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
818
+ }, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
797
819
  flat: boolean;
798
820
  reverse: boolean;
799
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
821
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
800
822
  type: string;
801
823
  error: boolean;
802
824
  active: boolean;
@@ -811,16 +833,16 @@ declare const VCombobox: {
811
833
  eager: boolean;
812
834
  disabled: boolean;
813
835
  readonly: boolean | null;
814
- noDataText: string;
815
836
  messages: string | readonly string[];
816
- tile: boolean;
817
- density: Density;
818
- valueComparator: typeof deepEqual;
819
- clearIcon: IconValue;
837
+ noDataText: string;
820
838
  focused: boolean;
821
839
  errorMessages: string | readonly string[] | null;
822
840
  maxErrors: string | number;
823
841
  rules: readonly ValidationRule[];
842
+ tile: boolean;
843
+ density: Density;
844
+ valueComparator: typeof deepEqual;
845
+ clearIcon: IconValue;
824
846
  hideSpinButtons: boolean;
825
847
  persistentHint: boolean;
826
848
  filterMode: FilterMode;
@@ -853,6 +875,8 @@ declare const VCombobox: {
853
875
  placeholder?: string | undefined;
854
876
  theme?: string | undefined;
855
877
  counter?: string | number | boolean | undefined;
878
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
879
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
856
880
  rounded?: string | number | boolean | undefined;
857
881
  bgColor?: string | undefined;
858
882
  prependIcon?: IconValue | undefined;
@@ -864,8 +888,6 @@ declare const VCombobox: {
864
888
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
865
889
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
866
890
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
867
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
868
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
869
891
  centerAffix?: boolean | undefined;
870
892
  hint?: string | undefined;
871
893
  hideDetails?: boolean | "auto" | undefined;
@@ -886,6 +908,8 @@ declare const VCombobox: {
886
908
  density: Density;
887
909
  slim: boolean;
888
910
  valueComparator: typeof deepEqual;
911
+ activatable: boolean;
912
+ selectable: boolean;
889
913
  selectStrategy: NonNullable<SelectStrategy>;
890
914
  openStrategy: NonNullable<OpenStrategyProp>;
891
915
  lines: false | "one" | "two" | "three";
@@ -902,6 +926,8 @@ declare const VCombobox: {
902
926
  density: Density;
903
927
  slim: boolean;
904
928
  valueComparator: typeof deepEqual;
929
+ activatable: boolean;
930
+ selectable: boolean;
905
931
  selectStrategy: NonNullable<SelectStrategy>;
906
932
  openStrategy: NonNullable<OpenStrategyProp>;
907
933
  lines: false | "one" | "two" | "three";
@@ -915,6 +941,7 @@ declare const VCombobox: {
915
941
  maxWidth?: string | number | undefined;
916
942
  minHeight?: string | number | undefined;
917
943
  minWidth?: string | number | undefined;
944
+ activated?: readonly unknown[] | undefined;
918
945
  class?: any;
919
946
  elevation?: string | number | undefined;
920
947
  theme?: string | undefined;
@@ -922,9 +949,11 @@ declare const VCombobox: {
922
949
  bgColor?: string | undefined;
923
950
  baseColor?: string | undefined;
924
951
  activeClass?: string | undefined;
952
+ activeStrategy?: SelectStrategy | undefined;
925
953
  activeColor?: string | undefined;
926
954
  collapseIcon?: string | undefined;
927
955
  expandIcon?: string | undefined;
956
+ "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
928
957
  "onClick:open"?: ((value: {
929
958
  id: unknown;
930
959
  value: boolean;
@@ -935,6 +964,11 @@ declare const VCombobox: {
935
964
  value: boolean;
936
965
  path: unknown[];
937
966
  }) => any) | undefined;
967
+ "onClick:activate"?: ((value: {
968
+ id: unknown;
969
+ value: boolean;
970
+ path: unknown[];
971
+ }) => any) | undefined;
938
972
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
939
973
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
940
974
  nav: boolean;
@@ -946,6 +980,8 @@ declare const VCombobox: {
946
980
  density: Density;
947
981
  slim: boolean;
948
982
  valueComparator: typeof deepEqual;
983
+ activatable: boolean;
984
+ selectable: boolean;
949
985
  selectStrategy: NonNullable<SelectStrategy>;
950
986
  openStrategy: NonNullable<OpenStrategyProp>;
951
987
  lines: false | "one" | "two" | "three";
@@ -960,6 +996,7 @@ declare const VCombobox: {
960
996
  maxWidth?: string | number | undefined;
961
997
  minHeight?: string | number | undefined;
962
998
  minWidth?: string | number | undefined;
999
+ activated?: readonly unknown[] | undefined;
963
1000
  class?: any;
964
1001
  elevation?: string | number | undefined;
965
1002
  theme?: string | undefined;
@@ -967,10 +1004,12 @@ declare const VCombobox: {
967
1004
  bgColor?: string | undefined;
968
1005
  baseColor?: string | undefined;
969
1006
  activeClass?: string | undefined;
1007
+ activeStrategy?: SelectStrategy | undefined;
970
1008
  activeColor?: string | undefined;
971
1009
  collapseIcon?: string | undefined;
972
1010
  expandIcon?: string | undefined;
973
1011
  } & {
1012
+ "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
974
1013
  "onClick:open"?: ((value: {
975
1014
  id: unknown;
976
1015
  value: boolean;
@@ -981,7 +1020,12 @@ declare const VCombobox: {
981
1020
  value: boolean;
982
1021
  path: unknown[];
983
1022
  }) => any) | undefined;
984
- }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
1023
+ "onClick:activate"?: ((value: {
1024
+ id: unknown;
1025
+ value: boolean;
1026
+ path: unknown[];
1027
+ }) => any) | undefined;
1028
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
985
1029
  items?: readonly any[] | undefined;
986
1030
  itemTitle?: SelectItemKey<any>;
987
1031
  itemValue?: SelectItemKey<any>;
@@ -1340,7 +1384,7 @@ declare const VCombobox: {
1340
1384
  }, {
1341
1385
  flat: boolean;
1342
1386
  reverse: boolean;
1343
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1387
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1344
1388
  type: string;
1345
1389
  error: boolean;
1346
1390
  active: boolean;
@@ -1355,17 +1399,17 @@ declare const VCombobox: {
1355
1399
  eager: boolean;
1356
1400
  disabled: boolean;
1357
1401
  readonly: boolean | null;
1358
- noDataText: string;
1359
1402
  messages: string | readonly string[];
1403
+ noDataText: string;
1404
+ focused: boolean;
1405
+ errorMessages: string | readonly string[] | null;
1406
+ maxErrors: string | number;
1407
+ rules: readonly ValidationRule[];
1360
1408
  rounded: string | number | boolean;
1361
1409
  tile: boolean;
1362
1410
  density: Density;
1363
1411
  valueComparator: typeof deepEqual;
1364
1412
  clearIcon: IconValue;
1365
- focused: boolean;
1366
- errorMessages: string | readonly string[] | null;
1367
- maxErrors: string | number;
1368
- rules: readonly ValidationRule[];
1369
1413
  centerAffix: boolean;
1370
1414
  hideSpinButtons: boolean;
1371
1415
  persistentHint: boolean;
@@ -1457,7 +1501,7 @@ declare const VCombobox: {
1457
1501
  }, {
1458
1502
  flat: boolean;
1459
1503
  reverse: boolean;
1460
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
1504
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1461
1505
  type: string;
1462
1506
  error: boolean;
1463
1507
  active: boolean;
@@ -1472,16 +1516,16 @@ declare const VCombobox: {
1472
1516
  eager: boolean;
1473
1517
  disabled: boolean;
1474
1518
  readonly: boolean | null;
1475
- noDataText: string;
1476
1519
  messages: string | readonly string[];
1477
- tile: boolean;
1478
- density: Density;
1479
- valueComparator: typeof deepEqual;
1480
- clearIcon: IconValue;
1520
+ noDataText: string;
1481
1521
  focused: boolean;
1482
1522
  errorMessages: string | readonly string[] | null;
1483
1523
  maxErrors: string | number;
1484
1524
  rules: readonly ValidationRule[];
1525
+ tile: boolean;
1526
+ density: Density;
1527
+ valueComparator: typeof deepEqual;
1528
+ clearIcon: IconValue;
1485
1529
  hideSpinButtons: boolean;
1486
1530
  persistentHint: boolean;
1487
1531
  filterMode: FilterMode;
@@ -1514,6 +1558,8 @@ declare const VCombobox: {
1514
1558
  placeholder?: string | undefined;
1515
1559
  theme?: string | undefined;
1516
1560
  counter?: string | number | boolean | undefined;
1561
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1562
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
1517
1563
  rounded?: string | number | boolean | undefined;
1518
1564
  bgColor?: string | undefined;
1519
1565
  prependIcon?: IconValue | undefined;
@@ -1525,8 +1571,6 @@ declare const VCombobox: {
1525
1571
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1526
1572
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1527
1573
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1528
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1529
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
1530
1574
  centerAffix?: boolean | undefined;
1531
1575
  hint?: string | undefined;
1532
1576
  hideDetails?: boolean | "auto" | undefined;
@@ -1547,6 +1591,8 @@ declare const VCombobox: {
1547
1591
  density: Density;
1548
1592
  slim: boolean;
1549
1593
  valueComparator: typeof deepEqual;
1594
+ activatable: boolean;
1595
+ selectable: boolean;
1550
1596
  selectStrategy: NonNullable<SelectStrategy>;
1551
1597
  openStrategy: NonNullable<OpenStrategyProp>;
1552
1598
  lines: false | "one" | "two" | "three";
@@ -1563,6 +1609,8 @@ declare const VCombobox: {
1563
1609
  density: Density;
1564
1610
  slim: boolean;
1565
1611
  valueComparator: typeof deepEqual;
1612
+ activatable: boolean;
1613
+ selectable: boolean;
1566
1614
  selectStrategy: NonNullable<SelectStrategy>;
1567
1615
  openStrategy: NonNullable<OpenStrategyProp>;
1568
1616
  lines: false | "one" | "two" | "three";
@@ -1576,6 +1624,7 @@ declare const VCombobox: {
1576
1624
  maxWidth?: string | number | undefined;
1577
1625
  minHeight?: string | number | undefined;
1578
1626
  minWidth?: string | number | undefined;
1627
+ activated?: readonly unknown[] | undefined;
1579
1628
  class?: any;
1580
1629
  elevation?: string | number | undefined;
1581
1630
  theme?: string | undefined;
@@ -1583,9 +1632,11 @@ declare const VCombobox: {
1583
1632
  bgColor?: string | undefined;
1584
1633
  baseColor?: string | undefined;
1585
1634
  activeClass?: string | undefined;
1635
+ activeStrategy?: SelectStrategy | undefined;
1586
1636
  activeColor?: string | undefined;
1587
1637
  collapseIcon?: string | undefined;
1588
1638
  expandIcon?: string | undefined;
1639
+ "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
1589
1640
  "onClick:open"?: ((value: {
1590
1641
  id: unknown;
1591
1642
  value: boolean;
@@ -1596,6 +1647,11 @@ declare const VCombobox: {
1596
1647
  value: boolean;
1597
1648
  path: unknown[];
1598
1649
  }) => any) | undefined;
1650
+ "onClick:activate"?: ((value: {
1651
+ id: unknown;
1652
+ value: boolean;
1653
+ path: unknown[];
1654
+ }) => any) | undefined;
1599
1655
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1600
1656
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1601
1657
  nav: boolean;
@@ -1607,6 +1663,8 @@ declare const VCombobox: {
1607
1663
  density: Density;
1608
1664
  slim: boolean;
1609
1665
  valueComparator: typeof deepEqual;
1666
+ activatable: boolean;
1667
+ selectable: boolean;
1610
1668
  selectStrategy: NonNullable<SelectStrategy>;
1611
1669
  openStrategy: NonNullable<OpenStrategyProp>;
1612
1670
  lines: false | "one" | "two" | "three";
@@ -1621,6 +1679,7 @@ declare const VCombobox: {
1621
1679
  maxWidth?: string | number | undefined;
1622
1680
  minHeight?: string | number | undefined;
1623
1681
  minWidth?: string | number | undefined;
1682
+ activated?: readonly unknown[] | undefined;
1624
1683
  class?: any;
1625
1684
  elevation?: string | number | undefined;
1626
1685
  theme?: string | undefined;
@@ -1628,10 +1687,12 @@ declare const VCombobox: {
1628
1687
  bgColor?: string | undefined;
1629
1688
  baseColor?: string | undefined;
1630
1689
  activeClass?: string | undefined;
1690
+ activeStrategy?: SelectStrategy | undefined;
1631
1691
  activeColor?: string | undefined;
1632
1692
  collapseIcon?: string | undefined;
1633
1693
  expandIcon?: string | undefined;
1634
1694
  } & {
1695
+ "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
1635
1696
  "onClick:open"?: ((value: {
1636
1697
  id: unknown;
1637
1698
  value: boolean;
@@ -1642,7 +1703,12 @@ declare const VCombobox: {
1642
1703
  value: boolean;
1643
1704
  path: unknown[];
1644
1705
  }) => any) | undefined;
1645
- }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
1706
+ "onClick:activate"?: ((value: {
1707
+ id: unknown;
1708
+ value: boolean;
1709
+ path: unknown[];
1710
+ }) => any) | undefined;
1711
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
1646
1712
  items?: readonly any[] | undefined;
1647
1713
  itemTitle?: SelectItemKey<any>;
1648
1714
  itemValue?: SelectItemKey<any>;
@@ -2001,7 +2067,7 @@ declare const VCombobox: {
2001
2067
  }, any, {}, {}, {}, {
2002
2068
  flat: boolean;
2003
2069
  reverse: boolean;
2004
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
2070
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2005
2071
  type: string;
2006
2072
  error: boolean;
2007
2073
  active: boolean;
@@ -2016,17 +2082,17 @@ declare const VCombobox: {
2016
2082
  eager: boolean;
2017
2083
  disabled: boolean;
2018
2084
  readonly: boolean | null;
2019
- noDataText: string;
2020
2085
  messages: string | readonly string[];
2086
+ noDataText: string;
2087
+ focused: boolean;
2088
+ errorMessages: string | readonly string[] | null;
2089
+ maxErrors: string | number;
2090
+ rules: readonly ValidationRule[];
2021
2091
  rounded: string | number | boolean;
2022
2092
  tile: boolean;
2023
2093
  density: Density;
2024
2094
  valueComparator: typeof deepEqual;
2025
2095
  clearIcon: IconValue;
2026
- focused: boolean;
2027
- errorMessages: string | readonly string[] | null;
2028
- maxErrors: string | number;
2029
- rules: readonly ValidationRule[];
2030
2096
  centerAffix: boolean;
2031
2097
  hideSpinButtons: boolean;
2032
2098
  persistentHint: boolean;
@@ -2055,7 +2121,7 @@ declare const VCombobox: {
2055
2121
  } & vue.ComponentOptionsBase<{
2056
2122
  flat: boolean;
2057
2123
  reverse: boolean;
2058
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
2124
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2059
2125
  type: string;
2060
2126
  error: boolean;
2061
2127
  active: boolean;
@@ -2070,16 +2136,16 @@ declare const VCombobox: {
2070
2136
  eager: boolean;
2071
2137
  disabled: boolean;
2072
2138
  readonly: boolean | null;
2073
- noDataText: string;
2074
2139
  messages: string | readonly string[];
2075
- tile: boolean;
2076
- density: Density;
2077
- valueComparator: typeof deepEqual;
2078
- clearIcon: IconValue;
2140
+ noDataText: string;
2079
2141
  focused: boolean;
2080
2142
  errorMessages: string | readonly string[] | null;
2081
2143
  maxErrors: string | number;
2082
2144
  rules: readonly ValidationRule[];
2145
+ tile: boolean;
2146
+ density: Density;
2147
+ valueComparator: typeof deepEqual;
2148
+ clearIcon: IconValue;
2083
2149
  hideSpinButtons: boolean;
2084
2150
  persistentHint: boolean;
2085
2151
  filterMode: FilterMode;
@@ -2112,6 +2178,8 @@ declare const VCombobox: {
2112
2178
  placeholder?: string | undefined;
2113
2179
  theme?: string | undefined;
2114
2180
  counter?: string | number | boolean | undefined;
2181
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2182
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
2115
2183
  rounded?: string | number | boolean | undefined;
2116
2184
  bgColor?: string | undefined;
2117
2185
  prependIcon?: IconValue | undefined;
@@ -2123,8 +2191,6 @@ declare const VCombobox: {
2123
2191
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2124
2192
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2125
2193
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2126
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2127
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
2128
2194
  centerAffix?: boolean | undefined;
2129
2195
  hint?: string | undefined;
2130
2196
  hideDetails?: boolean | "auto" | undefined;
@@ -2145,6 +2211,8 @@ declare const VCombobox: {
2145
2211
  density: Density;
2146
2212
  slim: boolean;
2147
2213
  valueComparator: typeof deepEqual;
2214
+ activatable: boolean;
2215
+ selectable: boolean;
2148
2216
  selectStrategy: NonNullable<SelectStrategy>;
2149
2217
  openStrategy: NonNullable<OpenStrategyProp>;
2150
2218
  lines: false | "one" | "two" | "three";
@@ -2161,6 +2229,8 @@ declare const VCombobox: {
2161
2229
  density: Density;
2162
2230
  slim: boolean;
2163
2231
  valueComparator: typeof deepEqual;
2232
+ activatable: boolean;
2233
+ selectable: boolean;
2164
2234
  selectStrategy: NonNullable<SelectStrategy>;
2165
2235
  openStrategy: NonNullable<OpenStrategyProp>;
2166
2236
  lines: false | "one" | "two" | "three";
@@ -2174,6 +2244,7 @@ declare const VCombobox: {
2174
2244
  maxWidth?: string | number | undefined;
2175
2245
  minHeight?: string | number | undefined;
2176
2246
  minWidth?: string | number | undefined;
2247
+ activated?: readonly unknown[] | undefined;
2177
2248
  class?: any;
2178
2249
  elevation?: string | number | undefined;
2179
2250
  theme?: string | undefined;
@@ -2181,9 +2252,11 @@ declare const VCombobox: {
2181
2252
  bgColor?: string | undefined;
2182
2253
  baseColor?: string | undefined;
2183
2254
  activeClass?: string | undefined;
2255
+ activeStrategy?: SelectStrategy | undefined;
2184
2256
  activeColor?: string | undefined;
2185
2257
  collapseIcon?: string | undefined;
2186
2258
  expandIcon?: string | undefined;
2259
+ "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
2187
2260
  "onClick:open"?: ((value: {
2188
2261
  id: unknown;
2189
2262
  value: boolean;
@@ -2194,6 +2267,11 @@ declare const VCombobox: {
2194
2267
  value: boolean;
2195
2268
  path: unknown[];
2196
2269
  }) => any) | undefined;
2270
+ "onClick:activate"?: ((value: {
2271
+ id: unknown;
2272
+ value: boolean;
2273
+ path: unknown[];
2274
+ }) => any) | undefined;
2197
2275
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
2198
2276
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2199
2277
  nav: boolean;
@@ -2205,6 +2283,8 @@ declare const VCombobox: {
2205
2283
  density: Density;
2206
2284
  slim: boolean;
2207
2285
  valueComparator: typeof deepEqual;
2286
+ activatable: boolean;
2287
+ selectable: boolean;
2208
2288
  selectStrategy: NonNullable<SelectStrategy>;
2209
2289
  openStrategy: NonNullable<OpenStrategyProp>;
2210
2290
  lines: false | "one" | "two" | "three";
@@ -2219,6 +2299,7 @@ declare const VCombobox: {
2219
2299
  maxWidth?: string | number | undefined;
2220
2300
  minHeight?: string | number | undefined;
2221
2301
  minWidth?: string | number | undefined;
2302
+ activated?: readonly unknown[] | undefined;
2222
2303
  class?: any;
2223
2304
  elevation?: string | number | undefined;
2224
2305
  theme?: string | undefined;
@@ -2226,10 +2307,12 @@ declare const VCombobox: {
2226
2307
  bgColor?: string | undefined;
2227
2308
  baseColor?: string | undefined;
2228
2309
  activeClass?: string | undefined;
2310
+ activeStrategy?: SelectStrategy | undefined;
2229
2311
  activeColor?: string | undefined;
2230
2312
  collapseIcon?: string | undefined;
2231
2313
  expandIcon?: string | undefined;
2232
2314
  } & {
2315
+ "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
2233
2316
  "onClick:open"?: ((value: {
2234
2317
  id: unknown;
2235
2318
  value: boolean;
@@ -2240,7 +2323,12 @@ declare const VCombobox: {
2240
2323
  value: boolean;
2241
2324
  path: unknown[];
2242
2325
  }) => any) | undefined;
2243
- }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
2326
+ "onClick:activate"?: ((value: {
2327
+ id: unknown;
2328
+ value: boolean;
2329
+ path: unknown[];
2330
+ }) => any) | undefined;
2331
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
2244
2332
  items?: readonly any[] | undefined;
2245
2333
  itemTitle?: SelectItemKey<any>;
2246
2334
  itemValue?: SelectItemKey<any>;
@@ -2601,10 +2689,10 @@ declare const VCombobox: {
2601
2689
  'update:modelValue': (value: any) => true;
2602
2690
  'update:search': (value: string) => true;
2603
2691
  'update:menu': (value: boolean) => true;
2604
- }, "multiple" | "$children" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
2692
+ }, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
2605
2693
  flat: boolean;
2606
2694
  reverse: boolean;
2607
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
2695
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2608
2696
  type: string;
2609
2697
  error: boolean;
2610
2698
  active: boolean;
@@ -2619,17 +2707,17 @@ declare const VCombobox: {
2619
2707
  eager: boolean;
2620
2708
  disabled: boolean;
2621
2709
  readonly: boolean | null;
2622
- noDataText: string;
2623
2710
  messages: string | readonly string[];
2711
+ noDataText: string;
2712
+ focused: boolean;
2713
+ errorMessages: string | readonly string[] | null;
2714
+ maxErrors: string | number;
2715
+ rules: readonly ValidationRule[];
2624
2716
  rounded: string | number | boolean;
2625
2717
  tile: boolean;
2626
2718
  density: Density;
2627
2719
  valueComparator: typeof deepEqual;
2628
2720
  clearIcon: IconValue;
2629
- focused: boolean;
2630
- errorMessages: string | readonly string[] | null;
2631
- maxErrors: string | number;
2632
- rules: readonly ValidationRule[];
2633
2721
  centerAffix: boolean;
2634
2722
  hideSpinButtons: boolean;
2635
2723
  persistentHint: boolean;
@@ -2783,7 +2871,7 @@ declare const VCombobox: {
2783
2871
  flat: BooleanConstructor;
2784
2872
  reverse: BooleanConstructor;
2785
2873
  variant: {
2786
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
2874
+ type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
2787
2875
  default: string;
2788
2876
  validator: (v: any) => boolean;
2789
2877
  };
@@ -2824,11 +2912,30 @@ declare const VCombobox: {
2824
2912
  class: PropType<any>;
2825
2913
  placeholder: StringConstructor;
2826
2914
  theme: StringConstructor;
2827
- counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
2828
2915
  messages: {
2829
2916
  type: PropType<string | readonly string[]>;
2830
2917
  default: () => never[];
2831
2918
  };
2919
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
2920
+ focused: BooleanConstructor;
2921
+ 'onUpdate:focused': PropType<(args_0: boolean) => void>;
2922
+ errorMessages: {
2923
+ type: PropType<string | readonly string[] | null>;
2924
+ default: () => never[];
2925
+ };
2926
+ maxErrors: {
2927
+ type: (StringConstructor | NumberConstructor)[];
2928
+ default: number;
2929
+ };
2930
+ rules: {
2931
+ type: PropType<readonly ValidationRule[]>;
2932
+ default: () => never[];
2933
+ };
2934
+ modelValue: {
2935
+ type: PropType<any>;
2936
+ default: any;
2937
+ };
2938
+ validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
2832
2939
  rounded: {
2833
2940
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
2834
2941
  default: undefined;
@@ -2839,10 +2946,6 @@ declare const VCombobox: {
2839
2946
  default: string;
2840
2947
  validator: (v: any) => boolean;
2841
2948
  };
2842
- modelValue: {
2843
- type: PropType<any>;
2844
- default: any;
2845
- };
2846
2949
  bgColor: StringConstructor;
2847
2950
  prependIcon: PropType<IconValue>;
2848
2951
  appendIcon: PropType<IconValue>;
@@ -2857,21 +2960,6 @@ declare const VCombobox: {
2857
2960
  'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
2858
2961
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
2859
2962
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
2860
- focused: BooleanConstructor;
2861
- 'onUpdate:focused': PropType<(args_0: boolean) => void>;
2862
- validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
2863
- errorMessages: {
2864
- type: PropType<string | readonly string[] | null>;
2865
- default: () => never[];
2866
- };
2867
- maxErrors: {
2868
- type: (StringConstructor | NumberConstructor)[];
2869
- default: number;
2870
- };
2871
- rules: {
2872
- type: PropType<readonly ValidationRule[]>;
2873
- default: () => never[];
2874
- };
2875
2963
  centerAffix: {
2876
2964
  type: BooleanConstructor;
2877
2965
  default: undefined;
@@ -2948,6 +3036,8 @@ declare const VCombobox: {
2948
3036
  density: Density;
2949
3037
  slim: boolean;
2950
3038
  valueComparator: typeof deepEqual;
3039
+ activatable: boolean;
3040
+ selectable: boolean;
2951
3041
  selectStrategy: NonNullable<SelectStrategy>;
2952
3042
  openStrategy: NonNullable<OpenStrategyProp>;
2953
3043
  lines: false | "one" | "two" | "three";
@@ -2964,6 +3054,8 @@ declare const VCombobox: {
2964
3054
  density: Density;
2965
3055
  slim: boolean;
2966
3056
  valueComparator: typeof deepEqual;
3057
+ activatable: boolean;
3058
+ selectable: boolean;
2967
3059
  selectStrategy: NonNullable<SelectStrategy>;
2968
3060
  openStrategy: NonNullable<OpenStrategyProp>;
2969
3061
  lines: false | "one" | "two" | "three";
@@ -2977,6 +3069,7 @@ declare const VCombobox: {
2977
3069
  maxWidth?: string | number | undefined;
2978
3070
  minHeight?: string | number | undefined;
2979
3071
  minWidth?: string | number | undefined;
3072
+ activated?: readonly unknown[] | undefined;
2980
3073
  class?: any;
2981
3074
  elevation?: string | number | undefined;
2982
3075
  theme?: string | undefined;
@@ -2984,9 +3077,11 @@ declare const VCombobox: {
2984
3077
  bgColor?: string | undefined;
2985
3078
  baseColor?: string | undefined;
2986
3079
  activeClass?: string | undefined;
3080
+ activeStrategy?: SelectStrategy | undefined;
2987
3081
  activeColor?: string | undefined;
2988
3082
  collapseIcon?: string | undefined;
2989
3083
  expandIcon?: string | undefined;
3084
+ "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
2990
3085
  "onClick:open"?: ((value: {
2991
3086
  id: unknown;
2992
3087
  value: boolean;
@@ -2997,6 +3092,11 @@ declare const VCombobox: {
2997
3092
  value: boolean;
2998
3093
  path: unknown[];
2999
3094
  }) => any) | undefined;
3095
+ "onClick:activate"?: ((value: {
3096
+ id: unknown;
3097
+ value: boolean;
3098
+ path: unknown[];
3099
+ }) => any) | undefined;
3000
3100
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
3001
3101
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3002
3102
  nav: boolean;
@@ -3008,6 +3108,8 @@ declare const VCombobox: {
3008
3108
  density: Density;
3009
3109
  slim: boolean;
3010
3110
  valueComparator: typeof deepEqual;
3111
+ activatable: boolean;
3112
+ selectable: boolean;
3011
3113
  selectStrategy: NonNullable<SelectStrategy>;
3012
3114
  openStrategy: NonNullable<OpenStrategyProp>;
3013
3115
  lines: false | "one" | "two" | "three";
@@ -3022,6 +3124,7 @@ declare const VCombobox: {
3022
3124
  maxWidth?: string | number | undefined;
3023
3125
  minHeight?: string | number | undefined;
3024
3126
  minWidth?: string | number | undefined;
3127
+ activated?: readonly unknown[] | undefined;
3025
3128
  class?: any;
3026
3129
  elevation?: string | number | undefined;
3027
3130
  theme?: string | undefined;
@@ -3029,10 +3132,12 @@ declare const VCombobox: {
3029
3132
  bgColor?: string | undefined;
3030
3133
  baseColor?: string | undefined;
3031
3134
  activeClass?: string | undefined;
3135
+ activeStrategy?: SelectStrategy | undefined;
3032
3136
  activeColor?: string | undefined;
3033
3137
  collapseIcon?: string | undefined;
3034
3138
  expandIcon?: string | undefined;
3035
3139
  } & {
3140
+ "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
3036
3141
  "onClick:open"?: ((value: {
3037
3142
  id: unknown;
3038
3143
  value: boolean;
@@ -3043,7 +3148,12 @@ declare const VCombobox: {
3043
3148
  value: boolean;
3044
3149
  path: unknown[];
3045
3150
  }) => any) | undefined;
3046
- }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
3151
+ "onClick:activate"?: ((value: {
3152
+ id: unknown;
3153
+ value: boolean;
3154
+ path: unknown[];
3155
+ }) => any) | undefined;
3156
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
3047
3157
  items?: readonly any[] | undefined;
3048
3158
  itemTitle?: SelectItemKey<any>;
3049
3159
  itemValue?: SelectItemKey<any>;
@@ -3445,7 +3555,7 @@ declare const VCombobox: {
3445
3555
  flat: BooleanConstructor;
3446
3556
  reverse: BooleanConstructor;
3447
3557
  variant: {
3448
- type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
3558
+ type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
3449
3559
  default: string;
3450
3560
  validator: (v: any) => boolean;
3451
3561
  };
@@ -3486,11 +3596,30 @@ declare const VCombobox: {
3486
3596
  class: PropType<any>;
3487
3597
  placeholder: StringConstructor;
3488
3598
  theme: StringConstructor;
3489
- counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
3490
3599
  messages: {
3491
3600
  type: PropType<string | readonly string[]>;
3492
3601
  default: () => never[];
3493
3602
  };
3603
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
3604
+ focused: BooleanConstructor;
3605
+ 'onUpdate:focused': PropType<(args_0: boolean) => void>;
3606
+ errorMessages: {
3607
+ type: PropType<string | readonly string[] | null>;
3608
+ default: () => never[];
3609
+ };
3610
+ maxErrors: {
3611
+ type: (StringConstructor | NumberConstructor)[];
3612
+ default: number;
3613
+ };
3614
+ rules: {
3615
+ type: PropType<readonly ValidationRule[]>;
3616
+ default: () => never[];
3617
+ };
3618
+ modelValue: {
3619
+ type: PropType<any>;
3620
+ default: any;
3621
+ };
3622
+ validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
3494
3623
  rounded: {
3495
3624
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
3496
3625
  default: undefined;
@@ -3501,10 +3630,6 @@ declare const VCombobox: {
3501
3630
  default: string;
3502
3631
  validator: (v: any) => boolean;
3503
3632
  };
3504
- modelValue: {
3505
- type: PropType<any>;
3506
- default: any;
3507
- };
3508
3633
  bgColor: StringConstructor;
3509
3634
  prependIcon: PropType<IconValue>;
3510
3635
  appendIcon: PropType<IconValue>;
@@ -3519,21 +3644,6 @@ declare const VCombobox: {
3519
3644
  'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
3520
3645
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
3521
3646
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
3522
- focused: BooleanConstructor;
3523
- 'onUpdate:focused': PropType<(args_0: boolean) => void>;
3524
- validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
3525
- errorMessages: {
3526
- type: PropType<string | readonly string[] | null>;
3527
- default: () => never[];
3528
- };
3529
- maxErrors: {
3530
- type: (StringConstructor | NumberConstructor)[];
3531
- default: number;
3532
- };
3533
- rules: {
3534
- type: PropType<readonly ValidationRule[]>;
3535
- default: () => never[];
3536
- };
3537
3647
  centerAffix: {
3538
3648
  type: BooleanConstructor;
3539
3649
  default: undefined;
@@ -3610,6 +3720,8 @@ declare const VCombobox: {
3610
3720
  density: Density;
3611
3721
  slim: boolean;
3612
3722
  valueComparator: typeof deepEqual;
3723
+ activatable: boolean;
3724
+ selectable: boolean;
3613
3725
  selectStrategy: NonNullable<SelectStrategy>;
3614
3726
  openStrategy: NonNullable<OpenStrategyProp>;
3615
3727
  lines: false | "one" | "two" | "three";
@@ -3626,6 +3738,8 @@ declare const VCombobox: {
3626
3738
  density: Density;
3627
3739
  slim: boolean;
3628
3740
  valueComparator: typeof deepEqual;
3741
+ activatable: boolean;
3742
+ selectable: boolean;
3629
3743
  selectStrategy: NonNullable<SelectStrategy>;
3630
3744
  openStrategy: NonNullable<OpenStrategyProp>;
3631
3745
  lines: false | "one" | "two" | "three";
@@ -3639,6 +3753,7 @@ declare const VCombobox: {
3639
3753
  maxWidth?: string | number | undefined;
3640
3754
  minHeight?: string | number | undefined;
3641
3755
  minWidth?: string | number | undefined;
3756
+ activated?: readonly unknown[] | undefined;
3642
3757
  class?: any;
3643
3758
  elevation?: string | number | undefined;
3644
3759
  theme?: string | undefined;
@@ -3646,9 +3761,11 @@ declare const VCombobox: {
3646
3761
  bgColor?: string | undefined;
3647
3762
  baseColor?: string | undefined;
3648
3763
  activeClass?: string | undefined;
3764
+ activeStrategy?: SelectStrategy | undefined;
3649
3765
  activeColor?: string | undefined;
3650
3766
  collapseIcon?: string | undefined;
3651
3767
  expandIcon?: string | undefined;
3768
+ "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
3652
3769
  "onClick:open"?: ((value: {
3653
3770
  id: unknown;
3654
3771
  value: boolean;
@@ -3659,6 +3776,11 @@ declare const VCombobox: {
3659
3776
  value: boolean;
3660
3777
  path: unknown[];
3661
3778
  }) => any) | undefined;
3779
+ "onClick:activate"?: ((value: {
3780
+ id: unknown;
3781
+ value: boolean;
3782
+ path: unknown[];
3783
+ }) => any) | undefined;
3662
3784
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
3663
3785
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3664
3786
  nav: boolean;
@@ -3670,6 +3792,8 @@ declare const VCombobox: {
3670
3792
  density: Density;
3671
3793
  slim: boolean;
3672
3794
  valueComparator: typeof deepEqual;
3795
+ activatable: boolean;
3796
+ selectable: boolean;
3673
3797
  selectStrategy: NonNullable<SelectStrategy>;
3674
3798
  openStrategy: NonNullable<OpenStrategyProp>;
3675
3799
  lines: false | "one" | "two" | "three";
@@ -3684,6 +3808,7 @@ declare const VCombobox: {
3684
3808
  maxWidth?: string | number | undefined;
3685
3809
  minHeight?: string | number | undefined;
3686
3810
  minWidth?: string | number | undefined;
3811
+ activated?: readonly unknown[] | undefined;
3687
3812
  class?: any;
3688
3813
  elevation?: string | number | undefined;
3689
3814
  theme?: string | undefined;
@@ -3691,10 +3816,12 @@ declare const VCombobox: {
3691
3816
  bgColor?: string | undefined;
3692
3817
  baseColor?: string | undefined;
3693
3818
  activeClass?: string | undefined;
3819
+ activeStrategy?: SelectStrategy | undefined;
3694
3820
  activeColor?: string | undefined;
3695
3821
  collapseIcon?: string | undefined;
3696
3822
  expandIcon?: string | undefined;
3697
3823
  } & {
3824
+ "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
3698
3825
  "onClick:open"?: ((value: {
3699
3826
  id: unknown;
3700
3827
  value: boolean;
@@ -3705,7 +3832,12 @@ declare const VCombobox: {
3705
3832
  value: boolean;
3706
3833
  path: unknown[];
3707
3834
  }) => any) | undefined;
3708
- }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
3835
+ "onClick:activate"?: ((value: {
3836
+ id: unknown;
3837
+ value: boolean;
3838
+ path: unknown[];
3839
+ }) => any) | undefined;
3840
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
3709
3841
  items?: readonly any[] | undefined;
3710
3842
  itemTitle?: SelectItemKey<any>;
3711
3843
  itemValue?: SelectItemKey<any>;