@vuetify/nightly 3.8.5-dev.2025-05-14 → 3.8.5-master.2025-05-15

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 (82) hide show
  1. package/CHANGELOG.md +6 -19
  2. package/dist/json/attributes.json +3205 -3221
  3. package/dist/json/importMap-labs.json +12 -12
  4. package/dist/json/importMap.json +136 -136
  5. package/dist/json/tags.json +0 -4
  6. package/dist/json/web-types.json +6164 -6203
  7. package/dist/vuetify-labs.cjs +61 -183
  8. package/dist/vuetify-labs.css +3924 -3952
  9. package/dist/vuetify-labs.d.ts +1479 -1528
  10. package/dist/vuetify-labs.esm.js +62 -184
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +61 -183
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +50 -177
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +4149 -4177
  17. package/dist/vuetify.d.ts +947 -998
  18. package/dist/vuetify.esm.js +51 -178
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +50 -177
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +1178 -1184
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAlert/VAlert.css +1 -6
  26. package/lib/components/VAlert/VAlert.d.ts +0 -35
  27. package/lib/components/VAlert/VAlert.js +9 -14
  28. package/lib/components/VAlert/VAlert.js.map +1 -1
  29. package/lib/components/VAlert/VAlert.sass +1 -7
  30. package/lib/components/VAutocomplete/VAutocomplete.d.ts +178 -178
  31. package/lib/components/VBtnGroup/VBtnGroup.css +7 -30
  32. package/lib/components/VBtnGroup/VBtnGroup.d.ts +32 -58
  33. package/lib/components/VBtnGroup/VBtnGroup.js +3 -7
  34. package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
  35. package/lib/components/VBtnGroup/VBtnGroup.sass +17 -44
  36. package/lib/components/VBtnToggle/VBtnToggle.d.ts +0 -25
  37. package/lib/components/VCheckbox/VCheckbox.d.ts +15 -15
  38. package/lib/components/VCombobox/VCombobox.d.ts +178 -178
  39. package/lib/components/VField/VField.d.ts +3 -3
  40. package/lib/components/VFileInput/VFileInput.d.ts +45 -45
  41. package/lib/components/VInput/VInput.d.ts +16 -16
  42. package/lib/components/VNumberInput/VNumberInput.d.ts +169 -169
  43. package/lib/components/VOverlay/VOverlay.css +1 -1
  44. package/lib/components/VOverlay/_variables.scss +1 -1
  45. package/lib/components/VRadioGroup/VRadioGroup.d.ts +15 -15
  46. package/lib/components/VRangeSlider/VRangeSlider.d.ts +15 -15
  47. package/lib/components/VSelect/VSelect.d.ts +178 -178
  48. package/lib/components/VSlider/VSlider.d.ts +15 -15
  49. package/lib/components/VSwitch/VSwitch.d.ts +15 -15
  50. package/lib/components/VTextField/VTextField.d.ts +57 -57
  51. package/lib/components/VTextarea/VTextarea.d.ts +45 -45
  52. package/lib/components/VValidation/VValidation.d.ts +8 -8
  53. package/lib/composables/calendar.d.ts +0 -1
  54. package/lib/composables/calendar.js.map +1 -1
  55. package/lib/composables/theme.d.ts +1 -6
  56. package/lib/composables/theme.js +26 -94
  57. package/lib/composables/theme.js.map +1 -1
  58. package/lib/composables/validation.d.ts +6 -5
  59. package/lib/composables/validation.js +4 -29
  60. package/lib/composables/validation.js.map +1 -1
  61. package/lib/composables/virtual.js +1 -6
  62. package/lib/composables/virtual.js.map +1 -1
  63. package/lib/entry-bundler.js +1 -1
  64. package/lib/entry-bundler.js.map +1 -1
  65. package/lib/framework.d.ts +45 -50
  66. package/lib/framework.js +1 -1
  67. package/lib/framework.js.map +1 -1
  68. package/lib/labs/VColorInput/VColorInput.d.ts +15 -15
  69. package/lib/labs/VDateInput/VDateInput.d.ts +171 -171
  70. package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
  71. package/lib/labs/VIconBtn/VIconBtn.js +11 -7
  72. package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
  73. package/lib/labs/rules/rules.d.ts +9 -5
  74. package/lib/labs/rules/rules.js +73 -51
  75. package/lib/labs/rules/rules.js.map +1 -1
  76. package/lib/util/globals.d.ts +0 -1
  77. package/lib/util/globals.js +0 -1
  78. package/lib/util/globals.js.map +1 -1
  79. package/package.json +1 -2
  80. package/lib/composables/iconSizes.d.ts +0 -28
  81. package/lib/composables/iconSizes.js +0 -23
  82. package/lib/composables/iconSizes.js.map +0 -1
