@rotki/ui-library 2.5.2 → 2.6.0

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.
@@ -1,5 +1,5 @@
1
- import type { KeyOfType } from '../../../composables/dropdown-menu';
2
1
  import { type MenuProps } from '../../../components/overlays/menu/RuiMenu.vue';
2
+ import { type KeyOfType } from '../../../composables/dropdown-menu';
3
3
  export type AutoCompleteModelValue<TValue> = TValue extends Array<infer U> ? U[] : TValue | undefined;
4
4
  export interface AutoCompleteProps<TValue, TItem> {
5
5
  options?: TItem[];
@@ -33,11 +33,12 @@ export interface AutoCompleteProps<TValue, TItem> {
33
33
  placeholder?: string;
34
34
  returnObject?: boolean;
35
35
  customValue?: boolean;
36
+ hideCustomValue?: boolean;
36
37
  }
37
38
  declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
38
39
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
39
40
  readonly "onUpdate:modelValue"?: ((value: AutoCompleteModelValue<TValue>) => any) | undefined;
40
- readonly "onUpdate:searchInput"?: ((value: string | undefined) => any) | undefined;
41
+ readonly "onUpdate:searchInput"?: ((value: string) => any) | undefined;
41
42
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue" | "onUpdate:searchInput"> & (AutoCompleteProps<TValue, TItem> & {
42
43
  modelValue: AutoCompleteModelValue<TValue>;
43
44
  searchInput?: string;
@@ -82,7 +83,8 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
82
83
  readonly placeholder: string;
83
84
  readonly returnObject: boolean;
84
85
  readonly customValue: boolean;
85
- } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "returnObject" | "customValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T extends keyof T_1 ? { readonly [K in T]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "returnObject" | "customValue" ? {
86
+ readonly hideCustomValue: boolean;
87
+ } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "returnObject" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "customValue" | "hideCustomValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T extends keyof T_1 ? { readonly [K in T]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "returnObject" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "customValue" | "hideCustomValue" ? {
86
88
  options: () => never[];
87
89
  disabled: false;
88
90
  loading: false;
@@ -110,6 +112,7 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
110
112
  placeholder: "";
111
113
  returnObject: false;
112
114
  customValue: false;
115
+ hideCustomValue: false;
113
116
  }[K] extends undefined ? boolean | undefined : boolean : boolean; } : never))["disabled"]] extends [globalThis.Ref<any, any>] ? (Readonly<{
114
117
  labelClass: string;
115
118
  menuClass: string;
@@ -143,7 +146,8 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
143
146
  readonly placeholder: string;
144
147
  readonly returnObject: boolean;
145
148
  readonly customValue: boolean;
146
- } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "returnObject" | "customValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T_2 extends keyof T_1 ? { readonly [K in T_2]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "returnObject" | "customValue" ? {
149
+ readonly hideCustomValue: boolean;
150
+ } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "returnObject" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "customValue" | "hideCustomValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T_2 extends keyof T_1 ? { readonly [K in T_2]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "returnObject" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "customValue" | "hideCustomValue" ? {
147
151
  options: () => never[];
148
152
  disabled: false;
149
153
  loading: false;
@@ -171,6 +175,7 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
171
175
  placeholder: "";
172
176
  returnObject: false;
173
177
  customValue: false;
178
+ hideCustomValue: false;
174
179
  }[K] extends undefined ? boolean | undefined : boolean : boolean; } : never))["disabled"] : globalThis.Ref<(Readonly<{
175
180
  labelClass: string;
176
181
  menuClass: string;
@@ -204,7 +209,8 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
204
209
  readonly placeholder: string;
205
210
  readonly returnObject: boolean;
206
211
  readonly customValue: boolean;
207
- } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "returnObject" | "customValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T_3 extends keyof T_1 ? { readonly [K in T_3]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "returnObject" | "customValue" ? {
212
+ readonly hideCustomValue: boolean;
213
+ } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "returnObject" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "customValue" | "hideCustomValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T_3 extends keyof T_1 ? { readonly [K in T_3]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "returnObject" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "customValue" | "hideCustomValue" ? {
208
214
  options: () => never[];
