vuetify 3.1.14 → 3.1.16

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 (113) hide show
  1. package/dist/json/attributes.json +193 -141
  2. package/dist/json/importMap.json +8 -8
  3. package/dist/json/tags.json +13 -0
  4. package/dist/json/web-types.json +513 -282
  5. package/dist/vuetify-labs.css +465 -457
  6. package/dist/vuetify-labs.d.ts +521 -163
  7. package/dist/vuetify-labs.esm.js +272 -179
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +272 -179
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +17 -9
  12. package/dist/vuetify.d.ts +470 -145
  13. package/dist/vuetify.esm.js +178 -106
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +178 -106
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +638 -624
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAutocomplete/VAutocomplete.css +9 -0
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs +50 -6
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  23. package/lib/components/VAutocomplete/VAutocomplete.sass +10 -0
  24. package/lib/components/VAutocomplete/index.d.ts +29 -17
  25. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +31 -16
  26. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  27. package/lib/components/VBreadcrumbs/index.d.ts +3 -3
  28. package/lib/components/VCard/VCard.mjs.map +1 -1
  29. package/lib/components/VCard/index.d.ts +21 -16
  30. package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
  31. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  32. package/lib/components/VCheckbox/index.d.ts +22 -1
  33. package/lib/components/VCombobox/VCombobox.css +1 -1
  34. package/lib/components/VCombobox/VCombobox.mjs +6 -4
  35. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  36. package/lib/components/VCombobox/VCombobox.sass +1 -1
  37. package/lib/components/VCombobox/index.d.ts +29 -17
  38. package/lib/components/VDialog/VDialog.mjs +2 -2
  39. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  40. package/lib/components/VField/VField.css +0 -1
  41. package/lib/components/VField/VField.sass +0 -1
  42. package/lib/components/VField/index.d.ts +6 -0
  43. package/lib/components/VFileInput/VFileInput.mjs +13 -17
  44. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  45. package/lib/components/VFileInput/index.d.ts +68 -23
  46. package/lib/components/VInput/VInput.mjs +14 -7
  47. package/lib/components/VInput/VInput.mjs.map +1 -1
  48. package/lib/components/VInput/index.d.ts +22 -1
  49. package/lib/components/VList/VList.mjs +3 -22
  50. package/lib/components/VList/VList.mjs.map +1 -1
  51. package/lib/components/VOverlay/locationStrategies.mjs +9 -4
  52. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  53. package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
  54. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  55. package/lib/components/VRadioGroup/index.d.ts +22 -1
  56. package/lib/components/VRangeSlider/VRangeSlider.mjs +2 -2
  57. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  58. package/lib/components/VRangeSlider/index.d.ts +22 -1
  59. package/lib/components/VSelect/VSelect.mjs +6 -0
  60. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  61. package/lib/components/VSelect/index.d.ts +32 -17
  62. package/lib/components/VSlideGroup/VSlideGroup.mjs +2 -2
  63. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  64. package/lib/components/VSlider/VSlider.mjs +2 -2
  65. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  66. package/lib/components/VSlider/index.d.ts +22 -1
  67. package/lib/components/VSwitch/VSwitch.mjs +5 -3
  68. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  69. package/lib/components/VSwitch/index.d.ts +43 -1
  70. package/lib/components/VTextField/VTextField.mjs +4 -12
  71. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  72. package/lib/components/VTextField/index.d.ts +70 -22
  73. package/lib/components/VTextarea/VTextarea.mjs +4 -12
  74. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  75. package/lib/components/VTextarea/index.d.ts +61 -22
  76. package/lib/components/VTreeview/_mixins.sass +0 -0
  77. package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -0
  78. package/lib/components/VValidation/index.d.ts +10 -1
  79. package/lib/components/index.d.ts +468 -143
  80. package/lib/composables/focus.mjs +3 -2
  81. package/lib/composables/focus.mjs.map +1 -1
  82. package/lib/composables/items.mjs +7 -2
  83. package/lib/composables/items.mjs.map +1 -1
  84. package/lib/entry-bundler.mjs +1 -1
  85. package/lib/framework.mjs +1 -1
  86. package/lib/iconsets/mdi-svg.mjs +2 -2
  87. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  88. package/lib/index.d.ts +2 -2
  89. package/lib/labs/VDataTable/VDataTable.mjs +3 -3
  90. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  91. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  92. package/lib/labs/VDataTable/VDataTableHeaders.mjs +34 -20
  93. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  94. package/lib/labs/VDataTable/VDataTableRow.mjs +2 -4
  95. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  96. package/lib/labs/VDataTable/VDataTableRows.mjs +52 -44
  97. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  98. package/lib/labs/VDataTable/VDataTableServer.mjs +3 -2
  99. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  100. package/lib/labs/VDataTable/VDataTableVirtual.mjs +0 -1
  101. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  102. package/lib/labs/VDataTable/composables/options.mjs +2 -1
  103. package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
  104. package/lib/labs/VDataTable/index.d.ts +44 -11
  105. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +1 -0
  106. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  107. package/lib/labs/VSkeletonLoader/index.d.ts +9 -9
  108. package/lib/labs/components.d.ts +53 -20
  109. package/lib/locale/el.mjs +0 -0
  110. package/lib/locale/index.mjs +0 -0
  111. package/lib/util/helpers.mjs +26 -0
  112. package/lib/util/helpers.mjs.map +1 -1
  113. package/package.json +3 -3