@@ -52,7 +52,6 @@ export declare const makeVComboboxProps: <Defaults extends {
52
52
  bgColor?: unknown;
53
53
  prependIcon?: unknown;
54
54
  appendIcon?: unknown;
55
- iconColor?: unknown;
56
55
  clearIcon?: unknown;
57
56
  prependInnerIcon?: unknown;
58
57
  'onClick:clear'?: unknown;
@@ -62,6 +61,7 @@ export declare const makeVComboboxProps: <Defaults extends {
62
61
  'onClick:prependInner'?: unknown;
63
62
  centerAffix?: unknown;
64
63
  glow?: unknown;
64
+ iconColor?: unknown;
65
65
  hideSpinButtons?: unknown;
66
66
  hint?: unknown;
67
67
  persistentHint?: unknown;
@@ -284,14 +284,14 @@ export declare const makeVComboboxProps: <Defaults extends {
284
284
  default: unknown extends Defaults["messages"] ? string | readonly string[] : NonNullable<string | readonly string[]> | Defaults["messages"];
285
285
  };
286
286
  rules: unknown extends Defaults["rules"] ? {
287
- type: PropType<readonly import("../../types.js").ValidationRule[]>;
287
+ type: PropType<readonly (import("../../types.js").ValidationRule | import("../../labs/rules/index.js").ValidationAlias)[]>;
288
288
  default: () => never[];
289
289
  } : Omit<{
290
- type: PropType<readonly import("../../types.js").ValidationRule[]>;
290
+ type: PropType<readonly (import("../../types.js").ValidationRule | import("../../labs/rules/index.js").ValidationAlias)[]>;
291
291
  default: () => never[];
292
292
  }, "type" | "default"> & {
293
- type: PropType<unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"]>;
294
- default: unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"];
293
+ type: PropType<unknown extends Defaults["rules"] ? readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[] : readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[] | Defaults["rules"]>;
294
+ default: unknown extends Defaults["rules"] ? readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[] : readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[] | Defaults["rules"];
295
295
  };
296
296
  counter: unknown extends Defaults["counter"] ? (StringConstructor | BooleanConstructor | NumberConstructor)[] : {
297
297
  type: PropType<unknown extends Defaults["counter"] ? string | number | boolean : string | number | boolean | Defaults["counter"]>;
@@ -381,10 +381,6 @@ export declare const makeVComboboxProps: <Defaults extends {
381
381
  type: PropType<unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : import("../../composables/icons.js").IconValue | Defaults["appendIcon"]>;
382
382
  default: unknown extends Defaults["appendIcon"] ? import("../../composables/icons.js").IconValue : NonNullable<import("../../composables/icons.js").IconValue> | Defaults["appendIcon"];
383
383
  };
384
- iconColor: unknown extends Defaults["iconColor"] ? (StringConstructor | BooleanConstructor)[] : {
385
- type: PropType<unknown extends Defaults["iconColor"] ? string | boolean : string | boolean | Defaults["iconColor"]>;
386
- default: unknown extends Defaults["iconColor"] ? string | boolean : NonNullable<string | boolean> | Defaults["iconColor"];
387
- };
388
384
  clearIcon: unknown extends Defaults["clearIcon"] ? {
389
385
  type: PropType<import("../../composables/icons.js").IconValue>;
390
386
  default: string;
@@ -433,6 +429,10 @@ export declare const makeVComboboxProps: <Defaults extends {
433
429
  type: PropType<unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"]>;
434
430
  default: unknown extends Defaults["glow"] ? boolean : boolean | Defaults["glow"];
435
431
  };
432
+ iconColor: unknown extends Defaults["iconColor"] ? (StringConstructor | BooleanConstructor)[] : {
433
+ type: PropType<unknown extends Defaults["iconColor"] ? string | boolean : string | boolean | Defaults["iconColor"]>;
434
+ default: unknown extends Defaults["iconColor"] ? string | boolean : NonNullable<string | boolean> | Defaults["iconColor"];
435
+ };
436
436
  hideSpinButtons: unknown extends Defaults["hideSpinButtons"] ? BooleanConstructor : {
437
437
  type: PropType<unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"]>;
438
438
  default: unknown extends Defaults["hideSpinButtons"] ? boolean : boolean | Defaults["hideSpinButtons"];
@@ -2214,7 +2214,7 @@ export declare const VCombobox: {
2214
2214
  readonly: boolean | null;
2215
2215
  messages: string | readonly string[];
2216
2216
  noDataText: string;
2217
- rules: readonly import("../../types.js").ValidationRule[];
2217
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
2218
2218
  filterMode: import("../../composables/filter.js").FilterMode;
2219
2219
  noFilter: boolean;
2220
2220
  filterKeys: import("../../composables/filter.js").FilterKeys;
@@ -2267,7 +2267,6 @@ export declare const VCombobox: {
2267
2267
  bgColor?: string | undefined;
2268
2268
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2269
2269
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2270
- iconColor?: string | boolean | undefined;
2271
2270
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2272
2271
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
2273
2272
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -2275,6 +2274,7 @@ export declare const VCombobox: {
2275
2274
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2276
2275
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2277
2276
  centerAffix?: boolean | undefined;
2277
+ iconColor?: string | boolean | undefined;
2278
2278
  hint?: string | undefined;
2279
2279
  hideDetails?: boolean | "auto" | undefined;
2280
2280
  suffix?: string | undefined;
@@ -2684,7 +2684,7 @@ export declare const VCombobox: {
2684
2684
  disabled: boolean;
2685
2685
  readonly: boolean | null;
2686
2686
  messages: string | readonly string[];
2687
- rules: readonly import("../../types.js").ValidationRule[];
2687
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
2688
2688
  focused: boolean;
2689
2689
  errorMessages: string | readonly string[] | null;
2690
2690
  maxErrors: string | number;
@@ -2715,7 +2715,7 @@ export declare const VCombobox: {
2715
2715
  disabled: boolean;
2716
2716
  readonly: boolean | null;
2717
2717
  messages: string | readonly string[];
2718
- rules: readonly import("../../types.js").ValidationRule[];
2718
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
2719
2719
  focused: boolean;
2720
2720
  errorMessages: string | readonly string[] | null;
2721
2721
  maxErrors: string | number;
@@ -2754,7 +2754,6 @@ export declare const VCombobox: {
2754
2754
  bgColor?: string | undefined;
2755
2755
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2756
2756
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2757
- iconColor?: string | boolean | undefined;
2758
2757
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2759
2758
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2760
2759
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -2763,6 +2762,7 @@ export declare const VCombobox: {
2763
2762
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2764
2763
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2765
2764
  centerAffix?: boolean | undefined;
2765
+ iconColor?: string | boolean | undefined;
2766
2766
  hint?: string | undefined;
2767
2767
  hideDetails?: boolean | "auto" | undefined;
2768
2768
  suffix?: string | undefined;
@@ -2866,7 +2866,7 @@ export declare const VCombobox: {
2866
2866
  disabled: boolean;
2867
2867
  readonly: boolean | null;
2868
2868
  messages: string | readonly string[];
2869
- rules: readonly import("../../types.js").ValidationRule[];
2869
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
2870
2870
  focused: boolean;
2871
2871
  errorMessages: string | readonly string[] | null;
2872
2872
  maxErrors: string | number;
@@ -2906,7 +2906,6 @@ export declare const VCombobox: {
2906
2906
  bgColor?: string | undefined;
2907
2907
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
2908
2908
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
2909
- iconColor?: string | boolean | undefined;
2910
2909
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2911
2910
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
2912
2911
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -2915,6 +2914,7 @@ export declare const VCombobox: {
2915
2914
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
2916
2915
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
2917
2916
  centerAffix?: boolean | undefined;
2917
+ iconColor?: string | boolean | undefined;
2918
2918
  hint?: string | undefined;
2919
2919
  hideDetails?: boolean | "auto" | undefined;
2920
2920
  suffix?: string | undefined;
@@ -2989,7 +2989,7 @@ export declare const VCombobox: {
2989
2989
  disabled: boolean | null;
2990
2990
  readonly: boolean | null;
2991
2991
  messages: string | readonly string[];
2992
- rules: readonly import("../../types.js").ValidationRule[];
2992
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
2993
2993
  focused: boolean;
2994
2994
  errorMessages: string | readonly string[] | null;
2995
2995
  maxErrors: string | number;
@@ -3005,7 +3005,7 @@ export declare const VCombobox: {
3005
3005
  disabled: boolean | null;
3006
3006
  readonly: boolean | null;
3007
3007
  messages: string | readonly string[];
3008
- rules: readonly import("../../types.js").ValidationRule[];
3008
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
3009
3009
  focused: boolean;
3010
3010
  errorMessages: string | readonly string[] | null;
3011
3011
  maxErrors: string | number;
@@ -3029,9 +3029,9 @@ export declare const VCombobox: {
3029
3029
  baseColor?: string | undefined;
3030
3030
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3031
3031
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3032
- iconColor?: string | boolean | undefined;
3033
3032
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3034
3033
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3034
+ iconColor?: string | boolean | undefined;
3035
3035
  hint?: string | undefined;
3036
3036
  hideDetails?: boolean | "auto" | undefined;
3037
3037
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -3060,7 +3060,7 @@ export declare const VCombobox: {
3060
3060
  disabled: boolean | null;
3061
3061
  readonly: boolean | null;
3062
3062
  messages: string | readonly string[];
3063
- rules: readonly import("../../types.js").ValidationRule[];
3063
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
3064
3064
  focused: boolean;
3065
3065
  errorMessages: string | readonly string[] | null;
3066
3066
  maxErrors: string | number;
@@ -3085,9 +3085,9 @@ export declare const VCombobox: {
3085
3085
  baseColor?: string | undefined;
3086
3086
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3087
3087
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3088
- iconColor?: string | boolean | undefined;
3089
3088
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3090
3089
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3090
+ iconColor?: string | boolean | undefined;
3091
3091
  hint?: string | undefined;
3092
3092
  hideDetails?: boolean | "auto" | undefined;
3093
3093
  } & {}, {
@@ -3105,7 +3105,7 @@ export declare const VCombobox: {
3105
3105
  disabled: boolean | null;
3106
3106
  readonly: boolean | null;
3107
3107
  messages: string | readonly string[];
3108
- rules: readonly import("../../types.js").ValidationRule[];
3108
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
3109
3109
  focused: boolean;
3110
3110
  errorMessages: string | readonly string[] | null;
3111
3111
  maxErrors: string | number;
@@ -3147,7 +3147,7 @@ export declare const VCombobox: {
3147
3147
  disabled: boolean | null;
3148
3148
  readonly: boolean | null;
3149
3149
  messages: string | readonly string[];
3150
- rules: readonly import("../../types.js").ValidationRule[];
3150
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
3151
3151
  focused: boolean;
3152
3152
  errorMessages: string | readonly string[] | null;
3153
3153
  maxErrors: string | number;
@@ -3163,7 +3163,7 @@ export declare const VCombobox: {
3163
3163
  disabled: boolean | null;
3164
3164
  readonly: boolean | null;
3165
3165
  messages: string | readonly string[];
3166
- rules: readonly import("../../types.js").ValidationRule[];
3166
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
3167
3167
  focused: boolean;
3168
3168
  errorMessages: string | readonly string[] | null;
3169
3169
  maxErrors: string | number;
@@ -3188,9 +3188,9 @@ export declare const VCombobox: {
3188
3188
  baseColor?: string | undefined;
3189
3189
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3190
3190
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3191
- iconColor?: string | boolean | undefined;
3192
3191
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3193
3192
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3193
+ iconColor?: string | boolean | undefined;
3194
3194
  hint?: string | undefined;
3195
3195
  hideDetails?: boolean | "auto" | undefined;
3196
3196
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -3202,7 +3202,7 @@ export declare const VCombobox: {
3202
3202
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
3203
3203
  modelValue?: unknown;
3204
3204
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3205
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3205
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3206
3206
  $: import("vue").ComponentInternalInstance;
3207
3207
  $data: {};
3208
3208
  $props: Partial<{
@@ -3249,13 +3249,13 @@ export declare const VCombobox: {
3249
3249
  rounded?: string | number | boolean | undefined;
3250
3250
  baseColor?: string | undefined;
3251
3251
  bgColor?: string | undefined;
3252
- iconColor?: string | boolean | undefined;
3253
3252
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3254
3253
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3255
3254
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3256
3255
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3257
3256
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3258
3257
  centerAffix?: boolean | undefined;
3258
+ iconColor?: string | boolean | undefined;
3259
3259
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
3260
3260
  $attrs: {
3261
3261
  [x: string]: unknown;
@@ -3308,13 +3308,13 @@ export declare const VCombobox: {
3308
3308
  rounded?: string | number | boolean | undefined;
3309
3309
  baseColor?: string | undefined;
3310
3310
  bgColor?: string | undefined;
3311
- iconColor?: string | boolean | undefined;
3312
3311
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3313
3312
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3314
3313
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3315
3314
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3316
3315
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3317
3316
  centerAffix?: boolean | undefined;
3317
+ iconColor?: string | boolean | undefined;
3318
3318
  } & {
3319
3319
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3320
3320
  }, {
@@ -3418,13 +3418,13 @@ export declare const VCombobox: {
3418
3418
  rounded?: string | number | boolean | undefined;
3419
3419
  baseColor?: string | undefined;
3420
3420
  bgColor?: string | undefined;
3421
- iconColor?: string | boolean | undefined;
3422
3421
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3423
3422
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3424
3423
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3425
3424
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3426
3425
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3427
3426
  centerAffix?: boolean | undefined;
3427
+ iconColor?: string | boolean | undefined;
3428
3428
  } & {
3429
3429
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
3430
3430
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -3433,7 +3433,7 @@ export declare const VCombobox: {
3433
3433
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
3434
3434
  modelValue?: unknown;
3435
3435
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3436
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
3436
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
3437
3437
  _allExposed: {
3438
3438
  reset: () => Promise<void>;
3439
3439
  resetValidation: () => Promise<void>;
@@ -3462,7 +3462,7 @@ export declare const VCombobox: {
3462
3462
  disabled: boolean;
3463
3463
  readonly: boolean | null;
3464
3464
  messages: string | readonly string[];
3465
- rules: readonly import("../../types.js").ValidationRule[];
3465
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
3466
3466
  focused: boolean;
3467
3467
  errorMessages: string | readonly string[] | null;
3468
3468
  maxErrors: string | number;
@@ -3530,7 +3530,7 @@ export declare const VCombobox: {
3530
3530
  disabled: boolean;
3531
3531
  readonly: boolean | null;
3532
3532
  messages: string | readonly string[];
3533
- rules: readonly import("../../types.js").ValidationRule[];
3533
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
3534
3534
  focused: boolean;
3535
3535
  errorMessages: string | readonly string[] | null;
3536
3536
  maxErrors: string | number;
@@ -3561,7 +3561,7 @@ export declare const VCombobox: {
3561
3561
  disabled: boolean;
3562
3562
  readonly: boolean | null;
3563
3563
  messages: string | readonly string[];
3564
- rules: readonly import("../../types.js").ValidationRule[];
3564
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
3565
3565
  focused: boolean;
3566
3566
  errorMessages: string | readonly string[] | null;
3567
3567
  maxErrors: string | number;
@@ -3601,7 +3601,6 @@ export declare const VCombobox: {
3601
3601
  bgColor?: string | undefined;
3602
3602
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3603
3603
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3604
- iconColor?: string | boolean | undefined;
3605
3604
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3606
3605
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3607
3606
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -3610,6 +3609,7 @@ export declare const VCombobox: {
3610
3609
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3611
3610
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3612
3611
  centerAffix?: boolean | undefined;
3612
+ iconColor?: string | boolean | undefined;
3613
3613
  hint?: string | undefined;
3614
3614
  hideDetails?: boolean | "auto" | undefined;
3615
3615
  suffix?: string | undefined;
@@ -3684,7 +3684,7 @@ export declare const VCombobox: {
3684
3684
  disabled: boolean | null;
3685
3685
  readonly: boolean | null;
3686
3686
  messages: string | readonly string[];
3687
- rules: readonly import("../../types.js").ValidationRule[];
3687
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
3688
3688
  focused: boolean;
3689
3689
  errorMessages: string | readonly string[] | null;
3690
3690
  maxErrors: string | number;
@@ -3700,7 +3700,7 @@ export declare const VCombobox: {
3700
3700
  disabled: boolean | null;
3701
3701
  readonly: boolean | null;
3702
3702
  messages: string | readonly string[];
3703
- rules: readonly import("../../types.js").ValidationRule[];
3703
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
3704
3704
  focused: boolean;
3705
3705
  errorMessages: string | readonly string[] | null;
3706
3706
  maxErrors: string | number;
@@ -3724,9 +3724,9 @@ export declare const VCombobox: {
3724
3724
  baseColor?: string | undefined;
3725
3725
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3726
3726
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3727
- iconColor?: string | boolean | undefined;
3728
3727
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3729
3728
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3729
+ iconColor?: string | boolean | undefined;
3730
3730
  hint?: string | undefined;
3731
3731
  hideDetails?: boolean | "auto" | undefined;
3732
3732
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -3755,7 +3755,7 @@ export declare const VCombobox: {
3755
3755
  disabled: boolean | null;
3756
3756
  readonly: boolean | null;
3757
3757
  messages: string | readonly string[];
3758
- rules: readonly import("../../types.js").ValidationRule[];
3758
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
3759
3759
  focused: boolean;
3760
3760
  errorMessages: string | readonly string[] | null;
3761
3761
  maxErrors: string | number;
@@ -3780,9 +3780,9 @@ export declare const VCombobox: {
3780
3780
  baseColor?: string | undefined;
3781
3781
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3782
3782
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3783
- iconColor?: string | boolean | undefined;
3784
3783
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3785
3784
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3785
+ iconColor?: string | boolean | undefined;
3786
3786
  hint?: string | undefined;
3787
3787
  hideDetails?: boolean | "auto" | undefined;
3788
3788
  } & {}, {
@@ -3800,7 +3800,7 @@ export declare const VCombobox: {
3800
3800
  disabled: boolean | null;
3801
3801
  readonly: boolean | null;
3802
3802
  messages: string | readonly string[];
3803
- rules: readonly import("../../types.js").ValidationRule[];
3803
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
3804
3804
  focused: boolean;
3805
3805
  errorMessages: string | readonly string[] | null;
3806
3806
  maxErrors: string | number;
@@ -3842,7 +3842,7 @@ export declare const VCombobox: {
3842
3842
  disabled: boolean | null;
3843
3843
  readonly: boolean | null;
3844
3844
  messages: string | readonly string[];
3845
- rules: readonly import("../../types.js").ValidationRule[];
3845
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
3846
3846
  focused: boolean;
3847
3847
  errorMessages: string | readonly string[] | null;
3848
3848
  maxErrors: string | number;
@@ -3858,7 +3858,7 @@ export declare const VCombobox: {
3858
3858
  disabled: boolean | null;
3859
3859
  readonly: boolean | null;
3860
3860
  messages: string | readonly string[];
3861
- rules: readonly import("../../types.js").ValidationRule[];
3861
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
3862
3862
  focused: boolean;
3863
3863
  errorMessages: string | readonly string[] | null;
3864
3864
  maxErrors: string | number;
@@ -3883,9 +3883,9 @@ export declare const VCombobox: {
3883
3883
  baseColor?: string | undefined;
3884
3884
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
3885
3885
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
3886
- iconColor?: string | boolean | undefined;
3887
3886
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
3888
3887
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
3888
+ iconColor?: string | boolean | undefined;
3889
3889
  hint?: string | undefined;
3890
3890
  hideDetails?: boolean | "auto" | undefined;
3891
3891
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -3897,7 +3897,7 @@ export declare const VCombobox: {
3897
3897
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
3898
3898
  modelValue?: unknown;
3899
3899
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
3900
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3900
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
3901
3901
  $: import("vue").ComponentInternalInstance;
3902
3902
  $data: {};
3903
3903
  $props: Partial<{
@@ -3944,13 +3944,13 @@ export declare const VCombobox: {
3944
3944
  rounded?: string | number | boolean | undefined;
3945
3945
  baseColor?: string | undefined;
3946
3946
  bgColor?: string | undefined;
3947
- iconColor?: string | boolean | undefined;
3948
3947
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3949
3948
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
3950
3949
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
3951
3950
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
3952
3951
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
3953
3952
  centerAffix?: boolean | undefined;
3953
+ iconColor?: string | boolean | undefined;
3954
3954
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
3955
3955
  $attrs: {
3956
3956
  [x: string]: unknown;
@@ -4003,13 +4003,13 @@ export declare const VCombobox: {
4003
4003
  rounded?: string | number | boolean | undefined;
4004
4004
  baseColor?: string | undefined;
4005
4005
  bgColor?: string | undefined;
4006
- iconColor?: string | boolean | undefined;
4007
4006
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4008
4007
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4009
4008
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4010
4009
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4011
4010
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4012
4011
  centerAffix?: boolean | undefined;
4012
+ iconColor?: string | boolean | undefined;
4013
4013
  } & {
4014
4014
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4015
4015
  }, {
@@ -4113,13 +4113,13 @@ export declare const VCombobox: {
4113
4113
  rounded?: string | number | boolean | undefined;
4114
4114
  baseColor?: string | undefined;
4115
4115
  bgColor?: string | undefined;
4116
- iconColor?: string | boolean | undefined;
4117
4116
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4118
4117
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4119
4118
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4120
4119
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4121
4120
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4122
4121
  centerAffix?: boolean | undefined;
4122
+ iconColor?: string | boolean | undefined;
4123
4123
  } & {
4124
4124
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4125
4125
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -4128,7 +4128,7 @@ export declare const VCombobox: {
4128
4128
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
4129
4129
  modelValue?: unknown;
4130
4130
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4131
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
4131
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
4132
4132
  _allExposed: {
4133
4133
  reset: () => Promise<void>;
4134
4134
  resetValidation: () => Promise<void>;
@@ -4139,7 +4139,7 @@ export declare const VCombobox: {
4139
4139
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
4140
4140
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
4141
4141
  } | {};
4142
- }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
4142
+ }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
4143
4143
  _allExposed: (HTMLInputElement & Omit<Omit<{
4144
4144
  $: import("vue").ComponentInternalInstance;
4145
4145
  $data: {};
@@ -4150,7 +4150,7 @@ export declare const VCombobox: {
4150
4150
  disabled: boolean | null;
4151
4151
  readonly: boolean | null;
4152
4152
  messages: string | readonly string[];
4153
- rules: readonly import("../../types.js").ValidationRule[];
4153
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
4154
4154
  focused: boolean;
4155
4155
  errorMessages: string | readonly string[] | null;
4156
4156
  maxErrors: string | number;
@@ -4166,7 +4166,7 @@ export declare const VCombobox: {
4166
4166
  disabled: boolean | null;
4167
4167
  readonly: boolean | null;
4168
4168
  messages: string | readonly string[];
4169
- rules: readonly import("../../types.js").ValidationRule[];
4169
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
4170
4170
  focused: boolean;
4171
4171
  errorMessages: string | readonly string[] | null;
4172
4172
  maxErrors: string | number;
@@ -4190,9 +4190,9 @@ export declare const VCombobox: {
4190
4190
  baseColor?: string | undefined;
4191
4191
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4192
4192
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4193
- iconColor?: string | boolean | undefined;
4194
4193
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4195
4194
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4195
+ iconColor?: string | boolean | undefined;
4196
4196
  hint?: string | undefined;
4197
4197
  hideDetails?: boolean | "auto" | undefined;
4198
4198
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -4221,7 +4221,7 @@ export declare const VCombobox: {
4221
4221
  disabled: boolean | null;
4222
4222
  readonly: boolean | null;
4223
4223
  messages: string | readonly string[];
4224
- rules: readonly import("../../types.js").ValidationRule[];
4224
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
4225
4225
  focused: boolean;
4226
4226
  errorMessages: string | readonly string[] | null;
4227
4227
  maxErrors: string | number;
@@ -4246,9 +4246,9 @@ export declare const VCombobox: {
4246
4246
  baseColor?: string | undefined;
4247
4247
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4248
4248
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4249
- iconColor?: string | boolean | undefined;
4250
4249
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4251
4250
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4251
+ iconColor?: string | boolean | undefined;
4252
4252
  hint?: string | undefined;
4253
4253
  hideDetails?: boolean | "auto" | undefined;
4254
4254
  } & {}, {
@@ -4266,7 +4266,7 @@ export declare const VCombobox: {
4266
4266
  disabled: boolean | null;
4267
4267
  readonly: boolean | null;
4268
4268
  messages: string | readonly string[];
4269
- rules: readonly import("../../types.js").ValidationRule[];
4269
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
4270
4270
  focused: boolean;
4271
4271
  errorMessages: string | readonly string[] | null;
4272
4272
  maxErrors: string | number;
@@ -4308,7 +4308,7 @@ export declare const VCombobox: {
4308
4308
  disabled: boolean | null;
4309
4309
  readonly: boolean | null;
4310
4310
  messages: string | readonly string[];
4311
- rules: readonly import("../../types.js").ValidationRule[];
4311
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
4312
4312
  focused: boolean;
4313
4313
  errorMessages: string | readonly string[] | null;
4314
4314
  maxErrors: string | number;
@@ -4324,7 +4324,7 @@ export declare const VCombobox: {
4324
4324
  disabled: boolean | null;
4325
4325
  readonly: boolean | null;
4326
4326
  messages: string | readonly string[];
4327
- rules: readonly import("../../types.js").ValidationRule[];
4327
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
4328
4328
  focused: boolean;
4329
4329
  errorMessages: string | readonly string[] | null;
4330
4330
  maxErrors: string | number;
@@ -4349,9 +4349,9 @@ export declare const VCombobox: {
4349
4349
  baseColor?: string | undefined;
4350
4350
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4351
4351
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4352
- iconColor?: string | boolean | undefined;
4353
4352
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
4354
4353
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
4354
+ iconColor?: string | boolean | undefined;
4355
4355
  hint?: string | undefined;
4356
4356
  hideDetails?: boolean | "auto" | undefined;
4357
4357
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -4363,7 +4363,7 @@ export declare const VCombobox: {
4363
4363
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
4364
4364
  modelValue?: unknown;
4365
4365
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4366
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
4366
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
4367
4367
  $: import("vue").ComponentInternalInstance;
4368
4368
  $data: {};
4369
4369
  $props: Partial<{
@@ -4410,13 +4410,13 @@ export declare const VCombobox: {
4410
4410
  rounded?: string | number | boolean | undefined;
4411
4411
  baseColor?: string | undefined;
4412
4412
  bgColor?: string | undefined;
4413
- iconColor?: string | boolean | undefined;
4414
4413
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4415
4414
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4416
4415
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4417
4416
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4418
4417
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4419
4418
  centerAffix?: boolean | undefined;
4419
+ iconColor?: string | boolean | undefined;
4420
4420
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
4421
4421
  $attrs: {
4422
4422
  [x: string]: unknown;
@@ -4469,13 +4469,13 @@ export declare const VCombobox: {
4469
4469
  rounded?: string | number | boolean | undefined;
4470
4470
  baseColor?: string | undefined;
4471
4471
  bgColor?: string | undefined;
4472
- iconColor?: string | boolean | undefined;
4473
4472
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4474
4473
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4475
4474
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4476
4475
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4477
4476
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4478
4477
  centerAffix?: boolean | undefined;
4478
+ iconColor?: string | boolean | undefined;
4479
4479
  } & {
4480
4480
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4481
4481
  }, {
@@ -4579,13 +4579,13 @@ export declare const VCombobox: {
4579
4579
  rounded?: string | number | boolean | undefined;
4580
4580
  baseColor?: string | undefined;
4581
4581
  bgColor?: string | undefined;
4582
- iconColor?: string | boolean | undefined;
4583
4582
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4584
4583
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4585
4584
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4586
4585
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4587
4586
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4588
4587
  centerAffix?: boolean | undefined;
4588
+ iconColor?: string | boolean | undefined;
4589
4589
  } & {
4590
4590
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4591
4591
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -4594,7 +4594,7 @@ export declare const VCombobox: {
4594
4594
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
4595
4595
  modelValue?: unknown;
4596
4596
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
4597
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
4597
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
4598
4598
  _allExposed: {
4599
4599
  reset: () => Promise<void>;
4600
4600
  resetValidation: () => Promise<void>;
@@ -4639,7 +4639,7 @@ export declare const VCombobox: {
4639
4639
  readonly: boolean | null;
4640
4640
  messages: string | readonly string[];
4641
4641
  noDataText: string;
4642
- rules: readonly import("../../types.js").ValidationRule[];
4642
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
4643
4643
  filterMode: import("../../composables/filter.js").FilterMode;
4644
4644
  noFilter: boolean;
4645
4645
  filterKeys: import("../../composables/filter.js").FilterKeys;
@@ -4728,7 +4728,7 @@ export declare const VCombobox: {
4728
4728
  readonly: boolean | null;
4729
4729
  messages: string | readonly string[];
4730
4730
  noDataText: string;
4731
- rules: readonly import("../../types.js").ValidationRule[];
4731
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
4732
4732
  filterMode: import("../../composables/filter.js").FilterMode;
4733
4733
  noFilter: boolean;
4734
4734
  filterKeys: import("../../composables/filter.js").FilterKeys;
@@ -4781,7 +4781,6 @@ export declare const VCombobox: {
4781
4781
  bgColor?: string | undefined;
4782
4782
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
4783
4783
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
4784
- iconColor?: string | boolean | undefined;
4785
4784
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
4786
4785
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
4787
4786
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -4789,6 +4788,7 @@ export declare const VCombobox: {
4789
4788
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
4790
4789
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
4791
4790
  centerAffix?: boolean | undefined;
4791
+ iconColor?: string | boolean | undefined;
4792
4792
  hint?: string | undefined;
4793
4793
  hideDetails?: boolean | "auto" | undefined;
4794
4794
  suffix?: string | undefined;
@@ -5198,7 +5198,7 @@ export declare const VCombobox: {
5198
5198
  disabled: boolean;
5199
5199
  readonly: boolean | null;
5200
5200
  messages: string | readonly string[];
5201
- rules: readonly import("../../types.js").ValidationRule[];
5201
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
5202
5202
  focused: boolean;
5203
5203
  errorMessages: string | readonly string[] | null;
5204
5204
  maxErrors: string | number;
@@ -5229,7 +5229,7 @@ export declare const VCombobox: {
5229
5229
  disabled: boolean;
5230
5230
  readonly: boolean | null;
5231
5231
  messages: string | readonly string[];
5232
- rules: readonly import("../../types.js").ValidationRule[];
5232
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
5233
5233
  focused: boolean;
5234
5234
  errorMessages: string | readonly string[] | null;
5235
5235
  maxErrors: string | number;
@@ -5268,7 +5268,6 @@ export declare const VCombobox: {
5268
5268
  bgColor?: string | undefined;
5269
5269
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5270
5270
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5271
- iconColor?: string | boolean | undefined;
5272
5271
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5273
5272
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5274
5273
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -5277,6 +5276,7 @@ export declare const VCombobox: {
5277
5276
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5278
5277
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5279
5278
  centerAffix?: boolean | undefined;
5279
+ iconColor?: string | boolean | undefined;
5280
5280
  hint?: string | undefined;
5281
5281
  hideDetails?: boolean | "auto" | undefined;
5282
5282
  suffix?: string | undefined;
@@ -5380,7 +5380,7 @@ export declare const VCombobox: {
5380
5380
  disabled: boolean;
5381
5381
  readonly: boolean | null;
5382
5382
  messages: string | readonly string[];
5383
- rules: readonly import("../../types.js").ValidationRule[];
5383
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
5384
5384
  focused: boolean;
5385
5385
  errorMessages: string | readonly string[] | null;
5386
5386
  maxErrors: string | number;
@@ -5420,7 +5420,6 @@ export declare const VCombobox: {
5420
5420
  bgColor?: string | undefined;
5421
5421
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5422
5422
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5423
- iconColor?: string | boolean | undefined;
5424
5423
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5425
5424
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5426
5425
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -5429,6 +5428,7 @@ export declare const VCombobox: {
5429
5428
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5430
5429
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5431
5430
  centerAffix?: boolean | undefined;
5431
+ iconColor?: string | boolean | undefined;
5432
5432
  hint?: string | undefined;
5433
5433
  hideDetails?: boolean | "auto" | undefined;
5434
5434
  suffix?: string | undefined;
@@ -5503,7 +5503,7 @@ export declare const VCombobox: {
5503
5503
  disabled: boolean | null;
5504
5504
  readonly: boolean | null;
5505
5505
  messages: string | readonly string[];
5506
- rules: readonly import("../../types.js").ValidationRule[];
5506
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
5507
5507
  focused: boolean;
5508
5508
  errorMessages: string | readonly string[] | null;
5509
5509
  maxErrors: string | number;
@@ -5519,7 +5519,7 @@ export declare const VCombobox: {
5519
5519
  disabled: boolean | null;
5520
5520
  readonly: boolean | null;
5521
5521
  messages: string | readonly string[];
5522
- rules: readonly import("../../types.js").ValidationRule[];
5522
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
5523
5523
  focused: boolean;
5524
5524
  errorMessages: string | readonly string[] | null;
5525
5525
  maxErrors: string | number;
@@ -5543,9 +5543,9 @@ export declare const VCombobox: {
5543
5543
  baseColor?: string | undefined;
5544
5544
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5545
5545
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5546
- iconColor?: string | boolean | undefined;
5547
5546
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5548
5547
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5548
+ iconColor?: string | boolean | undefined;
5549
5549
  hint?: string | undefined;
5550
5550
  hideDetails?: boolean | "auto" | undefined;
5551
5551
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -5574,7 +5574,7 @@ export declare const VCombobox: {
5574
5574
  disabled: boolean | null;
5575
5575
  readonly: boolean | null;
5576
5576
  messages: string | readonly string[];
5577
- rules: readonly import("../../types.js").ValidationRule[];
5577
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
5578
5578
  focused: boolean;
5579
5579
  errorMessages: string | readonly string[] | null;
5580
5580
  maxErrors: string | number;
@@ -5599,9 +5599,9 @@ export declare const VCombobox: {
5599
5599
  baseColor?: string | undefined;
5600
5600
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5601
5601
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5602
- iconColor?: string | boolean | undefined;
5603
5602
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5604
5603
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5604
+ iconColor?: string | boolean | undefined;
5605
5605
  hint?: string | undefined;
5606
5606
  hideDetails?: boolean | "auto" | undefined;
5607
5607
  } & {}, {
@@ -5619,7 +5619,7 @@ export declare const VCombobox: {
5619
5619
  disabled: boolean | null;
5620
5620
  readonly: boolean | null;
5621
5621
  messages: string | readonly string[];
5622
- rules: readonly import("../../types.js").ValidationRule[];
5622
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
5623
5623
  focused: boolean;
5624
5624
  errorMessages: string | readonly string[] | null;
5625
5625
  maxErrors: string | number;
@@ -5661,7 +5661,7 @@ export declare const VCombobox: {
5661
5661
  disabled: boolean | null;
5662
5662
  readonly: boolean | null;
5663
5663
  messages: string | readonly string[];
5664
- rules: readonly import("../../types.js").ValidationRule[];
5664
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
5665
5665
  focused: boolean;
5666
5666
  errorMessages: string | readonly string[] | null;
5667
5667
  maxErrors: string | number;
@@ -5677,7 +5677,7 @@ export declare const VCombobox: {
5677
5677
  disabled: boolean | null;
5678
5678
  readonly: boolean | null;
5679
5679
  messages: string | readonly string[];
5680
- rules: readonly import("../../types.js").ValidationRule[];
5680
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
5681
5681
  focused: boolean;
5682
5682
  errorMessages: string | readonly string[] | null;
5683
5683
  maxErrors: string | number;
@@ -5702,9 +5702,9 @@ export declare const VCombobox: {
5702
5702
  baseColor?: string | undefined;
5703
5703
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
5704
5704
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
5705
- iconColor?: string | boolean | undefined;
5706
5705
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
5707
5706
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
5707
+ iconColor?: string | boolean | undefined;
5708
5708
  hint?: string | undefined;
5709
5709
  hideDetails?: boolean | "auto" | undefined;
5710
5710
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -5716,7 +5716,7 @@ export declare const VCombobox: {
5716
5716
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
5717
5717
  modelValue?: unknown;
5718
5718
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5719
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
5719
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
5720
5720
  $: import("vue").ComponentInternalInstance;
5721
5721
  $data: {};
5722
5722
  $props: Partial<{
@@ -5763,13 +5763,13 @@ export declare const VCombobox: {
5763
5763
  rounded?: string | number | boolean | undefined;
5764
5764
  baseColor?: string | undefined;
5765
5765
  bgColor?: string | undefined;
5766
- iconColor?: string | boolean | undefined;
5767
5766
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5768
5767
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5769
5768
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5770
5769
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5771
5770
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5772
5771
  centerAffix?: boolean | undefined;
5772
+ iconColor?: string | boolean | undefined;
5773
5773
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
5774
5774
  $attrs: {
5775
5775
  [x: string]: unknown;
@@ -5822,13 +5822,13 @@ export declare const VCombobox: {
5822
5822
  rounded?: string | number | boolean | undefined;
5823
5823
  baseColor?: string | undefined;
5824
5824
  bgColor?: string | undefined;
5825
- iconColor?: string | boolean | undefined;
5826
5825
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5827
5826
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5828
5827
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5829
5828
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5830
5829
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5831
5830
  centerAffix?: boolean | undefined;
5831
+ iconColor?: string | boolean | undefined;
5832
5832
  } & {
5833
5833
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5834
5834
  }, {
@@ -5932,13 +5932,13 @@ export declare const VCombobox: {
5932
5932
  rounded?: string | number | boolean | undefined;
5933
5933
  baseColor?: string | undefined;
5934
5934
  bgColor?: string | undefined;
5935
- iconColor?: string | boolean | undefined;
5936
5935
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5937
5936
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
5938
5937
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
5939
5938
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
5940
5939
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
5941
5940
  centerAffix?: boolean | undefined;
5941
+ iconColor?: string | boolean | undefined;
5942
5942
  } & {
5943
5943
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5944
5944
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -5947,7 +5947,7 @@ export declare const VCombobox: {
5947
5947
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
5948
5948
  modelValue?: unknown;
5949
5949
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
5950
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
5950
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
5951
5951
  _allExposed: {
5952
5952
  reset: () => Promise<void>;
5953
5953
  resetValidation: () => Promise<void>;
@@ -5976,7 +5976,7 @@ export declare const VCombobox: {
5976
5976
  disabled: boolean;
5977
5977
  readonly: boolean | null;
5978
5978
  messages: string | readonly string[];
5979
- rules: readonly import("../../types.js").ValidationRule[];
5979
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
5980
5980
  focused: boolean;
5981
5981
  errorMessages: string | readonly string[] | null;
5982
5982
  maxErrors: string | number;
@@ -6044,7 +6044,7 @@ export declare const VCombobox: {
6044
6044
  disabled: boolean;
6045
6045
  readonly: boolean | null;
6046
6046
  messages: string | readonly string[];
6047
- rules: readonly import("../../types.js").ValidationRule[];
6047
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
6048
6048
  focused: boolean;
6049
6049
  errorMessages: string | readonly string[] | null;
6050
6050
  maxErrors: string | number;
@@ -6075,7 +6075,7 @@ export declare const VCombobox: {
6075
6075
  disabled: boolean;
6076
6076
  readonly: boolean | null;
6077
6077
  messages: string | readonly string[];
6078
- rules: readonly import("../../types.js").ValidationRule[];
6078
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
6079
6079
  focused: boolean;
6080
6080
  errorMessages: string | readonly string[] | null;
6081
6081
  maxErrors: string | number;
@@ -6115,7 +6115,6 @@ export declare const VCombobox: {
6115
6115
  bgColor?: string | undefined;
6116
6116
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6117
6117
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6118
- iconColor?: string | boolean | undefined;
6119
6118
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6120
6119
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6121
6120
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -6124,6 +6123,7 @@ export declare const VCombobox: {
6124
6123
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6125
6124
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6126
6125
  centerAffix?: boolean | undefined;
6126
+ iconColor?: string | boolean | undefined;
6127
6127
  hint?: string | undefined;
6128
6128
  hideDetails?: boolean | "auto" | undefined;
6129
6129
  suffix?: string | undefined;
@@ -6198,7 +6198,7 @@ export declare const VCombobox: {
6198
6198
  disabled: boolean | null;
6199
6199
  readonly: boolean | null;
6200
6200
  messages: string | readonly string[];
6201
- rules: readonly import("../../types.js").ValidationRule[];
6201
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
6202
6202
  focused: boolean;
6203
6203
  errorMessages: string | readonly string[] | null;
6204
6204
  maxErrors: string | number;
@@ -6214,7 +6214,7 @@ export declare const VCombobox: {
6214
6214
  disabled: boolean | null;
6215
6215
  readonly: boolean | null;
6216
6216
  messages: string | readonly string[];
6217
- rules: readonly import("../../types.js").ValidationRule[];
6217
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
6218
6218
  focused: boolean;
6219
6219
  errorMessages: string | readonly string[] | null;
6220
6220
  maxErrors: string | number;
@@ -6238,9 +6238,9 @@ export declare const VCombobox: {
6238
6238
  baseColor?: string | undefined;
6239
6239
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6240
6240
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6241
- iconColor?: string | boolean | undefined;
6242
6241
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6243
6242
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6243
+ iconColor?: string | boolean | undefined;
6244
6244
  hint?: string | undefined;
6245
6245
  hideDetails?: boolean | "auto" | undefined;
6246
6246
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -6269,7 +6269,7 @@ export declare const VCombobox: {
6269
6269
  disabled: boolean | null;
6270
6270
  readonly: boolean | null;
6271
6271
  messages: string | readonly string[];
6272
- rules: readonly import("../../types.js").ValidationRule[];
6272
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
6273
6273
  focused: boolean;
6274
6274
  errorMessages: string | readonly string[] | null;
6275
6275
  maxErrors: string | number;
@@ -6294,9 +6294,9 @@ export declare const VCombobox: {
6294
6294
  baseColor?: string | undefined;
6295
6295
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6296
6296
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6297
- iconColor?: string | boolean | undefined;
6298
6297
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6299
6298
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6299
+ iconColor?: string | boolean | undefined;
6300
6300
  hint?: string | undefined;
6301
6301
  hideDetails?: boolean | "auto" | undefined;
6302
6302
  } & {}, {
@@ -6314,7 +6314,7 @@ export declare const VCombobox: {
6314
6314
  disabled: boolean | null;
6315
6315
  readonly: boolean | null;
6316
6316
  messages: string | readonly string[];
6317
- rules: readonly import("../../types.js").ValidationRule[];
6317
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
6318
6318
  focused: boolean;
6319
6319
  errorMessages: string | readonly string[] | null;
6320
6320
  maxErrors: string | number;
@@ -6356,7 +6356,7 @@ export declare const VCombobox: {
6356
6356
  disabled: boolean | null;
6357
6357
  readonly: boolean | null;
6358
6358
  messages: string | readonly string[];
6359
- rules: readonly import("../../types.js").ValidationRule[];
6359
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
6360
6360
  focused: boolean;
6361
6361
  errorMessages: string | readonly string[] | null;
6362
6362
  maxErrors: string | number;
@@ -6372,7 +6372,7 @@ export declare const VCombobox: {
6372
6372
  disabled: boolean | null;
6373
6373
  readonly: boolean | null;
6374
6374
  messages: string | readonly string[];
6375
- rules: readonly import("../../types.js").ValidationRule[];
6375
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
6376
6376
  focused: boolean;
6377
6377
  errorMessages: string | readonly string[] | null;
6378
6378
  maxErrors: string | number;
@@ -6397,9 +6397,9 @@ export declare const VCombobox: {
6397
6397
  baseColor?: string | undefined;
6398
6398
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6399
6399
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6400
- iconColor?: string | boolean | undefined;
6401
6400
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6402
6401
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6402
+ iconColor?: string | boolean | undefined;
6403
6403
  hint?: string | undefined;
6404
6404
  hideDetails?: boolean | "auto" | undefined;
6405
6405
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -6411,7 +6411,7 @@ export declare const VCombobox: {
6411
6411
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
6412
6412
  modelValue?: unknown;
6413
6413
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6414
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6414
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6415
6415
  $: import("vue").ComponentInternalInstance;
6416
6416
  $data: {};
6417
6417
  $props: Partial<{
@@ -6458,13 +6458,13 @@ export declare const VCombobox: {
6458
6458
  rounded?: string | number | boolean | undefined;
6459
6459
  baseColor?: string | undefined;
6460
6460
  bgColor?: string | undefined;
6461
- iconColor?: string | boolean | undefined;
6462
6461
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6463
6462
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6464
6463
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6465
6464
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6466
6465
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6467
6466
  centerAffix?: boolean | undefined;
6467
+ iconColor?: string | boolean | undefined;
6468
6468
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
6469
6469
  $attrs: {
6470
6470
  [x: string]: unknown;
@@ -6517,13 +6517,13 @@ export declare const VCombobox: {
6517
6517
  rounded?: string | number | boolean | undefined;
6518
6518
  baseColor?: string | undefined;
6519
6519
  bgColor?: string | undefined;
6520
- iconColor?: string | boolean | undefined;
6521
6520
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6522
6521
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6523
6522
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6524
6523
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6525
6524
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6526
6525
  centerAffix?: boolean | undefined;
6526
+ iconColor?: string | boolean | undefined;
6527
6527
  } & {
6528
6528
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6529
6529
  }, {
@@ -6627,13 +6627,13 @@ export declare const VCombobox: {
6627
6627
  rounded?: string | number | boolean | undefined;
6628
6628
  baseColor?: string | undefined;
6629
6629
  bgColor?: string | undefined;
6630
- iconColor?: string | boolean | undefined;
6631
6630
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6632
6631
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6633
6632
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6634
6633
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6635
6634
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6636
6635
  centerAffix?: boolean | undefined;
6636
+ iconColor?: string | boolean | undefined;
6637
6637
  } & {
6638
6638
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6639
6639
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -6642,7 +6642,7 @@ export declare const VCombobox: {
6642
6642
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
6643
6643
  modelValue?: unknown;
6644
6644
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6645
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
6645
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
6646
6646
  _allExposed: {
6647
6647
  reset: () => Promise<void>;
6648
6648
  resetValidation: () => Promise<void>;
@@ -6653,7 +6653,7 @@ export declare const VCombobox: {
6653
6653
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
6654
6654
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
6655
6655
  } | {};
6656
- }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
6656
+ }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
6657
6657
  _allExposed: (HTMLInputElement & Omit<Omit<{
6658
6658
  $: import("vue").ComponentInternalInstance;
6659
6659
  $data: {};
@@ -6664,7 +6664,7 @@ export declare const VCombobox: {
6664
6664
  disabled: boolean | null;
6665
6665
  readonly: boolean | null;
6666
6666
  messages: string | readonly string[];
6667
- rules: readonly import("../../types.js").ValidationRule[];
6667
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
6668
6668
  focused: boolean;
6669
6669
  errorMessages: string | readonly string[] | null;
6670
6670
  maxErrors: string | number;
@@ -6680,7 +6680,7 @@ export declare const VCombobox: {
6680
6680
  disabled: boolean | null;
6681
6681
  readonly: boolean | null;
6682
6682
  messages: string | readonly string[];
6683
- rules: readonly import("../../types.js").ValidationRule[];
6683
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
6684
6684
  focused: boolean;
6685
6685
  errorMessages: string | readonly string[] | null;
6686
6686
  maxErrors: string | number;
@@ -6704,9 +6704,9 @@ export declare const VCombobox: {
6704
6704
  baseColor?: string | undefined;
6705
6705
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6706
6706
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6707
- iconColor?: string | boolean | undefined;
6708
6707
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6709
6708
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6709
+ iconColor?: string | boolean | undefined;
6710
6710
  hint?: string | undefined;
6711
6711
  hideDetails?: boolean | "auto" | undefined;
6712
6712
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -6735,7 +6735,7 @@ export declare const VCombobox: {
6735
6735
  disabled: boolean | null;
6736
6736
  readonly: boolean | null;
6737
6737
  messages: string | readonly string[];
6738
- rules: readonly import("../../types.js").ValidationRule[];
6738
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
6739
6739
  focused: boolean;
6740
6740
  errorMessages: string | readonly string[] | null;
6741
6741
  maxErrors: string | number;
@@ -6760,9 +6760,9 @@ export declare const VCombobox: {
6760
6760
  baseColor?: string | undefined;
6761
6761
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6762
6762
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6763
- iconColor?: string | boolean | undefined;
6764
6763
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6765
6764
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6765
+ iconColor?: string | boolean | undefined;
6766
6766
  hint?: string | undefined;
6767
6767
  hideDetails?: boolean | "auto" | undefined;
6768
6768
  } & {}, {
@@ -6780,7 +6780,7 @@ export declare const VCombobox: {
6780
6780
  disabled: boolean | null;
6781
6781
  readonly: boolean | null;
6782
6782
  messages: string | readonly string[];
6783
- rules: readonly import("../../types.js").ValidationRule[];
6783
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
6784
6784
  focused: boolean;
6785
6785
  errorMessages: string | readonly string[] | null;
6786
6786
  maxErrors: string | number;
@@ -6822,7 +6822,7 @@ export declare const VCombobox: {
6822
6822
  disabled: boolean | null;
6823
6823
  readonly: boolean | null;
6824
6824
  messages: string | readonly string[];
6825
- rules: readonly import("../../types.js").ValidationRule[];
6825
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
6826
6826
  focused: boolean;
6827
6827
  errorMessages: string | readonly string[] | null;
6828
6828
  maxErrors: string | number;
@@ -6838,7 +6838,7 @@ export declare const VCombobox: {
6838
6838
  disabled: boolean | null;
6839
6839
  readonly: boolean | null;
6840
6840
  messages: string | readonly string[];
6841
- rules: readonly import("../../types.js").ValidationRule[];
6841
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
6842
6842
  focused: boolean;
6843
6843
  errorMessages: string | readonly string[] | null;
6844
6844
  maxErrors: string | number;
@@ -6863,9 +6863,9 @@ export declare const VCombobox: {
6863
6863
  baseColor?: string | undefined;
6864
6864
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
6865
6865
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
6866
- iconColor?: string | boolean | undefined;
6867
6866
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
6868
6867
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
6868
+ iconColor?: string | boolean | undefined;
6869
6869
  hint?: string | undefined;
6870
6870
  hideDetails?: boolean | "auto" | undefined;
6871
6871
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -6877,7 +6877,7 @@ export declare const VCombobox: {
6877
6877
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
6878
6878
  modelValue?: unknown;
6879
6879
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
6880
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6880
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
6881
6881
  $: import("vue").ComponentInternalInstance;
6882
6882
  $data: {};
6883
6883
  $props: Partial<{
@@ -6924,13 +6924,13 @@ export declare const VCombobox: {
6924
6924
  rounded?: string | number | boolean | undefined;
6925
6925
  baseColor?: string | undefined;
6926
6926
  bgColor?: string | undefined;
6927
- iconColor?: string | boolean | undefined;
6928
6927
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6929
6928
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6930
6929
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6931
6930
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6932
6931
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6933
6932
  centerAffix?: boolean | undefined;
6933
+ iconColor?: string | boolean | undefined;
6934
6934
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
6935
6935
  $attrs: {
6936
6936
  [x: string]: unknown;
@@ -6983,13 +6983,13 @@ export declare const VCombobox: {
6983
6983
  rounded?: string | number | boolean | undefined;
6984
6984
  baseColor?: string | undefined;
6985
6985
  bgColor?: string | undefined;
6986
- iconColor?: string | boolean | undefined;
6987
6986
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6988
6987
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
6989
6988
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
6990
6989
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
6991
6990
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
6992
6991
  centerAffix?: boolean | undefined;
6992
+ iconColor?: string | boolean | undefined;
6993
6993
  } & {
6994
6994
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6995
6995
  }, {
@@ -7093,13 +7093,13 @@ export declare const VCombobox: {
7093
7093
  rounded?: string | number | boolean | undefined;
7094
7094
  baseColor?: string | undefined;
7095
7095
  bgColor?: string | undefined;
7096
- iconColor?: string | boolean | undefined;
7097
7096
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7098
7097
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7099
7098
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
7100
7099
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7101
7100
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7102
7101
  centerAffix?: boolean | undefined;
7102
+ iconColor?: string | boolean | undefined;
7103
7103
  } & {
7104
7104
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
7105
7105
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -7108,7 +7108,7 @@ export declare const VCombobox: {
7108
7108
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
7109
7109
  modelValue?: unknown;
7110
7110
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
7111
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
7111
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
7112
7112
  _allExposed: {
7113
7113
  reset: () => Promise<void>;
7114
7114
  resetValidation: () => Promise<void>;
@@ -7148,7 +7148,7 @@ export declare const VCombobox: {
7148
7148
  readonly: boolean | null;
7149
7149
  messages: string | readonly string[];
7150
7150
  noDataText: string;
7151
- rules: readonly import("../../types.js").ValidationRule[];
7151
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
7152
7152
  filterMode: import("../../composables/filter.js").FilterMode;
7153
7153
  noFilter: boolean;
7154
7154
  filterKeys: import("../../composables/filter.js").FilterKeys;
@@ -7202,7 +7202,7 @@ export declare const VCombobox: {
7202
7202
  readonly: boolean | null;
7203
7203
  messages: string | readonly string[];
7204
7204
  noDataText: string;
7205
- rules: readonly import("../../types.js").ValidationRule[];
7205
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
7206
7206
  filterMode: import("../../composables/filter.js").FilterMode;
7207
7207
  noFilter: boolean;
7208
7208
  filterKeys: import("../../composables/filter.js").FilterKeys;
@@ -7255,7 +7255,6 @@ export declare const VCombobox: {
7255
7255
  bgColor?: string | undefined;
7256
7256
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
7257
7257
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
7258
- iconColor?: string | boolean | undefined;
7259
7258
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7260
7259
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
7261
7260
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
@@ -7263,6 +7262,7 @@ export declare const VCombobox: {
7263
7262
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7264
7263
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7265
7264
  centerAffix?: boolean | undefined;
7265
+ iconColor?: string | boolean | undefined;
7266
7266
  hint?: string | undefined;
7267
7267
  hideDetails?: boolean | "auto" | undefined;
7268
7268
  suffix?: string | undefined;
@@ -7672,7 +7672,7 @@ export declare const VCombobox: {
7672
7672
  disabled: boolean;
7673
7673
  readonly: boolean | null;
7674
7674
  messages: string | readonly string[];
7675
- rules: readonly import("../../types.js").ValidationRule[];
7675
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
7676
7676
  focused: boolean;
7677
7677
  errorMessages: string | readonly string[] | null;
7678
7678
  maxErrors: string | number;
@@ -7703,7 +7703,7 @@ export declare const VCombobox: {
7703
7703
  disabled: boolean;
7704
7704
  readonly: boolean | null;
7705
7705
  messages: string | readonly string[];
7706
- rules: readonly import("../../types.js").ValidationRule[];
7706
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
7707
7707
  focused: boolean;
7708
7708
  errorMessages: string | readonly string[] | null;
7709
7709
  maxErrors: string | number;
@@ -7742,7 +7742,6 @@ export declare const VCombobox: {
7742
7742
  bgColor?: string | undefined;
7743
7743
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
7744
7744
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
7745
- iconColor?: string | boolean | undefined;
7746
7745
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7747
7746
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7748
7747
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -7751,6 +7750,7 @@ export declare const VCombobox: {
7751
7750
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7752
7751
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7753
7752
  centerAffix?: boolean | undefined;
7753
+ iconColor?: string | boolean | undefined;
7754
7754
  hint?: string | undefined;
7755
7755
  hideDetails?: boolean | "auto" | undefined;
7756
7756
  suffix?: string | undefined;
@@ -7854,7 +7854,7 @@ export declare const VCombobox: {
7854
7854
  disabled: boolean;
7855
7855
  readonly: boolean | null;
7856
7856
  messages: string | readonly string[];
7857
- rules: readonly import("../../types.js").ValidationRule[];
7857
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
7858
7858
  focused: boolean;
7859
7859
  errorMessages: string | readonly string[] | null;
7860
7860
  maxErrors: string | number;
@@ -7894,7 +7894,6 @@ export declare const VCombobox: {
7894
7894
  bgColor?: string | undefined;
7895
7895
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
7896
7896
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
7897
- iconColor?: string | boolean | undefined;
7898
7897
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7899
7898
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
7900
7899
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -7903,6 +7902,7 @@ export declare const VCombobox: {
7903
7902
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
7904
7903
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
7905
7904
  centerAffix?: boolean | undefined;
7905
+ iconColor?: string | boolean | undefined;
7906
7906
  hint?: string | undefined;
7907
7907
  hideDetails?: boolean | "auto" | undefined;
7908
7908
  suffix?: string | undefined;
@@ -7977,7 +7977,7 @@ export declare const VCombobox: {
7977
7977
  disabled: boolean | null;
7978
7978
  readonly: boolean | null;
7979
7979
  messages: string | readonly string[];
7980
- rules: readonly import("../../types.js").ValidationRule[];
7980
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
7981
7981
  focused: boolean;
7982
7982
  errorMessages: string | readonly string[] | null;
7983
7983
  maxErrors: string | number;
@@ -7993,7 +7993,7 @@ export declare const VCombobox: {
7993
7993
  disabled: boolean | null;
7994
7994
  readonly: boolean | null;
7995
7995
  messages: string | readonly string[];
7996
- rules: readonly import("../../types.js").ValidationRule[];
7996
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
7997
7997
  focused: boolean;
7998
7998
  errorMessages: string | readonly string[] | null;
7999
7999
  maxErrors: string | number;
@@ -8017,9 +8017,9 @@ export declare const VCombobox: {
8017
8017
  baseColor?: string | undefined;
8018
8018
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8019
8019
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8020
- iconColor?: string | boolean | undefined;
8021
8020
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8022
8021
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8022
+ iconColor?: string | boolean | undefined;
8023
8023
  hint?: string | undefined;
8024
8024
  hideDetails?: boolean | "auto" | undefined;
8025
8025
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -8048,7 +8048,7 @@ export declare const VCombobox: {
8048
8048
  disabled: boolean | null;
8049
8049
  readonly: boolean | null;
8050
8050
  messages: string | readonly string[];
8051
- rules: readonly import("../../types.js").ValidationRule[];
8051
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
8052
8052
  focused: boolean;
8053
8053
  errorMessages: string | readonly string[] | null;
8054
8054
  maxErrors: string | number;
@@ -8073,9 +8073,9 @@ export declare const VCombobox: {
8073
8073
  baseColor?: string | undefined;
8074
8074
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8075
8075
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8076
- iconColor?: string | boolean | undefined;
8077
8076
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8078
8077
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8078
+ iconColor?: string | boolean | undefined;
8079
8079
  hint?: string | undefined;
8080
8080
  hideDetails?: boolean | "auto" | undefined;
8081
8081
  } & {}, {
@@ -8093,7 +8093,7 @@ export declare const VCombobox: {
8093
8093
  disabled: boolean | null;
8094
8094
  readonly: boolean | null;
8095
8095
  messages: string | readonly string[];
8096
- rules: readonly import("../../types.js").ValidationRule[];
8096
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
8097
8097
  focused: boolean;
8098
8098
  errorMessages: string | readonly string[] | null;
8099
8099
  maxErrors: string | number;
@@ -8135,7 +8135,7 @@ export declare const VCombobox: {
8135
8135
  disabled: boolean | null;
8136
8136
  readonly: boolean | null;
8137
8137
  messages: string | readonly string[];
8138
- rules: readonly import("../../types.js").ValidationRule[];
8138
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
8139
8139
  focused: boolean;
8140
8140
  errorMessages: string | readonly string[] | null;
8141
8141
  maxErrors: string | number;
@@ -8151,7 +8151,7 @@ export declare const VCombobox: {
8151
8151
  disabled: boolean | null;
8152
8152
  readonly: boolean | null;
8153
8153
  messages: string | readonly string[];
8154
- rules: readonly import("../../types.js").ValidationRule[];
8154
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
8155
8155
  focused: boolean;
8156
8156
  errorMessages: string | readonly string[] | null;
8157
8157
  maxErrors: string | number;
@@ -8176,9 +8176,9 @@ export declare const VCombobox: {
8176
8176
  baseColor?: string | undefined;
8177
8177
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8178
8178
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8179
- iconColor?: string | boolean | undefined;
8180
8179
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8181
8180
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8181
+ iconColor?: string | boolean | undefined;
8182
8182
  hint?: string | undefined;
8183
8183
  hideDetails?: boolean | "auto" | undefined;
8184
8184
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -8190,7 +8190,7 @@ export declare const VCombobox: {
8190
8190
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
8191
8191
  modelValue?: unknown;
8192
8192
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
8193
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
8193
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
8194
8194
  $: import("vue").ComponentInternalInstance;
8195
8195
  $data: {};
8196
8196
  $props: Partial<{
@@ -8237,13 +8237,13 @@ export declare const VCombobox: {
8237
8237
  rounded?: string | number | boolean | undefined;
8238
8238
  baseColor?: string | undefined;
8239
8239
  bgColor?: string | undefined;
8240
- iconColor?: string | boolean | undefined;
8241
8240
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8242
8241
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8243
8242
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8244
8243
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8245
8244
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8246
8245
  centerAffix?: boolean | undefined;
8246
+ iconColor?: string | boolean | undefined;
8247
8247
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
8248
8248
  $attrs: {
8249
8249
  [x: string]: unknown;
@@ -8296,13 +8296,13 @@ export declare const VCombobox: {
8296
8296
  rounded?: string | number | boolean | undefined;
8297
8297
  baseColor?: string | undefined;
8298
8298
  bgColor?: string | undefined;
8299
- iconColor?: string | boolean | undefined;
8300
8299
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8301
8300
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8302
8301
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8303
8302
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8304
8303
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8305
8304
  centerAffix?: boolean | undefined;
8305
+ iconColor?: string | boolean | undefined;
8306
8306
  } & {
8307
8307
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
8308
8308
  }, {
@@ -8406,13 +8406,13 @@ export declare const VCombobox: {
8406
8406
  rounded?: string | number | boolean | undefined;
8407
8407
  baseColor?: string | undefined;
8408
8408
  bgColor?: string | undefined;
8409
- iconColor?: string | boolean | undefined;
8410
8409
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8411
8410
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8412
8411
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8413
8412
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8414
8413
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8415
8414
  centerAffix?: boolean | undefined;
8415
+ iconColor?: string | boolean | undefined;
8416
8416
  } & {
8417
8417
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
8418
8418
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -8421,7 +8421,7 @@ export declare const VCombobox: {
8421
8421
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
8422
8422
  modelValue?: unknown;
8423
8423
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
8424
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
8424
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
8425
8425
  _allExposed: {
8426
8426
  reset: () => Promise<void>;
8427
8427
  resetValidation: () => Promise<void>;
@@ -8450,7 +8450,7 @@ export declare const VCombobox: {
8450
8450
  disabled: boolean;
8451
8451
  readonly: boolean | null;
8452
8452
  messages: string | readonly string[];
8453
- rules: readonly import("../../types.js").ValidationRule[];
8453
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
8454
8454
  focused: boolean;
8455
8455
  errorMessages: string | readonly string[] | null;
8456
8456
  maxErrors: string | number;
@@ -8518,7 +8518,7 @@ export declare const VCombobox: {
8518
8518
  disabled: boolean;
8519
8519
  readonly: boolean | null;
8520
8520
  messages: string | readonly string[];
8521
- rules: readonly import("../../types.js").ValidationRule[];
8521
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
8522
8522
  focused: boolean;
8523
8523
  errorMessages: string | readonly string[] | null;
8524
8524
  maxErrors: string | number;
@@ -8549,7 +8549,7 @@ export declare const VCombobox: {
8549
8549
  disabled: boolean;
8550
8550
  readonly: boolean | null;
8551
8551
  messages: string | readonly string[];
8552
- rules: readonly import("../../types.js").ValidationRule[];
8552
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
8553
8553
  focused: boolean;
8554
8554
  errorMessages: string | readonly string[] | null;
8555
8555
  maxErrors: string | number;
@@ -8589,7 +8589,6 @@ export declare const VCombobox: {
8589
8589
  bgColor?: string | undefined;
8590
8590
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8591
8591
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8592
- iconColor?: string | boolean | undefined;
8593
8592
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8594
8593
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8595
8594
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -8598,6 +8597,7 @@ export declare const VCombobox: {
8598
8597
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8599
8598
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8600
8599
  centerAffix?: boolean | undefined;
8600
+ iconColor?: string | boolean | undefined;
8601
8601
  hint?: string | undefined;
8602
8602
  hideDetails?: boolean | "auto" | undefined;
8603
8603
  suffix?: string | undefined;
@@ -8672,7 +8672,7 @@ export declare const VCombobox: {
8672
8672
  disabled: boolean | null;
8673
8673
  readonly: boolean | null;
8674
8674
  messages: string | readonly string[];
8675
- rules: readonly import("../../types.js").ValidationRule[];
8675
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
8676
8676
  focused: boolean;
8677
8677
  errorMessages: string | readonly string[] | null;
8678
8678
  maxErrors: string | number;
@@ -8688,7 +8688,7 @@ export declare const VCombobox: {
8688
8688
  disabled: boolean | null;
8689
8689
  readonly: boolean | null;
8690
8690
  messages: string | readonly string[];
8691
- rules: readonly import("../../types.js").ValidationRule[];
8691
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
8692
8692
  focused: boolean;
8693
8693
  errorMessages: string | readonly string[] | null;
8694
8694
  maxErrors: string | number;
@@ -8712,9 +8712,9 @@ export declare const VCombobox: {
8712
8712
  baseColor?: string | undefined;
8713
8713
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8714
8714
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8715
- iconColor?: string | boolean | undefined;
8716
8715
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8717
8716
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8717
+ iconColor?: string | boolean | undefined;
8718
8718
  hint?: string | undefined;
8719
8719
  hideDetails?: boolean | "auto" | undefined;
8720
8720
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -8743,7 +8743,7 @@ export declare const VCombobox: {
8743
8743
  disabled: boolean | null;
8744
8744
  readonly: boolean | null;
8745
8745
  messages: string | readonly string[];
8746
- rules: readonly import("../../types.js").ValidationRule[];
8746
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
8747
8747
  focused: boolean;
8748
8748
  errorMessages: string | readonly string[] | null;
8749
8749
  maxErrors: string | number;
@@ -8768,9 +8768,9 @@ export declare const VCombobox: {
8768
8768
  baseColor?: string | undefined;
8769
8769
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8770
8770
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8771
- iconColor?: string | boolean | undefined;
8772
8771
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8773
8772
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8773
+ iconColor?: string | boolean | undefined;
8774
8774
  hint?: string | undefined;
8775
8775
  hideDetails?: boolean | "auto" | undefined;
8776
8776
  } & {}, {
@@ -8788,7 +8788,7 @@ export declare const VCombobox: {
8788
8788
  disabled: boolean | null;
8789
8789
  readonly: boolean | null;
8790
8790
  messages: string | readonly string[];
8791
- rules: readonly import("../../types.js").ValidationRule[];
8791
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
8792
8792
  focused: boolean;
8793
8793
  errorMessages: string | readonly string[] | null;
8794
8794
  maxErrors: string | number;
@@ -8830,7 +8830,7 @@ export declare const VCombobox: {
8830
8830
  disabled: boolean | null;
8831
8831
  readonly: boolean | null;
8832
8832
  messages: string | readonly string[];
8833
- rules: readonly import("../../types.js").ValidationRule[];
8833
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
8834
8834
  focused: boolean;
8835
8835
  errorMessages: string | readonly string[] | null;
8836
8836
  maxErrors: string | number;
@@ -8846,7 +8846,7 @@ export declare const VCombobox: {
8846
8846
  disabled: boolean | null;
8847
8847
  readonly: boolean | null;
8848
8848
  messages: string | readonly string[];
8849
- rules: readonly import("../../types.js").ValidationRule[];
8849
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
8850
8850
  focused: boolean;
8851
8851
  errorMessages: string | readonly string[] | null;
8852
8852
  maxErrors: string | number;
@@ -8871,9 +8871,9 @@ export declare const VCombobox: {
8871
8871
  baseColor?: string | undefined;
8872
8872
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
8873
8873
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
8874
- iconColor?: string | boolean | undefined;
8875
8874
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
8876
8875
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
8876
+ iconColor?: string | boolean | undefined;
8877
8877
  hint?: string | undefined;
8878
8878
  hideDetails?: boolean | "auto" | undefined;
8879
8879
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -8885,7 +8885,7 @@ export declare const VCombobox: {
8885
8885
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
8886
8886
  modelValue?: unknown;
8887
8887
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
8888
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
8888
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
8889
8889
  $: import("vue").ComponentInternalInstance;
8890
8890
  $data: {};
8891
8891
  $props: Partial<{
@@ -8932,13 +8932,13 @@ export declare const VCombobox: {
8932
8932
  rounded?: string | number | boolean | undefined;
8933
8933
  baseColor?: string | undefined;
8934
8934
  bgColor?: string | undefined;
8935
- iconColor?: string | boolean | undefined;
8936
8935
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8937
8936
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8938
8937
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8939
8938
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8940
8939
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
8941
8940
  centerAffix?: boolean | undefined;
8941
+ iconColor?: string | boolean | undefined;
8942
8942
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
8943
8943
  $attrs: {
8944
8944
  [x: string]: unknown;
@@ -8991,13 +8991,13 @@ export declare const VCombobox: {
8991
8991
  rounded?: string | number | boolean | undefined;
8992
8992
  baseColor?: string | undefined;
8993
8993
  bgColor?: string | undefined;
8994
- iconColor?: string | boolean | undefined;
8995
8994
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8996
8995
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
8997
8996
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
8998
8997
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
8999
8998
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9000
8999
  centerAffix?: boolean | undefined;
9000
+ iconColor?: string | boolean | undefined;
9001
9001
  } & {
9002
9002
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
9003
9003
  }, {
@@ -9101,13 +9101,13 @@ export declare const VCombobox: {
9101
9101
  rounded?: string | number | boolean | undefined;
9102
9102
  baseColor?: string | undefined;
9103
9103
  bgColor?: string | undefined;
9104
- iconColor?: string | boolean | undefined;
9105
9104
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9106
9105
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9107
9106
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
9108
9107
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
9109
9108
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9110
9109
  centerAffix?: boolean | undefined;
9110
+ iconColor?: string | boolean | undefined;
9111
9111
  } & {
9112
9112
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
9113
9113
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -9116,7 +9116,7 @@ export declare const VCombobox: {
9116
9116
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
9117
9117
  modelValue?: unknown;
9118
9118
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
9119
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
9119
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
9120
9120
  _allExposed: {
9121
9121
  reset: () => Promise<void>;
9122
9122
  resetValidation: () => Promise<void>;
@@ -9127,7 +9127,7 @@ export declare const VCombobox: {
9127
9127
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
9128
9128
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
9129
9129
  } | {};
9130
- }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
9130
+ }> & {} & import("vue").ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
9131
9131
  _allExposed: (HTMLInputElement & Omit<Omit<{
9132
9132
  $: import("vue").ComponentInternalInstance;
9133
9133
  $data: {};
@@ -9138,7 +9138,7 @@ export declare const VCombobox: {
9138
9138
  disabled: boolean | null;
9139
9139
  readonly: boolean | null;
9140
9140
  messages: string | readonly string[];
9141
- rules: readonly import("../../types.js").ValidationRule[];
9141
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
9142
9142
  focused: boolean;
9143
9143
  errorMessages: string | readonly string[] | null;
9144
9144
  maxErrors: string | number;
@@ -9154,7 +9154,7 @@ export declare const VCombobox: {
9154
9154
  disabled: boolean | null;
9155
9155
  readonly: boolean | null;
9156
9156
  messages: string | readonly string[];
9157
- rules: readonly import("../../types.js").ValidationRule[];
9157
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
9158
9158
  focused: boolean;
9159
9159
  errorMessages: string | readonly string[] | null;
9160
9160
  maxErrors: string | number;
@@ -9178,9 +9178,9 @@ export declare const VCombobox: {
9178
9178
  baseColor?: string | undefined;
9179
9179
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
9180
9180
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
9181
- iconColor?: string | boolean | undefined;
9182
9181
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
9183
9182
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
9183
+ iconColor?: string | boolean | undefined;
9184
9184
  hint?: string | undefined;
9185
9185
  hideDetails?: boolean | "auto" | undefined;
9186
9186
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -9209,7 +9209,7 @@ export declare const VCombobox: {
9209
9209
  disabled: boolean | null;
9210
9210
  readonly: boolean | null;
9211
9211
  messages: string | readonly string[];
9212
- rules: readonly import("../../types.js").ValidationRule[];
9212
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
9213
9213
  focused: boolean;
9214
9214
  errorMessages: string | readonly string[] | null;
9215
9215
  maxErrors: string | number;
@@ -9234,9 +9234,9 @@ export declare const VCombobox: {
9234
9234
  baseColor?: string | undefined;
9235
9235
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
9236
9236
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
9237
- iconColor?: string | boolean | undefined;
9238
9237
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
9239
9238
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
9239
+ iconColor?: string | boolean | undefined;
9240
9240
  hint?: string | undefined;
9241
9241
  hideDetails?: boolean | "auto" | undefined;
9242
9242
  } & {}, {
@@ -9254,7 +9254,7 @@ export declare const VCombobox: {
9254
9254
  disabled: boolean | null;
9255
9255
  readonly: boolean | null;
9256
9256
  messages: string | readonly string[];
9257
- rules: readonly import("../../types.js").ValidationRule[];
9257
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
9258
9258
  focused: boolean;
9259
9259
  errorMessages: string | readonly string[] | null;
9260
9260
  maxErrors: string | number;
@@ -9296,7 +9296,7 @@ export declare const VCombobox: {
9296
9296
  disabled: boolean | null;
9297
9297
  readonly: boolean | null;
9298
9298
  messages: string | readonly string[];
9299
- rules: readonly import("../../types.js").ValidationRule[];
9299
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
9300
9300
  focused: boolean;
9301
9301
  errorMessages: string | readonly string[] | null;
9302
9302
  maxErrors: string | number;
@@ -9312,7 +9312,7 @@ export declare const VCombobox: {
9312
9312
  disabled: boolean | null;
9313
9313
  readonly: boolean | null;
9314
9314
  messages: string | readonly string[];
9315
- rules: readonly import("../../types.js").ValidationRule[];
9315
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
9316
9316
  focused: boolean;
9317
9317
  errorMessages: string | readonly string[] | null;
9318
9318
  maxErrors: string | number;
@@ -9337,9 +9337,9 @@ export declare const VCombobox: {
9337
9337
  baseColor?: string | undefined;
9338
9338
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
9339
9339
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
9340
- iconColor?: string | boolean | undefined;
9341
9340
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
9342
9341
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
9342
+ iconColor?: string | boolean | undefined;
9343
9343
  hint?: string | undefined;
9344
9344
  hideDetails?: boolean | "auto" | undefined;
9345
9345
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -9351,7 +9351,7 @@ export declare const VCombobox: {
9351
9351
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
9352
9352
  modelValue?: unknown;
9353
9353
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
9354
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
9354
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
9355
9355
  $: import("vue").ComponentInternalInstance;
9356
9356
  $data: {};
9357
9357
  $props: Partial<{
@@ -9398,13 +9398,13 @@ export declare const VCombobox: {
9398
9398
  rounded?: string | number | boolean | undefined;
9399
9399
  baseColor?: string | undefined;
9400
9400
  bgColor?: string | undefined;
9401
- iconColor?: string | boolean | undefined;
9402
9401
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9403
9402
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9404
9403
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
9405
9404
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
9406
9405
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9407
9406
  centerAffix?: boolean | undefined;
9407
+ iconColor?: string | boolean | undefined;
9408
9408
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
9409
9409
  $attrs: {
9410
9410
  [x: string]: unknown;
@@ -9457,13 +9457,13 @@ export declare const VCombobox: {
9457
9457
  rounded?: string | number | boolean | undefined;
9458
9458
  baseColor?: string | undefined;
9459
9459
  bgColor?: string | undefined;
9460
- iconColor?: string | boolean | undefined;
9461
9460
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9462
9461
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9463
9462
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
9464
9463
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
9465
9464
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9466
9465
  centerAffix?: boolean | undefined;
9466
+ iconColor?: string | boolean | undefined;
9467
9467
  } & {
9468
9468
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
9469
9469
  }, {
@@ -9567,13 +9567,13 @@ export declare const VCombobox: {
9567
9567
  rounded?: string | number | boolean | undefined;
9568
9568
  baseColor?: string | undefined;
9569
9569
  bgColor?: string | undefined;
9570
- iconColor?: string | boolean | undefined;
9571
9570
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9572
9571
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
9573
9572
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
9574
9573
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
9575
9574
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
9576
9575
  centerAffix?: boolean | undefined;
9576
+ iconColor?: string | boolean | undefined;
9577
9577
  } & {
9578
9578
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
9579
9579
  }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
@@ -9582,7 +9582,7 @@ export declare const VCombobox: {
9582
9582
  }> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
9583
9583
  modelValue?: unknown;
9584
9584
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
9585
- }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "iconColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
9585
+ }, VFieldSlots>, "id" | "color" | "loading" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "iconColor" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`> & {
9586
9586
  _allExposed: {
9587
9587
  reset: () => Promise<void>;
9588
9588
  resetValidation: () => Promise<void>;
@@ -9627,7 +9627,7 @@ export declare const VCombobox: {
9627
9627
  readonly: boolean | null;
9628
9628
  messages: string | readonly string[];
9629
9629
  noDataText: string;
9630
- rules: readonly import("../../types.js").ValidationRule[];
9630
+ rules: readonly (string | boolean | PromiseLike<import("../../composables/validation.js").ValidationResult> | ((value: any) => import("../../composables/validation.js").ValidationResult) | ((value: any) => PromiseLike<import("../../composables/validation.js").ValidationResult>) | [string, any, (string | undefined)?])[];
9631
9631
  filterMode: import("../../composables/filter.js").FilterMode;
9632
9632
  noFilter: boolean;
9633
9633
  filterKeys: import("../../composables/filter.js").FilterKeys;
@@ -9777,7 +9777,7 @@ export declare const VCombobox: {
9777
9777
  default: () => never[];
9778
9778
  };
9779
9779
  rules: {
9780
- type: PropType<readonly import("../../types.js").ValidationRule[]>;
9780
+ type: PropType<readonly (import("../../types.js").ValidationRule | import("../../labs/rules/index.js").ValidationAlias)[]>;
9781
9781
  default: () => never[];
9782
9782
  };
9783
9783
  counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -9810,7 +9810,6 @@ export declare const VCombobox: {
9810
9810
  bgColor: StringConstructor;
9811
9811
  prependIcon: PropType<import("../../composables/icons.js").IconValue>;
9812
9812
  appendIcon: PropType<import("../../composables/icons.js").IconValue>;
9813
- iconColor: (StringConstructor | BooleanConstructor)[];
9814
9813
  clearIcon: {
9815
9814
  type: PropType<import("../../composables/icons.js").IconValue>;
9816
9815
  default: string;
@@ -9826,6 +9825,7 @@ export declare const VCombobox: {
9826
9825
  default: undefined;
9827
9826
  };
9828
9827
  glow: BooleanConstructor;
9828
+ iconColor: (StringConstructor | BooleanConstructor)[];
9829
9829
  hideSpinButtons: BooleanConstructor;
9830
9830
  hint: StringConstructor;
9831
9831
  persistentHint: BooleanConstructor;
@@ -9980,7 +9980,7 @@ export declare const VCombobox: {
9980
9980
  default: () => never[];
9981
9981
  };
9982
9982
  rules: {
9983
- type: PropType<readonly import("../../types.js").ValidationRule[]>;
9983
+ type: PropType<readonly (import("../../types.js").ValidationRule | import("../../labs/rules/index.js").ValidationAlias)[]>;
9984
9984
  default: () => never[];
9985
9985
  };
9986
9986
  counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -10013,7 +10013,6 @@ export declare const VCombobox: {
10013
10013
  bgColor: StringConstructor;
10014
10014
  prependIcon: PropType<import("../../composables/icons.js").IconValue>;
10015
10015
  appendIcon: PropType<import("../../composables/icons.js").IconValue>;
10016
- iconColor: (StringConstructor | BooleanConstructor)[];
10017
10016
  clearIcon: {
10018
10017
  type: PropType<import("../../composables/icons.js").IconValue>;
10019
10018
  default: string;
@@ -10029,6 +10028,7 @@ export declare const VCombobox: {
10029
10028
  default: undefined;
10030
10029
  };
10031
10030
  glow: BooleanConstructor;
10031
+ iconColor: (StringConstructor | BooleanConstructor)[];
10032
10032
  hideSpinButtons: BooleanConstructor;
10033
10033
  hint: StringConstructor;
10034
10034
  persistentHint: BooleanConstructor;