209
215
  disabled: false;
210
216
  loading: false;
@@ -232,6 +238,7 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
232
238
  placeholder: "";
233
239
  returnObject: false;
234
240
  customValue: false;
241
+ hideCustomValue: false;
235
242
  }[K] extends undefined ? boolean | undefined : boolean : boolean; } : never))["disabled"], (Readonly<{
236
243
  labelClass: string;
237
244
  menuClass: string;
@@ -265,7 +272,8 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
265
272
  readonly placeholder: string;
266
273
  readonly returnObject: boolean;
267
274
  readonly customValue: boolean;
268
- } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "returnObject" | "customValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T_4 extends keyof T_1 ? { readonly [K in T_4]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "returnObject" | "customValue" ? {
275
+ readonly hideCustomValue: boolean;
276
+ } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "returnObject" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "customValue" | "hideCustomValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T_4 extends keyof T_1 ? { readonly [K in T_4]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "returnObject" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "customValue" | "hideCustomValue" ? {
269
277
  options: () => never[];
270
278
  disabled: false;
271
279
  loading: false;
@@ -293,6 +301,7 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
293
301
  placeholder: "";
294
302
  returnObject: false;
295
303
  customValue: false;
304
+ hideCustomValue: false;
296
305
  }[K] extends undefined ? boolean | undefined : boolean : boolean; } : never))["disabled"]>>;
297
306
  value: TItem[];
298
307
  variant: "default" | "outlined" | "filled";
@@ -368,7 +377,8 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
368
377
  readonly placeholder: string;
369
378
  readonly returnObject: boolean;
370
379
  readonly customValue: boolean;
371
- } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "returnObject" | "customValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T extends keyof T_1 ? { readonly [K in T]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "returnObject" | "customValue" ? {
380
+ readonly hideCustomValue: boolean;
381
+ } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "returnObject" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "customValue" | "hideCustomValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T extends keyof T_1 ? { readonly [K in T]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "returnObject" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "customValue" | "hideCustomValue" ? {
372
382
  options: () => never[];
373
383
  disabled: false;
374
384
  loading: false;
@@ -396,6 +406,7 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
396
406
  placeholder: "";
397
407
  returnObject: false;
398
408
  customValue: false;
409
+ hideCustomValue: false;
399
410
  }[K] extends undefined ? boolean | undefined : boolean : boolean; } : never))["disabled"]] extends [globalThis.Ref<any, any>] ? (Readonly<{
400
411
  labelClass: string;
401
412
  menuClass: string;
@@ -429,7 +440,8 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
429
440
  readonly placeholder: string;
430
441
  readonly returnObject: boolean;
431
442
  readonly customValue: boolean;
432
- } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "returnObject" | "customValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T_2 extends keyof T_1 ? { readonly [K in T_2]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "returnObject" | "customValue" ? {
443
+ readonly hideCustomValue: boolean;
444
+ } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "returnObject" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "customValue" | "hideCustomValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T_2 extends keyof T_1 ? { readonly [K in T_2]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "returnObject" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "customValue" | "hideCustomValue" ? {
433
445
  options: () => never[];
434
446
  disabled: false;
435
447
  loading: false;
@@ -457,6 +469,7 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
457
469
  placeholder: "";
458
470
  returnObject: false;
459
471
  customValue: false;
