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
@@ -2609,6 +2609,7 @@ declare const VInput: {
2609
2609
  errorMessages: string | string[];
2610
2610
  maxErrors: string | number;
2611
2611
  rules: ValidationRule[];
2612
+ persistentHint: boolean;
2612
2613
  }> & Omit<{
2613
2614
  error: boolean;
2614
2615
  direction: "horizontal" | "vertical";
@@ -2620,6 +2621,7 @@ declare const VInput: {
2620
2621
  errorMessages: string | string[];
2621
2622
  maxErrors: string | number;
2622
2623
  rules: ValidationRule[];
2624
+ persistentHint: boolean;
2623
2625
  } & {
2624
2626
  id?: string | undefined;
2625
2627
  name?: string | undefined;
@@ -2629,8 +2631,10 @@ declare const VInput: {
2629
2631
  appendIcon?: IconValue | undefined;
2630
2632
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
2631
2633
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
2634
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
2632
2635
  validateOn?: "input" | "blur" | "submit" | undefined;
2633
2636
  validationValue?: any;
2637
+ hint?: string | undefined;
2634
2638
  hideDetails?: boolean | "auto" | undefined;
2635
2639
  } & {
2636
2640
  $children?: {} | vue.VNodeChild | {
@@ -2658,7 +2662,7 @@ declare const VInput: {
2658
2662
  "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
2659
2663
  } & {
2660
2664
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
2661
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
2665
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
2662
2666
  $attrs: {
2663
2667
  [x: string]: unknown;
2664
2668
  };
@@ -2683,6 +2687,7 @@ declare const VInput: {
2683
2687
  errorMessages: string | string[];
2684
2688
  maxErrors: string | number;
2685
2689
  rules: ValidationRule[];
2690
+ persistentHint: boolean;
2686
2691
  } & {
2687
2692
  id?: string | undefined;
2688
2693
  name?: string | undefined;
@@ -2692,8 +2697,10 @@ declare const VInput: {
2692
2697
  appendIcon?: IconValue | undefined;
2693
2698
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
2694
2699
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
2700
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
2695
2701
  validateOn?: "input" | "blur" | "submit" | undefined;
2696
2702
  validationValue?: any;
2703
+ hint?: string | undefined;
2697
2704
  hideDetails?: boolean | "auto" | undefined;
2698
2705
  } & {
2699
2706
  $children?: {} | vue.VNodeChild | {
@@ -2738,6 +2745,7 @@ declare const VInput: {
2738
2745
  errorMessages: string | string[];
2739
2746
  maxErrors: string | number;
2740
2747
  rules: ValidationRule[];
2748
+ persistentHint: boolean;
2741
2749
  }, {}, string> & {
2742
2750
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2743
2751
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -2769,6 +2777,7 @@ declare const VInput: {
2769
2777
  errorMessages: string | string[];
2770
2778
  maxErrors: string | number;
2771
2779
  rules: ValidationRule[];
2780
+ persistentHint: boolean;
2772
2781
  } & {
2773
2782
  id?: string | undefined;
2774
2783
  name?: string | undefined;
@@ -2778,8 +2787,10 @@ declare const VInput: {
2778
2787
  appendIcon?: IconValue | undefined;
2779
2788
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
2780
2789
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
2790
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
2781
2791
  validateOn?: "input" | "blur" | "submit" | undefined;
2782
2792
  validationValue?: any;
2793
+ hint?: string | undefined;
2783
2794
  hideDetails?: boolean | "auto" | undefined;
2784
2795
  } & {
2785
2796
  $children?: {} | vue.VNodeChild | {
@@ -2826,6 +2837,7 @@ declare const VInput: {
2826
2837
  errorMessages: string | string[];
2827
2838
  maxErrors: string | number;
2828
2839
  rules: ValidationRule[];
2840
+ persistentHint: boolean;
2829
2841
  } & {
2830
2842
  id?: string | undefined;
2831
2843
  name?: string | undefined;
@@ -2835,8 +2847,10 @@ declare const VInput: {
2835
2847
  appendIcon?: IconValue | undefined;
2836
2848
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
2837
2849
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
2850
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
2838
2851
  validateOn?: "input" | "blur" | "submit" | undefined;
2839
2852
  validationValue?: any;
2853
+ hint?: string | undefined;
2840
2854
  hideDetails?: boolean | "auto" | undefined;
2841
2855
  } & {
2842
2856
  $children?: {} | vue.VNodeChild | {
@@ -2881,8 +2895,10 @@ declare const VInput: {
2881
2895
  errorMessages: string | string[];
2882
2896
  maxErrors: string | number;
2883
2897
  rules: ValidationRule[];
2898
+ persistentHint: boolean;
2884
2899
  }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2885
2900
  focused: BooleanConstructor;
2901
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
2886
2902
  disabled: BooleanConstructor;
2887
2903
  error: BooleanConstructor;
2888
2904
  errorMessages: {
@@ -2912,6 +2928,8 @@ declare const VInput: {
2912
2928
  appendIcon: PropType<IconValue>;
2913
2929
  prependIcon: PropType<IconValue>;
2914
2930
  hideDetails: PropType<boolean | "auto">;
2931
+ hint: StringConstructor;
2932
+ persistentHint: BooleanConstructor;
2915
2933
  messages: {
2916
2934
  type: PropType<string | string[]>;
2917
2935
  default: () => never[];
@@ -2925,6 +2943,7 @@ declare const VInput: {
2925
2943
  'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
2926
2944
  }, vue.ExtractPropTypes<{
2927
2945
  focused: BooleanConstructor;
2946
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
2928
2947
  disabled: BooleanConstructor;
2929
2948
  error: BooleanConstructor;
2930
2949
  errorMessages: {
@@ -2954,6 +2973,8 @@ declare const VInput: {
2954
2973
  appendIcon: PropType<IconValue>;
2955
2974
  prependIcon: PropType<IconValue>;
2956
2975
  hideDetails: PropType<boolean | "auto">;
2976
+ hint: StringConstructor;
2977
+ persistentHint: BooleanConstructor;
2957
2978
  messages: {
2958
2979
  type: PropType<string | string[]>;
2959
2980
  default: () => never[];
@@ -3023,6 +3044,7 @@ declare const VField: {
3023
3044
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3024
3045
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3025
3046
  focused: BooleanConstructor;
3047
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
3026
3048
  id: StringConstructor;
3027
3049
  }, "$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">>> & {
3028
3050
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -3069,6 +3091,7 @@ declare const VField: {
3069
3091
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3070
3092
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3071
3093
  focused: BooleanConstructor;
3094
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
3072
3095
  id: StringConstructor;
3073
3096
  }, "$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">>> & {
3074
3097
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -3138,6 +3161,7 @@ declare const VField: {
3138
3161
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3139
3162
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3140
3163
  focused: BooleanConstructor;
3164
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
3141
3165
  id: StringConstructor;
3142
3166
  }, "$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">>> & {
3143
3167
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -3176,6 +3200,7 @@ declare const VField: {
3176
3200
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3177
3201
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3178
3202
  focused: BooleanConstructor;
3203
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
3179
3204
  id: StringConstructor;
3180
3205
  }, "$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">>> & {
3181
3206
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -3262,6 +3287,7 @@ declare const VField: {
3262
3287
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3263
3288
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3264
3289
  focused: BooleanConstructor;
3290
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
3265
3291
  id: StringConstructor;
3266
3292
  }, vue.ExtractPropTypes<{
3267
3293
  loading: (StringConstructor | BooleanConstructor)[];
@@ -3292,6 +3318,7 @@ declare const VField: {
3292
3318
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3293
3319
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3294
3320
  focused: BooleanConstructor;
3321
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
3295
3322
  id: StringConstructor;
3296
3323
  }>>;
3297
3324
  type VField = InstanceType<typeof VField>;
@@ -3406,10 +3433,10 @@ declare const VAutocomplete: {
3406
3433
  errorMessages: string | string[];
3407
3434
  maxErrors: string | number;
3408
3435
  rules: ValidationRule[];
3436
+ persistentHint: boolean;
3409
3437
  clearable: boolean;
3410
3438
  persistentClear: boolean;
3411
3439
  singleLine: boolean;
3412
- persistentHint: boolean;
3413
3440
  persistentPlaceholder: boolean;
3414
3441
  persistentCounter: boolean;
3415
3442
  valueComparator: typeof deepEqual;
@@ -3497,6 +3524,7 @@ declare const VAutocomplete: {
3497
3524
  'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3498
3525
  'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3499
3526
  focused: BooleanConstructor;
3527
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
3500
3528
  validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
3501
3529
  errorMessages: {
3502
3530
  type: vue.PropType<string | string[]>;
@@ -3510,12 +3538,12 @@ declare const VAutocomplete: {
3510
3538
  type: vue.PropType<ValidationRule[]>;
3511
3539
  default: () => never[];
3512
3540
  };
3541
+ hint: StringConstructor;
3542
+ persistentHint: BooleanConstructor;
3513
3543
  hideDetails: vue.PropType<boolean | "auto">;
3514
3544
  clearable: BooleanConstructor;
3515
3545
  persistentClear: BooleanConstructor;
3516
3546
  singleLine: BooleanConstructor;
3517
- hint: StringConstructor;
3518
- persistentHint: BooleanConstructor;
3519
3547
  persistentPlaceholder: BooleanConstructor;
3520
3548
  persistentCounter: BooleanConstructor;
3521
3549
  suffix: StringConstructor;
@@ -3893,9 +3921,10 @@ declare const VAutocomplete: {
3893
3921
  noFilter: BooleanConstructor;
3894
3922
  search: StringConstructor;
3895
3923
  }, "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">>> & {
3924
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3896
3925
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
3897
3926
  "onUpdate:search"?: ((val: any) => any) | undefined;
3898
- } & 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">;
3927
+ } & 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">;
3899
3928
  $attrs: {
3900
3929
  [x: string]: unknown;
3901
3930
  };
@@ -3907,7 +3936,7 @@ declare const VAutocomplete: {
3907
3936
  }>;
3908
3937
  $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3909
3938
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3910
- $emit: ((event: "update:menu", val: boolean) => void) & ((event: "update:search", val: any) => void);
3939
+ $emit: ((event: "update:focused", focused: boolean) => void) & ((event: "update:menu", val: boolean) => void) & ((event: "update:search", val: any) => void);
3911
3940
  $el: any;
3912
3941
  $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
3913
3942
  transition: Omit<{
@@ -3980,6 +4009,7 @@ declare const VAutocomplete: {
3980
4009
  'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3981
4010
  'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
3982
4011
  focused: BooleanConstructor;
4012
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
3983
4013
  validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
3984
4014
  errorMessages: {
3985
4015
  type: vue.PropType<string | string[]>;
@@ -3993,12 +4023,12 @@ declare const VAutocomplete: {
3993
4023
  type: vue.PropType<ValidationRule[]>;
3994
4024
  default: () => never[];
3995
4025
  };
4026
+ hint: StringConstructor;
4027
+ persistentHint: BooleanConstructor;
3996
4028
  hideDetails: vue.PropType<boolean | "auto">;
3997
4029
  clearable: BooleanConstructor;
3998
4030
  persistentClear: BooleanConstructor;
3999
4031
  singleLine: BooleanConstructor;
4000
- hint: StringConstructor;
4001
- persistentHint: BooleanConstructor;
4002
4032
  persistentPlaceholder: BooleanConstructor;
4003
4033
  persistentCounter: BooleanConstructor;
4004
4034
  suffix: StringConstructor;
@@ -4376,6 +4406,7 @@ declare const VAutocomplete: {
4376
4406
  noFilter: BooleanConstructor;
4377
4407
  search: StringConstructor;
4378
4408
  }, "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">>> & {
4409
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4379
4410
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
4380
4411
  "onUpdate:search"?: ((val: any) => any) | undefined;
4381
4412
  }, {
@@ -4388,6 +4419,7 @@ declare const VAutocomplete: {
4388
4419
  filteredItems: vue.Ref<InternalItem<any>[]>;
4389
4420
  select: (item: InternalItem) => void;
4390
4421
  } & Omit<any, string | number | symbol>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
4422
+ 'update:focused': (focused: boolean) => boolean;
4391
4423
  'update:search': (val: any) => true;
4392
4424
  'update:modelValue': (val: any) => boolean;
4393
4425
  'update:menu': (val: boolean) => true;
@@ -4414,10 +4446,10 @@ declare const VAutocomplete: {
4414
4446
  errorMessages: string | string[];
4415
4447
  maxErrors: string | number;
4416
4448
  rules: ValidationRule[];
4449
+ persistentHint: boolean;
4417
4450
  clearable: boolean;
4418
4451
  persistentClear: boolean;
4419
4452
  singleLine: boolean;
4420
- persistentHint: boolean;
4421
4453
  persistentPlaceholder: boolean;
4422
4454
  persistentCounter: boolean;
4423
4455
  valueComparator: typeof deepEqual;
@@ -4525,6 +4557,7 @@ declare const VAutocomplete: {
4525
4557
  'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
4526
4558
  'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
4527
4559
  focused: BooleanConstructor;
4560
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
4528
4561
  validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
4529
4562
  errorMessages: {
4530
4563
  type: vue.PropType<string | string[]>;
@@ -4538,12 +4571,12 @@ declare const VAutocomplete: {
4538
4571
  type: vue.PropType<ValidationRule[]>;
4539
4572
  default: () => never[];
4540
4573
  };
4574
+ hint: StringConstructor;
4575
+ persistentHint: BooleanConstructor;
4541
4576
  hideDetails: vue.PropType<boolean | "auto">;
4542
4577
  clearable: BooleanConstructor;
4543
4578
  persistentClear: BooleanConstructor;
4544
4579
  singleLine: BooleanConstructor;
4545
- hint: StringConstructor;
4546
- persistentHint: BooleanConstructor;
4547
4580
  persistentPlaceholder: BooleanConstructor;
4548
4581
  persistentCounter: BooleanConstructor;
4549
4582
  suffix: StringConstructor;
@@ -4921,6 +4954,7 @@ declare const VAutocomplete: {
4921
4954
  noFilter: BooleanConstructor;
4922
4955
  search: StringConstructor;
4923
4956
  }, "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">>> & {
4957
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4924
4958
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
4925
4959
  "onUpdate:search"?: ((val: any) => any) | undefined;
4926
4960
  } & vue.ShallowUnwrapRef<{
@@ -5007,6 +5041,7 @@ declare const VAutocomplete: {
5007
5041
  'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
5008
5042
  'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
5009
5043
  focused: BooleanConstructor;
5044
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
5010
5045
  validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
5011
5046
  errorMessages: {
5012
5047
  type: vue.PropType<string | string[]>;
@@ -5020,12 +5055,12 @@ declare const VAutocomplete: {
5020
5055
  type: vue.PropType<ValidationRule[]>;
5021
5056
  default: () => never[];
5022
5057
  };
5058
+ hint: StringConstructor;
5059
+ persistentHint: BooleanConstructor;
5023
5060
  hideDetails: vue.PropType<boolean | "auto">;
5024
5061
  clearable: BooleanConstructor;
5025
5062
  persistentClear: BooleanConstructor;
5026
5063
  singleLine: BooleanConstructor;
5027
- hint: StringConstructor;
5028
- persistentHint: BooleanConstructor;
5029
5064
  persistentPlaceholder: BooleanConstructor;
5030
5065
  persistentCounter: BooleanConstructor;
5031
5066
  suffix: StringConstructor;
@@ -5403,6 +5438,7 @@ declare const VAutocomplete: {
5403
5438
  noFilter: BooleanConstructor;
5404
5439
  search: StringConstructor;
5405
5440
  }, "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">>> & {
5441
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5406
5442
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
5407
5443
  "onUpdate:search"?: ((val: any) => any) | undefined;
5408
5444
  }, {
@@ -5415,6 +5451,7 @@ declare const VAutocomplete: {
5415
5451
  filteredItems: vue.Ref<InternalItem<any>[]>;
5416
5452
  select: (item: InternalItem) => void;
5417
5453
  } & Omit<any, string | number | symbol>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
5454
+ 'update:focused': (focused: boolean) => boolean;
5418
5455
  'update:search': (val: any) => true;
5419
5456
  'update:modelValue': (val: any) => boolean;
5420
5457
  'update:menu': (val: boolean) => true;
@@ -5441,10 +5478,10 @@ declare const VAutocomplete: {
5441
5478
  errorMessages: string | string[];
5442
5479
  maxErrors: string | number;
5443
5480
  rules: ValidationRule[];
5481
+ persistentHint: boolean;
5444
5482
  clearable: boolean;
5445
5483
  persistentClear: boolean;
5446
5484
  singleLine: boolean;
5447
- persistentHint: boolean;
5448
5485
  persistentPlaceholder: boolean;
5449
5486
  persistentCounter: boolean;
5450
5487
  valueComparator: typeof deepEqual;
@@ -5648,6 +5685,7 @@ declare const VAutocomplete: {
5648
5685
  'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
5649
5686
  'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
5650
5687
  focused: BooleanConstructor;
5688
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
5651
5689
  validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
5652
5690
  errorMessages: {
5653
5691
  type: vue.PropType<string | string[]>;
@@ -5661,12 +5699,12 @@ declare const VAutocomplete: {
5661
5699
  type: vue.PropType<ValidationRule[]>;
5662
5700
  default: () => never[];
5663
5701
  };
5702
+ hint: StringConstructor;
5703
+ persistentHint: BooleanConstructor;
5664
5704
  hideDetails: vue.PropType<boolean | "auto">;
5665
5705
  clearable: BooleanConstructor;
5666
5706
  persistentClear: BooleanConstructor;
5667
5707
  singleLine: BooleanConstructor;
5668
- hint: StringConstructor;
5669
- persistentHint: BooleanConstructor;
5670
5708
  persistentPlaceholder: BooleanConstructor;
5671
5709
  persistentCounter: BooleanConstructor;
5672
5710
  suffix: StringConstructor;
@@ -6114,6 +6152,7 @@ declare const VAutocomplete: {
6114
6152
  'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
6115
6153
  'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
6116
6154
  focused: BooleanConstructor;
6155
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
6117
6156
  validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
6118
6157
  errorMessages: {
6119
6158
  type: vue.PropType<string | string[]>;
@@ -6127,12 +6166,12 @@ declare const VAutocomplete: {
6127
6166
  type: vue.PropType<ValidationRule[]>;
6128
6167
  default: () => never[];
6129
6168
  };
6169
+ hint: StringConstructor;
6170
+ persistentHint: BooleanConstructor;
6130
6171
  hideDetails: vue.PropType<boolean | "auto">;
6131
6172
  clearable: BooleanConstructor;
6132
6173
  persistentClear: BooleanConstructor;
6133
6174
  singleLine: BooleanConstructor;
6134
- hint: StringConstructor;
6135
- persistentHint: BooleanConstructor;
6136
6175
  persistentPlaceholder: BooleanConstructor;
6137
6176
  persistentCounter: BooleanConstructor;
6138
6177
  suffix: StringConstructor;
@@ -8010,8 +8049,8 @@ interface LinkProps {
8010
8049
  exact: boolean | undefined;
8011
8050
  }
8012
8051
 
8013
- type BreadcrumbItem = string | (LinkProps & {
8014
- text: string;
8052
+ type BreadcrumbItem = string | (Partial<LinkProps> & {
8053
+ title: string;
8015
8054
  disabled?: boolean;
8016
8055
  });
8017
8056
  declare const VBreadcrumbs: {
@@ -8198,7 +8237,7 @@ declare const VBreadcrumbs: {
8198
8237
  rounded: string | number | boolean;
8199
8238
  density: Density;
8200
8239
  divider: string;
8201
- }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T_1>() => {
8240
+ }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T_1 extends BreadcrumbItem>() => {
8202
8241
  $props: {
8203
8242
  items?: T_1[] | undefined;
8204
8243
  } & {
@@ -9708,7 +9747,7 @@ declare const VCard: {
9708
9747
  title?: (() => vue.VNodeChild) | undefined;
9709
9748
  subtitle?: (() => vue.VNodeChild) | undefined;
9710
9749
  text?: (() => vue.VNodeChild) | undefined;
9711
- loader?: (() => vue.VNodeChild) | undefined;
9750
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9712
9751
  image?: (() => vue.VNodeChild) | undefined;
9713
9752
  prepend?: (() => vue.VNodeChild) | undefined;
9714
9753
  append?: (() => vue.VNodeChild) | undefined;
@@ -9719,7 +9758,7 @@ declare const VCard: {
9719
9758
  title?: (() => vue.VNodeChild) | undefined;
9720
9759
  subtitle?: (() => vue.VNodeChild) | undefined;
9721
9760
  text?: (() => vue.VNodeChild) | undefined;
9722
- loader?: (() => vue.VNodeChild) | undefined;
9761
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9723
9762
  image?: (() => vue.VNodeChild) | undefined;
9724
9763
  prepend?: (() => vue.VNodeChild) | undefined;
9725
9764
  append?: (() => vue.VNodeChild) | undefined;
@@ -9730,7 +9769,7 @@ declare const VCard: {
9730
9769
  title?: false | (() => vue.VNodeChild) | undefined;
9731
9770
  subtitle?: false | (() => vue.VNodeChild) | undefined;
9732
9771
  text?: false | (() => vue.VNodeChild) | undefined;
9733
- loader?: false | (() => vue.VNodeChild) | undefined;
9772
+ loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9734
9773
  image?: false | (() => vue.VNodeChild) | undefined;
9735
9774
  prepend?: false | (() => vue.VNodeChild) | undefined;
9736
9775
  append?: false | (() => vue.VNodeChild) | undefined;
@@ -9741,7 +9780,7 @@ declare const VCard: {
9741
9780
  "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
9742
9781
  "v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
9743
9782
  "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
9744
- "v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
9783
+ "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9745
9784
  "v-slot:image"?: false | (() => vue.VNodeChild) | undefined;
9746
9785
  "v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
9747
9786
  "v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
@@ -9802,7 +9841,7 @@ declare const VCard: {
9802
9841
  title?: (() => vue.VNodeChild) | undefined;
9803
9842
  subtitle?: (() => vue.VNodeChild) | undefined;
9804
9843
  text?: (() => vue.VNodeChild) | undefined;
9805
- loader?: (() => vue.VNodeChild) | undefined;
9844
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9806
9845
  image?: (() => vue.VNodeChild) | undefined;
9807
9846
  prepend?: (() => vue.VNodeChild) | undefined;
9808
9847
  append?: (() => vue.VNodeChild) | undefined;
@@ -9813,7 +9852,7 @@ declare const VCard: {
9813
9852
  title?: (() => vue.VNodeChild) | undefined;
9814
9853
  subtitle?: (() => vue.VNodeChild) | undefined;
9815
9854
  text?: (() => vue.VNodeChild) | undefined;
9816
- loader?: (() => vue.VNodeChild) | undefined;
9855
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9817
9856
  image?: (() => vue.VNodeChild) | undefined;
9818
9857
  prepend?: (() => vue.VNodeChild) | undefined;
9819
9858
  append?: (() => vue.VNodeChild) | undefined;
@@ -9824,7 +9863,7 @@ declare const VCard: {
9824
9863
  title?: false | (() => vue.VNodeChild) | undefined;
9825
9864
  subtitle?: false | (() => vue.VNodeChild) | undefined;
9826
9865
  text?: false | (() => vue.VNodeChild) | undefined;
9827
- loader?: false | (() => vue.VNodeChild) | undefined;
9866
+ loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9828
9867
  image?: false | (() => vue.VNodeChild) | undefined;
9829
9868
  prepend?: false | (() => vue.VNodeChild) | undefined;
9830
9869
  append?: false | (() => vue.VNodeChild) | undefined;
@@ -9835,7 +9874,7 @@ declare const VCard: {
9835
9874
  "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
9836
9875
  "v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
9837
9876
  "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
9838
- "v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
9877
+ "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9839
9878
  "v-slot:image"?: false | (() => vue.VNodeChild) | undefined;
9840
9879
  "v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
9841
9880
  "v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
@@ -9914,7 +9953,7 @@ declare const VCard: {
9914
9953
  title?: (() => vue.VNodeChild) | undefined;
9915
9954
  subtitle?: (() => vue.VNodeChild) | undefined;
9916
9955
  text?: (() => vue.VNodeChild) | undefined;
9917
- loader?: (() => vue.VNodeChild) | undefined;
9956
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9918
9957
  image?: (() => vue.VNodeChild) | undefined;
9919
9958
  prepend?: (() => vue.VNodeChild) | undefined;
9920
9959
  append?: (() => vue.VNodeChild) | undefined;
@@ -9925,7 +9964,7 @@ declare const VCard: {
9925
9964
  title?: (() => vue.VNodeChild) | undefined;
9926
9965
  subtitle?: (() => vue.VNodeChild) | undefined;
9927
9966
  text?: (() => vue.VNodeChild) | undefined;
9928
- loader?: (() => vue.VNodeChild) | undefined;
9967
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9929
9968
  image?: (() => vue.VNodeChild) | undefined;
9930
9969
  prepend?: (() => vue.VNodeChild) | undefined;
9931
9970
  append?: (() => vue.VNodeChild) | undefined;
@@ -9936,7 +9975,7 @@ declare const VCard: {
9936
9975
  title?: false | (() => vue.VNodeChild) | undefined;
9937
9976
  subtitle?: false | (() => vue.VNodeChild) | undefined;
9938
9977
  text?: false | (() => vue.VNodeChild) | undefined;
9939
- loader?: false | (() => vue.VNodeChild) | undefined;
9978
+ loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9940
9979
  image?: false | (() => vue.VNodeChild) | undefined;
9941
9980
  prepend?: false | (() => vue.VNodeChild) | undefined;
9942
9981
  append?: false | (() => vue.VNodeChild) | undefined;
@@ -9947,7 +9986,7 @@ declare const VCard: {
9947
9986
  "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
9948
9987
  "v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
9949
9988
  "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
9950
- "v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
9989
+ "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
9951
9990
  "v-slot:image"?: false | (() => vue.VNodeChild) | undefined;
9952
9991
  "v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
9953
9992
  "v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
@@ -9998,7 +10037,7 @@ declare const VCard: {
9998
10037
  title?: (() => vue.VNodeChild) | undefined;
9999
10038
  subtitle?: (() => vue.VNodeChild) | undefined;
10000
10039
  text?: (() => vue.VNodeChild) | undefined;
10001
- loader?: (() => vue.VNodeChild) | undefined;
10040
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
10002
10041
  image?: (() => vue.VNodeChild) | undefined;
10003
10042
  prepend?: (() => vue.VNodeChild) | undefined;
10004
10043
  append?: (() => vue.VNodeChild) | undefined;
@@ -10009,7 +10048,7 @@ declare const VCard: {
10009
10048
  title?: (() => vue.VNodeChild) | undefined;
10010
10049
  subtitle?: (() => vue.VNodeChild) | undefined;
10011
10050
  text?: (() => vue.VNodeChild) | undefined;
10012
- loader?: (() => vue.VNodeChild) | undefined;
10051
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
10013
10052
  image?: (() => vue.VNodeChild) | undefined;
10014
10053
  prepend?: (() => vue.VNodeChild) | undefined;
10015
10054
  append?: (() => vue.VNodeChild) | undefined;
@@ -10020,7 +10059,7 @@ declare const VCard: {
10020
10059
  title?: false | (() => vue.VNodeChild) | undefined;
10021
10060
  subtitle?: false | (() => vue.VNodeChild) | undefined;
10022
10061
  text?: false | (() => vue.VNodeChild) | undefined;
10023
- loader?: false | (() => vue.VNodeChild) | undefined;
10062
+ loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
10024
10063
  image?: false | (() => vue.VNodeChild) | undefined;
10025
10064
  prepend?: false | (() => vue.VNodeChild) | undefined;
10026
10065
  append?: false | (() => vue.VNodeChild) | undefined;
@@ -10031,7 +10070,7 @@ declare const VCard: {
10031
10070
  "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
10032
10071
  "v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
10033
10072
  "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
10034
- "v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
10073
+ "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
10035
10074
  "v-slot:image"?: false | (() => vue.VNodeChild) | undefined;
10036
10075
  "v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
10037
10076
  "v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
@@ -12331,6 +12370,7 @@ declare const VCheckbox: {
12331
12370
  errorMessages: string | string[];
12332
12371
  maxErrors: string | number;
12333
12372
  rules: ValidationRule[];
12373
+ persistentHint: boolean;
12334
12374
  falseIcon: NonNullable<IconValue>;
12335
12375
  trueIcon: NonNullable<IconValue>;
12336
12376
  valueComparator: typeof deepEqual;
@@ -12349,6 +12389,7 @@ declare const VCheckbox: {
12349
12389
  errorMessages: string | string[];
12350
12390
  maxErrors: string | number;
12351
12391
  rules: ValidationRule[];
12392
+ persistentHint: boolean;
12352
12393
  falseIcon: NonNullable<IconValue>;
12353
12394
  trueIcon: NonNullable<IconValue>;
12354
12395
  valueComparator: typeof deepEqual;
@@ -12366,8 +12407,10 @@ declare const VCheckbox: {
12366
12407
  appendIcon?: IconValue | undefined;
12367
12408
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
12368
12409
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
12410
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
12369
12411
  validateOn?: "input" | "blur" | "submit" | undefined;
12370
12412
  validationValue?: any;
12413
+ hint?: string | undefined;
12371
12414
  hideDetails?: boolean | "auto" | undefined;
12372
12415
  trueValue?: any;
12373
12416
  falseValue?: any;
@@ -12417,7 +12460,7 @@ declare const VCheckbox: {
12417
12460
  "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
12418
12461
  } & {
12419
12462
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
12420
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "multiple" | "readonly" | "indeterminate" | "messages" | "density" | "ripple" | "focused" | "errorMessages" | "maxErrors" | "rules" | "falseIcon" | "trueIcon" | "valueComparator" | "indeterminateIcon">;
12463
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "multiple" | "readonly" | "indeterminate" | "messages" | "density" | "ripple" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint" | "falseIcon" | "trueIcon" | "valueComparator" | "indeterminateIcon">;
12421
12464
  $attrs: {
12422
12465
  [x: string]: unknown;
12423
12466
  };
@@ -12445,6 +12488,7 @@ declare const VCheckbox: {
12445
12488
  errorMessages: string | string[];
12446
12489
  maxErrors: string | number;
12447
12490
  rules: ValidationRule[];
12491
+ persistentHint: boolean;
12448
12492
  falseIcon: NonNullable<IconValue>;
12449
12493
  trueIcon: NonNullable<IconValue>;
12450
12494
  valueComparator: typeof deepEqual;
@@ -12462,8 +12506,10 @@ declare const VCheckbox: {
12462
12506
  appendIcon?: IconValue | undefined;
12463
12507
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
12464
12508
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
12509
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
12465
12510
  validateOn?: "input" | "blur" | "submit" | undefined;
12466
12511
  validationValue?: any;
12512
+ hint?: string | undefined;
12467
12513
  hideDetails?: boolean | "auto" | undefined;
12468
12514
  trueValue?: any;
12469
12515
  falseValue?: any;
@@ -12529,6 +12575,7 @@ declare const VCheckbox: {
12529
12575
  errorMessages: string | string[];
12530
12576
  maxErrors: string | number;
12531
12577
  rules: ValidationRule[];
12578
+ persistentHint: boolean;
12532
12579
  falseIcon: NonNullable<IconValue>;
12533
12580
  trueIcon: NonNullable<IconValue>;
12534
12581
  valueComparator: typeof deepEqual;
@@ -12567,6 +12614,7 @@ declare const VCheckbox: {
12567
12614
  errorMessages: string | string[];
12568
12615
  maxErrors: string | number;
12569
12616
  rules: ValidationRule[];
12617
+ persistentHint: boolean;
12570
12618
  falseIcon: NonNullable<IconValue>;
12571
12619
  trueIcon: NonNullable<IconValue>;
12572
12620
  valueComparator: typeof deepEqual;
@@ -12584,8 +12632,10 @@ declare const VCheckbox: {
12584
12632
  appendIcon?: IconValue | undefined;
12585
12633
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
12586
12634
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
12635
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
12587
12636
  validateOn?: "input" | "blur" | "submit" | undefined;
12588
12637
  validationValue?: any;
12638
+ hint?: string | undefined;
12589
12639
  hideDetails?: boolean | "auto" | undefined;
12590
12640
  trueValue?: any;
12591
12641
  falseValue?: any;
@@ -12653,6 +12703,7 @@ declare const VCheckbox: {
12653
12703
  errorMessages: string | string[];
12654
12704
  maxErrors: string | number;
12655
12705
  rules: ValidationRule[];
12706
+ persistentHint: boolean;
12656
12707
  falseIcon: NonNullable<IconValue>;
12657
12708
  trueIcon: NonNullable<IconValue>;
12658
12709
  valueComparator: typeof deepEqual;
@@ -12670,8 +12721,10 @@ declare const VCheckbox: {
12670
12721
  appendIcon?: IconValue | undefined;
12671
12722
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
12672
12723
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
12724
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
12673
12725
  validateOn?: "input" | "blur" | "submit" | undefined;
12674
12726
  validationValue?: any;
12727
+ hint?: string | undefined;
12675
12728
  hideDetails?: boolean | "auto" | undefined;
12676
12729
  trueValue?: any;
12677
12730
  falseValue?: any;
@@ -12737,6 +12790,7 @@ declare const VCheckbox: {
12737
12790
  errorMessages: string | string[];
12738
12791
  maxErrors: string | number;
12739
12792
  rules: ValidationRule[];
12793
+ persistentHint: boolean;
12740
12794
  falseIcon: NonNullable<IconValue>;
12741
12795
  trueIcon: NonNullable<IconValue>;
12742
12796
  valueComparator: typeof deepEqual;
@@ -12786,6 +12840,7 @@ declare const VCheckbox: {
12786
12840
  default: string;
12787
12841
  };
12788
12842
  focused: BooleanConstructor;
12843
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
12789
12844
  errorMessages: {
12790
12845
  type: vue.PropType<string | string[]>;
12791
12846
  default: () => never[];
@@ -12803,6 +12858,8 @@ declare const VCheckbox: {
12803
12858
  appendIcon: vue.PropType<IconValue>;
12804
12859
  prependIcon: vue.PropType<IconValue>;
12805
12860
  hideDetails: vue.PropType<boolean | "auto">;
12861
+ hint: StringConstructor;
12862
+ persistentHint: BooleanConstructor;
12806
12863
  messages: {
12807
12864
  type: vue.PropType<string | string[]>;
12808
12865
  default: () => never[];
@@ -12859,6 +12916,7 @@ declare const VCheckbox: {
12859
12916
  default: string;
12860
12917
  };
12861
12918
  focused: BooleanConstructor;
12919
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
12862
12920
  errorMessages: {
12863
12921
  type: vue.PropType<string | string[]>;
12864
12922
  default: () => never[];
@@ -12876,6 +12934,8 @@ declare const VCheckbox: {
12876
12934
  appendIcon: vue.PropType<IconValue>;
12877
12935
  prependIcon: vue.PropType<IconValue>;
12878
12936
  hideDetails: vue.PropType<boolean | "auto">;
12937
+ hint: StringConstructor;
12938
+ persistentHint: BooleanConstructor;
12879
12939
  messages: {
12880
12940
  type: vue.PropType<string | string[]>;
12881
12941
  default: () => never[];
@@ -14708,10 +14768,10 @@ declare const VCombobox: {
14708
14768
  errorMessages: string | string[];
14709
14769
  maxErrors: string | number;
14710
14770
  rules: ValidationRule[];
14771
+ persistentHint: boolean;
14711
14772
  clearable: boolean;
14712
14773
  persistentClear: boolean;
14713
14774
  singleLine: boolean;
14714
- persistentHint: boolean;
14715
14775
  persistentPlaceholder: boolean;
14716
14776
  persistentCounter: boolean;
14717
14777
  valueComparator: typeof deepEqual;
@@ -14799,6 +14859,7 @@ declare const VCombobox: {
14799
14859
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
14800
14860
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
14801
14861
  focused: BooleanConstructor;
14862
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
14802
14863
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
14803
14864
  errorMessages: {
14804
14865
  type: PropType<string | string[]>;
@@ -14812,12 +14873,12 @@ declare const VCombobox: {
14812
14873
  type: PropType<ValidationRule[]>;
14813
14874
  default: () => never[];
14814
14875
  };
14876
+ hint: StringConstructor;
14877
+ persistentHint: BooleanConstructor;
14815
14878
  hideDetails: PropType<boolean | "auto">;
14816
14879
  clearable: BooleanConstructor;
14817
14880
  persistentClear: BooleanConstructor;
14818
14881
  singleLine: BooleanConstructor;
14819
- hint: StringConstructor;
14820
- persistentHint: BooleanConstructor;
14821
14882
  persistentPlaceholder: BooleanConstructor;
14822
14883
  persistentCounter: BooleanConstructor;
14823
14884
  suffix: StringConstructor;
@@ -15201,9 +15262,10 @@ declare const VCombobox: {
15201
15262
  noFilter: BooleanConstructor;
15202
15263
  delimiters: PropType<string[]>;
15203
15264
  }, "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">>> & {
15265
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
15204
15266
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
15205
15267
  "onUpdate:search"?: ((val: string) => any) | undefined;
15206
- } & 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">;
15268
+ } & 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">;
15207
15269
  $attrs: {
15208
15270
  [x: string]: unknown;
15209
15271
  };
@@ -15215,7 +15277,7 @@ declare const VCombobox: {
15215
15277
  }>;
15216
15278
  $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
15217
15279
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
15218
- $emit: ((event: "update:menu", val: boolean) => void) & ((event: "update:search", val: string) => void);
15280
+ $emit: ((event: "update:focused", focused: boolean) => void) & ((event: "update:menu", val: boolean) => void) & ((event: "update:search", val: string) => void);
15219
15281
  $el: any;
15220
15282
  $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
15221
15283
  transition: Omit<{
@@ -15288,6 +15350,7 @@ declare const VCombobox: {
15288
15350
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
15289
15351
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
15290
15352
  focused: BooleanConstructor;
15353
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
15291
15354
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
15292
15355
  errorMessages: {
15293
15356
  type: PropType<string | string[]>;
@@ -15301,12 +15364,12 @@ declare const VCombobox: {
15301
15364
  type: PropType<ValidationRule[]>;
15302
15365
  default: () => never[];
15303
15366
  };
15367
+ hint: StringConstructor;
15368
+ persistentHint: BooleanConstructor;
15304
15369
  hideDetails: PropType<boolean | "auto">;
15305
15370
  clearable: BooleanConstructor;
15306
15371
  persistentClear: BooleanConstructor;
15307
15372
  singleLine: BooleanConstructor;
15308
- hint: StringConstructor;
15309
- persistentHint: BooleanConstructor;
15310
15373
  persistentPlaceholder: BooleanConstructor;
15311
15374
  persistentCounter: BooleanConstructor;
15312
15375
  suffix: StringConstructor;
@@ -15690,6 +15753,7 @@ declare const VCombobox: {
15690
15753
  noFilter: BooleanConstructor;
15691
15754
  delimiters: PropType<string[]>;
15692
15755
  }, "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">>> & {
15756
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
15693
15757
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
15694
15758
  "onUpdate:search"?: ((val: string) => any) | undefined;
15695
15759
  }, {
@@ -15701,6 +15765,7 @@ declare const VCombobox: {
15701
15765
  filteredItems: vue.Ref<InternalItem<any>[]>;
15702
15766
  select: (item: InternalItem) => void;
15703
15767
  } & Omit<any, string | number | symbol>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
15768
+ 'update:focused': (focused: boolean) => true;
15704
15769
  'update:modelValue': (val: any) => true;
15705
15770
  'update:search': (val: string) => true;
15706
15771
  'update:menu': (val: boolean) => true;
@@ -15727,10 +15792,10 @@ declare const VCombobox: {
15727
15792
  errorMessages: string | string[];
15728
15793
  maxErrors: string | number;
15729
15794
  rules: ValidationRule[];
15795
+ persistentHint: boolean;
15730
15796
  clearable: boolean;
15731
15797
  persistentClear: boolean;
15732
15798
  singleLine: boolean;
15733
- persistentHint: boolean;
15734
15799
  persistentPlaceholder: boolean;
15735
15800
  persistentCounter: boolean;
15736
15801
  valueComparator: typeof deepEqual;
@@ -15838,6 +15903,7 @@ declare const VCombobox: {
15838
15903
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
15839
15904
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
15840
15905
  focused: BooleanConstructor;
15906
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
15841
15907
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
15842
15908
  errorMessages: {
15843
15909
  type: PropType<string | string[]>;
@@ -15851,12 +15917,12 @@ declare const VCombobox: {
15851
15917
  type: PropType<ValidationRule[]>;
15852
15918
  default: () => never[];
15853
15919
  };
15920
+ hint: StringConstructor;
15921
+ persistentHint: BooleanConstructor;
15854
15922
  hideDetails: PropType<boolean | "auto">;
15855
15923
  clearable: BooleanConstructor;
15856
15924
  persistentClear: BooleanConstructor;
15857
15925
  singleLine: BooleanConstructor;
15858
- hint: StringConstructor;
15859
- persistentHint: BooleanConstructor;
15860
15926
  persistentPlaceholder: BooleanConstructor;
15861
15927
  persistentCounter: BooleanConstructor;
15862
15928
  suffix: StringConstructor;
@@ -16240,6 +16306,7 @@ declare const VCombobox: {
16240
16306
  noFilter: BooleanConstructor;
16241
16307
  delimiters: PropType<string[]>;
16242
16308
  }, "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">>> & {
16309
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
16243
16310
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
16244
16311
  "onUpdate:search"?: ((val: string) => any) | undefined;
16245
16312
  } & vue.ShallowUnwrapRef<{
@@ -16325,6 +16392,7 @@ declare const VCombobox: {
16325
16392
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16326
16393
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16327
16394
  focused: BooleanConstructor;
16395
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
16328
16396
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
16329
16397
  errorMessages: {
16330
16398
  type: PropType<string | string[]>;
@@ -16338,12 +16406,12 @@ declare const VCombobox: {
16338
16406
  type: PropType<ValidationRule[]>;
16339
16407
  default: () => never[];
16340
16408
  };
16409
+ hint: StringConstructor;
16410
+ persistentHint: BooleanConstructor;
16341
16411
  hideDetails: PropType<boolean | "auto">;
16342
16412
  clearable: BooleanConstructor;
16343
16413
  persistentClear: BooleanConstructor;
16344
16414
  singleLine: BooleanConstructor;
16345
- hint: StringConstructor;
16346
- persistentHint: BooleanConstructor;
16347
16415
  persistentPlaceholder: BooleanConstructor;
16348
16416
  persistentCounter: BooleanConstructor;
16349
16417
  suffix: StringConstructor;
@@ -16727,6 +16795,7 @@ declare const VCombobox: {
16727
16795
  noFilter: BooleanConstructor;
16728
16796
  delimiters: PropType<string[]>;
16729
16797
  }, "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">>> & {
16798
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
16730
16799
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
16731
16800
  "onUpdate:search"?: ((val: string) => any) | undefined;
16732
16801
  }, {
@@ -16738,6 +16807,7 @@ declare const VCombobox: {
16738
16807
  filteredItems: vue.Ref<InternalItem<any>[]>;
16739
16808
  select: (item: InternalItem) => void;
16740
16809
  } & Omit<any, string | number | symbol>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
16810
+ 'update:focused': (focused: boolean) => true;
16741
16811
  'update:modelValue': (val: any) => true;
16742
16812
  'update:search': (val: string) => true;
16743
16813
  'update:menu': (val: boolean) => true;
@@ -16764,10 +16834,10 @@ declare const VCombobox: {
16764
16834
  errorMessages: string | string[];
16765
16835
  maxErrors: string | number;
16766
16836
  rules: ValidationRule[];
16837
+ persistentHint: boolean;
16767
16838
  clearable: boolean;
16768
16839
  persistentClear: boolean;
16769
16840
  singleLine: boolean;
16770
- persistentHint: boolean;
16771
16841
  persistentPlaceholder: boolean;
16772
16842
  persistentCounter: boolean;
16773
16843
  valueComparator: typeof deepEqual;
@@ -16971,6 +17041,7 @@ declare const VCombobox: {
16971
17041
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16972
17042
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
16973
17043
  focused: BooleanConstructor;
17044
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
16974
17045
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
16975
17046
  errorMessages: {
16976
17047
  type: PropType<string | string[]>;
@@ -16984,12 +17055,12 @@ declare const VCombobox: {
16984
17055
  type: PropType<ValidationRule[]>;
16985
17056
  default: () => never[];
16986
17057
  };
17058
+ hint: StringConstructor;
17059
+ persistentHint: BooleanConstructor;
16987
17060
  hideDetails: PropType<boolean | "auto">;
16988
17061
  clearable: BooleanConstructor;
16989
17062
  persistentClear: BooleanConstructor;
16990
17063
  singleLine: BooleanConstructor;
16991
- hint: StringConstructor;
16992
- persistentHint: BooleanConstructor;
16993
17064
  persistentPlaceholder: BooleanConstructor;
16994
17065
  persistentCounter: BooleanConstructor;
16995
17066
  suffix: StringConstructor;
@@ -17443,6 +17514,7 @@ declare const VCombobox: {
17443
17514
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
17444
17515
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
17445
17516
  focused: BooleanConstructor;
17517
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
17446
17518
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
17447
17519
  errorMessages: {
17448
17520
  type: PropType<string | string[]>;
@@ -17456,12 +17528,12 @@ declare const VCombobox: {
17456
17528
  type: PropType<ValidationRule[]>;
17457
17529
  default: () => never[];
17458
17530
  };
17531
+ hint: StringConstructor;
17532
+ persistentHint: BooleanConstructor;
17459
17533
  hideDetails: PropType<boolean | "auto">;
17460
17534
  clearable: BooleanConstructor;
17461
17535
  persistentClear: BooleanConstructor;
17462
17536
  singleLine: BooleanConstructor;
17463
- hint: StringConstructor;
17464
- persistentHint: BooleanConstructor;
17465
17537
  persistentPlaceholder: BooleanConstructor;
17466
17538
  persistentCounter: BooleanConstructor;
17467
17539
  suffix: StringConstructor;
@@ -24067,11 +24139,11 @@ declare const VFileInput: {
24067
24139
  errorMessages: string | string[];
24068
24140
  maxErrors: string | number;
24069
24141
  rules: ValidationRule[];
24142
+ persistentHint: boolean;
24070
24143
  clearable: boolean;
24071
24144
  dirty: boolean;
24072
24145
  persistentClear: boolean;
24073
24146
  singleLine: boolean;
24074
- persistentHint: boolean;
24075
24147
  chips: boolean;
24076
24148
  counterSizeString: string;
24077
24149
  counterString: string;
@@ -24095,11 +24167,11 @@ declare const VFileInput: {
24095
24167
  errorMessages: string | string[];
24096
24168
  maxErrors: string | number;
24097
24169
  rules: ValidationRule[];
24170
+ persistentHint: boolean;
24098
24171
  clearable: boolean;
24099
24172
  dirty: boolean;
24100
24173
  persistentClear: boolean;
24101
24174
  singleLine: boolean;
24102
- persistentHint: boolean;
24103
24175
  chips: boolean;
24104
24176
  counterSizeString: string;
24105
24177
  counterString: string;
@@ -24120,10 +24192,11 @@ declare const VFileInput: {
24120
24192
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24121
24193
  'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24122
24194
  'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24195
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
24123
24196
  validateOn?: "input" | "blur" | "submit" | undefined;
24124
24197
  validationValue?: any;
24125
- hideDetails?: boolean | "auto" | undefined;
24126
24198
  hint?: string | undefined;
24199
+ hideDetails?: boolean | "auto" | undefined;
24127
24200
  } & {
24128
24201
  $children?: {} | vue.VNodeChild | {
24129
24202
  default?: (((args_0: VInputSlot) => vue.VNodeChild) & ((args_0: VFieldSlot) => vue.VNodeChild)) | undefined;
@@ -24174,9 +24247,10 @@ declare const VFileInput: {
24174
24247
  "v-slot:counter"?: false | (() => vue.VNodeChild) | undefined;
24175
24248
  } & {
24176
24249
  "onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
24250
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
24177
24251
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
24178
24252
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
24179
- } & 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">;
24253
+ } & 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">;
24180
24254
  $attrs: {
24181
24255
  [x: string]: unknown;
24182
24256
  };
@@ -24188,7 +24262,7 @@ declare const VFileInput: {
24188
24262
  }>;
24189
24263
  $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
24190
24264
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
24191
- $emit: ((event: "update:modelValue", files: File[]) => void) & ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void);
24265
+ $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);
24192
24266
  $el: any;
24193
24267
  $options: vue.ComponentOptionsBase<{
24194
24268
  reverse: boolean;
@@ -24209,11 +24283,11 @@ declare const VFileInput: {
24209
24283
  errorMessages: string | string[];
24210
24284
  maxErrors: string | number;
24211
24285
  rules: ValidationRule[];
24286
+ persistentHint: boolean;
24212
24287
  clearable: boolean;
24213
24288
  dirty: boolean;
24214
24289
  persistentClear: boolean;
24215
24290
  singleLine: boolean;
24216
- persistentHint: boolean;
24217
24291
  chips: boolean;
24218
24292
  counterSizeString: string;
24219
24293
  counterString: string;
@@ -24234,10 +24308,11 @@ declare const VFileInput: {
24234
24308
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24235
24309
  'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24236
24310
  'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24311
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
24237
24312
  validateOn?: "input" | "blur" | "submit" | undefined;
24238
24313
  validationValue?: any;
24239
- hideDetails?: boolean | "auto" | undefined;
24240
24314
  hint?: string | undefined;
24315
+ hideDetails?: boolean | "auto" | undefined;
24241
24316
  } & {
24242
24317
  $children?: {} | vue.VNodeChild | {
24243
24318
  default?: (((args_0: VInputSlot) => vue.VNodeChild) & ((args_0: VFieldSlot) => vue.VNodeChild)) | undefined;
@@ -24288,6 +24363,7 @@ declare const VFileInput: {
24288
24363
  "v-slot:counter"?: false | (() => vue.VNodeChild) | undefined;
24289
24364
  } & {
24290
24365
  "onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
24366
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
24291
24367
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
24292
24368
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
24293
24369
  }, Omit<Omit<{
@@ -24304,6 +24380,7 @@ declare const VFileInput: {
24304
24380
  errorMessages: string | string[];
24305
24381
  maxErrors: string | number;
24306
24382
  rules: ValidationRule[];
24383
+ persistentHint: boolean;
24307
24384
  }> & Omit<{
24308
24385
  error: boolean;
24309
24386
  direction: "horizontal" | "vertical";
@@ -24315,6 +24392,7 @@ declare const VFileInput: {
24315
24392
  errorMessages: string | string[];
24316
24393
  maxErrors: string | number;
24317
24394
  rules: ValidationRule[];
24395
+ persistentHint: boolean;
24318
24396
  } & {
24319
24397
  id?: string | undefined;
24320
24398
  name?: string | undefined;
@@ -24324,8 +24402,10 @@ declare const VFileInput: {
24324
24402
  appendIcon?: IconValue | undefined;
24325
24403
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24326
24404
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24405
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
24327
24406
  validateOn?: "input" | "blur" | "submit" | undefined;
24328
24407
  validationValue?: any;
24408
+ hint?: string | undefined;
24329
24409
  hideDetails?: boolean | "auto" | undefined;
24330
24410
  } & {
24331
24411
  $children?: {} | vue.VNodeChild | {
@@ -24353,7 +24433,7 @@ declare const VFileInput: {
24353
24433
  "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
24354
24434
  } & {
24355
24435
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
24356
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
24436
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
24357
24437
  $attrs: {
24358
24438
  [x: string]: unknown;
24359
24439
  };
@@ -24378,6 +24458,7 @@ declare const VFileInput: {
24378
24458
  errorMessages: string | string[];
24379
24459
  maxErrors: string | number;
24380
24460
  rules: ValidationRule[];
24461
+ persistentHint: boolean;
24381
24462
  } & {
24382
24463
  id?: string | undefined;
24383
24464
  name?: string | undefined;
@@ -24387,8 +24468,10 @@ declare const VFileInput: {
24387
24468
  appendIcon?: IconValue | undefined;
24388
24469
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24389
24470
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24471
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
24390
24472
  validateOn?: "input" | "blur" | "submit" | undefined;
24391
24473
  validationValue?: any;
24474
+ hint?: string | undefined;
24392
24475
  hideDetails?: boolean | "auto" | undefined;
24393
24476
  } & {
24394
24477
  $children?: {} | vue.VNodeChild | {
@@ -24433,6 +24516,7 @@ declare const VFileInput: {
24433
24516
  errorMessages: string | string[];
24434
24517
  maxErrors: string | number;
24435
24518
  rules: ValidationRule[];
24519
+ persistentHint: boolean;
24436
24520
  }, {}, string> & {
24437
24521
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
24438
24522
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -24464,6 +24548,7 @@ declare const VFileInput: {
24464
24548
  errorMessages: string | string[];
24465
24549
  maxErrors: string | number;
24466
24550
  rules: ValidationRule[];
24551
+ persistentHint: boolean;
24467
24552
  } & {
24468
24553
  id?: string | undefined;
24469
24554
  name?: string | undefined;
@@ -24473,8 +24558,10 @@ declare const VFileInput: {
24473
24558
  appendIcon?: IconValue | undefined;
24474
24559
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24475
24560
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24561
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
24476
24562
  validateOn?: "input" | "blur" | "submit" | undefined;
24477
24563
  validationValue?: any;
24564
+ hint?: string | undefined;
24478
24565
  hideDetails?: boolean | "auto" | undefined;
24479
24566
  } & {
24480
24567
  $children?: {} | vue.VNodeChild | {
@@ -24506,9 +24593,10 @@ declare const VFileInput: {
24506
24593
  reset: () => void;
24507
24594
  resetValidation: () => void;
24508
24595
  validate: () => Promise<string[]>;
24509
- }> & {} & 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, {
24596
+ }> & {} & 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, {
24510
24597
  'click:control': (e: MouseEvent) => true;
24511
24598
  'mousedown:control': (e: MouseEvent) => true;
24599
+ 'update:focused': (focused: boolean) => true;
24512
24600
  'update:modelValue': (files: File[]) => true;
24513
24601
  }, string, {
24514
24602
  reverse: boolean;
@@ -24529,11 +24617,11 @@ declare const VFileInput: {
24529
24617
  errorMessages: string | string[];
24530
24618
  maxErrors: string | number;
24531
24619
  rules: ValidationRule[];
24620
+ persistentHint: boolean;
24532
24621
  clearable: boolean;
24533
24622
  dirty: boolean;
24534
24623
  persistentClear: boolean;
24535
24624
  singleLine: boolean;
24536
- persistentHint: boolean;
24537
24625
  chips: boolean;
24538
24626
  counterSizeString: string;
24539
24627
  counterString: string;
@@ -24577,11 +24665,11 @@ declare const VFileInput: {
24577
24665
  errorMessages: string | string[];
24578
24666
  maxErrors: string | number;
24579
24667
  rules: ValidationRule[];
24668
+ persistentHint: boolean;
24580
24669
  clearable: boolean;
24581
24670
  dirty: boolean;
24582
24671
  persistentClear: boolean;
24583
24672
  singleLine: boolean;
24584
- persistentHint: boolean;
24585
24673
  chips: boolean;
24586
24674
  counterSizeString: string;
24587
24675
  counterString: string;
@@ -24602,10 +24690,11 @@ declare const VFileInput: {
24602
24690
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24603
24691
  'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24604
24692
  'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24693
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
24605
24694
  validateOn?: "input" | "blur" | "submit" | undefined;
24606
24695
  validationValue?: any;
24607
- hideDetails?: boolean | "auto" | undefined;
24608
24696
  hint?: string | undefined;
24697
+ hideDetails?: boolean | "auto" | undefined;
24609
24698
  } & {
24610
24699
  $children?: {} | vue.VNodeChild | {
24611
24700
  default?: (((args_0: VInputSlot) => vue.VNodeChild) & ((args_0: VFieldSlot) => vue.VNodeChild)) | undefined;
@@ -24656,6 +24745,7 @@ declare const VFileInput: {
24656
24745
  "v-slot:counter"?: false | (() => vue.VNodeChild) | undefined;
24657
24746
  } & {
24658
24747
  "onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
24748
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
24659
24749
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
24660
24750
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
24661
24751
  } & vue.ShallowUnwrapRef<Omit<Omit<{
@@ -24672,6 +24762,7 @@ declare const VFileInput: {
24672
24762
  errorMessages: string | string[];
24673
24763
  maxErrors: string | number;
24674
24764
  rules: ValidationRule[];
24765
+ persistentHint: boolean;
24675
24766
  }> & Omit<{
24676
24767
  error: boolean;
24677
24768
  direction: "horizontal" | "vertical";
@@ -24683,6 +24774,7 @@ declare const VFileInput: {
24683
24774
  errorMessages: string | string[];
24684
24775
  maxErrors: string | number;
24685
24776
  rules: ValidationRule[];
24777
+ persistentHint: boolean;
24686
24778
  } & {
24687
24779
  id?: string | undefined;
24688
24780
  name?: string | undefined;
@@ -24692,8 +24784,10 @@ declare const VFileInput: {
24692
24784
  appendIcon?: IconValue | undefined;
24693
24785
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24694
24786
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24787
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
24695
24788
  validateOn?: "input" | "blur" | "submit" | undefined;
24696
24789
  validationValue?: any;
24790
+ hint?: string | undefined;
24697
24791
  hideDetails?: boolean | "auto" | undefined;
24698
24792
  } & {
24699
24793
  $children?: {} | vue.VNodeChild | {
@@ -24721,7 +24815,7 @@ declare const VFileInput: {
24721
24815
  "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
24722
24816
  } & {
24723
24817
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
24724
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
24818
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
24725
24819
  $attrs: {
24726
24820
  [x: string]: unknown;
24727
24821
  };
@@ -24746,6 +24840,7 @@ declare const VFileInput: {
24746
24840
  errorMessages: string | string[];
24747
24841
  maxErrors: string | number;
24748
24842
  rules: ValidationRule[];
24843
+ persistentHint: boolean;
24749
24844
  } & {
24750
24845
  id?: string | undefined;
24751
24846
  name?: string | undefined;
@@ -24755,8 +24850,10 @@ declare const VFileInput: {
24755
24850
  appendIcon?: IconValue | undefined;
24756
24851
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24757
24852
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24853
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
24758
24854
  validateOn?: "input" | "blur" | "submit" | undefined;
24759
24855
  validationValue?: any;
24856
+ hint?: string | undefined;
24760
24857
  hideDetails?: boolean | "auto" | undefined;
24761
24858
  } & {
24762
24859
  $children?: {} | vue.VNodeChild | {
@@ -24801,6 +24898,7 @@ declare const VFileInput: {
24801
24898
  errorMessages: string | string[];
24802
24899
  maxErrors: string | number;
24803
24900
  rules: ValidationRule[];
24901
+ persistentHint: boolean;
24804
24902
  }, {}, string> & {
24805
24903
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
24806
24904
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -24832,6 +24930,7 @@ declare const VFileInput: {
24832
24930
  errorMessages: string | string[];
24833
24931
  maxErrors: string | number;
24834
24932
  rules: ValidationRule[];
24933
+ persistentHint: boolean;
24835
24934
  } & {
24836
24935
  id?: string | undefined;
24837
24936
  name?: string | undefined;
@@ -24841,8 +24940,10 @@ declare const VFileInput: {
24841
24940
  appendIcon?: IconValue | undefined;
24842
24941
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24843
24942
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24943
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
24844
24944
  validateOn?: "input" | "blur" | "submit" | undefined;
24845
24945
  validationValue?: any;
24946
+ hint?: string | undefined;
24846
24947
  hideDetails?: boolean | "auto" | undefined;
24847
24948
  } & {
24848
24949
  $children?: {} | vue.VNodeChild | {
@@ -24874,7 +24975,7 @@ declare const VFileInput: {
24874
24975
  reset: () => void;
24875
24976
  resetValidation: () => void;
24876
24977
  validate: () => Promise<string[]>;
24877
- }> & {} & 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 & {};
24978
+ }> & {} & 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 & {};
24878
24979
  __isFragment?: undefined;
24879
24980
  __isTeleport?: undefined;
24880
24981
  __isSuspense?: undefined;
@@ -24897,11 +24998,11 @@ declare const VFileInput: {
24897
24998
  errorMessages: string | string[];
24898
24999
  maxErrors: string | number;
24899
25000
  rules: ValidationRule[];
25001
+ persistentHint: boolean;
24900
25002
  clearable: boolean;
24901
25003
  dirty: boolean;
24902
25004
  persistentClear: boolean;
24903
25005
  singleLine: boolean;
24904
- persistentHint: boolean;
24905
25006
  chips: boolean;
24906
25007
  counterSizeString: string;
24907
25008
  counterString: string;
@@ -24922,10 +25023,11 @@ declare const VFileInput: {
24922
25023
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24923
25024
  'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
24924
25025
  'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
25026
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
24925
25027
  validateOn?: "input" | "blur" | "submit" | undefined;
24926
25028
  validationValue?: any;
24927
- hideDetails?: boolean | "auto" | undefined;
24928
25029
  hint?: string | undefined;
25030
+ hideDetails?: boolean | "auto" | undefined;
24929
25031
  } & {
24930
25032
  $children?: {} | vue.VNodeChild | {
24931
25033
  default?: (((args_0: VInputSlot) => vue.VNodeChild) & ((args_0: VFieldSlot) => vue.VNodeChild)) | undefined;
@@ -24976,6 +25078,7 @@ declare const VFileInput: {
24976
25078
  "v-slot:counter"?: false | (() => vue.VNodeChild) | undefined;
24977
25079
  } & {
24978
25080
  "onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
25081
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
24979
25082
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
24980
25083
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
24981
25084
  }, Omit<Omit<{
@@ -24992,6 +25095,7 @@ declare const VFileInput: {
24992
25095
  errorMessages: string | string[];
24993
25096
  maxErrors: string | number;
24994
25097
  rules: ValidationRule[];
25098
+ persistentHint: boolean;
24995
25099
  }> & Omit<{
24996
25100
  error: boolean;
24997
25101
  direction: "horizontal" | "vertical";
@@ -25003,6 +25107,7 @@ declare const VFileInput: {
25003
25107
  errorMessages: string | string[];
25004
25108
  maxErrors: string | number;
25005
25109
  rules: ValidationRule[];
25110
+ persistentHint: boolean;
25006
25111
  } & {
25007
25112
  id?: string | undefined;
25008
25113
  name?: string | undefined;
@@ -25012,8 +25117,10 @@ declare const VFileInput: {
25012
25117
  appendIcon?: IconValue | undefined;
25013
25118
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
25014
25119
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
25120
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
25015
25121
  validateOn?: "input" | "blur" | "submit" | undefined;
25016
25122
  validationValue?: any;
25123
+ hint?: string | undefined;
25017
25124
  hideDetails?: boolean | "auto" | undefined;
25018
25125
  } & {
25019
25126
  $children?: {} | vue.VNodeChild | {
@@ -25041,7 +25148,7 @@ declare const VFileInput: {
25041
25148
  "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
25042
25149
  } & {
25043
25150
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
25044
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
25151
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
25045
25152
  $attrs: {
25046
25153
  [x: string]: unknown;
25047
25154
  };
@@ -25066,6 +25173,7 @@ declare const VFileInput: {
25066
25173
  errorMessages: string | string[];
25067
25174
  maxErrors: string | number;
25068
25175
  rules: ValidationRule[];
25176
+ persistentHint: boolean;
25069
25177
  } & {
25070
25178
  id?: string | undefined;
25071
25179
  name?: string | undefined;
@@ -25075,8 +25183,10 @@ declare const VFileInput: {
25075
25183
  appendIcon?: IconValue | undefined;
25076
25184
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
25077
25185
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
25186
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
25078
25187
  validateOn?: "input" | "blur" | "submit" | undefined;
25079
25188
  validationValue?: any;
25189
+ hint?: string | undefined;
25080
25190
  hideDetails?: boolean | "auto" | undefined;
25081
25191
  } & {
25082
25192
  $children?: {} | vue.VNodeChild | {
@@ -25121,6 +25231,7 @@ declare const VFileInput: {
25121
25231
  errorMessages: string | string[];
25122
25232
  maxErrors: string | number;
25123
25233
  rules: ValidationRule[];
25234
+ persistentHint: boolean;
25124
25235
  }, {}, string> & {
25125
25236
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
25126
25237
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -25152,6 +25263,7 @@ declare const VFileInput: {
25152
25263
  errorMessages: string | string[];
25153
25264
  maxErrors: string | number;
25154
25265
  rules: ValidationRule[];
25266
+ persistentHint: boolean;
25155
25267
  } & {
25156
25268
  id?: string | undefined;
25157
25269
  name?: string | undefined;
@@ -25161,8 +25273,10 @@ declare const VFileInput: {
25161
25273
  appendIcon?: IconValue | undefined;
25162
25274
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
25163
25275
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
25276
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
25164
25277
  validateOn?: "input" | "blur" | "submit" | undefined;
25165
25278
  validationValue?: any;
25279
+ hint?: string | undefined;
25166
25280
  hideDetails?: boolean | "auto" | undefined;
25167
25281
  } & {
25168
25282
  $children?: {} | vue.VNodeChild | {
@@ -25194,9 +25308,10 @@ declare const VFileInput: {
25194
25308
  reset: () => void;
25195
25309
  resetValidation: () => void;
25196
25310
  validate: () => Promise<string[]>;
25197
- }> & {} & 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, {
25311
+ }> & {} & 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, {
25198
25312
  'click:control': (e: MouseEvent) => true;
25199
25313
  'mousedown:control': (e: MouseEvent) => true;
25314
+ 'update:focused': (focused: boolean) => true;
25200
25315
  'update:modelValue': (files: File[]) => true;
25201
25316
  }, string, {
25202
25317
  reverse: boolean;
@@ -25217,11 +25332,11 @@ declare const VFileInput: {
25217
25332
  errorMessages: string | string[];
25218
25333
  maxErrors: string | number;
25219
25334
  rules: ValidationRule[];
25335
+ persistentHint: boolean;
25220
25336
  clearable: boolean;
25221
25337
  dirty: boolean;
25222
25338
  persistentClear: boolean;
25223
25339
  singleLine: boolean;
25224
- persistentHint: boolean;
25225
25340
  chips: boolean;
25226
25341
  counterSizeString: string;
25227
25342
  counterString: string;
@@ -25263,6 +25378,7 @@ declare const VFileInput: {
25263
25378
  validator: (val: any) => boolean;
25264
25379
  };
25265
25380
  focused: BooleanConstructor;
25381
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
25266
25382
  errorMessages: {
25267
25383
  type: PropType<string | string[]>;
25268
25384
  default: () => never[];
@@ -25291,6 +25407,8 @@ declare const VFileInput: {
25291
25407
  default: NonNullable<IconValue>;
25292
25408
  };
25293
25409
  hideDetails: PropType<boolean | "auto">;
25410
+ hint: StringConstructor;
25411
+ persistentHint: BooleanConstructor;
25294
25412
  messages: {
25295
25413
  type: PropType<string | string[]>;
25296
25414
  default: () => never[];
@@ -25313,8 +25431,6 @@ declare const VFileInput: {
25313
25431
  default: string;
25314
25432
  };
25315
25433
  multiple: BooleanConstructor;
25316
- hint: StringConstructor;
25317
- persistentHint: BooleanConstructor;
25318
25434
  showSize: {
25319
25435
  type: PropType<boolean | 1024 | 1000>;
25320
25436
  default: boolean;
@@ -25357,6 +25473,7 @@ declare const VFileInput: {
25357
25473
  validator: (val: any) => boolean;
25358
25474
  };
25359
25475
  focused: BooleanConstructor;
25476
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
25360
25477
  errorMessages: {
25361
25478
  type: PropType<string | string[]>;
25362
25479
  default: () => never[];
@@ -25385,6 +25502,8 @@ declare const VFileInput: {
25385
25502
  default: NonNullable<IconValue>;
25386
25503
  };
25387
25504
  hideDetails: PropType<boolean | "auto">;
25505
+ hint: StringConstructor;
25506
+ persistentHint: BooleanConstructor;
25388
25507
  messages: {
25389
25508
  type: PropType<string | string[]>;
25390
25509
  default: () => never[];
@@ -25407,8 +25526,6 @@ declare const VFileInput: {
25407
25526
  default: string;
25408
25527
  };
25409
25528
  multiple: BooleanConstructor;
25410
- hint: StringConstructor;
25411
- persistentHint: BooleanConstructor;
25412
25529
  showSize: {
25413
25530
  type: PropType<boolean | 1024 | 1000>;
25414
25531
  default: boolean;
@@ -39020,6 +39137,7 @@ declare const VRadioGroup: {
39020
39137
  errorMessages: string | string[];
39021
39138
  maxErrors: string | number;
39022
39139
  rules: ValidationRule[];
39140
+ persistentHint: boolean;
39023
39141
  falseIcon: IconValue;
39024
39142
  trueIcon: IconValue;
39025
39143
  valueComparator: typeof deepEqual;
@@ -39038,6 +39156,7 @@ declare const VRadioGroup: {
39038
39156
  errorMessages: string | string[];
39039
39157
  maxErrors: string | number;
39040
39158
  rules: ValidationRule[];
39159
+ persistentHint: boolean;
39041
39160
  falseIcon: IconValue;
39042
39161
  trueIcon: IconValue;
39043
39162
  valueComparator: typeof deepEqual;
@@ -39052,8 +39171,10 @@ declare const VRadioGroup: {
39052
39171
  appendIcon?: IconValue | undefined;
39053
39172
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39054
39173
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39174
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
39055
39175
  validateOn?: "input" | "blur" | "submit" | undefined;
39056
39176
  validationValue?: any;
39177
+ hint?: string | undefined;
39057
39178
  hideDetails?: boolean | "auto" | undefined;
39058
39179
  } & {
39059
39180
  $children?: {} | vue.VNodeChild | {
@@ -39101,7 +39222,7 @@ declare const VRadioGroup: {
39101
39222
  "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
39102
39223
  } & {
39103
39224
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
39104
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "type" | "inline" | "error" | "height" | "direction" | "disabled" | "readonly" | "messages" | "density" | "ripple" | "focused" | "errorMessages" | "maxErrors" | "rules" | "falseIcon" | "trueIcon" | "valueComparator">;
39225
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "type" | "inline" | "error" | "height" | "direction" | "disabled" | "readonly" | "messages" | "density" | "ripple" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint" | "falseIcon" | "trueIcon" | "valueComparator">;
39105
39226
  $attrs: {
39106
39227
  [x: string]: unknown;
39107
39228
  };
@@ -39130,6 +39251,7 @@ declare const VRadioGroup: {
39130
39251
  errorMessages: string | string[];
39131
39252
  maxErrors: string | number;
39132
39253
  rules: ValidationRule[];
39254
+ persistentHint: boolean;
39133
39255
  falseIcon: IconValue;
39134
39256
  trueIcon: IconValue;
39135
39257
  valueComparator: typeof deepEqual;
@@ -39144,8 +39266,10 @@ declare const VRadioGroup: {
39144
39266
  appendIcon?: IconValue | undefined;
39145
39267
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39146
39268
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39269
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
39147
39270
  validateOn?: "input" | "blur" | "submit" | undefined;
39148
39271
  validationValue?: any;
39272
+ hint?: string | undefined;
39149
39273
  hideDetails?: boolean | "auto" | undefined;
39150
39274
  } & {
39151
39275
  $children?: {} | vue.VNodeChild | {
@@ -39210,6 +39334,7 @@ declare const VRadioGroup: {
39210
39334
  errorMessages: string | string[];
39211
39335
  maxErrors: string | number;
39212
39336
  rules: ValidationRule[];
39337
+ persistentHint: boolean;
39213
39338
  falseIcon: IconValue;
39214
39339
  trueIcon: IconValue;
39215
39340
  valueComparator: typeof deepEqual;
@@ -39248,6 +39373,7 @@ declare const VRadioGroup: {
39248
39373
  errorMessages: string | string[];
39249
39374
  maxErrors: string | number;
39250
39375
  rules: ValidationRule[];
39376
+ persistentHint: boolean;
39251
39377
  falseIcon: IconValue;
39252
39378
  trueIcon: IconValue;
39253
39379
  valueComparator: typeof deepEqual;
@@ -39262,8 +39388,10 @@ declare const VRadioGroup: {
39262
39388
  appendIcon?: IconValue | undefined;
39263
39389
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39264
39390
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39391
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
39265
39392
  validateOn?: "input" | "blur" | "submit" | undefined;
39266
39393
  validationValue?: any;
39394
+ hint?: string | undefined;
39267
39395
  hideDetails?: boolean | "auto" | undefined;
39268
39396
  } & {
39269
39397
  $children?: {} | vue.VNodeChild | {
@@ -39330,6 +39458,7 @@ declare const VRadioGroup: {
39330
39458
  errorMessages: string | string[];
39331
39459
  maxErrors: string | number;
39332
39460
  rules: ValidationRule[];
39461
+ persistentHint: boolean;
39333
39462
  falseIcon: IconValue;
39334
39463
  trueIcon: IconValue;
39335
39464
  valueComparator: typeof deepEqual;
@@ -39344,8 +39473,10 @@ declare const VRadioGroup: {
39344
39473
  appendIcon?: IconValue | undefined;
39345
39474
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39346
39475
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39476
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
39347
39477
  validateOn?: "input" | "blur" | "submit" | undefined;
39348
39478
  validationValue?: any;
39479
+ hint?: string | undefined;
39349
39480
  hideDetails?: boolean | "auto" | undefined;
39350
39481
  } & {
39351
39482
  $children?: {} | vue.VNodeChild | {
@@ -39410,6 +39541,7 @@ declare const VRadioGroup: {
39410
39541
  errorMessages: string | string[];
39411
39542
  maxErrors: string | number;
39412
39543
  rules: ValidationRule[];
39544
+ persistentHint: boolean;
39413
39545
  falseIcon: IconValue;
39414
39546
  trueIcon: IconValue;
39415
39547
  valueComparator: typeof deepEqual;
@@ -39449,6 +39581,7 @@ declare const VRadioGroup: {
39449
39581
  default: typeof deepEqual;
39450
39582
  };
39451
39583
  focused: BooleanConstructor;
39584
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
39452
39585
  errorMessages: {
39453
39586
  type: vue.PropType<string | string[]>;
39454
39587
  default: () => never[];
@@ -39467,6 +39600,8 @@ declare const VRadioGroup: {
39467
39600
  appendIcon: vue.PropType<IconValue>;
39468
39601
  prependIcon: vue.PropType<IconValue>;
39469
39602
  hideDetails: vue.PropType<boolean | "auto">;
39603
+ hint: StringConstructor;
39604
+ persistentHint: BooleanConstructor;
39470
39605
  messages: {
39471
39606
  type: vue.PropType<string | string[]>;
39472
39607
  default: () => never[];
@@ -39518,6 +39653,7 @@ declare const VRadioGroup: {
39518
39653
  default: typeof deepEqual;
39519
39654
  };
39520
39655
  focused: BooleanConstructor;
39656
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
39521
39657
  errorMessages: {
39522
39658
  type: vue.PropType<string | string[]>;
39523
39659
  default: () => never[];
@@ -39536,6 +39672,8 @@ declare const VRadioGroup: {
39536
39672
  appendIcon: vue.PropType<IconValue>;
39537
39673
  prependIcon: vue.PropType<IconValue>;
39538
39674
  hideDetails: vue.PropType<boolean | "auto">;
39675
+ hint: StringConstructor;
39676
+ persistentHint: BooleanConstructor;
39539
39677
  messages: {
39540
39678
  type: vue.PropType<string | string[]>;
39541
39679
  default: () => never[];
@@ -39577,6 +39715,7 @@ declare const VRangeSlider: {
39577
39715
  errorMessages: string | string[];
39578
39716
  maxErrors: string | number;
39579
39717
  rules: ValidationRule[];
39718
+ persistentHint: boolean;
39580
39719
  showTicks: boolean | "always";
39581
39720
  tickSize: string | number;
39582
39721
  trackSize: string | number;
@@ -39600,6 +39739,7 @@ declare const VRangeSlider: {
39600
39739
  errorMessages: string | string[];
39601
39740
  maxErrors: string | number;
39602
39741
  rules: ValidationRule[];
39742
+ persistentHint: boolean;
39603
39743
  showTicks: boolean | "always";
39604
39744
  tickSize: string | number;
39605
39745
  trackSize: string | number;
@@ -39614,8 +39754,10 @@ declare const VRangeSlider: {
39614
39754
  appendIcon?: IconValue | undefined;
39615
39755
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39616
39756
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39757
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
39617
39758
  validateOn?: "input" | "blur" | "submit" | undefined;
39618
39759
  validationValue?: any;
39760
+ hint?: string | undefined;
39619
39761
  hideDetails?: boolean | "auto" | undefined;
39620
39762
  trackColor?: string | undefined;
39621
39763
  trackFillColor?: string | undefined;
@@ -39657,7 +39799,7 @@ declare const VRangeSlider: {
39657
39799
  } & {
39658
39800
  "onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
39659
39801
  "onUpdate:focused"?: ((value: boolean) => any) | undefined;
39660
- } & 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">;
39802
+ } & 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">;
39661
39803
  $attrs: {
39662
39804
  [x: string]: unknown;
39663
39805
  };
@@ -39689,6 +39831,7 @@ declare const VRangeSlider: {
39689
39831
  errorMessages: string | string[];
39690
39832
  maxErrors: string | number;
39691
39833
  rules: ValidationRule[];
39834
+ persistentHint: boolean;
39692
39835
  showTicks: boolean | "always";
39693
39836
  tickSize: string | number;
39694
39837
  trackSize: string | number;
@@ -39703,8 +39846,10 @@ declare const VRangeSlider: {
39703
39846
  appendIcon?: IconValue | undefined;
39704
39847
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39705
39848
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39849
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
39706
39850
  validateOn?: "input" | "blur" | "submit" | undefined;
39707
39851
  validationValue?: any;
39852
+ hint?: string | undefined;
39708
39853
  hideDetails?: boolean | "auto" | undefined;
39709
39854
  trackColor?: string | undefined;
39710
39855
  trackFillColor?: string | undefined;
@@ -39768,6 +39913,7 @@ declare const VRangeSlider: {
39768
39913
  errorMessages: string | string[];
39769
39914
  maxErrors: string | number;
39770
39915
  rules: ValidationRule[];
39916
+ persistentHint: boolean;
39771
39917
  showTicks: boolean | "always";
39772
39918
  tickSize: string | number;
39773
39919
  trackSize: string | number;
@@ -39811,6 +39957,7 @@ declare const VRangeSlider: {
39811
39957
  errorMessages: string | string[];
39812
39958
  maxErrors: string | number;
39813
39959
  rules: ValidationRule[];
39960
+ persistentHint: boolean;
39814
39961
  showTicks: boolean | "always";
39815
39962
  tickSize: string | number;
39816
39963
  trackSize: string | number;
@@ -39825,8 +39972,10 @@ declare const VRangeSlider: {
39825
39972
  appendIcon?: IconValue | undefined;
39826
39973
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39827
39974
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39975
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
39828
39976
  validateOn?: "input" | "blur" | "submit" | undefined;
39829
39977
  validationValue?: any;
39978
+ hint?: string | undefined;
39830
39979
  hideDetails?: boolean | "auto" | undefined;
39831
39980
  trackColor?: string | undefined;
39832
39981
  trackFillColor?: string | undefined;
@@ -39890,6 +40039,7 @@ declare const VRangeSlider: {
39890
40039
  errorMessages: string | string[];
39891
40040
  maxErrors: string | number;
39892
40041
  rules: ValidationRule[];
40042
+ persistentHint: boolean;
39893
40043
  showTicks: boolean | "always";
39894
40044
  tickSize: string | number;
39895
40045
  trackSize: string | number;
@@ -39904,8 +40054,10 @@ declare const VRangeSlider: {
39904
40054
  appendIcon?: IconValue | undefined;
39905
40055
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
39906
40056
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
40057
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
39907
40058
  validateOn?: "input" | "blur" | "submit" | undefined;
39908
40059
  validationValue?: any;
40060
+ hint?: string | undefined;
39909
40061
  hideDetails?: boolean | "auto" | undefined;
39910
40062
  trackColor?: string | undefined;
39911
40063
  trackFillColor?: string | undefined;
@@ -39969,6 +40121,7 @@ declare const VRangeSlider: {
39969
40121
  errorMessages: string | string[];
39970
40122
  maxErrors: string | number;
39971
40123
  rules: ValidationRule[];
40124
+ persistentHint: boolean;
39972
40125
  showTicks: boolean | "always";
39973
40126
  tickSize: string | number;
39974
40127
  trackSize: string | number;
@@ -40042,6 +40195,7 @@ declare const VRangeSlider: {
40042
40195
  };
40043
40196
  reverse: BooleanConstructor;
40044
40197
  focused: BooleanConstructor;
40198
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
40045
40199
  errorMessages: {
40046
40200
  type: PropType<string | string[]>;
40047
40201
  default: () => never[];
@@ -40067,6 +40221,8 @@ declare const VRangeSlider: {
40067
40221
  appendIcon: PropType<IconValue>;
40068
40222
  prependIcon: PropType<IconValue>;
40069
40223
  hideDetails: PropType<boolean | "auto">;
40224
+ hint: StringConstructor;
40225
+ persistentHint: BooleanConstructor;
40070
40226
  messages: {
40071
40227
  type: PropType<string | string[]>;
40072
40228
  default: () => never[];
@@ -40141,6 +40297,7 @@ declare const VRangeSlider: {
40141
40297
  };
40142
40298
  reverse: BooleanConstructor;
40143
40299
  focused: BooleanConstructor;
40300
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
40144
40301
  errorMessages: {
40145
40302
  type: PropType<string | string[]>;
40146
40303
  default: () => never[];
@@ -40166,6 +40323,8 @@ declare const VRangeSlider: {
40166
40323
  appendIcon: PropType<IconValue>;
40167
40324
  prependIcon: PropType<IconValue>;
40168
40325
  hideDetails: PropType<boolean | "auto">;
40326
+ hint: StringConstructor;
40327
+ persistentHint: BooleanConstructor;
40169
40328
  messages: {
40170
40329
  type: PropType<string | string[]>;
40171
40330
  default: () => never[];
@@ -40843,10 +41002,10 @@ declare const VSelect: {
40843
41002
  errorMessages: string | string[];
40844
41003
  maxErrors: string | number;
40845
41004
  rules: ValidationRule[];
41005
+ persistentHint: boolean;
40846
41006
  clearable: boolean;
40847
41007
  persistentClear: boolean;
40848
41008
  singleLine: boolean;
40849
- persistentHint: boolean;
40850
41009
  persistentPlaceholder: boolean;
40851
41010
  persistentCounter: boolean;
40852
41011
  valueComparator: typeof deepEqual;
@@ -41139,6 +41298,7 @@ declare const VSelect: {
41139
41298
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
41140
41299
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
41141
41300
  focused: BooleanConstructor;
41301
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
41142
41302
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
41143
41303
  errorMessages: {
41144
41304
  type: PropType<string | string[]>;
@@ -41152,12 +41312,12 @@ declare const VSelect: {
41152
41312
  type: PropType<ValidationRule[]>;
41153
41313
  default: () => never[];
41154
41314
  };
41315
+ hint: StringConstructor;
41316
+ persistentHint: BooleanConstructor;
41155
41317
  hideDetails: PropType<boolean | "auto">;
41156
41318
  clearable: BooleanConstructor;
41157
41319
  persistentClear: BooleanConstructor;
41158
41320
  singleLine: BooleanConstructor;
41159
- hint: StringConstructor;
41160
- persistentHint: BooleanConstructor;
41161
41321
  persistentPlaceholder: BooleanConstructor;
41162
41322
  persistentCounter: BooleanConstructor;
41163
41323
  suffix: StringConstructor;
@@ -41523,8 +41683,9 @@ declare const VSelect: {
41523
41683
  default: typeof deepEqual;
41524
41684
  };
41525
41685
  }, "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">>> & {
41686
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
41526
41687
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
41527
- } & 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">;
41688
+ } & 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">;
41528
41689
  $attrs: {
41529
41690
  [x: string]: unknown;
41530
41691
  };
@@ -41536,7 +41697,7 @@ declare const VSelect: {
41536
41697
  }>;
41537
41698
  $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
41538
41699
  $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
41539
- $emit: (event: "update:menu", val: boolean) => void;
41700
+ $emit: ((event: "update:focused", focused: boolean) => void) & ((event: "update:menu", val: boolean) => void);
41540
41701
  $el: any;
41541
41702
  $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
41542
41703
  transition: Omit<{
@@ -41817,6 +41978,7 @@ declare const VSelect: {
41817
41978
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
41818
41979
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
41819
41980
  focused: BooleanConstructor;
41981
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
41820
41982
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
41821
41983
  errorMessages: {
41822
41984
  type: PropType<string | string[]>;
@@ -41830,12 +41992,12 @@ declare const VSelect: {
41830
41992
  type: PropType<ValidationRule[]>;
41831
41993
  default: () => never[];
41832
41994
  };
41995
+ hint: StringConstructor;
41996
+ persistentHint: BooleanConstructor;
41833
41997
  hideDetails: PropType<boolean | "auto">;
41834
41998
  clearable: BooleanConstructor;
41835
41999
  persistentClear: BooleanConstructor;
41836
42000
  singleLine: BooleanConstructor;
41837
- hint: StringConstructor;
41838
- persistentHint: BooleanConstructor;
41839
42001
  persistentPlaceholder: BooleanConstructor;
41840
42002
  persistentCounter: BooleanConstructor;
41841
42003
  suffix: StringConstructor;
@@ -42201,11 +42363,14 @@ declare const VSelect: {
42201
42363
  default: typeof deepEqual;
42202
42364
  };
42203
42365
  }, "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">>> & {
42366
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
42204
42367
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
42205
42368
  }, {
42369
+ isFocused: vue.Ref<boolean>;
42206
42370
  menu: vue.WritableComputedRef<boolean>;
42207
42371
  select: (item: InternalItem) => void;
42208
42372
  } & Omit<any, string | number | symbol>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
42373
+ 'update:focused': (focused: boolean) => boolean;
42209
42374
  'update:modelValue': (val: any) => boolean;
42210
42375
  'update:menu': (val: boolean) => true;
42211
42376
  }, "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, {
@@ -42335,10 +42500,10 @@ declare const VSelect: {
42335
42500
  errorMessages: string | string[];
42336
42501
  maxErrors: string | number;
42337
42502
  rules: ValidationRule[];
42503
+ persistentHint: boolean;
42338
42504
  clearable: boolean;
42339
42505
  persistentClear: boolean;
42340
42506
  singleLine: boolean;
42341
- persistentHint: boolean;
42342
42507
  persistentPlaceholder: boolean;
42343
42508
  persistentCounter: boolean;
42344
42509
  valueComparator: typeof deepEqual;
@@ -42651,6 +42816,7 @@ declare const VSelect: {
42651
42816
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
42652
42817
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
42653
42818
  focused: BooleanConstructor;
42819
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
42654
42820
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
42655
42821
  errorMessages: {
42656
42822
  type: PropType<string | string[]>;
@@ -42664,12 +42830,12 @@ declare const VSelect: {
42664
42830
  type: PropType<ValidationRule[]>;
42665
42831
  default: () => never[];
42666
42832
  };
42833
+ hint: StringConstructor;
42834
+ persistentHint: BooleanConstructor;
42667
42835
  hideDetails: PropType<boolean | "auto">;
42668
42836
  clearable: BooleanConstructor;
42669
42837
  persistentClear: BooleanConstructor;
42670
42838
  singleLine: BooleanConstructor;
42671
- hint: StringConstructor;
42672
- persistentHint: BooleanConstructor;
42673
42839
  persistentPlaceholder: BooleanConstructor;
42674
42840
  persistentCounter: BooleanConstructor;
42675
42841
  suffix: StringConstructor;
@@ -43035,8 +43201,10 @@ declare const VSelect: {
43035
43201
  default: typeof deepEqual;
43036
43202
  };
43037
43203
  }, "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">>> & {
43204
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
43038
43205
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
43039
43206
  } & vue.ShallowUnwrapRef<{
43207
+ isFocused: vue.Ref<boolean>;
43040
43208
  menu: vue.WritableComputedRef<boolean>;
43041
43209
  select: (item: InternalItem) => void;
43042
43210
  } & Omit<any, string | number | symbol>> & {} & vue.ComponentCustomProperties & {};
@@ -43322,6 +43490,7 @@ declare const VSelect: {
43322
43490
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
43323
43491
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
43324
43492
  focused: BooleanConstructor;
43493
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
43325
43494
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
43326
43495
  errorMessages: {
43327
43496
  type: PropType<string | string[]>;
@@ -43335,12 +43504,12 @@ declare const VSelect: {
43335
43504
  type: PropType<ValidationRule[]>;
43336
43505
  default: () => never[];
43337
43506
  };
43507
+ hint: StringConstructor;
43508
+ persistentHint: BooleanConstructor;
43338
43509
  hideDetails: PropType<boolean | "auto">;
43339
43510
  clearable: BooleanConstructor;
43340
43511
  persistentClear: BooleanConstructor;
43341
43512
  singleLine: BooleanConstructor;
43342
- hint: StringConstructor;
43343
- persistentHint: BooleanConstructor;
43344
43513
  persistentPlaceholder: BooleanConstructor;
43345
43514
  persistentCounter: BooleanConstructor;
43346
43515
  suffix: StringConstructor;
@@ -43706,11 +43875,14 @@ declare const VSelect: {
43706
43875
  default: typeof deepEqual;
43707
43876
  };
43708
43877
  }, "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">>> & {
43878
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
43709
43879
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
43710
43880
  }, {
43881
+ isFocused: vue.Ref<boolean>;
43711
43882
  menu: vue.WritableComputedRef<boolean>;
43712
43883
  select: (item: InternalItem) => void;
43713
43884
  } & Omit<any, string | number | symbol>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
43885
+ 'update:focused': (focused: boolean) => boolean;
43714
43886
  'update:modelValue': (val: any) => boolean;
43715
43887
  'update:menu': (val: boolean) => true;
43716
43888
  }, "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, {
@@ -43840,10 +44012,10 @@ declare const VSelect: {
43840
44012
  errorMessages: string | string[];
43841
44013
  maxErrors: string | number;
43842
44014
  rules: ValidationRule[];
44015
+ persistentHint: boolean;
43843
44016
  clearable: boolean;
43844
44017
  persistentClear: boolean;
43845
44018
  singleLine: boolean;
43846
- persistentHint: boolean;
43847
44019
  persistentPlaceholder: boolean;
43848
44020
  persistentCounter: boolean;
43849
44021
  valueComparator: typeof deepEqual;
@@ -44252,6 +44424,7 @@ declare const VSelect: {
44252
44424
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44253
44425
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44254
44426
  focused: BooleanConstructor;
44427
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
44255
44428
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
44256
44429
  errorMessages: {
44257
44430
  type: PropType<string | string[]>;
@@ -44265,12 +44438,12 @@ declare const VSelect: {
44265
44438
  type: PropType<ValidationRule[]>;
44266
44439
  default: () => never[];
44267
44440
  };
44441
+ hint: StringConstructor;
44442
+ persistentHint: BooleanConstructor;
44268
44443
  hideDetails: PropType<boolean | "auto">;
44269
44444
  clearable: BooleanConstructor;
44270
44445
  persistentClear: BooleanConstructor;
44271
44446
  singleLine: BooleanConstructor;
44272
- hint: StringConstructor;
44273
- persistentHint: BooleanConstructor;
44274
44447
  persistentPlaceholder: BooleanConstructor;
44275
44448
  persistentCounter: BooleanConstructor;
44276
44449
  suffix: StringConstructor;
@@ -44914,6 +45087,7 @@ declare const VSelect: {
44914
45087
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44915
45088
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
44916
45089
  focused: BooleanConstructor;
45090
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
44917
45091
  validateOn: PropType<"input" | "blur" | "submit" | undefined>;
44918
45092
  errorMessages: {
44919
45093
  type: PropType<string | string[]>;
@@ -44927,12 +45101,12 @@ declare const VSelect: {
44927
45101
  type: PropType<ValidationRule[]>;
44928
45102
  default: () => never[];
44929
45103
  };
45104
+ hint: StringConstructor;
45105
+ persistentHint: BooleanConstructor;
44930
45106
  hideDetails: PropType<boolean | "auto">;
44931
45107
  clearable: BooleanConstructor;
44932
45108
  persistentClear: BooleanConstructor;
44933
45109
  singleLine: BooleanConstructor;
44934
- hint: StringConstructor;
44935
- persistentHint: BooleanConstructor;
44936
45110
  persistentPlaceholder: BooleanConstructor;
44937
45111
  persistentCounter: BooleanConstructor;
44938
45112
  suffix: StringConstructor;
@@ -46128,6 +46302,7 @@ declare const VSlider: {
46128
46302
  errorMessages: string | string[];
46129
46303
  maxErrors: string | number;
46130
46304
  rules: ValidationRule[];
46305
+ persistentHint: boolean;
46131
46306
  showTicks: boolean | "always";
46132
46307
  tickSize: string | number;
46133
46308
  trackSize: string | number;
@@ -46150,6 +46325,7 @@ declare const VSlider: {
46150
46325
  errorMessages: string | string[];
46151
46326
  maxErrors: string | number;
46152
46327
  rules: ValidationRule[];
46328
+ persistentHint: boolean;
46153
46329
  showTicks: boolean | "always";
46154
46330
  tickSize: string | number;
46155
46331
  trackSize: string | number;
@@ -46164,8 +46340,10 @@ declare const VSlider: {
46164
46340
  appendIcon?: IconValue | undefined;
46165
46341
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46166
46342
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46343
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
46167
46344
  validateOn?: "input" | "blur" | "submit" | undefined;
46168
46345
  validationValue?: any;
46346
+ hint?: string | undefined;
46169
46347
  hideDetails?: boolean | "auto" | undefined;
46170
46348
  trackColor?: string | undefined;
46171
46349
  trackFillColor?: string | undefined;
@@ -46207,7 +46385,7 @@ declare const VSlider: {
46207
46385
  } & {
46208
46386
  "onUpdate:modelValue"?: ((v: number) => any) | undefined;
46209
46387
  "onUpdate:focused"?: ((value: boolean) => any) | undefined;
46210
- } & 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">;
46388
+ } & 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">;
46211
46389
  $attrs: {
46212
46390
  [x: string]: unknown;
46213
46391
  };
@@ -46238,6 +46416,7 @@ declare const VSlider: {
46238
46416
  errorMessages: string | string[];
46239
46417
  maxErrors: string | number;
46240
46418
  rules: ValidationRule[];
46419
+ persistentHint: boolean;
46241
46420
  showTicks: boolean | "always";
46242
46421
  tickSize: string | number;
46243
46422
  trackSize: string | number;
@@ -46252,8 +46431,10 @@ declare const VSlider: {
46252
46431
  appendIcon?: IconValue | undefined;
46253
46432
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46254
46433
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46434
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
46255
46435
  validateOn?: "input" | "blur" | "submit" | undefined;
46256
46436
  validationValue?: any;
46437
+ hint?: string | undefined;
46257
46438
  hideDetails?: boolean | "auto" | undefined;
46258
46439
  trackColor?: string | undefined;
46259
46440
  trackFillColor?: string | undefined;
@@ -46316,6 +46497,7 @@ declare const VSlider: {
46316
46497
  errorMessages: string | string[];
46317
46498
  maxErrors: string | number;
46318
46499
  rules: ValidationRule[];
46500
+ persistentHint: boolean;
46319
46501
  showTicks: boolean | "always";
46320
46502
  tickSize: string | number;
46321
46503
  trackSize: string | number;
@@ -46358,6 +46540,7 @@ declare const VSlider: {
46358
46540
  errorMessages: string | string[];
46359
46541
  maxErrors: string | number;
46360
46542
  rules: ValidationRule[];
46543
+ persistentHint: boolean;
46361
46544
  showTicks: boolean | "always";
46362
46545
  tickSize: string | number;
46363
46546
  trackSize: string | number;
@@ -46372,8 +46555,10 @@ declare const VSlider: {
46372
46555
  appendIcon?: IconValue | undefined;
46373
46556
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46374
46557
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46558
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
46375
46559
  validateOn?: "input" | "blur" | "submit" | undefined;
46376
46560
  validationValue?: any;
46561
+ hint?: string | undefined;
46377
46562
  hideDetails?: boolean | "auto" | undefined;
46378
46563
  trackColor?: string | undefined;
46379
46564
  trackFillColor?: string | undefined;
@@ -46436,6 +46621,7 @@ declare const VSlider: {
46436
46621
  errorMessages: string | string[];
46437
46622
  maxErrors: string | number;
46438
46623
  rules: ValidationRule[];
46624
+ persistentHint: boolean;
46439
46625
  showTicks: boolean | "always";
46440
46626
  tickSize: string | number;
46441
46627
  trackSize: string | number;
@@ -46450,8 +46636,10 @@ declare const VSlider: {
46450
46636
  appendIcon?: IconValue | undefined;
46451
46637
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46452
46638
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
46639
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
46453
46640
  validateOn?: "input" | "blur" | "submit" | undefined;
46454
46641
  validationValue?: any;
46642
+ hint?: string | undefined;
46455
46643
  hideDetails?: boolean | "auto" | undefined;
46456
46644
  trackColor?: string | undefined;
46457
46645
  trackFillColor?: string | undefined;
@@ -46514,6 +46702,7 @@ declare const VSlider: {
46514
46702
  errorMessages: string | string[];
46515
46703
  maxErrors: string | number;
46516
46704
  rules: ValidationRule[];
46705
+ persistentHint: boolean;
46517
46706
  showTicks: boolean | "always";
46518
46707
  tickSize: string | number;
46519
46708
  trackSize: string | number;
@@ -46525,6 +46714,7 @@ declare const VSlider: {
46525
46714
  default: number;
46526
46715
  };
46527
46716
  focused: BooleanConstructor;
46717
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
46528
46718
  disabled: BooleanConstructor;
46529
46719
  error: BooleanConstructor;
46530
46720
  errorMessages: {
@@ -46553,6 +46743,8 @@ declare const VSlider: {
46553
46743
  appendIcon: vue.PropType<IconValue>;
46554
46744
  prependIcon: vue.PropType<IconValue>;
46555
46745
  hideDetails: vue.PropType<boolean | "auto">;
46746
+ hint: StringConstructor;
46747
+ persistentHint: BooleanConstructor;
46556
46748
  messages: {
46557
46749
  type: vue.PropType<string | string[]>;
46558
46750
  default: () => never[];
@@ -46623,6 +46815,7 @@ declare const VSlider: {
46623
46815
  default: number;
46624
46816
  };
46625
46817
  focused: BooleanConstructor;
46818
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
46626
46819
  disabled: BooleanConstructor;
46627
46820
  error: BooleanConstructor;
46628
46821
  errorMessages: {
@@ -46651,6 +46844,8 @@ declare const VSlider: {
46651
46844
  appendIcon: vue.PropType<IconValue>;
46652
46845
  prependIcon: vue.PropType<IconValue>;
46653
46846
  hideDetails: vue.PropType<boolean | "auto">;
46847
+ hint: StringConstructor;
46848
+ persistentHint: BooleanConstructor;
46654
46849
  messages: {
46655
46850
  type: vue.PropType<string | string[]>;
46656
46851
  default: () => never[];
@@ -48407,6 +48602,7 @@ declare const VSwitch: {
48407
48602
  errorMessages: string | string[];
48408
48603
  maxErrors: string | number;
48409
48604
  rules: ValidationRule[];
48605
+ persistentHint: boolean;
48410
48606
  valueComparator: typeof deepEqual;
48411
48607
  }> & Omit<{
48412
48608
  flat: boolean;
@@ -48426,6 +48622,7 @@ declare const VSwitch: {
48426
48622
  errorMessages: string | string[];
48427
48623
  maxErrors: string | number;
48428
48624
  rules: ValidationRule[];
48625
+ persistentHint: boolean;
48429
48626
  valueComparator: typeof deepEqual;
48430
48627
  } & {
48431
48628
  type?: string | undefined;
@@ -48440,8 +48637,10 @@ declare const VSwitch: {
48440
48637
  appendIcon?: IconValue | undefined;
48441
48638
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48442
48639
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48640
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
48443
48641
  validateOn?: "input" | "blur" | "submit" | undefined;
48444
48642
  validationValue?: any;
48643
+ hint?: string | undefined;
48445
48644
  hideDetails?: boolean | "auto" | undefined;
48446
48645
  falseIcon?: IconValue | undefined;
48447
48646
  trueIcon?: IconValue | undefined;
@@ -48458,6 +48657,7 @@ declare const VSwitch: {
48458
48657
  props: Record<string, unknown>;
48459
48658
  }) => vue.VNodeChild) | undefined;
48460
48659
  input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48660
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48461
48661
  };
48462
48662
  $slots?: {
48463
48663
  default?: (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
@@ -48469,6 +48669,7 @@ declare const VSwitch: {
48469
48669
  props: Record<string, unknown>;
48470
48670
  }) => vue.VNodeChild) | undefined;
48471
48671
  input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48672
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48472
48673
  } | undefined;
48473
48674
  'v-slots'?: {
48474
48675
  default?: false | (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
@@ -48480,6 +48681,7 @@ declare const VSwitch: {
48480
48681
  props: Record<string, unknown>;
48481
48682
  }) => vue.VNodeChild) | undefined;
48482
48683
  input?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48684
+ loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48483
48685
  } | undefined;
48484
48686
  } & {
48485
48687
  "v-slot:default"?: false | (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
@@ -48491,11 +48693,12 @@ declare const VSwitch: {
48491
48693
  props: Record<string, unknown>;
48492
48694
  }) => vue.VNodeChild) | undefined;
48493
48695
  "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48696
+ "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48494
48697
  } & {
48495
48698
  "onUpdate:modelValue"?: (() => any) | undefined;
48496
48699
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
48497
48700
  "onUpdate:indeterminate"?: ((val: boolean) => any) | undefined;
48498
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "inline" | "error" | "direction" | "inset" | "loading" | "disabled" | "multiple" | "readonly" | "indeterminate" | "messages" | "density" | "ripple" | "focused" | "errorMessages" | "maxErrors" | "rules" | "valueComparator">;
48701
+ } & 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">;
48499
48702
  $attrs: {
48500
48703
  [x: string]: unknown;
48501
48704
  };
@@ -48527,6 +48730,7 @@ declare const VSwitch: {
48527
48730
  errorMessages: string | string[];
48528
48731
  maxErrors: string | number;
48529
48732
  rules: ValidationRule[];
48733
+ persistentHint: boolean;
48530
48734
  valueComparator: typeof deepEqual;
48531
48735
  } & {
48532
48736
  type?: string | undefined;
@@ -48541,8 +48745,10 @@ declare const VSwitch: {
48541
48745
  appendIcon?: IconValue | undefined;
48542
48746
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48543
48747
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48748
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
48544
48749
  validateOn?: "input" | "blur" | "submit" | undefined;
48545
48750
  validationValue?: any;
48751
+ hint?: string | undefined;
48546
48752
  hideDetails?: boolean | "auto" | undefined;
48547
48753
  falseIcon?: IconValue | undefined;
48548
48754
  trueIcon?: IconValue | undefined;
@@ -48559,6 +48765,7 @@ declare const VSwitch: {
48559
48765
  props: Record<string, unknown>;
48560
48766
  }) => vue.VNodeChild) | undefined;
48561
48767
  input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48768
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48562
48769
  };
48563
48770
  $slots?: {
48564
48771
  default?: (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
@@ -48570,6 +48777,7 @@ declare const VSwitch: {
48570
48777
  props: Record<string, unknown>;
48571
48778
  }) => vue.VNodeChild) | undefined;
48572
48779
  input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48780
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48573
48781
  } | undefined;
48574
48782
  'v-slots'?: {
48575
48783
  default?: false | (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
@@ -48581,6 +48789,7 @@ declare const VSwitch: {
48581
48789
  props: Record<string, unknown>;
48582
48790
  }) => vue.VNodeChild) | undefined;
48583
48791
  input?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48792
+ loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48584
48793
  } | undefined;
48585
48794
  } & {
48586
48795
  "v-slot:default"?: false | (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
@@ -48592,6 +48801,7 @@ declare const VSwitch: {
48592
48801
  props: Record<string, unknown>;
48593
48802
  }) => vue.VNodeChild) | undefined;
48594
48803
  "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48804
+ "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48595
48805
  } & {
48596
48806
  "onUpdate:modelValue"?: (() => any) | undefined;
48597
48807
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -48618,6 +48828,7 @@ declare const VSwitch: {
48618
48828
  errorMessages: string | string[];
48619
48829
  maxErrors: string | number;
48620
48830
  rules: ValidationRule[];
48831
+ persistentHint: boolean;
48621
48832
  valueComparator: typeof deepEqual;
48622
48833
  }, {}, string> & {
48623
48834
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
@@ -48657,6 +48868,7 @@ declare const VSwitch: {
48657
48868
  errorMessages: string | string[];
48658
48869
  maxErrors: string | number;
48659
48870
  rules: ValidationRule[];
48871
+ persistentHint: boolean;
48660
48872
  valueComparator: typeof deepEqual;
48661
48873
  } & {
48662
48874
  type?: string | undefined;
@@ -48671,8 +48883,10 @@ declare const VSwitch: {
48671
48883
  appendIcon?: IconValue | undefined;
48672
48884
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48673
48885
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48886
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
48674
48887
  validateOn?: "input" | "blur" | "submit" | undefined;
48675
48888
  validationValue?: any;
48889
+ hint?: string | undefined;
48676
48890
  hideDetails?: boolean | "auto" | undefined;
48677
48891
  falseIcon?: IconValue | undefined;
48678
48892
  trueIcon?: IconValue | undefined;
@@ -48689,6 +48903,7 @@ declare const VSwitch: {
48689
48903
  props: Record<string, unknown>;
48690
48904
  }) => vue.VNodeChild) | undefined;
48691
48905
  input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48906
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48692
48907
  };
48693
48908
  $slots?: {
48694
48909
  default?: (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
@@ -48700,6 +48915,7 @@ declare const VSwitch: {
48700
48915
  props: Record<string, unknown>;
48701
48916
  }) => vue.VNodeChild) | undefined;
48702
48917
  input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48918
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48703
48919
  } | undefined;
48704
48920
  'v-slots'?: {
48705
48921
  default?: false | (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
@@ -48711,6 +48927,7 @@ declare const VSwitch: {
48711
48927
  props: Record<string, unknown>;
48712
48928
  }) => vue.VNodeChild) | undefined;
48713
48929
  input?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48930
+ loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48714
48931
  } | undefined;
48715
48932
  } & {
48716
48933
  "v-slot:default"?: false | (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
@@ -48722,6 +48939,7 @@ declare const VSwitch: {
48722
48939
  props: Record<string, unknown>;
48723
48940
  }) => vue.VNodeChild) | undefined;
48724
48941
  "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
48942
+ "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48725
48943
  } & {
48726
48944
  "onUpdate:modelValue"?: (() => any) | undefined;
48727
48945
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -48748,6 +48966,7 @@ declare const VSwitch: {
48748
48966
  errorMessages: string | string[];
48749
48967
  maxErrors: string | number;
48750
48968
  rules: ValidationRule[];
48969
+ persistentHint: boolean;
48751
48970
  valueComparator: typeof deepEqual;
48752
48971
  } & {
48753
48972
  type?: string | undefined;
@@ -48762,8 +48981,10 @@ declare const VSwitch: {
48762
48981
  appendIcon?: IconValue | undefined;
48763
48982
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48764
48983
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
48984
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
48765
48985
  validateOn?: "input" | "blur" | "submit" | undefined;
48766
48986
  validationValue?: any;
48987
+ hint?: string | undefined;
48767
48988
  hideDetails?: boolean | "auto" | undefined;
48768
48989
  falseIcon?: IconValue | undefined;
48769
48990
  trueIcon?: IconValue | undefined;
@@ -48780,6 +49001,7 @@ declare const VSwitch: {
48780
49001
  props: Record<string, unknown>;
48781
49002
  }) => vue.VNodeChild) | undefined;
48782
49003
  input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
49004
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48783
49005
  };
48784
49006
  $slots?: {
48785
49007
  default?: (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
@@ -48791,6 +49013,7 @@ declare const VSwitch: {
48791
49013
  props: Record<string, unknown>;
48792
49014
  }) => vue.VNodeChild) | undefined;
48793
49015
  input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
49016
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48794
49017
  } | undefined;
48795
49018
  'v-slots'?: {
48796
49019
  default?: false | (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
@@ -48802,6 +49025,7 @@ declare const VSwitch: {
48802
49025
  props: Record<string, unknown>;
48803
49026
  }) => vue.VNodeChild) | undefined;
48804
49027
  input?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
49028
+ loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48805
49029
  } | undefined;
48806
49030
  } & {
48807
49031
  "v-slot:default"?: false | (((args_0: VInputSlot) => vue.VNodeChild) & (() => vue.VNodeChild)) | undefined;
@@ -48813,6 +49037,7 @@ declare const VSwitch: {
48813
49037
  props: Record<string, unknown>;
48814
49038
  }) => vue.VNodeChild) | undefined;
48815
49039
  "v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
49040
+ "v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
48816
49041
  } & {
48817
49042
  "onUpdate:modelValue"?: (() => any) | undefined;
48818
49043
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -48839,6 +49064,7 @@ declare const VSwitch: {
48839
49064
  errorMessages: string | string[];
48840
49065
  maxErrors: string | number;
48841
49066
  rules: ValidationRule[];
49067
+ persistentHint: boolean;
48842
49068
  valueComparator: typeof deepEqual;
48843
49069
  }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
48844
49070
  density: {
@@ -48875,6 +49101,7 @@ declare const VSwitch: {
48875
49101
  falseValue: null;
48876
49102
  value: null;
48877
49103
  focused: BooleanConstructor;
49104
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
48878
49105
  errorMessages: {
48879
49106
  type: vue.PropType<string | string[]>;
48880
49107
  default: () => never[];
@@ -48892,6 +49119,8 @@ declare const VSwitch: {
48892
49119
  appendIcon: vue.PropType<IconValue>;
48893
49120
  prependIcon: vue.PropType<IconValue>;
48894
49121
  hideDetails: vue.PropType<boolean | "auto">;
49122
+ hint: StringConstructor;
49123
+ persistentHint: BooleanConstructor;
48895
49124
  messages: {
48896
49125
  type: vue.PropType<string | string[]>;
48897
49126
  default: () => never[];
@@ -48945,6 +49174,7 @@ declare const VSwitch: {
48945
49174
  falseValue: null;
48946
49175
  value: null;
48947
49176
  focused: BooleanConstructor;
49177
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
48948
49178
  errorMessages: {
48949
49179
  type: vue.PropType<string | string[]>;
48950
49180
  default: () => never[];
@@ -48962,6 +49192,8 @@ declare const VSwitch: {
48962
49192
  appendIcon: vue.PropType<IconValue>;
48963
49193
  prependIcon: vue.PropType<IconValue>;
48964
49194
  hideDetails: vue.PropType<boolean | "auto">;
49195
+ hint: StringConstructor;
49196
+ persistentHint: BooleanConstructor;
48965
49197
  messages: {
48966
49198
  type: vue.PropType<string | string[]>;
48967
49199
  default: () => never[];
@@ -50259,11 +50491,11 @@ declare const VTextarea: {
50259
50491
  errorMessages: string | string[];
50260
50492
  maxErrors: string | number;
50261
50493
  rules: ValidationRule[];
50494
+ persistentHint: boolean;
50262
50495
  clearable: boolean;
50263
50496
  dirty: boolean;
50264
50497
  persistentClear: boolean;
50265
50498
  singleLine: boolean;
50266
- persistentHint: boolean;
50267
50499
  persistentPlaceholder: boolean;
50268
50500
  persistentCounter: boolean;
50269
50501
  autoGrow: boolean;
@@ -50285,11 +50517,11 @@ declare const VTextarea: {
50285
50517
  errorMessages: string | string[];
50286
50518
  maxErrors: string | number;
50287
50519
  rules: ValidationRule[];
50520
+ persistentHint: boolean;
50288
50521
  clearable: boolean;
50289
50522
  dirty: boolean;
50290
50523
  persistentClear: boolean;
50291
50524
  singleLine: boolean;
50292
- persistentHint: boolean;
50293
50525
  persistentPlaceholder: boolean;
50294
50526
  persistentCounter: boolean;
50295
50527
  autoGrow: boolean;
@@ -50316,10 +50548,11 @@ declare const VTextarea: {
50316
50548
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50317
50549
  'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50318
50550
  'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50551
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
50319
50552
  validateOn?: "input" | "blur" | "submit" | undefined;
50320
50553
  validationValue?: any;
50321
- hideDetails?: boolean | "auto" | undefined;
50322
50554
  hint?: string | undefined;
50555
+ hideDetails?: boolean | "auto" | undefined;
50323
50556
  suffix?: string | undefined;
50324
50557
  counterValue?: ((value: any) => number) | undefined;
50325
50558
  modelModifiers?: Record<string, boolean> | undefined;
@@ -50369,7 +50602,7 @@ declare const VTextarea: {
50369
50602
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
50370
50603
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
50371
50604
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
50372
- } & 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">;
50605
+ } & 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">;
50373
50606
  $attrs: {
50374
50607
  [x: string]: unknown;
50375
50608
  };
@@ -50399,11 +50632,11 @@ declare const VTextarea: {
50399
50632
  errorMessages: string | string[];
50400
50633
  maxErrors: string | number;
50401
50634
  rules: ValidationRule[];
50635
+ persistentHint: boolean;
50402
50636
  clearable: boolean;
50403
50637
  dirty: boolean;
50404
50638
  persistentClear: boolean;
50405
50639
  singleLine: boolean;
50406
- persistentHint: boolean;
50407
50640
  persistentPlaceholder: boolean;
50408
50641
  persistentCounter: boolean;
50409
50642
  autoGrow: boolean;
@@ -50430,10 +50663,11 @@ declare const VTextarea: {
50430
50663
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50431
50664
  'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50432
50665
  'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50666
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
50433
50667
  validateOn?: "input" | "blur" | "submit" | undefined;
50434
50668
  validationValue?: any;
50435
- hideDetails?: boolean | "auto" | undefined;
50436
50669
  hint?: string | undefined;
50670
+ hideDetails?: boolean | "auto" | undefined;
50437
50671
  suffix?: string | undefined;
50438
50672
  counterValue?: ((value: any) => number) | undefined;
50439
50673
  modelModifiers?: Record<string, boolean> | undefined;
@@ -50497,6 +50731,7 @@ declare const VTextarea: {
50497
50731
  errorMessages: string | string[];
50498
50732
  maxErrors: string | number;
50499
50733
  rules: ValidationRule[];
50734
+ persistentHint: boolean;
50500
50735
  }> & Omit<{
50501
50736
  error: boolean;
50502
50737
  direction: "horizontal" | "vertical";
@@ -50508,6 +50743,7 @@ declare const VTextarea: {
50508
50743
  errorMessages: string | string[];
50509
50744
  maxErrors: string | number;
50510
50745
  rules: ValidationRule[];
50746
+ persistentHint: boolean;
50511
50747
  } & {
50512
50748
  id?: string | undefined;
50513
50749
  name?: string | undefined;
@@ -50517,8 +50753,10 @@ declare const VTextarea: {
50517
50753
  appendIcon?: IconValue | undefined;
50518
50754
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50519
50755
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50756
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
50520
50757
  validateOn?: "input" | "blur" | "submit" | undefined;
50521
50758
  validationValue?: any;
50759
+ hint?: string | undefined;
50522
50760
  hideDetails?: boolean | "auto" | undefined;
50523
50761
  } & {
50524
50762
  $children?: {} | vue.VNodeChild | {
@@ -50546,7 +50784,7 @@ declare const VTextarea: {
50546
50784
  "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
50547
50785
  } & {
50548
50786
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
50549
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
50787
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
50550
50788
  $attrs: {
50551
50789
  [x: string]: unknown;
50552
50790
  };
@@ -50571,6 +50809,7 @@ declare const VTextarea: {
50571
50809
  errorMessages: string | string[];
50572
50810
  maxErrors: string | number;
50573
50811
  rules: ValidationRule[];
50812
+ persistentHint: boolean;
50574
50813
  } & {
50575
50814
  id?: string | undefined;
50576
50815
  name?: string | undefined;
@@ -50580,8 +50819,10 @@ declare const VTextarea: {
50580
50819
  appendIcon?: IconValue | undefined;
50581
50820
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50582
50821
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50822
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
50583
50823
  validateOn?: "input" | "blur" | "submit" | undefined;
50584
50824
  validationValue?: any;
50825
+ hint?: string | undefined;
50585
50826
  hideDetails?: boolean | "auto" | undefined;
50586
50827
  } & {
50587
50828
  $children?: {} | vue.VNodeChild | {
@@ -50626,6 +50867,7 @@ declare const VTextarea: {
50626
50867
  errorMessages: string | string[];
50627
50868
  maxErrors: string | number;
50628
50869
  rules: ValidationRule[];
50870
+ persistentHint: boolean;
50629
50871
  }, {}, string> & {
50630
50872
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
50631
50873
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -50657,6 +50899,7 @@ declare const VTextarea: {
50657
50899
  errorMessages: string | string[];
50658
50900
  maxErrors: string | number;
50659
50901
  rules: ValidationRule[];
50902
+ persistentHint: boolean;
50660
50903
  } & {
50661
50904
  id?: string | undefined;
50662
50905
  name?: string | undefined;
@@ -50666,8 +50909,10 @@ declare const VTextarea: {
50666
50909
  appendIcon?: IconValue | undefined;
50667
50910
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50668
50911
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50912
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
50669
50913
  validateOn?: "input" | "blur" | "submit" | undefined;
50670
50914
  validationValue?: any;
50915
+ hint?: string | undefined;
50671
50916
  hideDetails?: boolean | "auto" | undefined;
50672
50917
  } & {
50673
50918
  $children?: {} | vue.VNodeChild | {
@@ -50699,7 +50944,7 @@ declare const VTextarea: {
50699
50944
  reset: () => void;
50700
50945
  resetValidation: () => void;
50701
50946
  validate: () => Promise<string[]>;
50702
- }> & {} & 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, {
50947
+ }> & {} & 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, {
50703
50948
  'click:control': (e: MouseEvent) => true;
50704
50949
  'mousedown:control': (e: MouseEvent) => true;
50705
50950
  'update:focused': (focused: boolean) => true;
@@ -50720,11 +50965,11 @@ declare const VTextarea: {
50720
50965
  errorMessages: string | string[];
50721
50966
  maxErrors: string | number;
50722
50967
  rules: ValidationRule[];
50968
+ persistentHint: boolean;
50723
50969
  clearable: boolean;
50724
50970
  dirty: boolean;
50725
50971
  persistentClear: boolean;
50726
50972
  singleLine: boolean;
50727
- persistentHint: boolean;
50728
50973
  persistentPlaceholder: boolean;
50729
50974
  persistentCounter: boolean;
50730
50975
  autoGrow: boolean;
@@ -50766,11 +51011,11 @@ declare const VTextarea: {
50766
51011
  errorMessages: string | string[];
50767
51012
  maxErrors: string | number;
50768
51013
  rules: ValidationRule[];
51014
+ persistentHint: boolean;
50769
51015
  clearable: boolean;
50770
51016
  dirty: boolean;
50771
51017
  persistentClear: boolean;
50772
51018
  singleLine: boolean;
50773
- persistentHint: boolean;
50774
51019
  persistentPlaceholder: boolean;
50775
51020
  persistentCounter: boolean;
50776
51021
  autoGrow: boolean;
@@ -50797,10 +51042,11 @@ declare const VTextarea: {
50797
51042
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50798
51043
  'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50799
51044
  'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51045
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
50800
51046
  validateOn?: "input" | "blur" | "submit" | undefined;
50801
51047
  validationValue?: any;
50802
- hideDetails?: boolean | "auto" | undefined;
50803
51048
  hint?: string | undefined;
51049
+ hideDetails?: boolean | "auto" | undefined;
50804
51050
  suffix?: string | undefined;
50805
51051
  counterValue?: ((value: any) => number) | undefined;
50806
51052
  modelModifiers?: Record<string, boolean> | undefined;
@@ -50864,6 +51110,7 @@ declare const VTextarea: {
50864
51110
  errorMessages: string | string[];
50865
51111
  maxErrors: string | number;
50866
51112
  rules: ValidationRule[];
51113
+ persistentHint: boolean;
50867
51114
  }> & Omit<{
50868
51115
  error: boolean;
50869
51116
  direction: "horizontal" | "vertical";
@@ -50875,6 +51122,7 @@ declare const VTextarea: {
50875
51122
  errorMessages: string | string[];
50876
51123
  maxErrors: string | number;
50877
51124
  rules: ValidationRule[];
51125
+ persistentHint: boolean;
50878
51126
  } & {
50879
51127
  id?: string | undefined;
50880
51128
  name?: string | undefined;
@@ -50884,8 +51132,10 @@ declare const VTextarea: {
50884
51132
  appendIcon?: IconValue | undefined;
50885
51133
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50886
51134
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51135
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
50887
51136
  validateOn?: "input" | "blur" | "submit" | undefined;
50888
51137
  validationValue?: any;
51138
+ hint?: string | undefined;
50889
51139
  hideDetails?: boolean | "auto" | undefined;
50890
51140
  } & {
50891
51141
  $children?: {} | vue.VNodeChild | {
@@ -50913,7 +51163,7 @@ declare const VTextarea: {
50913
51163
  "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
50914
51164
  } & {
50915
51165
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
50916
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
51166
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
50917
51167
  $attrs: {
50918
51168
  [x: string]: unknown;
50919
51169
  };
@@ -50938,6 +51188,7 @@ declare const VTextarea: {
50938
51188
  errorMessages: string | string[];
50939
51189
  maxErrors: string | number;
50940
51190
  rules: ValidationRule[];
51191
+ persistentHint: boolean;
50941
51192
  } & {
50942
51193
  id?: string | undefined;
50943
51194
  name?: string | undefined;
@@ -50947,8 +51198,10 @@ declare const VTextarea: {
50947
51198
  appendIcon?: IconValue | undefined;
50948
51199
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
50949
51200
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51201
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
50950
51202
  validateOn?: "input" | "blur" | "submit" | undefined;
50951
51203
  validationValue?: any;
51204
+ hint?: string | undefined;
50952
51205
  hideDetails?: boolean | "auto" | undefined;
50953
51206
  } & {
50954
51207
  $children?: {} | vue.VNodeChild | {
@@ -50993,6 +51246,7 @@ declare const VTextarea: {
50993
51246
  errorMessages: string | string[];
50994
51247
  maxErrors: string | number;
50995
51248
  rules: ValidationRule[];
51249
+ persistentHint: boolean;
50996
51250
  }, {}, string> & {
50997
51251
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
50998
51252
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -51024,6 +51278,7 @@ declare const VTextarea: {
51024
51278
  errorMessages: string | string[];
51025
51279
  maxErrors: string | number;
51026
51280
  rules: ValidationRule[];
51281
+ persistentHint: boolean;
51027
51282
  } & {
51028
51283
  id?: string | undefined;
51029
51284
  name?: string | undefined;
@@ -51033,8 +51288,10 @@ declare const VTextarea: {
51033
51288
  appendIcon?: IconValue | undefined;
51034
51289
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51035
51290
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51291
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
51036
51292
  validateOn?: "input" | "blur" | "submit" | undefined;
51037
51293
  validationValue?: any;
51294
+ hint?: string | undefined;
51038
51295
  hideDetails?: boolean | "auto" | undefined;
51039
51296
  } & {
51040
51297
  $children?: {} | vue.VNodeChild | {
@@ -51066,7 +51323,7 @@ declare const VTextarea: {
51066
51323
  reset: () => void;
51067
51324
  resetValidation: () => void;
51068
51325
  validate: () => Promise<string[]>;
51069
- }> & {} & 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 & {};
51326
+ }> & {} & 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 & {};
51070
51327
  __isFragment?: undefined;
51071
51328
  __isTeleport?: undefined;
51072
51329
  __isSuspense?: undefined;
@@ -51086,11 +51343,11 @@ declare const VTextarea: {
51086
51343
  errorMessages: string | string[];
51087
51344
  maxErrors: string | number;
51088
51345
  rules: ValidationRule[];
51346
+ persistentHint: boolean;
51089
51347
  clearable: boolean;
51090
51348
  dirty: boolean;
51091
51349
  persistentClear: boolean;
51092
51350
  singleLine: boolean;
51093
- persistentHint: boolean;
51094
51351
  persistentPlaceholder: boolean;
51095
51352
  persistentCounter: boolean;
51096
51353
  autoGrow: boolean;
@@ -51117,10 +51374,11 @@ declare const VTextarea: {
51117
51374
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51118
51375
  'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51119
51376
  'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51377
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
51120
51378
  validateOn?: "input" | "blur" | "submit" | undefined;
51121
51379
  validationValue?: any;
51122
- hideDetails?: boolean | "auto" | undefined;
51123
51380
  hint?: string | undefined;
51381
+ hideDetails?: boolean | "auto" | undefined;
51124
51382
  suffix?: string | undefined;
51125
51383
  counterValue?: ((value: any) => number) | undefined;
51126
51384
  modelModifiers?: Record<string, boolean> | undefined;
@@ -51184,6 +51442,7 @@ declare const VTextarea: {
51184
51442
  errorMessages: string | string[];
51185
51443
  maxErrors: string | number;
51186
51444
  rules: ValidationRule[];
51445
+ persistentHint: boolean;
51187
51446
  }> & Omit<{
51188
51447
  error: boolean;
51189
51448
  direction: "horizontal" | "vertical";
@@ -51195,6 +51454,7 @@ declare const VTextarea: {
51195
51454
  errorMessages: string | string[];
51196
51455
  maxErrors: string | number;
51197
51456
  rules: ValidationRule[];
51457
+ persistentHint: boolean;
51198
51458
  } & {
51199
51459
  id?: string | undefined;
51200
51460
  name?: string | undefined;
@@ -51204,8 +51464,10 @@ declare const VTextarea: {
51204
51464
  appendIcon?: IconValue | undefined;
51205
51465
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51206
51466
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51467
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
51207
51468
  validateOn?: "input" | "blur" | "submit" | undefined;
51208
51469
  validationValue?: any;
51470
+ hint?: string | undefined;
51209
51471
  hideDetails?: boolean | "auto" | undefined;
51210
51472
  } & {
51211
51473
  $children?: {} | vue.VNodeChild | {
@@ -51233,7 +51495,7 @@ declare const VTextarea: {
51233
51495
  "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
51234
51496
  } & {
51235
51497
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
51236
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
51498
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
51237
51499
  $attrs: {
51238
51500
  [x: string]: unknown;
51239
51501
  };
@@ -51258,6 +51520,7 @@ declare const VTextarea: {
51258
51520
  errorMessages: string | string[];
51259
51521
  maxErrors: string | number;
51260
51522
  rules: ValidationRule[];
51523
+ persistentHint: boolean;
51261
51524
  } & {
51262
51525
  id?: string | undefined;
51263
51526
  name?: string | undefined;
@@ -51267,8 +51530,10 @@ declare const VTextarea: {
51267
51530
  appendIcon?: IconValue | undefined;
51268
51531
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51269
51532
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51533
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
51270
51534
  validateOn?: "input" | "blur" | "submit" | undefined;
51271
51535
  validationValue?: any;
51536
+ hint?: string | undefined;
51272
51537
  hideDetails?: boolean | "auto" | undefined;
51273
51538
  } & {
51274
51539
  $children?: {} | vue.VNodeChild | {
@@ -51313,6 +51578,7 @@ declare const VTextarea: {
51313
51578
  errorMessages: string | string[];
51314
51579
  maxErrors: string | number;
51315
51580
  rules: ValidationRule[];
51581
+ persistentHint: boolean;
51316
51582
  }, {}, string> & {
51317
51583
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
51318
51584
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -51344,6 +51610,7 @@ declare const VTextarea: {
51344
51610
  errorMessages: string | string[];
51345
51611
  maxErrors: string | number;
51346
51612
  rules: ValidationRule[];
51613
+ persistentHint: boolean;
51347
51614
  } & {
51348
51615
  id?: string | undefined;
51349
51616
  name?: string | undefined;
@@ -51353,8 +51620,10 @@ declare const VTextarea: {
51353
51620
  appendIcon?: IconValue | undefined;
51354
51621
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51355
51622
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51623
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
51356
51624
  validateOn?: "input" | "blur" | "submit" | undefined;
51357
51625
  validationValue?: any;
51626
+ hint?: string | undefined;
51358
51627
  hideDetails?: boolean | "auto" | undefined;
51359
51628
  } & {
51360
51629
  $children?: {} | vue.VNodeChild | {
@@ -51386,7 +51655,7 @@ declare const VTextarea: {
51386
51655
  reset: () => void;
51387
51656
  resetValidation: () => void;
51388
51657
  validate: () => Promise<string[]>;
51389
- }> & {} & 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, {
51658
+ }> & {} & 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, {
51390
51659
  'click:control': (e: MouseEvent) => true;
51391
51660
  'mousedown:control': (e: MouseEvent) => true;
51392
51661
  'update:focused': (focused: boolean) => true;
@@ -51407,11 +51676,11 @@ declare const VTextarea: {
51407
51676
  errorMessages: string | string[];
51408
51677
  maxErrors: string | number;
51409
51678
  rules: ValidationRule[];
51679
+ persistentHint: boolean;
51410
51680
  clearable: boolean;
51411
51681
  dirty: boolean;
51412
51682
  persistentClear: boolean;
51413
51683
  singleLine: boolean;
51414
- persistentHint: boolean;
51415
51684
  persistentPlaceholder: boolean;
51416
51685
  persistentCounter: boolean;
51417
51686
  autoGrow: boolean;
@@ -51446,6 +51715,7 @@ declare const VTextarea: {
51446
51715
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51447
51716
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51448
51717
  focused: BooleanConstructor;
51718
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
51449
51719
  errorMessages: {
51450
51720
  type: PropType<string | string[]>;
51451
51721
  default: () => never[];
@@ -51472,6 +51742,8 @@ declare const VTextarea: {
51472
51742
  appendIcon: PropType<IconValue>;
51473
51743
  prependIcon: PropType<IconValue>;
51474
51744
  hideDetails: PropType<boolean | "auto">;
51745
+ hint: StringConstructor;
51746
+ persistentHint: BooleanConstructor;
51475
51747
  messages: {
51476
51748
  type: PropType<string | string[]>;
51477
51749
  default: () => never[];
@@ -51487,8 +51759,6 @@ declare const VTextarea: {
51487
51759
  autofocus: BooleanConstructor;
51488
51760
  counter: PropType<string | number | true>;
51489
51761
  counterValue: PropType<(value: any) => number>;
51490
- hint: StringConstructor;
51491
- persistentHint: BooleanConstructor;
51492
51762
  prefix: StringConstructor;
51493
51763
  placeholder: StringConstructor;
51494
51764
  persistentPlaceholder: BooleanConstructor;
@@ -51534,6 +51804,7 @@ declare const VTextarea: {
51534
51804
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51535
51805
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
51536
51806
  focused: BooleanConstructor;
51807
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
51537
51808
  errorMessages: {
51538
51809
  type: PropType<string | string[]>;
51539
51810
  default: () => never[];
@@ -51560,6 +51831,8 @@ declare const VTextarea: {
51560
51831
  appendIcon: PropType<IconValue>;
51561
51832
  prependIcon: PropType<IconValue>;
51562
51833
  hideDetails: PropType<boolean | "auto">;
51834
+ hint: StringConstructor;
51835
+ persistentHint: BooleanConstructor;
51563
51836
  messages: {
51564
51837
  type: PropType<string | string[]>;
51565
51838
  default: () => never[];
@@ -51575,8 +51848,6 @@ declare const VTextarea: {
51575
51848
  autofocus: BooleanConstructor;
51576
51849
  counter: PropType<string | number | true>;
51577
51850
  counterValue: PropType<(value: any) => number>;
51578
- hint: StringConstructor;
51579
- persistentHint: BooleanConstructor;
51580
51851
  prefix: StringConstructor;
51581
51852
  placeholder: StringConstructor;
51582
51853
  persistentPlaceholder: BooleanConstructor;
@@ -51617,11 +51888,11 @@ declare const VTextField: {
51617
51888
  errorMessages: string | string[];
51618
51889
  maxErrors: string | number;
51619
51890
  rules: ValidationRule[];
51891
+ persistentHint: boolean;
51620
51892
  clearable: boolean;
51621
51893
  dirty: boolean;
51622
51894
  persistentClear: boolean;
51623
51895
  singleLine: boolean;
51624
- persistentHint: boolean;
51625
51896
  persistentPlaceholder: boolean;
51626
51897
  persistentCounter: boolean;
51627
51898
  }> & Omit<{
@@ -51641,11 +51912,11 @@ declare const VTextField: {
51641
51912
  errorMessages: string | string[];
51642
51913
  maxErrors: string | number;
51643
51914
  rules: ValidationRule[];
51915
+ persistentHint: boolean;
51644
51916
  clearable: boolean;
51645
51917
  dirty: boolean;
51646
51918
  persistentClear: boolean;
51647
51919
  singleLine: boolean;
51648
- persistentHint: boolean;
51649
51920
  persistentPlaceholder: boolean;
51650
51921
  persistentCounter: boolean;
51651
51922
  } & {
@@ -51669,10 +51940,11 @@ declare const VTextField: {
51669
51940
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51670
51941
  'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51671
51942
  'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51943
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
51672
51944
  validateOn?: "input" | "blur" | "submit" | undefined;
51673
51945
  validationValue?: any;
51674
- hideDetails?: boolean | "auto" | undefined;
51675
51946
  hint?: string | undefined;
51947
+ hideDetails?: boolean | "auto" | undefined;
51676
51948
  suffix?: string | undefined;
51677
51949
  counterValue?: ((value: any) => number) | undefined;
51678
51950
  modelModifiers?: Record<string, boolean> | undefined;
@@ -51725,7 +51997,7 @@ declare const VTextField: {
51725
51997
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
51726
51998
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
51727
51999
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
51728
- } & 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">;
52000
+ } & 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">;
51729
52001
  $attrs: {
51730
52002
  [x: string]: unknown;
51731
52003
  };
@@ -51756,11 +52028,11 @@ declare const VTextField: {
51756
52028
  errorMessages: string | string[];
51757
52029
  maxErrors: string | number;
51758
52030
  rules: ValidationRule[];
52031
+ persistentHint: boolean;
51759
52032
  clearable: boolean;
51760
52033
  dirty: boolean;
51761
52034
  persistentClear: boolean;
51762
52035
  singleLine: boolean;
51763
- persistentHint: boolean;
51764
52036
  persistentPlaceholder: boolean;
51765
52037
  persistentCounter: boolean;
51766
52038
  } & {
@@ -51784,10 +52056,11 @@ declare const VTextField: {
51784
52056
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51785
52057
  'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51786
52058
  'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52059
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
51787
52060
  validateOn?: "input" | "blur" | "submit" | undefined;
51788
52061
  validationValue?: any;
51789
- hideDetails?: boolean | "auto" | undefined;
51790
52062
  hint?: string | undefined;
52063
+ hideDetails?: boolean | "auto" | undefined;
51791
52064
  suffix?: string | undefined;
51792
52065
  counterValue?: ((value: any) => number) | undefined;
51793
52066
  modelModifiers?: Record<string, boolean> | undefined;
@@ -51854,6 +52127,7 @@ declare const VTextField: {
51854
52127
  errorMessages: string | string[];
51855
52128
  maxErrors: string | number;
51856
52129
  rules: ValidationRule[];
52130
+ persistentHint: boolean;
51857
52131
  }> & Omit<{
51858
52132
  error: boolean;
51859
52133
  direction: "horizontal" | "vertical";
@@ -51865,6 +52139,7 @@ declare const VTextField: {
51865
52139
  errorMessages: string | string[];
51866
52140
  maxErrors: string | number;
51867
52141
  rules: ValidationRule[];
52142
+ persistentHint: boolean;
51868
52143
  } & {
51869
52144
  id?: string | undefined;
51870
52145
  name?: string | undefined;
@@ -51874,8 +52149,10 @@ declare const VTextField: {
51874
52149
  appendIcon?: IconValue | undefined;
51875
52150
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51876
52151
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52152
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
51877
52153
  validateOn?: "input" | "blur" | "submit" | undefined;
51878
52154
  validationValue?: any;
52155
+ hint?: string | undefined;
51879
52156
  hideDetails?: boolean | "auto" | undefined;
51880
52157
  } & {
51881
52158
  $children?: {} | vue.VNodeChild | {
@@ -51903,7 +52180,7 @@ declare const VTextField: {
51903
52180
  "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
51904
52181
  } & {
51905
52182
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
51906
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
52183
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
51907
52184
  $attrs: {
51908
52185
  [x: string]: unknown;
51909
52186
  };
@@ -51928,6 +52205,7 @@ declare const VTextField: {
51928
52205
  errorMessages: string | string[];
51929
52206
  maxErrors: string | number;
51930
52207
  rules: ValidationRule[];
52208
+ persistentHint: boolean;
51931
52209
  } & {
51932
52210
  id?: string | undefined;
51933
52211
  name?: string | undefined;
@@ -51937,8 +52215,10 @@ declare const VTextField: {
51937
52215
  appendIcon?: IconValue | undefined;
51938
52216
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
51939
52217
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52218
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
51940
52219
  validateOn?: "input" | "blur" | "submit" | undefined;
51941
52220
  validationValue?: any;
52221
+ hint?: string | undefined;
51942
52222
  hideDetails?: boolean | "auto" | undefined;
51943
52223
  } & {
51944
52224
  $children?: {} | vue.VNodeChild | {
@@ -51983,6 +52263,7 @@ declare const VTextField: {
51983
52263
  errorMessages: string | string[];
51984
52264
  maxErrors: string | number;
51985
52265
  rules: ValidationRule[];
52266
+ persistentHint: boolean;
51986
52267
  }, {}, string> & {
51987
52268
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
51988
52269
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -52014,6 +52295,7 @@ declare const VTextField: {
52014
52295
  errorMessages: string | string[];
52015
52296
  maxErrors: string | number;
52016
52297
  rules: ValidationRule[];
52298
+ persistentHint: boolean;
52017
52299
  } & {
52018
52300
  id?: string | undefined;
52019
52301
  name?: string | undefined;
@@ -52023,8 +52305,10 @@ declare const VTextField: {
52023
52305
  appendIcon?: IconValue | undefined;
52024
52306
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52025
52307
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52308
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
52026
52309
  validateOn?: "input" | "blur" | "submit" | undefined;
52027
52310
  validationValue?: any;
52311
+ hint?: string | undefined;
52028
52312
  hideDetails?: boolean | "auto" | undefined;
52029
52313
  } & {
52030
52314
  $children?: {} | vue.VNodeChild | {
@@ -52056,7 +52340,7 @@ declare const VTextField: {
52056
52340
  reset: () => void;
52057
52341
  resetValidation: () => void;
52058
52342
  validate: () => Promise<string[]>;
52059
- }> & {} & 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<{
52343
+ }> & {} & 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<{
52060
52344
  $: vue.ComponentInternalInstance;
52061
52345
  $data: {};
52062
52346
  $props: Partial<{
@@ -52100,6 +52384,7 @@ declare const VTextField: {
52100
52384
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52101
52385
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52102
52386
  focused: BooleanConstructor;
52387
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
52103
52388
  id: StringConstructor;
52104
52389
  }, "$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">>> & {
52105
52390
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -52146,6 +52431,7 @@ declare const VTextField: {
52146
52431
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52147
52432
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52148
52433
  focused: BooleanConstructor;
52434
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
52149
52435
  id: StringConstructor;
52150
52436
  }, "$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">>> & {
52151
52437
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -52215,6 +52501,7 @@ declare const VTextField: {
52215
52501
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52216
52502
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52217
52503
  focused: BooleanConstructor;
52504
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
52218
52505
  id: StringConstructor;
52219
52506
  }, "$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">>> & {
52220
52507
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -52279,11 +52566,11 @@ declare const VTextField: {
52279
52566
  errorMessages: string | string[];
52280
52567
  maxErrors: string | number;
52281
52568
  rules: ValidationRule[];
52569
+ persistentHint: boolean;
52282
52570
  clearable: boolean;
52283
52571
  dirty: boolean;
52284
52572
  persistentClear: boolean;
52285
52573
  singleLine: boolean;
52286
- persistentHint: boolean;
52287
52574
  persistentPlaceholder: boolean;
52288
52575
  persistentCounter: boolean;
52289
52576
  }, {}, string> & {
@@ -52323,11 +52610,11 @@ declare const VTextField: {
52323
52610
  errorMessages: string | string[];
52324
52611
  maxErrors: string | number;
52325
52612
  rules: ValidationRule[];
52613
+ persistentHint: boolean;
52326
52614
  clearable: boolean;
52327
52615
  dirty: boolean;
52328
52616
  persistentClear: boolean;
52329
52617
  singleLine: boolean;
52330
- persistentHint: boolean;
52331
52618
  persistentPlaceholder: boolean;
52332
52619
  persistentCounter: boolean;
52333
52620
  } & {
@@ -52351,10 +52638,11 @@ declare const VTextField: {
52351
52638
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52352
52639
  'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52353
52640
  'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52641
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
52354
52642
  validateOn?: "input" | "blur" | "submit" | undefined;
52355
52643
  validationValue?: any;
52356
- hideDetails?: boolean | "auto" | undefined;
52357
52644
  hint?: string | undefined;
52645
+ hideDetails?: boolean | "auto" | undefined;
52358
52646
  suffix?: string | undefined;
52359
52647
  counterValue?: ((value: any) => number) | undefined;
52360
52648
  modelModifiers?: Record<string, boolean> | undefined;
@@ -52421,6 +52709,7 @@ declare const VTextField: {
52421
52709
  errorMessages: string | string[];
52422
52710
  maxErrors: string | number;
52423
52711
  rules: ValidationRule[];
52712
+ persistentHint: boolean;
52424
52713
  }> & Omit<{
52425
52714
  error: boolean;
52426
52715
  direction: "horizontal" | "vertical";
@@ -52432,6 +52721,7 @@ declare const VTextField: {
52432
52721
  errorMessages: string | string[];
52433
52722
  maxErrors: string | number;
52434
52723
  rules: ValidationRule[];
52724
+ persistentHint: boolean;
52435
52725
  } & {
52436
52726
  id?: string | undefined;
52437
52727
  name?: string | undefined;
@@ -52441,8 +52731,10 @@ declare const VTextField: {
52441
52731
  appendIcon?: IconValue | undefined;
52442
52732
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52443
52733
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52734
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
52444
52735
  validateOn?: "input" | "blur" | "submit" | undefined;
52445
52736
  validationValue?: any;
52737
+ hint?: string | undefined;
52446
52738
  hideDetails?: boolean | "auto" | undefined;
52447
52739
  } & {
52448
52740
  $children?: {} | vue.VNodeChild | {
@@ -52470,7 +52762,7 @@ declare const VTextField: {
52470
52762
  "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
52471
52763
  } & {
52472
52764
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
52473
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
52765
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
52474
52766
  $attrs: {
52475
52767
  [x: string]: unknown;
52476
52768
  };
@@ -52495,6 +52787,7 @@ declare const VTextField: {
52495
52787
  errorMessages: string | string[];
52496
52788
  maxErrors: string | number;
52497
52789
  rules: ValidationRule[];
52790
+ persistentHint: boolean;
52498
52791
  } & {
52499
52792
  id?: string | undefined;
52500
52793
  name?: string | undefined;
@@ -52504,8 +52797,10 @@ declare const VTextField: {
52504
52797
  appendIcon?: IconValue | undefined;
52505
52798
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52506
52799
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52800
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
52507
52801
  validateOn?: "input" | "blur" | "submit" | undefined;
52508
52802
  validationValue?: any;
52803
+ hint?: string | undefined;
52509
52804
  hideDetails?: boolean | "auto" | undefined;
52510
52805
  } & {
52511
52806
  $children?: {} | vue.VNodeChild | {
@@ -52550,6 +52845,7 @@ declare const VTextField: {
52550
52845
  errorMessages: string | string[];
52551
52846
  maxErrors: string | number;
52552
52847
  rules: ValidationRule[];
52848
+ persistentHint: boolean;
52553
52849
  }, {}, string> & {
52554
52850
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
52555
52851
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -52581,6 +52877,7 @@ declare const VTextField: {
52581
52877
  errorMessages: string | string[];
52582
52878
  maxErrors: string | number;
52583
52879
  rules: ValidationRule[];
52880
+ persistentHint: boolean;
52584
52881
  } & {
52585
52882
  id?: string | undefined;
52586
52883
  name?: string | undefined;
@@ -52590,8 +52887,10 @@ declare const VTextField: {
52590
52887
  appendIcon?: IconValue | undefined;
52591
52888
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52592
52889
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52890
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
52593
52891
  validateOn?: "input" | "blur" | "submit" | undefined;
52594
52892
  validationValue?: any;
52893
+ hint?: string | undefined;
52595
52894
  hideDetails?: boolean | "auto" | undefined;
52596
52895
  } & {
52597
52896
  $children?: {} | vue.VNodeChild | {
@@ -52623,7 +52922,7 @@ declare const VTextField: {
52623
52922
  reset: () => void;
52624
52923
  resetValidation: () => void;
52625
52924
  validate: () => Promise<string[]>;
52626
- }> & {} & 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<{
52925
+ }> & {} & 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<{
52627
52926
  $: vue.ComponentInternalInstance;
52628
52927
  $data: {};
52629
52928
  $props: Partial<{
@@ -52667,6 +52966,7 @@ declare const VTextField: {
52667
52966
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52668
52967
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52669
52968
  focused: BooleanConstructor;
52969
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
52670
52970
  id: StringConstructor;
52671
52971
  }, "$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">>> & {
52672
52972
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -52713,6 +53013,7 @@ declare const VTextField: {
52713
53013
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52714
53014
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52715
53015
  focused: BooleanConstructor;
53016
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
52716
53017
  id: StringConstructor;
52717
53018
  }, "$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">>> & {
52718
53019
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -52782,6 +53083,7 @@ declare const VTextField: {
52782
53083
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52783
53084
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
52784
53085
  focused: BooleanConstructor;
53086
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
52785
53087
  id: StringConstructor;
52786
53088
  }, "$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">>> & {
52787
53089
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -52845,11 +53147,11 @@ declare const VTextField: {
52845
53147
  errorMessages: string | string[];
52846
53148
  maxErrors: string | number;
52847
53149
  rules: ValidationRule[];
53150
+ persistentHint: boolean;
52848
53151
  clearable: boolean;
52849
53152
  dirty: boolean;
52850
53153
  persistentClear: boolean;
52851
53154
  singleLine: boolean;
52852
- persistentHint: boolean;
52853
53155
  persistentPlaceholder: boolean;
52854
53156
  persistentCounter: boolean;
52855
53157
  } & {
@@ -52873,10 +53175,11 @@ declare const VTextField: {
52873
53175
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52874
53176
  'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52875
53177
  'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
53178
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
52876
53179
  validateOn?: "input" | "blur" | "submit" | undefined;
52877
53180
  validationValue?: any;
52878
- hideDetails?: boolean | "auto" | undefined;
52879
53181
  hint?: string | undefined;
53182
+ hideDetails?: boolean | "auto" | undefined;
52880
53183
  suffix?: string | undefined;
52881
53184
  counterValue?: ((value: any) => number) | undefined;
52882
53185
  modelModifiers?: Record<string, boolean> | undefined;
@@ -52943,6 +53246,7 @@ declare const VTextField: {
52943
53246
  errorMessages: string | string[];
52944
53247
  maxErrors: string | number;
52945
53248
  rules: ValidationRule[];
53249
+ persistentHint: boolean;
52946
53250
  }> & Omit<{
52947
53251
  error: boolean;
52948
53252
  direction: "horizontal" | "vertical";
@@ -52954,6 +53258,7 @@ declare const VTextField: {
52954
53258
  errorMessages: string | string[];
52955
53259
  maxErrors: string | number;
52956
53260
  rules: ValidationRule[];
53261
+ persistentHint: boolean;
52957
53262
  } & {
52958
53263
  id?: string | undefined;
52959
53264
  name?: string | undefined;
@@ -52963,8 +53268,10 @@ declare const VTextField: {
52963
53268
  appendIcon?: IconValue | undefined;
52964
53269
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
52965
53270
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
53271
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
52966
53272
  validateOn?: "input" | "blur" | "submit" | undefined;
52967
53273
  validationValue?: any;
53274
+ hint?: string | undefined;
52968
53275
  hideDetails?: boolean | "auto" | undefined;
52969
53276
  } & {
52970
53277
  $children?: {} | vue.VNodeChild | {
@@ -52992,7 +53299,7 @@ declare const VTextField: {
52992
53299
  "v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
52993
53300
  } & {
52994
53301
  "onUpdate:modelValue"?: ((val: any) => any) | undefined;
52995
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
53302
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
52996
53303
  $attrs: {
52997
53304
  [x: string]: unknown;
52998
53305
  };
@@ -53017,6 +53324,7 @@ declare const VTextField: {
53017
53324
  errorMessages: string | string[];
53018
53325
  maxErrors: string | number;
53019
53326
  rules: ValidationRule[];
53327
+ persistentHint: boolean;
53020
53328
  } & {
53021
53329
  id?: string | undefined;
53022
53330
  name?: string | undefined;
@@ -53026,8 +53334,10 @@ declare const VTextField: {
53026
53334
  appendIcon?: IconValue | undefined;
53027
53335
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
53028
53336
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
53337
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
53029
53338
  validateOn?: "input" | "blur" | "submit" | undefined;
53030
53339
  validationValue?: any;
53340
+ hint?: string | undefined;
53031
53341
  hideDetails?: boolean | "auto" | undefined;
53032
53342
  } & {
53033
53343
  $children?: {} | vue.VNodeChild | {
@@ -53072,6 +53382,7 @@ declare const VTextField: {
53072
53382
  errorMessages: string | string[];
53073
53383
  maxErrors: string | number;
53074
53384
  rules: ValidationRule[];
53385
+ persistentHint: boolean;
53075
53386
  }, {}, string> & {
53076
53387
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
53077
53388
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -53103,6 +53414,7 @@ declare const VTextField: {
53103
53414
  errorMessages: string | string[];
53104
53415
  maxErrors: string | number;
53105
53416
  rules: ValidationRule[];
53417
+ persistentHint: boolean;
53106
53418
  } & {
53107
53419
  id?: string | undefined;
53108
53420
  name?: string | undefined;
@@ -53112,8 +53424,10 @@ declare const VTextField: {
53112
53424
  appendIcon?: IconValue | undefined;
53113
53425
  'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
53114
53426
  'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
53427
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
53115
53428
  validateOn?: "input" | "blur" | "submit" | undefined;
53116
53429
  validationValue?: any;
53430
+ hint?: string | undefined;
53117
53431
  hideDetails?: boolean | "auto" | undefined;
53118
53432
  } & {
53119
53433
  $children?: {} | vue.VNodeChild | {
@@ -53145,7 +53459,7 @@ declare const VTextField: {
53145
53459
  reset: () => void;
53146
53460
  resetValidation: () => void;
53147
53461
  validate: () => Promise<string[]>;
53148
- }> & {} & 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<{
53462
+ }> & {} & 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<{
53149
53463
  $: vue.ComponentInternalInstance;
53150
53464
  $data: {};
53151
53465
  $props: Partial<{
@@ -53189,6 +53503,7 @@ declare const VTextField: {
53189
53503
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53190
53504
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53191
53505
  focused: BooleanConstructor;
53506
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
53192
53507
  id: StringConstructor;
53193
53508
  }, "$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">>> & {
53194
53509
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -53235,6 +53550,7 @@ declare const VTextField: {
53235
53550
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53236
53551
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53237
53552
  focused: BooleanConstructor;
53553
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
53238
53554
  id: StringConstructor;
53239
53555
  }, "$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">>> & {
53240
53556
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -53304,6 +53620,7 @@ declare const VTextField: {
53304
53620
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53305
53621
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53306
53622
  focused: BooleanConstructor;
53623
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
53307
53624
  id: StringConstructor;
53308
53625
  }, "$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">>> & {
53309
53626
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -53368,11 +53685,11 @@ declare const VTextField: {
53368
53685
  errorMessages: string | string[];
53369
53686
  maxErrors: string | number;
53370
53687
  rules: ValidationRule[];
53688
+ persistentHint: boolean;
53371
53689
  clearable: boolean;
53372
53690
  dirty: boolean;
53373
53691
  persistentClear: boolean;
53374
53692
  singleLine: boolean;
53375
- persistentHint: boolean;
53376
53693
  persistentPlaceholder: boolean;
53377
53694
  persistentCounter: boolean;
53378
53695
  }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
@@ -53404,6 +53721,7 @@ declare const VTextField: {
53404
53721
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53405
53722
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53406
53723
  focused: BooleanConstructor;
53724
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
53407
53725
  errorMessages: {
53408
53726
  type: PropType<string | string[]>;
53409
53727
  default: () => never[];
@@ -53430,6 +53748,8 @@ declare const VTextField: {
53430
53748
  appendIcon: PropType<IconValue>;
53431
53749
  prependIcon: PropType<IconValue>;
53432
53750
  hideDetails: PropType<boolean | "auto">;
53751
+ hint: StringConstructor;
53752
+ persistentHint: BooleanConstructor;
53433
53753
  messages: {
53434
53754
  type: PropType<string | string[]>;
53435
53755
  default: () => never[];
@@ -53444,8 +53764,6 @@ declare const VTextField: {
53444
53764
  autofocus: BooleanConstructor;
53445
53765
  counter: PropType<string | number | true>;
53446
53766
  counterValue: PropType<(value: any) => number>;
53447
- hint: StringConstructor;
53448
- persistentHint: BooleanConstructor;
53449
53767
  prefix: StringConstructor;
53450
53768
  placeholder: StringConstructor;
53451
53769
  persistentPlaceholder: BooleanConstructor;
@@ -53485,6 +53803,7 @@ declare const VTextField: {
53485
53803
  'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53486
53804
  'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
53487
53805
  focused: BooleanConstructor;
53806
+ 'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
53488
53807
  errorMessages: {
53489
53808
  type: PropType<string | string[]>;
53490
53809
  default: () => never[];
@@ -53511,6 +53830,8 @@ declare const VTextField: {
53511
53830
  appendIcon: PropType<IconValue>;
53512
53831
  prependIcon: PropType<IconValue>;
53513
53832
  hideDetails: PropType<boolean | "auto">;
53833
+ hint: StringConstructor;
53834
+ persistentHint: BooleanConstructor;
53514
53835
  messages: {
53515
53836
  type: PropType<string | string[]>;
53516
53837
  default: () => never[];
@@ -53525,8 +53846,6 @@ declare const VTextField: {
53525
53846
  autofocus: BooleanConstructor;
53526
53847
  counter: PropType<string | number | true>;
53527
53848
  counterValue: PropType<(value: any) => number>;
53528
- hint: StringConstructor;
53529
- persistentHint: BooleanConstructor;
53530
53849
  prefix: StringConstructor;
53531
53850
  placeholder: StringConstructor;
53532
53851
  persistentPlaceholder: BooleanConstructor;
@@ -56212,6 +56531,7 @@ declare const VValidation: {
56212
56531
  name?: string | undefined;
56213
56532
  label?: string | undefined;
56214
56533
  modelValue?: any;
56534
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
56215
56535
  validateOn?: "input" | "blur" | "submit" | undefined;
56216
56536
  validationValue?: any;
56217
56537
  } & {
@@ -56254,6 +56574,7 @@ declare const VValidation: {
56254
56574
  name?: string | undefined;
56255
56575
  label?: string | undefined;
56256
56576
  modelValue?: any;
56577
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
56257
56578
  validateOn?: "input" | "blur" | "submit" | undefined;
56258
56579
  validationValue?: any;
56259
56580
  } & {
@@ -56314,6 +56635,7 @@ declare const VValidation: {
56314
56635
  name?: string | undefined;
56315
56636
  label?: string | undefined;
56316
56637
  modelValue?: any;
56638
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
56317
56639
  validateOn?: "input" | "blur" | "submit" | undefined;
56318
56640
  validationValue?: any;
56319
56641
  } & {
@@ -56348,6 +56670,7 @@ declare const VValidation: {
56348
56670
  name?: string | undefined;
56349
56671
  label?: string | undefined;
56350
56672
  modelValue?: any;
56673
+ 'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
56351
56674
  validateOn?: "input" | "blur" | "submit" | undefined;
56352
56675
  validationValue?: any;
56353
56676
  } & {
@@ -56378,6 +56701,7 @@ declare const VValidation: {
56378
56701
  rules: ValidationRule[];
56379
56702
  }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
56380
56703
  focused: BooleanConstructor;
56704
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
56381
56705
  disabled: BooleanConstructor;
56382
56706
  error: BooleanConstructor;
56383
56707
  errorMessages: {
@@ -56400,6 +56724,7 @@ declare const VValidation: {
56400
56724
  validationValue: null;
56401
56725
  }, vue.ExtractPropTypes<{
56402
56726
  focused: BooleanConstructor;
56727
+ 'onUpdate:focused': vue.PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
56403
56728
  disabled: BooleanConstructor;
56404
56729
  error: BooleanConstructor;
56405
56730
  errorMessages: {
@@ -61552,6 +61877,7 @@ declare const VDataTable: {
61552
61877
  'onClick:row': PropType<(e: Event, value: {
61553
61878
  item: DataTableItem;
61554
61879
  }) => void>;
61880
+ search: StringConstructor;
61555
61881
  headers: {
61556
61882
  type: PropType<DataTableHeader[] | DataTableHeader[][]>;
61557
61883
  default: () => never[];
@@ -61580,7 +61906,6 @@ declare const VDataTable: {
61580
61906
  default: string;
61581
61907
  };
61582
61908
  returnObject: BooleanConstructor;
61583
- search: StringConstructor;
61584
61909
  }, vue.ExtractPropTypes<{
61585
61910
  customFilter: PropType<FilterFunction>;
61586
61911
  customKeyFilter: PropType<FilterKeyFunctions>;
@@ -61632,6 +61957,7 @@ declare const VDataTable: {
61632
61957
  'onClick:row': PropType<(e: Event, value: {
61633
61958
  item: DataTableItem;
61634
61959
  }) => void>;
61960
+ search: StringConstructor;
61635
61961
  headers: {
61636
61962
  type: PropType<DataTableHeader[] | DataTableHeader[][]>;
61637
61963
  default: () => never[];
@@ -61660,7 +61986,6 @@ declare const VDataTable: {
61660
61986
  default: string;
61661
61987
  };
61662
61988
  returnObject: BooleanConstructor;
61663
- search: StringConstructor;
61664
61989
  }>>;
61665
61990
  type VDataTable = InstanceType<typeof VDataTable>;
61666
61991
 
@@ -63296,6 +63621,7 @@ declare const VDataTableServer: {
63296
63621
  itemsPerPage: string | number;
63297
63622
  itemsLength: string | number;
63298
63623
  } & {
63624
+ search?: string | undefined;
63299
63625
  height?: string | number | undefined;
63300
63626
  width?: string | number | undefined;
63301
63627
  color?: string | undefined;
@@ -63637,6 +63963,7 @@ declare const VDataTableServer: {
63637
63963
  itemsPerPage: string | number;
63638
63964
  itemsLength: string | number;
63639
63965
  } & {
63966
+ search?: string | undefined;
63640
63967
  height?: string | number | undefined;
63641
63968
  width?: string | number | undefined;
63642
63969
  color?: string | undefined;
@@ -64018,6 +64345,7 @@ declare const VDataTableServer: {
64018
64345
  itemsPerPage: string | number;
64019
64346
  itemsLength: string | number;
64020
64347
  } & {
64348
+ search?: string | undefined;
64021
64349
  height?: string | number | undefined;
64022
64350
  width?: string | number | undefined;
64023
64351
  color?: string | undefined;
@@ -64347,6 +64675,7 @@ declare const VDataTableServer: {
64347
64675
  itemsPerPage: string | number;
64348
64676
  itemsLength: string | number;
64349
64677
  } & {
64678
+ search?: string | undefined;
64350
64679
  height?: string | number | undefined;
64351
64680
  width?: string | number | undefined;
64352
64681
  color?: string | undefined;
@@ -64752,6 +65081,7 @@ declare const VDataTableServer: {
64752
65081
  'onClick:row': vue.PropType<(e: Event, value: {
64753
65082
  item: DataTableItem;
64754
65083
  }) => void>;
65084
+ search: StringConstructor;
64755
65085
  color: StringConstructor;
64756
65086
  loading: (StringConstructor | BooleanConstructor)[];
64757
65087
  loadingText: {
@@ -64833,6 +65163,7 @@ declare const VDataTableServer: {
64833
65163
  'onClick:row': vue.PropType<(e: Event, value: {
64834
65164
  item: DataTableItem;
64835
65165
  }) => void>;
65166
+ search: StringConstructor;
64836
65167
  color: StringConstructor;
64837
65168
  loading: (StringConstructor | BooleanConstructor)[];
64838
65169
  loadingText: {
@@ -64862,7 +65193,10 @@ declare const VDataTableFooter: {
64862
65193
  prevPageLabel: string;
64863
65194
  nextPageLabel: string;
64864
65195
  lastPageLabel: string;
64865
- itemsPerPageOptions: InternalItem<any>[];
65196
+ itemsPerPageOptions: {
65197
+ title: string;
65198
+ value: number;
65199
+ }[];
64866
65200
  }> & Omit<{
64867
65201
  itemsPerPageText: string;
64868
65202
  pageText: string;
@@ -64875,7 +65209,10 @@ declare const VDataTableFooter: {
64875
65209
  prevPageLabel: string;
64876
65210
  nextPageLabel: string;
64877
65211
  lastPageLabel: string;
64878
- itemsPerPageOptions: InternalItem<any>[];
65212
+ itemsPerPageOptions: {
65213
+ title: string;
65214
+ value: number;
65215
+ }[];
64879
65216
  } & {} & {
64880
65217
  $children?: {} | vue.VNodeChild | {
64881
65218
  prepend?: (() => vue.VNodeChild) | undefined;
@@ -64914,7 +65251,10 @@ declare const VDataTableFooter: {
64914
65251
  prevPageLabel: string;
64915
65252
  nextPageLabel: string;
64916
65253
  lastPageLabel: string;
64917
- itemsPerPageOptions: InternalItem<any>[];
65254
+ itemsPerPageOptions: {
65255
+ title: string;
65256
+ value: number;
65257
+ }[];
64918
65258
  } & {} & {
64919
65259
  $children?: {} | vue.VNodeChild | {
64920
65260
  prepend?: (() => vue.VNodeChild) | undefined;
@@ -64939,7 +65279,10 @@ declare const VDataTableFooter: {
64939
65279
  prevPageLabel: string;
64940
65280
  nextPageLabel: string;
64941
65281
  lastPageLabel: string;
64942
- itemsPerPageOptions: InternalItem<any>[];
65282
+ itemsPerPageOptions: {
65283
+ title: string;
65284
+ value: number;
65285
+ }[];
64943
65286
  }, {}, string> & {
64944
65287
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
64945
65288
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -64972,7 +65315,10 @@ declare const VDataTableFooter: {
64972
65315
  prevPageLabel: string;
64973
65316
  nextPageLabel: string;
64974
65317
  lastPageLabel: string;
64975
- itemsPerPageOptions: InternalItem<any>[];
65318
+ itemsPerPageOptions: {
65319
+ title: string;
65320
+ value: number;
65321
+ }[];
64976
65322
  } & {} & {
64977
65323
  $children?: {} | vue.VNodeChild | {
64978
65324
  prepend?: (() => vue.VNodeChild) | undefined;
@@ -65001,7 +65347,10 @@ declare const VDataTableFooter: {
65001
65347
  prevPageLabel: string;
65002
65348
  nextPageLabel: string;
65003
65349
  lastPageLabel: string;
65004
- itemsPerPageOptions: InternalItem<any>[];
65350
+ itemsPerPageOptions: {
65351
+ title: string;
65352
+ value: number;
65353
+ }[];
65005
65354
  } & {} & {
65006
65355
  $children?: {} | vue.VNodeChild | {
65007
65356
  prepend?: (() => vue.VNodeChild) | undefined;
@@ -65026,7 +65375,10 @@ declare const VDataTableFooter: {
65026
65375
  prevPageLabel: string;
65027
65376
  nextPageLabel: string;
65028
65377
  lastPageLabel: string;
65029
- itemsPerPageOptions: InternalItem<any>[];
65378
+ itemsPerPageOptions: {
65379
+ title: string;
65380
+ value: number;
65381
+ }[];
65030
65382
  }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
65031
65383
  prevIcon: {
65032
65384
  type: StringConstructor;
@@ -65069,7 +65421,10 @@ declare const VDataTableFooter: {
65069
65421
  default: string;
65070
65422
  };
65071
65423
  itemsPerPageOptions: {
65072
- type: PropType<InternalItem<any>[]>;
65424
+ type: PropType<{
65425
+ title: string;
65426
+ value: number;
65427
+ }[]>;
65073
65428
  default: () => {
65074
65429
  value: number;
65075
65430
  title: string;
@@ -65118,7 +65473,10 @@ declare const VDataTableFooter: {
65118
65473
  default: string;
65119
65474
  };
65120
65475
  itemsPerPageOptions: {
65121
- type: PropType<InternalItem<any>[]>;
65476
+ type: PropType<{
65477
+ title: string;
65478
+ value: number;
65479
+ }[]>;
65122
65480
  default: () => {
65123
65481
  value: number;
65124
65482
  title: string;
@@ -65132,12 +65490,12 @@ declare const VSkeletonLoader: {
65132
65490
  $: vue.ComponentInternalInstance;
65133
65491
  $data: {};
65134
65492
  $props: Partial<{
65135
- type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
65493
+ type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
65136
65494
  loading: boolean;
65137
65495
  loadingText: string;
65138
65496
  boilerplate: boolean;
65139
65497
  }> & Omit<{
65140
- type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
65498
+ type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
65141
65499
  loading: boolean;
65142
65500
  loadingText: string;
65143
65501
  boilerplate: boolean;
@@ -65178,7 +65536,7 @@ declare const VSkeletonLoader: {
65178
65536
  $emit: (event: string, ...args: any[]) => void;
65179
65537
  $el: any;
65180
65538
  $options: vue.ComponentOptionsBase<{
65181
- type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
65539
+ type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
65182
65540
  loading: boolean;
65183
65541
  loadingText: string;
65184
65542
  boilerplate: boolean;
@@ -65205,7 +65563,7 @@ declare const VSkeletonLoader: {
65205
65563
  } & {
65206
65564
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
65207
65565
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
65208
- type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
65566
+ type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
65209
65567
  loading: boolean;
65210
65568
  loadingText: string;
65211
65569
  boilerplate: boolean;
@@ -65230,7 +65588,7 @@ declare const VSkeletonLoader: {
65230
65588
  $nextTick: typeof vue.nextTick;
65231
65589
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
65232
65590
  } & {
65233
- type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
65591
+ type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
65234
65592
  loading: boolean;
65235
65593
  loadingText: string;
65236
65594
  boilerplate: boolean;
@@ -65261,7 +65619,7 @@ declare const VSkeletonLoader: {
65261
65619
  __isTeleport?: undefined;
65262
65620
  __isSuspense?: undefined;
65263
65621
  } & vue.ComponentOptionsBase<{
65264
- type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
65622
+ type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
65265
65623
  loading: boolean;
65266
65624
  loadingText: string;
65267
65625
  boilerplate: boolean;
@@ -65288,7 +65646,7 @@ declare const VSkeletonLoader: {
65288
65646
  } & {
65289
65647
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
65290
65648
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
65291
- type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
65649
+ type: "button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[];
65292
65650
  loading: boolean;
65293
65651
  loadingText: string;
65294
65652
  boilerplate: boolean;
@@ -65312,7 +65670,7 @@ declare const VSkeletonLoader: {
65312
65670
  default: string;
65313
65671
  };
65314
65672
  type: {
65315
- type: PropType<"button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[]>;
65673
+ type: PropType<"button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[]>;
65316
65674
  default: string;
65317
65675
  };
65318
65676
  }, vue.ExtractPropTypes<{
@@ -65335,7 +65693,7 @@ declare const VSkeletonLoader: {
65335
65693
  default: string;
65336
65694
  };
65337
65695
  type: {
65338
- type: PropType<"button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[]>;
65696
+ type: PropType<"button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot" | ("button" | "article" | "table" | "image" | "text" | "table-row" | "list-item" | "sentences" | "heading" | "subtitle" | "divider" | "chip" | "actions" | "avatar" | "paragraph" | "card" | "card-avatar" | "date-picker" | "date-picker-options" | "date-picker-days" | "list-item-avatar" | "list-item-two-line" | "list-item-avatar-two-line" | "list-item-three-line" | "list-item-avatar-three-line" | "table-heading" | "table-thead" | "table-tbody" | "table-row-divider" | "table-tfoot")[]>;
65339
65697
  default: string;
65340
65698
  };
65341
65699
  }>>;