vuetify 3.0.0 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/dist/json/attributes.json +488 -524
  2. package/dist/json/importMap.json +64 -60
  3. package/dist/json/tags.json +0 -9
  4. package/dist/json/web-types.json +790 -898
  5. package/dist/vuetify.css +141 -142
  6. package/dist/vuetify.d.ts +4398 -3687
  7. package/dist/vuetify.esm.js +2400 -2345
  8. package/dist/vuetify.esm.js.map +1 -1
  9. package/dist/vuetify.js +2399 -2344
  10. package/dist/vuetify.js.map +1 -1
  11. package/dist/vuetify.min.css +2 -2
  12. package/dist/vuetify.min.js +798 -788
  13. package/dist/vuetify.min.js.map +1 -1
  14. package/lib/components/VAutocomplete/VAutocomplete.mjs +12 -4
  15. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  16. package/lib/components/VAutocomplete/index.d.ts +392 -158
  17. package/lib/components/VAvatar/VAvatar.mjs +1 -1
  18. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  19. package/lib/components/VBreadcrumbs/index.d.ts +2 -0
  20. package/lib/components/VBtn/index.d.ts +1 -0
  21. package/lib/components/VCard/VCard.css +0 -3
  22. package/lib/components/VCard/VCard.mjs +2 -1
  23. package/lib/components/VCard/VCard.mjs.map +1 -1
  24. package/lib/components/VCard/VCard.sass +0 -3
  25. package/lib/components/VCard/VCardItem.mjs +1 -2
  26. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  27. package/lib/components/VCard/index.d.ts +1 -0
  28. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
  29. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  30. package/lib/components/VCheckbox/index.d.ts +1 -1
  31. package/lib/components/VChip/VChip.mjs +0 -1
  32. package/lib/components/VChip/VChip.mjs.map +1 -1
  33. package/lib/components/VChip/index.d.ts +1 -2
  34. package/lib/components/VCombobox/VCombobox.mjs +12 -4
  35. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  36. package/lib/components/VCombobox/index.d.ts +392 -158
  37. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +1 -1
  38. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  39. package/lib/components/VExpansionPanel/VExpansionPanel.css +2 -2
  40. package/lib/components/VExpansionPanel/VExpansionPanel.sass +2 -2
  41. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
  42. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  43. package/lib/components/VField/index.d.ts +5 -5
  44. package/lib/components/VFileInput/index.d.ts +6 -6
  45. package/lib/components/VInput/VInput.mjs +1 -1
  46. package/lib/components/VInput/VInput.mjs.map +1 -1
  47. package/lib/components/VInput/index.d.ts +4 -4
  48. package/lib/components/VList/VList.mjs +3 -0
  49. package/lib/components/VList/VList.mjs.map +1 -1
  50. package/lib/components/VList/VListGroup.mjs +1 -1
  51. package/lib/components/VList/VListGroup.mjs.map +1 -1
  52. package/lib/components/VList/VListItem.mjs +3 -1
  53. package/lib/components/VList/VListItem.mjs.map +1 -1
  54. package/lib/components/VList/index.d.ts +19 -8
  55. package/lib/components/VNoSsr/VNoSsr.mjs +1 -3
  56. package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
  57. package/lib/components/VOverlay/VOverlay.mjs +3 -1
  58. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  59. package/lib/components/VOverlay/locationStrategies.mjs +17 -19
  60. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  61. package/lib/components/VOverlay/scrollStrategies.mjs +5 -1
  62. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  63. package/lib/components/VOverlay/useActivator.mjs +5 -1
  64. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  65. package/lib/components/VProgressLinear/VProgressLinear.mjs +1 -0
  66. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  67. package/lib/components/VRadioGroup/index.d.ts +1 -1
  68. package/lib/components/VRangeSlider/index.d.ts +1 -1
  69. package/lib/components/VRating/VRating.mjs +7 -6
  70. package/lib/components/VRating/VRating.mjs.map +1 -1
  71. package/lib/components/VRating/index.d.ts +14 -14
  72. package/lib/components/VSelect/VSelect.mjs +16 -8
  73. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  74. package/lib/components/VSelect/index.d.ts +392 -158
  75. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
  76. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  77. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +1 -1
  78. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  79. package/lib/components/VSlideGroup/VSlideGroup.css +1 -0
  80. package/lib/components/VSlideGroup/VSlideGroup.sass +1 -0
  81. package/lib/components/VSlider/index.d.ts +1 -1
  82. package/lib/components/VSwitch/index.d.ts +1 -1
  83. package/lib/components/VTable/VTable.css +9 -9
  84. package/lib/components/VTable/VTable.sass +20 -15
  85. package/lib/components/VTabs/index.d.ts +1 -0
  86. package/lib/components/VTextField/VTextField.mjs +23 -19
  87. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  88. package/lib/components/VTextField/index.d.ts +58 -58
  89. package/lib/components/VTextarea/index.d.ts +6 -6
  90. package/lib/components/VToolbar/VToolbar.css +1 -0
  91. package/lib/components/VToolbar/VToolbar.sass +1 -0
  92. package/lib/components/VValidation/index.d.ts +1 -1
  93. package/lib/components/index.d.ts +4145 -3435
  94. package/lib/components/transitions/index.mjs +1 -1
  95. package/lib/components/transitions/index.mjs.map +1 -1
  96. package/lib/composables/hydration.mjs +8 -4
  97. package/lib/composables/hydration.mjs.map +1 -1
  98. package/lib/composables/icons.mjs +6 -3
  99. package/lib/composables/icons.mjs.map +1 -1
  100. package/lib/composables/nested/nested.mjs +2 -2
  101. package/lib/composables/nested/nested.mjs.map +1 -1
  102. package/lib/composables/router.mjs +2 -2
  103. package/lib/composables/router.mjs.map +1 -1
  104. package/lib/composables/toggleScope.mjs +6 -2
  105. package/lib/composables/toggleScope.mjs.map +1 -1
  106. package/lib/entry-bundler.mjs +1 -1
  107. package/lib/framework.mjs +16 -10
  108. package/lib/framework.mjs.map +1 -1
  109. package/lib/index.d.ts +17 -16
  110. package/lib/util/defineComponent.mjs +10 -15
  111. package/lib/util/defineComponent.mjs.map +1 -1
  112. package/lib/util/helpers.mjs +10 -2
  113. package/lib/util/helpers.mjs.map +1 -1
  114. package/package.json +2 -2