472
+ hideCustomValue: false;
460
473
  }[K] extends undefined ? boolean | undefined : boolean : boolean; } : never))["disabled"] : globalThis.Ref<(Readonly<{
461
474
  labelClass: string;
462
475
  menuClass: string;
@@ -490,7 +503,8 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
490
503
  readonly placeholder: string;
491
504
  readonly returnObject: boolean;
492
505
  readonly customValue: boolean;
493
- } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "returnObject" | "customValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T_3 extends keyof T_1 ? { readonly [K in T_3]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "returnObject" | "customValue" ? {
506
+ readonly hideCustomValue: boolean;
507
+ } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "returnObject" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "customValue" | "hideCustomValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T_3 extends keyof T_1 ? { readonly [K in T_3]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "returnObject" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "customValue" | "hideCustomValue" ? {
494
508
  options: () => never[];
495
509
  disabled: false;
496
510
  loading: false;
@@ -518,6 +532,7 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
518
532
  placeholder: "";
519
533
  returnObject: false;
520
534
  customValue: false;
535
+ hideCustomValue: false;
521
536
  }[K] extends undefined ? boolean | undefined : boolean : boolean; } : never))["disabled"], (Readonly<{
522
537
  labelClass: string;
523
538
  menuClass: string;
@@ -551,7 +566,8 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
551
566
  readonly placeholder: string;
552
567
  readonly returnObject: boolean;
553
568
  readonly customValue: boolean;
554
- } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "returnObject" | "customValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T_4 extends keyof T_1 ? { readonly [K in T_4]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "returnObject" | "customValue" ? {
569
+ readonly hideCustomValue: boolean;
570
+ } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "returnObject" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "customValue" | "hideCustomValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T_4 extends keyof T_1 ? { readonly [K in T_4]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "returnObject" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "customValue" | "hideCustomValue" ? {
555
571
  options: () => never[];
556
572
  disabled: false;
557
573
  loading: false;
@@ -579,6 +595,7 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
579
595
  placeholder: "";
580
596
  returnObject: false;
581
597
  customValue: false;
598
+ hideCustomValue: false;
582
599
  }[K] extends undefined ? boolean | undefined : boolean : boolean; } : never))["disabled"]>>;
583
600
  item: TItem;
584
601
  active: boolean;
@@ -618,7 +635,8 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
618
635
  readonly placeholder: string;
619
636
  readonly returnObject: boolean;
620
637
  readonly customValue: boolean;
621
- } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "returnObject" | "customValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T extends keyof T_1 ? { readonly [K in T]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "returnObject" | "customValue" ? {
638
+ readonly hideCustomValue: boolean;
639
+ } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "returnObject" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "customValue" | "hideCustomValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T extends keyof T_1 ? { readonly [K in T]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "returnObject" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "customValue" | "hideCustomValue" ? {
622
640
  options: () => never[];
623
641
  disabled: false;
624
642
  loading: false;
@@ -646,6 +664,7 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
646
664
  placeholder: "";
647
665
  returnObject: false;
648
666
  customValue: false;
667
+ hideCustomValue: false;
649
668
  }[K] extends undefined ? boolean | undefined : boolean : boolean; } : never))["disabled"]] extends [globalThis.Ref<any, any>] ? (Readonly<{
650
669
  labelClass: string;
651
670
  menuClass: string;
@@ -679,7 +698,8 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
679
698
  readonly placeholder: string;
680
699
  readonly returnObject: boolean;
681
700
  readonly customValue: boolean;
682
- } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "returnObject" | "customValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T_2 extends keyof T_1 ? { readonly [K in T_2]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "returnObject" | "customValue" ? {
701
+ readonly hideCustomValue: boolean;
702
+ } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "returnObject" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "customValue" | "hideCustomValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T_2 extends keyof T_1 ? { readonly [K in T_2]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "returnObject" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "customValue" | "hideCustomValue" ? {
683
703
  options: () => never[];
684
704
  disabled: false;
685
705
  loading: false;
@@ -707,6 +727,7 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
707
727
  placeholder: "";
708
728
  returnObject: false;
709
729
  customValue: false;
