vuetify 3.6.13 → 3.7.0-beta.1

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 (177) hide show
  1. package/dist/json/attributes.json +166 -26
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/tags.json +40 -5
  5. package/dist/json/web-types.json +394 -41
  6. package/dist/vuetify-labs.css +2300 -2284
  7. package/dist/vuetify-labs.d.ts +12763 -12509
  8. package/dist/vuetify-labs.esm.js +153 -145
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +153 -145
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +887 -871
  13. package/dist/vuetify.d.ts +11161 -10982
  14. package/dist/vuetify.esm.js +107 -65
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +107 -65
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +1076 -1078
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/index.d.mts +55 -55
  22. package/lib/components/VAppBar/index.d.mts +175 -169
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  25. package/lib/components/VAutocomplete/index.d.mts +635 -634
  26. package/lib/components/VAvatar/VAvatar.css +7 -0
  27. package/lib/components/VAvatar/VAvatar.mjs +6 -1
  28. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  29. package/lib/components/VAvatar/VAvatar.sass +1 -0
  30. package/lib/components/VAvatar/_variables.scss +13 -0
  31. package/lib/components/VAvatar/index.d.mts +36 -30
  32. package/lib/components/VBadge/index.d.mts +58 -58
  33. package/lib/components/VBanner/index.d.mts +59 -59
  34. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  35. package/lib/components/VBottomSheet/index.d.mts +125 -125
  36. package/lib/components/VBreadcrumbs/index.d.mts +42 -42
  37. package/lib/components/VBtn/VBtn.mjs +3 -1
  38. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  39. package/lib/components/VBtn/index.d.mts +113 -107
  40. package/lib/components/VBtnGroup/index.d.mts +23 -23
  41. package/lib/components/VBtnToggle/index.d.mts +40 -40
  42. package/lib/components/VCard/index.d.mts +93 -93
  43. package/lib/components/VCarousel/index.d.mts +130 -121
  44. package/lib/components/VCheckbox/index.d.mts +166 -166
  45. package/lib/components/VChip/index.d.mts +86 -86
  46. package/lib/components/VChipGroup/index.d.mts +46 -46
  47. package/lib/components/VColorPicker/index.d.mts +96 -96
  48. package/lib/components/VCombobox/VCombobox.mjs +15 -8
  49. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  50. package/lib/components/VCombobox/index.d.mts +635 -634
  51. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  52. package/lib/components/VCounter/index.d.mts +27 -27
  53. package/lib/components/VDataIterator/index.d.mts +50 -50
  54. package/lib/components/VDataTable/index.d.mts +253 -253
  55. package/lib/components/VDatePicker/index.d.mts +134 -134
  56. package/lib/components/VDialog/index.d.mts +378 -378
  57. package/lib/components/VDivider/index.d.mts +15 -15
  58. package/lib/components/VEmptyState/index.d.mts +47 -47
  59. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
  60. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  61. package/lib/components/VExpansionPanel/index.d.mts +196 -124
  62. package/lib/components/VFab/index.d.mts +233 -227
  63. package/lib/components/VField/index.d.mts +46 -46
  64. package/lib/components/VFileInput/index.d.mts +243 -243
  65. package/lib/components/VFooter/index.d.mts +50 -50
  66. package/lib/components/VForm/index.d.mts +9 -9
  67. package/lib/components/VGrid/VContainer.mjs +6 -1
  68. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  69. package/lib/components/VGrid/index.d.mts +178 -142
  70. package/lib/components/VIcon/index.d.mts +24 -24
  71. package/lib/components/VImg/VImg.css +9 -0
  72. package/lib/components/VImg/VImg.mjs +2 -0
  73. package/lib/components/VImg/VImg.mjs.map +1 -1
  74. package/lib/components/VImg/VImg.sass +9 -0
  75. package/lib/components/VImg/index.d.mts +101 -92
  76. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  77. package/lib/components/VInput/index.d.mts +53 -53
  78. package/lib/components/VItemGroup/index.d.mts +17 -17
  79. package/lib/components/VLabel/index.d.mts +8 -8
  80. package/lib/components/VLayout/index.d.mts +36 -36
  81. package/lib/components/VLazy/index.d.mts +31 -31
  82. package/lib/components/VList/VListItem.css +2 -2
  83. package/lib/components/VList/VListItem.mjs +2 -0
  84. package/lib/components/VList/VListItem.mjs.map +1 -1
  85. package/lib/components/VList/VListItem.sass +1 -1
  86. package/lib/components/VList/index.d.mts +191 -190
  87. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  88. package/lib/components/VMain/index.d.mts +10 -10
  89. package/lib/components/VMenu/VMenu.mjs +7 -5
  90. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  91. package/lib/components/VMenu/index.d.mts +423 -423
  92. package/lib/components/VMessages/index.d.mts +20 -20
  93. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  94. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  95. package/lib/components/VOtpInput/index.d.mts +88 -88
  96. package/lib/components/VOverlay/index.d.mts +104 -104
  97. package/lib/components/VOverlay/locationStrategies.mjs +0 -6
  98. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  99. package/lib/components/VPagination/index.d.mts +55 -55
  100. package/lib/components/VParallax/index.d.mts +7 -7
  101. package/lib/components/VProgressCircular/index.d.mts +24 -24
  102. package/lib/components/VProgressLinear/index.d.mts +52 -52
  103. package/lib/components/VRadio/index.d.mts +41 -41
  104. package/lib/components/VRadioGroup/index.d.mts +97 -97
  105. package/lib/components/VRangeSlider/index.d.mts +94 -94
  106. package/lib/components/VRating/index.d.mts +22 -22
  107. package/lib/components/VResponsive/index.d.mts +23 -23
  108. package/lib/components/VSelect/VSelect.mjs +15 -13
  109. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  110. package/lib/components/VSelect/index.d.mts +635 -634
  111. package/lib/components/VSelect/useScrolling.mjs +3 -3
  112. package/lib/components/VSelect/useScrolling.mjs.map +1 -1
  113. package/lib/components/VSelectionControl/index.d.mts +43 -43
  114. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  115. package/lib/components/VSheet/index.d.mts +34 -34
  116. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  117. package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
  118. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  119. package/lib/components/VSlideGroup/index.d.mts +39 -33
  120. package/lib/components/VSlider/index.d.mts +87 -87
  121. package/lib/components/VSnackbar/index.d.mts +436 -436
  122. package/lib/components/VSparkline/index.d.mts +38 -38
  123. package/lib/components/VSpeedDial/index.d.mts +185 -185
  124. package/lib/components/VStepper/index.d.mts +119 -119
  125. package/lib/components/VSwitch/index.d.mts +100 -100
  126. package/lib/components/VSystemBar/index.d.mts +39 -39
  127. package/lib/components/VTable/index.d.mts +4 -4
  128. package/lib/components/VTabs/index.d.mts +530 -512
  129. package/lib/components/VTextField/index.d.mts +397 -397
  130. package/lib/components/VTextarea/index.d.mts +274 -274
  131. package/lib/components/VTimeline/index.d.mts +26 -26
  132. package/lib/components/VToolbar/index.d.mts +53 -53
  133. package/lib/components/VTooltip/index.d.mts +451 -451
  134. package/lib/components/VValidation/index.d.mts +22 -21
  135. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
  136. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  137. package/lib/components/VVirtualScroll/index.d.mts +13 -10
  138. package/lib/components/VWindow/index.d.mts +31 -31
  139. package/lib/components/index.d.mts +11225 -11046
  140. package/lib/components/transitions/index.d.mts +200 -200
  141. package/lib/composables/nested/nested.mjs +3 -4
  142. package/lib/composables/nested/nested.mjs.map +1 -1
  143. package/lib/composables/nested/openStrategies.mjs +4 -2
  144. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  145. package/lib/composables/nested/selectStrategies.mjs +5 -5
  146. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  147. package/lib/composables/validation.mjs +8 -6
  148. package/lib/composables/validation.mjs.map +1 -1
  149. package/lib/composables/virtual.mjs +1 -0
  150. package/lib/composables/virtual.mjs.map +1 -1
  151. package/lib/entry-bundler.mjs +1 -1
  152. package/lib/entry-bundler.mjs.map +1 -1
  153. package/lib/framework.mjs +1 -1
  154. package/lib/framework.mjs.map +1 -1
  155. package/lib/index.d.mts +44 -44
  156. package/lib/labs/VCalendar/index.d.mts +52 -52
  157. package/lib/labs/VDateInput/index.d.mts +244 -244
  158. package/lib/labs/VNumberInput/index.d.mts +235 -235
  159. package/lib/labs/VPicker/index.d.mts +45 -45
  160. package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
  161. package/lib/labs/VStepperVertical/index.d.mts +224 -188
  162. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  163. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  164. package/lib/labs/VTimePicker/index.d.mts +115 -115
  165. package/lib/labs/VTreeview/VTreeview.mjs +7 -5
  166. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  167. package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
  168. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  169. package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
  170. package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
  171. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  172. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
  173. package/lib/labs/VTreeview/index.d.mts +270 -253
  174. package/lib/labs/components.d.mts +1835 -1782
  175. package/lib/util/helpers.mjs +5 -0
  176. package/lib/util/helpers.mjs.map +1 -1
  177. package/package.json +10 -5
@@ -66,10 +66,6 @@ interface LoaderSlotProps {
66
66
  isActive: boolean;
67
67
  }
68
68
 
69
- type VMessageSlot = {
70
- message: string;
71
- };
72
-
73
69
  type Density = null | 'default' | 'comfortable' | 'compact';
74
70
 
75
71
  type ValidationResult = string | boolean;
@@ -78,6 +74,10 @@ type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value
78
74
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
79
75
  declare const IconValue: PropType<IconValue>;
80
76
 