@@ -127,12 +127,35 @@ declare const VAutocomplete: {
127
127
  $: vue.ComponentInternalInstance;
128
128
  $data: {};
129
129
  $props: Partial<{
130
+ reverse: boolean;
131
+ type: string;
132
+ error: boolean;
133
+ active: boolean;
134
+ direction: "horizontal" | "vertical";
130
135
  transition: string | boolean | (vue.TransitionProps & {
131
136
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
132
137
  });
138
+ loading: boolean;
133
139
  menu: boolean;
140
+ autofocus: boolean;
134
141
  eager: boolean;
142
+ disabled: boolean;
143
+ readonly: boolean;
144
+ messages: string | string[];
135
145
  noDataText: string;
146
+ density: Density;
147
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
148
+ clearIcon: IconValue;
149
+ focused: boolean;
150
+ errorMessages: string | string[];
151
+ maxErrors: string | number;
152
+ rules: ValidationRule[];
153
+ clearable: boolean;
154
+ persistentClear: boolean;
155
+ singleLine: boolean;
156
+ persistentHint: boolean;
157
+ persistentPlaceholder: boolean;
158
+ persistentCounter: boolean;
136
159
  itemTitle: SelectItemKey;
137
160
  itemValue: SelectItemKey;
138
161
  itemChildren: SelectItemKey;
@@ -161,6 +184,85 @@ declare const VAutocomplete: {
161
184
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
162
185
  });
163
186
  };
187
+ reverse: BooleanConstructor;
188
+ type: {
189
+ type: StringConstructor;
190
+ default: string;
191
+ };
192
+ error: BooleanConstructor;
193
+ id: StringConstructor;
194
+ active: BooleanConstructor;
195
+ name: StringConstructor;
196
+ color: StringConstructor;
197
+ direction: {
198
+ type: vue.PropType<"horizontal" | "vertical">;
199
+ default: string;
200
+ validator: (v: any) => boolean;
201
+ };
202
+ loading: BooleanConstructor;
203
+ label: StringConstructor;
204
+ prefix: StringConstructor;
205
+ autofocus: BooleanConstructor;
206
+ disabled: BooleanConstructor;
207
+ readonly: BooleanConstructor;
208
+ placeholder: StringConstructor;
209
+ theme: StringConstructor;
210
+ messages: {
211
+ type: vue.PropType<string | string[]>;
212
+ default: () => never[];
213
+ };
214
+ counter: vue.PropType<string | number | true>;
215
+ density: {
216
+ type: vue.PropType<Density>;
217
+ default: string;
218
+ validator: (v: any) => boolean;
219
+ };
220
+ variant: {
221
+ type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
222
+ default: string;
223
+ validator: (v: any) => boolean;
224
+ };
225
+ modelValue: {
226
+ type: vue.PropType<any>;
227
+ default: any;
228
+ };
229
+ bgColor: StringConstructor;
230
+ prependIcon: vue.PropType<IconValue>;
231
+ appendIcon: vue.PropType<IconValue>;
232
+ clearIcon: {
233
+ type: vue.PropType<IconValue>;
234
+ default: string;
235
+ };
236
+ prependInnerIcon: vue.PropType<IconValue>;
237
+ 'onClick:clear': vue.PropType<EventProp<(...args: any[]) => any>>;
238
+ 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
239
+ 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
240
+ 'onClick:appendInner': vue.PropType<EventProp<(...args: any[]) => any>>;
241
+ 'onClick:prependInner': vue.PropType<EventProp<(...args: any[]) => any>>;
242
+ focused: BooleanConstructor;
243
+ validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
244
+ errorMessages: {
245
+ type: vue.PropType<string | string[]>;
246
+ default: () => never[];
247
+ };
248
+ maxErrors: {
249
+ type: (StringConstructor | NumberConstructor)[];
250
+ default: number;
251
+ };
252
+ rules: {
253
+ type: vue.PropType<ValidationRule[]>;
254
+ default: () => never[];
255
+ };
256
+ hideDetails: vue.PropType<boolean | "auto">;
257
+ clearable: BooleanConstructor;
258
+ persistentClear: BooleanConstructor;
259
+ singleLine: BooleanConstructor;
260
+ hint: StringConstructor;
261
+ persistentHint: BooleanConstructor;
262
+ persistentPlaceholder: BooleanConstructor;
263
+ persistentCounter: BooleanConstructor;
264
+ suffix: StringConstructor;
265
+ counterValue: vue.PropType<(value: any) => number>;
164
266
  items: {
165
267
  type: vue.PropType<any[]>;
166
268
  default: () => never[];
@@ -375,14 +477,12 @@ declare const VAutocomplete: {
375
477
  }) => vue.VNodeChild) | undefined;