730
+ hideCustomValue: false;
710
731
  }[K] extends undefined ? boolean | undefined : boolean : boolean; } : never))["disabled"] : globalThis.Ref<(Readonly<{
711
732
  labelClass: string;
712
733
  menuClass: string;
@@ -740,7 +761,8 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
740
761
  readonly placeholder: string;
741
762
  readonly returnObject: boolean;
742
763
  readonly customValue: boolean;
743
- } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "returnObject" | "customValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T_3 extends keyof T_1 ? { readonly [K in T_3]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "returnObject" | "customValue" ? {
764
+ readonly hideCustomValue: boolean;
765
+ } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "returnObject" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "customValue" | "hideCustomValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T_3 extends keyof T_1 ? { readonly [K in T_3]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "returnObject" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "customValue" | "hideCustomValue" ? {
744
766
  options: () => never[];
745
767
  disabled: false;
746
768
  loading: false;
@@ -768,6 +790,7 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
768
790
  placeholder: "";
769
791
  returnObject: false;
770
792
  customValue: false;
793
+ hideCustomValue: false;
771
794
  }[K] extends undefined ? boolean | undefined : boolean : boolean; } : never))["disabled"], (Readonly<{
772
795
  labelClass: string;
773
796
  menuClass: string;
@@ -801,7 +824,8 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
801
824
  readonly placeholder: string;
802
825
  readonly returnObject: boolean;
803
826
  readonly customValue: boolean;
804
- } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "returnObject" | "customValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T_4 extends keyof T_1 ? { readonly [K in T_4]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "returnObject" | "customValue" ? {
827
+ readonly hideCustomValue: boolean;
828
+ } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "returnObject" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "customValue" | "hideCustomValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T_4 extends keyof T_1 ? { readonly [K in T_4]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "returnObject" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "customValue" | "hideCustomValue" ? {
805
829
  options: () => never[];
806
830
  disabled: false;
807
831
  loading: false;
@@ -829,6 +853,7 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
829
853
  placeholder: "";
830
854
  returnObject: false;
831
855
  customValue: false;
856
+ hideCustomValue: false;
832
857
  }[K] extends undefined ? boolean | undefined : boolean : boolean; } : never))["disabled"]>>;
833
858
  item: TItem;
834
859
  active: boolean;
@@ -868,7 +893,8 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
868
893
  readonly placeholder: string;
869
894
  readonly returnObject: boolean;
870
895
  readonly customValue: boolean;
871
- } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "returnObject" | "customValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T extends keyof T_1 ? { readonly [K in T]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "returnObject" | "customValue" ? {
896
+ readonly hideCustomValue: boolean;
897
+ } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "returnObject" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "customValue" | "hideCustomValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T extends keyof T_1 ? { readonly [K in T]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "returnObject" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "customValue" | "hideCustomValue" ? {
872
898
  options: () => never[];
873
899
  disabled: false;
874
900
  loading: false;
@@ -896,6 +922,7 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
896
922
  placeholder: "";
897
923
  returnObject: false;
898
924
  customValue: false;
925
+ hideCustomValue: false;
899
926
  }[K] extends undefined ? boolean | undefined : boolean : boolean; } : never))["disabled"]] extends [globalThis.Ref<any, any>] ? (Readonly<{
900
927
  labelClass: string;
901
928
  menuClass: string;
@@ -929,7 +956,8 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
929
956
  readonly placeholder: string;
930
957
  readonly returnObject: boolean;
931
958
  readonly customValue: boolean;
932
- } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "returnObject" | "customValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T_2 extends keyof T_1 ? { readonly [K in T_2]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "returnObject" | "customValue" ? {
959
+ readonly hideCustomValue: boolean;
960
+ } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "returnObject" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "customValue" | "hideCustomValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T_2 extends keyof T_1 ? { readonly [K in T_2]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "returnObject" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "customValue" | "hideCustomValue" ? {
933
961
  options: () => never[];
934
962
  disabled: false;
935
963
  loading: false;
@@ -957,6 +985,7 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
957
985
  placeholder: "";
958
986
  returnObject: false;
959
987
  customValue: false;
