@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.
- package/CHANGELOG.md +6 -19
- package/dist/json/attributes.json +3205 -3221
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +136 -136
- package/dist/json/tags.json +0 -4
- package/dist/json/web-types.json +6164 -6203
- package/dist/vuetify-labs.cjs +61 -183
- package/dist/vuetify-labs.css +3924 -3952
- package/dist/vuetify-labs.d.ts +1479 -1528
- package/dist/vuetify-labs.esm.js +62 -184
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +61 -183
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +50 -177
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4149 -4177
- package/dist/vuetify.d.ts +947 -998
- package/dist/vuetify.esm.js +51 -178
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +50 -177
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1178 -1184
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +1 -6
- package/lib/components/VAlert/VAlert.d.ts +0 -35
- package/lib/components/VAlert/VAlert.js +9 -14
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +1 -7
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +178 -178
- package/lib/components/VBtnGroup/VBtnGroup.css +7 -30
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +32 -58
- package/lib/components/VBtnGroup/VBtnGroup.js +3 -7
- package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +17 -44
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +0 -25
- package/lib/components/VCheckbox/VCheckbox.d.ts +15 -15
- package/lib/components/VCombobox/VCombobox.d.ts +178 -178
- package/lib/components/VField/VField.d.ts +3 -3
- package/lib/components/VFileInput/VFileInput.d.ts +45 -45
- package/lib/components/VInput/VInput.d.ts +16 -16
- package/lib/components/VNumberInput/VNumberInput.d.ts +169 -169
- package/lib/components/VOverlay/VOverlay.css +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +15 -15
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +15 -15
- package/lib/components/VSelect/VSelect.d.ts +178 -178
- package/lib/components/VSlider/VSlider.d.ts +15 -15
- package/lib/components/VSwitch/VSwitch.d.ts +15 -15
- package/lib/components/VTextField/VTextField.d.ts +57 -57
- package/lib/components/VTextarea/VTextarea.d.ts +45 -45
- package/lib/components/VValidation/VValidation.d.ts +8 -8
- package/lib/composables/calendar.d.ts +0 -1
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/theme.d.ts +1 -6
- package/lib/composables/theme.js +26 -94
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/validation.d.ts +6 -5
- package/lib/composables/validation.js +4 -29
- package/lib/composables/validation.js.map +1 -1
- package/lib/composables/virtual.js +1 -6
- package/lib/composables/virtual.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +45 -50
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VColorInput/VColorInput.d.ts +15 -15
- package/lib/labs/VDateInput/VDateInput.d.ts +171 -171
- package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
- package/lib/labs/VIconBtn/VIconBtn.js +11 -7
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/lib/labs/rules/rules.d.ts +9 -5
- package/lib/labs/rules/rules.js +73 -51
- package/lib/labs/rules/rules.js.map +1 -1
- package/lib/util/globals.d.ts +0 -1
- package/lib/util/globals.js +0 -1
- package/lib/util/globals.js.map +1 -1
- package/package.json +1 -2
- package/lib/composables/iconSizes.d.ts +0 -28
- package/lib/composables/iconSizes.js +0 -23
- package/lib/composables/iconSizes.js.map +0 -1
@@ -52,7 +52,6 @@ export declare const makeVAutocompleteProps: <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 makeVAutocompleteProps: <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 makeVAutocompleteProps: <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("../../
|
294
|
-
default: unknown extends Defaults["rules"] ? readonly import("../../
|
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 makeVAutocompleteProps: <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 makeVAutocompleteProps: <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"];
|
@@ -2196,7 +2196,7 @@ export declare const VAutocomplete: {
|
|
2196
2196
|
readonly: boolean | null;
|
2197
2197
|
messages: string | readonly string[];
|
2198
2198
|
noDataText: string;
|
2199
|
-
rules: readonly import("../../
|
2199
|
+
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)?])[];
|
2200
2200
|
filterMode: import("../../composables/filter.js").FilterMode;
|
2201
2201
|
noFilter: boolean;
|
2202
2202
|
filterKeys: import("../../composables/filter.js").FilterKeys;
|
@@ -2249,7 +2249,6 @@ export declare const VAutocomplete: {
|
|
2249
2249
|
bgColor?: string | undefined;
|
2250
2250
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2251
2251
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2252
|
-
iconColor?: string | boolean | undefined;
|
2253
2252
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2254
2253
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2255
2254
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2257,6 +2256,7 @@ export declare const VAutocomplete: {
|
|
2257
2256
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2258
2257
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2259
2258
|
centerAffix?: boolean | undefined;
|
2259
|
+
iconColor?: string | boolean | undefined;
|
2260
2260
|
hint?: string | undefined;
|
2261
2261
|
hideDetails?: boolean | "auto" | undefined;
|
2262
2262
|
suffix?: string | undefined;
|
@@ -2667,7 +2667,7 @@ export declare const VAutocomplete: {
|
|
2667
2667
|
disabled: boolean;
|
2668
2668
|
readonly: boolean | null;
|
2669
2669
|
messages: string | readonly string[];
|
2670
|
-
rules: readonly import("../../
|
2670
|
+
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)?])[];
|
2671
2671
|
focused: boolean;
|
2672
2672
|
errorMessages: string | readonly string[] | null;
|
2673
2673
|
maxErrors: string | number;
|
@@ -2698,7 +2698,7 @@ export declare const VAutocomplete: {
|
|
2698
2698
|
disabled: boolean;
|
2699
2699
|
readonly: boolean | null;
|
2700
2700
|
messages: string | readonly string[];
|
2701
|
-
rules: readonly import("../../
|
2701
|
+
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)?])[];
|
2702
2702
|
focused: boolean;
|
2703
2703
|
errorMessages: string | readonly string[] | null;
|
2704
2704
|
maxErrors: string | number;
|
@@ -2737,7 +2737,6 @@ export declare const VAutocomplete: {
|
|
2737
2737
|
bgColor?: string | undefined;
|
2738
2738
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2739
2739
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2740
|
-
iconColor?: string | boolean | undefined;
|
2741
2740
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2742
2741
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2743
2742
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2746,6 +2745,7 @@ export declare const VAutocomplete: {
|
|
2746
2745
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2747
2746
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2748
2747
|
centerAffix?: boolean | undefined;
|
2748
|
+
iconColor?: string | boolean | undefined;
|
2749
2749
|
hint?: string | undefined;
|
2750
2750
|
hideDetails?: boolean | "auto" | undefined;
|
2751
2751
|
suffix?: string | undefined;
|
@@ -2849,7 +2849,7 @@ export declare const VAutocomplete: {
|
|
2849
2849
|
disabled: boolean;
|
2850
2850
|
readonly: boolean | null;
|
2851
2851
|
messages: string | readonly string[];
|
2852
|
-
rules: readonly import("../../
|
2852
|
+
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)?])[];
|
2853
2853
|
focused: boolean;
|
2854
2854
|
errorMessages: string | readonly string[] | null;
|
2855
2855
|
maxErrors: string | number;
|
@@ -2889,7 +2889,6 @@ export declare const VAutocomplete: {
|
|
2889
2889
|
bgColor?: string | undefined;
|
2890
2890
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2891
2891
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2892
|
-
iconColor?: string | boolean | undefined;
|
2893
2892
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2894
2893
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
2895
2894
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2898,6 +2897,7 @@ export declare const VAutocomplete: {
|
|
2898
2897
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2899
2898
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2900
2899
|
centerAffix?: boolean | undefined;
|
2900
|
+
iconColor?: string | boolean | undefined;
|
2901
2901
|
hint?: string | undefined;
|
2902
2902
|
hideDetails?: boolean | "auto" | undefined;
|
2903
2903
|
suffix?: string | undefined;
|
@@ -2972,7 +2972,7 @@ export declare const VAutocomplete: {
|
|
2972
2972
|
disabled: boolean | null;
|
2973
2973
|
readonly: boolean | null;
|
2974
2974
|
messages: string | readonly string[];
|
2975
|
-
rules: readonly import("../../
|
2975
|
+
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)?])[];
|
2976
2976
|
focused: boolean;
|
2977
2977
|
errorMessages: string | readonly string[] | null;
|
2978
2978
|
maxErrors: string | number;
|
@@ -2988,7 +2988,7 @@ export declare const VAutocomplete: {
|
|
2988
2988
|
disabled: boolean | null;
|
2989
2989
|
readonly: boolean | null;
|
2990
2990
|
messages: string | readonly string[];
|
2991
|
-
rules: readonly import("../../
|
2991
|
+
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)?])[];
|
2992
2992
|
focused: boolean;
|
2993
2993
|
errorMessages: string | readonly string[] | null;
|
2994
2994
|
maxErrors: string | number;
|
@@ -3012,9 +3012,9 @@ export declare const VAutocomplete: {
|
|
3012
3012
|
baseColor?: string | undefined;
|
3013
3013
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3014
3014
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3015
|
-
iconColor?: string | boolean | undefined;
|
3016
3015
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3017
3016
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3017
|
+
iconColor?: string | boolean | undefined;
|
3018
3018
|
hint?: string | undefined;
|
3019
3019
|
hideDetails?: boolean | "auto" | undefined;
|
3020
3020
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -3043,7 +3043,7 @@ export declare const VAutocomplete: {
|
|
3043
3043
|
disabled: boolean | null;
|
3044
3044
|
readonly: boolean | null;
|
3045
3045
|
messages: string | readonly string[];
|
3046
|
-
rules: readonly import("../../
|
3046
|
+
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)?])[];
|
3047
3047
|
focused: boolean;
|
3048
3048
|
errorMessages: string | readonly string[] | null;
|
3049
3049
|
maxErrors: string | number;
|
@@ -3068,9 +3068,9 @@ export declare const VAutocomplete: {
|
|
3068
3068
|
baseColor?: string | undefined;
|
3069
3069
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3070
3070
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3071
|
-
iconColor?: string | boolean | undefined;
|
3072
3071
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3073
3072
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3073
|
+
iconColor?: string | boolean | undefined;
|
3074
3074
|
hint?: string | undefined;
|
3075
3075
|
hideDetails?: boolean | "auto" | undefined;
|
3076
3076
|
} & {}, {
|
@@ -3088,7 +3088,7 @@ export declare const VAutocomplete: {
|
|
3088
3088
|
disabled: boolean | null;
|
3089
3089
|
readonly: boolean | null;
|
3090
3090
|
messages: string | readonly string[];
|
3091
|
-
rules: readonly import("../../
|
3091
|
+
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)?])[];
|
3092
3092
|
focused: boolean;
|
3093
3093
|
errorMessages: string | readonly string[] | null;
|
3094
3094
|
maxErrors: string | number;
|
@@ -3130,7 +3130,7 @@ export declare const VAutocomplete: {
|
|
3130
3130
|
disabled: boolean | null;
|
3131
3131
|
readonly: boolean | null;
|
3132
3132
|
messages: string | readonly string[];
|
3133
|
-
rules: readonly import("../../
|
3133
|
+
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)?])[];
|
3134
3134
|
focused: boolean;
|
3135
3135
|
errorMessages: string | readonly string[] | null;
|
3136
3136
|
maxErrors: string | number;
|
@@ -3146,7 +3146,7 @@ export declare const VAutocomplete: {
|
|
3146
3146
|
disabled: boolean | null;
|
3147
3147
|
readonly: boolean | null;
|
3148
3148
|
messages: string | readonly string[];
|
3149
|
-
rules: readonly import("../../
|
3149
|
+
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)?])[];
|
3150
3150
|
focused: boolean;
|
3151
3151
|
errorMessages: string | readonly string[] | null;
|
3152
3152
|
maxErrors: string | number;
|
@@ -3171,9 +3171,9 @@ export declare const VAutocomplete: {
|
|
3171
3171
|
baseColor?: string | undefined;
|
3172
3172
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3173
3173
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3174
|
-
iconColor?: string | boolean | undefined;
|
3175
3174
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3176
3175
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3176
|
+
iconColor?: string | boolean | undefined;
|
3177
3177
|
hint?: string | undefined;
|
3178
3178
|
hideDetails?: boolean | "auto" | undefined;
|
3179
3179
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -3185,7 +3185,7 @@ export declare const VAutocomplete: {
|
|
3185
3185
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
3186
3186
|
modelValue?: unknown;
|
3187
3187
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3188
|
-
}, 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" | "
|
3188
|
+
}, 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<{
|
3189
3189
|
$: import("vue").ComponentInternalInstance;
|
3190
3190
|
$data: {};
|
3191
3191
|
$props: Partial<{
|
@@ -3232,13 +3232,13 @@ export declare const VAutocomplete: {
|
|
3232
3232
|
rounded?: string | number | boolean | undefined;
|
3233
3233
|
baseColor?: string | undefined;
|
3234
3234
|
bgColor?: string | undefined;
|
3235
|
-
iconColor?: string | boolean | undefined;
|
3236
3235
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3237
3236
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3238
3237
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3239
3238
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3240
3239
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3241
3240
|
centerAffix?: boolean | undefined;
|
3241
|
+
iconColor?: string | boolean | undefined;
|
3242
3242
|
} & 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">;
|
3243
3243
|
$attrs: {
|
3244
3244
|
[x: string]: unknown;
|
@@ -3291,13 +3291,13 @@ export declare const VAutocomplete: {
|
|
3291
3291
|
rounded?: string | number | boolean | undefined;
|
3292
3292
|
baseColor?: string | undefined;
|
3293
3293
|
bgColor?: string | undefined;
|
3294
|
-
iconColor?: string | boolean | undefined;
|
3295
3294
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3296
3295
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3297
3296
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3298
3297
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3299
3298
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3300
3299
|
centerAffix?: boolean | undefined;
|
3300
|
+
iconColor?: string | boolean | undefined;
|
3301
3301
|
} & {
|
3302
3302
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3303
3303
|
}, {
|
@@ -3401,13 +3401,13 @@ export declare const VAutocomplete: {
|
|
3401
3401
|
rounded?: string | number | boolean | undefined;
|
3402
3402
|
baseColor?: string | undefined;
|
3403
3403
|
bgColor?: string | undefined;
|
3404
|
-
iconColor?: string | boolean | undefined;
|
3405
3404
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3406
3405
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3407
3406
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3408
3407
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3409
3408
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3410
3409
|
centerAffix?: boolean | undefined;
|
3410
|
+
iconColor?: string | boolean | undefined;
|
3411
3411
|
} & {
|
3412
3412
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3413
3413
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -3416,7 +3416,7 @@ export declare const VAutocomplete: {
|
|
3416
3416
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
3417
3417
|
modelValue?: unknown;
|
3418
3418
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3419
|
-
}, 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" | "
|
3419
|
+
}, 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}`> & {
|
3420
3420
|
_allExposed: {
|
3421
3421
|
reset: () => Promise<void>;
|
3422
3422
|
resetValidation: () => Promise<void>;
|
@@ -3445,7 +3445,7 @@ export declare const VAutocomplete: {
|
|
3445
3445
|
disabled: boolean;
|
3446
3446
|
readonly: boolean | null;
|
3447
3447
|
messages: string | readonly string[];
|
3448
|
-
rules: readonly import("../../
|
3448
|
+
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)?])[];
|
3449
3449
|
focused: boolean;
|
3450
3450
|
errorMessages: string | readonly string[] | null;
|
3451
3451
|
maxErrors: string | number;
|
@@ -3513,7 +3513,7 @@ export declare const VAutocomplete: {
|
|
3513
3513
|
disabled: boolean;
|
3514
3514
|
readonly: boolean | null;
|
3515
3515
|
messages: string | readonly string[];
|
3516
|
-
rules: readonly import("../../
|
3516
|
+
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)?])[];
|
3517
3517
|
focused: boolean;
|
3518
3518
|
errorMessages: string | readonly string[] | null;
|
3519
3519
|
maxErrors: string | number;
|
@@ -3544,7 +3544,7 @@ export declare const VAutocomplete: {
|
|
3544
3544
|
disabled: boolean;
|
3545
3545
|
readonly: boolean | null;
|
3546
3546
|
messages: string | readonly string[];
|
3547
|
-
rules: readonly import("../../
|
3547
|
+
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)?])[];
|
3548
3548
|
focused: boolean;
|
3549
3549
|
errorMessages: string | readonly string[] | null;
|
3550
3550
|
maxErrors: string | number;
|
@@ -3584,7 +3584,6 @@ export declare const VAutocomplete: {
|
|
3584
3584
|
bgColor?: string | undefined;
|
3585
3585
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3586
3586
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3587
|
-
iconColor?: string | boolean | undefined;
|
3588
3587
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3589
3588
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3590
3589
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3593,6 +3592,7 @@ export declare const VAutocomplete: {
|
|
3593
3592
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3594
3593
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3595
3594
|
centerAffix?: boolean | undefined;
|
3595
|
+
iconColor?: string | boolean | undefined;
|
3596
3596
|
hint?: string | undefined;
|
3597
3597
|
hideDetails?: boolean | "auto" | undefined;
|
3598
3598
|
suffix?: string | undefined;
|
@@ -3667,7 +3667,7 @@ export declare const VAutocomplete: {
|
|
3667
3667
|
disabled: boolean | null;
|
3668
3668
|
readonly: boolean | null;
|
3669
3669
|
messages: string | readonly string[];
|
3670
|
-
rules: readonly import("../../
|
3670
|
+
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)?])[];
|
3671
3671
|
focused: boolean;
|
3672
3672
|
errorMessages: string | readonly string[] | null;
|
3673
3673
|
maxErrors: string | number;
|
@@ -3683,7 +3683,7 @@ export declare const VAutocomplete: {
|
|
3683
3683
|
disabled: boolean | null;
|
3684
3684
|
readonly: boolean | null;
|
3685
3685
|
messages: string | readonly string[];
|
3686
|
-
rules: readonly import("../../
|
3686
|
+
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)?])[];
|
3687
3687
|
focused: boolean;
|
3688
3688
|
errorMessages: string | readonly string[] | null;
|
3689
3689
|
maxErrors: string | number;
|
@@ -3707,9 +3707,9 @@ export declare const VAutocomplete: {
|
|
3707
3707
|
baseColor?: string | undefined;
|
3708
3708
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3709
3709
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3710
|
-
iconColor?: string | boolean | undefined;
|
3711
3710
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3712
3711
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3712
|
+
iconColor?: string | boolean | undefined;
|
3713
3713
|
hint?: string | undefined;
|
3714
3714
|
hideDetails?: boolean | "auto" | undefined;
|
3715
3715
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -3738,7 +3738,7 @@ export declare const VAutocomplete: {
|
|
3738
3738
|
disabled: boolean | null;
|
3739
3739
|
readonly: boolean | null;
|
3740
3740
|
messages: string | readonly string[];
|
3741
|
-
rules: readonly import("../../
|
3741
|
+
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)?])[];
|
3742
3742
|
focused: boolean;
|
3743
3743
|
errorMessages: string | readonly string[] | null;
|
3744
3744
|
maxErrors: string | number;
|
@@ -3763,9 +3763,9 @@ export declare const VAutocomplete: {
|
|
3763
3763
|
baseColor?: string | undefined;
|
3764
3764
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3765
3765
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3766
|
-
iconColor?: string | boolean | undefined;
|
3767
3766
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3768
3767
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3768
|
+
iconColor?: string | boolean | undefined;
|
3769
3769
|
hint?: string | undefined;
|
3770
3770
|
hideDetails?: boolean | "auto" | undefined;
|
3771
3771
|
} & {}, {
|
@@ -3783,7 +3783,7 @@ export declare const VAutocomplete: {
|
|
3783
3783
|
disabled: boolean | null;
|
3784
3784
|
readonly: boolean | null;
|
3785
3785
|
messages: string | readonly string[];
|
3786
|
-
rules: readonly import("../../
|
3786
|
+
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)?])[];
|
3787
3787
|
focused: boolean;
|
3788
3788
|
errorMessages: string | readonly string[] | null;
|
3789
3789
|
maxErrors: string | number;
|
@@ -3825,7 +3825,7 @@ export declare const VAutocomplete: {
|
|
3825
3825
|
disabled: boolean | null;
|
3826
3826
|
readonly: boolean | null;
|
3827
3827
|
messages: string | readonly string[];
|
3828
|
-
rules: readonly import("../../
|
3828
|
+
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)?])[];
|
3829
3829
|
focused: boolean;
|
3830
3830
|
errorMessages: string | readonly string[] | null;
|
3831
3831
|
maxErrors: string | number;
|
@@ -3841,7 +3841,7 @@ export declare const VAutocomplete: {
|
|
3841
3841
|
disabled: boolean | null;
|
3842
3842
|
readonly: boolean | null;
|
3843
3843
|
messages: string | readonly string[];
|
3844
|
-
rules: readonly import("../../
|
3844
|
+
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)?])[];
|
3845
3845
|
focused: boolean;
|
3846
3846
|
errorMessages: string | readonly string[] | null;
|
3847
3847
|
maxErrors: string | number;
|
@@ -3866,9 +3866,9 @@ export declare const VAutocomplete: {
|
|
3866
3866
|
baseColor?: string | undefined;
|
3867
3867
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3868
3868
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3869
|
-
iconColor?: string | boolean | undefined;
|
3870
3869
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3871
3870
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3871
|
+
iconColor?: string | boolean | undefined;
|
3872
3872
|
hint?: string | undefined;
|
3873
3873
|
hideDetails?: boolean | "auto" | undefined;
|
3874
3874
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -3880,7 +3880,7 @@ export declare const VAutocomplete: {
|
|
3880
3880
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
3881
3881
|
modelValue?: unknown;
|
3882
3882
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
3883
|
-
}, 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" | "
|
3883
|
+
}, 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<{
|
3884
3884
|
$: import("vue").ComponentInternalInstance;
|
3885
3885
|
$data: {};
|
3886
3886
|
$props: Partial<{
|
@@ -3927,13 +3927,13 @@ export declare const VAutocomplete: {
|
|
3927
3927
|
rounded?: string | number | boolean | undefined;
|
3928
3928
|
baseColor?: string | undefined;
|
3929
3929
|
bgColor?: string | undefined;
|
3930
|
-
iconColor?: string | boolean | undefined;
|
3931
3930
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3932
3931
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3933
3932
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3934
3933
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3935
3934
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3936
3935
|
centerAffix?: boolean | undefined;
|
3936
|
+
iconColor?: string | boolean | undefined;
|
3937
3937
|
} & 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">;
|
3938
3938
|
$attrs: {
|
3939
3939
|
[x: string]: unknown;
|
@@ -3986,13 +3986,13 @@ export declare const VAutocomplete: {
|
|
3986
3986
|
rounded?: string | number | boolean | undefined;
|
3987
3987
|
baseColor?: string | undefined;
|
3988
3988
|
bgColor?: string | undefined;
|
3989
|
-
iconColor?: string | boolean | undefined;
|
3990
3989
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3991
3990
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
3992
3991
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3993
3992
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3994
3993
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3995
3994
|
centerAffix?: boolean | undefined;
|
3995
|
+
iconColor?: string | boolean | undefined;
|
3996
3996
|
} & {
|
3997
3997
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3998
3998
|
}, {
|
@@ -4096,13 +4096,13 @@ export declare const VAutocomplete: {
|
|
4096
4096
|
rounded?: string | number | boolean | undefined;
|
4097
4097
|
baseColor?: string | undefined;
|
4098
4098
|
bgColor?: string | undefined;
|
4099
|
-
iconColor?: string | boolean | undefined;
|
4100
4099
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4101
4100
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4102
4101
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4103
4102
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4104
4103
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4105
4104
|
centerAffix?: boolean | undefined;
|
4105
|
+
iconColor?: string | boolean | undefined;
|
4106
4106
|
} & {
|
4107
4107
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4108
4108
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -4111,7 +4111,7 @@ export declare const VAutocomplete: {
|
|
4111
4111
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
4112
4112
|
modelValue?: unknown;
|
4113
4113
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4114
|
-
}, 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" | "
|
4114
|
+
}, 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}`> & {
|
4115
4115
|
_allExposed: {
|
4116
4116
|
reset: () => Promise<void>;
|
4117
4117
|
resetValidation: () => Promise<void>;
|
@@ -4122,7 +4122,7 @@ export declare const VAutocomplete: {
|
|
4122
4122
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
4123
4123
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
4124
4124
|
} | {};
|
4125
|
-
}> & {} & 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" | "
|
4125
|
+
}> & {} & 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}`> & {
|
4126
4126
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
4127
4127
|
$: import("vue").ComponentInternalInstance;
|
4128
4128
|
$data: {};
|
@@ -4133,7 +4133,7 @@ export declare const VAutocomplete: {
|
|
4133
4133
|
disabled: boolean | null;
|
4134
4134
|
readonly: boolean | null;
|
4135
4135
|
messages: string | readonly string[];
|
4136
|
-
rules: readonly import("../../
|
4136
|
+
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)?])[];
|
4137
4137
|
focused: boolean;
|
4138
4138
|
errorMessages: string | readonly string[] | null;
|
4139
4139
|
maxErrors: string | number;
|
@@ -4149,7 +4149,7 @@ export declare const VAutocomplete: {
|
|
4149
4149
|
disabled: boolean | null;
|
4150
4150
|
readonly: boolean | null;
|
4151
4151
|
messages: string | readonly string[];
|
4152
|
-
rules: readonly import("../../
|
4152
|
+
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)?])[];
|
4153
4153
|
focused: boolean;
|
4154
4154
|
errorMessages: string | readonly string[] | null;
|
4155
4155
|
maxErrors: string | number;
|
@@ -4173,9 +4173,9 @@ export declare const VAutocomplete: {
|
|
4173
4173
|
baseColor?: string | undefined;
|
4174
4174
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4175
4175
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4176
|
-
iconColor?: string | boolean | undefined;
|
4177
4176
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4178
4177
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4178
|
+
iconColor?: string | boolean | undefined;
|
4179
4179
|
hint?: string | undefined;
|
4180
4180
|
hideDetails?: boolean | "auto" | undefined;
|
4181
4181
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -4204,7 +4204,7 @@ export declare const VAutocomplete: {
|
|
4204
4204
|
disabled: boolean | null;
|
4205
4205
|
readonly: boolean | null;
|
4206
4206
|
messages: string | readonly string[];
|
4207
|
-
rules: readonly import("../../
|
4207
|
+
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)?])[];
|
4208
4208
|
focused: boolean;
|
4209
4209
|
errorMessages: string | readonly string[] | null;
|
4210
4210
|
maxErrors: string | number;
|
@@ -4229,9 +4229,9 @@ export declare const VAutocomplete: {
|
|
4229
4229
|
baseColor?: string | undefined;
|
4230
4230
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4231
4231
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4232
|
-
iconColor?: string | boolean | undefined;
|
4233
4232
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4234
4233
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4234
|
+
iconColor?: string | boolean | undefined;
|
4235
4235
|
hint?: string | undefined;
|
4236
4236
|
hideDetails?: boolean | "auto" | undefined;
|
4237
4237
|
} & {}, {
|
@@ -4249,7 +4249,7 @@ export declare const VAutocomplete: {
|
|
4249
4249
|
disabled: boolean | null;
|
4250
4250
|
readonly: boolean | null;
|
4251
4251
|
messages: string | readonly string[];
|
4252
|
-
rules: readonly import("../../
|
4252
|
+
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)?])[];
|
4253
4253
|
focused: boolean;
|
4254
4254
|
errorMessages: string | readonly string[] | null;
|
4255
4255
|
maxErrors: string | number;
|
@@ -4291,7 +4291,7 @@ export declare const VAutocomplete: {
|
|
4291
4291
|
disabled: boolean | null;
|
4292
4292
|
readonly: boolean | null;
|
4293
4293
|
messages: string | readonly string[];
|
4294
|
-
rules: readonly import("../../
|
4294
|
+
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)?])[];
|
4295
4295
|
focused: boolean;
|
4296
4296
|
errorMessages: string | readonly string[] | null;
|
4297
4297
|
maxErrors: string | number;
|
@@ -4307,7 +4307,7 @@ export declare const VAutocomplete: {
|
|
4307
4307
|
disabled: boolean | null;
|
4308
4308
|
readonly: boolean | null;
|
4309
4309
|
messages: string | readonly string[];
|
4310
|
-
rules: readonly import("../../
|
4310
|
+
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)?])[];
|
4311
4311
|
focused: boolean;
|
4312
4312
|
errorMessages: string | readonly string[] | null;
|
4313
4313
|
maxErrors: string | number;
|
@@ -4332,9 +4332,9 @@ export declare const VAutocomplete: {
|
|
4332
4332
|
baseColor?: string | undefined;
|
4333
4333
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4334
4334
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4335
|
-
iconColor?: string | boolean | undefined;
|
4336
4335
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4337
4336
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
4337
|
+
iconColor?: string | boolean | undefined;
|
4338
4338
|
hint?: string | undefined;
|
4339
4339
|
hideDetails?: boolean | "auto" | undefined;
|
4340
4340
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -4346,7 +4346,7 @@ export declare const VAutocomplete: {
|
|
4346
4346
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
4347
4347
|
modelValue?: unknown;
|
4348
4348
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4349
|
-
}, 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" | "
|
4349
|
+
}, 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<{
|
4350
4350
|
$: import("vue").ComponentInternalInstance;
|
4351
4351
|
$data: {};
|
4352
4352
|
$props: Partial<{
|
@@ -4393,13 +4393,13 @@ export declare const VAutocomplete: {
|
|
4393
4393
|
rounded?: string | number | boolean | undefined;
|
4394
4394
|
baseColor?: string | undefined;
|
4395
4395
|
bgColor?: string | undefined;
|
4396
|
-
iconColor?: string | boolean | undefined;
|
4397
4396
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4398
4397
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4399
4398
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4400
4399
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4401
4400
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4402
4401
|
centerAffix?: boolean | undefined;
|
4402
|
+
iconColor?: string | boolean | undefined;
|
4403
4403
|
} & 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">;
|
4404
4404
|
$attrs: {
|
4405
4405
|
[x: string]: unknown;
|
@@ -4452,13 +4452,13 @@ export declare const VAutocomplete: {
|
|
4452
4452
|
rounded?: string | number | boolean | undefined;
|
4453
4453
|
baseColor?: string | undefined;
|
4454
4454
|
bgColor?: string | undefined;
|
4455
|
-
iconColor?: string | boolean | undefined;
|
4456
4455
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4457
4456
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4458
4457
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4459
4458
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4460
4459
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4461
4460
|
centerAffix?: boolean | undefined;
|
4461
|
+
iconColor?: string | boolean | undefined;
|
4462
4462
|
} & {
|
4463
4463
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4464
4464
|
}, {
|
@@ -4562,13 +4562,13 @@ export declare const VAutocomplete: {
|
|
4562
4562
|
rounded?: string | number | boolean | undefined;
|
4563
4563
|
baseColor?: string | undefined;
|
4564
4564
|
bgColor?: string | undefined;
|
4565
|
-
iconColor?: string | boolean | undefined;
|
4566
4565
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4567
4566
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4568
4567
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4569
4568
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4570
4569
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4571
4570
|
centerAffix?: boolean | undefined;
|
4571
|
+
iconColor?: string | boolean | undefined;
|
4572
4572
|
} & {
|
4573
4573
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
4574
4574
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -4577,7 +4577,7 @@ export declare const VAutocomplete: {
|
|
4577
4577
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
4578
4578
|
modelValue?: unknown;
|
4579
4579
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
4580
|
-
}, 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" | "
|
4580
|
+
}, 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}`> & {
|
4581
4581
|
_allExposed: {
|
4582
4582
|
reset: () => Promise<void>;
|
4583
4583
|
resetValidation: () => Promise<void>;
|
@@ -4623,7 +4623,7 @@ export declare const VAutocomplete: {
|
|
4623
4623
|
readonly: boolean | null;
|
4624
4624
|
messages: string | readonly string[];
|
4625
4625
|
noDataText: string;
|
4626
|
-
rules: readonly import("../../
|
4626
|
+
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)?])[];
|
4627
4627
|
filterMode: import("../../composables/filter.js").FilterMode;
|
4628
4628
|
noFilter: boolean;
|
4629
4629
|
filterKeys: import("../../composables/filter.js").FilterKeys;
|
@@ -4712,7 +4712,7 @@ export declare const VAutocomplete: {
|
|
4712
4712
|
readonly: boolean | null;
|
4713
4713
|
messages: string | readonly string[];
|
4714
4714
|
noDataText: string;
|
4715
|
-
rules: readonly import("../../
|
4715
|
+
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)?])[];
|
4716
4716
|
filterMode: import("../../composables/filter.js").FilterMode;
|
4717
4717
|
noFilter: boolean;
|
4718
4718
|
filterKeys: import("../../composables/filter.js").FilterKeys;
|
@@ -4765,7 +4765,6 @@ export declare const VAutocomplete: {
|
|
4765
4765
|
bgColor?: string | undefined;
|
4766
4766
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4767
4767
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4768
|
-
iconColor?: string | boolean | undefined;
|
4769
4768
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
4770
4769
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4771
4770
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4773,6 +4772,7 @@ export declare const VAutocomplete: {
|
|
4773
4772
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4774
4773
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4775
4774
|
centerAffix?: boolean | undefined;
|
4775
|
+
iconColor?: string | boolean | undefined;
|
4776
4776
|
hint?: string | undefined;
|
4777
4777
|
hideDetails?: boolean | "auto" | undefined;
|
4778
4778
|
suffix?: string | undefined;
|
@@ -5183,7 +5183,7 @@ export declare const VAutocomplete: {
|
|
5183
5183
|
disabled: boolean;
|
5184
5184
|
readonly: boolean | null;
|
5185
5185
|
messages: string | readonly string[];
|
5186
|
-
rules: readonly import("../../
|
5186
|
+
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)?])[];
|
5187
5187
|
focused: boolean;
|
5188
5188
|
errorMessages: string | readonly string[] | null;
|
5189
5189
|
maxErrors: string | number;
|
@@ -5214,7 +5214,7 @@ export declare const VAutocomplete: {
|
|
5214
5214
|
disabled: boolean;
|
5215
5215
|
readonly: boolean | null;
|
5216
5216
|
messages: string | readonly string[];
|
5217
|
-
rules: readonly import("../../
|
5217
|
+
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)?])[];
|
5218
5218
|
focused: boolean;
|
5219
5219
|
errorMessages: string | readonly string[] | null;
|
5220
5220
|
maxErrors: string | number;
|
@@ -5253,7 +5253,6 @@ export declare const VAutocomplete: {
|
|
5253
5253
|
bgColor?: string | undefined;
|
5254
5254
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5255
5255
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5256
|
-
iconColor?: string | boolean | undefined;
|
5257
5256
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5258
5257
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5259
5258
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5262,6 +5261,7 @@ export declare const VAutocomplete: {
|
|
5262
5261
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5263
5262
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5264
5263
|
centerAffix?: boolean | undefined;
|
5264
|
+
iconColor?: string | boolean | undefined;
|
5265
5265
|
hint?: string | undefined;
|
5266
5266
|
hideDetails?: boolean | "auto" | undefined;
|
5267
5267
|
suffix?: string | undefined;
|
@@ -5365,7 +5365,7 @@ export declare const VAutocomplete: {
|
|
5365
5365
|
disabled: boolean;
|
5366
5366
|
readonly: boolean | null;
|
5367
5367
|
messages: string | readonly string[];
|
5368
|
-
rules: readonly import("../../
|
5368
|
+
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)?])[];
|
5369
5369
|
focused: boolean;
|
5370
5370
|
errorMessages: string | readonly string[] | null;
|
5371
5371
|
maxErrors: string | number;
|
@@ -5405,7 +5405,6 @@ export declare const VAutocomplete: {
|
|
5405
5405
|
bgColor?: string | undefined;
|
5406
5406
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5407
5407
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5408
|
-
iconColor?: string | boolean | undefined;
|
5409
5408
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5410
5409
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5411
5410
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5414,6 +5413,7 @@ export declare const VAutocomplete: {
|
|
5414
5413
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5415
5414
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5416
5415
|
centerAffix?: boolean | undefined;
|
5416
|
+
iconColor?: string | boolean | undefined;
|
5417
5417
|
hint?: string | undefined;
|
5418
5418
|
hideDetails?: boolean | "auto" | undefined;
|
5419
5419
|
suffix?: string | undefined;
|
@@ -5488,7 +5488,7 @@ export declare const VAutocomplete: {
|
|
5488
5488
|
disabled: boolean | null;
|
5489
5489
|
readonly: boolean | null;
|
5490
5490
|
messages: string | readonly string[];
|
5491
|
-
rules: readonly import("../../
|
5491
|
+
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)?])[];
|
5492
5492
|
focused: boolean;
|
5493
5493
|
errorMessages: string | readonly string[] | null;
|
5494
5494
|
maxErrors: string | number;
|
@@ -5504,7 +5504,7 @@ export declare const VAutocomplete: {
|
|
5504
5504
|
disabled: boolean | null;
|
5505
5505
|
readonly: boolean | null;
|
5506
5506
|
messages: string | readonly string[];
|
5507
|
-
rules: readonly import("../../
|
5507
|
+
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)?])[];
|
5508
5508
|
focused: boolean;
|
5509
5509
|
errorMessages: string | readonly string[] | null;
|
5510
5510
|
maxErrors: string | number;
|
@@ -5528,9 +5528,9 @@ export declare const VAutocomplete: {
|
|
5528
5528
|
baseColor?: string | undefined;
|
5529
5529
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5530
5530
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5531
|
-
iconColor?: string | boolean | undefined;
|
5532
5531
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5533
5532
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5533
|
+
iconColor?: string | boolean | undefined;
|
5534
5534
|
hint?: string | undefined;
|
5535
5535
|
hideDetails?: boolean | "auto" | undefined;
|
5536
5536
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -5559,7 +5559,7 @@ export declare const VAutocomplete: {
|
|
5559
5559
|
disabled: boolean | null;
|
5560
5560
|
readonly: boolean | null;
|
5561
5561
|
messages: string | readonly string[];
|
5562
|
-
rules: readonly import("../../
|
5562
|
+
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)?])[];
|
5563
5563
|
focused: boolean;
|
5564
5564
|
errorMessages: string | readonly string[] | null;
|
5565
5565
|
maxErrors: string | number;
|
@@ -5584,9 +5584,9 @@ export declare const VAutocomplete: {
|
|
5584
5584
|
baseColor?: string | undefined;
|
5585
5585
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5586
5586
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5587
|
-
iconColor?: string | boolean | undefined;
|
5588
5587
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5589
5588
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5589
|
+
iconColor?: string | boolean | undefined;
|
5590
5590
|
hint?: string | undefined;
|
5591
5591
|
hideDetails?: boolean | "auto" | undefined;
|
5592
5592
|
} & {}, {
|
@@ -5604,7 +5604,7 @@ export declare const VAutocomplete: {
|
|
5604
5604
|
disabled: boolean | null;
|
5605
5605
|
readonly: boolean | null;
|
5606
5606
|
messages: string | readonly string[];
|
5607
|
-
rules: readonly import("../../
|
5607
|
+
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)?])[];
|
5608
5608
|
focused: boolean;
|
5609
5609
|
errorMessages: string | readonly string[] | null;
|
5610
5610
|
maxErrors: string | number;
|
@@ -5646,7 +5646,7 @@ export declare const VAutocomplete: {
|
|
5646
5646
|
disabled: boolean | null;
|
5647
5647
|
readonly: boolean | null;
|
5648
5648
|
messages: string | readonly string[];
|
5649
|
-
rules: readonly import("../../
|
5649
|
+
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)?])[];
|
5650
5650
|
focused: boolean;
|
5651
5651
|
errorMessages: string | readonly string[] | null;
|
5652
5652
|
maxErrors: string | number;
|
@@ -5662,7 +5662,7 @@ export declare const VAutocomplete: {
|
|
5662
5662
|
disabled: boolean | null;
|
5663
5663
|
readonly: boolean | null;
|
5664
5664
|
messages: string | readonly string[];
|
5665
|
-
rules: readonly import("../../
|
5665
|
+
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)?])[];
|
5666
5666
|
focused: boolean;
|
5667
5667
|
errorMessages: string | readonly string[] | null;
|
5668
5668
|
maxErrors: string | number;
|
@@ -5687,9 +5687,9 @@ export declare const VAutocomplete: {
|
|
5687
5687
|
baseColor?: string | undefined;
|
5688
5688
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5689
5689
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5690
|
-
iconColor?: string | boolean | undefined;
|
5691
5690
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5692
5691
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
5692
|
+
iconColor?: string | boolean | undefined;
|
5693
5693
|
hint?: string | undefined;
|
5694
5694
|
hideDetails?: boolean | "auto" | undefined;
|
5695
5695
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -5701,7 +5701,7 @@ export declare const VAutocomplete: {
|
|
5701
5701
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5702
5702
|
modelValue?: unknown;
|
5703
5703
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5704
|
-
}, 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" | "
|
5704
|
+
}, 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<{
|
5705
5705
|
$: import("vue").ComponentInternalInstance;
|
5706
5706
|
$data: {};
|
5707
5707
|
$props: Partial<{
|
@@ -5748,13 +5748,13 @@ export declare const VAutocomplete: {
|
|
5748
5748
|
rounded?: string | number | boolean | undefined;
|
5749
5749
|
baseColor?: string | undefined;
|
5750
5750
|
bgColor?: string | undefined;
|
5751
|
-
iconColor?: string | boolean | undefined;
|
5752
5751
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5753
5752
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5754
5753
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5755
5754
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5756
5755
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5757
5756
|
centerAffix?: boolean | undefined;
|
5757
|
+
iconColor?: string | boolean | undefined;
|
5758
5758
|
} & 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">;
|
5759
5759
|
$attrs: {
|
5760
5760
|
[x: string]: unknown;
|
@@ -5807,13 +5807,13 @@ export declare const VAutocomplete: {
|
|
5807
5807
|
rounded?: string | number | boolean | undefined;
|
5808
5808
|
baseColor?: string | undefined;
|
5809
5809
|
bgColor?: string | undefined;
|
5810
|
-
iconColor?: string | boolean | undefined;
|
5811
5810
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5812
5811
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5813
5812
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5814
5813
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5815
5814
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5816
5815
|
centerAffix?: boolean | undefined;
|
5816
|
+
iconColor?: string | boolean | undefined;
|
5817
5817
|
} & {
|
5818
5818
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5819
5819
|
}, {
|
@@ -5917,13 +5917,13 @@ export declare const VAutocomplete: {
|
|
5917
5917
|
rounded?: string | number | boolean | undefined;
|
5918
5918
|
baseColor?: string | undefined;
|
5919
5919
|
bgColor?: string | undefined;
|
5920
|
-
iconColor?: string | boolean | undefined;
|
5921
5920
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5922
5921
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
5923
5922
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
5924
5923
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5925
5924
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5926
5925
|
centerAffix?: boolean | undefined;
|
5926
|
+
iconColor?: string | boolean | undefined;
|
5927
5927
|
} & {
|
5928
5928
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
5929
5929
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -5932,7 +5932,7 @@ export declare const VAutocomplete: {
|
|
5932
5932
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
5933
5933
|
modelValue?: unknown;
|
5934
5934
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
5935
|
-
}, 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" | "
|
5935
|
+
}, 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}`> & {
|
5936
5936
|
_allExposed: {
|
5937
5937
|
reset: () => Promise<void>;
|
5938
5938
|
resetValidation: () => Promise<void>;
|
@@ -5961,7 +5961,7 @@ export declare const VAutocomplete: {
|
|
5961
5961
|
disabled: boolean;
|
5962
5962
|
readonly: boolean | null;
|
5963
5963
|
messages: string | readonly string[];
|
5964
|
-
rules: readonly import("../../
|
5964
|
+
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)?])[];
|
5965
5965
|
focused: boolean;
|
5966
5966
|
errorMessages: string | readonly string[] | null;
|
5967
5967
|
maxErrors: string | number;
|
@@ -6029,7 +6029,7 @@ export declare const VAutocomplete: {
|
|
6029
6029
|
disabled: boolean;
|
6030
6030
|
readonly: boolean | null;
|
6031
6031
|
messages: string | readonly string[];
|
6032
|
-
rules: readonly import("../../
|
6032
|
+
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)?])[];
|
6033
6033
|
focused: boolean;
|
6034
6034
|
errorMessages: string | readonly string[] | null;
|
6035
6035
|
maxErrors: string | number;
|
@@ -6060,7 +6060,7 @@ export declare const VAutocomplete: {
|
|
6060
6060
|
disabled: boolean;
|
6061
6061
|
readonly: boolean | null;
|
6062
6062
|
messages: string | readonly string[];
|
6063
|
-
rules: readonly import("../../
|
6063
|
+
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)?])[];
|
6064
6064
|
focused: boolean;
|
6065
6065
|
errorMessages: string | readonly string[] | null;
|
6066
6066
|
maxErrors: string | number;
|
@@ -6100,7 +6100,6 @@ export declare const VAutocomplete: {
|
|
6100
6100
|
bgColor?: string | undefined;
|
6101
6101
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6102
6102
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6103
|
-
iconColor?: string | boolean | undefined;
|
6104
6103
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6105
6104
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6106
6105
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -6109,6 +6108,7 @@ export declare const VAutocomplete: {
|
|
6109
6108
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6110
6109
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6111
6110
|
centerAffix?: boolean | undefined;
|
6111
|
+
iconColor?: string | boolean | undefined;
|
6112
6112
|
hint?: string | undefined;
|
6113
6113
|
hideDetails?: boolean | "auto" | undefined;
|
6114
6114
|
suffix?: string | undefined;
|
@@ -6183,7 +6183,7 @@ export declare const VAutocomplete: {
|
|
6183
6183
|
disabled: boolean | null;
|
6184
6184
|
readonly: boolean | null;
|
6185
6185
|
messages: string | readonly string[];
|
6186
|
-
rules: readonly import("../../
|
6186
|
+
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)?])[];
|
6187
6187
|
focused: boolean;
|
6188
6188
|
errorMessages: string | readonly string[] | null;
|
6189
6189
|
maxErrors: string | number;
|
@@ -6199,7 +6199,7 @@ export declare const VAutocomplete: {
|
|
6199
6199
|
disabled: boolean | null;
|
6200
6200
|
readonly: boolean | null;
|
6201
6201
|
messages: string | readonly string[];
|
6202
|
-
rules: readonly import("../../
|
6202
|
+
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)?])[];
|
6203
6203
|
focused: boolean;
|
6204
6204
|
errorMessages: string | readonly string[] | null;
|
6205
6205
|
maxErrors: string | number;
|
@@ -6223,9 +6223,9 @@ export declare const VAutocomplete: {
|
|
6223
6223
|
baseColor?: string | undefined;
|
6224
6224
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6225
6225
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6226
|
-
iconColor?: string | boolean | undefined;
|
6227
6226
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6228
6227
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6228
|
+
iconColor?: string | boolean | undefined;
|
6229
6229
|
hint?: string | undefined;
|
6230
6230
|
hideDetails?: boolean | "auto" | undefined;
|
6231
6231
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -6254,7 +6254,7 @@ export declare const VAutocomplete: {
|
|
6254
6254
|
disabled: boolean | null;
|
6255
6255
|
readonly: boolean | null;
|
6256
6256
|
messages: string | readonly string[];
|
6257
|
-
rules: readonly import("../../
|
6257
|
+
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)?])[];
|
6258
6258
|
focused: boolean;
|
6259
6259
|
errorMessages: string | readonly string[] | null;
|
6260
6260
|
maxErrors: string | number;
|
@@ -6279,9 +6279,9 @@ export declare const VAutocomplete: {
|
|
6279
6279
|
baseColor?: string | undefined;
|
6280
6280
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6281
6281
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6282
|
-
iconColor?: string | boolean | undefined;
|
6283
6282
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6284
6283
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6284
|
+
iconColor?: string | boolean | undefined;
|
6285
6285
|
hint?: string | undefined;
|
6286
6286
|
hideDetails?: boolean | "auto" | undefined;
|
6287
6287
|
} & {}, {
|
@@ -6299,7 +6299,7 @@ export declare const VAutocomplete: {
|
|
6299
6299
|
disabled: boolean | null;
|
6300
6300
|
readonly: boolean | null;
|
6301
6301
|
messages: string | readonly string[];
|
6302
|
-
rules: readonly import("../../
|
6302
|
+
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)?])[];
|
6303
6303
|
focused: boolean;
|
6304
6304
|
errorMessages: string | readonly string[] | null;
|
6305
6305
|
maxErrors: string | number;
|
@@ -6341,7 +6341,7 @@ export declare const VAutocomplete: {
|
|
6341
6341
|
disabled: boolean | null;
|
6342
6342
|
readonly: boolean | null;
|
6343
6343
|
messages: string | readonly string[];
|
6344
|
-
rules: readonly import("../../
|
6344
|
+
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)?])[];
|
6345
6345
|
focused: boolean;
|
6346
6346
|
errorMessages: string | readonly string[] | null;
|
6347
6347
|
maxErrors: string | number;
|
@@ -6357,7 +6357,7 @@ export declare const VAutocomplete: {
|
|
6357
6357
|
disabled: boolean | null;
|
6358
6358
|
readonly: boolean | null;
|
6359
6359
|
messages: string | readonly string[];
|
6360
|
-
rules: readonly import("../../
|
6360
|
+
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)?])[];
|
6361
6361
|
focused: boolean;
|
6362
6362
|
errorMessages: string | readonly string[] | null;
|
6363
6363
|
maxErrors: string | number;
|
@@ -6382,9 +6382,9 @@ export declare const VAutocomplete: {
|
|
6382
6382
|
baseColor?: string | undefined;
|
6383
6383
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6384
6384
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6385
|
-
iconColor?: string | boolean | undefined;
|
6386
6385
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6387
6386
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6387
|
+
iconColor?: string | boolean | undefined;
|
6388
6388
|
hint?: string | undefined;
|
6389
6389
|
hideDetails?: boolean | "auto" | undefined;
|
6390
6390
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -6396,7 +6396,7 @@ export declare const VAutocomplete: {
|
|
6396
6396
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
6397
6397
|
modelValue?: unknown;
|
6398
6398
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6399
|
-
}, 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" | "
|
6399
|
+
}, 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<{
|
6400
6400
|
$: import("vue").ComponentInternalInstance;
|
6401
6401
|
$data: {};
|
6402
6402
|
$props: Partial<{
|
@@ -6443,13 +6443,13 @@ export declare const VAutocomplete: {
|
|
6443
6443
|
rounded?: string | number | boolean | undefined;
|
6444
6444
|
baseColor?: string | undefined;
|
6445
6445
|
bgColor?: string | undefined;
|
6446
|
-
iconColor?: string | boolean | undefined;
|
6447
6446
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6448
6447
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6449
6448
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6450
6449
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6451
6450
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6452
6451
|
centerAffix?: boolean | undefined;
|
6452
|
+
iconColor?: string | boolean | undefined;
|
6453
6453
|
} & 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">;
|
6454
6454
|
$attrs: {
|
6455
6455
|
[x: string]: unknown;
|
@@ -6502,13 +6502,13 @@ export declare const VAutocomplete: {
|
|
6502
6502
|
rounded?: string | number | boolean | undefined;
|
6503
6503
|
baseColor?: string | undefined;
|
6504
6504
|
bgColor?: string | undefined;
|
6505
|
-
iconColor?: string | boolean | undefined;
|
6506
6505
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6507
6506
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6508
6507
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6509
6508
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6510
6509
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6511
6510
|
centerAffix?: boolean | undefined;
|
6511
|
+
iconColor?: string | boolean | undefined;
|
6512
6512
|
} & {
|
6513
6513
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6514
6514
|
}, {
|
@@ -6612,13 +6612,13 @@ export declare const VAutocomplete: {
|
|
6612
6612
|
rounded?: string | number | boolean | undefined;
|
6613
6613
|
baseColor?: string | undefined;
|
6614
6614
|
bgColor?: string | undefined;
|
6615
|
-
iconColor?: string | boolean | undefined;
|
6616
6615
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6617
6616
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6618
6617
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6619
6618
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6620
6619
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6621
6620
|
centerAffix?: boolean | undefined;
|
6621
|
+
iconColor?: string | boolean | undefined;
|
6622
6622
|
} & {
|
6623
6623
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6624
6624
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -6627,7 +6627,7 @@ export declare const VAutocomplete: {
|
|
6627
6627
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
6628
6628
|
modelValue?: unknown;
|
6629
6629
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6630
|
-
}, 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" | "
|
6630
|
+
}, 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}`> & {
|
6631
6631
|
_allExposed: {
|
6632
6632
|
reset: () => Promise<void>;
|
6633
6633
|
resetValidation: () => Promise<void>;
|
@@ -6638,7 +6638,7 @@ export declare const VAutocomplete: {
|
|
6638
6638
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
6639
6639
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
6640
6640
|
} | {};
|
6641
|
-
}> & {} & 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" | "
|
6641
|
+
}> & {} & 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}`> & {
|
6642
6642
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
6643
6643
|
$: import("vue").ComponentInternalInstance;
|
6644
6644
|
$data: {};
|
@@ -6649,7 +6649,7 @@ export declare const VAutocomplete: {
|
|
6649
6649
|
disabled: boolean | null;
|
6650
6650
|
readonly: boolean | null;
|
6651
6651
|
messages: string | readonly string[];
|
6652
|
-
rules: readonly import("../../
|
6652
|
+
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)?])[];
|
6653
6653
|
focused: boolean;
|
6654
6654
|
errorMessages: string | readonly string[] | null;
|
6655
6655
|
maxErrors: string | number;
|
@@ -6665,7 +6665,7 @@ export declare const VAutocomplete: {
|
|
6665
6665
|
disabled: boolean | null;
|
6666
6666
|
readonly: boolean | null;
|
6667
6667
|
messages: string | readonly string[];
|
6668
|
-
rules: readonly import("../../
|
6668
|
+
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)?])[];
|
6669
6669
|
focused: boolean;
|
6670
6670
|
errorMessages: string | readonly string[] | null;
|
6671
6671
|
maxErrors: string | number;
|
@@ -6689,9 +6689,9 @@ export declare const VAutocomplete: {
|
|
6689
6689
|
baseColor?: string | undefined;
|
6690
6690
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6691
6691
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6692
|
-
iconColor?: string | boolean | undefined;
|
6693
6692
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6694
6693
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6694
|
+
iconColor?: string | boolean | undefined;
|
6695
6695
|
hint?: string | undefined;
|
6696
6696
|
hideDetails?: boolean | "auto" | undefined;
|
6697
6697
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -6720,7 +6720,7 @@ export declare const VAutocomplete: {
|
|
6720
6720
|
disabled: boolean | null;
|
6721
6721
|
readonly: boolean | null;
|
6722
6722
|
messages: string | readonly string[];
|
6723
|
-
rules: readonly import("../../
|
6723
|
+
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)?])[];
|
6724
6724
|
focused: boolean;
|
6725
6725
|
errorMessages: string | readonly string[] | null;
|
6726
6726
|
maxErrors: string | number;
|
@@ -6745,9 +6745,9 @@ export declare const VAutocomplete: {
|
|
6745
6745
|
baseColor?: string | undefined;
|
6746
6746
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6747
6747
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6748
|
-
iconColor?: string | boolean | undefined;
|
6749
6748
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6750
6749
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6750
|
+
iconColor?: string | boolean | undefined;
|
6751
6751
|
hint?: string | undefined;
|
6752
6752
|
hideDetails?: boolean | "auto" | undefined;
|
6753
6753
|
} & {}, {
|
@@ -6765,7 +6765,7 @@ export declare const VAutocomplete: {
|
|
6765
6765
|
disabled: boolean | null;
|
6766
6766
|
readonly: boolean | null;
|
6767
6767
|
messages: string | readonly string[];
|
6768
|
-
rules: readonly import("../../
|
6768
|
+
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)?])[];
|
6769
6769
|
focused: boolean;
|
6770
6770
|
errorMessages: string | readonly string[] | null;
|
6771
6771
|
maxErrors: string | number;
|
@@ -6807,7 +6807,7 @@ export declare const VAutocomplete: {
|
|
6807
6807
|
disabled: boolean | null;
|
6808
6808
|
readonly: boolean | null;
|
6809
6809
|
messages: string | readonly string[];
|
6810
|
-
rules: readonly import("../../
|
6810
|
+
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)?])[];
|
6811
6811
|
focused: boolean;
|
6812
6812
|
errorMessages: string | readonly string[] | null;
|
6813
6813
|
maxErrors: string | number;
|
@@ -6823,7 +6823,7 @@ export declare const VAutocomplete: {
|
|
6823
6823
|
disabled: boolean | null;
|
6824
6824
|
readonly: boolean | null;
|
6825
6825
|
messages: string | readonly string[];
|
6826
|
-
rules: readonly import("../../
|
6826
|
+
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)?])[];
|
6827
6827
|
focused: boolean;
|
6828
6828
|
errorMessages: string | readonly string[] | null;
|
6829
6829
|
maxErrors: string | number;
|
@@ -6848,9 +6848,9 @@ export declare const VAutocomplete: {
|
|
6848
6848
|
baseColor?: string | undefined;
|
6849
6849
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6850
6850
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6851
|
-
iconColor?: string | boolean | undefined;
|
6852
6851
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6853
6852
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
6853
|
+
iconColor?: string | boolean | undefined;
|
6854
6854
|
hint?: string | undefined;
|
6855
6855
|
hideDetails?: boolean | "auto" | undefined;
|
6856
6856
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -6862,7 +6862,7 @@ export declare const VAutocomplete: {
|
|
6862
6862
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
6863
6863
|
modelValue?: unknown;
|
6864
6864
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
6865
|
-
}, 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" | "
|
6865
|
+
}, 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<{
|
6866
6866
|
$: import("vue").ComponentInternalInstance;
|
6867
6867
|
$data: {};
|
6868
6868
|
$props: Partial<{
|
@@ -6909,13 +6909,13 @@ export declare const VAutocomplete: {
|
|
6909
6909
|
rounded?: string | number | boolean | undefined;
|
6910
6910
|
baseColor?: string | undefined;
|
6911
6911
|
bgColor?: string | undefined;
|
6912
|
-
iconColor?: string | boolean | undefined;
|
6913
6912
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6914
6913
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6915
6914
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6916
6915
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6917
6916
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6918
6917
|
centerAffix?: boolean | undefined;
|
6918
|
+
iconColor?: string | boolean | undefined;
|
6919
6919
|
} & 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">;
|
6920
6920
|
$attrs: {
|
6921
6921
|
[x: string]: unknown;
|
@@ -6968,13 +6968,13 @@ export declare const VAutocomplete: {
|
|
6968
6968
|
rounded?: string | number | boolean | undefined;
|
6969
6969
|
baseColor?: string | undefined;
|
6970
6970
|
bgColor?: string | undefined;
|
6971
|
-
iconColor?: string | boolean | undefined;
|
6972
6971
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6973
6972
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
6974
6973
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6975
6974
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6976
6975
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6977
6976
|
centerAffix?: boolean | undefined;
|
6977
|
+
iconColor?: string | boolean | undefined;
|
6978
6978
|
} & {
|
6979
6979
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
6980
6980
|
}, {
|
@@ -7078,13 +7078,13 @@ export declare const VAutocomplete: {
|
|
7078
7078
|
rounded?: string | number | boolean | undefined;
|
7079
7079
|
baseColor?: string | undefined;
|
7080
7080
|
bgColor?: string | undefined;
|
7081
|
-
iconColor?: string | boolean | undefined;
|
7082
7081
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7083
7082
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7084
7083
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7085
7084
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7086
7085
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7087
7086
|
centerAffix?: boolean | undefined;
|
7087
|
+
iconColor?: string | boolean | undefined;
|
7088
7088
|
} & {
|
7089
7089
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
7090
7090
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -7093,7 +7093,7 @@ export declare const VAutocomplete: {
|
|
7093
7093
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
7094
7094
|
modelValue?: unknown;
|
7095
7095
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
7096
|
-
}, 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" | "
|
7096
|
+
}, 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}`> & {
|
7097
7097
|
_allExposed: {
|
7098
7098
|
reset: () => Promise<void>;
|
7099
7099
|
resetValidation: () => Promise<void>;
|
@@ -7134,7 +7134,7 @@ export declare const VAutocomplete: {
|
|
7134
7134
|
readonly: boolean | null;
|
7135
7135
|
messages: string | readonly string[];
|
7136
7136
|
noDataText: string;
|
7137
|
-
rules: readonly import("../../
|
7137
|
+
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)?])[];
|
7138
7138
|
filterMode: import("../../composables/filter.js").FilterMode;
|
7139
7139
|
noFilter: boolean;
|
7140
7140
|
filterKeys: import("../../composables/filter.js").FilterKeys;
|
@@ -7188,7 +7188,7 @@ export declare const VAutocomplete: {
|
|
7188
7188
|
readonly: boolean | null;
|
7189
7189
|
messages: string | readonly string[];
|
7190
7190
|
noDataText: string;
|
7191
|
-
rules: readonly import("../../
|
7191
|
+
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)?])[];
|
7192
7192
|
filterMode: import("../../composables/filter.js").FilterMode;
|
7193
7193
|
noFilter: boolean;
|
7194
7194
|
filterKeys: import("../../composables/filter.js").FilterKeys;
|
@@ -7241,7 +7241,6 @@ export declare const VAutocomplete: {
|
|
7241
7241
|
bgColor?: string | undefined;
|
7242
7242
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7243
7243
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7244
|
-
iconColor?: string | boolean | undefined;
|
7245
7244
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7246
7245
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
7247
7246
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7249,6 +7248,7 @@ export declare const VAutocomplete: {
|
|
7249
7248
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7250
7249
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7251
7250
|
centerAffix?: boolean | undefined;
|
7251
|
+
iconColor?: string | boolean | undefined;
|
7252
7252
|
hint?: string | undefined;
|
7253
7253
|
hideDetails?: boolean | "auto" | undefined;
|
7254
7254
|
suffix?: string | undefined;
|
@@ -7659,7 +7659,7 @@ export declare const VAutocomplete: {
|
|
7659
7659
|
disabled: boolean;
|
7660
7660
|
readonly: boolean | null;
|
7661
7661
|
messages: string | readonly string[];
|
7662
|
-
rules: readonly import("../../
|
7662
|
+
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)?])[];
|
7663
7663
|
focused: boolean;
|
7664
7664
|
errorMessages: string | readonly string[] | null;
|
7665
7665
|
maxErrors: string | number;
|
@@ -7690,7 +7690,7 @@ export declare const VAutocomplete: {
|
|
7690
7690
|
disabled: boolean;
|
7691
7691
|
readonly: boolean | null;
|
7692
7692
|
messages: string | readonly string[];
|
7693
|
-
rules: readonly import("../../
|
7693
|
+
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)?])[];
|
7694
7694
|
focused: boolean;
|
7695
7695
|
errorMessages: string | readonly string[] | null;
|
7696
7696
|
maxErrors: string | number;
|
@@ -7729,7 +7729,6 @@ export declare const VAutocomplete: {
|
|
7729
7729
|
bgColor?: string | undefined;
|
7730
7730
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7731
7731
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7732
|
-
iconColor?: string | boolean | undefined;
|
7733
7732
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7734
7733
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7735
7734
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7738,6 +7737,7 @@ export declare const VAutocomplete: {
|
|
7738
7737
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7739
7738
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7740
7739
|
centerAffix?: boolean | undefined;
|
7740
|
+
iconColor?: string | boolean | undefined;
|
7741
7741
|
hint?: string | undefined;
|
7742
7742
|
hideDetails?: boolean | "auto" | undefined;
|
7743
7743
|
suffix?: string | undefined;
|
@@ -7841,7 +7841,7 @@ export declare const VAutocomplete: {
|
|
7841
7841
|
disabled: boolean;
|
7842
7842
|
readonly: boolean | null;
|
7843
7843
|
messages: string | readonly string[];
|
7844
|
-
rules: readonly import("../../
|
7844
|
+
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)?])[];
|
7845
7845
|
focused: boolean;
|
7846
7846
|
errorMessages: string | readonly string[] | null;
|
7847
7847
|
maxErrors: string | number;
|
@@ -7881,7 +7881,6 @@ export declare const VAutocomplete: {
|
|
7881
7881
|
bgColor?: string | undefined;
|
7882
7882
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7883
7883
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7884
|
-
iconColor?: string | boolean | undefined;
|
7885
7884
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7886
7885
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
7887
7886
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7890,6 +7889,7 @@ export declare const VAutocomplete: {
|
|
7890
7889
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7891
7890
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
7892
7891
|
centerAffix?: boolean | undefined;
|
7892
|
+
iconColor?: string | boolean | undefined;
|
7893
7893
|
hint?: string | undefined;
|
7894
7894
|
hideDetails?: boolean | "auto" | undefined;
|
7895
7895
|
suffix?: string | undefined;
|
@@ -7964,7 +7964,7 @@ export declare const VAutocomplete: {
|
|
7964
7964
|
disabled: boolean | null;
|
7965
7965
|
readonly: boolean | null;
|
7966
7966
|
messages: string | readonly string[];
|
7967
|
-
rules: readonly import("../../
|
7967
|
+
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)?])[];
|
7968
7968
|
focused: boolean;
|
7969
7969
|
errorMessages: string | readonly string[] | null;
|
7970
7970
|
maxErrors: string | number;
|
@@ -7980,7 +7980,7 @@ export declare const VAutocomplete: {
|
|
7980
7980
|
disabled: boolean | null;
|
7981
7981
|
readonly: boolean | null;
|
7982
7982
|
messages: string | readonly string[];
|
7983
|
-
rules: readonly import("../../
|
7983
|
+
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)?])[];
|
7984
7984
|
focused: boolean;
|
7985
7985
|
errorMessages: string | readonly string[] | null;
|
7986
7986
|
maxErrors: string | number;
|
@@ -8004,9 +8004,9 @@ export declare const VAutocomplete: {
|
|
8004
8004
|
baseColor?: string | undefined;
|
8005
8005
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8006
8006
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8007
|
-
iconColor?: string | boolean | undefined;
|
8008
8007
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8009
8008
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8009
|
+
iconColor?: string | boolean | undefined;
|
8010
8010
|
hint?: string | undefined;
|
8011
8011
|
hideDetails?: boolean | "auto" | undefined;
|
8012
8012
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -8035,7 +8035,7 @@ export declare const VAutocomplete: {
|
|
8035
8035
|
disabled: boolean | null;
|
8036
8036
|
readonly: boolean | null;
|
8037
8037
|
messages: string | readonly string[];
|
8038
|
-
rules: readonly import("../../
|
8038
|
+
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)?])[];
|
8039
8039
|
focused: boolean;
|
8040
8040
|
errorMessages: string | readonly string[] | null;
|
8041
8041
|
maxErrors: string | number;
|
@@ -8060,9 +8060,9 @@ export declare const VAutocomplete: {
|
|
8060
8060
|
baseColor?: string | undefined;
|
8061
8061
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8062
8062
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8063
|
-
iconColor?: string | boolean | undefined;
|
8064
8063
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8065
8064
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8065
|
+
iconColor?: string | boolean | undefined;
|
8066
8066
|
hint?: string | undefined;
|
8067
8067
|
hideDetails?: boolean | "auto" | undefined;
|
8068
8068
|
} & {}, {
|
@@ -8080,7 +8080,7 @@ export declare const VAutocomplete: {
|
|
8080
8080
|
disabled: boolean | null;
|
8081
8081
|
readonly: boolean | null;
|
8082
8082
|
messages: string | readonly string[];
|
8083
|
-
rules: readonly import("../../
|
8083
|
+
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)?])[];
|
8084
8084
|
focused: boolean;
|
8085
8085
|
errorMessages: string | readonly string[] | null;
|
8086
8086
|
maxErrors: string | number;
|
@@ -8122,7 +8122,7 @@ export declare const VAutocomplete: {
|
|
8122
8122
|
disabled: boolean | null;
|
8123
8123
|
readonly: boolean | null;
|
8124
8124
|
messages: string | readonly string[];
|
8125
|
-
rules: readonly import("../../
|
8125
|
+
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)?])[];
|
8126
8126
|
focused: boolean;
|
8127
8127
|
errorMessages: string | readonly string[] | null;
|
8128
8128
|
maxErrors: string | number;
|
@@ -8138,7 +8138,7 @@ export declare const VAutocomplete: {
|
|
8138
8138
|
disabled: boolean | null;
|
8139
8139
|
readonly: boolean | null;
|
8140
8140
|
messages: string | readonly string[];
|
8141
|
-
rules: readonly import("../../
|
8141
|
+
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)?])[];
|
8142
8142
|
focused: boolean;
|
8143
8143
|
errorMessages: string | readonly string[] | null;
|
8144
8144
|
maxErrors: string | number;
|
@@ -8163,9 +8163,9 @@ export declare const VAutocomplete: {
|
|
8163
8163
|
baseColor?: string | undefined;
|
8164
8164
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8165
8165
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8166
|
-
iconColor?: string | boolean | undefined;
|
8167
8166
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8168
8167
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8168
|
+
iconColor?: string | boolean | undefined;
|
8169
8169
|
hint?: string | undefined;
|
8170
8170
|
hideDetails?: boolean | "auto" | undefined;
|
8171
8171
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -8177,7 +8177,7 @@ export declare const VAutocomplete: {
|
|
8177
8177
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8178
8178
|
modelValue?: unknown;
|
8179
8179
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8180
|
-
}, 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" | "
|
8180
|
+
}, 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<{
|
8181
8181
|
$: import("vue").ComponentInternalInstance;
|
8182
8182
|
$data: {};
|
8183
8183
|
$props: Partial<{
|
@@ -8224,13 +8224,13 @@ export declare const VAutocomplete: {
|
|
8224
8224
|
rounded?: string | number | boolean | undefined;
|
8225
8225
|
baseColor?: string | undefined;
|
8226
8226
|
bgColor?: string | undefined;
|
8227
|
-
iconColor?: string | boolean | undefined;
|
8228
8227
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8229
8228
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8230
8229
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8231
8230
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8232
8231
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8233
8232
|
centerAffix?: boolean | undefined;
|
8233
|
+
iconColor?: string | boolean | undefined;
|
8234
8234
|
} & 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">;
|
8235
8235
|
$attrs: {
|
8236
8236
|
[x: string]: unknown;
|
@@ -8283,13 +8283,13 @@ export declare const VAutocomplete: {
|
|
8283
8283
|
rounded?: string | number | boolean | undefined;
|
8284
8284
|
baseColor?: string | undefined;
|
8285
8285
|
bgColor?: string | undefined;
|
8286
|
-
iconColor?: string | boolean | undefined;
|
8287
8286
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8288
8287
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8289
8288
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8290
8289
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8291
8290
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8292
8291
|
centerAffix?: boolean | undefined;
|
8292
|
+
iconColor?: string | boolean | undefined;
|
8293
8293
|
} & {
|
8294
8294
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8295
8295
|
}, {
|
@@ -8393,13 +8393,13 @@ export declare const VAutocomplete: {
|
|
8393
8393
|
rounded?: string | number | boolean | undefined;
|
8394
8394
|
baseColor?: string | undefined;
|
8395
8395
|
bgColor?: string | undefined;
|
8396
|
-
iconColor?: string | boolean | undefined;
|
8397
8396
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8398
8397
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8399
8398
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8400
8399
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8401
8400
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8402
8401
|
centerAffix?: boolean | undefined;
|
8402
|
+
iconColor?: string | boolean | undefined;
|
8403
8403
|
} & {
|
8404
8404
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8405
8405
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -8408,7 +8408,7 @@ export declare const VAutocomplete: {
|
|
8408
8408
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8409
8409
|
modelValue?: unknown;
|
8410
8410
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8411
|
-
}, 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" | "
|
8411
|
+
}, 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}`> & {
|
8412
8412
|
_allExposed: {
|
8413
8413
|
reset: () => Promise<void>;
|
8414
8414
|
resetValidation: () => Promise<void>;
|
@@ -8437,7 +8437,7 @@ export declare const VAutocomplete: {
|
|
8437
8437
|
disabled: boolean;
|
8438
8438
|
readonly: boolean | null;
|
8439
8439
|
messages: string | readonly string[];
|
8440
|
-
rules: readonly import("../../
|
8440
|
+
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)?])[];
|
8441
8441
|
focused: boolean;
|
8442
8442
|
errorMessages: string | readonly string[] | null;
|
8443
8443
|
maxErrors: string | number;
|
@@ -8505,7 +8505,7 @@ export declare const VAutocomplete: {
|
|
8505
8505
|
disabled: boolean;
|
8506
8506
|
readonly: boolean | null;
|
8507
8507
|
messages: string | readonly string[];
|
8508
|
-
rules: readonly import("../../
|
8508
|
+
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)?])[];
|
8509
8509
|
focused: boolean;
|
8510
8510
|
errorMessages: string | readonly string[] | null;
|
8511
8511
|
maxErrors: string | number;
|
@@ -8536,7 +8536,7 @@ export declare const VAutocomplete: {
|
|
8536
8536
|
disabled: boolean;
|
8537
8537
|
readonly: boolean | null;
|
8538
8538
|
messages: string | readonly string[];
|
8539
|
-
rules: readonly import("../../
|
8539
|
+
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)?])[];
|
8540
8540
|
focused: boolean;
|
8541
8541
|
errorMessages: string | readonly string[] | null;
|
8542
8542
|
maxErrors: string | number;
|
@@ -8576,7 +8576,6 @@ export declare const VAutocomplete: {
|
|
8576
8576
|
bgColor?: string | undefined;
|
8577
8577
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8578
8578
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8579
|
-
iconColor?: string | boolean | undefined;
|
8580
8579
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8581
8580
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8582
8581
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -8585,6 +8584,7 @@ export declare const VAutocomplete: {
|
|
8585
8584
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8586
8585
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8587
8586
|
centerAffix?: boolean | undefined;
|
8587
|
+
iconColor?: string | boolean | undefined;
|
8588
8588
|
hint?: string | undefined;
|
8589
8589
|
hideDetails?: boolean | "auto" | undefined;
|
8590
8590
|
suffix?: string | undefined;
|
@@ -8659,7 +8659,7 @@ export declare const VAutocomplete: {
|
|
8659
8659
|
disabled: boolean | null;
|
8660
8660
|
readonly: boolean | null;
|
8661
8661
|
messages: string | readonly string[];
|
8662
|
-
rules: readonly import("../../
|
8662
|
+
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)?])[];
|
8663
8663
|
focused: boolean;
|
8664
8664
|
errorMessages: string | readonly string[] | null;
|
8665
8665
|
maxErrors: string | number;
|
@@ -8675,7 +8675,7 @@ export declare const VAutocomplete: {
|
|
8675
8675
|
disabled: boolean | null;
|
8676
8676
|
readonly: boolean | null;
|
8677
8677
|
messages: string | readonly string[];
|
8678
|
-
rules: readonly import("../../
|
8678
|
+
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)?])[];
|
8679
8679
|
focused: boolean;
|
8680
8680
|
errorMessages: string | readonly string[] | null;
|
8681
8681
|
maxErrors: string | number;
|
@@ -8699,9 +8699,9 @@ export declare const VAutocomplete: {
|
|
8699
8699
|
baseColor?: string | undefined;
|
8700
8700
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8701
8701
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8702
|
-
iconColor?: string | boolean | undefined;
|
8703
8702
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8704
8703
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8704
|
+
iconColor?: string | boolean | undefined;
|
8705
8705
|
hint?: string | undefined;
|
8706
8706
|
hideDetails?: boolean | "auto" | undefined;
|
8707
8707
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -8730,7 +8730,7 @@ export declare const VAutocomplete: {
|
|
8730
8730
|
disabled: boolean | null;
|
8731
8731
|
readonly: boolean | null;
|
8732
8732
|
messages: string | readonly string[];
|
8733
|
-
rules: readonly import("../../
|
8733
|
+
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)?])[];
|
8734
8734
|
focused: boolean;
|
8735
8735
|
errorMessages: string | readonly string[] | null;
|
8736
8736
|
maxErrors: string | number;
|
@@ -8755,9 +8755,9 @@ export declare const VAutocomplete: {
|
|
8755
8755
|
baseColor?: string | undefined;
|
8756
8756
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8757
8757
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8758
|
-
iconColor?: string | boolean | undefined;
|
8759
8758
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8760
8759
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8760
|
+
iconColor?: string | boolean | undefined;
|
8761
8761
|
hint?: string | undefined;
|
8762
8762
|
hideDetails?: boolean | "auto" | undefined;
|
8763
8763
|
} & {}, {
|
@@ -8775,7 +8775,7 @@ export declare const VAutocomplete: {
|
|
8775
8775
|
disabled: boolean | null;
|
8776
8776
|
readonly: boolean | null;
|
8777
8777
|
messages: string | readonly string[];
|
8778
|
-
rules: readonly import("../../
|
8778
|
+
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)?])[];
|
8779
8779
|
focused: boolean;
|
8780
8780
|
errorMessages: string | readonly string[] | null;
|
8781
8781
|
maxErrors: string | number;
|
@@ -8817,7 +8817,7 @@ export declare const VAutocomplete: {
|
|
8817
8817
|
disabled: boolean | null;
|
8818
8818
|
readonly: boolean | null;
|
8819
8819
|
messages: string | readonly string[];
|
8820
|
-
rules: readonly import("../../
|
8820
|
+
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)?])[];
|
8821
8821
|
focused: boolean;
|
8822
8822
|
errorMessages: string | readonly string[] | null;
|
8823
8823
|
maxErrors: string | number;
|
@@ -8833,7 +8833,7 @@ export declare const VAutocomplete: {
|
|
8833
8833
|
disabled: boolean | null;
|
8834
8834
|
readonly: boolean | null;
|
8835
8835
|
messages: string | readonly string[];
|
8836
|
-
rules: readonly import("../../
|
8836
|
+
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)?])[];
|
8837
8837
|
focused: boolean;
|
8838
8838
|
errorMessages: string | readonly string[] | null;
|
8839
8839
|
maxErrors: string | number;
|
@@ -8858,9 +8858,9 @@ export declare const VAutocomplete: {
|
|
8858
8858
|
baseColor?: string | undefined;
|
8859
8859
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8860
8860
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8861
|
-
iconColor?: string | boolean | undefined;
|
8862
8861
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8863
8862
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
8863
|
+
iconColor?: string | boolean | undefined;
|
8864
8864
|
hint?: string | undefined;
|
8865
8865
|
hideDetails?: boolean | "auto" | undefined;
|
8866
8866
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -8872,7 +8872,7 @@ export declare const VAutocomplete: {
|
|
8872
8872
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
8873
8873
|
modelValue?: unknown;
|
8874
8874
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
8875
|
-
}, 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" | "
|
8875
|
+
}, 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<{
|
8876
8876
|
$: import("vue").ComponentInternalInstance;
|
8877
8877
|
$data: {};
|
8878
8878
|
$props: Partial<{
|
@@ -8919,13 +8919,13 @@ export declare const VAutocomplete: {
|
|
8919
8919
|
rounded?: string | number | boolean | undefined;
|
8920
8920
|
baseColor?: string | undefined;
|
8921
8921
|
bgColor?: string | undefined;
|
8922
|
-
iconColor?: string | boolean | undefined;
|
8923
8922
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8924
8923
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8925
8924
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8926
8925
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8927
8926
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8928
8927
|
centerAffix?: boolean | undefined;
|
8928
|
+
iconColor?: string | boolean | undefined;
|
8929
8929
|
} & 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">;
|
8930
8930
|
$attrs: {
|
8931
8931
|
[x: string]: unknown;
|
@@ -8978,13 +8978,13 @@ export declare const VAutocomplete: {
|
|
8978
8978
|
rounded?: string | number | boolean | undefined;
|
8979
8979
|
baseColor?: string | undefined;
|
8980
8980
|
bgColor?: string | undefined;
|
8981
|
-
iconColor?: string | boolean | undefined;
|
8982
8981
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8983
8982
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
8984
8983
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8985
8984
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8986
8985
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
8987
8986
|
centerAffix?: boolean | undefined;
|
8987
|
+
iconColor?: string | boolean | undefined;
|
8988
8988
|
} & {
|
8989
8989
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
8990
8990
|
}, {
|
@@ -9088,13 +9088,13 @@ export declare const VAutocomplete: {
|
|
9088
9088
|
rounded?: string | number | boolean | undefined;
|
9089
9089
|
baseColor?: string | undefined;
|
9090
9090
|
bgColor?: string | undefined;
|
9091
|
-
iconColor?: string | boolean | undefined;
|
9092
9091
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9093
9092
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9094
9093
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9095
9094
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9096
9095
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9097
9096
|
centerAffix?: boolean | undefined;
|
9097
|
+
iconColor?: string | boolean | undefined;
|
9098
9098
|
} & {
|
9099
9099
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9100
9100
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -9103,7 +9103,7 @@ export declare const VAutocomplete: {
|
|
9103
9103
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9104
9104
|
modelValue?: unknown;
|
9105
9105
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9106
|
-
}, 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" | "
|
9106
|
+
}, 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}`> & {
|
9107
9107
|
_allExposed: {
|
9108
9108
|
reset: () => Promise<void>;
|
9109
9109
|
resetValidation: () => Promise<void>;
|
@@ -9114,7 +9114,7 @@ export declare const VAutocomplete: {
|
|
9114
9114
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
9115
9115
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
9116
9116
|
} | {};
|
9117
|
-
}> & {} & 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" | "
|
9117
|
+
}> & {} & 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}`> & {
|
9118
9118
|
_allExposed: (HTMLInputElement & Omit<Omit<{
|
9119
9119
|
$: import("vue").ComponentInternalInstance;
|
9120
9120
|
$data: {};
|
@@ -9125,7 +9125,7 @@ export declare const VAutocomplete: {
|
|
9125
9125
|
disabled: boolean | null;
|
9126
9126
|
readonly: boolean | null;
|
9127
9127
|
messages: string | readonly string[];
|
9128
|
-
rules: readonly import("../../
|
9128
|
+
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)?])[];
|
9129
9129
|
focused: boolean;
|
9130
9130
|
errorMessages: string | readonly string[] | null;
|
9131
9131
|
maxErrors: string | number;
|
@@ -9141,7 +9141,7 @@ export declare const VAutocomplete: {
|
|
9141
9141
|
disabled: boolean | null;
|
9142
9142
|
readonly: boolean | null;
|
9143
9143
|
messages: string | readonly string[];
|
9144
|
-
rules: readonly import("../../
|
9144
|
+
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)?])[];
|
9145
9145
|
focused: boolean;
|
9146
9146
|
errorMessages: string | readonly string[] | null;
|
9147
9147
|
maxErrors: string | number;
|
@@ -9165,9 +9165,9 @@ export declare const VAutocomplete: {
|
|
9165
9165
|
baseColor?: string | undefined;
|
9166
9166
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9167
9167
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9168
|
-
iconColor?: string | boolean | undefined;
|
9169
9168
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9170
9169
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9170
|
+
iconColor?: string | boolean | undefined;
|
9171
9171
|
hint?: string | undefined;
|
9172
9172
|
hideDetails?: boolean | "auto" | undefined;
|
9173
9173
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -9196,7 +9196,7 @@ export declare const VAutocomplete: {
|
|
9196
9196
|
disabled: boolean | null;
|
9197
9197
|
readonly: boolean | null;
|
9198
9198
|
messages: string | readonly string[];
|
9199
|
-
rules: readonly import("../../
|
9199
|
+
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)?])[];
|
9200
9200
|
focused: boolean;
|
9201
9201
|
errorMessages: string | readonly string[] | null;
|
9202
9202
|
maxErrors: string | number;
|
@@ -9221,9 +9221,9 @@ export declare const VAutocomplete: {
|
|
9221
9221
|
baseColor?: string | undefined;
|
9222
9222
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9223
9223
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9224
|
-
iconColor?: string | boolean | undefined;
|
9225
9224
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9226
9225
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9226
|
+
iconColor?: string | boolean | undefined;
|
9227
9227
|
hint?: string | undefined;
|
9228
9228
|
hideDetails?: boolean | "auto" | undefined;
|
9229
9229
|
} & {}, {
|
@@ -9241,7 +9241,7 @@ export declare const VAutocomplete: {
|
|
9241
9241
|
disabled: boolean | null;
|
9242
9242
|
readonly: boolean | null;
|
9243
9243
|
messages: string | readonly string[];
|
9244
|
-
rules: readonly import("../../
|
9244
|
+
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)?])[];
|
9245
9245
|
focused: boolean;
|
9246
9246
|
errorMessages: string | readonly string[] | null;
|
9247
9247
|
maxErrors: string | number;
|
@@ -9283,7 +9283,7 @@ export declare const VAutocomplete: {
|
|
9283
9283
|
disabled: boolean | null;
|
9284
9284
|
readonly: boolean | null;
|
9285
9285
|
messages: string | readonly string[];
|
9286
|
-
rules: readonly import("../../
|
9286
|
+
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)?])[];
|
9287
9287
|
focused: boolean;
|
9288
9288
|
errorMessages: string | readonly string[] | null;
|
9289
9289
|
maxErrors: string | number;
|
@@ -9299,7 +9299,7 @@ export declare const VAutocomplete: {
|
|
9299
9299
|
disabled: boolean | null;
|
9300
9300
|
readonly: boolean | null;
|
9301
9301
|
messages: string | readonly string[];
|
9302
|
-
rules: readonly import("../../
|
9302
|
+
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)?])[];
|
9303
9303
|
focused: boolean;
|
9304
9304
|
errorMessages: string | readonly string[] | null;
|
9305
9305
|
maxErrors: string | number;
|
@@ -9324,9 +9324,9 @@ export declare const VAutocomplete: {
|
|
9324
9324
|
baseColor?: string | undefined;
|
9325
9325
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9326
9326
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9327
|
-
iconColor?: string | boolean | undefined;
|
9328
9327
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
9329
9328
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
9329
|
+
iconColor?: string | boolean | undefined;
|
9330
9330
|
hint?: string | undefined;
|
9331
9331
|
hideDetails?: boolean | "auto" | undefined;
|
9332
9332
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -9338,7 +9338,7 @@ export declare const VAutocomplete: {
|
|
9338
9338
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9339
9339
|
modelValue?: unknown;
|
9340
9340
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9341
|
-
}, 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" | "
|
9341
|
+
}, 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<{
|
9342
9342
|
$: import("vue").ComponentInternalInstance;
|
9343
9343
|
$data: {};
|
9344
9344
|
$props: Partial<{
|
@@ -9385,13 +9385,13 @@ export declare const VAutocomplete: {
|
|
9385
9385
|
rounded?: string | number | boolean | undefined;
|
9386
9386
|
baseColor?: string | undefined;
|
9387
9387
|
bgColor?: string | undefined;
|
9388
|
-
iconColor?: string | boolean | undefined;
|
9389
9388
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9390
9389
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9391
9390
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9392
9391
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9393
9392
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9394
9393
|
centerAffix?: boolean | undefined;
|
9394
|
+
iconColor?: string | boolean | undefined;
|
9395
9395
|
} & 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">;
|
9396
9396
|
$attrs: {
|
9397
9397
|
[x: string]: unknown;
|
@@ -9444,13 +9444,13 @@ export declare const VAutocomplete: {
|
|
9444
9444
|
rounded?: string | number | boolean | undefined;
|
9445
9445
|
baseColor?: string | undefined;
|
9446
9446
|
bgColor?: string | undefined;
|
9447
|
-
iconColor?: string | boolean | undefined;
|
9448
9447
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9449
9448
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9450
9449
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9451
9450
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9452
9451
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9453
9452
|
centerAffix?: boolean | undefined;
|
9453
|
+
iconColor?: string | boolean | undefined;
|
9454
9454
|
} & {
|
9455
9455
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9456
9456
|
}, {
|
@@ -9554,13 +9554,13 @@ export declare const VAutocomplete: {
|
|
9554
9554
|
rounded?: string | number | boolean | undefined;
|
9555
9555
|
baseColor?: string | undefined;
|
9556
9556
|
bgColor?: string | undefined;
|
9557
|
-
iconColor?: string | boolean | undefined;
|
9558
9557
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9559
9558
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
9560
9559
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
9561
9560
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9562
9561
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
9563
9562
|
centerAffix?: boolean | undefined;
|
9563
|
+
iconColor?: string | boolean | undefined;
|
9564
9564
|
} & {
|
9565
9565
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
9566
9566
|
}, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & import("vue").ShallowUnwrapRef<{
|
@@ -9569,7 +9569,7 @@ export declare const VAutocomplete: {
|
|
9569
9569
|
}> & {} & import("vue").ComponentCustomProperties & {} & GenericProps<{
|
9570
9570
|
modelValue?: unknown;
|
9571
9571
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
9572
|
-
}, 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" | "
|
9572
|
+
}, 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}`> & {
|
9573
9573
|
_allExposed: {
|
9574
9574
|
reset: () => Promise<void>;
|
9575
9575
|
resetValidation: () => Promise<void>;
|
@@ -9615,7 +9615,7 @@ export declare const VAutocomplete: {
|
|
9615
9615
|
readonly: boolean | null;
|
9616
9616
|
messages: string | readonly string[];
|
9617
9617
|
noDataText: string;
|
9618
|
-
rules: readonly import("../../
|
9618
|
+
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)?])[];
|
9619
9619
|
filterMode: import("../../composables/filter.js").FilterMode;
|
9620
9620
|
noFilter: boolean;
|
9621
9621
|
filterKeys: import("../../composables/filter.js").FilterKeys;
|
@@ -9765,7 +9765,7 @@ export declare const VAutocomplete: {
|
|
9765
9765
|
default: () => never[];
|
9766
9766
|
};
|
9767
9767
|
rules: {
|
9768
|
-
type: PropType<readonly import("../../types.js").ValidationRule[]>;
|
9768
|
+
type: PropType<readonly (import("../../types.js").ValidationRule | import("../../labs/rules/index.js").ValidationAlias)[]>;
|
9769
9769
|
default: () => never[];
|
9770
9770
|
};
|
9771
9771
|
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
@@ -9798,7 +9798,6 @@ export declare const VAutocomplete: {
|
|
9798
9798
|
bgColor: StringConstructor;
|
9799
9799
|
prependIcon: PropType<import("../../composables/icons.js").IconValue>;
|
9800
9800
|
appendIcon: PropType<import("../../composables/icons.js").IconValue>;
|
9801
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
9802
9801
|
clearIcon: {
|
9803
9802
|
type: PropType<import("../../composables/icons.js").IconValue>;
|
9804
9803
|
default: string;
|
@@ -9814,6 +9813,7 @@ export declare const VAutocomplete: {
|
|
9814
9813
|
default: undefined;
|
9815
9814
|
};
|
9816
9815
|
glow: BooleanConstructor;
|
9816
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
9817
9817
|
hideSpinButtons: BooleanConstructor;
|
9818
9818
|
hint: StringConstructor;
|
9819
9819
|
persistentHint: BooleanConstructor;
|
@@ -9959,7 +9959,7 @@ export declare const VAutocomplete: {
|
|
9959
9959
|
default: () => never[];
|
9960
9960
|
};
|
9961
9961
|
rules: {
|
9962
|
-
type: PropType<readonly import("../../types.js").ValidationRule[]>;
|
9962
|
+
type: PropType<readonly (import("../../types.js").ValidationRule | import("../../labs/rules/index.js").ValidationAlias)[]>;
|
9963
9963
|
default: () => never[];
|
9964
9964
|
};
|
9965
9965
|
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
@@ -9992,7 +9992,6 @@ export declare const VAutocomplete: {
|
|
9992
9992
|
bgColor: StringConstructor;
|
9993
9993
|
prependIcon: PropType<import("../../composables/icons.js").IconValue>;
|
9994
9994
|
appendIcon: PropType<import("../../composables/icons.js").IconValue>;
|
9995
|
-
iconColor: (StringConstructor | BooleanConstructor)[];
|
9996
9995
|
clearIcon: {
|
9997
9996
|
type: PropType<import("../../composables/icons.js").IconValue>;
|
9998
9997
|
default: string;
|
@@ -10008,6 +10007,7 @@ export declare const VAutocomplete: {
|
|
10008
10007
|
default: undefined;
|
10009
10008
|
};
|
10010
10009
|
glow: BooleanConstructor;
|
10010
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
10011
10011
|
hideSpinButtons: BooleanConstructor;
|
10012
10012
|
hint: StringConstructor;
|
10013
10013
|
persistentHint: BooleanConstructor;
|