376
478
  }>;
377
479
  };
378
- modelValue: null;
379
480
  multiple: BooleanConstructor;
380
481
  noDataText: {
381
482
  type: StringConstructor;
382
483
  default: string;
383
484
  };
384
485
  openOnClear: BooleanConstructor;
385
- readonly: BooleanConstructor;
386
486
  customFilter: vue.PropType<FilterFunction>;
387
487
  customKeyFilter: vue.PropType<FilterKeyFunctions>;
388
488
  filterKeys: {
@@ -395,10 +495,10 @@ declare const VAutocomplete: {
395
495
  };
396
496
  noFilter: BooleanConstructor;
397
497
  search: StringConstructor;
398
- }, "id" | "name" | "color" | "label" | "prefix" | "multiple" | "placeholder" | "$children" | "theme" | "counter" | "items" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "bgColor" | "prependIcon" | "appendIcon" | "validateOn" | "onUpdate:focused" | "validationValue" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "hideDetails" | "v-slot:details" | "v-slot:item" | "returnObject" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | "hint" | "suffix" | "counterValue" | "onClick:input" | ("reverse" | "type" | "error" | "active" | "direction" | "loading" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "errorMessages" | "focused" | "maxErrors" | "rules" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter") | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
498
+ }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
399
499
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
400
500
  "onUpdate:search"?: ((val: any) => any) | undefined;
401
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "menu" | "eager" | "noDataText" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
501
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "transition" | "loading" | "menu" | "autofocus" | "eager" | "disabled" | "readonly" | "messages" | "noDataText" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "clearable" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
402
502
  $attrs: {
403
503
  [x: string]: unknown;
404
504
  };
@@ -427,6 +527,85 @@ declare const VAutocomplete: {
427
527
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
428
528
  });
429
529
  };