988
+ hideCustomValue: false;
960
989
  }[K] extends undefined ? boolean | undefined : boolean : boolean; } : never))["disabled"] : globalThis.Ref<(Readonly<{
961
990
  labelClass: string;
962
991
  menuClass: string;
@@ -990,7 +1019,8 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
990
1019
  readonly placeholder: string;
991
1020
  readonly returnObject: boolean;
992
1021
  readonly customValue: boolean;
993
- } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "returnObject" | "customValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T_3 extends keyof T_1 ? { readonly [K in T_3]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "returnObject" | "customValue" ? {
1022
+ readonly hideCustomValue: boolean;
1023
+ } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "returnObject" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "customValue" | "hideCustomValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T_3 extends keyof T_1 ? { readonly [K in T_3]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "returnObject" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "customValue" | "hideCustomValue" ? {
994
1024
  options: () => never[];
995
1025
  disabled: false;
996
1026
  loading: false;
@@ -1018,6 +1048,7 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
1018
1048
  placeholder: "";
1019
1049
  returnObject: false;
1020
1050
  customValue: false;
1051
+ hideCustomValue: false;
1021
1052
  }[K] extends undefined ? boolean | undefined : boolean : boolean; } : never))["disabled"], (Readonly<{
1022
1053
  labelClass: string;
1023
1054
  menuClass: string;
@@ -1051,7 +1082,8 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
1051
1082
  readonly placeholder: string;
1052
1083
  readonly returnObject: boolean;
1053
1084
  readonly customValue: boolean;
1054
- } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "returnObject" | "customValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T_4 extends keyof T_1 ? { readonly [K in T_4]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "returnObject" | "customValue" ? {
1085
+ readonly hideCustomValue: boolean;
1086
+ } & ("disabled" | "loading" | "hideDetails" | "dense" | "clearable" | "autoSelectFirst" | "hideSelected" | "returnObject" | "readOnly" | "chips" | "noFilter" | "hideNoData" | "customValue" | "hideCustomValue" | ([KeyOfType<TItem, TValue extends (infer U)[] ? U : TValue> | undefined] extends [boolean | undefined] ? "keyAttr" : never) | ([keyof TItem | undefined] extends [boolean | undefined] ? "textAttr" : never) extends infer T_4 extends keyof T_1 ? { readonly [K in T_4]-?: K extends "variant" | "label" | "disabled" | "loading" | "errorMessages" | "successMessages" | "hint" | "hideDetails" | "placeholder" | "dense" | "options" | "clearable" | "prependWidth" | "appendWidth" | "keyAttr" | "textAttr" | "autoSelectFirst" | "hideSelected" | "itemHeight" | "returnObject" | "readOnly" | "menuOptions" | "chips" | "noFilter" | "hideNoData" | "noDataText" | "customValue" | "hideCustomValue" ? {
1055
1087
  options: () => never[];
1056
1088
  disabled: false;
1057
1089
  loading: false;
@@ -1079,6 +1111,7 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
1079
1111
  placeholder: "";
1080
1112
  returnObject: false;
1081
1113
  customValue: false;
1114
+ hideCustomValue: false;
1082
1115
  }[K] extends undefined ? boolean | undefined : boolean : boolean; } : never))["disabled"]>>;
1083
1116
  item: TItem;
1084
1117
  active: boolean;
@@ -1086,7 +1119,7 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
1086
1119
  } & {
1087
1120
  'no-data'?: (props: {}) => any;
1088
1121
  };
1089
- emit: ((evt: "update:modelValue", value: AutoCompleteModelValue<TValue>) => void) & ((evt: "update:searchInput", value: string | undefined) => void);
1122
+ emit: ((evt: "update:modelValue", value: AutoCompleteModelValue<TValue>) => void) & ((evt: "update:searchInput", value: string) => void);
1090
1123
  }>) => import("vue").VNode & {
1091
1124
  __ctx?: Awaited<typeof __VLS_setup>;
1092
1125
  };