@@ -2409,6 +2409,7 @@ declare const VInput: {
2409
2409
  errorMessages: string | string[];
2410
2410
  maxErrors: string | number;
2411
2411
  rules: ValidationRule[];
2412
+ persistentHint: boolean;
2412
2413
  }> & Omit<{
2413
2414
  error: boolean;
2414
2415
  direction: "horizontal" | "vertical";
@@ -2420,6 +2421,7 @@ declare const VInput: {
2420
2421
  errorMessages: string | string[];
2421
2422
  maxErrors: string | number;
2422
2423
  rules: ValidationRule[];
2424
+ persistentHint: boolean;
2423
2425
  } & {
2424
2426
  id?: string | undefined;
2425
2427
  name?: string | undefined;
@@ -2429,8 +2431,10 @@ declare const VInput: {
2429
2431
  appendIcon?: IconValue | undefined;
2430
2432
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
2431
2433
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
2434
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
2432
2435
  validateOn?: "input" | "blur" | "submit" | undefined;
2433
2436
  validationValue?: any;
2437
+ hint?: string | undefined;
2434
2438
  hideDetails?: boolean | "auto" | undefined;
2435
2439
  } & {
2436
2440
  $children?: {} | vue.VNodeChild | {
@@ -2458,7 +2462,7 @@ declare const VInput: {
2458
2462
  "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
2459
2463
  } & {
2460
2464
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
2461
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
2465
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
2462
2466
  $attrs: {
2463
2467
  [x: string]: unknown;
2464
2468
  };
@@ -2483,6 +2487,7 @@ declare const VInput: {
2483
2487
  errorMessages: string | string[];
2484
2488
  maxErrors: string | number;
2485
2489
  rules: ValidationRule[];
2490
+ persistentHint: boolean;
2486
2491
  } & {
2487
2492
  id?: string | undefined;
2488
2493
  name?: string | undefined;
@@ -2492,8 +2497,10 @@ declare const VInput: {
2492
2497
  appendIcon?: IconValue | undefined;
2493
2498
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
2494
2499
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
2500
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
2495
2501
  validateOn?: "input" | "blur" | "submit" | undefined;
2496
2502
  validationValue?: any;
2503
+ hint?: string | undefined;
2497
2504
  hideDetails?: boolean | "auto" | undefined;
2498
2505
  } & {
2499
2506
  $children?: {} | vue.VNodeChild | {
@@ -2538,6 +2545,7 @@ declare const VInput: {
2538
2545
  errorMessages: string | string[];
2539
2546
  maxErrors: string | number;
2540
2547
  rules: ValidationRule[];
2548
+ persistentHint: boolean;
2541
2549
  }, {}, string> & {
2542
2550
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2543
2551
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -2569,6 +2577,7 @@ declare const VInput: {
2569
2577
  errorMessages: string | string[];
2570
2578
  maxErrors: string | number;
2571
2579
  rules: ValidationRule[];
2580
+ persistentHint: boolean;
2572
2581
  } & {
2573
2582
  id?: string | undefined;
2574
2583
  name?: string | undefined;
@@ -2578,8 +2587,10 @@ declare const VInput: {
2578
2587
  appendIcon?: IconValue | undefined;
2579
2588
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
2580
2589
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
2590
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
2581
2591
  validateOn?: "input" | "blur" | "submit" | undefined;
2582
2592
  validationValue?: any;
2593
+ hint?: string | undefined;
2583
2594
  hideDetails?: boolean | "auto" | undefined;
2584
2595
  } & {
2585
2596
  $children?: {} | vue.VNodeChild | {
@@ -2626,6 +2637,7 @@ declare const VInput: {
2626
2637
  errorMessages: string | string[];
2627
2638
  maxErrors: string | number;
2628
2639
  rules: ValidationRule[];
2640
+ persistentHint: boolean;
2629
2641
  } & {
2630
2642
  id?: string | undefined;
2631
2643
  name?: string | undefined;
@@ -2635,8 +2647,10 @@ declare const VInput: {
2635
2647
  appendIcon?: IconValue | undefined;
2636
2648
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
2637
2649
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
2650
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
2638
2651
  validateOn?: "input" | "blur" | "submit" | undefined;
2639
2652
  validationValue?: any;
2653
+ hint?: string | undefined;
2640
2654
  hideDetails?: boolean | "auto" | undefined;
2641
2655
  } & {
2642
2656
  $children?: {} | vue.VNodeChild | {
@@ -2681,8 +2695,10 @@ declare const VInput: {
2681
2695
  errorMessages: string | string[];
2682
2696
  maxErrors: string | number;
2683
2697
  rules: ValidationRule[];
2698
+ persistentHint: boolean;
2684
2699
  }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2685
2700
  focused: BooleanConstructor;
2701
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
2686
2702
  disabled: BooleanConstructor;
2687
2703
  error: BooleanConstructor;
2688
2704
  errorMessages: {
@@ -2712,6 +2728,8 @@ declare const VInput: {
2712
2728
  appendIcon: PropType<IconValue>;
2713
2729
  prependIcon: PropType<IconValue>;
2714
2730
  hideDetails: PropType<boolean | "auto">;
2731
+ hint: StringConstructor;
2732
+ persistentHint: BooleanConstructor;
2715
2733
  messages: {
2716
2734
  type: PropType<string | string[]>;
2717
2735
  default: () => never[];
@@ -2725,6 +2743,7 @@ declare const VInput: {
2725
2743
  'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2726
2744
  }, vue.ExtractPropTypes<{
2727
2745
  focused: BooleanConstructor;
2746
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
2728
2747
  disabled: BooleanConstructor;
2729
2748
  error: BooleanConstructor;
2730
2749
  errorMessages: {
@@ -2754,6 +2773,8 @@ declare const VInput: {
2754
2773
  appendIcon: PropType<IconValue>;
2755
2774
  prependIcon: PropType<IconValue>;
2756
2775
  hideDetails: PropType<boolean | "auto">;
2776
+ hint: StringConstructor;
2777
+ persistentHint: BooleanConstructor;
2757
2778
  messages: {
2758
2779
  type: PropType<string | string[]>;
2759
2780
  default: () => never[];
@@ -2823,6 +2844,7 @@ declare const VField: {
2823
2844
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2824
2845
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2825
2846
  focused: BooleanConstructor;
2847
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
2826
2848
  id: StringConstructor;
2827
2849
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
2828
2850
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -2869,6 +2891,7 @@ declare const VField: {
2869
2891
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2870
2892
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2871
2893
  focused: BooleanConstructor;
2894
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
2872
2895
  id: StringConstructor;
2873
2896
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
2874
2897
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -2938,6 +2961,7 @@ declare const VField: {
2938
2961
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2939
2962
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2940
2963
  focused: BooleanConstructor;
2964
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
2941
2965
  id: StringConstructor;
2942
2966
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
2943
2967
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -2976,6 +3000,7 @@ declare const VField: {
2976
3000
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2977
3001
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2978
3002
  focused: BooleanConstructor;
3003
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
2979
3004
  id: StringConstructor;
2980
3005
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
2981
3006
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -3062,6 +3087,7 @@ declare const VField: {
3062
3087
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3063
3088
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3064
3089
  focused: BooleanConstructor;
3090
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
3065
3091
  id: StringConstructor;
3066
3092
  }, vue.ExtractPropTypes<{
3067
3093
  loading: (StringConstructor | BooleanConstructor)[];
@@ -3092,6 +3118,7 @@ declare const VField: {
3092
3118
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3093
3119
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3094
3120
  focused: BooleanConstructor;
3121
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
3095
3122
  id: StringConstructor;
3096
3123
  }>>;
3097
3124
  type VField = InstanceType<typeof VField>;
@@ -3206,10 +3233,10 @@ declare const VAutocomplete: {
3206
3233
  errorMessages: string | string[];
3207
3234
  maxErrors: string | number;
3208
3235
  rules: ValidationRule[];
3236
+ persistentHint: boolean;
3209
3237
  clearable: boolean;
3210
3238
  persistentClear: boolean;
3211
3239
  singleLine: boolean;
3212
- persistentHint: boolean;
3213
3240
  persistentPlaceholder: boolean;
3214
3241
  persistentCounter: boolean;
3215
3242
  valueComparator: typeof deepEqual;
@@ -3297,6 +3324,7 @@ declare const VAutocomplete: {
3297
3324
  'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3298
3325
  'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3299
3326
  focused: BooleanConstructor;
3327
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
3300
3328
  validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
3301
3329
  errorMessages: {
3302
3330
  type: vue.PropType<string | string[]>;
@@ -3310,12 +3338,12 @@ declare const VAutocomplete: {
3310
3338
  type: vue.PropType<ValidationRule[]>;
3311
3339
  default: () => never[];
3312
3340
  };
3341
+ hint: StringConstructor;
3342
+ persistentHint: BooleanConstructor;
3313
3343
  hideDetails: vue.PropType<boolean | "auto">;
3314
3344
  clearable: BooleanConstructor;
3315
3345
  persistentClear: BooleanConstructor;
3316
3346
  singleLine: BooleanConstructor;
3317
- hint: StringConstructor;
3318
- persistentHint: BooleanConstructor;
3319
3347
  persistentPlaceholder: BooleanConstructor;
3320
3348
  persistentCounter: BooleanConstructor;
3321
3349
  suffix: StringConstructor;
@@ -3693,9 +3721,10 @@ declare const VAutocomplete: {
3693
3721
  noFilter: BooleanConstructor;
3694
3722
  search: StringConstructor;
3695
3723
  }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
3724
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3696
3725
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
3697
3726
  "onUpdate:search"?: ((val: any) => any) | undefined;
3698
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "transition" | "menu" | "autofocus" | "eager" | "disabled" | "readonly" | "noDataText" | "messages" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "clearable" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter" | "valueComparator" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
3727
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "transition" | "menu" | "autofocus" | "eager" | "disabled" | "readonly" | "noDataText" | "messages" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint" | "clearable" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter" | "valueComparator" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
3699
3728
  $attrs: {
3700
3729
  [x: string]: unknown;
3701
3730
  };
@@ -3707,7 +3736,7 @@ declare const VAutocomplete: {
3707
3736
  }>;
3708
3737
  $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3709
3738
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3710
- $emit: ((event: "update:menu", val: boolean) => void) & ((event: "update:search", val: any) => void);
3739
+ $emit: ((event: "update:focused", focused: boolean) => void) & ((event: "update:menu", val: boolean) => void) & ((event: "update:search", val: any) => void);
3711
3740
  $el: any;
3712
3741
  $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
3713
3742
  transition: Omit<{
@@ -3780,6 +3809,7 @@ declare const VAutocomplete: {
3780
3809
  'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3781
3810
  'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3782
3811
  focused: BooleanConstructor;
3812
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
3783
3813
  validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
3784
3814
  errorMessages: {
3785
3815
  type: vue.PropType<string | string[]>;
@@ -3793,12 +3823,12 @@ declare const VAutocomplete: {
3793
3823
  type: vue.PropType<ValidationRule[]>;
3794
3824
  default: () => never[];
3795
3825
  };
3826
+ hint: StringConstructor;
3827
+ persistentHint: BooleanConstructor;
3796
3828
  hideDetails: vue.PropType<boolean | "auto">;
3797
3829
  clearable: BooleanConstructor;
3798
3830
  persistentClear: BooleanConstructor;
3799
3831
  singleLine: BooleanConstructor;
3800
- hint: StringConstructor;
3801
- persistentHint: BooleanConstructor;
3802
3832
  persistentPlaceholder: BooleanConstructor;
3803
3833
  persistentCounter: BooleanConstructor;
3804
3834
  suffix: StringConstructor;
@@ -4176,6 +4206,7 @@ declare const VAutocomplete: {
4176
4206
  noFilter: BooleanConstructor;
4177
4207
  search: StringConstructor;
4178
4208
  }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
4209
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4179
4210
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
4180
4211
  "onUpdate:search"?: ((val: any) => any) | undefined;
4181
4212
  }, {
@@ -4188,6 +4219,7 @@ declare const VAutocomplete: {
4188
4219
  filteredItems: vue.Ref<InternalItem<any>[]>;
4189
4220
  select: (item: InternalItem) => void;
4190
4221
  } & Omit<any, string | number | symbol>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
4222
+ 'update:focused': (focused: boolean) => boolean;
4191
4223
  'update:search': (val: any) => true;
4192
4224
  'update:modelValue': (val: any) => boolean;
4193
4225
  'update:menu': (val: boolean) => true;
@@ -4214,10 +4246,10 @@ declare const VAutocomplete: {
4214
4246
  errorMessages: string | string[];
4215
4247
  maxErrors: string | number;
4216
4248
  rules: ValidationRule[];
4249
+ persistentHint: boolean;
4217
4250
  clearable: boolean;
4218
4251
  persistentClear: boolean;
4219
4252
  singleLine: boolean;
4220
- persistentHint: boolean;
4221
4253
  persistentPlaceholder: boolean;
4222
4254
  persistentCounter: boolean;
4223
4255
  valueComparator: typeof deepEqual;
@@ -4325,6 +4357,7 @@ declare const VAutocomplete: {
4325
4357
  'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
4326
4358
  'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
4327
4359
  focused: BooleanConstructor;
4360
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
4328
4361
  validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
4329
4362
  errorMessages: {
4330
4363
  type: vue.PropType<string | string[]>;
@@ -4338,12 +4371,12 @@ declare const VAutocomplete: {
4338
4371
  type: vue.PropType<ValidationRule[]>;
4339
4372
  default: () => never[];
4340
4373
  };
4374
+ hint: StringConstructor;
4375
+ persistentHint: BooleanConstructor;
4341
4376
  hideDetails: vue.PropType<boolean | "auto">;
4342
4377
  clearable: BooleanConstructor;
4343
4378
  persistentClear: BooleanConstructor;
4344
4379
  singleLine: BooleanConstructor;
4345
- hint: StringConstructor;
4346
- persistentHint: BooleanConstructor;
4347
4380
  persistentPlaceholder: BooleanConstructor;
4348
4381
  persistentCounter: BooleanConstructor;
4349
4382
  suffix: StringConstructor;
@@ -4721,6 +4754,7 @@ declare const VAutocomplete: {
4721
4754
  noFilter: BooleanConstructor;
4722
4755
  search: StringConstructor;
4723
4756
  }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
4757
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4724
4758
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
4725
4759
  "onUpdate:search"?: ((val: any) => any) | undefined;
4726
4760
  } & vue.ShallowUnwrapRef<{
@@ -4807,6 +4841,7 @@ declare const VAutocomplete: {
4807
4841
  'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
4808
4842
  'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
4809
4843
  focused: BooleanConstructor;
4844
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
4810
4845
  validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
4811
4846
  errorMessages: {
4812
4847
  type: vue.PropType<string | string[]>;
@@ -4820,12 +4855,12 @@ declare const VAutocomplete: {
4820
4855
  type: vue.PropType<ValidationRule[]>;
4821
4856
  default: () => never[];
4822
4857
  };
4858
+ hint: StringConstructor;
4859
+ persistentHint: BooleanConstructor;
4823
4860
  hideDetails: vue.PropType<boolean | "auto">;
4824
4861
  clearable: BooleanConstructor;
4825
4862
  persistentClear: BooleanConstructor;
4826
4863
  singleLine: BooleanConstructor;
4827
- hint: StringConstructor;
4828
- persistentHint: BooleanConstructor;
4829
4864
  persistentPlaceholder: BooleanConstructor;
4830
4865
  persistentCounter: BooleanConstructor;
4831
4866
  suffix: StringConstructor;
@@ -5203,6 +5238,7 @@ declare const VAutocomplete: {
5203
5238
  noFilter: BooleanConstructor;
5204
5239
  search: StringConstructor;
5205
5240
  }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
5241
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5206
5242
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
5207
5243
  "onUpdate:search"?: ((val: any) => any) | undefined;
5208
5244
  }, {
@@ -5215,6 +5251,7 @@ declare const VAutocomplete: {
5215
5251
  filteredItems: vue.Ref<InternalItem<any>[]>;
5216
5252
  select: (item: InternalItem) => void;
5217
5253
  } & Omit<any, string | number | symbol>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
5254
+ 'update:focused': (focused: boolean) => boolean;
5218
5255
  'update:search': (val: any) => true;
5219
5256
  'update:modelValue': (val: any) => boolean;
5220
5257
  'update:menu': (val: boolean) => true;
@@ -5241,10 +5278,10 @@ declare const VAutocomplete: {
5241
5278
  errorMessages: string | string[];
5242
5279
  maxErrors: string | number;
5243
5280
  rules: ValidationRule[];
5281
+ persistentHint: boolean;
5244
5282
  clearable: boolean;
5245
5283
  persistentClear: boolean;
5246
5284
  singleLine: boolean;
5247
- persistentHint: boolean;
5248
5285
  persistentPlaceholder: boolean;
5249
5286
  persistentCounter: boolean;
5250
5287
  valueComparator: typeof deepEqual;
@@ -5448,6 +5485,7 @@ declare const VAutocomplete: {
5448
5485
  'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
5449
5486
  'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
5450
5487
  focused: BooleanConstructor;
5488
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
5451
5489
  validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
5452
5490
  errorMessages: {
5453
5491
  type: vue.PropType<string | string[]>;
@@ -5461,12 +5499,12 @@ declare const VAutocomplete: {
5461
5499
  type: vue.PropType<ValidationRule[]>;
5462
5500
  default: () => never[];
5463
5501
  };
5502
+ hint: StringConstructor;
5503
+ persistentHint: BooleanConstructor;
5464
5504
  hideDetails: vue.PropType<boolean | "auto">;
5465
5505
  clearable: BooleanConstructor;
5466
5506
  persistentClear: BooleanConstructor;
5467
5507
  singleLine: BooleanConstructor;
5468
- hint: StringConstructor;
5469
- persistentHint: BooleanConstructor;
5470
5508
  persistentPlaceholder: BooleanConstructor;
5471
5509
  persistentCounter: BooleanConstructor;
5472
5510
  suffix: StringConstructor;
@@ -5914,6 +5952,7 @@ declare const VAutocomplete: {
5914
5952
  'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
5915
5953
  'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
5916
5954
  focused: BooleanConstructor;
5955
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
5917
5956
  validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
5918
5957
  errorMessages: {
5919
5958
  type: vue.PropType<string | string[]>;
@@ -5927,12 +5966,12 @@ declare const VAutocomplete: {
5927
5966
  type: vue.PropType<ValidationRule[]>;
5928
5967
  default: () => never[];
5929
5968
  };
5969
+ hint: StringConstructor;
5970
+ persistentHint: BooleanConstructor;
5930
5971
  hideDetails: vue.PropType<boolean | "auto">;
5931
5972
  clearable: BooleanConstructor;
5932
5973
  persistentClear: BooleanConstructor;
5933
5974
  singleLine: BooleanConstructor;
5934
- hint: StringConstructor;
5935
- persistentHint: BooleanConstructor;
5936
5975
  persistentPlaceholder: BooleanConstructor;
5937
5976
  persistentCounter: BooleanConstructor;
5938
5977
  suffix: StringConstructor;
@@ -7810,8 +7849,8 @@ interface LinkProps {
7810
7849
  exact: boolean | undefined;
7811
7850
  }
7812
7851
 
7813
- type BreadcrumbItem = string | (LinkProps & {
7814
- text: string;
7852
+ type BreadcrumbItem = string | (Partial<LinkProps> & {
7853
+ title: string;
7815
7854
  disabled?: boolean;
7816
7855
  });
7817
7856
  declare const VBreadcrumbs: {
@@ -7998,7 +8037,7 @@ declare const VBreadcrumbs: {
7998
8037
  rounded: string | number | boolean;
7999
8038
  density: Density;
8000
8039
  divider: string;
8001
- }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T_1>() => {
8040
+ }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T_1 extends BreadcrumbItem>() => {
8002
8041
  $props: {
8003
8042
  items?: T_1[] | undefined;
8004
8043
  } & {
@@ -9508,7 +9547,7 @@ declare const VCard: {
9508
9547
  title?: (() => vue.VNodeChild) | undefined;
9509
9548
  subtitle?: (() => vue.VNodeChild) | undefined;
9510
9549
  text?: (() => vue.VNodeChild) | undefined;
9511
- loader?: (() => vue.VNodeChild) | undefined;
9550
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9512
9551
  image?: (() => vue.VNodeChild) | undefined;
9513
9552
  prepend?: (() => vue.VNodeChild) | undefined;
9514
9553
  append?: (() => vue.VNodeChild) | undefined;
@@ -9519,7 +9558,7 @@ declare const VCard: {
9519
9558
  title?: (() => vue.VNodeChild) | undefined;
9520
9559
  subtitle?: (() => vue.VNodeChild) | undefined;
9521
9560
  text?: (() => vue.VNodeChild) | undefined;
9522
- loader?: (() => vue.VNodeChild) | undefined;
9561
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9523
9562
  image?: (() => vue.VNodeChild) | undefined;
9524
9563
  prepend?: (() => vue.VNodeChild) | undefined;
9525
9564
  append?: (() => vue.VNodeChild) | undefined;
@@ -9530,7 +9569,7 @@ declare const VCard: {
9530
9569
  title?: false | (() => vue.VNodeChild) | undefined;
9531
9570
  subtitle?: false | (() => vue.VNodeChild) | undefined;
9532
9571
  text?: false | (() => vue.VNodeChild) | undefined;
9533
- loader?: false | (() => vue.VNodeChild) | undefined;
9572
+ loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9534
9573
  image?: false | (() => vue.VNodeChild) | undefined;
9535
9574
  prepend?: false | (() => vue.VNodeChild) | undefined;
9536
9575
  append?: false | (() => vue.VNodeChild) | undefined;
@@ -9541,7 +9580,7 @@ declare const VCard: {
9541
9580
  "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
9542
9581
  "v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
9543
9582
  "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
9544
- "v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
9583
+ "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9545
9584
  "v-slot:image"?: false | (() => vue.VNodeChild) | undefined;
9546
9585
  "v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
9547
9586
  "v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
@@ -9602,7 +9641,7 @@ declare const VCard: {
9602
9641
  title?: (() => vue.VNodeChild) | undefined;
9603
9642
  subtitle?: (() => vue.VNodeChild) | undefined;
9604
9643
  text?: (() => vue.VNodeChild) | undefined;
9605
- loader?: (() => vue.VNodeChild) | undefined;
9644
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9606
9645
  image?: (() => vue.VNodeChild) | undefined;
9607
9646
  prepend?: (() => vue.VNodeChild) | undefined;
9608
9647
  append?: (() => vue.VNodeChild) | undefined;
@@ -9613,7 +9652,7 @@ declare const VCard: {
9613
9652
  title?: (() => vue.VNodeChild) | undefined;
9614
9653
  subtitle?: (() => vue.VNodeChild) | undefined;
9615
9654
  text?: (() => vue.VNodeChild) | undefined;
9616
- loader?: (() => vue.VNodeChild) | undefined;
9655
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9617
9656
  image?: (() => vue.VNodeChild) | undefined;
9618
9657
  prepend?: (() => vue.VNodeChild) | undefined;
9619
9658
  append?: (() => vue.VNodeChild) | undefined;
@@ -9624,7 +9663,7 @@ declare const VCard: {
9624
9663
  title?: false | (() => vue.VNodeChild) | undefined;
9625
9664
  subtitle?: false | (() => vue.VNodeChild) | undefined;
9626
9665
  text?: false | (() => vue.VNodeChild) | undefined;
9627
- loader?: false | (() => vue.VNodeChild) | undefined;
9666
+ loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9628
9667
  image?: false | (() => vue.VNodeChild) | undefined;
9629
9668
  prepend?: false | (() => vue.VNodeChild) | undefined;
9630
9669
  append?: false | (() => vue.VNodeChild) | undefined;
@@ -9635,7 +9674,7 @@ declare const VCard: {
9635
9674
  "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
9636
9675
  "v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
9637
9676
  "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
9638
- "v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
9677
+ "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9639
9678
  "v-slot:image"?: false | (() => vue.VNodeChild) | undefined;
9640
9679
  "v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
9641
9680
  "v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
@@ -9714,7 +9753,7 @@ declare const VCard: {
9714
9753
  title?: (() => vue.VNodeChild) | undefined;
9715
9754
  subtitle?: (() => vue.VNodeChild) | undefined;
9716
9755
  text?: (() => vue.VNodeChild) | undefined;
9717
- loader?: (() => vue.VNodeChild) | undefined;
9756
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9718
9757
  image?: (() => vue.VNodeChild) | undefined;
9719
9758
  prepend?: (() => vue.VNodeChild) | undefined;
9720
9759
  append?: (() => vue.VNodeChild) | undefined;
@@ -9725,7 +9764,7 @@ declare const VCard: {
9725
9764
  title?: (() => vue.VNodeChild) | undefined;
9726
9765
  subtitle?: (() => vue.VNodeChild) | undefined;
9727
9766
  text?: (() => vue.VNodeChild) | undefined;
9728
- loader?: (() => vue.VNodeChild) | undefined;
9767
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9729
9768
  image?: (() => vue.VNodeChild) | undefined;
9730
9769
  prepend?: (() => vue.VNodeChild) | undefined;
9731
9770
  append?: (() => vue.VNodeChild) | undefined;
@@ -9736,7 +9775,7 @@ declare const VCard: {
9736
9775
  title?: false | (() => vue.VNodeChild) | undefined;
9737
9776
  subtitle?: false | (() => vue.VNodeChild) | undefined;
9738
9777
  text?: false | (() => vue.VNodeChild) | undefined;
9739
- loader?: false | (() => vue.VNodeChild) | undefined;
9778
+ loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9740
9779
  image?: false | (() => vue.VNodeChild) | undefined;
9741
9780
  prepend?: false | (() => vue.VNodeChild) | undefined;
9742
9781
  append?: false | (() => vue.VNodeChild) | undefined;
@@ -9747,7 +9786,7 @@ declare const VCard: {
9747
9786
  "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
9748
9787
  "v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
9749
9788
  "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
9750
- "v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
9789
+ "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9751
9790
  "v-slot:image"?: false | (() => vue.VNodeChild) | undefined;
9752
9791
  "v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
9753
9792
  "v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
@@ -9798,7 +9837,7 @@ declare const VCard: {
9798
9837
  title?: (() => vue.VNodeChild) | undefined;
9799
9838
  subtitle?: (() => vue.VNodeChild) | undefined;
9800
9839
  text?: (() => vue.VNodeChild) | undefined;
9801
- loader?: (() => vue.VNodeChild) | undefined;
9840
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9802
9841
  image?: (() => vue.VNodeChild) | undefined;
9803
9842
  prepend?: (() => vue.VNodeChild) | undefined;
9804
9843
  append?: (() => vue.VNodeChild) | undefined;
@@ -9809,7 +9848,7 @@ declare const VCard: {
9809
9848
  title?: (() => vue.VNodeChild) | undefined;
9810
9849
  subtitle?: (() => vue.VNodeChild) | undefined;
9811
9850
  text?: (() => vue.VNodeChild) | undefined;
9812
- loader?: (() => vue.VNodeChild) | undefined;
9851
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9813
9852
  image?: (() => vue.VNodeChild) | undefined;
9814
9853
  prepend?: (() => vue.VNodeChild) | undefined;
9815
9854
  append?: (() => vue.VNodeChild) | undefined;
@@ -9820,7 +9859,7 @@ declare const VCard: {
9820
9859
  title?: false | (() => vue.VNodeChild) | undefined;
9821
9860
  subtitle?: false | (() => vue.VNodeChild) | undefined;
9822
9861
  text?: false | (() => vue.VNodeChild) | undefined;
9823
- loader?: false | (() => vue.VNodeChild) | undefined;
9862
+ loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9824
9863
  image?: false | (() => vue.VNodeChild) | undefined;
9825
9864
  prepend?: false | (() => vue.VNodeChild) | undefined;
9826
9865
  append?: false | (() => vue.VNodeChild) | undefined;
@@ -9831,7 +9870,7 @@ declare const VCard: {
9831
9870
  "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
9832
9871
  "v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
9833
9872
  "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
9834
- "v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
9873
+ "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9835
9874
  "v-slot:image"?: false | (() => vue.VNodeChild) | undefined;
9836
9875
  "v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
9837
9876
  "v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
@@ -12118,6 +12157,7 @@ declare const VCheckbox: {
12118
12157
  errorMessages: string | string[];
12119
12158
  maxErrors: string | number;
12120
12159
  rules: ValidationRule[];
12160
+ persistentHint: boolean;
12121
12161
  falseIcon: NonNullable<IconValue>;
12122
12162
  trueIcon: NonNullable<IconValue>;
12123
12163
  valueComparator: typeof deepEqual;
@@ -12136,6 +12176,7 @@ declare const VCheckbox: {
12136
12176
  errorMessages: string | string[];
12137
12177
  maxErrors: string | number;
12138
12178
  rules: ValidationRule[];
12179
+ persistentHint: boolean;
12139
12180
  falseIcon: NonNullable<IconValue>;
12140
12181
  trueIcon: NonNullable<IconValue>;
12141
12182
  valueComparator: typeof deepEqual;
@@ -12153,8 +12194,10 @@ declare const VCheckbox: {
12153
12194
  appendIcon?: IconValue | undefined;
12154
12195
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
12155
12196
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
12197
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
12156
12198
  validateOn?: "input" | "blur" | "submit" | undefined;
12157
12199
  validationValue?: any;
12200
+ hint?: string | undefined;
12158
12201
  hideDetails?: boolean | "auto" | undefined;
12159
12202
  trueValue?: any;
12160
12203
  falseValue?: any;
@@ -12204,7 +12247,7 @@ declare const VCheckbox: {
12204
12247
  "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
12205
12248
  } & {
12206
12249
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
12207
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "multiple" | "readonly" | "indeterminate" | "messages" | "density" | "ripple" | "focused" | "errorMessages" | "maxErrors" | "rules" | "falseIcon" | "trueIcon" | "valueComparator" | "indeterminateIcon">;
12250
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "multiple" | "readonly" | "indeterminate" | "messages" | "density" | "ripple" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint" | "falseIcon" | "trueIcon" | "valueComparator" | "indeterminateIcon">;
12208
12251
  $attrs: {
12209
12252
  [x: string]: unknown;
12210
12253
  };
@@ -12232,6 +12275,7 @@ declare const VCheckbox: {
12232
12275
  errorMessages: string | string[];
12233
12276
  maxErrors: string | number;
12234
12277
  rules: ValidationRule[];
12278
+ persistentHint: boolean;
12235
12279
  falseIcon: NonNullable<IconValue>;
12236
12280
  trueIcon: NonNullable<IconValue>;
12237
12281
  valueComparator: typeof deepEqual;
@@ -12249,8 +12293,10 @@ declare const VCheckbox: {
12249
12293
  appendIcon?: IconValue | undefined;
12250
12294
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
12251
12295
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
12296
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
12252
12297
  validateOn?: "input" | "blur" | "submit" | undefined;
12253
12298
  validationValue?: any;
12299
+ hint?: string | undefined;
12254
12300
  hideDetails?: boolean | "auto" | undefined;
12255
12301
  trueValue?: any;
12256
12302
  falseValue?: any;
@@ -12316,6 +12362,7 @@ declare const VCheckbox: {
12316
12362
  errorMessages: string | string[];
12317
12363
  maxErrors: string | number;
12318
12364
  rules: ValidationRule[];
12365
+ persistentHint: boolean;
12319
12366
  falseIcon: NonNullable<IconValue>;
12320
12367
  trueIcon: NonNullable<IconValue>;
12321
12368
  valueComparator: typeof deepEqual;
@@ -12354,6 +12401,7 @@ declare const VCheckbox: {
12354
12401
  errorMessages: string | string[];
12355
12402
  maxErrors: string | number;
12356
12403
  rules: ValidationRule[];
12404
+ persistentHint: boolean;
12357
12405
  falseIcon: NonNullable<IconValue>;
12358
12406
  trueIcon: NonNullable<IconValue>;
12359
12407
  valueComparator: typeof deepEqual;
@@ -12371,8 +12419,10 @@ declare const VCheckbox: {
12371
12419
  appendIcon?: IconValue | undefined;
12372
12420
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
12373
12421
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
12422
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
12374
12423
  validateOn?: "input" | "blur" | "submit" | undefined;
12375
12424
  validationValue?: any;
12425
+ hint?: string | undefined;
12376
12426
  hideDetails?: boolean | "auto" | undefined;
12377
12427
  trueValue?: any;
12378
12428
  falseValue?: any;
@@ -12440,6 +12490,7 @@ declare const VCheckbox: {
12440
12490
  errorMessages: string | string[];
12441
12491
  maxErrors: string | number;
12442
12492
  rules: ValidationRule[];
12493
+ persistentHint: boolean;
12443
12494
  falseIcon: NonNullable<IconValue>;
12444
12495
  trueIcon: NonNullable<IconValue>;
12445
12496
  valueComparator: typeof deepEqual;
@@ -12457,8 +12508,10 @@ declare const VCheckbox: {
12457
12508
  appendIcon?: IconValue | undefined;
12458
12509
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
12459
12510
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
12511
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
12460
12512
  validateOn?: "input" | "blur" | "submit" | undefined;
12461
12513
  validationValue?: any;
12514
+ hint?: string | undefined;
12462
12515
  hideDetails?: boolean | "auto" | undefined;
12463
12516
  trueValue?: any;
12464
12517
  falseValue?: any;
@@ -12524,6 +12577,7 @@ declare const VCheckbox: {
12524
12577
  errorMessages: string | string[];
12525
12578
  maxErrors: string | number;
12526
12579
  rules: ValidationRule[];
12580
+ persistentHint: boolean;
12527
12581
  falseIcon: NonNullable<IconValue>;
12528
12582
  trueIcon: NonNullable<IconValue>;
12529
12583
  valueComparator: typeof deepEqual;
@@ -12573,6 +12627,7 @@ declare const VCheckbox: {
12573
12627
  default: string;
12574
12628
  };
12575
12629
  focused: BooleanConstructor;
12630
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
12576
12631
  errorMessages: {
12577
12632
  type: vue.PropType<string | string[]>;
12578
12633
  default: () => never[];
@@ -12590,6 +12645,8 @@ declare const VCheckbox: {
12590
12645
  appendIcon: vue.PropType<IconValue>;
12591
12646
  prependIcon: vue.PropType<IconValue>;
12592
12647
  hideDetails: vue.PropType<boolean | "auto">;
12648
+ hint: StringConstructor;
12649
+ persistentHint: BooleanConstructor;
12593
12650
  messages: {
12594
12651
  type: vue.PropType<string | string[]>;
12595
12652
  default: () => never[];
@@ -12646,6 +12703,7 @@ declare const VCheckbox: {
12646
12703
  default: string;
12647
12704
  };
12648
12705
  focused: BooleanConstructor;
12706
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
12649
12707
  errorMessages: {
12650
12708
  type: vue.PropType<string | string[]>;
12651
12709
  default: () => never[];
@@ -12663,6 +12721,8 @@ declare const VCheckbox: {
12663
12721
  appendIcon: vue.PropType<IconValue>;
12664
12722
  prependIcon: vue.PropType<IconValue>;
12665
12723
  hideDetails: vue.PropType<boolean | "auto">;
12724
+ hint: StringConstructor;
12725
+ persistentHint: BooleanConstructor;
12666
12726
  messages: {
12667
12727
  type: vue.PropType<string | string[]>;
12668
12728
  default: () => never[];
@@ -14495,10 +14555,10 @@ declare const VCombobox: {
14495
14555
  errorMessages: string | string[];
14496
14556
  maxErrors: string | number;
14497
14557
  rules: ValidationRule[];
14558
+ persistentHint: boolean;
14498
14559
  clearable: boolean;
14499
14560
  persistentClear: boolean;
14500
14561
  singleLine: boolean;
14501
- persistentHint: boolean;
14502
14562
  persistentPlaceholder: boolean;
14503
14563
  persistentCounter: boolean;
14504
14564
  valueComparator: typeof deepEqual;
@@ -14586,6 +14646,7 @@ declare const VCombobox: {
14586
14646
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
14587
14647
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
14588
14648
  focused: BooleanConstructor;
14649
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
14589
14650
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
14590
14651
  errorMessages: {
14591
14652
  type: PropType<string | string[]>;
@@ -14599,12 +14660,12 @@ declare const VCombobox: {
14599
14660
  type: PropType<ValidationRule[]>;
14600
14661
  default: () => never[];
14601
14662
  };
14663
+ hint: StringConstructor;
14664
+ persistentHint: BooleanConstructor;
14602
14665
  hideDetails: PropType<boolean | "auto">;
14603
14666
  clearable: BooleanConstructor;
14604
14667
  persistentClear: BooleanConstructor;
14605
14668
  singleLine: BooleanConstructor;
14606
- hint: StringConstructor;
14607
- persistentHint: BooleanConstructor;
14608
14669
  persistentPlaceholder: BooleanConstructor;
14609
14670
  persistentCounter: BooleanConstructor;
14610
14671
  suffix: StringConstructor;
@@ -14988,9 +15049,10 @@ declare const VCombobox: {
14988
15049
  noFilter: BooleanConstructor;
14989
15050
  delimiters: PropType<string[]>;
14990
15051
  }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
15052
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
14991
15053
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
14992
15054
  "onUpdate:search"?: ((val: string) => any) | undefined;
14993
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "transition" | "menu" | "autofocus" | "eager" | "disabled" | "readonly" | "noDataText" | "messages" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "clearable" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter" | "valueComparator" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
15055
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "transition" | "menu" | "autofocus" | "eager" | "disabled" | "readonly" | "noDataText" | "messages" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint" | "clearable" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter" | "valueComparator" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
14994
15056
  $attrs: {
14995
15057
  [x: string]: unknown;
14996
15058
  };
@@ -15002,7 +15064,7 @@ declare const VCombobox: {
15002
15064
  }>;
15003
15065
  $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
15004
15066
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
15005
- $emit: ((event: "update:menu", val: boolean) => void) & ((event: "update:search", val: string) => void);
15067
+ $emit: ((event: "update:focused", focused: boolean) => void) & ((event: "update:menu", val: boolean) => void) & ((event: "update:search", val: string) => void);
15006
15068
  $el: any;
15007
15069
  $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
15008
15070
  transition: Omit<{
@@ -15075,6 +15137,7 @@ declare const VCombobox: {
15075
15137
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
15076
15138
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
15077
15139
  focused: BooleanConstructor;
15140
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
15078
15141
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
15079
15142
  errorMessages: {
15080
15143
  type: PropType<string | string[]>;
@@ -15088,12 +15151,12 @@ declare const VCombobox: {
15088
15151
  type: PropType<ValidationRule[]>;
15089
15152
  default: () => never[];
15090
15153
  };
15154
+ hint: StringConstructor;
15155
+ persistentHint: BooleanConstructor;
15091
15156
  hideDetails: PropType<boolean | "auto">;
15092
15157
  clearable: BooleanConstructor;
15093
15158
  persistentClear: BooleanConstructor;
15094
15159
  singleLine: BooleanConstructor;
15095
- hint: StringConstructor;
15096
- persistentHint: BooleanConstructor;
15097
15160
  persistentPlaceholder: BooleanConstructor;
15098
15161
  persistentCounter: BooleanConstructor;
15099
15162
  suffix: StringConstructor;
@@ -15477,6 +15540,7 @@ declare const VCombobox: {
15477
15540
  noFilter: BooleanConstructor;
15478
15541
  delimiters: PropType<string[]>;
15479
15542
  }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
15543
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
15480
15544
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
15481
15545
  "onUpdate:search"?: ((val: string) => any) | undefined;
15482
15546
  }, {
@@ -15488,6 +15552,7 @@ declare const VCombobox: {
15488
15552
  filteredItems: vue.Ref<InternalItem<any>[]>;
15489
15553
  select: (item: InternalItem) => void;
15490
15554
  } & Omit<any, string | number | symbol>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
15555
+ 'update:focused': (focused: boolean) => true;
15491
15556
  'update:modelValue': (val: any) => true;
15492
15557
  'update:search': (val: string) => true;
15493
15558
  'update:menu': (val: boolean) => true;
@@ -15514,10 +15579,10 @@ declare const VCombobox: {
15514
15579
  errorMessages: string | string[];
15515
15580
  maxErrors: string | number;
15516
15581
  rules: ValidationRule[];
15582
+ persistentHint: boolean;
15517
15583
  clearable: boolean;
15518
15584
  persistentClear: boolean;
15519
15585
  singleLine: boolean;
15520
- persistentHint: boolean;
15521
15586
  persistentPlaceholder: boolean;
15522
15587
  persistentCounter: boolean;
15523
15588
  valueComparator: typeof deepEqual;
@@ -15625,6 +15690,7 @@ declare const VCombobox: {
15625
15690
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
15626
15691
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
15627
15692
  focused: BooleanConstructor;
15693
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
15628
15694
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
15629
15695
  errorMessages: {
15630
15696
  type: PropType<string | string[]>;
@@ -15638,12 +15704,12 @@ declare const VCombobox: {
15638
15704
  type: PropType<ValidationRule[]>;
15639
15705
  default: () => never[];
15640
15706
  };
15707
+ hint: StringConstructor;
15708
+ persistentHint: BooleanConstructor;
15641
15709
  hideDetails: PropType<boolean | "auto">;
15642
15710
  clearable: BooleanConstructor;
15643
15711
  persistentClear: BooleanConstructor;
15644
15712
  singleLine: BooleanConstructor;
15645
- hint: StringConstructor;
15646
- persistentHint: BooleanConstructor;
15647
15713
  persistentPlaceholder: BooleanConstructor;
15648
15714
  persistentCounter: BooleanConstructor;
15649
15715
  suffix: StringConstructor;
@@ -16027,6 +16093,7 @@ declare const VCombobox: {
16027
16093
  noFilter: BooleanConstructor;
16028
16094
  delimiters: PropType<string[]>;
16029
16095
  }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
16096
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
16030
16097
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
16031
16098
  "onUpdate:search"?: ((val: string) => any) | undefined;
16032
16099
  } & vue.ShallowUnwrapRef<{
@@ -16112,6 +16179,7 @@ declare const VCombobox: {
16112
16179
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16113
16180
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16114
16181
  focused: BooleanConstructor;
16182
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
16115
16183
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
16116
16184
  errorMessages: {
16117
16185
  type: PropType<string | string[]>;
@@ -16125,12 +16193,12 @@ declare const VCombobox: {
16125
16193
  type: PropType<ValidationRule[]>;
16126
16194
  default: () => never[];
16127
16195
  };
16196
+ hint: StringConstructor;
16197
+ persistentHint: BooleanConstructor;
16128
16198
  hideDetails: PropType<boolean | "auto">;
16129
16199
  clearable: BooleanConstructor;
16130
16200
  persistentClear: BooleanConstructor;
16131
16201
  singleLine: BooleanConstructor;
16132
- hint: StringConstructor;
16133
- persistentHint: BooleanConstructor;
16134
16202
  persistentPlaceholder: BooleanConstructor;
16135
16203
  persistentCounter: BooleanConstructor;
16136
16204
  suffix: StringConstructor;
@@ -16514,6 +16582,7 @@ declare const VCombobox: {
16514
16582
  noFilter: BooleanConstructor;
16515
16583
  delimiters: PropType<string[]>;
16516
16584
  }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
16585
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
16517
16586
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
16518
16587
  "onUpdate:search"?: ((val: string) => any) | undefined;
16519
16588
  }, {
@@ -16525,6 +16594,7 @@ declare const VCombobox: {
16525
16594
  filteredItems: vue.Ref<InternalItem<any>[]>;
16526
16595
  select: (item: InternalItem) => void;
16527
16596
  } & Omit<any, string | number | symbol>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
16597
+ 'update:focused': (focused: boolean) => true;
16528
16598
  'update:modelValue': (val: any) => true;
16529
16599
  'update:search': (val: string) => true;
16530
16600
  'update:menu': (val: boolean) => true;
@@ -16551,10 +16621,10 @@ declare const VCombobox: {
16551
16621
  errorMessages: string | string[];
16552
16622
  maxErrors: string | number;
16553
16623
  rules: ValidationRule[];
16624
+ persistentHint: boolean;
16554
16625
  clearable: boolean;
16555
16626
  persistentClear: boolean;
16556
16627
  singleLine: boolean;
16557
- persistentHint: boolean;
16558
16628
  persistentPlaceholder: boolean;
16559
16629
  persistentCounter: boolean;
16560
16630
  valueComparator: typeof deepEqual;
@@ -16758,6 +16828,7 @@ declare const VCombobox: {
16758
16828
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16759
16829
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16760
16830
  focused: BooleanConstructor;
16831
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
16761
16832
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
16762
16833
  errorMessages: {
16763
16834
  type: PropType<string | string[]>;
@@ -16771,12 +16842,12 @@ declare const VCombobox: {
16771
16842
  type: PropType<ValidationRule[]>;
16772
16843
  default: () => never[];
16773
16844
  };
16845
+ hint: StringConstructor;
16846
+ persistentHint: BooleanConstructor;
16774
16847
  hideDetails: PropType<boolean | "auto">;
16775
16848
  clearable: BooleanConstructor;
16776
16849
  persistentClear: BooleanConstructor;
16777
16850
  singleLine: BooleanConstructor;
16778
- hint: StringConstructor;
16779
- persistentHint: BooleanConstructor;
16780
16851
  persistentPlaceholder: BooleanConstructor;
16781
16852
  persistentCounter: BooleanConstructor;
16782
16853
  suffix: StringConstructor;
@@ -17230,6 +17301,7 @@ declare const VCombobox: {
17230
17301
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
17231
17302
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
17232
17303
  focused: BooleanConstructor;
17304
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
17233
17305
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
17234
17306
  errorMessages: {
17235
17307
  type: PropType<string | string[]>;
@@ -17243,12 +17315,12 @@ declare const VCombobox: {
17243
17315
  type: PropType<ValidationRule[]>;
17244
17316
  default: () => never[];
17245
17317
  };
17318
+ hint: StringConstructor;
17319
+ persistentHint: BooleanConstructor;
17246
17320
  hideDetails: PropType<boolean | "auto">;
17247
17321
  clearable: BooleanConstructor;
17248
17322
  persistentClear: BooleanConstructor;
17249
17323
  singleLine: BooleanConstructor;
17250
- hint: StringConstructor;
17251
- persistentHint: BooleanConstructor;
17252
17324
  persistentPlaceholder: BooleanConstructor;
17253
17325
  persistentCounter: BooleanConstructor;
17254
17326
  suffix: StringConstructor;
@@ -23860,11 +23932,11 @@ declare const VFileInput: {
23860
23932
  errorMessages: string | string[];
23861
23933
  maxErrors: string | number;
23862
23934
  rules: ValidationRule[];
23935
+ persistentHint: boolean;
23863
23936
  clearable: boolean;
23864
23937
  dirty: boolean;
23865
23938
  persistentClear: boolean;
23866
23939
  singleLine: boolean;
23867
- persistentHint: boolean;
23868
23940
  chips: boolean;
23869
23941
  counterSizeString: string;
23870
23942
  counterString: string;
@@ -23888,11 +23960,11 @@ declare const VFileInput: {
23888
23960
  errorMessages: string | string[];
23889
23961
  maxErrors: string | number;
23890
23962
  rules: ValidationRule[];
23963
+ persistentHint: boolean;
23891
23964
  clearable: boolean;
23892
23965
  dirty: boolean;
23893
23966
  persistentClear: boolean;
23894
23967
  singleLine: boolean;
23895
- persistentHint: boolean;
23896
23968
  chips: boolean;
23897
23969
  counterSizeString: string;
23898
23970
  counterString: string;
@@ -23913,10 +23985,11 @@ declare const VFileInput: {
23913
23985
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
23914
23986
  'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
23915
23987
  'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
23988
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
23916
23989
  validateOn?: "input" | "blur" | "submit" | undefined;
23917
23990
  validationValue?: any;
23918
- hideDetails?: boolean | "auto" | undefined;
23919
23991
  hint?: string | undefined;
23992
+ hideDetails?: boolean | "auto" | undefined;
23920
23993
  } & {
23921
23994
  $children?: {} | vue.VNodeChild | {
23922
23995
  default?: (((args_0: VInputSlot) => vue.VNodeChild) & ((args_0: VFieldSlot) => vue.VNodeChild)) | undefined;
@@ -23967,9 +24040,10 @@ declare const VFileInput: {
23967
24040
  "v-slot:counter"?: false | (() => vue.VNodeChild) | undefined;
23968
24041
  } & {
23969
24042
  "onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
24043
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
23970
24044
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
23971
24045
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
23972
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "direction" | "disabled" | "multiple" | "readonly" | "counter" | "messages" | "density" | "variant" | "modelValue" | "prependIcon" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentHint" | "chips" | "counterSizeString" | "counterString" | "showSize">;
24046
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "direction" | "disabled" | "multiple" | "readonly" | "counter" | "messages" | "density" | "variant" | "modelValue" | "prependIcon" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "chips" | "counterSizeString" | "counterString" | "showSize">;
23973
24047
  $attrs: {
23974
24048
  [x: string]: unknown;
23975
24049
  };
@@ -23981,7 +24055,7 @@ declare const VFileInput: {
23981
24055
  }>;
23982
24056
  $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
23983
24057
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
23984
- $emit: ((event: "update:modelValue", files: File[]) => void) & ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void);
24058
+ $emit: ((event: "update:modelValue", files: File[]) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void);
23985
24059
  $el: any;
23986
24060
  $options: vue.ComponentOptionsBase<{
23987
24061
  reverse: boolean;
@@ -24002,11 +24076,11 @@ declare const VFileInput: {
24002
24076
  errorMessages: string | string[];
24003
24077
  maxErrors: string | number;
24004
24078
  rules: ValidationRule[];
24079
+ persistentHint: boolean;
24005
24080
  clearable: boolean;
24006
24081
  dirty: boolean;
24007
24082
  persistentClear: boolean;
24008
24083
  singleLine: boolean;
24009
- persistentHint: boolean;
24010
24084
  chips: boolean;
24011
24085
  counterSizeString: string;
24012
24086
  counterString: string;
@@ -24027,10 +24101,11 @@ declare const VFileInput: {
24027
24101
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24028
24102
  'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24029
24103
  'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24104
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
24030
24105
  validateOn?: "input" | "blur" | "submit" | undefined;
24031
24106
  validationValue?: any;
24032
- hideDetails?: boolean | "auto" | undefined;
24033
24107
  hint?: string | undefined;
24108
+ hideDetails?: boolean | "auto" | undefined;
24034
24109
  } & {
24035
24110
  $children?: {} | vue.VNodeChild | {
24036
24111
  default?: (((args_0: VInputSlot) => vue.VNodeChild) & ((args_0: VFieldSlot) => vue.VNodeChild)) | undefined;
@@ -24081,6 +24156,7 @@ declare const VFileInput: {
24081
24156
  "v-slot:counter"?: false | (() => vue.VNodeChild) | undefined;
24082
24157
  } & {
24083
24158
  "onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
24159
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
24084
24160
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
24085
24161
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
24086
24162
  }, Omit<Omit<{
@@ -24097,6 +24173,7 @@ declare const VFileInput: {
24097
24173
  errorMessages: string | string[];
24098
24174
  maxErrors: string | number;
24099
24175
  rules: ValidationRule[];
24176
+ persistentHint: boolean;
24100
24177
  }> & Omit<{
24101
24178
  error: boolean;
24102
24179
  direction: "horizontal" | "vertical";
@@ -24108,6 +24185,7 @@ declare const VFileInput: {
24108
24185
  errorMessages: string | string[];
24109
24186
  maxErrors: string | number;
24110
24187
  rules: ValidationRule[];
24188
+ persistentHint: boolean;
24111
24189
  } & {
24112
24190
  id?: string | undefined;
24113
24191
  name?: string | undefined;
@@ -24117,8 +24195,10 @@ declare const VFileInput: {
24117
24195
  appendIcon?: IconValue | undefined;
24118
24196
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24119
24197
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24198
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
24120
24199
  validateOn?: "input" | "blur" | "submit" | undefined;
24121
24200
  validationValue?: any;
24201
+ hint?: string | undefined;
24122
24202
  hideDetails?: boolean | "auto" | undefined;
24123
24203
  } & {
24124
24204
  $children?: {} | vue.VNodeChild | {
@@ -24146,7 +24226,7 @@ declare const VFileInput: {
24146
24226
  "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
24147
24227
  } & {
24148
24228
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
24149
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
24229
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
24150
24230
  $attrs: {
24151
24231
  [x: string]: unknown;
24152
24232
  };
@@ -24171,6 +24251,7 @@ declare const VFileInput: {
24171
24251
  errorMessages: string | string[];
24172
24252
  maxErrors: string | number;
24173
24253
  rules: ValidationRule[];
24254
+ persistentHint: boolean;
24174
24255
  } & {
24175
24256
  id?: string | undefined;
24176
24257
  name?: string | undefined;
@@ -24180,8 +24261,10 @@ declare const VFileInput: {
24180
24261
  appendIcon?: IconValue | undefined;
24181
24262
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24182
24263
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24264
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
24183
24265
  validateOn?: "input" | "blur" | "submit" | undefined;
24184
24266
  validationValue?: any;
24267
+ hint?: string | undefined;
24185
24268
  hideDetails?: boolean | "auto" | undefined;
24186
24269
  } & {
24187
24270
  $children?: {} | vue.VNodeChild | {
@@ -24226,6 +24309,7 @@ declare const VFileInput: {
24226
24309
  errorMessages: string | string[];
24227
24310
  maxErrors: string | number;
24228
24311
  rules: ValidationRule[];
24312
+ persistentHint: boolean;
24229
24313
  }, {}, string> & {
24230
24314
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
24231
24315
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -24257,6 +24341,7 @@ declare const VFileInput: {
24257
24341
  errorMessages: string | string[];
24258
24342
  maxErrors: string | number;
24259
24343
  rules: ValidationRule[];
24344
+ persistentHint: boolean;
24260
24345
  } & {
24261
24346
  id?: string | undefined;
24262
24347
  name?: string | undefined;
@@ -24266,8 +24351,10 @@ declare const VFileInput: {
24266
24351
  appendIcon?: IconValue | undefined;
24267
24352
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24268
24353
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24354
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
24269
24355
  validateOn?: "input" | "blur" | "submit" | undefined;
24270
24356
  validationValue?: any;
24357
+ hint?: string | undefined;
24271
24358
  hideDetails?: boolean | "auto" | undefined;
24272
24359
  } & {
24273
24360
  $children?: {} | vue.VNodeChild | {
@@ -24299,9 +24386,10 @@ declare const VFileInput: {
24299
24386
  reset: () => void;
24300
24387
  resetValidation: () => void;
24301
24388
  validate: () => Promise<string[]>;
24302
- }> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
24389
+ }> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
24303
24390
  'click:control': (e: MouseEvent) => true;
24304
24391
  'mousedown:control': (e: MouseEvent) => true;
24392
+ 'update:focused': (focused: boolean) => true;
24305
24393
  'update:modelValue': (files: File[]) => true;
24306
24394
  }, string, {
24307
24395
  reverse: boolean;
@@ -24322,11 +24410,11 @@ declare const VFileInput: {
24322
24410
  errorMessages: string | string[];
24323
24411
  maxErrors: string | number;
24324
24412
  rules: ValidationRule[];
24413
+ persistentHint: boolean;
24325
24414
  clearable: boolean;
24326
24415
  dirty: boolean;
24327
24416
  persistentClear: boolean;
24328
24417
  singleLine: boolean;
24329
- persistentHint: boolean;
24330
24418
  chips: boolean;
24331
24419
  counterSizeString: string;
24332
24420
  counterString: string;
@@ -24370,11 +24458,11 @@ declare const VFileInput: {
24370
24458
  errorMessages: string | string[];
24371
24459
  maxErrors: string | number;
24372
24460
  rules: ValidationRule[];
24461
+ persistentHint: boolean;
24373
24462
  clearable: boolean;
24374
24463
  dirty: boolean;
24375
24464
  persistentClear: boolean;
24376
24465
  singleLine: boolean;
24377
- persistentHint: boolean;
24378
24466
  chips: boolean;
24379
24467
  counterSizeString: string;
24380
24468
  counterString: string;
@@ -24395,10 +24483,11 @@ declare const VFileInput: {
24395
24483
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24396
24484
  'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24397
24485
  'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24486
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
24398
24487
  validateOn?: "input" | "blur" | "submit" | undefined;
24399
24488
  validationValue?: any;
24400
- hideDetails?: boolean | "auto" | undefined;
24401
24489
  hint?: string | undefined;
24490
+ hideDetails?: boolean | "auto" | undefined;
24402
24491
  } & {
24403
24492
  $children?: {} | vue.VNodeChild | {
24404
24493
  default?: (((args_0: VInputSlot) => vue.VNodeChild) & ((args_0: VFieldSlot) => vue.VNodeChild)) | undefined;
@@ -24449,6 +24538,7 @@ declare const VFileInput: {
24449
24538
  "v-slot:counter"?: false | (() => vue.VNodeChild) | undefined;
24450
24539
  } & {
24451
24540
  "onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
24541
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
24452
24542
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
24453
24543
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
24454
24544
  } & vue.ShallowUnwrapRef<Omit<Omit<{
@@ -24465,6 +24555,7 @@ declare const VFileInput: {
24465
24555
  errorMessages: string | string[];
24466
24556
  maxErrors: string | number;
24467
24557
  rules: ValidationRule[];
24558
+ persistentHint: boolean;
24468
24559
  }> & Omit<{
24469
24560
  error: boolean;
24470
24561
  direction: "horizontal" | "vertical";
@@ -24476,6 +24567,7 @@ declare const VFileInput: {
24476
24567
  errorMessages: string | string[];
24477
24568
  maxErrors: string | number;
24478
24569
  rules: ValidationRule[];
24570
+ persistentHint: boolean;
24479
24571
  } & {
24480
24572
  id?: string | undefined;
24481
24573
  name?: string | undefined;
@@ -24485,8 +24577,10 @@ declare const VFileInput: {
24485
24577
  appendIcon?: IconValue | undefined;
24486
24578
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24487
24579
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24580
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
24488
24581
  validateOn?: "input" | "blur" | "submit" | undefined;
24489
24582
  validationValue?: any;
24583
+ hint?: string | undefined;
24490
24584
  hideDetails?: boolean | "auto" | undefined;
24491
24585
  } & {
24492
24586
  $children?: {} | vue.VNodeChild | {
@@ -24514,7 +24608,7 @@ declare const VFileInput: {
24514
24608
  "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
24515
24609
  } & {
24516
24610
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
24517
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
24611
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
24518
24612
  $attrs: {
24519
24613
  [x: string]: unknown;
24520
24614
  };
@@ -24539,6 +24633,7 @@ declare const VFileInput: {
24539
24633
  errorMessages: string | string[];
24540
24634
  maxErrors: string | number;
24541
24635
  rules: ValidationRule[];
24636
+ persistentHint: boolean;
24542
24637
  } & {
24543
24638
  id?: string | undefined;
24544
24639
  name?: string | undefined;
@@ -24548,8 +24643,10 @@ declare const VFileInput: {
24548
24643
  appendIcon?: IconValue | undefined;
24549
24644
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24550
24645
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24646
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
24551
24647
  validateOn?: "input" | "blur" | "submit" | undefined;
24552
24648
  validationValue?: any;
24649
+ hint?: string | undefined;
24553
24650
  hideDetails?: boolean | "auto" | undefined;
24554
24651
  } & {
24555
24652
  $children?: {} | vue.VNodeChild | {
@@ -24594,6 +24691,7 @@ declare const VFileInput: {
24594
24691
  errorMessages: string | string[];
24595
24692
  maxErrors: string | number;
24596
24693
  rules: ValidationRule[];
24694
+ persistentHint: boolean;
24597
24695
  }, {}, string> & {
24598
24696
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
24599
24697
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -24625,6 +24723,7 @@ declare const VFileInput: {
24625
24723
  errorMessages: string | string[];
24626
24724
  maxErrors: string | number;
24627
24725
  rules: ValidationRule[];
24726
+ persistentHint: boolean;
24628
24727
  } & {
24629
24728
  id?: string | undefined;
24630
24729
  name?: string | undefined;
@@ -24634,8 +24733,10 @@ declare const VFileInput: {
24634
24733
  appendIcon?: IconValue | undefined;
24635
24734
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24636
24735
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24736
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
24637
24737
  validateOn?: "input" | "blur" | "submit" | undefined;
24638
24738
  validationValue?: any;
24739
+ hint?: string | undefined;
24639
24740
  hideDetails?: boolean | "auto" | undefined;
24640
24741
  } & {
24641
24742
  $children?: {} | vue.VNodeChild | {
@@ -24667,7 +24768,7 @@ declare const VFileInput: {
24667
24768
  reset: () => void;
24668
24769
  resetValidation: () => void;
24669
24770
  validate: () => Promise<string[]>;
24670
- }> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules") | "v-slot:details">, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
24771
+ }> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
24671
24772
  __isFragment?: undefined;
24672
24773
  __isTeleport?: undefined;
24673
24774
  __isSuspense?: undefined;
@@ -24690,11 +24791,11 @@ declare const VFileInput: {
24690
24791
  errorMessages: string | string[];
24691
24792
  maxErrors: string | number;
24692
24793
  rules: ValidationRule[];
24794
+ persistentHint: boolean;
24693
24795
  clearable: boolean;
24694
24796
  dirty: boolean;
24695
24797
  persistentClear: boolean;
24696
24798
  singleLine: boolean;
24697
- persistentHint: boolean;
24698
24799
  chips: boolean;
24699
24800
  counterSizeString: string;
24700
24801
  counterString: string;
@@ -24715,10 +24816,11 @@ declare const VFileInput: {
24715
24816
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24716
24817
  'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24717
24818
  'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24819
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
24718
24820
  validateOn?: "input" | "blur" | "submit" | undefined;
24719
24821
  validationValue?: any;
24720
- hideDetails?: boolean | "auto" | undefined;
24721
24822
  hint?: string | undefined;
24823
+ hideDetails?: boolean | "auto" | undefined;
24722
24824
  } & {
24723
24825
  $children?: {} | vue.VNodeChild | {
24724
24826
  default?: (((args_0: VInputSlot) => vue.VNodeChild) & ((args_0: VFieldSlot) => vue.VNodeChild)) | undefined;
@@ -24769,6 +24871,7 @@ declare const VFileInput: {
24769
24871
  "v-slot:counter"?: false | (() => vue.VNodeChild) | undefined;
24770
24872
  } & {
24771
24873
  "onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
24874
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
24772
24875
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
24773
24876
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
24774
24877
  }, Omit<Omit<{
@@ -24785,6 +24888,7 @@ declare const VFileInput: {
24785
24888
  errorMessages: string | string[];
24786
24889
  maxErrors: string | number;
24787
24890
  rules: ValidationRule[];
24891
+ persistentHint: boolean;
24788
24892
  }> & Omit<{
24789
24893
  error: boolean;
24790
24894
  direction: "horizontal" | "vertical";
@@ -24796,6 +24900,7 @@ declare const VFileInput: {
24796
24900
  errorMessages: string | string[];
24797
24901
  maxErrors: string | number;
24798
24902
  rules: ValidationRule[];
24903
+ persistentHint: boolean;
24799
24904
  } & {
24800
24905
  id?: string | undefined;
24801
24906
  name?: string | undefined;
@@ -24805,8 +24910,10 @@ declare const VFileInput: {
24805
24910
  appendIcon?: IconValue | undefined;
24806
24911
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24807
24912
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24913
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
24808
24914
  validateOn?: "input" | "blur" | "submit" | undefined;
24809
24915
  validationValue?: any;
24916
+ hint?: string | undefined;
24810
24917
  hideDetails?: boolean | "auto" | undefined;
24811
24918
  } & {
24812
24919
  $children?: {} | vue.VNodeChild | {
@@ -24834,7 +24941,7 @@ declare const VFileInput: {
24834
24941
  "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
24835
24942
  } & {
24836
24943
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
24837
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
24944
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
24838
24945
  $attrs: {
24839
24946
  [x: string]: unknown;
24840
24947
  };
@@ -24859,6 +24966,7 @@ declare const VFileInput: {
24859
24966
  errorMessages: string | string[];
24860
24967
  maxErrors: string | number;
24861
24968
  rules: ValidationRule[];
24969
+ persistentHint: boolean;
24862
24970
  } & {
24863
24971
  id?: string | undefined;
24864
24972
  name?: string | undefined;
@@ -24868,8 +24976,10 @@ declare const VFileInput: {
24868
24976
  appendIcon?: IconValue | undefined;
24869
24977
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24870
24978
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24979
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
24871
24980
  validateOn?: "input" | "blur" | "submit" | undefined;
24872
24981
  validationValue?: any;
24982
+ hint?: string | undefined;
24873
24983
  hideDetails?: boolean | "auto" | undefined;
24874
24984
  } & {
24875
24985
  $children?: {} | vue.VNodeChild | {
@@ -24914,6 +25024,7 @@ declare const VFileInput: {
24914
25024
  errorMessages: string | string[];
24915
25025
  maxErrors: string | number;
24916
25026
  rules: ValidationRule[];
25027
+ persistentHint: boolean;
24917
25028
  }, {}, string> & {
24918
25029
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
24919
25030
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -24945,6 +25056,7 @@ declare const VFileInput: {
24945
25056
  errorMessages: string | string[];
24946
25057
  maxErrors: string | number;
24947
25058
  rules: ValidationRule[];
25059
+ persistentHint: boolean;
24948
25060
  } & {
24949
25061
  id?: string | undefined;
24950
25062
  name?: string | undefined;
@@ -24954,8 +25066,10 @@ declare const VFileInput: {
24954
25066
  appendIcon?: IconValue | undefined;
24955
25067
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24956
25068
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
25069
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
24957
25070
  validateOn?: "input" | "blur" | "submit" | undefined;
24958
25071
  validationValue?: any;
25072
+ hint?: string | undefined;
24959
25073
  hideDetails?: boolean | "auto" | undefined;
24960
25074
  } & {
24961
25075
  $children?: {} | vue.VNodeChild | {
@@ -24987,9 +25101,10 @@ declare const VFileInput: {
24987
25101
  reset: () => void;
24988
25102
  resetValidation: () => void;
24989
25103
  validate: () => Promise<string[]>;
24990
- }> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
25104
+ }> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
24991
25105
  'click:control': (e: MouseEvent) => true;
24992
25106
  'mousedown:control': (e: MouseEvent) => true;
25107
+ 'update:focused': (focused: boolean) => true;
24993
25108
  'update:modelValue': (files: File[]) => true;
24994
25109
  }, string, {
24995
25110
  reverse: boolean;
@@ -25010,11 +25125,11 @@ declare const VFileInput: {
25010
25125
  errorMessages: string | string[];
25011
25126
  maxErrors: string | number;
25012
25127
  rules: ValidationRule[];
25128
+ persistentHint: boolean;
25013
25129
  clearable: boolean;
25014
25130
  dirty: boolean;
25015
25131
  persistentClear: boolean;
25016
25132
  singleLine: boolean;
25017
- persistentHint: boolean;
25018
25133
  chips: boolean;
25019
25134
  counterSizeString: string;
25020
25135
  counterString: string;
@@ -25056,6 +25171,7 @@ declare const VFileInput: {
25056
25171
  validator: (val: any) => boolean;
25057
25172
  };
25058
25173
  focused: BooleanConstructor;
25174
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
25059
25175
  errorMessages: {
25060
25176
  type: PropType<string | string[]>;
25061
25177
  default: () => never[];
@@ -25084,6 +25200,8 @@ declare const VFileInput: {
25084
25200
  default: NonNullable<IconValue>;
25085
25201
  };
25086
25202
  hideDetails: PropType<boolean | "auto">;
25203
+ hint: StringConstructor;
25204
+ persistentHint: BooleanConstructor;
25087
25205
  messages: {
25088
25206
  type: PropType<string | string[]>;
25089
25207
  default: () => never[];
@@ -25106,8 +25224,6 @@ declare const VFileInput: {
25106
25224
  default: string;
25107
25225
  };
25108
25226
  multiple: BooleanConstructor;
25109
- hint: StringConstructor;
25110
- persistentHint: BooleanConstructor;
25111
25227
  showSize: {
25112
25228
  type: PropType<boolean | 1024 | 1000>;
25113
25229
  default: boolean;
@@ -25150,6 +25266,7 @@ declare const VFileInput: {
25150
25266
  validator: (val: any) => boolean;
25151
25267
  };
25152
25268
  focused: BooleanConstructor;
25269
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
25153
25270
  errorMessages: {
25154
25271
  type: PropType<string | string[]>;
25155
25272
  default: () => never[];
@@ -25178,6 +25295,8 @@ declare const VFileInput: {
25178
25295
  default: NonNullable<IconValue>;
25179
25296
  };
25180
25297
  hideDetails: PropType<boolean | "auto">;
25298
+ hint: StringConstructor;
25299
+ persistentHint: BooleanConstructor;
25181
25300
  messages: {
25182
25301
  type: PropType<string | string[]>;
25183
25302
  default: () => never[];
@@ -25200,8 +25319,6 @@ declare const VFileInput: {
25200
25319
  default: string;
25201
25320
  };
25202
25321
  multiple: BooleanConstructor;
25203
- hint: StringConstructor;
25204
- persistentHint: BooleanConstructor;
25205
25322
  showSize: {
25206
25323
  type: PropType<boolean | 1024 | 1000>;
25207
25324
  default: boolean;
@@ -38824,6 +38941,7 @@ declare const VRadioGroup: {
38824
38941
  errorMessages: string | string[];
38825
38942
  maxErrors: string | number;
38826
38943
  rules: ValidationRule[];
38944
+ persistentHint: boolean;
38827
38945
  falseIcon: IconValue;
38828
38946
  trueIcon: IconValue;
38829
38947
  valueComparator: typeof deepEqual;
@@ -38842,6 +38960,7 @@ declare const VRadioGroup: {
38842
38960
  errorMessages: string | string[];
38843
38961
  maxErrors: string | number;
38844
38962
  rules: ValidationRule[];
38963
+ persistentHint: boolean;
38845
38964
  falseIcon: IconValue;
38846
38965
  trueIcon: IconValue;
38847
38966
  valueComparator: typeof deepEqual;
@@ -38856,8 +38975,10 @@ declare const VRadioGroup: {
38856
38975
  appendIcon?: IconValue | undefined;
38857
38976
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
38858
38977
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
38978
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
38859
38979
  validateOn?: "input" | "blur" | "submit" | undefined;
38860
38980
  validationValue?: any;
38981
+ hint?: string | undefined;
38861
38982
  hideDetails?: boolean | "auto" | undefined;
38862
38983
  } & {
38863
38984
  $children?: {} | vue.VNodeChild | {
@@ -38905,7 +39026,7 @@ declare const VRadioGroup: {
38905
39026
  "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
38906
39027
  } & {
38907
39028
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
38908
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "type" | "inline" | "error" | "height" | "direction" | "disabled" | "readonly" | "messages" | "density" | "ripple" | "focused" | "errorMessages" | "maxErrors" | "rules" | "falseIcon" | "trueIcon" | "valueComparator">;
39029
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "type" | "inline" | "error" | "height" | "direction" | "disabled" | "readonly" | "messages" | "density" | "ripple" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint" | "falseIcon" | "trueIcon" | "valueComparator">;
38909
39030
  $attrs: {
38910
39031
  [x: string]: unknown;
38911
39032
  };
@@ -38934,6 +39055,7 @@ declare const VRadioGroup: {
38934
39055
  errorMessages: string | string[];
38935
39056
  maxErrors: string | number;
38936
39057
  rules: ValidationRule[];
39058
+ persistentHint: boolean;
38937
39059
  falseIcon: IconValue;
38938
39060
  trueIcon: IconValue;
38939
39061
  valueComparator: typeof deepEqual;
@@ -38948,8 +39070,10 @@ declare const VRadioGroup: {
38948
39070
  appendIcon?: IconValue | undefined;
38949
39071
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
38950
39072
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39073
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
38951
39074
  validateOn?: "input" | "blur" | "submit" | undefined;
38952
39075
  validationValue?: any;
39076
+ hint?: string | undefined;
38953
39077
  hideDetails?: boolean | "auto" | undefined;
38954
39078
  } & {
38955
39079
  $children?: {} | vue.VNodeChild | {
@@ -39014,6 +39138,7 @@ declare const VRadioGroup: {
39014
39138
  errorMessages: string | string[];
39015
39139
  maxErrors: string | number;
39016
39140
  rules: ValidationRule[];
39141
+ persistentHint: boolean;
39017
39142
  falseIcon: IconValue;
39018
39143
  trueIcon: IconValue;
39019
39144
  valueComparator: typeof deepEqual;
@@ -39052,6 +39177,7 @@ declare const VRadioGroup: {
39052
39177
  errorMessages: string | string[];
39053
39178
  maxErrors: string | number;
39054
39179
  rules: ValidationRule[];
39180
+ persistentHint: boolean;
39055
39181
  falseIcon: IconValue;
39056
39182
  trueIcon: IconValue;
39057
39183
  valueComparator: typeof deepEqual;
@@ -39066,8 +39192,10 @@ declare const VRadioGroup: {
39066
39192
  appendIcon?: IconValue | undefined;
39067
39193
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39068
39194
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39195
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
39069
39196
  validateOn?: "input" | "blur" | "submit" | undefined;
39070
39197
  validationValue?: any;
39198
+ hint?: string | undefined;
39071
39199
  hideDetails?: boolean | "auto" | undefined;
39072
39200
  } & {
39073
39201
  $children?: {} | vue.VNodeChild | {
@@ -39134,6 +39262,7 @@ declare const VRadioGroup: {
39134
39262
  errorMessages: string | string[];
39135
39263
  maxErrors: string | number;
39136
39264
  rules: ValidationRule[];
39265
+ persistentHint: boolean;
39137
39266
  falseIcon: IconValue;
39138
39267
  trueIcon: IconValue;
39139
39268
  valueComparator: typeof deepEqual;
@@ -39148,8 +39277,10 @@ declare const VRadioGroup: {
39148
39277
  appendIcon?: IconValue | undefined;
39149
39278
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39150
39279
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39280
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
39151
39281
  validateOn?: "input" | "blur" | "submit" | undefined;
39152
39282
  validationValue?: any;
39283
+ hint?: string | undefined;
39153
39284
  hideDetails?: boolean | "auto" | undefined;
39154
39285
  } & {
39155
39286
  $children?: {} | vue.VNodeChild | {
@@ -39214,6 +39345,7 @@ declare const VRadioGroup: {
39214
39345
  errorMessages: string | string[];
39215
39346
  maxErrors: string | number;
39216
39347
  rules: ValidationRule[];
39348
+ persistentHint: boolean;
39217
39349
  falseIcon: IconValue;
39218
39350
  trueIcon: IconValue;
39219
39351
  valueComparator: typeof deepEqual;
@@ -39253,6 +39385,7 @@ declare const VRadioGroup: {
39253
39385
  default: typeof deepEqual;
39254
39386
  };
39255
39387
  focused: BooleanConstructor;
39388
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
39256
39389
  errorMessages: {
39257
39390
  type: vue.PropType<string | string[]>;
39258
39391
  default: () => never[];
@@ -39271,6 +39404,8 @@ declare const VRadioGroup: {
39271
39404
  appendIcon: vue.PropType<IconValue>;
39272
39405
  prependIcon: vue.PropType<IconValue>;
39273
39406
  hideDetails: vue.PropType<boolean | "auto">;
39407
+ hint: StringConstructor;
39408
+ persistentHint: BooleanConstructor;
39274
39409
  messages: {
39275
39410
  type: vue.PropType<string | string[]>;
39276
39411
  default: () => never[];
@@ -39322,6 +39457,7 @@ declare const VRadioGroup: {
39322
39457
  default: typeof deepEqual;
39323
39458
  };
39324
39459
  focused: BooleanConstructor;
39460
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
39325
39461
  errorMessages: {
39326
39462
  type: vue.PropType<string | string[]>;
39327
39463
  default: () => never[];
@@ -39340,6 +39476,8 @@ declare const VRadioGroup: {
39340
39476
  appendIcon: vue.PropType<IconValue>;
39341
39477
  prependIcon: vue.PropType<IconValue>;
39342
39478
  hideDetails: vue.PropType<boolean | "auto">;
39479
+ hint: StringConstructor;
39480
+ persistentHint: BooleanConstructor;
39343
39481
  messages: {
39344
39482
  type: vue.PropType<string | string[]>;
39345
39483
  default: () => never[];
@@ -39381,6 +39519,7 @@ declare const VRangeSlider: {
39381
39519
  errorMessages: string | string[];
39382
39520
  maxErrors: string | number;
39383
39521
  rules: ValidationRule[];
39522
+ persistentHint: boolean;
39384
39523
  showTicks: boolean | "always";
39385
39524
  tickSize: string | number;
39386
39525
  trackSize: string | number;
@@ -39404,6 +39543,7 @@ declare const VRangeSlider: {
39404
39543
  errorMessages: string | string[];
39405
39544
  maxErrors: string | number;
39406
39545
  rules: ValidationRule[];
39546
+ persistentHint: boolean;
39407
39547
  showTicks: boolean | "always";
39408
39548
  tickSize: string | number;
39409
39549
  trackSize: string | number;
@@ -39418,8 +39558,10 @@ declare const VRangeSlider: {
39418
39558
  appendIcon?: IconValue | undefined;
39419
39559
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39420
39560
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39561
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
39421
39562
  validateOn?: "input" | "blur" | "submit" | undefined;
39422
39563
  validationValue?: any;
39564
+ hint?: string | undefined;
39423
39565
  hideDetails?: boolean | "auto" | undefined;
39424
39566
  trackColor?: string | undefined;
39425
39567
  trackFillColor?: string | undefined;
@@ -39461,7 +39603,7 @@ declare const VRangeSlider: {
39461
39603
  } & {
39462
39604
  "onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
39463
39605
  "onUpdate:focused"?: ((value: boolean) => any) | undefined;
39464
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "max" | "error" | "strict" | "direction" | "disabled" | "readonly" | "step" | "min" | "elevation" | "messages" | "rounded" | "density" | "modelValue" | "focused" | "errorMessages" | "maxErrors" | "rules" | "showTicks" | "tickSize" | "trackSize" | "thumbLabel" | "thumbSize">;
39606
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "max" | "error" | "strict" | "direction" | "disabled" | "readonly" | "step" | "min" | "elevation" | "messages" | "rounded" | "density" | "modelValue" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint" | "showTicks" | "tickSize" | "trackSize" | "thumbLabel" | "thumbSize">;
39465
39607
  $attrs: {
39466
39608
  [x: string]: unknown;
39467
39609
  };
@@ -39493,6 +39635,7 @@ declare const VRangeSlider: {
39493
39635
  errorMessages: string | string[];
39494
39636
  maxErrors: string | number;
39495
39637
  rules: ValidationRule[];
39638
+ persistentHint: boolean;
39496
39639
  showTicks: boolean | "always";
39497
39640
  tickSize: string | number;
39498
39641
  trackSize: string | number;
@@ -39507,8 +39650,10 @@ declare const VRangeSlider: {
39507
39650
  appendIcon?: IconValue | undefined;
39508
39651
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39509
39652
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39653
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
39510
39654
  validateOn?: "input" | "blur" | "submit" | undefined;
39511
39655
  validationValue?: any;
39656
+ hint?: string | undefined;
39512
39657
  hideDetails?: boolean | "auto" | undefined;
39513
39658
  trackColor?: string | undefined;
39514
39659
  trackFillColor?: string | undefined;
@@ -39572,6 +39717,7 @@ declare const VRangeSlider: {
39572
39717
  errorMessages: string | string[];
39573
39718
  maxErrors: string | number;
39574
39719
  rules: ValidationRule[];
39720
+ persistentHint: boolean;
39575
39721
  showTicks: boolean | "always";
39576
39722
  tickSize: string | number;
39577
39723
  trackSize: string | number;
@@ -39615,6 +39761,7 @@ declare const VRangeSlider: {
39615
39761
  errorMessages: string | string[];
39616
39762
  maxErrors: string | number;
39617
39763
  rules: ValidationRule[];
39764
+ persistentHint: boolean;
39618
39765
  showTicks: boolean | "always";
39619
39766
  tickSize: string | number;
39620
39767
  trackSize: string | number;
@@ -39629,8 +39776,10 @@ declare const VRangeSlider: {
39629
39776
  appendIcon?: IconValue | undefined;
39630
39777
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39631
39778
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39779
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
39632
39780
  validateOn?: "input" | "blur" | "submit" | undefined;
39633
39781
  validationValue?: any;
39782
+ hint?: string | undefined;
39634
39783
  hideDetails?: boolean | "auto" | undefined;
39635
39784
  trackColor?: string | undefined;
39636
39785
  trackFillColor?: string | undefined;
@@ -39694,6 +39843,7 @@ declare const VRangeSlider: {
39694
39843
  errorMessages: string | string[];
39695
39844
  maxErrors: string | number;
39696
39845
  rules: ValidationRule[];
39846
+ persistentHint: boolean;
39697
39847
  showTicks: boolean | "always";
39698
39848
  tickSize: string | number;
39699
39849
  trackSize: string | number;
@@ -39708,8 +39858,10 @@ declare const VRangeSlider: {
39708
39858
  appendIcon?: IconValue | undefined;
39709
39859
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39710
39860
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39861
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
39711
39862
  validateOn?: "input" | "blur" | "submit" | undefined;
39712
39863
  validationValue?: any;
39864
+ hint?: string | undefined;
39713
39865
  hideDetails?: boolean | "auto" | undefined;
39714
39866
  trackColor?: string | undefined;
39715
39867
  trackFillColor?: string | undefined;
@@ -39773,6 +39925,7 @@ declare const VRangeSlider: {
39773
39925
  errorMessages: string | string[];
39774
39926
  maxErrors: string | number;
39775
39927
  rules: ValidationRule[];
39928
+ persistentHint: boolean;
39776
39929
  showTicks: boolean | "always";
39777
39930
  tickSize: string | number;
39778
39931
  trackSize: string | number;
@@ -39846,6 +39999,7 @@ declare const VRangeSlider: {
39846
39999
  };
39847
40000
  reverse: BooleanConstructor;
39848
40001
  focused: BooleanConstructor;
40002
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
39849
40003
  errorMessages: {
39850
40004
  type: PropType<string | string[]>;
39851
40005
  default: () => never[];
@@ -39871,6 +40025,8 @@ declare const VRangeSlider: {
39871
40025
  appendIcon: PropType<IconValue>;
39872
40026
  prependIcon: PropType<IconValue>;
39873
40027
  hideDetails: PropType<boolean | "auto">;
40028
+ hint: StringConstructor;
40029
+ persistentHint: BooleanConstructor;
39874
40030
  messages: {
39875
40031
  type: PropType<string | string[]>;
39876
40032
  default: () => never[];
@@ -39945,6 +40101,7 @@ declare const VRangeSlider: {
39945
40101
  };
39946
40102
  reverse: BooleanConstructor;
39947
40103
  focused: BooleanConstructor;
40104
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
39948
40105
  errorMessages: {
39949
40106
  type: PropType<string | string[]>;
39950
40107
  default: () => never[];
@@ -39970,6 +40127,8 @@ declare const VRangeSlider: {
39970
40127
  appendIcon: PropType<IconValue>;
39971
40128
  prependIcon: PropType<IconValue>;
39972
40129
  hideDetails: PropType<boolean | "auto">;
40130
+ hint: StringConstructor;
40131
+ persistentHint: BooleanConstructor;
39973
40132
  messages: {
39974
40133
  type: PropType<string | string[]>;
39975
40134
  default: () => never[];
@@ -40647,10 +40806,10 @@ declare const VSelect: {
40647
40806
  errorMessages: string | string[];
40648
40807
  maxErrors: string | number;
40649
40808
  rules: ValidationRule[];
40809
+ persistentHint: boolean;
40650
40810
  clearable: boolean;
40651
40811
  persistentClear: boolean;
40652
40812
  singleLine: boolean;
40653
- persistentHint: boolean;
40654
40813
  persistentPlaceholder: boolean;
40655
40814
  persistentCounter: boolean;
40656
40815
  valueComparator: typeof deepEqual;
@@ -40943,6 +41102,7 @@ declare const VSelect: {
40943
41102
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
40944
41103
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
40945
41104
  focused: BooleanConstructor;
41105
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
40946
41106
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
40947
41107
  errorMessages: {
40948
41108
  type: PropType<string | string[]>;
@@ -40956,12 +41116,12 @@ declare const VSelect: {
40956
41116
  type: PropType<ValidationRule[]>;
40957
41117
  default: () => never[];
40958
41118
  };
41119
+ hint: StringConstructor;
41120
+ persistentHint: BooleanConstructor;
40959
41121
  hideDetails: PropType<boolean | "auto">;
40960
41122
  clearable: BooleanConstructor;
40961
41123
  persistentClear: BooleanConstructor;
40962
41124
  singleLine: BooleanConstructor;
40963
- hint: StringConstructor;
40964
- persistentHint: BooleanConstructor;
40965
41125
  persistentPlaceholder: BooleanConstructor;
40966
41126
  persistentCounter: BooleanConstructor;
40967
41127
  suffix: StringConstructor;
@@ -41327,8 +41487,9 @@ declare const VSelect: {
41327
41487
  default: typeof deepEqual;
41328
41488
  };
41329
41489
  }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
41490
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
41330
41491
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
41331
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "transition" | "menu" | "autofocus" | "eager" | "disabled" | "readonly" | "noDataText" | "messages" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "clearable" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter" | "valueComparator" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear">;
41492
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "transition" | "menu" | "autofocus" | "eager" | "disabled" | "readonly" | "noDataText" | "messages" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint" | "clearable" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter" | "valueComparator" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear">;
41332
41493
  $attrs: {
41333
41494
  [x: string]: unknown;
41334
41495
  };
@@ -41340,7 +41501,7 @@ declare const VSelect: {
41340
41501
  }>;
41341
41502
  $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
41342
41503
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
41343
- $emit: (event: "update:menu", val: boolean) => void;
41504
+ $emit: ((event: "update:focused", focused: boolean) => void) & ((event: "update:menu", val: boolean) => void);
41344
41505
  $el: any;
41345
41506
  $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
41346
41507
  transition: Omit<{
@@ -41621,6 +41782,7 @@ declare const VSelect: {
41621
41782
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
41622
41783
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
41623
41784
  focused: BooleanConstructor;
41785
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
41624
41786
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
41625
41787
  errorMessages: {
41626
41788
  type: PropType<string | string[]>;
@@ -41634,12 +41796,12 @@ declare const VSelect: {
41634
41796
  type: PropType<ValidationRule[]>;
41635
41797
  default: () => never[];
41636
41798
  };
41799
+ hint: StringConstructor;
41800
+ persistentHint: BooleanConstructor;
41637
41801
  hideDetails: PropType<boolean | "auto">;
41638
41802
  clearable: BooleanConstructor;
41639
41803
  persistentClear: BooleanConstructor;
41640
41804
  singleLine: BooleanConstructor;
41641
- hint: StringConstructor;
41642
- persistentHint: BooleanConstructor;
41643
41805
  persistentPlaceholder: BooleanConstructor;
41644
41806
  persistentCounter: BooleanConstructor;
41645
41807
  suffix: StringConstructor;
@@ -42005,11 +42167,14 @@ declare const VSelect: {
42005
42167
  default: typeof deepEqual;
42006
42168
  };
42007
42169
  }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
42170
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
42008
42171
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
42009
42172
  }, {
42173
+ isFocused: vue.Ref<boolean>;
42010
42174
  menu: vue.WritableComputedRef<boolean>;
42011
42175
  select: (item: InternalItem) => void;
42012
42176
  } & Omit<any, string | number | symbol>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
42177
+ 'update:focused': (focused: boolean) => boolean;
42013
42178
  'update:modelValue': (val: any) => boolean;
42014
42179
  'update:menu': (val: boolean) => true;
42015
42180
  }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
@@ -42139,10 +42304,10 @@ declare const VSelect: {
42139
42304
  errorMessages: string | string[];
42140
42305
  maxErrors: string | number;
42141
42306
  rules: ValidationRule[];
42307
+ persistentHint: boolean;
42142
42308
  clearable: boolean;
42143
42309
  persistentClear: boolean;
42144
42310
  singleLine: boolean;
42145
- persistentHint: boolean;
42146
42311
  persistentPlaceholder: boolean;
42147
42312
  persistentCounter: boolean;
42148
42313
  valueComparator: typeof deepEqual;
@@ -42455,6 +42620,7 @@ declare const VSelect: {
42455
42620
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
42456
42621
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
42457
42622
  focused: BooleanConstructor;
42623
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
42458
42624
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
42459
42625
  errorMessages: {
42460
42626
  type: PropType<string | string[]>;
@@ -42468,12 +42634,12 @@ declare const VSelect: {
42468
42634
  type: PropType<ValidationRule[]>;
42469
42635
  default: () => never[];
42470
42636
  };
42637
+ hint: StringConstructor;
42638
+ persistentHint: BooleanConstructor;
42471
42639
  hideDetails: PropType<boolean | "auto">;
42472
42640
  clearable: BooleanConstructor;
42473
42641
  persistentClear: BooleanConstructor;
42474
42642
  singleLine: BooleanConstructor;
42475
- hint: StringConstructor;
42476
- persistentHint: BooleanConstructor;
42477
42643
  persistentPlaceholder: BooleanConstructor;
42478
42644
  persistentCounter: BooleanConstructor;
42479
42645
  suffix: StringConstructor;
@@ -42839,8 +43005,10 @@ declare const VSelect: {
42839
43005
  default: typeof deepEqual;
42840
43006
  };
42841
43007
  }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
43008
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
42842
43009
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
42843
43010
  } & vue.ShallowUnwrapRef<{
43011
+ isFocused: vue.Ref<boolean>;
42844
43012
  menu: vue.WritableComputedRef<boolean>;
42845
43013
  select: (item: InternalItem) => void;
42846
43014
  } & Omit<any, string | number | symbol>> & {} & vue.ComponentCustomProperties & {};
@@ -43126,6 +43294,7 @@ declare const VSelect: {
43126
43294
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
43127
43295
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
43128
43296
  focused: BooleanConstructor;
43297
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
43129
43298
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
43130
43299
  errorMessages: {
43131
43300
  type: PropType<string | string[]>;
@@ -43139,12 +43308,12 @@ declare const VSelect: {
43139
43308
  type: PropType<ValidationRule[]>;
43140
43309
  default: () => never[];
43141
43310
  };
43311
+ hint: StringConstructor;
43312
+ persistentHint: BooleanConstructor;
43142
43313
  hideDetails: PropType<boolean | "auto">;
43143
43314
  clearable: BooleanConstructor;
43144
43315
  persistentClear: BooleanConstructor;
43145
43316
  singleLine: BooleanConstructor;
43146
- hint: StringConstructor;
43147
- persistentHint: BooleanConstructor;
43148
43317
  persistentPlaceholder: BooleanConstructor;
43149
43318
  persistentCounter: BooleanConstructor;
43150
43319
  suffix: StringConstructor;
@@ -43510,11 +43679,14 @@ declare const VSelect: {
43510
43679
  default: typeof deepEqual;
43511
43680
  };
43512
43681
  }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
43682
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
43513
43683
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
43514
43684
  }, {
43685
+ isFocused: vue.Ref<boolean>;
43515
43686
  menu: vue.WritableComputedRef<boolean>;
43516
43687
  select: (item: InternalItem) => void;
43517
43688
  } & Omit<any, string | number | symbol>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
43689
+ 'update:focused': (focused: boolean) => boolean;
43518
43690
  'update:modelValue': (val: any) => boolean;
43519
43691
  'update:menu': (val: boolean) => true;
43520
43692
  }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
@@ -43644,10 +43816,10 @@ declare const VSelect: {
43644
43816
  errorMessages: string | string[];
43645
43817
  maxErrors: string | number;
43646
43818
  rules: ValidationRule[];
43819
+ persistentHint: boolean;
43647
43820
  clearable: boolean;
43648
43821
  persistentClear: boolean;
43649
43822
  singleLine: boolean;
43650
- persistentHint: boolean;
43651
43823
  persistentPlaceholder: boolean;
43652
43824
  persistentCounter: boolean;
43653
43825
  valueComparator: typeof deepEqual;
@@ -44056,6 +44228,7 @@ declare const VSelect: {
44056
44228
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44057
44229
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44058
44230
  focused: BooleanConstructor;
44231
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
44059
44232
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
44060
44233
  errorMessages: {
44061
44234
  type: PropType<string | string[]>;
@@ -44069,12 +44242,12 @@ declare const VSelect: {
44069
44242
  type: PropType<ValidationRule[]>;
44070
44243
  default: () => never[];
44071
44244
  };
44245
+ hint: StringConstructor;
44246
+ persistentHint: BooleanConstructor;
44072
44247
  hideDetails: PropType<boolean | "auto">;
44073
44248
  clearable: BooleanConstructor;
44074
44249
  persistentClear: BooleanConstructor;
44075
44250
  singleLine: BooleanConstructor;
44076
- hint: StringConstructor;
44077
- persistentHint: BooleanConstructor;
44078
44251
  persistentPlaceholder: BooleanConstructor;
44079
44252
  persistentCounter: BooleanConstructor;
44080
44253
  suffix: StringConstructor;
@@ -44718,6 +44891,7 @@ declare const VSelect: {
44718
44891
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44719
44892
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44720
44893
  focused: BooleanConstructor;
44894
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
44721
44895
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
44722
44896
  errorMessages: {
44723
44897
  type: PropType<string | string[]>;
@@ -44731,12 +44905,12 @@ declare const VSelect: {
44731
44905
  type: PropType<ValidationRule[]>;
44732
44906
  default: () => never[];
44733
44907
  };
44908
+ hint: StringConstructor;
44909
+ persistentHint: BooleanConstructor;
44734
44910
  hideDetails: PropType<boolean | "auto">;
44735
44911
  clearable: BooleanConstructor;
44736
44912
  persistentClear: BooleanConstructor;
44737
44913
  singleLine: BooleanConstructor;
44738
- hint: StringConstructor;
44739
- persistentHint: BooleanConstructor;
44740
44914
  persistentPlaceholder: BooleanConstructor;
44741
44915
  persistentCounter: BooleanConstructor;
44742
44916
  suffix: StringConstructor;
@@ -45932,6 +46106,7 @@ declare const VSlider: {
45932
46106
  errorMessages: string | string[];
45933
46107
  maxErrors: string | number;
45934
46108
  rules: ValidationRule[];
46109
+ persistentHint: boolean;
45935
46110
  showTicks: boolean | "always";
45936
46111
  tickSize: string | number;
45937
46112
  trackSize: string | number;
@@ -45954,6 +46129,7 @@ declare const VSlider: {
45954
46129
  errorMessages: string | string[];
45955
46130
  maxErrors: string | number;
45956
46131
  rules: ValidationRule[];
46132
+ persistentHint: boolean;
45957
46133
  showTicks: boolean | "always";
45958
46134
  tickSize: string | number;
45959
46135
  trackSize: string | number;
@@ -45968,8 +46144,10 @@ declare const VSlider: {
45968
46144
  appendIcon?: IconValue | undefined;
45969
46145
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
45970
46146
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46147
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
45971
46148
  validateOn?: "input" | "blur" | "submit" | undefined;
45972
46149
  validationValue?: any;
46150
+ hint?: string | undefined;
45973
46151
  hideDetails?: boolean | "auto" | undefined;
45974
46152
  trackColor?: string | undefined;
45975
46153
  trackFillColor?: string | undefined;
@@ -46011,7 +46189,7 @@ declare const VSlider: {
46011
46189
  } & {
46012
46190
  "onUpdate:modelValue"?: ((v: number) => any) | undefined;
46013
46191
  "onUpdate:focused"?: ((value: boolean) => any) | undefined;
46014
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "max" | "error" | "direction" | "disabled" | "readonly" | "step" | "min" | "elevation" | "messages" | "rounded" | "density" | "modelValue" | "focused" | "errorMessages" | "maxErrors" | "rules" | "showTicks" | "tickSize" | "trackSize" | "thumbLabel" | "thumbSize">;
46192
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "max" | "error" | "direction" | "disabled" | "readonly" | "step" | "min" | "elevation" | "messages" | "rounded" | "density" | "modelValue" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint" | "showTicks" | "tickSize" | "trackSize" | "thumbLabel" | "thumbSize">;
46015
46193
  $attrs: {
46016
46194
  [x: string]: unknown;
46017
46195
  };
@@ -46042,6 +46220,7 @@ declare const VSlider: {
46042
46220
  errorMessages: string | string[];
46043
46221
  maxErrors: string | number;
46044
46222
  rules: ValidationRule[];
46223
+ persistentHint: boolean;
46045
46224
  showTicks: boolean | "always";
46046
46225
  tickSize: string | number;
46047
46226
  trackSize: string | number;
@@ -46056,8 +46235,10 @@ declare const VSlider: {
46056
46235
  appendIcon?: IconValue | undefined;
46057
46236
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46058
46237
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46238
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
46059
46239
  validateOn?: "input" | "blur" | "submit" | undefined;
46060
46240
  validationValue?: any;
46241
+ hint?: string | undefined;
46061
46242
  hideDetails?: boolean | "auto" | undefined;
46062
46243
  trackColor?: string | undefined;
46063
46244
  trackFillColor?: string | undefined;
@@ -46120,6 +46301,7 @@ declare const VSlider: {
46120
46301
  errorMessages: string | string[];
46121
46302
  maxErrors: string | number;
46122
46303
  rules: ValidationRule[];
46304
+ persistentHint: boolean;
46123
46305
  showTicks: boolean | "always";
46124
46306
  tickSize: string | number;
46125
46307
  trackSize: string | number;
@@ -46162,6 +46344,7 @@ declare const VSlider: {
46162
46344
  errorMessages: string | string[];
46163
46345
  maxErrors: string | number;
46164
46346
  rules: ValidationRule[];
46347
+ persistentHint: boolean;
46165
46348
  showTicks: boolean | "always";
46166
46349
  tickSize: string | number;
46167
46350
  trackSize: string | number;
@@ -46176,8 +46359,10 @@ declare const VSlider: {
46176
46359
  appendIcon?: IconValue | undefined;
46177
46360
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46178
46361
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46362
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
46179
46363
  validateOn?: "input" | "blur" | "submit" | undefined;
46180
46364
  validationValue?: any;
46365
+ hint?: string | undefined;
46181
46366
  hideDetails?: boolean | "auto" | undefined;
46182
46367
  trackColor?: string | undefined;
46183
46368
  trackFillColor?: string | undefined;
@@ -46240,6 +46425,7 @@ declare const VSlider: {
46240
46425
  errorMessages: string | string[];
46241
46426
  maxErrors: string | number;
46242
46427
  rules: ValidationRule[];
46428
+ persistentHint: boolean;
46243
46429
  showTicks: boolean | "always";
46244
46430
  tickSize: string | number;
46245
46431
  trackSize: string | number;
@@ -46254,8 +46440,10 @@ declare const VSlider: {
46254
46440
  appendIcon?: IconValue | undefined;
46255
46441
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46256
46442
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46443
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
46257
46444
  validateOn?: "input" | "blur" | "submit" | undefined;
46258
46445
  validationValue?: any;
46446
+ hint?: string | undefined;
46259
46447
  hideDetails?: boolean | "auto" | undefined;
46260
46448
  trackColor?: string | undefined;
46261
46449
  trackFillColor?: string | undefined;
@@ -46318,6 +46506,7 @@ declare const VSlider: {
46318
46506
  errorMessages: string | string[];
46319
46507
  maxErrors: string | number;
46320
46508
  rules: ValidationRule[];
46509
+ persistentHint: boolean;
46321
46510
  showTicks: boolean | "always";
46322
46511
  tickSize: string | number;
46323
46512
  trackSize: string | number;
@@ -46329,6 +46518,7 @@ declare const VSlider: {
46329
46518
  default: number;
46330
46519
  };
46331
46520
  focused: BooleanConstructor;
46521
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
46332
46522
  disabled: BooleanConstructor;
46333
46523
  error: BooleanConstructor;
46334
46524
  errorMessages: {
@@ -46357,6 +46547,8 @@ declare const VSlider: {
46357
46547
  appendIcon: vue.PropType<IconValue>;
46358
46548
  prependIcon: vue.PropType<IconValue>;
46359
46549
  hideDetails: vue.PropType<boolean | "auto">;
46550
+ hint: StringConstructor;
46551
+ persistentHint: BooleanConstructor;
46360
46552
  messages: {
46361
46553
  type: vue.PropType<string | string[]>;
46362
46554
  default: () => never[];
@@ -46427,6 +46619,7 @@ declare const VSlider: {
46427
46619
  default: number;
46428
46620
  };
46429
46621
  focused: BooleanConstructor;
46622
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
46430
46623
  disabled: BooleanConstructor;
46431
46624
  error: BooleanConstructor;
46432
46625
  errorMessages: {
@@ -46455,6 +46648,8 @@ declare const VSlider: {
46455
46648
  appendIcon: vue.PropType<IconValue>;
46456
46649
  prependIcon: vue.PropType<IconValue>;
46457
46650
  hideDetails: vue.PropType<boolean | "auto">;
46651
+ hint: StringConstructor;
46652
+ persistentHint: BooleanConstructor;
46458
46653
  messages: {
46459
46654
  type: vue.PropType<string | string[]>;
46460
46655
  default: () => never[];
@@ -48211,6 +48406,7 @@ declare const VSwitch: {
48211
48406
  errorMessages: string | string[];
48212
48407
  maxErrors: string | number;
48213
48408
  rules: ValidationRule[];
48409
+ persistentHint: boolean;
48214
48410
  valueComparator: typeof deepEqual;
48215
48411
  }> & Omit<{
48216
48412
  flat: boolean;
@@ -48230,6 +48426,7 @@ declare const VSwitch: {
48230
48426
  errorMessages: string | string[];
48231
48427
  maxErrors: string | number;
48232
48428
  rules: ValidationRule[];
48429
+ persistentHint: boolean;
48233
48430
  valueComparator: typeof deepEqual;
48234
48431
  } & {
48235
48432
  type?: string | undefined;
@@ -48244,8 +48441,10 @@ declare const VSwitch: {
48244
48441
  appendIcon?: IconValue | undefined;
48245
48442
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48246
48443
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48444
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
48247
48445
  validateOn?: "input" | "blur" | "submit" | undefined;
48248
48446
  validationValue?: any;
48447
+ hint?: string | undefined;
48249
48448
  hideDetails?: boolean | "auto" | undefined;
48250
48449
  falseIcon?: IconValue | undefined;
48251
48450
  trueIcon?: IconValue | undefined;
@@ -48262,6 +48461,7 @@ declare const VSwitch: {
48262
48461
  props: Record<string, unknown>;
48263
48462
  }) => vue.VNodeChild) | undefined;
48264
48463
  input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48464
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48265
48465
  };
48266
48466
  $slots?: {
48267
48467
  default?: (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
@@ -48273,6 +48473,7 @@ declare const VSwitch: {
48273
48473
  props: Record<string, unknown>;
48274
48474
  }) => vue.VNodeChild) | undefined;
48275
48475
  input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48476
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48276
48477
  } | undefined;
48277
48478
  'v-slots'?: {
48278
48479
  default?: false | (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
@@ -48284,6 +48485,7 @@ declare const VSwitch: {
48284
48485
  props: Record<string, unknown>;
48285
48486
  }) => vue.VNodeChild) | undefined;
48286
48487
  input?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48488
+ loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48287
48489
  } | undefined;
48288
48490
  } & {
48289
48491
  "v-slot:default"?: false | (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
@@ -48295,11 +48497,12 @@ declare const VSwitch: {
48295
48497
  props: Record<string, unknown>;
48296
48498
  }) => vue.VNodeChild) | undefined;
48297
48499
  "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48500
+ "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48298
48501
  } & {
48299
48502
  "onUpdate:modelValue"?: (() => any) | undefined;
48300
48503
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
48301
48504
  "onUpdate:indeterminate"?: ((val: boolean) => any) | undefined;
48302
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "inline" | "error" | "direction" | "inset" | "loading" | "disabled" | "multiple" | "readonly" | "indeterminate" | "messages" | "density" | "ripple" | "focused" | "errorMessages" | "maxErrors" | "rules" | "valueComparator">;
48505
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "inline" | "error" | "direction" | "inset" | "loading" | "disabled" | "multiple" | "readonly" | "indeterminate" | "messages" | "density" | "ripple" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint" | "valueComparator">;
48303
48506
  $attrs: {
48304
48507
  [x: string]: unknown;
48305
48508
  };
@@ -48331,6 +48534,7 @@ declare const VSwitch: {
48331
48534
  errorMessages: string | string[];
48332
48535
  maxErrors: string | number;
48333
48536
  rules: ValidationRule[];
48537
+ persistentHint: boolean;
48334
48538
  valueComparator: typeof deepEqual;
48335
48539
  } & {
48336
48540
  type?: string | undefined;
@@ -48345,8 +48549,10 @@ declare const VSwitch: {
48345
48549
  appendIcon?: IconValue | undefined;
48346
48550
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48347
48551
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48552
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
48348
48553
  validateOn?: "input" | "blur" | "submit" | undefined;
48349
48554
  validationValue?: any;
48555
+ hint?: string | undefined;
48350
48556
  hideDetails?: boolean | "auto" | undefined;
48351
48557
  falseIcon?: IconValue | undefined;
48352
48558
  trueIcon?: IconValue | undefined;
@@ -48363,6 +48569,7 @@ declare const VSwitch: {
48363
48569
  props: Record<string, unknown>;
48364
48570
  }) => vue.VNodeChild) | undefined;
48365
48571
  input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48572
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48366
48573
  };
48367
48574
  $slots?: {
48368
48575
  default?: (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
@@ -48374,6 +48581,7 @@ declare const VSwitch: {
48374
48581
  props: Record<string, unknown>;
48375
48582
  }) => vue.VNodeChild) | undefined;
48376
48583
  input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48584
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48377
48585
  } | undefined;
48378
48586
  'v-slots'?: {
48379
48587
  default?: false | (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
@@ -48385,6 +48593,7 @@ declare const VSwitch: {
48385
48593
  props: Record<string, unknown>;
48386
48594
  }) => vue.VNodeChild) | undefined;
48387
48595
  input?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48596
+ loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48388
48597
  } | undefined;
48389
48598
  } & {
48390
48599
  "v-slot:default"?: false | (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
@@ -48396,6 +48605,7 @@ declare const VSwitch: {
48396
48605
  props: Record<string, unknown>;
48397
48606
  }) => vue.VNodeChild) | undefined;
48398
48607
  "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48608
+ "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48399
48609
  } & {
48400
48610
  "onUpdate:modelValue"?: (() => any) | undefined;
48401
48611
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -48422,6 +48632,7 @@ declare const VSwitch: {
48422
48632
  errorMessages: string | string[];
48423
48633
  maxErrors: string | number;
48424
48634
  rules: ValidationRule[];
48635
+ persistentHint: boolean;
48425
48636
  valueComparator: typeof deepEqual;
48426
48637
  }, {}, string> & {
48427
48638
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -48461,6 +48672,7 @@ declare const VSwitch: {
48461
48672
  errorMessages: string | string[];
48462
48673
  maxErrors: string | number;
48463
48674
  rules: ValidationRule[];
48675
+ persistentHint: boolean;
48464
48676
  valueComparator: typeof deepEqual;
48465
48677
  } & {
48466
48678
  type?: string | undefined;
@@ -48475,8 +48687,10 @@ declare const VSwitch: {
48475
48687
  appendIcon?: IconValue | undefined;
48476
48688
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48477
48689
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48690
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
48478
48691
  validateOn?: "input" | "blur" | "submit" | undefined;
48479
48692
  validationValue?: any;
48693
+ hint?: string | undefined;
48480
48694
  hideDetails?: boolean | "auto" | undefined;
48481
48695
  falseIcon?: IconValue | undefined;
48482
48696
  trueIcon?: IconValue | undefined;
@@ -48493,6 +48707,7 @@ declare const VSwitch: {
48493
48707
  props: Record<string, unknown>;
48494
48708
  }) => vue.VNodeChild) | undefined;
48495
48709
  input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48710
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48496
48711
  };
48497
48712
  $slots?: {
48498
48713
  default?: (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
@@ -48504,6 +48719,7 @@ declare const VSwitch: {
48504
48719
  props: Record<string, unknown>;
48505
48720
  }) => vue.VNodeChild) | undefined;
48506
48721
  input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48722
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48507
48723
  } | undefined;
48508
48724
  'v-slots'?: {
48509
48725
  default?: false | (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
@@ -48515,6 +48731,7 @@ declare const VSwitch: {
48515
48731
  props: Record<string, unknown>;
48516
48732
  }) => vue.VNodeChild) | undefined;
48517
48733
  input?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48734
+ loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48518
48735
  } | undefined;
48519
48736
  } & {
48520
48737
  "v-slot:default"?: false | (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
@@ -48526,6 +48743,7 @@ declare const VSwitch: {
48526
48743
  props: Record<string, unknown>;
48527
48744
  }) => vue.VNodeChild) | undefined;
48528
48745
  "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48746
+ "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48529
48747
  } & {
48530
48748
  "onUpdate:modelValue"?: (() => any) | undefined;
48531
48749
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -48552,6 +48770,7 @@ declare const VSwitch: {
48552
48770
  errorMessages: string | string[];
48553
48771
  maxErrors: string | number;
48554
48772
  rules: ValidationRule[];
48773
+ persistentHint: boolean;
48555
48774
  valueComparator: typeof deepEqual;
48556
48775
  } & {
48557
48776
  type?: string | undefined;
@@ -48566,8 +48785,10 @@ declare const VSwitch: {
48566
48785
  appendIcon?: IconValue | undefined;
48567
48786
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48568
48787
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48788
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
48569
48789
  validateOn?: "input" | "blur" | "submit" | undefined;
48570
48790
  validationValue?: any;
48791
+ hint?: string | undefined;
48571
48792
  hideDetails?: boolean | "auto" | undefined;
48572
48793
  falseIcon?: IconValue | undefined;
48573
48794
  trueIcon?: IconValue | undefined;
@@ -48584,6 +48805,7 @@ declare const VSwitch: {
48584
48805
  props: Record<string, unknown>;
48585
48806
  }) => vue.VNodeChild) | undefined;
48586
48807
  input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48808
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48587
48809
  };
48588
48810
  $slots?: {
48589
48811
  default?: (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
@@ -48595,6 +48817,7 @@ declare const VSwitch: {
48595
48817
  props: Record<string, unknown>;
48596
48818
  }) => vue.VNodeChild) | undefined;
48597
48819
  input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48820
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48598
48821
  } | undefined;
48599
48822
  'v-slots'?: {
48600
48823
  default?: false | (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
@@ -48606,6 +48829,7 @@ declare const VSwitch: {
48606
48829
  props: Record<string, unknown>;
48607
48830
  }) => vue.VNodeChild) | undefined;
48608
48831
  input?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48832
+ loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48609
48833
  } | undefined;
48610
48834
  } & {
48611
48835
  "v-slot:default"?: false | (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
@@ -48617,6 +48841,7 @@ declare const VSwitch: {
48617
48841
  props: Record<string, unknown>;
48618
48842
  }) => vue.VNodeChild) | undefined;
48619
48843
  "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48844
+ "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48620
48845
  } & {
48621
48846
  "onUpdate:modelValue"?: (() => any) | undefined;
48622
48847
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -48643,6 +48868,7 @@ declare const VSwitch: {
48643
48868
  errorMessages: string | string[];
48644
48869
  maxErrors: string | number;
48645
48870
  rules: ValidationRule[];
48871
+ persistentHint: boolean;
48646
48872
  valueComparator: typeof deepEqual;
48647
48873
  }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
48648
48874
  density: {
@@ -48679,6 +48905,7 @@ declare const VSwitch: {
48679
48905
  falseValue: null;
48680
48906
  value: null;
48681
48907
  focused: BooleanConstructor;
48908
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
48682
48909
  errorMessages: {
48683
48910
  type: vue.PropType<string | string[]>;
48684
48911
  default: () => never[];
@@ -48696,6 +48923,8 @@ declare const VSwitch: {
48696
48923
  appendIcon: vue.PropType<IconValue>;
48697
48924
  prependIcon: vue.PropType<IconValue>;
48698
48925
  hideDetails: vue.PropType<boolean | "auto">;
48926
+ hint: StringConstructor;
48927
+ persistentHint: BooleanConstructor;
48699
48928
  messages: {
48700
48929
  type: vue.PropType<string | string[]>;
48701
48930
  default: () => never[];
@@ -48749,6 +48978,7 @@ declare const VSwitch: {
48749
48978
  falseValue: null;
48750
48979
  value: null;
48751
48980
  focused: BooleanConstructor;
48981
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
48752
48982
  errorMessages: {
48753
48983
  type: vue.PropType<string | string[]>;
48754
48984
  default: () => never[];
@@ -48766,6 +48996,8 @@ declare const VSwitch: {
48766
48996
  appendIcon: vue.PropType<IconValue>;
48767
48997
  prependIcon: vue.PropType<IconValue>;
48768
48998
  hideDetails: vue.PropType<boolean | "auto">;
48999
+ hint: StringConstructor;
49000
+ persistentHint: BooleanConstructor;
48769
49001
  messages: {
48770
49002
  type: vue.PropType<string | string[]>;
48771
49003
  default: () => never[];
@@ -50063,11 +50295,11 @@ declare const VTextarea: {
50063
50295
  errorMessages: string | string[];
50064
50296
  maxErrors: string | number;
50065
50297
  rules: ValidationRule[];
50298
+ persistentHint: boolean;
50066
50299
  clearable: boolean;
50067
50300
  dirty: boolean;
50068
50301
  persistentClear: boolean;
50069
50302
  singleLine: boolean;
50070
- persistentHint: boolean;
50071
50303
  persistentPlaceholder: boolean;
50072
50304
  persistentCounter: boolean;
50073
50305
  autoGrow: boolean;
@@ -50089,11 +50321,11 @@ declare const VTextarea: {
50089
50321
  errorMessages: string | string[];
50090
50322
  maxErrors: string | number;
50091
50323
  rules: ValidationRule[];
50324
+ persistentHint: boolean;
50092
50325
  clearable: boolean;
50093
50326
  dirty: boolean;
50094
50327
  persistentClear: boolean;
50095
50328
  singleLine: boolean;
50096
- persistentHint: boolean;
50097
50329
  persistentPlaceholder: boolean;
50098
50330
  persistentCounter: boolean;
50099
50331
  autoGrow: boolean;
@@ -50120,10 +50352,11 @@ declare const VTextarea: {
50120
50352
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50121
50353
  'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50122
50354
  'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50355
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
50123
50356
  validateOn?: "input" | "blur" | "submit" | undefined;
50124
50357
  validationValue?: any;
50125
- hideDetails?: boolean | "auto" | undefined;
50126
50358
  hint?: string | undefined;
50359
+ hideDetails?: boolean | "auto" | undefined;
50127
50360
  suffix?: string | undefined;
50128
50361
  counterValue?: ((value: any) => number) | undefined;
50129
50362
  modelModifiers?: Record<string, boolean> | undefined;
@@ -50173,7 +50406,7 @@ declare const VTextarea: {
50173
50406
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
50174
50407
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
50175
50408
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
50176
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "direction" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter" | "autoGrow" | "noResize" | "rows">;
50409
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "direction" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter" | "autoGrow" | "noResize" | "rows">;
50177
50410
  $attrs: {
50178
50411
  [x: string]: unknown;
50179
50412
  };
@@ -50203,11 +50436,11 @@ declare const VTextarea: {
50203
50436
  errorMessages: string | string[];
50204
50437
  maxErrors: string | number;
50205
50438
  rules: ValidationRule[];
50439
+ persistentHint: boolean;
50206
50440
  clearable: boolean;
50207
50441
  dirty: boolean;
50208
50442
  persistentClear: boolean;
50209
50443
  singleLine: boolean;
50210
- persistentHint: boolean;
50211
50444
  persistentPlaceholder: boolean;
50212
50445
  persistentCounter: boolean;
50213
50446
  autoGrow: boolean;
@@ -50234,10 +50467,11 @@ declare const VTextarea: {
50234
50467
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50235
50468
  'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50236
50469
  'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50470
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
50237
50471
  validateOn?: "input" | "blur" | "submit" | undefined;
50238
50472
  validationValue?: any;
50239
- hideDetails?: boolean | "auto" | undefined;
50240
50473
  hint?: string | undefined;
50474
+ hideDetails?: boolean | "auto" | undefined;
50241
50475
  suffix?: string | undefined;
50242
50476
  counterValue?: ((value: any) => number) | undefined;
50243
50477
  modelModifiers?: Record<string, boolean> | undefined;
@@ -50301,6 +50535,7 @@ declare const VTextarea: {
50301
50535
  errorMessages: string | string[];
50302
50536
  maxErrors: string | number;
50303
50537
  rules: ValidationRule[];
50538
+ persistentHint: boolean;
50304
50539
  }> & Omit<{
50305
50540
  error: boolean;
50306
50541
  direction: "horizontal" | "vertical";
@@ -50312,6 +50547,7 @@ declare const VTextarea: {
50312
50547
  errorMessages: string | string[];
50313
50548
  maxErrors: string | number;
50314
50549
  rules: ValidationRule[];
50550
+ persistentHint: boolean;
50315
50551
  } & {
50316
50552
  id?: string | undefined;
50317
50553
  name?: string | undefined;
@@ -50321,8 +50557,10 @@ declare const VTextarea: {
50321
50557
  appendIcon?: IconValue | undefined;
50322
50558
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50323
50559
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50560
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
50324
50561
  validateOn?: "input" | "blur" | "submit" | undefined;
50325
50562
  validationValue?: any;
50563
+ hint?: string | undefined;
50326
50564
  hideDetails?: boolean | "auto" | undefined;
50327
50565
  } & {
50328
50566
  $children?: {} | vue.VNodeChild | {
@@ -50350,7 +50588,7 @@ declare const VTextarea: {
50350
50588
  "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
50351
50589
  } & {
50352
50590
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
50353
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
50591
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
50354
50592
  $attrs: {
50355
50593
  [x: string]: unknown;
50356
50594
  };
@@ -50375,6 +50613,7 @@ declare const VTextarea: {
50375
50613
  errorMessages: string | string[];
50376
50614
  maxErrors: string | number;
50377
50615
  rules: ValidationRule[];
50616
+ persistentHint: boolean;
50378
50617
  } & {
50379
50618
  id?: string | undefined;
50380
50619
  name?: string | undefined;
@@ -50384,8 +50623,10 @@ declare const VTextarea: {
50384
50623
  appendIcon?: IconValue | undefined;
50385
50624
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50386
50625
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50626
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
50387
50627
  validateOn?: "input" | "blur" | "submit" | undefined;
50388
50628
  validationValue?: any;
50629
+ hint?: string | undefined;
50389
50630
  hideDetails?: boolean | "auto" | undefined;
50390
50631
  } & {
50391
50632
  $children?: {} | vue.VNodeChild | {
@@ -50430,6 +50671,7 @@ declare const VTextarea: {
50430
50671
  errorMessages: string | string[];
50431
50672
  maxErrors: string | number;
50432
50673
  rules: ValidationRule[];
50674
+ persistentHint: boolean;
50433
50675
  }, {}, string> & {
50434
50676
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
50435
50677
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -50461,6 +50703,7 @@ declare const VTextarea: {
50461
50703
  errorMessages: string | string[];
50462
50704
  maxErrors: string | number;
50463
50705
  rules: ValidationRule[];
50706
+ persistentHint: boolean;
50464
50707
  } & {
50465
50708
  id?: string | undefined;
50466
50709
  name?: string | undefined;
@@ -50470,8 +50713,10 @@ declare const VTextarea: {
50470
50713
  appendIcon?: IconValue | undefined;
50471
50714
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50472
50715
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50716
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
50473
50717
  validateOn?: "input" | "blur" | "submit" | undefined;
50474
50718
  validationValue?: any;
50719
+ hint?: string | undefined;
50475
50720
  hideDetails?: boolean | "auto" | undefined;
50476
50721
  } & {
50477
50722
  $children?: {} | vue.VNodeChild | {
@@ -50503,7 +50748,7 @@ declare const VTextarea: {
50503
50748
  reset: () => void;
50504
50749
  resetValidation: () => void;
50505
50750
  validate: () => Promise<string[]>;
50506
- }> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
50751
+ }> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
50507
50752
  'click:control': (e: MouseEvent) => true;
50508
50753
  'mousedown:control': (e: MouseEvent) => true;
50509
50754
  'update:focused': (focused: boolean) => true;
@@ -50524,11 +50769,11 @@ declare const VTextarea: {
50524
50769
  errorMessages: string | string[];
50525
50770
  maxErrors: string | number;
50526
50771
  rules: ValidationRule[];
50772
+ persistentHint: boolean;
50527
50773
  clearable: boolean;
50528
50774
  dirty: boolean;
50529
50775
  persistentClear: boolean;
50530
50776
  singleLine: boolean;
50531
- persistentHint: boolean;
50532
50777
  persistentPlaceholder: boolean;
50533
50778
  persistentCounter: boolean;
50534
50779
  autoGrow: boolean;
@@ -50570,11 +50815,11 @@ declare const VTextarea: {
50570
50815
  errorMessages: string | string[];
50571
50816
  maxErrors: string | number;
50572
50817
  rules: ValidationRule[];
50818
+ persistentHint: boolean;
50573
50819
  clearable: boolean;
50574
50820
  dirty: boolean;
50575
50821
  persistentClear: boolean;
50576
50822
  singleLine: boolean;
50577
- persistentHint: boolean;
50578
50823
  persistentPlaceholder: boolean;
50579
50824
  persistentCounter: boolean;
50580
50825
  autoGrow: boolean;
@@ -50601,10 +50846,11 @@ declare const VTextarea: {
50601
50846
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50602
50847
  'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50603
50848
  'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50849
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
50604
50850
  validateOn?: "input" | "blur" | "submit" | undefined;
50605
50851
  validationValue?: any;
50606
- hideDetails?: boolean | "auto" | undefined;
50607
50852
  hint?: string | undefined;
50853
+ hideDetails?: boolean | "auto" | undefined;
50608
50854
  suffix?: string | undefined;
50609
50855
  counterValue?: ((value: any) => number) | undefined;
50610
50856
  modelModifiers?: Record<string, boolean> | undefined;
@@ -50668,6 +50914,7 @@ declare const VTextarea: {
50668
50914
  errorMessages: string | string[];
50669
50915
  maxErrors: string | number;
50670
50916
  rules: ValidationRule[];
50917
+ persistentHint: boolean;
50671
50918
  }> & Omit<{
50672
50919
  error: boolean;
50673
50920
  direction: "horizontal" | "vertical";
@@ -50679,6 +50926,7 @@ declare const VTextarea: {
50679
50926
  errorMessages: string | string[];
50680
50927
  maxErrors: string | number;
50681
50928
  rules: ValidationRule[];
50929
+ persistentHint: boolean;
50682
50930
  } & {
50683
50931
  id?: string | undefined;
50684
50932
  name?: string | undefined;
@@ -50688,8 +50936,10 @@ declare const VTextarea: {
50688
50936
  appendIcon?: IconValue | undefined;
50689
50937
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50690
50938
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50939
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
50691
50940
  validateOn?: "input" | "blur" | "submit" | undefined;
50692
50941
  validationValue?: any;
50942
+ hint?: string | undefined;
50693
50943
  hideDetails?: boolean | "auto" | undefined;
50694
50944
  } & {
50695
50945
  $children?: {} | vue.VNodeChild | {
@@ -50717,7 +50967,7 @@ declare const VTextarea: {
50717
50967
  "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
50718
50968
  } & {
50719
50969
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
50720
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
50970
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
50721
50971
  $attrs: {
50722
50972
  [x: string]: unknown;
50723
50973
  };
@@ -50742,6 +50992,7 @@ declare const VTextarea: {
50742
50992
  errorMessages: string | string[];
50743
50993
  maxErrors: string | number;
50744
50994
  rules: ValidationRule[];
50995
+ persistentHint: boolean;
50745
50996
  } & {
50746
50997
  id?: string | undefined;
50747
50998
  name?: string | undefined;
@@ -50751,8 +51002,10 @@ declare const VTextarea: {
50751
51002
  appendIcon?: IconValue | undefined;
50752
51003
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50753
51004
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51005
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
50754
51006
  validateOn?: "input" | "blur" | "submit" | undefined;
50755
51007
  validationValue?: any;
51008
+ hint?: string | undefined;
50756
51009
  hideDetails?: boolean | "auto" | undefined;
50757
51010
  } & {
50758
51011
  $children?: {} | vue.VNodeChild | {
@@ -50797,6 +51050,7 @@ declare const VTextarea: {
50797
51050
  errorMessages: string | string[];
50798
51051
  maxErrors: string | number;
50799
51052
  rules: ValidationRule[];
51053
+ persistentHint: boolean;
50800
51054
  }, {}, string> & {
50801
51055
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
50802
51056
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -50828,6 +51082,7 @@ declare const VTextarea: {
50828
51082
  errorMessages: string | string[];
50829
51083
  maxErrors: string | number;
50830
51084
  rules: ValidationRule[];
51085
+ persistentHint: boolean;
50831
51086
  } & {
50832
51087
  id?: string | undefined;
50833
51088
  name?: string | undefined;
@@ -50837,8 +51092,10 @@ declare const VTextarea: {
50837
51092
  appendIcon?: IconValue | undefined;
50838
51093
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50839
51094
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51095
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
50840
51096
  validateOn?: "input" | "blur" | "submit" | undefined;
50841
51097
  validationValue?: any;
51098
+ hint?: string | undefined;
50842
51099
  hideDetails?: boolean | "auto" | undefined;
50843
51100
  } & {
50844
51101
  $children?: {} | vue.VNodeChild | {
@@ -50870,7 +51127,7 @@ declare const VTextarea: {
50870
51127
  reset: () => void;
50871
51128
  resetValidation: () => void;
50872
51129
  validate: () => Promise<string[]>;
50873
- }> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules") | "v-slot:details">, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
51130
+ }> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
50874
51131
  __isFragment?: undefined;
50875
51132
  __isTeleport?: undefined;
50876
51133
  __isSuspense?: undefined;
@@ -50890,11 +51147,11 @@ declare const VTextarea: {
50890
51147
  errorMessages: string | string[];
50891
51148
  maxErrors: string | number;
50892
51149
  rules: ValidationRule[];
51150
+ persistentHint: boolean;
50893
51151
  clearable: boolean;
50894
51152
  dirty: boolean;
50895
51153
  persistentClear: boolean;
50896
51154
  singleLine: boolean;
50897
- persistentHint: boolean;
50898
51155
  persistentPlaceholder: boolean;
50899
51156
  persistentCounter: boolean;
50900
51157
  autoGrow: boolean;
@@ -50921,10 +51178,11 @@ declare const VTextarea: {
50921
51178
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50922
51179
  'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50923
51180
  'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51181
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
50924
51182
  validateOn?: "input" | "blur" | "submit" | undefined;
50925
51183
  validationValue?: any;
50926
- hideDetails?: boolean | "auto" | undefined;
50927
51184
  hint?: string | undefined;
51185
+ hideDetails?: boolean | "auto" | undefined;
50928
51186
  suffix?: string | undefined;
50929
51187
  counterValue?: ((value: any) => number) | undefined;
50930
51188
  modelModifiers?: Record<string, boolean> | undefined;
@@ -50988,6 +51246,7 @@ declare const VTextarea: {
50988
51246
  errorMessages: string | string[];
50989
51247
  maxErrors: string | number;
50990
51248
  rules: ValidationRule[];
51249
+ persistentHint: boolean;
50991
51250
  }> & Omit<{
50992
51251
  error: boolean;
50993
51252
  direction: "horizontal" | "vertical";
@@ -50999,6 +51258,7 @@ declare const VTextarea: {
50999
51258
  errorMessages: string | string[];
51000
51259
  maxErrors: string | number;
51001
51260
  rules: ValidationRule[];
51261
+ persistentHint: boolean;
51002
51262
  } & {
51003
51263
  id?: string | undefined;
51004
51264
  name?: string | undefined;
@@ -51008,8 +51268,10 @@ declare const VTextarea: {
51008
51268
  appendIcon?: IconValue | undefined;
51009
51269
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51010
51270
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51271
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
51011
51272
  validateOn?: "input" | "blur" | "submit" | undefined;
51012
51273
  validationValue?: any;
51274
+ hint?: string | undefined;
51013
51275
  hideDetails?: boolean | "auto" | undefined;
51014
51276
  } & {
51015
51277
  $children?: {} | vue.VNodeChild | {
@@ -51037,7 +51299,7 @@ declare const VTextarea: {
51037
51299
  "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
51038
51300
  } & {
51039
51301
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
51040
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
51302
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
51041
51303
  $attrs: {
51042
51304
  [x: string]: unknown;
51043
51305
  };
@@ -51062,6 +51324,7 @@ declare const VTextarea: {
51062
51324
  errorMessages: string | string[];
51063
51325
  maxErrors: string | number;
51064
51326
  rules: ValidationRule[];
51327
+ persistentHint: boolean;
51065
51328
  } & {
51066
51329
  id?: string | undefined;
51067
51330
  name?: string | undefined;
@@ -51071,8 +51334,10 @@ declare const VTextarea: {
51071
51334
  appendIcon?: IconValue | undefined;
51072
51335
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51073
51336
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51337
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
51074
51338
  validateOn?: "input" | "blur" | "submit" | undefined;
51075
51339
  validationValue?: any;
51340
+ hint?: string | undefined;
51076
51341
  hideDetails?: boolean | "auto" | undefined;
51077
51342
  } & {
51078
51343
  $children?: {} | vue.VNodeChild | {
@@ -51117,6 +51382,7 @@ declare const VTextarea: {
51117
51382
  errorMessages: string | string[];
51118
51383
  maxErrors: string | number;
51119
51384
  rules: ValidationRule[];
51385
+ persistentHint: boolean;
51120
51386
  }, {}, string> & {
51121
51387
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
51122
51388
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -51148,6 +51414,7 @@ declare const VTextarea: {
51148
51414
  errorMessages: string | string[];
51149
51415
  maxErrors: string | number;
51150
51416
  rules: ValidationRule[];
51417
+ persistentHint: boolean;
51151
51418
  } & {
51152
51419
  id?: string | undefined;
51153
51420
  name?: string | undefined;
@@ -51157,8 +51424,10 @@ declare const VTextarea: {
51157
51424
  appendIcon?: IconValue | undefined;
51158
51425
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51159
51426
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51427
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
51160
51428
  validateOn?: "input" | "blur" | "submit" | undefined;
51161
51429
  validationValue?: any;
51430
+ hint?: string | undefined;
51162
51431
  hideDetails?: boolean | "auto" | undefined;
51163
51432
  } & {
51164
51433
  $children?: {} | vue.VNodeChild | {
@@ -51190,7 +51459,7 @@ declare const VTextarea: {
51190
51459
  reset: () => void;
51191
51460
  resetValidation: () => void;
51192
51461
  validate: () => Promise<string[]>;
51193
- }> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
51462
+ }> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
51194
51463
  'click:control': (e: MouseEvent) => true;
51195
51464
  'mousedown:control': (e: MouseEvent) => true;
51196
51465
  'update:focused': (focused: boolean) => true;
@@ -51211,11 +51480,11 @@ declare const VTextarea: {
51211
51480
  errorMessages: string | string[];
51212
51481
  maxErrors: string | number;
51213
51482
  rules: ValidationRule[];
51483
+ persistentHint: boolean;
51214
51484
  clearable: boolean;
51215
51485
  dirty: boolean;
51216
51486
  persistentClear: boolean;
51217
51487
  singleLine: boolean;
51218
- persistentHint: boolean;
51219
51488
  persistentPlaceholder: boolean;
51220
51489
  persistentCounter: boolean;
51221
51490
  autoGrow: boolean;
@@ -51250,6 +51519,7 @@ declare const VTextarea: {
51250
51519
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51251
51520
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51252
51521
  focused: BooleanConstructor;
51522
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
51253
51523
  errorMessages: {
51254
51524
  type: PropType<string | string[]>;
51255
51525
  default: () => never[];
@@ -51276,6 +51546,8 @@ declare const VTextarea: {
51276
51546
  appendIcon: PropType<IconValue>;
51277
51547
  prependIcon: PropType<IconValue>;
51278
51548
  hideDetails: PropType<boolean | "auto">;
51549
+ hint: StringConstructor;
51550
+ persistentHint: BooleanConstructor;
51279
51551
  messages: {
51280
51552
  type: PropType<string | string[]>;
51281
51553
  default: () => never[];
@@ -51291,8 +51563,6 @@ declare const VTextarea: {
51291
51563
  autofocus: BooleanConstructor;
51292
51564
  counter: PropType<string | number | true>;
51293
51565
  counterValue: PropType<(value: any) => number>;
51294
- hint: StringConstructor;
51295
- persistentHint: BooleanConstructor;
51296
51566
  prefix: StringConstructor;
51297
51567
  placeholder: StringConstructor;
51298
51568
  persistentPlaceholder: BooleanConstructor;
@@ -51338,6 +51608,7 @@ declare const VTextarea: {
51338
51608
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51339
51609
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51340
51610
  focused: BooleanConstructor;
51611
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
51341
51612
  errorMessages: {
51342
51613
  type: PropType<string | string[]>;
51343
51614
  default: () => never[];
@@ -51364,6 +51635,8 @@ declare const VTextarea: {
51364
51635
  appendIcon: PropType<IconValue>;
51365
51636
  prependIcon: PropType<IconValue>;
51366
51637
  hideDetails: PropType<boolean | "auto">;
51638
+ hint: StringConstructor;
51639
+ persistentHint: BooleanConstructor;
51367
51640
  messages: {
51368
51641
  type: PropType<string | string[]>;
51369
51642
  default: () => never[];
@@ -51379,8 +51652,6 @@ declare const VTextarea: {
51379
51652
  autofocus: BooleanConstructor;
51380
51653
  counter: PropType<string | number | true>;
51381
51654
  counterValue: PropType<(value: any) => number>;
51382
- hint: StringConstructor;
51383
- persistentHint: BooleanConstructor;
51384
51655
  prefix: StringConstructor;
51385
51656
  placeholder: StringConstructor;
51386
51657
  persistentPlaceholder: BooleanConstructor;
@@ -51421,11 +51692,11 @@ declare const VTextField: {
51421
51692
  errorMessages: string | string[];
51422
51693
  maxErrors: string | number;
51423
51694
  rules: ValidationRule[];
51695
+ persistentHint: boolean;
51424
51696
  clearable: boolean;
51425
51697
  dirty: boolean;
51426
51698
  persistentClear: boolean;
51427
51699
  singleLine: boolean;
51428
- persistentHint: boolean;
51429
51700
  persistentPlaceholder: boolean;
51430
51701
  persistentCounter: boolean;
51431
51702
  }> & Omit<{
@@ -51445,11 +51716,11 @@ declare const VTextField: {
51445
51716
  errorMessages: string | string[];
51446
51717
  maxErrors: string | number;
51447
51718
  rules: ValidationRule[];
51719
+ persistentHint: boolean;
51448
51720
  clearable: boolean;
51449
51721
  dirty: boolean;
51450
51722
  persistentClear: boolean;
51451
51723
  singleLine: boolean;
51452
- persistentHint: boolean;
51453
51724
  persistentPlaceholder: boolean;
51454
51725
  persistentCounter: boolean;
51455
51726
  } & {
@@ -51473,10 +51744,11 @@ declare const VTextField: {
51473
51744
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51474
51745
  'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51475
51746
  'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51747
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
51476
51748
  validateOn?: "input" | "blur" | "submit" | undefined;
51477
51749
  validationValue?: any;
51478
- hideDetails?: boolean | "auto" | undefined;
51479
51750
  hint?: string | undefined;
51751
+ hideDetails?: boolean | "auto" | undefined;
51480
51752
  suffix?: string | undefined;
51481
51753
  counterValue?: ((value: any) => number) | undefined;
51482
51754
  modelModifiers?: Record<string, boolean> | undefined;
@@ -51529,7 +51801,7 @@ declare const VTextField: {
51529
51801
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
51530
51802
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
51531
51803
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
51532
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter">;
51804
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "autofocus" | "disabled" | "readonly" | "messages" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter">;
51533
51805
  $attrs: {
51534
51806
  [x: string]: unknown;
51535
51807
  };
@@ -51560,11 +51832,11 @@ declare const VTextField: {
51560
51832
  errorMessages: string | string[];
51561
51833
  maxErrors: string | number;
51562
51834
  rules: ValidationRule[];
51835
+ persistentHint: boolean;
51563
51836
  clearable: boolean;
51564
51837
  dirty: boolean;
51565
51838
  persistentClear: boolean;
51566
51839
  singleLine: boolean;
51567
- persistentHint: boolean;
51568
51840
  persistentPlaceholder: boolean;
51569
51841
  persistentCounter: boolean;
51570
51842
  } & {
@@ -51588,10 +51860,11 @@ declare const VTextField: {
51588
51860
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51589
51861
  'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51590
51862
  'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51863
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
51591
51864
  validateOn?: "input" | "blur" | "submit" | undefined;
51592
51865
  validationValue?: any;
51593
- hideDetails?: boolean | "auto" | undefined;
51594
51866
  hint?: string | undefined;
51867
+ hideDetails?: boolean | "auto" | undefined;
51595
51868
  suffix?: string | undefined;
51596
51869
  counterValue?: ((value: any) => number) | undefined;
51597
51870
  modelModifiers?: Record<string, boolean> | undefined;
@@ -51658,6 +51931,7 @@ declare const VTextField: {
51658
51931
  errorMessages: string | string[];
51659
51932
  maxErrors: string | number;
51660
51933
  rules: ValidationRule[];
51934
+ persistentHint: boolean;
51661
51935
  }> & Omit<{
51662
51936
  error: boolean;
51663
51937
  direction: "horizontal" | "vertical";
@@ -51669,6 +51943,7 @@ declare const VTextField: {
51669
51943
  errorMessages: string | string[];
51670
51944
  maxErrors: string | number;
51671
51945
  rules: ValidationRule[];
51946
+ persistentHint: boolean;
51672
51947
  } & {
51673
51948
  id?: string | undefined;
51674
51949
  name?: string | undefined;
@@ -51678,8 +51953,10 @@ declare const VTextField: {
51678
51953
  appendIcon?: IconValue | undefined;
51679
51954
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51680
51955
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51956
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
51681
51957
  validateOn?: "input" | "blur" | "submit" | undefined;
51682
51958
  validationValue?: any;
51959
+ hint?: string | undefined;
51683
51960
  hideDetails?: boolean | "auto" | undefined;
51684
51961
  } & {
51685
51962
  $children?: {} | vue.VNodeChild | {
@@ -51707,7 +51984,7 @@ declare const VTextField: {
51707
51984
  "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
51708
51985
  } & {
51709
51986
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
51710
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
51987
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
51711
51988
  $attrs: {
51712
51989
  [x: string]: unknown;
51713
51990
  };
@@ -51732,6 +52009,7 @@ declare const VTextField: {
51732
52009
  errorMessages: string | string[];
51733
52010
  maxErrors: string | number;
51734
52011
  rules: ValidationRule[];
52012
+ persistentHint: boolean;
51735
52013
  } & {
51736
52014
  id?: string | undefined;
51737
52015
  name?: string | undefined;
@@ -51741,8 +52019,10 @@ declare const VTextField: {
51741
52019
  appendIcon?: IconValue | undefined;
51742
52020
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51743
52021
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52022
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
51744
52023
  validateOn?: "input" | "blur" | "submit" | undefined;
51745
52024
  validationValue?: any;
52025
+ hint?: string | undefined;
51746
52026
  hideDetails?: boolean | "auto" | undefined;
51747
52027
  } & {
51748
52028
  $children?: {} | vue.VNodeChild | {
@@ -51787,6 +52067,7 @@ declare const VTextField: {
51787
52067
  errorMessages: string | string[];
51788
52068
  maxErrors: string | number;
51789
52069
  rules: ValidationRule[];
52070
+ persistentHint: boolean;
51790
52071
  }, {}, string> & {
51791
52072
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
51792
52073
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -51818,6 +52099,7 @@ declare const VTextField: {
51818
52099
  errorMessages: string | string[];
51819
52100
  maxErrors: string | number;
51820
52101
  rules: ValidationRule[];
52102
+ persistentHint: boolean;
51821
52103
  } & {
51822
52104
  id?: string | undefined;
51823
52105
  name?: string | undefined;
@@ -51827,8 +52109,10 @@ declare const VTextField: {
51827
52109
  appendIcon?: IconValue | undefined;
51828
52110
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51829
52111
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52112
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
51830
52113
  validateOn?: "input" | "blur" | "submit" | undefined;
51831
52114
  validationValue?: any;
52115
+ hint?: string | undefined;
51832
52116
  hideDetails?: boolean | "auto" | undefined;
51833
52117
  } & {
51834
52118
  $children?: {} | vue.VNodeChild | {
@@ -51860,7 +52144,7 @@ declare const VTextField: {
51860
52144
  reset: () => void;
51861
52145
  resetValidation: () => void;
51862
52146
  validate: () => Promise<string[]>;
51863
- }> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules") | "v-slot:details">, `$${any}`> & Omit<Omit<{
52147
+ }> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`> & Omit<Omit<{
51864
52148
  $: vue.ComponentInternalInstance;
51865
52149
  $data: {};
51866
52150
  $props: Partial<{
@@ -51904,6 +52188,7 @@ declare const VTextField: {
51904
52188
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51905
52189
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51906
52190
  focused: BooleanConstructor;
52191
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
51907
52192
  id: StringConstructor;
51908
52193
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
51909
52194
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -51950,6 +52235,7 @@ declare const VTextField: {
51950
52235
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51951
52236
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51952
52237
  focused: BooleanConstructor;
52238
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
51953
52239
  id: StringConstructor;
51954
52240
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
51955
52241
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -52019,6 +52305,7 @@ declare const VTextField: {
52019
52305
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52020
52306
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52021
52307
  focused: BooleanConstructor;
52308
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
52022
52309
  id: StringConstructor;
52023
52310
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
52024
52311
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -52083,11 +52370,11 @@ declare const VTextField: {
52083
52370
  errorMessages: string | string[];
52084
52371
  maxErrors: string | number;
52085
52372
  rules: ValidationRule[];
52373
+ persistentHint: boolean;
52086
52374
  clearable: boolean;
52087
52375
  dirty: boolean;
52088
52376
  persistentClear: boolean;
52089
52377
  singleLine: boolean;
52090
- persistentHint: boolean;
52091
52378
  persistentPlaceholder: boolean;
52092
52379
  persistentCounter: boolean;
52093
52380
  }, {}, string> & {
@@ -52127,11 +52414,11 @@ declare const VTextField: {
52127
52414
  errorMessages: string | string[];
52128
52415
  maxErrors: string | number;
52129
52416
  rules: ValidationRule[];
52417
+ persistentHint: boolean;
52130
52418
  clearable: boolean;
52131
52419
  dirty: boolean;
52132
52420
  persistentClear: boolean;
52133
52421
  singleLine: boolean;
52134
- persistentHint: boolean;
52135
52422
  persistentPlaceholder: boolean;
52136
52423
  persistentCounter: boolean;
52137
52424
  } & {
@@ -52155,10 +52442,11 @@ declare const VTextField: {
52155
52442
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52156
52443
  'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52157
52444
  'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52445
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
52158
52446
  validateOn?: "input" | "blur" | "submit" | undefined;
52159
52447
  validationValue?: any;
52160
- hideDetails?: boolean | "auto" | undefined;
52161
52448
  hint?: string | undefined;
52449
+ hideDetails?: boolean | "auto" | undefined;
52162
52450
  suffix?: string | undefined;
52163
52451
  counterValue?: ((value: any) => number) | undefined;
52164
52452
  modelModifiers?: Record<string, boolean> | undefined;
@@ -52225,6 +52513,7 @@ declare const VTextField: {
52225
52513
  errorMessages: string | string[];
52226
52514
  maxErrors: string | number;
52227
52515
  rules: ValidationRule[];
52516
+ persistentHint: boolean;
52228
52517
  }> & Omit<{
52229
52518
  error: boolean;
52230
52519
  direction: "horizontal" | "vertical";
@@ -52236,6 +52525,7 @@ declare const VTextField: {
52236
52525
  errorMessages: string | string[];
52237
52526
  maxErrors: string | number;
52238
52527
  rules: ValidationRule[];
52528
+ persistentHint: boolean;
52239
52529
  } & {
52240
52530
  id?: string | undefined;
52241
52531
  name?: string | undefined;
@@ -52245,8 +52535,10 @@ declare const VTextField: {
52245
52535
  appendIcon?: IconValue | undefined;
52246
52536
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52247
52537
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52538
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
52248
52539
  validateOn?: "input" | "blur" | "submit" | undefined;
52249
52540
  validationValue?: any;
52541
+ hint?: string | undefined;
52250
52542
  hideDetails?: boolean | "auto" | undefined;
52251
52543
  } & {
52252
52544
  $children?: {} | vue.VNodeChild | {
@@ -52274,7 +52566,7 @@ declare const VTextField: {
52274
52566
  "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
52275
52567
  } & {
52276
52568
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
52277
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
52569
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
52278
52570
  $attrs: {
52279
52571
  [x: string]: unknown;
52280
52572
  };
@@ -52299,6 +52591,7 @@ declare const VTextField: {
52299
52591
  errorMessages: string | string[];
52300
52592
  maxErrors: string | number;
52301
52593
  rules: ValidationRule[];
52594
+ persistentHint: boolean;
52302
52595
  } & {
52303
52596
  id?: string | undefined;
52304
52597
  name?: string | undefined;
@@ -52308,8 +52601,10 @@ declare const VTextField: {
52308
52601
  appendIcon?: IconValue | undefined;
52309
52602
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52310
52603
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52604
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
52311
52605
  validateOn?: "input" | "blur" | "submit" | undefined;
52312
52606
  validationValue?: any;
52607
+ hint?: string | undefined;
52313
52608
  hideDetails?: boolean | "auto" | undefined;
52314
52609
  } & {
52315
52610
  $children?: {} | vue.VNodeChild | {
@@ -52354,6 +52649,7 @@ declare const VTextField: {
52354
52649
  errorMessages: string | string[];
52355
52650
  maxErrors: string | number;
52356
52651
  rules: ValidationRule[];
52652
+ persistentHint: boolean;
52357
52653
  }, {}, string> & {
52358
52654
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
52359
52655
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -52385,6 +52681,7 @@ declare const VTextField: {
52385
52681
  errorMessages: string | string[];
52386
52682
  maxErrors: string | number;
52387
52683
  rules: ValidationRule[];
52684
+ persistentHint: boolean;
52388
52685
  } & {
52389
52686
  id?: string | undefined;
52390
52687
  name?: string | undefined;
@@ -52394,8 +52691,10 @@ declare const VTextField: {
52394
52691
  appendIcon?: IconValue | undefined;
52395
52692
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52396
52693
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52694
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
52397
52695
  validateOn?: "input" | "blur" | "submit" | undefined;
52398
52696
  validationValue?: any;
52697
+ hint?: string | undefined;
52399
52698
  hideDetails?: boolean | "auto" | undefined;
52400
52699
  } & {
52401
52700
  $children?: {} | vue.VNodeChild | {
@@ -52427,7 +52726,7 @@ declare const VTextField: {
52427
52726
  reset: () => void;
52428
52727
  resetValidation: () => void;
52429
52728
  validate: () => Promise<string[]>;
52430
- }> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules") | "v-slot:details">, `$${any}`> & Omit<Omit<{
52729
+ }> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`> & Omit<Omit<{
52431
52730
  $: vue.ComponentInternalInstance;
52432
52731
  $data: {};
52433
52732
  $props: Partial<{
@@ -52471,6 +52770,7 @@ declare const VTextField: {
52471
52770
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52472
52771
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52473
52772
  focused: BooleanConstructor;
52773
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
52474
52774
  id: StringConstructor;
52475
52775
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
52476
52776
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -52517,6 +52817,7 @@ declare const VTextField: {
52517
52817
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52518
52818
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52519
52819
  focused: BooleanConstructor;
52820
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
52520
52821
  id: StringConstructor;
52521
52822
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
52522
52823
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -52586,6 +52887,7 @@ declare const VTextField: {
52586
52887
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52587
52888
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52588
52889
  focused: BooleanConstructor;
52890
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
52589
52891
  id: StringConstructor;
52590
52892
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
52591
52893
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -52649,11 +52951,11 @@ declare const VTextField: {
52649
52951
  errorMessages: string | string[];
52650
52952
  maxErrors: string | number;
52651
52953
  rules: ValidationRule[];
52954
+ persistentHint: boolean;
52652
52955
  clearable: boolean;
52653
52956
  dirty: boolean;
52654
52957
  persistentClear: boolean;
52655
52958
  singleLine: boolean;
52656
- persistentHint: boolean;
52657
52959
  persistentPlaceholder: boolean;
52658
52960
  persistentCounter: boolean;
52659
52961
  } & {
@@ -52677,10 +52979,11 @@ declare const VTextField: {
52677
52979
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52678
52980
  'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52679
52981
  'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52982
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
52680
52983
  validateOn?: "input" | "blur" | "submit" | undefined;
52681
52984
  validationValue?: any;
52682
- hideDetails?: boolean | "auto" | undefined;
52683
52985
  hint?: string | undefined;
52986
+ hideDetails?: boolean | "auto" | undefined;
52684
52987
  suffix?: string | undefined;
52685
52988
  counterValue?: ((value: any) => number) | undefined;
52686
52989
  modelModifiers?: Record<string, boolean> | undefined;
@@ -52747,6 +53050,7 @@ declare const VTextField: {
52747
53050
  errorMessages: string | string[];
52748
53051
  maxErrors: string | number;
52749
53052
  rules: ValidationRule[];
53053
+ persistentHint: boolean;
52750
53054
  }> & Omit<{
52751
53055
  error: boolean;
52752
53056
  direction: "horizontal" | "vertical";
@@ -52758,6 +53062,7 @@ declare const VTextField: {
52758
53062
  errorMessages: string | string[];
52759
53063
  maxErrors: string | number;
52760
53064
  rules: ValidationRule[];
53065
+ persistentHint: boolean;
52761
53066
  } & {
52762
53067
  id?: string | undefined;
52763
53068
  name?: string | undefined;
@@ -52767,8 +53072,10 @@ declare const VTextField: {
52767
53072
  appendIcon?: IconValue | undefined;
52768
53073
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52769
53074
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
53075
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
52770
53076
  validateOn?: "input" | "blur" | "submit" | undefined;
52771
53077
  validationValue?: any;
53078
+ hint?: string | undefined;
52772
53079
  hideDetails?: boolean | "auto" | undefined;
52773
53080
  } & {
52774
53081
  $children?: {} | vue.VNodeChild | {
@@ -52796,7 +53103,7 @@ declare const VTextField: {
52796
53103
  "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
52797
53104
  } & {
52798
53105
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
52799
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
53106
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
52800
53107
  $attrs: {
52801
53108
  [x: string]: unknown;
52802
53109
  };
@@ -52821,6 +53128,7 @@ declare const VTextField: {
52821
53128
  errorMessages: string | string[];
52822
53129
  maxErrors: string | number;
52823
53130
  rules: ValidationRule[];
53131
+ persistentHint: boolean;
52824
53132
  } & {
52825
53133
  id?: string | undefined;
52826
53134
  name?: string | undefined;
@@ -52830,8 +53138,10 @@ declare const VTextField: {
52830
53138
  appendIcon?: IconValue | undefined;
52831
53139
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52832
53140
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
53141
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
52833
53142
  validateOn?: "input" | "blur" | "submit" | undefined;
52834
53143
  validationValue?: any;
53144
+ hint?: string | undefined;
52835
53145
  hideDetails?: boolean | "auto" | undefined;
52836
53146
  } & {
52837
53147
  $children?: {} | vue.VNodeChild | {
@@ -52876,6 +53186,7 @@ declare const VTextField: {
52876
53186
  errorMessages: string | string[];
52877
53187
  maxErrors: string | number;
52878
53188
  rules: ValidationRule[];
53189
+ persistentHint: boolean;
52879
53190
  }, {}, string> & {
52880
53191
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
52881
53192
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -52907,6 +53218,7 @@ declare const VTextField: {
52907
53218
  errorMessages: string | string[];
52908
53219
  maxErrors: string | number;
52909
53220
  rules: ValidationRule[];
53221
+ persistentHint: boolean;
52910
53222
  } & {
52911
53223
  id?: string | undefined;
52912
53224
  name?: string | undefined;
@@ -52916,8 +53228,10 @@ declare const VTextField: {
52916
53228
  appendIcon?: IconValue | undefined;
52917
53229
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52918
53230
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
53231
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
52919
53232
  validateOn?: "input" | "blur" | "submit" | undefined;
52920
53233
  validationValue?: any;
53234
+ hint?: string | undefined;
52921
53235
  hideDetails?: boolean | "auto" | undefined;
52922
53236
  } & {
52923
53237
  $children?: {} | vue.VNodeChild | {
@@ -52949,7 +53263,7 @@ declare const VTextField: {
52949
53263
  reset: () => void;
52950
53264
  resetValidation: () => void;
52951
53265
  validate: () => Promise<string[]>;
52952
- }> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules") | "v-slot:details">, `$${any}`> & Omit<Omit<{
53266
+ }> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`> & Omit<Omit<{
52953
53267
  $: vue.ComponentInternalInstance;
52954
53268
  $data: {};
52955
53269
  $props: Partial<{
@@ -52993,6 +53307,7 @@ declare const VTextField: {
52993
53307
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52994
53308
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52995
53309
  focused: BooleanConstructor;
53310
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
52996
53311
  id: StringConstructor;
52997
53312
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
52998
53313
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -53039,6 +53354,7 @@ declare const VTextField: {
53039
53354
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53040
53355
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53041
53356
  focused: BooleanConstructor;
53357
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
53042
53358
  id: StringConstructor;
53043
53359
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
53044
53360
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -53108,6 +53424,7 @@ declare const VTextField: {
53108
53424
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53109
53425
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53110
53426
  focused: BooleanConstructor;
53427
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
53111
53428
  id: StringConstructor;
53112
53429
  }, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
53113
53430
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -53172,11 +53489,11 @@ declare const VTextField: {
53172
53489
  errorMessages: string | string[];
53173
53490
  maxErrors: string | number;
53174
53491
  rules: ValidationRule[];
53492
+ persistentHint: boolean;
53175
53493
  clearable: boolean;
53176
53494
  dirty: boolean;
53177
53495
  persistentClear: boolean;
53178
53496
  singleLine: boolean;
53179
- persistentHint: boolean;
53180
53497
  persistentPlaceholder: boolean;
53181
53498
  persistentCounter: boolean;
53182
53499
  }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
@@ -53208,6 +53525,7 @@ declare const VTextField: {
53208
53525
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53209
53526
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53210
53527
  focused: BooleanConstructor;
53528
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
53211
53529
  errorMessages: {
53212
53530
  type: PropType<string | string[]>;
53213
53531
  default: () => never[];
@@ -53234,6 +53552,8 @@ declare const VTextField: {
53234
53552
  appendIcon: PropType<IconValue>;
53235
53553
  prependIcon: PropType<IconValue>;
53236
53554
  hideDetails: PropType<boolean | "auto">;
53555
+ hint: StringConstructor;
53556
+ persistentHint: BooleanConstructor;
53237
53557
  messages: {
53238
53558
  type: PropType<string | string[]>;
53239
53559
  default: () => never[];
@@ -53248,8 +53568,6 @@ declare const VTextField: {
53248
53568
  autofocus: BooleanConstructor;
53249
53569
  counter: PropType<string | number | true>;
53250
53570
  counterValue: PropType<(value: any) => number>;
53251
- hint: StringConstructor;
53252
- persistentHint: BooleanConstructor;
53253
53571
  prefix: StringConstructor;
53254
53572
  placeholder: StringConstructor;
53255
53573
  persistentPlaceholder: BooleanConstructor;
@@ -53289,6 +53607,7 @@ declare const VTextField: {
53289
53607
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53290
53608
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53291
53609
  focused: BooleanConstructor;
53610
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
53292
53611
  errorMessages: {
53293
53612
  type: PropType<string | string[]>;
53294
53613
  default: () => never[];
@@ -53315,6 +53634,8 @@ declare const VTextField: {
53315
53634
  appendIcon: PropType<IconValue>;
53316
53635
  prependIcon: PropType<IconValue>;
53317
53636
  hideDetails: PropType<boolean | "auto">;
53637
+ hint: StringConstructor;
53638
+ persistentHint: BooleanConstructor;
53318
53639
  messages: {
53319
53640
  type: PropType<string | string[]>;
53320
53641
  default: () => never[];
@@ -53329,8 +53650,6 @@ declare const VTextField: {
53329
53650
  autofocus: BooleanConstructor;
53330
53651
  counter: PropType<string | number | true>;
53331
53652
  counterValue: PropType<(value: any) => number>;
53332
- hint: StringConstructor;
53333
- persistentHint: BooleanConstructor;
53334
53653
  prefix: StringConstructor;
53335
53654
  placeholder: StringConstructor;
53336
53655
  persistentPlaceholder: BooleanConstructor;
@@ -56016,6 +56335,7 @@ declare const VValidation: {
56016
56335
  name?: string | undefined;
56017
56336
  label?: string | undefined;
56018
56337
  modelValue?: any;
56338
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
56019
56339
  validateOn?: "input" | "blur" | "submit" | undefined;
56020
56340
  validationValue?: any;
56021
56341
  } & {
@@ -56058,6 +56378,7 @@ declare const VValidation: {
56058
56378
  name?: string | undefined;
56059
56379
  label?: string | undefined;
56060
56380
  modelValue?: any;
56381
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
56061
56382
  validateOn?: "input" | "blur" | "submit" | undefined;
56062
56383
  validationValue?: any;
56063
56384
  } & {
@@ -56118,6 +56439,7 @@ declare const VValidation: {
56118
56439
  name?: string | undefined;
56119
56440
  label?: string | undefined;
56120
56441
  modelValue?: any;
56442
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
56121
56443
  validateOn?: "input" | "blur" | "submit" | undefined;
56122
56444
  validationValue?: any;
56123
56445
  } & {
@@ -56152,6 +56474,7 @@ declare const VValidation: {
56152
56474
  name?: string | undefined;
56153
56475
  label?: string | undefined;
56154
56476
  modelValue?: any;
56477
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
56155
56478
  validateOn?: "input" | "blur" | "submit" | undefined;
56156
56479
  validationValue?: any;
56157
56480
  } & {
@@ -56182,6 +56505,7 @@ declare const VValidation: {
56182
56505
  rules: ValidationRule[];
56183
56506
  }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
56184
56507
  focused: BooleanConstructor;
56508
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
56185
56509
  disabled: BooleanConstructor;
56186
56510
  error: BooleanConstructor;
56187
56511
  errorMessages: {
@@ -56204,6 +56528,7 @@ declare const VValidation: {
56204
56528
  validationValue: null;
56205
56529
  }, vue.ExtractPropTypes<{
56206
56530
  focused: BooleanConstructor;
56531
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
56207
56532
  disabled: BooleanConstructor;
56208
56533
  error: BooleanConstructor;
56209
56534
  errorMessages: {