530
+ reverse: BooleanConstructor;
531
+ type: {
532
+ type: StringConstructor;
533
+ default: string;
534
+ };
535
+ error: BooleanConstructor;
536
+ id: StringConstructor;
537
+ active: BooleanConstructor;
538
+ name: StringConstructor;
539
+ color: StringConstructor;
540
+ direction: {
541
+ type: vue.PropType<"horizontal" | "vertical">;
542
+ default: string;
543
+ validator: (v: any) => boolean;
544
+ };
545
+ loading: BooleanConstructor;
546
+ label: StringConstructor;
547
+ prefix: StringConstructor;
548
+ autofocus: BooleanConstructor;
549
+ disabled: BooleanConstructor;
550
+ readonly: BooleanConstructor;
551
+ placeholder: StringConstructor;
552
+ theme: StringConstructor;
553
+ messages: {
554
+ type: vue.PropType<string | string[]>;
555
+ default: () => never[];
556
+ };
557
+ counter: vue.PropType<string | number | true>;
558
+ density: {
559
+ type: vue.PropType<Density>;
560
+ default: string;
561
+ validator: (v: any) => boolean;
562
+ };
563
+ variant: {
564
+ type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
565
+ default: string;
566
+ validator: (v: any) => boolean;
567
+ };
568
+ modelValue: {
569
+ type: vue.PropType<any>;
570
+ default: any;
571
+ };
572
+ bgColor: StringConstructor;
573
+ prependIcon: vue.PropType<IconValue>;
574
+ appendIcon: vue.PropType<IconValue>;
575
+ clearIcon: {
576
+ type: vue.PropType<IconValue>;
577
+ default: string;
578
+ };
579
+ prependInnerIcon: vue.PropType<IconValue>;
580
+ 'onClick:clear': vue.PropType<EventProp<(...args: any[]) => any>>;
581
+ 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
582
+ 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
583
+ 'onClick:appendInner': vue.PropType<EventProp<(...args: any[]) => any>>;
584
+ 'onClick:prependInner': vue.PropType<EventProp<(...args: any[]) => any>>;
585
+ focused: BooleanConstructor;
586
+ validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
587
+ errorMessages: {
588
+ type: vue.PropType<string | string[]>;
589
+ default: () => never[];
590
+ };
591
+ maxErrors: {
592
+ type: (StringConstructor | NumberConstructor)[];
593
+ default: number;
594
+ };
595
+ rules: {
596
+ type: vue.PropType<ValidationRule[]>;
597
+ default: () => never[];
598
+ };
599
+ hideDetails: vue.PropType<boolean | "auto">;
600
+ clearable: BooleanConstructor;
601
+ persistentClear: BooleanConstructor;
602
+ singleLine: BooleanConstructor;
603
+ hint: StringConstructor;
604
+ persistentHint: BooleanConstructor;
605
+ persistentPlaceholder: BooleanConstructor;
606
+ persistentCounter: BooleanConstructor;
607
+ suffix: StringConstructor;
608
+ counterValue: vue.PropType<(value: any) => number>;
430
609
  items: {
431
610
  type: vue.PropType<any[]>;
432
611
  default: () => never[];
@@ -641,14 +820,12 @@ declare const VAutocomplete: {
641
820
  }) => vue.VNodeChild) | undefined;
642
821
  }>;
643
822
  };
644
- modelValue: null;
645
823
  multiple: BooleanConstructor;
646
824
  noDataText: {
647
825
  type: StringConstructor;
648
826
  default: string;
649
827
  };
650
828
  openOnClear: BooleanConstructor;
651
- readonly: BooleanConstructor;
652
829
  customFilter: vue.PropType<FilterFunction>;
653
830
  customKeyFilter: vue.PropType<FilterKeyFunctions>;
654
831
  filterKeys: {
@@ -661,7 +838,7 @@ declare const VAutocomplete: {
661
838
  };
662
839
  noFilter: BooleanConstructor;
663
840
  search: StringConstructor;
664
- }, "id" | "name" | "color" | "label" | "prefix" | "multiple" | "placeholder" | "$children" | "theme" | "counter" | "items" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "bgColor" | "prependIcon" | "appendIcon" | "validateOn" | "onUpdate:focused" | "validationValue" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "hideDetails" | "v-slot:details" | "v-slot:item" | "returnObject" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | "hint" | "suffix" | "counterValue" | "onClick:input" | ("reverse" | "type" | "error" | "active" | "direction" | "loading" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "errorMessages" | "focused" | "maxErrors" | "rules" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter") | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
841
+ }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
665
842
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
666
843
  "onUpdate:search"?: ((val: any) => any) | undefined;
667
844
  }, {
@@ -682,13 +859,36 @@ declare const VAutocomplete: {
682
859
  'update:search': (val: any) => boolean;
683
860
  'update:modelValue': (val: any) => boolean;
684
861
  'update:menu': (val: boolean) => boolean;
685
- }, "reverse" | "type" | "error" | "key" | "id" | "active" | "name" | "color" | "direction" | "loading" | "label" | "style" | "prefix" | "autofocus" | "disabled" | "multiple" | "readonly" | "class" | "placeholder" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "messages" | "counter" | "items" | "v-slots" | "v-slot:default" | "density" | "v-slot:prepend" | "v-slot:append" | "variant" | "update:modelValue" | "modelValue" | "bgColor" | "prependIcon" | "appendIcon" | "validateOn" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validationValue" | "clearIcon" | "appendInnerIcon" | "prependInnerIcon" | "hideDetails" | "v-slot:details" | "update:focused" | "v-slot:item" | "returnObject" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "click:control" | "hint" | "persistentHint" | "persistentPlaceholder" | "persistentCounter" | "suffix" | "click:input" | "counterValue" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data" | "vnodeBeforeMount" | "vnodeMounted" | "vnodeBeforeUpdate" | "vnodeUpdated" | "vnodeBeforeUnmount" | "vnodeUnmounted" | "click:clear" | "click:append" | "click:prepend" | "click:appendInner" | "click:prependInner">, string, {
862
+ }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
863
+ reverse: boolean;
864
+ type: string;
865
+ error: boolean;
866
+ active: boolean;
867
+ direction: "horizontal" | "vertical";
686
868
  transition: string | boolean | (vue.TransitionProps & {
687
869
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
688
870
  });
871
+ loading: boolean;
689
872
  menu: boolean;
873
+ autofocus: boolean;
690
874
  eager: boolean;
875
+ disabled: boolean;
876
+ readonly: boolean;
877
+ messages: string | string[];
691
878
  noDataText: string;
879
+ density: Density;
880
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
881
+ clearIcon: IconValue;
882
+ focused: boolean;
883
+ errorMessages: string | string[];
884
+ maxErrors: string | number;
885
+ rules: ValidationRule[];
886
+ clearable: boolean;
887
+ persistentClear: boolean;
888
+ singleLine: boolean;
889
+ persistentHint: boolean;
890
+ persistentPlaceholder: boolean;
891
+ persistentCounter: boolean;
692
892
  itemTitle: SelectItemKey;
693
893
  itemValue: SelectItemKey;
694
894
  itemChildren: SelectItemKey;
@@ -737,6 +937,85 @@ declare const VAutocomplete: {
737
937
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
738
938
  });