77
+ type VMessageSlot = {
78
+ message: string;
79
+ };
80
+
81
81
  interface VInputSlot {
82
82
  id: ComputedRef<string>;
83
83
  messagesId: ComputedRef<string>;
@@ -197,6 +197,7 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
197
197
 
198
198
  type ListItemSlot = {
199
199
  isActive: boolean;
200
+ isOpen: boolean;
200
201
  isSelected: boolean;
201
202
  isIndeterminate: boolean;
202
203
  select: (value: boolean) => void;
@@ -282,30 +283,31 @@ type Value<T, ReturnObject extends boolean, Multiple extends boolean> = Multiple
282
283
  type ItemType<T> = T extends readonly (infer U)[] ? U : never;
283
284
  declare const VCombobox: {
284
285
  new (...args: any[]): vue.CreateComponentPublicInstance<{
285
- reverse: boolean;
286
286
  flat: boolean;
287
- style: vue.StyleValue;
288
- menu: boolean;
287
+ reverse: boolean;
288
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
289
289
  type: string;
290
- active: boolean;
291
290
  error: boolean;
292
- disabled: boolean;
293
- messages: string | readonly string[];
294
- noDataText: string;
291
+ active: boolean;
292
+ direction: "horizontal" | "vertical";
295
293
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
296
294
  component?: vue.Component | undefined;
297
295
  })>;
296
+ menu: boolean;
297
+ style: vue.StyleValue;
298
+ role: string;
299
+ autofocus: boolean;
300
+ eager: boolean;
301
+ disabled: boolean;
302
+ readonly: boolean | null;
303
+ messages: string | readonly string[];
304
+ noDataText: string;
298
305
  focused: boolean;
299
306
  errorMessages: string | readonly string[] | null;
300
307
  maxErrors: string | number;
301
- readonly: boolean | null;
302
308
  rules: readonly ValidationRule[];
303
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
304
309
  tile: boolean;
305
- eager: boolean;
306
- role: string;
307
310
  density: Density;
308
- direction: "horizontal" | "vertical";
309
311
  valueComparator: typeof deepEqual;
310
312
  clearIcon: IconValue;
311
313
  hideSpinButtons: boolean;
@@ -314,7 +316,6 @@ declare const VCombobox: {
314
316
  noFilter: boolean;
315
317
  filterKeys: NonNullable<FilterKeys>;
316
318
  itemChildren: NonNullable<SelectItemKey>;
317
- autofocus: boolean;
318
319
  clearable: boolean;
319
320
  persistentClear: boolean;
320
321
  singleLine: boolean;
@@ -330,31 +331,31 @@ declare const VCombobox: {
330
331
  openOnClear: boolean;
331
332
  clearOnSelect: boolean;
332
333
  } & {
333
- class?: any;
334
334
  id?: string | undefined;
335
- label?: string | undefined;
336
335
  width?: string | number | undefined;
337
- theme?: string | undefined;
338
- color?: string | undefined;
339
336
  name?: string | undefined;
337
+ color?: string | undefined;
338
+ maxWidth?: string | number | undefined;
339
+ minWidth?: string | number | undefined;
340
+ loading?: string | boolean | undefined;
341
+ label?: string | undefined;
340
342
  prefix?: string | undefined;
343
+ class?: any;
341
344
  delimiters?: readonly string[] | undefined;
342
- loading?: string | boolean | undefined;
343
345
  placeholder?: string | undefined;
346
+ theme?: string | undefined;
344
347
  counter?: string | number | boolean | undefined;
345
348
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
346
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
349
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
347
350
  rounded?: string | number | boolean | undefined;
348
- maxWidth?: string | number | undefined;
349
- minWidth?: string | number | undefined;
350
351
  baseColor?: string | undefined;
351
352
  bgColor?: string | undefined;
352
353
  prependIcon?: IconValue | undefined;
353
354
  appendIcon?: IconValue | undefined;
354
355
  prependInnerIcon?: IconValue | undefined;
355
356
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
356
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
357
357
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
358
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
358
359
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
359
360
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
360
361
  centerAffix?: boolean | undefined;
@@ -366,13 +367,13 @@ declare const VCombobox: {
366
367
  counterValue?: number | ((value: any) => number) | undefined;
367
368
  modelModifiers?: Record<string, boolean> | undefined;
368
369
  listProps?: (Partial<{
369
- style: vue.StyleValue;
370
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
370
371
  nav: boolean;
372
+ style: vue.StyleValue;
371
373
  disabled: boolean;
372
374
  tag: string;
373
- rounded: string | number | boolean;
374
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
375
375
  mandatory: boolean;
376
+ rounded: string | number | boolean;
376
377
  tile: boolean;
377
378
  density: Density;
378
379
  slim: boolean;
@@ -385,11 +386,11 @@ declare const VCombobox: {
385
386
  returnObject: boolean;
386
387
  itemType: string;
387
388
  }> & Omit<{
388
- style: vue.StyleValue;
389
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
389
390
  nav: boolean;
391
+ style: vue.StyleValue;
390
392
  disabled: boolean;
391
393
  tag: string;
392
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
393
394
  mandatory: boolean;
394
395
  tile: boolean;
395
396
  density: Density;
@@ -402,24 +403,24 @@ declare const VCombobox: {
402
403
  lines: false | "one" | "two" | "three";
403
404
  returnObject: boolean;
404
405
  itemType: string;
405
- class?: any;
406
- width?: string | number | undefined;
407
406
  height?: string | number | undefined;
408
- theme?: string | undefined;
409
- color?: string | undefined;
410
- activated?: any;
407
+ width?: string | number | undefined;
411
408
  border?: string | number | boolean | undefined;
412
- rounded?: string | number | boolean | undefined;
409
+ color?: string | undefined;
413
410
  maxHeight?: string | number | undefined;
414
411
  maxWidth?: string | number | undefined;
415
412
  minHeight?: string | number | undefined;
416
413
  minWidth?: string | number | undefined;
414
+ activated?: any;
415
+ class?: any;
417
416
  elevation?: string | number | undefined;
417
+ theme?: string | undefined;
418
+ rounded?: string | number | boolean | undefined;
418
419
  baseColor?: string | undefined;
419
420
  bgColor?: string | undefined;
421
+ activeColor?: string | undefined;
420
422
  activeClass?: string | undefined;
421
423
  activeStrategy?: ActiveStrategyProp | undefined;
422
- activeColor?: string | undefined;
423
424
  collapseIcon?: string | undefined;
424
425
  expandIcon?: string | undefined;
425
426
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -429,11 +430,11 @@ declare const VCombobox: {
429
430
  path: unknown[];
430
431
  }) => any) | undefined;
431
432
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
432
- style: vue.StyleValue;
433
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
433
434
  nav: boolean;
435
+ style: vue.StyleValue;
434
436
  disabled: boolean;
435
437
  tag: string;
436
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
437
438
  mandatory: boolean;
438
439
  tile: boolean;
439
440
  density: Density;
@@ -447,24 +448,24 @@ declare const VCombobox: {
447
448
  returnObject: boolean;
448
449
  itemType: string;
449
450
  } & {
450
- class?: any;
451
- width?: string | number | undefined;
452
451
  height?: string | number | undefined;
453
- theme?: string | undefined;
454
- color?: string | undefined;
455
- activated?: any;
452
+ width?: string | number | undefined;
456
453
  border?: string | number | boolean | undefined;
457
- rounded?: string | number | boolean | undefined;
454
+ color?: string | undefined;
458
455
  maxHeight?: string | number | undefined;
459
456
  maxWidth?: string | number | undefined;
460
457
  minHeight?: string | number | undefined;
461
458
  minWidth?: string | number | undefined;
459
+ activated?: any;
460
+ class?: any;
462
461
  elevation?: string | number | undefined;
462
+ theme?: string | undefined;
463
+ rounded?: string | number | boolean | undefined;
463
464
  baseColor?: string | undefined;
464
465
  bgColor?: string | undefined;
466
+ activeColor?: string | undefined;
465
467
  activeClass?: string | undefined;
466
468
  activeStrategy?: ActiveStrategyProp | undefined;
467
- activeColor?: string | undefined;
468
469
  collapseIcon?: string | undefined;
469
470
  expandIcon?: string | undefined;
470
471
  } & {
@@ -474,7 +475,7 @@ declare const VCombobox: {
474
475
  value: boolean;
475
476
  path: unknown[];
476
477
  }) => any) | undefined;
477
- }, "style" | "nav" | "disabled" | "tag" | "rounded" | "variant" | "mandatory" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
478
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
478
479
  items?: readonly any[] | undefined;
479
480
  itemTitle?: SelectItemKey<any>;
480
481
  itemValue?: SelectItemKey<any>;
@@ -499,10 +500,10 @@ declare const VCombobox: {
499
500
  title?: ((arg: ListItemTitleSlot & {
500
501
  item: any;
501
502
  }) => vue.VNodeChild) | undefined;
502
- prepend?: ((arg: ListItemSlot & {
503
+ append?: ((arg: ListItemSlot & {
503
504
  item: any;
504
505
  }) => vue.VNodeChild) | undefined;
505
- append?: ((arg: ListItemSlot & {
506
+ prepend?: ((arg: ListItemSlot & {
506
507
  item: any;
507
508
  }) => vue.VNodeChild) | undefined;
508
509
  subtitle?: ((arg: ListItemSubtitleSlot & {
@@ -542,10 +543,10 @@ declare const VCombobox: {
542
543
  title?: false | ((arg: ListItemTitleSlot & {
543
544
  item: any;
544
545
  }) => vue.VNodeChild) | undefined;
545
- prepend?: false | ((arg: ListItemSlot & {
546
+ append?: false | ((arg: ListItemSlot & {
546
547
  item: any;
547
548
  }) => vue.VNodeChild) | undefined;
548
- append?: false | ((arg: ListItemSlot & {
549
+ prepend?: false | ((arg: ListItemSlot & {
549
550
  item: any;
550
551
  }) => vue.VNodeChild) | undefined;
551
552
  subtitle?: false | ((arg: ListItemSubtitleSlot & {
@@ -585,10 +586,10 @@ declare const VCombobox: {
585
586
  "v-slot:title"?: false | ((arg: ListItemTitleSlot & {
586
587
  item: any;
587
588
  }) => vue.VNodeChild) | undefined;
588
- "v-slot:prepend"?: false | ((arg: ListItemSlot & {
589
+ "v-slot:append"?: false | ((arg: ListItemSlot & {
589
590
  item: any;
590
591
  }) => vue.VNodeChild) | undefined;
591
- "v-slot:append"?: false | ((arg: ListItemSlot & {
592
+ "v-slot:prepend"?: false | ((arg: ListItemSlot & {
592
593
  item: any;
593
594
  }) => vue.VNodeChild) | undefined;
594
595
  "v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
@@ -625,22 +626,22 @@ declare const VCombobox: {
625
626
  }) => vue.VNodeChild) | undefined;
626
627
  }) | undefined;
627
628
  menuProps?: (Partial<{
628
- style: vue.StyleValue;
629
- disabled: boolean;
629
+ location: Anchor;
630
+ origin: "auto" | Anchor | "overlap";
630
631
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
631
632
  component?: vue.Component | undefined;
632
633
  })> | {
633
634
  component: vue.Component;
634
635
  };
635
636
  zIndex: string | number;
636
- modelValue: boolean;
637
- origin: Anchor | "auto" | "overlap";
637
+ style: vue.StyleValue;
638
638
  eager: boolean;
639
- location: Anchor;
640
- locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
639
+ disabled: boolean;
640
+ modelValue: boolean;
641
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
641
642
  updateLocation: (e?: Event | undefined) => void;
642
- } | undefined) | "connected">;
643
- scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
643
+ } | undefined)>;
644
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
644
645
  closeDelay: NonNullable<string | number>;
645
646
  openDelay: NonNullable<string | number>;
646
647
  activatorProps: Record<string, any>;
@@ -654,22 +655,22 @@ declare const VCombobox: {
654
655
  persistent: boolean;
655
656
  scrim: NonNullable<string | boolean>;
656
657
  }> & Omit<{
657
- style: vue.StyleValue;
658
- disabled: boolean;
658
+ location: Anchor;
659
+ origin: "auto" | Anchor | "overlap";
659
660
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
660
661
  component?: vue.Component | undefined;
661
662
  })> | {
662
663
  component: vue.Component;
663
664
  };
664
665
  zIndex: string | number;
665
- modelValue: boolean;
666
- origin: Anchor | "auto" | "overlap";
666
+ style: vue.StyleValue;
667
667
  eager: boolean;
668
- location: Anchor;
669
- locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
668
+ disabled: boolean;
669
+ modelValue: boolean;
670
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
670
671
  updateLocation: (e?: Event | undefined) => void;
671
- } | undefined) | "connected">;
672
- scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
672
+ } | undefined)>;
673
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
673
674
  closeDelay: NonNullable<string | number>;
674
675
  openDelay: NonNullable<string | number>;
675
676
  activatorProps: Record<string, any>;
@@ -680,20 +681,20 @@ declare const VCombobox: {
680
681
  noClickAnimation: boolean;
681
682
  persistent: boolean;
682
683
  scrim: NonNullable<string | boolean>;
683
- class?: any;
684
+ offset?: string | number | number[] | undefined;
684
685
  id?: string | undefined;
685
- width?: string | number | undefined;
686
686
  height?: string | number | undefined;
687
- theme?: string | undefined;
688
- target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
689
- offset?: string | number | number[] | undefined;
690
- contentClass?: any;
691
- opacity?: string | number | undefined;
687
+ width?: string | number | undefined;
692
688
  maxHeight?: string | number | undefined;
693
689
  maxWidth?: string | number | undefined;
694
690
  minHeight?: string | number | undefined;
695
691
  minWidth?: string | number | undefined;
696
- activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
692
+ opacity?: string | number | undefined;
693
+ target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
694
+ class?: any;
695
+ theme?: string | undefined;
696
+ contentClass?: any;
697
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
697
698
  openOnClick?: boolean | undefined;
698
699
  openOnFocus?: boolean | undefined;
699
700
  contentProps?: any;
@@ -730,22 +731,22 @@ declare const VCombobox: {
730
731
  }) => vue.VNodeChild) | undefined;
731
732
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
732
733
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
733
- style: vue.StyleValue;
734
- disabled: boolean;
734
+ location: Anchor;
735
+ origin: "auto" | Anchor | "overlap";
735
736
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
736
737
  component?: vue.Component | undefined;
737
738
  })> | {
738
739
  component: vue.Component;
739
740
  };
740
741
  zIndex: string | number;
741
- modelValue: boolean;
742
- origin: Anchor | "auto" | "overlap";
742
+ style: vue.StyleValue;
743
743
  eager: boolean;
744
- location: Anchor;
745
- locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
744
+ disabled: boolean;
745
+ modelValue: boolean;
746
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
746
747
  updateLocation: (e?: Event | undefined) => void;
747
- } | undefined) | "connected">;
748
- scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
748
+ } | undefined)>;
749
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
749
750
  closeDelay: NonNullable<string | number>;
750
751
  openDelay: NonNullable<string | number>;
751
752
  activatorProps: Record<string, any>;
@@ -757,20 +758,20 @@ declare const VCombobox: {
757
758
  persistent: boolean;
758
759
  scrim: NonNullable<string | boolean>;
759
760
  } & {
760
- class?: any;
761
+ offset?: string | number | number[] | undefined;
761
762
  id?: string | undefined;
762
- width?: string | number | undefined;
763
763
  height?: string | number | undefined;
764
- theme?: string | undefined;
765
- target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
766
- offset?: string | number | number[] | undefined;
767
- contentClass?: any;
768
- opacity?: string | number | undefined;
764
+ width?: string | number | undefined;
769
765
  maxHeight?: string | number | undefined;
770
766
  maxWidth?: string | number | undefined;
771
767
  minHeight?: string | number | undefined;
772
768
  minWidth?: string | number | undefined;
773
- activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
769
+ opacity?: string | number | undefined;
770
+ target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
771
+ class?: any;
772
+ theme?: string | undefined;
773
+ contentClass?: any;
774
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
774
775
  openOnClick?: boolean | undefined;
775
776
  openOnFocus?: boolean | undefined;
776
777
  contentProps?: any;
@@ -809,7 +810,7 @@ declare const VCombobox: {
809
810
  }) => vue.VNodeChild) | undefined;
810
811
  } & {
811
812
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
812
- }, "style" | "disabled" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
813
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
813
814
  itemColor?: string | undefined;
814
815
  autoSelectFirst?: boolean | "exact" | undefined;
815
816
  } & {
@@ -821,31 +822,32 @@ declare const VCombobox: {
821
822
  'update:modelValue': (value: any) => true;
822
823
  'update:search': (value: string) => true;
823
824
  'update:menu': (value: boolean) => true;
824
- }, "$children" | "v-slots" | "modelValue" | "items" | "multiple" | "v-slot:prepend" | "v-slot:append" | "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 & {
825
- reverse: boolean;
825
+ }, "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 & {
826
826
  flat: boolean;
827
- style: vue.StyleValue;
828
- menu: boolean;
827
+ reverse: boolean;
828
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
829
829
  type: string;
830
- active: boolean;
831
830
  error: boolean;
832
- disabled: boolean;
833
- messages: string | readonly string[];
834
- noDataText: string;
831
+ active: boolean;
832
+ direction: "horizontal" | "vertical";
835
833
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
836
834
  component?: vue.Component | undefined;
837
835
  })>;
836
+ menu: boolean;
837
+ style: vue.StyleValue;
838
+ role: string;
839
+ autofocus: boolean;
840
+ eager: boolean;
841
+ disabled: boolean;
842
+ readonly: boolean | null;
843
+ messages: string | readonly string[];
844
+ noDataText: string;
838
845
  focused: boolean;
839
846
  errorMessages: string | readonly string[] | null;
840
847
  maxErrors: string | number;
841
- readonly: boolean | null;
842
848
  rules: readonly ValidationRule[];
843
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
844
849
  tile: boolean;
845
- eager: boolean;
846
- role: string;
847
850
  density: Density;
848
- direction: "horizontal" | "vertical";
849
851
  valueComparator: typeof deepEqual;
850
852
  clearIcon: IconValue;
851
853
  hideSpinButtons: boolean;
@@ -854,7 +856,6 @@ declare const VCombobox: {
854
856
  noFilter: boolean;
855
857
  filterKeys: NonNullable<FilterKeys>;
856
858
  itemChildren: NonNullable<SelectItemKey>;
857
- autofocus: boolean;
858
859
  clearable: boolean;
859
860
  persistentClear: boolean;
860
861
  singleLine: boolean;
@@ -870,31 +871,31 @@ declare const VCombobox: {
870
871
  openOnClear: boolean;
871
872
  clearOnSelect: boolean;
872
873
  } & {
873
- class?: any;
874
874
  id?: string | undefined;
875
- label?: string | undefined;
876
875
  width?: string | number | undefined;
877
- theme?: string | undefined;
878
- color?: string | undefined;
879
876
  name?: string | undefined;
877
+ color?: string | undefined;
878
+ maxWidth?: string | number | undefined;
879
+ minWidth?: string | number | undefined;
880
+ loading?: string | boolean | undefined;
881
+ label?: string | undefined;
880
882
  prefix?: string | undefined;
883
+ class?: any;
881
884
  delimiters?: readonly string[] | undefined;
882
- loading?: string | boolean | undefined;
883
885
  placeholder?: string | undefined;
886
+ theme?: string | undefined;
884
887
  counter?: string | number | boolean | undefined;
885
888
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
886
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
889
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
887
890
  rounded?: string | number | boolean | undefined;
888
- maxWidth?: string | number | undefined;
889
- minWidth?: string | number | undefined;
890
891
  baseColor?: string | undefined;
891
892
  bgColor?: string | undefined;
892
893
  prependIcon?: IconValue | undefined;
893
894
  appendIcon?: IconValue | undefined;
894
895
  prependInnerIcon?: IconValue | undefined;
895
896
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
896
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
897
897
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
898
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
898
899
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
899
900
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
900
901
  centerAffix?: boolean | undefined;
@@ -906,13 +907,13 @@ declare const VCombobox: {
906
907
  counterValue?: number | ((value: any) => number) | undefined;
907
908
  modelModifiers?: Record<string, boolean> | undefined;
908
909
  listProps?: (Partial<{
909
- style: vue.StyleValue;
910
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
910
911
  nav: boolean;
912
+ style: vue.StyleValue;
911
913
  disabled: boolean;
912
914
  tag: string;
913
- rounded: string | number | boolean;
914
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
915
915
  mandatory: boolean;
916
+ rounded: string | number | boolean;
916
917
  tile: boolean;
917
918
  density: Density;
918
919
  slim: boolean;
@@ -925,11 +926,11 @@ declare const VCombobox: {
925
926
  returnObject: boolean;
926
927
  itemType: string;
927
928
  }> & Omit<{
928
- style: vue.StyleValue;
929
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
929
930
  nav: boolean;
931
+ style: vue.StyleValue;
930
932
  disabled: boolean;
931
933
  tag: string;
932
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
933
934
  mandatory: boolean;
934
935
  tile: boolean;
935
936
  density: Density;
@@ -942,24 +943,24 @@ declare const VCombobox: {
942
943
  lines: false | "one" | "two" | "three";
943
944
  returnObject: boolean;
944
945
  itemType: string;
945
- class?: any;
946
- width?: string | number | undefined;
947
946
  height?: string | number | undefined;
948
- theme?: string | undefined;
949
- color?: string | undefined;
950
- activated?: any;
947
+ width?: string | number | undefined;
951
948
  border?: string | number | boolean | undefined;
952
- rounded?: string | number | boolean | undefined;
949
+ color?: string | undefined;
953
950
  maxHeight?: string | number | undefined;
954
951
  maxWidth?: string | number | undefined;
955
952
  minHeight?: string | number | undefined;
956
953
  minWidth?: string | number | undefined;
954
+ activated?: any;
955
+ class?: any;
957
956
  elevation?: string | number | undefined;
957
+ theme?: string | undefined;
958
+ rounded?: string | number | boolean | undefined;
958
959
  baseColor?: string | undefined;
959
960
  bgColor?: string | undefined;
961
+ activeColor?: string | undefined;
960
962
  activeClass?: string | undefined;
961
963
  activeStrategy?: ActiveStrategyProp | undefined;
962
- activeColor?: string | undefined;
963
964
  collapseIcon?: string | undefined;
964
965
  expandIcon?: string | undefined;
965
966
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -969,11 +970,11 @@ declare const VCombobox: {
969
970
  path: unknown[];
970
971
  }) => any) | undefined;
971
972
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
972
- style: vue.StyleValue;
973
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
973
974
  nav: boolean;
975
+ style: vue.StyleValue;
974
976
  disabled: boolean;
975
977
  tag: string;
976
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
977
978
  mandatory: boolean;
978
979
  tile: boolean;
979
980
  density: Density;
@@ -987,24 +988,24 @@ declare const VCombobox: {
987
988
  returnObject: boolean;
988
989
  itemType: string;
989
990
  } & {
990
- class?: any;
991
- width?: string | number | undefined;
992
991
  height?: string | number | undefined;
993
- theme?: string | undefined;
994
- color?: string | undefined;
995
- activated?: any;
992
+ width?: string | number | undefined;
996
993
  border?: string | number | boolean | undefined;
997
- rounded?: string | number | boolean | undefined;
994
+ color?: string | undefined;
998
995
  maxHeight?: string | number | undefined;
999
996
  maxWidth?: string | number | undefined;
1000
997
  minHeight?: string | number | undefined;
1001
998
  minWidth?: string | number | undefined;
999
+ activated?: any;
1000
+ class?: any;
1002
1001
  elevation?: string | number | undefined;
1002
+ theme?: string | undefined;
1003
+ rounded?: string | number | boolean | undefined;
1003
1004
  baseColor?: string | undefined;
1004
1005
  bgColor?: string | undefined;
1006
+ activeColor?: string | undefined;
1005
1007
  activeClass?: string | undefined;
1006
1008
  activeStrategy?: ActiveStrategyProp | undefined;
1007
- activeColor?: string | undefined;
1008
1009
  collapseIcon?: string | undefined;
1009
1010
  expandIcon?: string | undefined;
1010
1011
  } & {
@@ -1014,7 +1015,7 @@ declare const VCombobox: {
1014
1015
  value: boolean;
1015
1016
  path: unknown[];
1016
1017
  }) => any) | undefined;
1017
- }, "style" | "nav" | "disabled" | "tag" | "rounded" | "variant" | "mandatory" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
1018
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
1018
1019
  items?: readonly any[] | undefined;
1019
1020
  itemTitle?: SelectItemKey<any>;
1020
1021
  itemValue?: SelectItemKey<any>;
@@ -1039,10 +1040,10 @@ declare const VCombobox: {
1039
1040
  title?: ((arg: ListItemTitleSlot & {
1040
1041
  item: any;
1041
1042
  }) => vue.VNodeChild) | undefined;
1042
- prepend?: ((arg: ListItemSlot & {
1043
+ append?: ((arg: ListItemSlot & {
1043
1044
  item: any;
1044
1045
  }) => vue.VNodeChild) | undefined;
1045
- append?: ((arg: ListItemSlot & {
1046
+ prepend?: ((arg: ListItemSlot & {
1046
1047
  item: any;
1047
1048
  }) => vue.VNodeChild) | undefined;
1048
1049
  subtitle?: ((arg: ListItemSubtitleSlot & {
@@ -1082,10 +1083,10 @@ declare const VCombobox: {
1082
1083
  title?: false | ((arg: ListItemTitleSlot & {
1083
1084
  item: any;
1084
1085
  }) => vue.VNodeChild) | undefined;
1085
- prepend?: false | ((arg: ListItemSlot & {
1086
+ append?: false | ((arg: ListItemSlot & {
1086
1087
  item: any;
1087
1088
  }) => vue.VNodeChild) | undefined;
1088
- append?: false | ((arg: ListItemSlot & {
1089
+ prepend?: false | ((arg: ListItemSlot & {
1089
1090
  item: any;
1090
1091
  }) => vue.VNodeChild) | undefined;
1091
1092
  subtitle?: false | ((arg: ListItemSubtitleSlot & {
@@ -1125,10 +1126,10 @@ declare const VCombobox: {
1125
1126
  "v-slot:title"?: false | ((arg: ListItemTitleSlot & {
1126
1127
  item: any;
1127
1128
  }) => vue.VNodeChild) | undefined;
1128
- "v-slot:prepend"?: false | ((arg: ListItemSlot & {
1129
+ "v-slot:append"?: false | ((arg: ListItemSlot & {
1129
1130
  item: any;
1130
1131
  }) => vue.VNodeChild) | undefined;
1131
- "v-slot:append"?: false | ((arg: ListItemSlot & {
1132
+ "v-slot:prepend"?: false | ((arg: ListItemSlot & {
1132
1133
  item: any;
1133
1134
  }) => vue.VNodeChild) | undefined;
1134
1135
  "v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
@@ -1165,22 +1166,22 @@ declare const VCombobox: {
1165
1166
  }) => vue.VNodeChild) | undefined;
1166
1167
  }) | undefined;
1167
1168
  menuProps?: (Partial<{
1168
- style: vue.StyleValue;
1169
- disabled: boolean;
1169
+ location: Anchor;
1170
+ origin: "auto" | Anchor | "overlap";
1170
1171
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
1171
1172
  component?: vue.Component | undefined;
1172
1173
  })> | {
1173
1174
  component: vue.Component;
1174
1175
  };
1175
1176
  zIndex: string | number;
1176
- modelValue: boolean;
1177
- origin: Anchor | "auto" | "overlap";
1177
+ style: vue.StyleValue;
1178
1178
  eager: boolean;
1179
- location: Anchor;
1180
- locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1179
+ disabled: boolean;
1180
+ modelValue: boolean;
1181
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1181
1182
  updateLocation: (e?: Event | undefined) => void;
1182
- } | undefined) | "connected">;
1183
- scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1183
+ } | undefined)>;
1184
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1184
1185
  closeDelay: NonNullable<string | number>;
1185
1186
  openDelay: NonNullable<string | number>;
1186
1187
  activatorProps: Record<string, any>;
@@ -1194,22 +1195,22 @@ declare const VCombobox: {
1194
1195
  persistent: boolean;
1195
1196
  scrim: NonNullable<string | boolean>;
1196
1197
  }> & Omit<{
1197
- style: vue.StyleValue;
1198
- disabled: boolean;
1198
+ location: Anchor;
1199
+ origin: "auto" | Anchor | "overlap";
1199
1200
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
1200
1201
  component?: vue.Component | undefined;
1201
1202
  })> | {
1202
1203
  component: vue.Component;
1203
1204
  };
1204
1205
  zIndex: string | number;
1205
- modelValue: boolean;
1206
- origin: Anchor | "auto" | "overlap";
1206
+ style: vue.StyleValue;
1207
1207
  eager: boolean;
1208
- location: Anchor;
1209
- locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1208
+ disabled: boolean;
1209
+ modelValue: boolean;
1210
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1210
1211
  updateLocation: (e?: Event | undefined) => void;
1211
- } | undefined) | "connected">;
1212
- scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1212
+ } | undefined)>;
1213
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1213
1214
  closeDelay: NonNullable<string | number>;
1214
1215
  openDelay: NonNullable<string | number>;
1215
1216
  activatorProps: Record<string, any>;
@@ -1220,20 +1221,20 @@ declare const VCombobox: {
1220
1221
  noClickAnimation: boolean;
1221
1222
  persistent: boolean;
1222
1223
  scrim: NonNullable<string | boolean>;
1223
- class?: any;
1224
+ offset?: string | number | number[] | undefined;
1224
1225
  id?: string | undefined;
1225
- width?: string | number | undefined;
1226
1226
  height?: string | number | undefined;
1227
- theme?: string | undefined;
1228
- target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
1229
- offset?: string | number | number[] | undefined;
1230
- contentClass?: any;
1231
- opacity?: string | number | undefined;
1227
+ width?: string | number | undefined;
1232
1228
  maxHeight?: string | number | undefined;
1233
1229
  maxWidth?: string | number | undefined;
1234
1230
  minHeight?: string | number | undefined;
1235
1231
  minWidth?: string | number | undefined;
1236
- activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
1232
+ opacity?: string | number | undefined;
1233
+ target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
1234
+ class?: any;
1235
+ theme?: string | undefined;
1236
+ contentClass?: any;
1237
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1237
1238
  openOnClick?: boolean | undefined;
1238
1239
  openOnFocus?: boolean | undefined;
1239
1240
  contentProps?: any;
@@ -1270,22 +1271,22 @@ declare const VCombobox: {
1270
1271
  }) => vue.VNodeChild) | undefined;
1271
1272
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1272
1273
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1273
- style: vue.StyleValue;
1274
- disabled: boolean;
1274
+ location: Anchor;
1275
+ origin: "auto" | Anchor | "overlap";
1275
1276
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
1276
1277
  component?: vue.Component | undefined;
1277
1278
  })> | {
1278
1279
  component: vue.Component;
1279
1280
  };
1280
1281
  zIndex: string | number;
1281
- modelValue: boolean;
1282
- origin: Anchor | "auto" | "overlap";
1282
+ style: vue.StyleValue;
1283
1283
  eager: boolean;
1284
- location: Anchor;
1285
- locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1284
+ disabled: boolean;
1285
+ modelValue: boolean;
1286
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1286
1287
  updateLocation: (e?: Event | undefined) => void;
1287
- } | undefined) | "connected">;
1288
- scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1288
+ } | undefined)>;
1289
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1289
1290
  closeDelay: NonNullable<string | number>;
1290
1291
  openDelay: NonNullable<string | number>;
1291
1292
  activatorProps: Record<string, any>;
@@ -1297,20 +1298,20 @@ declare const VCombobox: {
1297
1298
  persistent: boolean;
1298
1299
  scrim: NonNullable<string | boolean>;
1299
1300
  } & {
1300
- class?: any;
1301
+ offset?: string | number | number[] | undefined;
1301
1302
  id?: string | undefined;
1302
- width?: string | number | undefined;
1303
1303
  height?: string | number | undefined;
1304
- theme?: string | undefined;
1305
- target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
1306
- offset?: string | number | number[] | undefined;
1307
- contentClass?: any;
1308
- opacity?: string | number | undefined;
1304
+ width?: string | number | undefined;
1309
1305
  maxHeight?: string | number | undefined;
1310
1306
  maxWidth?: string | number | undefined;
1311
1307
  minHeight?: string | number | undefined;
1312
1308
  minWidth?: string | number | undefined;
1313
- activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
1309
+ opacity?: string | number | undefined;
1310
+ target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
1311
+ class?: any;
1312
+ theme?: string | undefined;
1313
+ contentClass?: any;
1314
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1314
1315
  openOnClick?: boolean | undefined;
1315
1316
  openOnFocus?: boolean | undefined;
1316
1317
  contentProps?: any;
@@ -1349,7 +1350,7 @@ declare const VCombobox: {
1349
1350
  }) => vue.VNodeChild) | undefined;
1350
1351
  } & {
1351
1352
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1352
- }, "style" | "disabled" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
1353
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
1353
1354
  itemColor?: string | undefined;
1354
1355
  autoSelectFirst?: boolean | "exact" | undefined;
1355
1356
  } & {
@@ -1357,31 +1358,32 @@ declare const VCombobox: {
1357
1358
  "onUpdate:menu"?: ((value: boolean) => any) | undefined;
1358
1359
  "onUpdate:search"?: ((value: string) => any) | undefined;
1359
1360
  }, {
1360
- reverse: boolean;
1361
1361
  flat: boolean;
1362
- style: vue.StyleValue;
1363
- menu: boolean;
1362
+ reverse: boolean;
1363
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1364
1364
  type: string;
1365
- active: boolean;
1366
1365
  error: boolean;
1367
- disabled: boolean;
1368
- messages: string | readonly string[];
1369
- noDataText: string;
1366
+ active: boolean;
1367
+ direction: "horizontal" | "vertical";
1370
1368
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
1371
1369
  component?: vue.Component | undefined;
1372
1370
  })>;
1371
+ menu: boolean;
1372
+ style: vue.StyleValue;
1373
+ role: string;
1374
+ autofocus: boolean;
1375
+ eager: boolean;
1376
+ disabled: boolean;
1377
+ readonly: boolean | null;
1378
+ messages: string | readonly string[];
1379
+ noDataText: string;
1373
1380
  focused: boolean;
1374
1381
  errorMessages: string | readonly string[] | null;
1375
1382
  maxErrors: string | number;
1376
- readonly: boolean | null;
1377
1383
  rules: readonly ValidationRule[];
1378
1384
  rounded: string | number | boolean;
1379
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1380
1385
  tile: boolean;
1381
- eager: boolean;
1382
- role: string;
1383
1386
  density: Density;
1384
- direction: "horizontal" | "vertical";
1385
1387
  valueComparator: typeof deepEqual;
1386
1388
  clearIcon: IconValue;
1387
1389
  centerAffix: boolean;
@@ -1391,7 +1393,6 @@ declare const VCombobox: {
1391
1393
  noFilter: boolean;
1392
1394
  filterKeys: NonNullable<FilterKeys>;
1393
1395
  itemChildren: NonNullable<SelectItemKey>;
1394
- autofocus: boolean;
1395
1396
  clearable: boolean;
1396
1397
  persistentClear: boolean;
1397
1398
  singleLine: boolean;
@@ -1407,6 +1408,9 @@ declare const VCombobox: {
1407
1408
  openOnClear: boolean;
1408
1409
  clearOnSelect: boolean;
1409
1410
  }, true, {}, vue.SlotsType<Partial<{
1411
+ message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1412
+ [key: string]: any;
1413
+ }>[];
1410
1414
  clear: (arg: DefaultInputSlot & {
1411
1415
  props: Record<string, any>;
1412
1416
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -1421,15 +1425,12 @@ declare const VCombobox: {
1421
1425
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1422
1426
  [key: string]: any;
1423
1427
  }>[];
1424
- message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1428
+ append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1425
1429
  [key: string]: any;
1426
1430
  }>[];
1427
1431
  prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1428
1432
  [key: string]: any;
1429
1433
  }>[];
1430
- append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1431
- [key: string]: any;
1432
- }>[];
1433
1434
  loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1434
1435
  [key: string]: any;
1435
1436
  }>[];
@@ -1476,30 +1477,31 @@ declare const VCombobox: {
1476
1477
  M: {};
1477
1478
  Defaults: {};
1478
1479
  }, {
1479
- reverse: boolean;
1480
1480
  flat: boolean;
1481
- style: vue.StyleValue;
1482
- menu: boolean;
1481
+ reverse: boolean;
1482
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1483
1483
  type: string;
1484
- active: boolean;
1485
1484
  error: boolean;
1486
- disabled: boolean;
1487
- messages: string | readonly string[];
1488
- noDataText: string;
1485
+ active: boolean;
1486
+ direction: "horizontal" | "vertical";
1489
1487
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
1490
1488
  component?: vue.Component | undefined;
1491
1489
  })>;
1490
+ menu: boolean;
1491
+ style: vue.StyleValue;
1492
+ role: string;
1493
+ autofocus: boolean;
1494
+ eager: boolean;
1495
+ disabled: boolean;
1496
+ readonly: boolean | null;
1497
+ messages: string | readonly string[];
1498
+ noDataText: string;
1492
1499
  focused: boolean;
1493
1500
  errorMessages: string | readonly string[] | null;
1494
1501
  maxErrors: string | number;
1495
- readonly: boolean | null;
1496
1502
  rules: readonly ValidationRule[];
1497
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1498
1503
  tile: boolean;
1499
- eager: boolean;
1500
- role: string;
1501
1504
  density: Density;
1502
- direction: "horizontal" | "vertical";
1503
1505
  valueComparator: typeof deepEqual;
1504
1506
  clearIcon: IconValue;
1505
1507
  hideSpinButtons: boolean;
@@ -1508,7 +1510,6 @@ declare const VCombobox: {
1508
1510
  noFilter: boolean;
1509
1511
  filterKeys: NonNullable<FilterKeys>;
1510
1512
  itemChildren: NonNullable<SelectItemKey>;
1511
- autofocus: boolean;
1512
1513
  clearable: boolean;
1513
1514
  persistentClear: boolean;
1514
1515
  singleLine: boolean;
@@ -1524,31 +1525,31 @@ declare const VCombobox: {
1524
1525
  openOnClear: boolean;
1525
1526
  clearOnSelect: boolean;
1526
1527
  } & {
1527
- class?: any;
1528
1528
  id?: string | undefined;
1529
- label?: string | undefined;
1530
1529
  width?: string | number | undefined;
1531
- theme?: string | undefined;
1532
- color?: string | undefined;
1533
1530
  name?: string | undefined;
1531
+ color?: string | undefined;
1532
+ maxWidth?: string | number | undefined;
1533
+ minWidth?: string | number | undefined;
1534
+ loading?: string | boolean | undefined;
1535
+ label?: string | undefined;
1534
1536
  prefix?: string | undefined;
1537
+ class?: any;
1535
1538
  delimiters?: readonly string[] | undefined;
1536
- loading?: string | boolean | undefined;
1537
1539
  placeholder?: string | undefined;
1540
+ theme?: string | undefined;
1538
1541
  counter?: string | number | boolean | undefined;
1539
1542
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1540
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
1543
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1541
1544
  rounded?: string | number | boolean | undefined;
1542
- maxWidth?: string | number | undefined;
1543
- minWidth?: string | number | undefined;
1544
1545
  baseColor?: string | undefined;
1545
1546
  bgColor?: string | undefined;
1546
1547
  prependIcon?: IconValue | undefined;
1547
1548
  appendIcon?: IconValue | undefined;
1548
1549
  prependInnerIcon?: IconValue | undefined;
1549
1550
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1550
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1551
1551
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1552
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1552
1553
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1553
1554
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1554
1555
  centerAffix?: boolean | undefined;
@@ -1560,13 +1561,13 @@ declare const VCombobox: {
1560
1561
  counterValue?: number | ((value: any) => number) | undefined;
1561
1562
  modelModifiers?: Record<string, boolean> | undefined;
1562
1563
  listProps?: (Partial<{
1563
- style: vue.StyleValue;
1564
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1564
1565
  nav: boolean;
1566
+ style: vue.StyleValue;
1565
1567
  disabled: boolean;
1566
1568
  tag: string;
1567
- rounded: string | number | boolean;
1568
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1569
1569
  mandatory: boolean;
1570
+ rounded: string | number | boolean;
1570
1571
  tile: boolean;
1571
1572
  density: Density;
1572
1573
  slim: boolean;
@@ -1579,11 +1580,11 @@ declare const VCombobox: {
1579
1580
  returnObject: boolean;
1580
1581
  itemType: string;
1581
1582
  }> & Omit<{
1582
- style: vue.StyleValue;
1583
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1583
1584
  nav: boolean;
1585
+ style: vue.StyleValue;
1584
1586
  disabled: boolean;
1585
1587
  tag: string;
1586
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1587
1588
  mandatory: boolean;
1588
1589
  tile: boolean;
1589
1590
  density: Density;
@@ -1596,24 +1597,24 @@ declare const VCombobox: {
1596
1597
  lines: false | "one" | "two" | "three";
1597
1598
  returnObject: boolean;
1598
1599
  itemType: string;
1599
- class?: any;
1600
- width?: string | number | undefined;
1601
1600
  height?: string | number | undefined;
1602
- theme?: string | undefined;
1603
- color?: string | undefined;
1604
- activated?: any;
1601
+ width?: string | number | undefined;
1605
1602
  border?: string | number | boolean | undefined;
1606
- rounded?: string | number | boolean | undefined;
1603
+ color?: string | undefined;
1607
1604
  maxHeight?: string | number | undefined;
1608
1605
  maxWidth?: string | number | undefined;
1609
1606
  minHeight?: string | number | undefined;
1610
1607
  minWidth?: string | number | undefined;
1608
+ activated?: any;
1609
+ class?: any;
1611
1610
  elevation?: string | number | undefined;
1611
+ theme?: string | undefined;
1612
+ rounded?: string | number | boolean | undefined;
1612
1613
  baseColor?: string | undefined;
1613
1614
  bgColor?: string | undefined;
1615
+ activeColor?: string | undefined;
1614
1616
  activeClass?: string | undefined;
1615
1617
  activeStrategy?: ActiveStrategyProp | undefined;
1616
- activeColor?: string | undefined;
1617
1618
  collapseIcon?: string | undefined;
1618
1619
  expandIcon?: string | undefined;
1619
1620
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -1623,11 +1624,11 @@ declare const VCombobox: {
1623
1624
  path: unknown[];
1624
1625
  }) => any) | undefined;
1625
1626
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1626
- style: vue.StyleValue;
1627
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1627
1628
  nav: boolean;
1629
+ style: vue.StyleValue;
1628
1630
  disabled: boolean;
1629
1631
  tag: string;
1630
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1631
1632
  mandatory: boolean;
1632
1633
  tile: boolean;
1633
1634
  density: Density;
@@ -1641,24 +1642,24 @@ declare const VCombobox: {
1641
1642
  returnObject: boolean;
1642
1643
  itemType: string;
1643
1644
  } & {
1644
- class?: any;
1645
- width?: string | number | undefined;
1646
1645
  height?: string | number | undefined;
1647
- theme?: string | undefined;
1648
- color?: string | undefined;
1649
- activated?: any;
1646
+ width?: string | number | undefined;
1650
1647
  border?: string | number | boolean | undefined;
1651
- rounded?: string | number | boolean | undefined;
1648
+ color?: string | undefined;
1652
1649
  maxHeight?: string | number | undefined;
1653
1650
  maxWidth?: string | number | undefined;
1654
1651
  minHeight?: string | number | undefined;
1655
1652
  minWidth?: string | number | undefined;
1653
+ activated?: any;
1654
+ class?: any;
1656
1655
  elevation?: string | number | undefined;
1656
+ theme?: string | undefined;
1657
+ rounded?: string | number | boolean | undefined;
1657
1658
  baseColor?: string | undefined;
1658
1659
  bgColor?: string | undefined;
1660
+ activeColor?: string | undefined;
1659
1661
  activeClass?: string | undefined;
1660
1662
  activeStrategy?: ActiveStrategyProp | undefined;
1661
- activeColor?: string | undefined;
1662
1663
  collapseIcon?: string | undefined;
1663
1664
  expandIcon?: string | undefined;
1664
1665
  } & {
@@ -1668,7 +1669,7 @@ declare const VCombobox: {
1668
1669
  value: boolean;
1669
1670
  path: unknown[];
1670
1671
  }) => any) | undefined;
1671
- }, "style" | "nav" | "disabled" | "tag" | "rounded" | "variant" | "mandatory" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
1672
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
1672
1673
  items?: readonly any[] | undefined;
1673
1674
  itemTitle?: SelectItemKey<any>;
1674
1675
  itemValue?: SelectItemKey<any>;
@@ -1693,10 +1694,10 @@ declare const VCombobox: {
1693
1694
  title?: ((arg: ListItemTitleSlot & {
1694
1695
  item: any;
1695
1696
  }) => vue.VNodeChild) | undefined;
1696
- prepend?: ((arg: ListItemSlot & {
1697
+ append?: ((arg: ListItemSlot & {
1697
1698
  item: any;
1698
1699
  }) => vue.VNodeChild) | undefined;
1699
- append?: ((arg: ListItemSlot & {
1700
+ prepend?: ((arg: ListItemSlot & {
1700
1701
  item: any;
1701
1702
  }) => vue.VNodeChild) | undefined;
1702
1703
  subtitle?: ((arg: ListItemSubtitleSlot & {
@@ -1736,10 +1737,10 @@ declare const VCombobox: {
1736
1737
  title?: false | ((arg: ListItemTitleSlot & {
1737
1738
  item: any;
1738
1739
  }) => vue.VNodeChild) | undefined;
1739
- prepend?: false | ((arg: ListItemSlot & {
1740
+ append?: false | ((arg: ListItemSlot & {
1740
1741
  item: any;
1741
1742
  }) => vue.VNodeChild) | undefined;
1742
- append?: false | ((arg: ListItemSlot & {
1743
+ prepend?: false | ((arg: ListItemSlot & {
1743
1744
  item: any;
1744
1745
  }) => vue.VNodeChild) | undefined;
1745
1746
  subtitle?: false | ((arg: ListItemSubtitleSlot & {
@@ -1779,10 +1780,10 @@ declare const VCombobox: {
1779
1780
  "v-slot:title"?: false | ((arg: ListItemTitleSlot & {
1780
1781
  item: any;
1781
1782
  }) => vue.VNodeChild) | undefined;
1782
- "v-slot:prepend"?: false | ((arg: ListItemSlot & {
1783
+ "v-slot:append"?: false | ((arg: ListItemSlot & {
1783
1784
  item: any;
1784
1785
  }) => vue.VNodeChild) | undefined;
1785
- "v-slot:append"?: false | ((arg: ListItemSlot & {
1786
+ "v-slot:prepend"?: false | ((arg: ListItemSlot & {
1786
1787
  item: any;
1787
1788
  }) => vue.VNodeChild) | undefined;
1788
1789
  "v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
@@ -1819,22 +1820,22 @@ declare const VCombobox: {
1819
1820
  }) => vue.VNodeChild) | undefined;
1820
1821
  }) | undefined;
1821
1822
  menuProps?: (Partial<{
1822
- style: vue.StyleValue;
1823
- disabled: boolean;
1823
+ location: Anchor;
1824
+ origin: "auto" | Anchor | "overlap";
1824
1825
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
1825
1826
  component?: vue.Component | undefined;
1826
1827
  })> | {
1827
1828
  component: vue.Component;
1828
1829
  };
1829
1830
  zIndex: string | number;
1830
- modelValue: boolean;
1831
- origin: Anchor | "auto" | "overlap";
1831
+ style: vue.StyleValue;
1832
1832
  eager: boolean;
1833
- location: Anchor;
1834
- locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1833
+ disabled: boolean;
1834
+ modelValue: boolean;
1835
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1835
1836
  updateLocation: (e?: Event | undefined) => void;
1836
- } | undefined) | "connected">;
1837
- scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1837
+ } | undefined)>;
1838
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1838
1839
  closeDelay: NonNullable<string | number>;
1839
1840
  openDelay: NonNullable<string | number>;
1840
1841
  activatorProps: Record<string, any>;
@@ -1848,22 +1849,22 @@ declare const VCombobox: {
1848
1849
  persistent: boolean;
1849
1850
  scrim: NonNullable<string | boolean>;
1850
1851
  }> & Omit<{
1851
- style: vue.StyleValue;
1852
- disabled: boolean;
1852
+ location: Anchor;
1853
+ origin: "auto" | Anchor | "overlap";
1853
1854
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
1854
1855
  component?: vue.Component | undefined;
1855
1856
  })> | {
1856
1857
  component: vue.Component;
1857
1858
  };
1858
1859
  zIndex: string | number;
1859
- modelValue: boolean;
1860
- origin: Anchor | "auto" | "overlap";
1860
+ style: vue.StyleValue;
1861
1861
  eager: boolean;
1862
- location: Anchor;
1863
- locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1862
+ disabled: boolean;
1863
+ modelValue: boolean;
1864
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1864
1865
  updateLocation: (e?: Event | undefined) => void;
1865
- } | undefined) | "connected">;
1866
- scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1866
+ } | undefined)>;
1867
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1867
1868
  closeDelay: NonNullable<string | number>;
1868
1869
  openDelay: NonNullable<string | number>;
1869
1870
  activatorProps: Record<string, any>;
@@ -1874,20 +1875,20 @@ declare const VCombobox: {
1874
1875
  noClickAnimation: boolean;
1875
1876
  persistent: boolean;
1876
1877
  scrim: NonNullable<string | boolean>;
1877
- class?: any;
1878
+ offset?: string | number | number[] | undefined;
1878
1879
  id?: string | undefined;
1879
- width?: string | number | undefined;
1880
1880
  height?: string | number | undefined;
1881
- theme?: string | undefined;
1882
- target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
1883
- offset?: string | number | number[] | undefined;
1884
- contentClass?: any;
1885
- opacity?: string | number | undefined;
1881
+ width?: string | number | undefined;
1886
1882
  maxHeight?: string | number | undefined;
1887
1883
  maxWidth?: string | number | undefined;
1888
1884
  minHeight?: string | number | undefined;
1889
1885
  minWidth?: string | number | undefined;
1890
- activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
1886
+ opacity?: string | number | undefined;
1887
+ target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
1888
+ class?: any;
1889
+ theme?: string | undefined;
1890
+ contentClass?: any;
1891
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1891
1892
  openOnClick?: boolean | undefined;
1892
1893
  openOnFocus?: boolean | undefined;
1893
1894
  contentProps?: any;
@@ -1924,22 +1925,22 @@ declare const VCombobox: {
1924
1925
  }) => vue.VNodeChild) | undefined;
1925
1926
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1926
1927
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1927
- style: vue.StyleValue;
1928
- disabled: boolean;
1928
+ location: Anchor;
1929
+ origin: "auto" | Anchor | "overlap";
1929
1930
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
1930
1931
  component?: vue.Component | undefined;
1931
1932
  })> | {
1932
1933
  component: vue.Component;
1933
1934
  };
1934
1935
  zIndex: string | number;
1935
- modelValue: boolean;
1936
- origin: Anchor | "auto" | "overlap";
1936
+ style: vue.StyleValue;
1937
1937
  eager: boolean;
1938
- location: Anchor;
1939
- locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1938
+ disabled: boolean;
1939
+ modelValue: boolean;
1940
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1940
1941
  updateLocation: (e?: Event | undefined) => void;
1941
- } | undefined) | "connected">;
1942
- scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1942
+ } | undefined)>;
1943
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1943
1944
  closeDelay: NonNullable<string | number>;
1944
1945
  openDelay: NonNullable<string | number>;
1945
1946
  activatorProps: Record<string, any>;
@@ -1951,20 +1952,20 @@ declare const VCombobox: {
1951
1952
  persistent: boolean;
1952
1953
  scrim: NonNullable<string | boolean>;
1953
1954
  } & {
1954
- class?: any;
1955
+ offset?: string | number | number[] | undefined;
1955
1956
  id?: string | undefined;
1956
- width?: string | number | undefined;
1957
1957
  height?: string | number | undefined;
1958
- theme?: string | undefined;
1959
- target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
1960
- offset?: string | number | number[] | undefined;
1961
- contentClass?: any;
1962
- opacity?: string | number | undefined;
1958
+ width?: string | number | undefined;
1963
1959
  maxHeight?: string | number | undefined;
1964
1960
  maxWidth?: string | number | undefined;
1965
1961
  minHeight?: string | number | undefined;
1966
1962
  minWidth?: string | number | undefined;
1967
- activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
1963
+ opacity?: string | number | undefined;
1964
+ target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
1965
+ class?: any;
1966
+ theme?: string | undefined;
1967
+ contentClass?: any;
1968
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1968
1969
  openOnClick?: boolean | undefined;
1969
1970
  openOnFocus?: boolean | undefined;
1970
1971
  contentProps?: any;
@@ -2003,7 +2004,7 @@ declare const VCombobox: {
2003
2004
  }) => vue.VNodeChild) | undefined;
2004
2005
  } & {
2005
2006
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2006
- }, "style" | "disabled" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
2007
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
2007
2008
  itemColor?: string | undefined;
2008
2009
  autoSelectFirst?: boolean | "exact" | undefined;
2009
2010
  } & {
@@ -2011,31 +2012,32 @@ declare const VCombobox: {
2011
2012
  "onUpdate:menu"?: ((value: boolean) => any) | undefined;
2012
2013
  "onUpdate:search"?: ((value: string) => any) | undefined;
2013
2014
  }, any, {}, {}, {}, {
2014
- reverse: boolean;
2015
2015
  flat: boolean;
2016
- style: vue.StyleValue;
2017
- menu: boolean;
2016
+ reverse: boolean;
2017
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2018
2018
  type: string;
2019
- active: boolean;
2020
2019
  error: boolean;
2021
- disabled: boolean;
2022
- messages: string | readonly string[];
2023
- noDataText: string;
2020
+ active: boolean;
2021
+ direction: "horizontal" | "vertical";
2024
2022
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
2025
2023
  component?: vue.Component | undefined;
2026
2024
  })>;
2025
+ menu: boolean;
2026
+ style: vue.StyleValue;
2027
+ role: string;
2028
+ autofocus: boolean;
2029
+ eager: boolean;
2030
+ disabled: boolean;
2031
+ readonly: boolean | null;
2032
+ messages: string | readonly string[];
2033
+ noDataText: string;
2027
2034
  focused: boolean;
2028
2035
  errorMessages: string | readonly string[] | null;
2029
2036
  maxErrors: string | number;
2030
- readonly: boolean | null;
2031
2037
  rules: readonly ValidationRule[];
2032
2038
  rounded: string | number | boolean;
2033
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2034
2039
  tile: boolean;
2035
- eager: boolean;
2036
- role: string;
2037
2040
  density: Density;
2038
- direction: "horizontal" | "vertical";
2039
2041
  valueComparator: typeof deepEqual;
2040
2042
  clearIcon: IconValue;
2041
2043
  centerAffix: boolean;
@@ -2045,7 +2047,6 @@ declare const VCombobox: {
2045
2047
  noFilter: boolean;
2046
2048
  filterKeys: NonNullable<FilterKeys>;
2047
2049
  itemChildren: NonNullable<SelectItemKey>;
2048
- autofocus: boolean;
2049
2050
  clearable: boolean;
2050
2051
  persistentClear: boolean;
2051
2052
  singleLine: boolean;
@@ -2065,30 +2066,31 @@ declare const VCombobox: {
2065
2066
  __isTeleport?: undefined;
2066
2067
  __isSuspense?: undefined;
2067
2068
  } & vue.ComponentOptionsBase<{
2068
- reverse: boolean;
2069
2069
  flat: boolean;
2070
- style: vue.StyleValue;
2071
- menu: boolean;
2070
+ reverse: boolean;
2071
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2072
2072
  type: string;
2073
- active: boolean;
2074
2073
  error: boolean;
2075
- disabled: boolean;
2076
- messages: string | readonly string[];
2077
- noDataText: string;
2074
+ active: boolean;
2075
+ direction: "horizontal" | "vertical";
2078
2076
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
2079
2077
  component?: vue.Component | undefined;
2080
2078
  })>;
2079
+ menu: boolean;
2080
+ style: vue.StyleValue;
2081
+ role: string;
2082
+ autofocus: boolean;
2083
+ eager: boolean;
2084
+ disabled: boolean;
2085
+ readonly: boolean | null;
2086
+ messages: string | readonly string[];
2087
+ noDataText: string;
2081
2088
  focused: boolean;
2082
2089
  errorMessages: string | readonly string[] | null;
2083
2090
  maxErrors: string | number;
2084
- readonly: boolean | null;
2085
2091
  rules: readonly ValidationRule[];
2086
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2087
2092
  tile: boolean;
2088
- eager: boolean;
2089
- role: string;
2090
2093
  density: Density;
2091
- direction: "horizontal" | "vertical";
2092
2094
  valueComparator: typeof deepEqual;
2093
2095
  clearIcon: IconValue;
2094
2096
  hideSpinButtons: boolean;
@@ -2097,7 +2099,6 @@ declare const VCombobox: {
2097
2099
  noFilter: boolean;
2098
2100
  filterKeys: NonNullable<FilterKeys>;
2099
2101
  itemChildren: NonNullable<SelectItemKey>;
2100
- autofocus: boolean;
2101
2102
  clearable: boolean;
2102
2103
  persistentClear: boolean;
2103
2104
  singleLine: boolean;
@@ -2113,31 +2114,31 @@ declare const VCombobox: {
2113
2114
  openOnClear: boolean;
2114
2115
  clearOnSelect: boolean;
2115
2116
  } & {
2116
- class?: any;
2117
2117
  id?: string | undefined;
2118
- label?: string | undefined;
2119
2118
  width?: string | number | undefined;
2120
- theme?: string | undefined;
2121
- color?: string | undefined;
2122
2119
  name?: string | undefined;
2120
+ color?: string | undefined;
2121
+ maxWidth?: string | number | undefined;
2122
+ minWidth?: string | number | undefined;
2123
+ loading?: string | boolean | undefined;
2124
+ label?: string | undefined;
2123
2125
  prefix?: string | undefined;
2126
+ class?: any;
2124
2127
  delimiters?: readonly string[] | undefined;
2125
- loading?: string | boolean | undefined;
2126
2128
  placeholder?: string | undefined;
2129
+ theme?: string | undefined;
2127
2130
  counter?: string | number | boolean | undefined;
2128
2131
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
2129
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
2132
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
2130
2133
  rounded?: string | number | boolean | undefined;
2131
- maxWidth?: string | number | undefined;
2132
- minWidth?: string | number | undefined;
2133
2134
  baseColor?: string | undefined;
2134
2135
  bgColor?: string | undefined;
2135
2136
  prependIcon?: IconValue | undefined;
2136
2137
  appendIcon?: IconValue | undefined;
2137
2138
  prependInnerIcon?: IconValue | undefined;
2138
2139
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2139
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2140
2140
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
2141
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
2141
2142
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2142
2143
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2143
2144
  centerAffix?: boolean | undefined;
@@ -2149,13 +2150,13 @@ declare const VCombobox: {
2149
2150
  counterValue?: number | ((value: any) => number) | undefined;
2150
2151
  modelModifiers?: Record<string, boolean> | undefined;
2151
2152
  listProps?: (Partial<{
2152
- style: vue.StyleValue;
2153
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2153
2154
  nav: boolean;
2155
+ style: vue.StyleValue;
2154
2156
  disabled: boolean;
2155
2157
  tag: string;
2156
- rounded: string | number | boolean;
2157
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2158
2158
  mandatory: boolean;
2159
+ rounded: string | number | boolean;
2159
2160
  tile: boolean;
2160
2161
  density: Density;
2161
2162
  slim: boolean;
@@ -2168,11 +2169,11 @@ declare const VCombobox: {
2168
2169
  returnObject: boolean;
2169
2170
  itemType: string;
2170
2171
  }> & Omit<{
2171
- style: vue.StyleValue;
2172
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2172
2173
  nav: boolean;
2174
+ style: vue.StyleValue;
2173
2175
  disabled: boolean;
2174
2176
  tag: string;
2175
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2176
2177
  mandatory: boolean;
2177
2178
  tile: boolean;
2178
2179
  density: Density;
@@ -2185,24 +2186,24 @@ declare const VCombobox: {
2185
2186
  lines: false | "one" | "two" | "three";
2186
2187
  returnObject: boolean;
2187
2188
  itemType: string;
2188
- class?: any;
2189
- width?: string | number | undefined;
2190
2189
  height?: string | number | undefined;
2191
- theme?: string | undefined;
2192
- color?: string | undefined;
2193
- activated?: any;
2190
+ width?: string | number | undefined;
2194
2191
  border?: string | number | boolean | undefined;
2195
- rounded?: string | number | boolean | undefined;
2192
+ color?: string | undefined;
2196
2193
  maxHeight?: string | number | undefined;
2197
2194
  maxWidth?: string | number | undefined;
2198
2195
  minHeight?: string | number | undefined;
2199
2196
  minWidth?: string | number | undefined;
2197
+ activated?: any;
2198
+ class?: any;
2200
2199
  elevation?: string | number | undefined;
2200
+ theme?: string | undefined;
2201
+ rounded?: string | number | boolean | undefined;
2201
2202
  baseColor?: string | undefined;
2202
2203
  bgColor?: string | undefined;
2204
+ activeColor?: string | undefined;
2203
2205
  activeClass?: string | undefined;
2204
2206
  activeStrategy?: ActiveStrategyProp | undefined;
2205
- activeColor?: string | undefined;
2206
2207
  collapseIcon?: string | undefined;
2207
2208
  expandIcon?: string | undefined;
2208
2209
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -2212,11 +2213,11 @@ declare const VCombobox: {
2212
2213
  path: unknown[];
2213
2214
  }) => any) | undefined;
2214
2215
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
2215
- style: vue.StyleValue;
2216
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2216
2217
  nav: boolean;
2218
+ style: vue.StyleValue;
2217
2219
  disabled: boolean;
2218
2220
  tag: string;
2219
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2220
2221
  mandatory: boolean;
2221
2222
  tile: boolean;
2222
2223
  density: Density;
@@ -2230,24 +2231,24 @@ declare const VCombobox: {
2230
2231
  returnObject: boolean;
2231
2232
  itemType: string;
2232
2233
  } & {
2233
- class?: any;
2234
- width?: string | number | undefined;
2235
2234
  height?: string | number | undefined;
2236
- theme?: string | undefined;
2237
- color?: string | undefined;
2238
- activated?: any;
2235
+ width?: string | number | undefined;
2239
2236
  border?: string | number | boolean | undefined;
2240
- rounded?: string | number | boolean | undefined;
2237
+ color?: string | undefined;
2241
2238
  maxHeight?: string | number | undefined;
2242
2239
  maxWidth?: string | number | undefined;
2243
2240
  minHeight?: string | number | undefined;
2244
2241
  minWidth?: string | number | undefined;
2242
+ activated?: any;
2243
+ class?: any;
2245
2244
  elevation?: string | number | undefined;
2245
+ theme?: string | undefined;
2246
+ rounded?: string | number | boolean | undefined;
2246
2247
  baseColor?: string | undefined;
2247
2248
  bgColor?: string | undefined;
2249
+ activeColor?: string | undefined;
2248
2250
  activeClass?: string | undefined;
2249
2251
  activeStrategy?: ActiveStrategyProp | undefined;
2250
- activeColor?: string | undefined;
2251
2252
  collapseIcon?: string | undefined;
2252
2253
  expandIcon?: string | undefined;
2253
2254
  } & {
@@ -2257,7 +2258,7 @@ declare const VCombobox: {
2257
2258
  value: boolean;
2258
2259
  path: unknown[];
2259
2260
  }) => any) | undefined;
2260
- }, "style" | "nav" | "disabled" | "tag" | "rounded" | "variant" | "mandatory" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
2261
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
2261
2262
  items?: readonly any[] | undefined;
2262
2263
  itemTitle?: SelectItemKey<any>;
2263
2264
  itemValue?: SelectItemKey<any>;
@@ -2282,10 +2283,10 @@ declare const VCombobox: {
2282
2283
  title?: ((arg: ListItemTitleSlot & {
2283
2284
  item: any;
2284
2285
  }) => vue.VNodeChild) | undefined;
2285
- prepend?: ((arg: ListItemSlot & {
2286
+ append?: ((arg: ListItemSlot & {
2286
2287
  item: any;
2287
2288
  }) => vue.VNodeChild) | undefined;
2288
- append?: ((arg: ListItemSlot & {
2289
+ prepend?: ((arg: ListItemSlot & {
2289
2290
  item: any;
2290
2291
  }) => vue.VNodeChild) | undefined;
2291
2292
  subtitle?: ((arg: ListItemSubtitleSlot & {
@@ -2325,10 +2326,10 @@ declare const VCombobox: {
2325
2326
  title?: false | ((arg: ListItemTitleSlot & {
2326
2327
  item: any;
2327
2328
  }) => vue.VNodeChild) | undefined;
2328
- prepend?: false | ((arg: ListItemSlot & {
2329
+ append?: false | ((arg: ListItemSlot & {
2329
2330
  item: any;
2330
2331
  }) => vue.VNodeChild) | undefined;
2331
- append?: false | ((arg: ListItemSlot & {
2332
+ prepend?: false | ((arg: ListItemSlot & {
2332
2333
  item: any;
2333
2334
  }) => vue.VNodeChild) | undefined;
2334
2335
  subtitle?: false | ((arg: ListItemSubtitleSlot & {
@@ -2368,10 +2369,10 @@ declare const VCombobox: {
2368
2369
  "v-slot:title"?: false | ((arg: ListItemTitleSlot & {
2369
2370
  item: any;
2370
2371
  }) => vue.VNodeChild) | undefined;
2371
- "v-slot:prepend"?: false | ((arg: ListItemSlot & {
2372
+ "v-slot:append"?: false | ((arg: ListItemSlot & {
2372
2373
  item: any;
2373
2374
  }) => vue.VNodeChild) | undefined;
2374
- "v-slot:append"?: false | ((arg: ListItemSlot & {
2375
+ "v-slot:prepend"?: false | ((arg: ListItemSlot & {
2375
2376
  item: any;
2376
2377
  }) => vue.VNodeChild) | undefined;
2377
2378
  "v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
@@ -2408,22 +2409,22 @@ declare const VCombobox: {
2408
2409
  }) => vue.VNodeChild) | undefined;
2409
2410
  }) | undefined;
2410
2411
  menuProps?: (Partial<{
2411
- style: vue.StyleValue;
2412
- disabled: boolean;
2412
+ location: Anchor;
2413
+ origin: "auto" | Anchor | "overlap";
2413
2414
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
2414
2415
  component?: vue.Component | undefined;
2415
2416
  })> | {
2416
2417
  component: vue.Component;
2417
2418
  };
2418
2419
  zIndex: string | number;
2419
- modelValue: boolean;
2420
- origin: Anchor | "auto" | "overlap";
2420
+ style: vue.StyleValue;
2421
2421
  eager: boolean;
2422
- location: Anchor;
2423
- locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2422
+ disabled: boolean;
2423
+ modelValue: boolean;
2424
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2424
2425
  updateLocation: (e?: Event | undefined) => void;
2425
- } | undefined) | "connected">;
2426
- scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2426
+ } | undefined)>;
2427
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2427
2428
  closeDelay: NonNullable<string | number>;
2428
2429
  openDelay: NonNullable<string | number>;
2429
2430
  activatorProps: Record<string, any>;
@@ -2437,22 +2438,22 @@ declare const VCombobox: {
2437
2438
  persistent: boolean;
2438
2439
  scrim: NonNullable<string | boolean>;
2439
2440
  }> & Omit<{
2440
- style: vue.StyleValue;
2441
- disabled: boolean;
2441
+ location: Anchor;
2442
+ origin: "auto" | Anchor | "overlap";
2442
2443
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
2443
2444
  component?: vue.Component | undefined;
2444
2445
  })> | {
2445
2446
  component: vue.Component;
2446
2447
  };
2447
2448
  zIndex: string | number;
2448
- modelValue: boolean;
2449
- origin: Anchor | "auto" | "overlap";
2449
+ style: vue.StyleValue;
2450
2450
  eager: boolean;
2451
- location: Anchor;
2452
- locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2451
+ disabled: boolean;
2452
+ modelValue: boolean;
2453
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2453
2454
  updateLocation: (e?: Event | undefined) => void;
2454
- } | undefined) | "connected">;
2455
- scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2455
+ } | undefined)>;
2456
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2456
2457
  closeDelay: NonNullable<string | number>;
2457
2458
  openDelay: NonNullable<string | number>;
2458
2459
  activatorProps: Record<string, any>;
@@ -2463,20 +2464,20 @@ declare const VCombobox: {
2463
2464
  noClickAnimation: boolean;
2464
2465
  persistent: boolean;
2465
2466
  scrim: NonNullable<string | boolean>;
2466
- class?: any;
2467
+ offset?: string | number | number[] | undefined;
2467
2468
  id?: string | undefined;
2468
- width?: string | number | undefined;
2469
2469
  height?: string | number | undefined;
2470
- theme?: string | undefined;
2471
- target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
2472
- offset?: string | number | number[] | undefined;
2473
- contentClass?: any;
2474
- opacity?: string | number | undefined;
2470
+ width?: string | number | undefined;
2475
2471
  maxHeight?: string | number | undefined;
2476
2472
  maxWidth?: string | number | undefined;
2477
2473
  minHeight?: string | number | undefined;
2478
2474
  minWidth?: string | number | undefined;
2479
- activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
2475
+ opacity?: string | number | undefined;
2476
+ target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
2477
+ class?: any;
2478
+ theme?: string | undefined;
2479
+ contentClass?: any;
2480
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2480
2481
  openOnClick?: boolean | undefined;
2481
2482
  openOnFocus?: boolean | undefined;
2482
2483
  contentProps?: any;
@@ -2513,22 +2514,22 @@ declare const VCombobox: {
2513
2514
  }) => vue.VNodeChild) | undefined;
2514
2515
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2515
2516
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
2516
- style: vue.StyleValue;
2517
- disabled: boolean;
2517
+ location: Anchor;
2518
+ origin: "auto" | Anchor | "overlap";
2518
2519
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
2519
2520
  component?: vue.Component | undefined;
2520
2521
  })> | {
2521
2522
  component: vue.Component;
2522
2523
  };
2523
2524
  zIndex: string | number;
2524
- modelValue: boolean;
2525
- origin: Anchor | "auto" | "overlap";
2525
+ style: vue.StyleValue;
2526
2526
  eager: boolean;
2527
- location: Anchor;
2528
- locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2527
+ disabled: boolean;
2528
+ modelValue: boolean;
2529
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2529
2530
  updateLocation: (e?: Event | undefined) => void;
2530
- } | undefined) | "connected">;
2531
- scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2531
+ } | undefined)>;
2532
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2532
2533
  closeDelay: NonNullable<string | number>;
2533
2534
  openDelay: NonNullable<string | number>;
2534
2535
  activatorProps: Record<string, any>;
@@ -2540,20 +2541,20 @@ declare const VCombobox: {
2540
2541
  persistent: boolean;
2541
2542
  scrim: NonNullable<string | boolean>;
2542
2543
  } & {
2543
- class?: any;
2544
+ offset?: string | number | number[] | undefined;
2544
2545
  id?: string | undefined;
2545
- width?: string | number | undefined;
2546
2546
  height?: string | number | undefined;
2547
- theme?: string | undefined;
2548
- target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
2549
- offset?: string | number | number[] | undefined;
2550
- contentClass?: any;
2551
- opacity?: string | number | undefined;
2547
+ width?: string | number | undefined;
2552
2548
  maxHeight?: string | number | undefined;
2553
2549
  maxWidth?: string | number | undefined;
2554
2550
  minHeight?: string | number | undefined;
2555
2551
  minWidth?: string | number | undefined;
2556
- activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
2552
+ opacity?: string | number | undefined;
2553
+ target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
2554
+ class?: any;
2555
+ theme?: string | undefined;
2556
+ contentClass?: any;
2557
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2557
2558
  openOnClick?: boolean | undefined;
2558
2559
  openOnFocus?: boolean | undefined;
2559
2560
  contentProps?: any;
@@ -2592,7 +2593,7 @@ declare const VCombobox: {
2592
2593
  }) => vue.VNodeChild) | undefined;
2593
2594
  } & {
2594
2595
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2595
- }, "style" | "disabled" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
2596
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
2596
2597
  itemColor?: string | undefined;
2597
2598
  autoSelectFirst?: boolean | "exact" | undefined;
2598
2599
  } & {
@@ -2604,32 +2605,33 @@ declare const VCombobox: {
2604
2605
  'update:modelValue': (value: any) => true;
2605
2606
  'update:search': (value: string) => true;
2606
2607
  'update:menu': (value: boolean) => true;
2607
- }, "$children" | "v-slots" | "modelValue" | "items" | "multiple" | "v-slot:prepend" | "v-slot:append" | "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, {
2608
- reverse: boolean;
2608
+ }, "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, {
2609
2609
  flat: boolean;
2610
- style: vue.StyleValue;
2611
- menu: boolean;
2610
+ reverse: boolean;
2611
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2612
2612
  type: string;
2613
- active: boolean;
2614
2613
  error: boolean;
2615
- disabled: boolean;
2616
- messages: string | readonly string[];
2617
- noDataText: string;
2614
+ active: boolean;
2615
+ direction: "horizontal" | "vertical";
2618
2616
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
2619
2617
  component?: vue.Component | undefined;
2620
2618
  })>;
2619
+ menu: boolean;
2620
+ style: vue.StyleValue;
2621
+ role: string;
2622
+ autofocus: boolean;
2623
+ eager: boolean;
2624
+ disabled: boolean;
2625
+ readonly: boolean | null;
2626
+ messages: string | readonly string[];
2627
+ noDataText: string;
2621
2628
  focused: boolean;
2622
2629
  errorMessages: string | readonly string[] | null;
2623
2630
  maxErrors: string | number;
2624
- readonly: boolean | null;
2625
2631
  rules: readonly ValidationRule[];
2626
2632
  rounded: string | number | boolean;
2627
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
2628
2633
  tile: boolean;
2629
- eager: boolean;
2630
- role: string;
2631
2634
  density: Density;
2632
- direction: "horizontal" | "vertical";
2633
2635
  valueComparator: typeof deepEqual;
2634
2636
  clearIcon: IconValue;
2635
2637
  centerAffix: boolean;
@@ -2639,7 +2641,6 @@ declare const VCombobox: {
2639
2641
  noFilter: boolean;
2640
2642
  filterKeys: NonNullable<FilterKeys>;
2641
2643
  itemChildren: NonNullable<SelectItemKey>;
2642
- autofocus: boolean;
2643
2644
  clearable: boolean;
2644
2645
  persistentClear: boolean;
2645
2646
  singleLine: boolean;
@@ -2655,6 +2656,9 @@ declare const VCombobox: {
2655
2656
  openOnClear: boolean;
2656
2657
  clearOnSelect: boolean;
2657
2658
  }, {}, string, vue.SlotsType<Partial<{
2659
+ message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2660
+ [key: string]: any;
2661
+ }>[];
2658
2662
  clear: (arg: DefaultInputSlot & {
2659
2663
  props: Record<string, any>;
2660
2664
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -2669,15 +2673,12 @@ declare const VCombobox: {
2669
2673
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2670
2674
  [key: string]: any;
2671
2675
  }>[];
2672
- message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2676
+ append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2673
2677
  [key: string]: any;
2674
2678
  }>[];
2675
2679
  prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2676
2680
  [key: string]: any;
2677
2681
  }>[];
2678
- append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2679
- [key: string]: any;
2680
- }>[];
2681
2682
  loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2682
2683
  [key: string]: any;
2683
2684
  }>[];
@@ -2777,7 +2778,7 @@ declare const VCombobox: {
2777
2778
  })>;
2778
2779
  default: string;
2779
2780
  validator: (val: unknown) => boolean;
2780
- }, "default" | "type"> & {
2781
+ }, "type" | "default"> & {
2781
2782
  type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
2782
2783
  component?: vue.Component | undefined;
2783
2784
  })>>;
@@ -2785,37 +2786,58 @@ declare const VCombobox: {
2785
2786
  component?: vue.Component | undefined;
2786
2787
  })>;
2787
2788
  };
2788
- reverse: BooleanConstructor;
2789
2789
  flat: BooleanConstructor;
2790
- class: PropType<any>;
2791
- style: {
2792
- type: PropType<vue.StyleValue>;
2793
- default: null;
2790
+ reverse: BooleanConstructor;
2791
+ variant: {
2792
+ type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
2793
+ default: string;
2794
+ validator: (v: any) => boolean;
2794
2795
  };
2795
- id: StringConstructor;
2796
- label: StringConstructor;
2797
2796
  type: {
2798
2797
  type: StringConstructor;
2799
2798
  default: string;
2800
2799
  };
2800
+ error: BooleanConstructor;
2801
+ id: StringConstructor;
2801
2802
  width: (StringConstructor | NumberConstructor)[];
2802
2803
  active: BooleanConstructor;
2803
- error: BooleanConstructor;
2804
- theme: StringConstructor;
2805
- color: StringConstructor;
2806
2804
  name: StringConstructor;
2805
+ color: StringConstructor;
2806
+ direction: {
2807
+ type: PropType<"horizontal" | "vertical">;
2808
+ default: string;
2809
+ validator: (v: any) => boolean;
2810
+ };
2811
+ maxWidth: (StringConstructor | NumberConstructor)[];
2812
+ minWidth: (StringConstructor | NumberConstructor)[];
2813
+ loading: (StringConstructor | BooleanConstructor)[];
2814
+ label: StringConstructor;
2815
+ style: {
2816
+ type: PropType<vue.StyleValue>;
2817
+ default: null;
2818
+ };
2807
2819
  prefix: StringConstructor;
2820
+ role: {
2821
+ type: PropType<string>;
2822
+ default: string;
2823
+ };
2824
+ autofocus: BooleanConstructor;
2808
2825
  disabled: {
2809
2826
  type: BooleanConstructor;
2810
2827
  default: null;
2811
2828
  };
2812
- loading: (StringConstructor | BooleanConstructor)[];
2829
+ readonly: {
2830
+ type: PropType<boolean | null>;
2831
+ default: null;
2832
+ };
2833
+ class: PropType<any>;
2834
+ placeholder: StringConstructor;
2835
+ theme: StringConstructor;
2813
2836
  messages: {
2814
2837
  type: PropType<string | readonly string[]>;
2815
2838
  default: () => never[];
2816
2839
  };
2817
- placeholder: StringConstructor;
2818
- counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
2840
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
2819
2841
  focused: BooleanConstructor;
2820
2842
  'onUpdate:focused': PropType<(args_0: boolean) => void>;
2821
2843
  errorMessages: {
@@ -2826,10 +2848,6 @@ declare const VCombobox: {
2826
2848
  type: (StringConstructor | NumberConstructor)[];
2827
2849
  default: number;
2828
2850
  };
2829
- readonly: {
2830
- type: PropType<boolean | null>;
2831
- default: null;
2832
- };
2833
2851
  rules: {
2834
2852
  type: PropType<readonly ValidationRule[]>;
2835
2853
  default: () => never[];
@@ -2838,33 +2856,17 @@ declare const VCombobox: {
2838
2856
  type: PropType<any>;
2839
2857
  default: any;
2840
2858
  };
2841
- validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
2859
+ validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
2842
2860
  rounded: {
2843
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
2861
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
2844
2862
  default: undefined;
2845
2863
  };
2846
- variant: {
2847
- type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
2848
- default: string;
2849
- validator: (v: any) => boolean;
2850
- };
2851
- maxWidth: (StringConstructor | NumberConstructor)[];
2852
- minWidth: (StringConstructor | NumberConstructor)[];
2853
2864
  tile: BooleanConstructor;
2854
- role: {
2855
- type: PropType<string>;
2856
- default: string;
2857
- };
2858
2865
  density: {
2859
2866
  type: PropType<Density>;
2860
2867
  default: string;
2861
2868
  validator: (v: any) => boolean;
2862
2869
  };
2863
- direction: {
2864
- type: PropType<"horizontal" | "vertical">;
2865
- default: string;
2866
- validator: (v: any) => boolean;
2867
- };
2868
2870
  baseColor: StringConstructor;
2869
2871
  bgColor: StringConstructor;
2870
2872
  prependIcon: PropType<IconValue>;
@@ -2875,8 +2877,8 @@ declare const VCombobox: {
2875
2877
  };
2876
2878
  prependInnerIcon: PropType<IconValue>;
2877
2879
  'onClick:clear': PropType<(args_0: MouseEvent) => void>;
2878
- 'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
2879
2880
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
2881
+ 'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
2880
2882
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
2881
2883
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
2882
2884
  centerAffix: {
@@ -2887,7 +2889,6 @@ declare const VCombobox: {
2887
2889
  hint: StringConstructor;
2888
2890
  persistentHint: BooleanConstructor;
2889
2891
  hideDetails: PropType<boolean | "auto">;
2890
- autofocus: BooleanConstructor;
2891
2892
  clearable: BooleanConstructor;
2892
2893
  persistentClear: BooleanConstructor;
2893
2894
  singleLine: BooleanConstructor;
@@ -2911,7 +2912,7 @@ declare const VCombobox: {
2911
2912
  itemChildren: Omit<{
2912
2913
  type: PropType<SelectItemKey>;
2913
2914
  default: string;
2914
- }, "default" | "type"> & {
2915
+ }, "type" | "default"> & {
2915
2916
  type: PropType<NonNullable<SelectItemKey>>;
2916
2917
  default: NonNullable<SelectItemKey>;
2917
2918
  };
@@ -2945,13 +2946,13 @@ declare const VCombobox: {
2945
2946
  hideSelected: BooleanConstructor;
2946
2947
  listProps: {
2947
2948
  type: PropType<Partial<{
2948
- style: vue.StyleValue;
2949
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2949
2950
  nav: boolean;
2951
+ style: vue.StyleValue;
2950
2952
  disabled: boolean;
2951
2953
  tag: string;
2952
- rounded: string | number | boolean;
2953
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2954
2954
  mandatory: boolean;
2955
+ rounded: string | number | boolean;
2955
2956
  tile: boolean;
2956
2957
  density: Density;
2957
2958
  slim: boolean;
@@ -2964,11 +2965,11 @@ declare const VCombobox: {
2964
2965
  returnObject: boolean;
2965
2966
  itemType: string;
2966
2967
  }> & Omit<{
2967
- style: vue.StyleValue;
2968
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2968
2969
  nav: boolean;
2970
+ style: vue.StyleValue;
2969
2971
  disabled: boolean;
2970
2972
  tag: string;
2971
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2972
2973
  mandatory: boolean;
2973
2974
  tile: boolean;
2974
2975
  density: Density;
@@ -2981,24 +2982,24 @@ declare const VCombobox: {
2981
2982
  lines: false | "one" | "two" | "three";
2982
2983
  returnObject: boolean;
2983
2984
  itemType: string;
2984
- class?: any;
2985
- width?: string | number | undefined;
2986
- height?: string | number | undefined;
2987
- theme?: string | undefined;
2988
- color?: string | undefined;
2989
- activated?: any;
2985
+ height?: string | number | undefined;
2986
+ width?: string | number | undefined;
2990
2987
  border?: string | number | boolean | undefined;
2991
- rounded?: string | number | boolean | undefined;
2988
+ color?: string | undefined;
2992
2989
  maxHeight?: string | number | undefined;
2993
2990
  maxWidth?: string | number | undefined;
2994
2991
  minHeight?: string | number | undefined;
2995
2992
  minWidth?: string | number | undefined;
2993
+ activated?: any;
2994
+ class?: any;
2996
2995
  elevation?: string | number | undefined;
2996
+ theme?: string | undefined;
2997
+ rounded?: string | number | boolean | undefined;
2997
2998
  baseColor?: string | undefined;
2998
2999
  bgColor?: string | undefined;
3000
+ activeColor?: string | undefined;
2999
3001
  activeClass?: string | undefined;
3000
3002
  activeStrategy?: ActiveStrategyProp | undefined;
3001
- activeColor?: string | undefined;
3002
3003
  collapseIcon?: string | undefined;
3003
3004
  expandIcon?: string | undefined;
3004
3005
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -3008,11 +3009,11 @@ declare const VCombobox: {
3008
3009
  path: unknown[];
3009
3010
  }) => any) | undefined;
3010
3011
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
3011
- style: vue.StyleValue;
3012
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3012
3013
  nav: boolean;
3014
+ style: vue.StyleValue;
3013
3015
  disabled: boolean;
3014
3016
  tag: string;
3015
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3016
3017
  mandatory: boolean;
3017
3018
  tile: boolean;
3018
3019
  density: Density;
@@ -3026,24 +3027,24 @@ declare const VCombobox: {
3026
3027
  returnObject: boolean;
3027
3028
  itemType: string;
3028
3029
  } & {
3029
- class?: any;
3030
- width?: string | number | undefined;
3031
3030
  height?: string | number | undefined;
3032
- theme?: string | undefined;
3033
- color?: string | undefined;
3034
- activated?: any;
3031
+ width?: string | number | undefined;
3035
3032
  border?: string | number | boolean | undefined;
3036
- rounded?: string | number | boolean | undefined;
3033
+ color?: string | undefined;
3037
3034
  maxHeight?: string | number | undefined;
3038
3035
  maxWidth?: string | number | undefined;
3039
3036
  minHeight?: string | number | undefined;
3040
3037
  minWidth?: string | number | undefined;
3038
+ activated?: any;
3039
+ class?: any;
3041
3040
  elevation?: string | number | undefined;
3041
+ theme?: string | undefined;
3042
+ rounded?: string | number | boolean | undefined;
3042
3043
  baseColor?: string | undefined;
3043
3044
  bgColor?: string | undefined;
3045
+ activeColor?: string | undefined;
3044
3046
  activeClass?: string | undefined;
3045
3047
  activeStrategy?: ActiveStrategyProp | undefined;
3046
- activeColor?: string | undefined;
3047
3048
  collapseIcon?: string | undefined;
3048
3049
  expandIcon?: string | undefined;
3049
3050
  } & {
@@ -3053,7 +3054,7 @@ declare const VCombobox: {
3053
3054
  value: boolean;
3054
3055
  path: unknown[];
3055
3056
  }) => any) | undefined;
3056
- }, "style" | "nav" | "disabled" | "tag" | "rounded" | "variant" | "mandatory" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
3057
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
3057
3058
  items?: readonly any[] | undefined;
3058
3059
  itemTitle?: SelectItemKey<any>;
3059
3060
  itemValue?: SelectItemKey<any>;
@@ -3078,10 +3079,10 @@ declare const VCombobox: {
3078
3079
  title?: ((arg: ListItemTitleSlot & {
3079
3080
  item: any;
3080
3081
  }) => vue.VNodeChild) | undefined;
3081
- prepend?: ((arg: ListItemSlot & {
3082
+ append?: ((arg: ListItemSlot & {
3082
3083
  item: any;
3083
3084
  }) => vue.VNodeChild) | undefined;
3084
- append?: ((arg: ListItemSlot & {
3085
+ prepend?: ((arg: ListItemSlot & {
3085
3086
  item: any;
3086
3087
  }) => vue.VNodeChild) | undefined;
3087
3088
  subtitle?: ((arg: ListItemSubtitleSlot & {
@@ -3121,10 +3122,10 @@ declare const VCombobox: {
3121
3122
  title?: false | ((arg: ListItemTitleSlot & {
3122
3123
  item: any;
3123
3124
  }) => vue.VNodeChild) | undefined;
3124
- prepend?: false | ((arg: ListItemSlot & {
3125
+ append?: false | ((arg: ListItemSlot & {
3125
3126
  item: any;
3126
3127
  }) => vue.VNodeChild) | undefined;
3127
- append?: false | ((arg: ListItemSlot & {
3128
+ prepend?: false | ((arg: ListItemSlot & {
3128
3129
  item: any;
3129
3130
  }) => vue.VNodeChild) | undefined;
3130
3131
  subtitle?: false | ((arg: ListItemSubtitleSlot & {
@@ -3164,10 +3165,10 @@ declare const VCombobox: {
3164
3165
  "v-slot:title"?: false | ((arg: ListItemTitleSlot & {
3165
3166
  item: any;
3166
3167
  }) => vue.VNodeChild) | undefined;
3167
- "v-slot:prepend"?: false | ((arg: ListItemSlot & {
3168
+ "v-slot:append"?: false | ((arg: ListItemSlot & {
3168
3169
  item: any;
3169
3170
  }) => vue.VNodeChild) | undefined;
3170
- "v-slot:append"?: false | ((arg: ListItemSlot & {
3171
+ "v-slot:prepend"?: false | ((arg: ListItemSlot & {
3171
3172
  item: any;
3172
3173
  }) => vue.VNodeChild) | undefined;
3173
3174
  "v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
@@ -3211,22 +3212,22 @@ declare const VCombobox: {
3211
3212
  };
3212
3213
  menuProps: {
3213
3214
  type: PropType<Partial<{
3214
- style: vue.StyleValue;
3215
- disabled: boolean;
3215
+ location: Anchor;
3216
+ origin: "auto" | Anchor | "overlap";
3216
3217
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
3217
3218
  component?: vue.Component | undefined;
3218
3219
  })> | {
3219
3220
  component: vue.Component;
3220
3221
  };
3221
3222
  zIndex: string | number;
3222
- modelValue: boolean;
3223
- origin: Anchor | "auto" | "overlap";
3223
+ style: vue.StyleValue;
3224
3224
  eager: boolean;
3225
- location: Anchor;
3226
- locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
3225
+ disabled: boolean;
3226
+ modelValue: boolean;
3227
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
3227
3228
  updateLocation: (e?: Event | undefined) => void;
3228
- } | undefined) | "connected">;
3229
- scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
3229
+ } | undefined)>;
3230
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
3230
3231
  closeDelay: NonNullable<string | number>;
3231
3232
  openDelay: NonNullable<string | number>;
3232
3233
  activatorProps: Record<string, any>;
@@ -3240,22 +3241,22 @@ declare const VCombobox: {
3240
3241
  persistent: boolean;
3241
3242
  scrim: NonNullable<string | boolean>;
3242
3243
  }> & Omit<{
3243
- style: vue.StyleValue;
3244
- disabled: boolean;
3244
+ location: Anchor;
3245
+ origin: "auto" | Anchor | "overlap";
3245
3246
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
3246
3247
  component?: vue.Component | undefined;
3247
3248
  })> | {
3248
3249
  component: vue.Component;
3249
3250
  };
3250
3251
  zIndex: string | number;
3251
- modelValue: boolean;
3252
- origin: Anchor | "auto" | "overlap";
3252
+ style: vue.StyleValue;
3253
3253
  eager: boolean;
3254
- location: Anchor;
3255
- locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
3254
+ disabled: boolean;
3255
+ modelValue: boolean;
3256
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
3256
3257
  updateLocation: (e?: Event | undefined) => void;
3257
- } | undefined) | "connected">;
3258
- scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
3258
+ } | undefined)>;
3259
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
3259
3260
  closeDelay: NonNullable<string | number>;
3260
3261
  openDelay: NonNullable<string | number>;
3261
3262
  activatorProps: Record<string, any>;
@@ -3266,20 +3267,20 @@ declare const VCombobox: {
3266
3267
  noClickAnimation: boolean;
3267
3268
  persistent: boolean;
3268
3269
  scrim: NonNullable<string | boolean>;
3269
- class?: any;
3270
+ offset?: string | number | number[] | undefined;
3270
3271
  id?: string | undefined;
3271
- width?: string | number | undefined;
3272
3272
  height?: string | number | undefined;
3273
- theme?: string | undefined;
3274
- target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
3275
- offset?: string | number | number[] | undefined;
3276
- contentClass?: any;
3277
- opacity?: string | number | undefined;
3273
+ width?: string | number | undefined;
3278
3274
  maxHeight?: string | number | undefined;
3279
3275
  maxWidth?: string | number | undefined;
3280
3276
  minHeight?: string | number | undefined;
3281
3277
  minWidth?: string | number | undefined;
3282
- activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
3278
+ opacity?: string | number | undefined;
3279
+ target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
3280
+ class?: any;
3281
+ theme?: string | undefined;
3282
+ contentClass?: any;
3283
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
3283
3284
  openOnClick?: boolean | undefined;
3284
3285
  openOnFocus?: boolean | undefined;
3285
3286
  contentProps?: any;
@@ -3316,22 +3317,22 @@ declare const VCombobox: {
3316
3317
  }) => vue.VNodeChild) | undefined;
3317
3318
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
3318
3319
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
3319
- style: vue.StyleValue;
3320
- disabled: boolean;
3320
+ location: Anchor;
3321
+ origin: "auto" | Anchor | "overlap";
3321
3322
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
3322
3323
  component?: vue.Component | undefined;
3323
3324
  })> | {
3324
3325
  component: vue.Component;
3325
3326
  };
3326
3327
  zIndex: string | number;
3327
- modelValue: boolean;
3328
- origin: Anchor | "auto" | "overlap";
3328
+ style: vue.StyleValue;
3329
3329
  eager: boolean;
3330
- location: Anchor;
3331
- locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
3330
+ disabled: boolean;
3331
+ modelValue: boolean;
3332
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
3332
3333
  updateLocation: (e?: Event | undefined) => void;
3333
- } | undefined) | "connected">;
3334
- scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
3334
+ } | undefined)>;
3335
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
3335
3336
  closeDelay: NonNullable<string | number>;
3336
3337
  openDelay: NonNullable<string | number>;
3337
3338
  activatorProps: Record<string, any>;
@@ -3343,20 +3344,20 @@ declare const VCombobox: {
3343
3344
  persistent: boolean;
3344
3345
  scrim: NonNullable<string | boolean>;
3345
3346
  } & {
3346
- class?: any;
3347
+ offset?: string | number | number[] | undefined;
3347
3348
  id?: string | undefined;
3348
- width?: string | number | undefined;
3349
3349
  height?: string | number | undefined;
3350
- theme?: string | undefined;
3351
- target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
3352
- offset?: string | number | number[] | undefined;
3353
- contentClass?: any;
3354
- opacity?: string | number | undefined;
3350
+ width?: string | number | undefined;
3355
3351
  maxHeight?: string | number | undefined;
3356
3352
  maxWidth?: string | number | undefined;
3357
3353
  minHeight?: string | number | undefined;
3358
3354
  minWidth?: string | number | undefined;
3359
- activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
3355
+ opacity?: string | number | undefined;
3356
+ target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
3357
+ class?: any;
3358
+ theme?: string | undefined;
3359
+ contentClass?: any;
3360
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
3360
3361
  openOnClick?: boolean | undefined;
3361
3362
  openOnFocus?: boolean | undefined;
3362
3363
  contentProps?: any;
@@ -3395,7 +3396,7 @@ declare const VCombobox: {
3395
3396
  }) => vue.VNodeChild) | undefined;
3396
3397
  } & {
3397
3398
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
3398
- }, "style" | "disabled" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
3399
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
3399
3400
  };
3400
3401
  multiple: BooleanConstructor;
3401
3402
  noDataText: {
@@ -3430,7 +3431,7 @@ declare const VCombobox: {
3430
3431
  })>;
3431
3432
  default: string;
3432
3433
  validator: (val: unknown) => boolean;
3433
- }, "default" | "type"> & {
3434
+ }, "type" | "default"> & {
3434
3435
  type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
3435
3436
  component?: vue.Component | undefined;
3436
3437
  })>>;
@@ -3438,37 +3439,58 @@ declare const VCombobox: {
3438
3439
  component?: vue.Component | undefined;
3439
3440
  })>;
3440
3441
  };
3441
- reverse: BooleanConstructor;
3442
3442
  flat: BooleanConstructor;
3443
- class: PropType<any>;
3444
- style: {
3445
- type: PropType<vue.StyleValue>;
3446
- default: null;
3443
+ reverse: BooleanConstructor;
3444
+ variant: {
3445
+ type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
3446
+ default: string;
3447
+ validator: (v: any) => boolean;
3447
3448
  };
3448
- id: StringConstructor;
3449
- label: StringConstructor;
3450
3449
  type: {
3451
3450
  type: StringConstructor;
3452
3451
  default: string;
3453
3452
  };
3453
+ error: BooleanConstructor;
3454
+ id: StringConstructor;
3454
3455
  width: (StringConstructor | NumberConstructor)[];
3455
3456
  active: BooleanConstructor;
3456
- error: BooleanConstructor;
3457
- theme: StringConstructor;
3458
- color: StringConstructor;
3459
3457
  name: StringConstructor;
3458
+ color: StringConstructor;
3459
+ direction: {
3460
+ type: PropType<"horizontal" | "vertical">;
3461
+ default: string;
3462
+ validator: (v: any) => boolean;
3463
+ };
3464
+ maxWidth: (StringConstructor | NumberConstructor)[];
3465
+ minWidth: (StringConstructor | NumberConstructor)[];
3466
+ loading: (StringConstructor | BooleanConstructor)[];
3467
+ label: StringConstructor;
3468
+ style: {
3469
+ type: PropType<vue.StyleValue>;
3470
+ default: null;
3471
+ };
3460
3472
  prefix: StringConstructor;
3473
+ role: {
3474
+ type: PropType<string>;
3475
+ default: string;
3476
+ };
3477
+ autofocus: BooleanConstructor;
3461
3478
  disabled: {
3462
3479
  type: BooleanConstructor;
3463
3480
  default: null;
3464
3481
  };
3465
- loading: (StringConstructor | BooleanConstructor)[];
3482
+ readonly: {
3483
+ type: PropType<boolean | null>;
3484
+ default: null;
3485
+ };
3486
+ class: PropType<any>;
3487
+ placeholder: StringConstructor;
3488
+ theme: StringConstructor;
3466
3489
  messages: {
3467
3490
  type: PropType<string | readonly string[]>;
3468
3491
  default: () => never[];
3469
3492
  };
3470
- placeholder: StringConstructor;
3471
- counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
3493
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
3472
3494
  focused: BooleanConstructor;
3473
3495
  'onUpdate:focused': PropType<(args_0: boolean) => void>;
3474
3496
  errorMessages: {
@@ -3479,10 +3501,6 @@ declare const VCombobox: {
3479
3501
  type: (StringConstructor | NumberConstructor)[];
3480
3502
  default: number;
3481
3503
  };
3482
- readonly: {
3483
- type: PropType<boolean | null>;
3484
- default: null;
3485
- };
3486
3504
  rules: {
3487
3505
  type: PropType<readonly ValidationRule[]>;
3488
3506
  default: () => never[];
@@ -3491,33 +3509,17 @@ declare const VCombobox: {
3491
3509
  type: PropType<any>;
3492
3510
  default: any;
3493
3511
  };
3494
- validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
3512
+ validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
3495
3513
  rounded: {
3496
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
3514
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
3497
3515
  default: undefined;
3498
3516
  };
3499
- variant: {
3500
- type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
3501
- default: string;
3502
- validator: (v: any) => boolean;
3503
- };
3504
- maxWidth: (StringConstructor | NumberConstructor)[];
3505
- minWidth: (StringConstructor | NumberConstructor)[];
3506
3517
  tile: BooleanConstructor;
3507
- role: {
3508
- type: PropType<string>;
3509
- default: string;
3510
- };
3511
3518
  density: {
3512
3519
  type: PropType<Density>;
3513
3520
  default: string;
3514
3521
  validator: (v: any) => boolean;
3515
3522
  };
3516
- direction: {
3517
- type: PropType<"horizontal" | "vertical">;
3518
- default: string;
3519
- validator: (v: any) => boolean;
3520
- };
3521
3523
  baseColor: StringConstructor;
3522
3524
  bgColor: StringConstructor;
3523
3525
  prependIcon: PropType<IconValue>;
@@ -3528,8 +3530,8 @@ declare const VCombobox: {
3528
3530
  };
3529
3531
  prependInnerIcon: PropType<IconValue>;
3530
3532
  'onClick:clear': PropType<(args_0: MouseEvent) => void>;
3531
- 'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
3532
3533
  'onClick:append': PropType<(args_0: MouseEvent) => void>;
3534
+ 'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
3533
3535
  'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
3534
3536
  'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
3535
3537
  centerAffix: {
@@ -3540,7 +3542,6 @@ declare const VCombobox: {
3540
3542
  hint: StringConstructor;
3541
3543
  persistentHint: BooleanConstructor;
3542
3544
  hideDetails: PropType<boolean | "auto">;
3543
- autofocus: BooleanConstructor;
3544
3545
  clearable: BooleanConstructor;
3545
3546
  persistentClear: BooleanConstructor;
3546
3547
  singleLine: BooleanConstructor;
@@ -3564,7 +3565,7 @@ declare const VCombobox: {
3564
3565
  itemChildren: Omit<{
3565
3566
  type: PropType<SelectItemKey>;
3566
3567
  default: string;
3567
- }, "default" | "type"> & {
3568
+ }, "type" | "default"> & {
3568
3569
  type: PropType<NonNullable<SelectItemKey>>;
3569
3570
  default: NonNullable<SelectItemKey>;
3570
3571
  };
@@ -3598,13 +3599,13 @@ declare const VCombobox: {
3598
3599
  hideSelected: BooleanConstructor;
3599
3600
  listProps: {
3600
3601
  type: PropType<Partial<{
3601
- style: vue.StyleValue;
3602
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3602
3603
  nav: boolean;
3604
+ style: vue.StyleValue;
3603
3605
  disabled: boolean;
3604
3606
  tag: string;
3605
- rounded: string | number | boolean;
3606
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3607
3607
  mandatory: boolean;
3608
+ rounded: string | number | boolean;
3608
3609
  tile: boolean;
3609
3610
  density: Density;
3610
3611
  slim: boolean;
@@ -3617,11 +3618,11 @@ declare const VCombobox: {
3617
3618
  returnObject: boolean;
3618
3619
  itemType: string;
3619
3620
  }> & Omit<{
3620
- style: vue.StyleValue;
3621
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3621
3622
  nav: boolean;
3623
+ style: vue.StyleValue;
3622
3624
  disabled: boolean;
3623
3625
  tag: string;
3624
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3625
3626
  mandatory: boolean;
3626
3627
  tile: boolean;
3627
3628
  density: Density;
@@ -3634,24 +3635,24 @@ declare const VCombobox: {
3634
3635
  lines: false | "one" | "two" | "three";
3635
3636
  returnObject: boolean;
3636
3637
  itemType: string;
3637
- class?: any;
3638
- width?: string | number | undefined;
3639
3638
  height?: string | number | undefined;
3640
- theme?: string | undefined;
3641
- color?: string | undefined;
3642
- activated?: any;
3639
+ width?: string | number | undefined;
3643
3640
  border?: string | number | boolean | undefined;
3644
- rounded?: string | number | boolean | undefined;
3641
+ color?: string | undefined;
3645
3642
  maxHeight?: string | number | undefined;
3646
3643
  maxWidth?: string | number | undefined;
3647
3644
  minHeight?: string | number | undefined;
3648
3645
  minWidth?: string | number | undefined;
3646
+ activated?: any;
3647
+ class?: any;
3649
3648
  elevation?: string | number | undefined;
3649
+ theme?: string | undefined;
3650
+ rounded?: string | number | boolean | undefined;
3650
3651
  baseColor?: string | undefined;
3651
3652
  bgColor?: string | undefined;
3653
+ activeColor?: string | undefined;
3652
3654
  activeClass?: string | undefined;
3653
3655
  activeStrategy?: ActiveStrategyProp | undefined;
3654
- activeColor?: string | undefined;
3655
3656
  collapseIcon?: string | undefined;
3656
3657
  expandIcon?: string | undefined;
3657
3658
  "onUpdate:activated"?: ((value: unknown) => any) | undefined;
@@ -3661,11 +3662,11 @@ declare const VCombobox: {
3661
3662
  path: unknown[];
3662
3663
  }) => any) | undefined;
3663
3664
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
3664
- style: vue.StyleValue;
3665
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3665
3666
  nav: boolean;
3667
+ style: vue.StyleValue;
3666
3668
  disabled: boolean;
3667
3669
  tag: string;
3668
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
3669
3670
  mandatory: boolean;
3670
3671
  tile: boolean;
3671
3672
  density: Density;
@@ -3679,24 +3680,24 @@ declare const VCombobox: {
3679
3680
  returnObject: boolean;
3680
3681
  itemType: string;
3681
3682
  } & {
3682
- class?: any;
3683
- width?: string | number | undefined;
3684
3683
  height?: string | number | undefined;
3685
- theme?: string | undefined;
3686
- color?: string | undefined;
3687
- activated?: any;
3684
+ width?: string | number | undefined;
3688
3685
  border?: string | number | boolean | undefined;
3689
- rounded?: string | number | boolean | undefined;
3686
+ color?: string | undefined;
3690
3687
  maxHeight?: string | number | undefined;
3691
3688
  maxWidth?: string | number | undefined;
3692
3689
  minHeight?: string | number | undefined;
3693
3690
  minWidth?: string | number | undefined;
3691
+ activated?: any;
3692
+ class?: any;
3694
3693
  elevation?: string | number | undefined;
3694
+ theme?: string | undefined;
3695
+ rounded?: string | number | boolean | undefined;
3695
3696
  baseColor?: string | undefined;
3696
3697
  bgColor?: string | undefined;
3698
+ activeColor?: string | undefined;
3697
3699
  activeClass?: string | undefined;
3698
3700
  activeStrategy?: ActiveStrategyProp | undefined;
3699
- activeColor?: string | undefined;
3700
3701
  collapseIcon?: string | undefined;
3701
3702
  expandIcon?: string | undefined;
3702
3703
  } & {
@@ -3706,7 +3707,7 @@ declare const VCombobox: {
3706
3707
  value: boolean;
3707
3708
  path: unknown[];
3708
3709
  }) => any) | undefined;
3709
- }, "style" | "nav" | "disabled" | "tag" | "rounded" | "variant" | "mandatory" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
3710
+ }, "variant" | "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "valueComparator" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "lines" | "returnObject" | "itemType"> & {
3710
3711
  items?: readonly any[] | undefined;
3711
3712
  itemTitle?: SelectItemKey<any>;
3712
3713
  itemValue?: SelectItemKey<any>;
@@ -3731,10 +3732,10 @@ declare const VCombobox: {
3731
3732
  title?: ((arg: ListItemTitleSlot & {
3732
3733
  item: any;
3733
3734
  }) => vue.VNodeChild) | undefined;
3734
- prepend?: ((arg: ListItemSlot & {
3735
+ append?: ((arg: ListItemSlot & {
3735
3736
  item: any;
3736
3737
  }) => vue.VNodeChild) | undefined;
3737
- append?: ((arg: ListItemSlot & {
3738
+ prepend?: ((arg: ListItemSlot & {
3738
3739
  item: any;
3739
3740
  }) => vue.VNodeChild) | undefined;
3740
3741
  subtitle?: ((arg: ListItemSubtitleSlot & {
@@ -3774,10 +3775,10 @@ declare const VCombobox: {
3774
3775
  title?: false | ((arg: ListItemTitleSlot & {
3775
3776
  item: any;
3776
3777
  }) => vue.VNodeChild) | undefined;
3777
- prepend?: false | ((arg: ListItemSlot & {
3778
+ append?: false | ((arg: ListItemSlot & {
3778
3779
  item: any;
3779
3780
  }) => vue.VNodeChild) | undefined;
3780
- append?: false | ((arg: ListItemSlot & {
3781
+ prepend?: false | ((arg: ListItemSlot & {
3781
3782
  item: any;
3782
3783
  }) => vue.VNodeChild) | undefined;
3783
3784
  subtitle?: false | ((arg: ListItemSubtitleSlot & {
@@ -3817,10 +3818,10 @@ declare const VCombobox: {
3817
3818
  "v-slot:title"?: false | ((arg: ListItemTitleSlot & {
3818
3819
  item: any;
3819
3820
  }) => vue.VNodeChild) | undefined;
3820
- "v-slot:prepend"?: false | ((arg: ListItemSlot & {
3821
+ "v-slot:append"?: false | ((arg: ListItemSlot & {
3821
3822
  item: any;
3822
3823
  }) => vue.VNodeChild) | undefined;
3823
- "v-slot:append"?: false | ((arg: ListItemSlot & {
3824
+ "v-slot:prepend"?: false | ((arg: ListItemSlot & {
3824
3825
  item: any;
3825
3826
  }) => vue.VNodeChild) | undefined;
3826
3827
  "v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot & {
@@ -3864,22 +3865,22 @@ declare const VCombobox: {
3864
3865
  };
3865
3866
  menuProps: {
3866
3867
  type: PropType<Partial<{
3867
- style: vue.StyleValue;
3868
- disabled: boolean;
3868
+ location: Anchor;
3869
+ origin: "auto" | Anchor | "overlap";
3869
3870
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
3870
3871
  component?: vue.Component | undefined;
3871
3872
  })> | {
3872
3873
  component: vue.Component;
3873
3874
  };
3874
3875
  zIndex: string | number;
3875
- modelValue: boolean;
3876
- origin: Anchor | "auto" | "overlap";
3876
+ style: vue.StyleValue;
3877
3877
  eager: boolean;
3878
- location: Anchor;
3879
- locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
3878
+ disabled: boolean;
3879
+ modelValue: boolean;
3880
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
3880
3881
  updateLocation: (e?: Event | undefined) => void;
3881
- } | undefined) | "connected">;
3882
- scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
3882
+ } | undefined)>;
3883
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
3883
3884
  closeDelay: NonNullable<string | number>;
3884
3885
  openDelay: NonNullable<string | number>;
3885
3886
  activatorProps: Record<string, any>;
@@ -3893,22 +3894,22 @@ declare const VCombobox: {
3893
3894
  persistent: boolean;
3894
3895
  scrim: NonNullable<string | boolean>;
3895
3896
  }> & Omit<{
3896
- style: vue.StyleValue;
3897
- disabled: boolean;
3897
+ location: Anchor;
3898
+ origin: "auto" | Anchor | "overlap";
3898
3899
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
3899
3900
  component?: vue.Component | undefined;
3900
3901
  })> | {
3901
3902
  component: vue.Component;
3902
3903
  };
3903
3904
  zIndex: string | number;
3904
- modelValue: boolean;
3905
- origin: Anchor | "auto" | "overlap";
3905
+ style: vue.StyleValue;
3906
3906
  eager: boolean;
3907
- location: Anchor;
3908
- locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
3907
+ disabled: boolean;
3908
+ modelValue: boolean;
3909
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
3909
3910
  updateLocation: (e?: Event | undefined) => void;
3910
- } | undefined) | "connected">;
3911
- scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
3911
+ } | undefined)>;
3912
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
3912
3913
  closeDelay: NonNullable<string | number>;
3913
3914
  openDelay: NonNullable<string | number>;
3914
3915
  activatorProps: Record<string, any>;
@@ -3919,20 +3920,20 @@ declare const VCombobox: {
3919
3920
  noClickAnimation: boolean;
3920
3921
  persistent: boolean;
3921
3922
  scrim: NonNullable<string | boolean>;
3922
- class?: any;
3923
+ offset?: string | number | number[] | undefined;
3923
3924
  id?: string | undefined;
3924
- width?: string | number | undefined;
3925
3925
  height?: string | number | undefined;
3926
- theme?: string | undefined;
3927
- target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
3928
- offset?: string | number | number[] | undefined;
3929
- contentClass?: any;
3930
- opacity?: string | number | undefined;
3926
+ width?: string | number | undefined;
3931
3927
  maxHeight?: string | number | undefined;
3932
3928
  maxWidth?: string | number | undefined;
3933
3929
  minHeight?: string | number | undefined;
3934
3930
  minWidth?: string | number | undefined;
3935
- activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
3931
+ opacity?: string | number | undefined;
3932
+ target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
3933
+ class?: any;
3934
+ theme?: string | undefined;
3935
+ contentClass?: any;
3936
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
3936
3937
  openOnClick?: boolean | undefined;
3937
3938
  openOnFocus?: boolean | undefined;
3938
3939
  contentProps?: any;
@@ -3969,22 +3970,22 @@ declare const VCombobox: {
3969
3970
  }) => vue.VNodeChild) | undefined;
3970
3971
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
3971
3972
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
3972
- style: vue.StyleValue;
3973
- disabled: boolean;
3973
+ location: Anchor;
3974
+ origin: "auto" | Anchor | "overlap";
3974
3975
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
3975
3976
  component?: vue.Component | undefined;
3976
3977
  })> | {
3977
3978
  component: vue.Component;
3978
3979
  };
3979
3980
  zIndex: string | number;
3980
- modelValue: boolean;
3981
- origin: Anchor | "auto" | "overlap";
3981
+ style: vue.StyleValue;
3982
3982
  eager: boolean;
3983
- location: Anchor;
3984
- locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
3983
+ disabled: boolean;
3984
+ modelValue: boolean;
3985
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
3985
3986
  updateLocation: (e?: Event | undefined) => void;
3986
- } | undefined) | "connected">;
3987
- scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
3987
+ } | undefined)>;
3988
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
3988
3989
  closeDelay: NonNullable<string | number>;
3989
3990
  openDelay: NonNullable<string | number>;
3990
3991
  activatorProps: Record<string, any>;
@@ -3996,20 +3997,20 @@ declare const VCombobox: {
3996
3997
  persistent: boolean;
3997
3998
  scrim: NonNullable<string | boolean>;
3998
3999
  } & {
3999
- class?: any;
4000
+ offset?: string | number | number[] | undefined;
4000
4001
  id?: string | undefined;
4001
- width?: string | number | undefined;
4002
4002
  height?: string | number | undefined;
4003
- theme?: string | undefined;
4004
- target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
4005
- offset?: string | number | number[] | undefined;
4006
- contentClass?: any;
4007
- opacity?: string | number | undefined;
4003
+ width?: string | number | undefined;
4008
4004
  maxHeight?: string | number | undefined;
4009
4005
  maxWidth?: string | number | undefined;
4010
4006
  minHeight?: string | number | undefined;
4011
4007
  minWidth?: string | number | undefined;
4012
- activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
4008
+ opacity?: string | number | undefined;
4009
+ target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
4010
+ class?: any;
4011
+ theme?: string | undefined;
4012
+ contentClass?: any;
4013
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
4013
4014
  openOnClick?: boolean | undefined;
4014
4015
  openOnFocus?: boolean | undefined;
4015
4016
  contentProps?: any;
@@ -4048,7 +4049,7 @@ declare const VCombobox: {
4048
4049
  }) => vue.VNodeChild) | undefined;
4049
4050
  } & {
4050
4051
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
4051
- }, "style" | "disabled" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
4052
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
4052
4053
  };
4053
4054
  multiple: BooleanConstructor;
4054
4055
  noDataText: {