739
939
  };
940
+ reverse: BooleanConstructor;
941
+ type: {
942
+ type: StringConstructor;
943
+ default: string;
944
+ };
945
+ error: BooleanConstructor;
946
+ id: StringConstructor;
947
+ active: BooleanConstructor;
948
+ name: StringConstructor;
949
+ color: StringConstructor;
950
+ direction: {
951
+ type: vue.PropType<"horizontal" | "vertical">;
952
+ default: string;
953
+ validator: (v: any) => boolean;
954
+ };
955
+ loading: BooleanConstructor;
956
+ label: StringConstructor;
957
+ prefix: StringConstructor;
958
+ autofocus: BooleanConstructor;
959
+ disabled: BooleanConstructor;
960
+ readonly: BooleanConstructor;
961
+ placeholder: StringConstructor;
962
+ theme: StringConstructor;
963
+ messages: {
964
+ type: vue.PropType<string | string[]>;
965
+ default: () => never[];
966
+ };
967
+ counter: vue.PropType<string | number | true>;
968
+ density: {
969
+ type: vue.PropType<Density>;
970
+ default: string;
971
+ validator: (v: any) => boolean;
972
+ };
973
+ variant: {
974
+ type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
975
+ default: string;
976
+ validator: (v: any) => boolean;
977
+ };
978
+ modelValue: {
979
+ type: vue.PropType<any>;
980
+ default: any;
981
+ };
982
+ bgColor: StringConstructor;
983
+ prependIcon: vue.PropType<IconValue>;
984
+ appendIcon: vue.PropType<IconValue>;
985
+ clearIcon: {
986
+ type: vue.PropType<IconValue>;
987
+ default: string;
988
+ };
989
+ prependInnerIcon: vue.PropType<IconValue>;
990
+ 'onClick:clear': vue.PropType<EventProp<(...args: any[]) => any>>;
991
+ 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
992
+ 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
993
+ 'onClick:appendInner': vue.PropType<EventProp<(...args: any[]) => any>>;
994
+ 'onClick:prependInner': vue.PropType<EventProp<(...args: any[]) => any>>;
995
+ focused: BooleanConstructor;
996
+ validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
997
+ errorMessages: {
998
+ type: vue.PropType<string | string[]>;
999
+ default: () => never[];
1000
+ };
1001
+ maxErrors: {
1002
+ type: (StringConstructor | NumberConstructor)[];
1003
+ default: number;
1004
+ };
1005
+ rules: {
1006
+ type: vue.PropType<ValidationRule[]>;
1007
+ default: () => never[];
1008
+ };
1009
+ hideDetails: vue.PropType<boolean | "auto">;
1010
+ clearable: BooleanConstructor;
1011
+ persistentClear: BooleanConstructor;
1012
+ singleLine: BooleanConstructor;
1013
+ hint: StringConstructor;
1014
+ persistentHint: BooleanConstructor;
1015
+ persistentPlaceholder: BooleanConstructor;
1016
+ persistentCounter: BooleanConstructor;
1017
+ suffix: StringConstructor;
1018
+ counterValue: vue.PropType<(value: any) => number>;
740
1019
  items: {
741
1020
  type: vue.PropType<any[]>;
742
1021
  default: () => never[];
@@ -951,14 +1230,12 @@ declare const VAutocomplete: {
951
1230
  }) => vue.VNodeChild) | undefined;
952
1231
  }>;
953
1232
  };
954
- modelValue: null;
955
1233
  multiple: BooleanConstructor;
956
1234
  noDataText: {
957
1235
  type: StringConstructor;
958
1236
  default: string;
959
1237
  };
960
1238
  openOnClear: BooleanConstructor;
961
- readonly: BooleanConstructor;
962
1239
  customFilter: vue.PropType<FilterFunction>;
963
1240
  customKeyFilter: vue.PropType<FilterKeyFunctions>;
964
1241
  filterKeys: {
@@ -971,7 +1248,7 @@ declare const VAutocomplete: {
971
1248
  };
972
1249
  noFilter: BooleanConstructor;
973
1250
  search: StringConstructor;
974
- }, "id" | "name" | "color" | "label" | "prefix" | "multiple" | "placeholder" | "$children" | "theme" | "counter" | "items" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "bgColor" | "prependIcon" | "appendIcon" | "validateOn" | "onUpdate:focused" | "validationValue" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "hideDetails" | "v-slot:details" | "v-slot:item" | "returnObject" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | "hint" | "suffix" | "counterValue" | "onClick:input" | ("reverse" | "type" | "error" | "active" | "direction" | "loading" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "errorMessages" | "focused" | "maxErrors" | "rules" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter") | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
1251
+ }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
975
1252
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
976
1253
  "onUpdate:search"?: ((val: any) => any) | undefined;
977
1254
  } & vue.ShallowUnwrapRef<{
@@ -1007,6 +1284,85 @@ declare const VAutocomplete: {
1007
1284
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1008
1285
  });
1009
1286
  };
1287
+ reverse: BooleanConstructor;
1288
+ type: {
1289
+ type: StringConstructor;
1290
+ default: string;
1291
+ };
1292
+ error: BooleanConstructor;
1293
+ id: StringConstructor;
1294
+ active: BooleanConstructor;
1295
+ name: StringConstructor;
1296
+ color: StringConstructor;
1297
+ direction: {
1298
+ type: vue.PropType<"horizontal" | "vertical">;
1299
+ default: string;
1300
+ validator: (v: any) => boolean;
1301
+ };
1302
+ loading: BooleanConstructor;
1303
+ label: StringConstructor;
1304
+ prefix: StringConstructor;
1305
+ autofocus: BooleanConstructor;
1306
+ disabled: BooleanConstructor;
1307
+ readonly: BooleanConstructor;
1308
+ placeholder: StringConstructor;
1309
+ theme: StringConstructor;
1310
+ messages: {
1311
+ type: vue.PropType<string | string[]>;
1312
+ default: () => never[];
1313
+ };
1314
+ counter: vue.PropType<string | number | true>;
1315
+ density: {
1316
+ type: vue.PropType<Density>;
1317
+ default: string;
1318
+ validator: (v: any) => boolean;
1319
+ };
1320
+ variant: {
1321
+ type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
1322
+ default: string;
1323
+ validator: (v: any) => boolean;
1324
+ };
1325
+ modelValue: {
1326
+ type: vue.PropType<any>;
1327
+ default: any;
1328
+ };
1329
+ bgColor: StringConstructor;
1330
+ prependIcon: vue.PropType<IconValue>;
1331
+ appendIcon: vue.PropType<IconValue>;
1332
+ clearIcon: {
1333
+ type: vue.PropType<IconValue>;
1334
+ default: string;
1335
+ };
1336
+ prependInnerIcon: vue.PropType<IconValue>;
1337
+ 'onClick:clear': vue.PropType<EventProp<(...args: any[]) => any>>;
1338
+ 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
1339
+ 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
1340
+ 'onClick:appendInner': vue.PropType<EventProp<(...args: any[]) => any>>;
1341
+ 'onClick:prependInner': vue.PropType<EventProp<(...args: any[]) => any>>;
1342
+ focused: BooleanConstructor;
1343
+ validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
1344
+ errorMessages: {
1345
+ type: vue.PropType<string | string[]>;
1346
+ default: () => never[];
1347
+ };
1348
+ maxErrors: {
1349
+ type: (StringConstructor | NumberConstructor)[];
1350
+ default: number;
1351
+ };
1352
+ rules: {
1353
+ type: vue.PropType<ValidationRule[]>;
1354
+ default: () => never[];
1355
+ };
1356
+ hideDetails: vue.PropType<boolean | "auto">;
1357
+ clearable: BooleanConstructor;
1358
+ persistentClear: BooleanConstructor;
1359
+ singleLine: BooleanConstructor;
1360
+ hint: StringConstructor;
1361
+ persistentHint: BooleanConstructor;
1362
+ persistentPlaceholder: BooleanConstructor;
1363
+ persistentCounter: BooleanConstructor;
1364
+ suffix: StringConstructor;
1365
+ counterValue: vue.PropType<(value: any) => number>;
1010
1366
  items: {
1011
1367
  type: vue.PropType<any[]>;
1012
1368
  default: () => never[];
@@ -1221,14 +1577,12 @@ declare const VAutocomplete: {
1221
1577
  }) => vue.VNodeChild) | undefined;
1222
1578
  }>;
1223
1579
  };
1224
- modelValue: null;
1225
1580
  multiple: BooleanConstructor;
1226
1581
  noDataText: {
1227
1582
  type: StringConstructor;
1228
1583
  default: string;
1229
1584
  };
1230
1585
  openOnClear: BooleanConstructor;
1231
- readonly: BooleanConstructor;
1232
1586
  customFilter: vue.PropType<FilterFunction>;
1233
1587
  customKeyFilter: vue.PropType<FilterKeyFunctions>;
1234
1588
  filterKeys: {
@@ -1241,7 +1595,7 @@ declare const VAutocomplete: {
1241
1595
  };
1242
1596
  noFilter: BooleanConstructor;
1243
1597
  search: StringConstructor;
1244
- }, "id" | "name" | "color" | "label" | "prefix" | "multiple" | "placeholder" | "$children" | "theme" | "counter" | "items" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "bgColor" | "prependIcon" | "appendIcon" | "validateOn" | "onUpdate:focused" | "validationValue" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "hideDetails" | "v-slot:details" | "v-slot:item" | "returnObject" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | "hint" | "suffix" | "counterValue" | "onClick:input" | ("reverse" | "type" | "error" | "active" | "direction" | "loading" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "errorMessages" | "focused" | "maxErrors" | "rules" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter") | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
1598
+ }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "onUpdate:modelValue" | "modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
1245
1599
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
1246
1600
  "onUpdate:search"?: ((val: any) => any) | undefined;
1247
1601
  }, {
@@ -1262,13 +1616,36 @@ declare const VAutocomplete: {
1262
1616
  'update:search': (val: any) => boolean;
1263
1617
  'update:modelValue': (val: any) => boolean;
1264
1618
  'update:menu': (val: boolean) => boolean;
1265
- }, "reverse" | "type" | "error" | "key" | "id" | "active" | "name" | "color" | "direction" | "loading" | "label" | "style" | "prefix" | "autofocus" | "disabled" | "multiple" | "readonly" | "class" | "placeholder" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "messages" | "counter" | "items" | "v-slots" | "v-slot:default" | "density" | "v-slot:prepend" | "v-slot:append" | "variant" | "update:modelValue" | "modelValue" | "bgColor" | "prependIcon" | "appendIcon" | "validateOn" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validationValue" | "clearIcon" | "appendInnerIcon" | "prependInnerIcon" | "hideDetails" | "v-slot:details" | "update:focused" | "v-slot:item" | "returnObject" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "click:control" | "hint" | "persistentHint" | "persistentPlaceholder" | "persistentCounter" | "suffix" | "click:input" | "counterValue" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data" | "vnodeBeforeMount" | "vnodeMounted" | "vnodeBeforeUpdate" | "vnodeUpdated" | "vnodeBeforeUnmount" | "vnodeUnmounted" | "click:clear" | "click:append" | "click:prepend" | "click:appendInner" | "click:prependInner">, string, {
1619
+ }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
1620
+ reverse: boolean;
1621
+ type: string;
1622
+ error: boolean;
1623
+ active: boolean;
1624
+ direction: "horizontal" | "vertical";
1266
1625
  transition: string | boolean | (vue.TransitionProps & {
1267
1626
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1268
1627
  });
1628
+ loading: boolean;
1269
1629
  menu: boolean;
1630
+ autofocus: boolean;
1270
1631
  eager: boolean;
1632
+ disabled: boolean;
1633
+ readonly: boolean;
1634
+ messages: string | string[];
1271
1635
  noDataText: string;
1636
+ density: Density;
1637
+ variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
1638
+ clearIcon: IconValue;
1639
+ focused: boolean;
1640
+ errorMessages: string | string[];
1641
+ maxErrors: string | number;
1642
+ rules: ValidationRule[];
1643
+ clearable: boolean;
1644
+ persistentClear: boolean;
1645
+ singleLine: boolean;
1646
+ persistentHint: boolean;
1647
+ persistentPlaceholder: boolean;
1648
+ persistentCounter: boolean;
1272
1649
  itemTitle: SelectItemKey;
1273
1650
  itemValue: SelectItemKey;
1274
1651
  itemChildren: SelectItemKey;
@@ -1289,150 +1666,7 @@ declare const VAutocomplete: {
1289
1666
  multiple?: Multiple | undefined;
1290
1667
  modelValue?: V | undefined;
1291
1668
  'onUpdate:modelValue'?: ((val: V) => void) | undefined;
1292
- } & Omit<Partial<{
1293
- reverse: boolean;
1294
- type: string;
1295
- error: boolean;
1296
- active: boolean;
1297
- direction: "horizontal" | "vertical";
1298
- loading: boolean;
1299
- autofocus: boolean;
1300
- disabled: boolean;
1301
- readonly: boolean;
1302
- messages: string | string[];
1303
- density: Density;
1304
- variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
1305
- errorMessages: string | string[];
1306
- focused: boolean;
1307
- maxErrors: string | number;
1308
- rules: ValidationRule[];
1309
- clearIcon: IconValue;
1310
- clearable: boolean;
1311
- dirty: boolean;
1312
- persistentClear: boolean;
1313
- singleLine: boolean;
1314
- persistentHint: boolean;
1315
- persistentPlaceholder: boolean;
1316
- persistentCounter: boolean;
1317
- }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
1318
- loading: BooleanConstructor;
1319
- theme: StringConstructor;
1320
- appendInnerIcon: vue.PropType<IconValue>;
1321
- bgColor: StringConstructor;
1322
- clearable: BooleanConstructor;
1323
- clearIcon: {
1324
- type: vue.PropType<IconValue>;
1325
- default: string;
1326
- };
1327
- active: BooleanConstructor;
1328
- color: StringConstructor;
1329
- dirty: BooleanConstructor;
1330
- disabled: BooleanConstructor;
1331
- error: BooleanConstructor;
1332
- label: StringConstructor;
1333
- persistentClear: BooleanConstructor;
1334
- prependInnerIcon: vue.PropType<IconValue>;
1335
- reverse: BooleanConstructor;
1336
- singleLine: BooleanConstructor;
1337
- variant: {
1338
- type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
1339
- default: string;
1340
- validator: (v: any) => boolean;
1341
- };
1342
- 'onClick:clear': vue.PropType<EventProp<(...args: any[]) => any>>;
1343
- 'onClick:appendInner': vue.PropType<EventProp<(...args: any[]) => any>>;
1344
- 'onClick:prependInner': vue.PropType<EventProp<(...args: any[]) => any>>;
1345
- focused: BooleanConstructor;
1346
- errorMessages: {
1347
- type: vue.PropType<string | string[]>;
1348
- default: () => never[];
1349
- };
1350
- maxErrors: {
1351
- type: (StringConstructor | NumberConstructor)[];
1352
- default: number;
1353
- };
1354
- name: StringConstructor;
1355
- readonly: BooleanConstructor;
1356
- rules: {
1357
- type: vue.PropType<ValidationRule[]>;
1358
- default: () => never[];
1359
- };
1360
- modelValue: null;
1361
- validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
1362
- validationValue: null;
1363
- density: {
1364
- type: vue.PropType<Density>;
1365
- default: string;
1366
- validator: (v: any) => boolean;
1367
- };
1368
- id: StringConstructor;
1369
- appendIcon: vue.PropType<IconValue>;
1370
- prependIcon: vue.PropType<IconValue>;
1371
- hideDetails: vue.PropType<boolean | "auto">;
1372
- messages: {
1373
- type: vue.PropType<string | string[]>;
1374
- default: () => never[];
1375
- };
1376
- direction: {
1377
- type: vue.PropType<"horizontal" | "vertical">;
1378
- default: string;
1379
- validator: (v: any) => boolean;
1380
- };
1381
- 'onClick:prepend': vue.PropType<EventProp<(...args: any[]) => any>>;
1382
- 'onClick:append': vue.PropType<EventProp<(...args: any[]) => any>>;
1383
- autofocus: BooleanConstructor;
1384
- counter: vue.PropType<string | number | true>;
1385
- counterValue: vue.PropType<(value: any) => number>;
1386
- hint: StringConstructor;
1387
- persistentHint: BooleanConstructor;
1388
- prefix: StringConstructor;
1389
- placeholder: StringConstructor;
1390
- persistentPlaceholder: BooleanConstructor;
1391
- persistentCounter: BooleanConstructor;
1392
- suffix: StringConstructor;
1393
- type: {
1394
- type: StringConstructor;
1395
- default: string;
1396
- };
1397
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
1398
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
1399
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1400
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
1401
- "onClick:input"?: ((e: MouseEvent) => any) | undefined;
1402
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "loading" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "errorMessages" | "focused" | "maxErrors" | "rules" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter"> & {
1403
- $children?: {} | vue.VNodeChild | {
1404
- clear?: (() => vue.VNodeChild) | undefined;
1405
- details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1406
- label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1407
- append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1408
- prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1409
- loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
1410
- 'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1411
- 'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1412
- default?: (() => vue.VNodeChild) | undefined;
1413
- };
1414
- 'v-slots'?: {
1415
- clear?: false | (() => vue.VNodeChild) | undefined;
1416
- details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1417
- label?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1418
- append?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1419
- prepend?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1420
- loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
1421
- 'prepend-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1422
- 'append-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1423
- default?: false | (() => vue.VNodeChild) | undefined;
1424
- } | undefined;
1425
1669
  } & {
1426
- "v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
1427
- "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1428
- "v-slot:label"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1429
- "v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1430
- "v-slot:prepend"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
1431
- "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
1432
- "v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1433
- "v-slot:append-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1434
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1435
- }, "$children" | "onUpdate:modelValue" | "modelValue"> & {
1436
1670
  $children?: {} | vue.VNodeChild | {
1437
1671
  clear?: (() => vue.VNodeChild) | undefined;
1438
1672
  details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;