@avenirs-esr/avenirs-dsav 0.1.59 → 0.1.60

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.
@@ -3,21 +3,21 @@ export declare const AvTagStub: import("vue").DefineComponent<{
3
3
  link?: any;
4
4
  small?: any;
5
5
  icon?: any;
6
- value?: any;
6
+ tagName?: any;
7
7
  disabled?: any;
8
8
  iconOnly?: any;
9
- selected?: any;
10
- tagName?: any;
11
9
  selectable?: any;
10
+ selected?: any;
11
+ value?: any;
12
12
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
13
13
  label?: any;
14
14
  link?: any;
15
15
  small?: any;
16
16
  icon?: any;
17
- value?: any;
17
+ tagName?: any;
18
18
  disabled?: any;
19
19
  iconOnly?: any;
20
- selected?: any;
21
- tagName?: any;
22
20
  selectable?: any;
21
+ selected?: any;
22
+ value?: any;
23
23
  }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,13 +1,13 @@
1
1
  export declare const AvIconStub: import("vue").DefineComponent<{
2
2
  title?: any;
3
+ color?: any;
3
4
  size?: any;
4
5
  name?: any;
5
6
  animation?: any;
6
- color?: any;
7
7
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
8
8
  title?: any;
9
+ color?: any;
9
10
  size?: any;
10
11
  name?: any;
11
12
  animation?: any;
12
- color?: any;
13
13
  }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,17 +1,17 @@
1
1
  export declare const AvButtonStub: import("vue").DefineComponent<{
2
2
  label?: any;
3
- size?: any;
4
3
  type?: any;
4
+ size?: any;
5
+ disabled?: any;
5
6
  variant?: any;
6
7
  isLoading?: any;
7
- disabled?: any;
8
8
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<{
9
9
  label?: any;
10
- size?: any;
11
10
  type?: any;
11
+ size?: any;
12
+ disabled?: any;
12
13
  variant?: any;
13
14
  isLoading?: any;
14
- disabled?: any;
15
15
  }> & Readonly<{
16
16
  onClick?: ((...args: any[]) => any) | undefined;
17
17
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -44,6 +44,6 @@ export declare const AvCheckboxStub: import("vue").DefineComponent<import("vue")
44
44
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
45
45
  }>, {
46
46
  label: string;
47
- id: string;
48
47
  name: string;
48
+ id: string;
49
49
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,19 +1,19 @@
1
1
  export declare const AvListItemStub: import("vue").DefineComponent<{
2
2
  icon?: any;
3
+ selected?: any;
3
4
  iconSize?: any;
4
5
  iconColor?: any;
5
6
  hoverBackgroundColor?: any;
6
7
  colorOnHover?: any;
7
8
  clickable?: any;
8
- selected?: any;
9
9
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<{
10
10
  icon?: any;
11
+ selected?: any;
11
12
  iconSize?: any;
12
13
  iconColor?: any;
13
14
  hoverBackgroundColor?: any;
14
15
  colorOnHover?: any;
15
16
  clickable?: any;
16
- selected?: any;
17
17
  }> & Readonly<{
18
18
  onClick?: ((...args: any[]) => any) | undefined;
19
19
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,11 +1,11 @@
1
1
  export declare const AvTagPickerStub: import("vue").DefineComponent<{
2
2
  label?: any;
3
3
  selected?: any;
4
- options?: any;
5
4
  handleSelectChange?: any;
5
+ options?: any;
6
6
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
7
7
  label?: any;
8
8
  selected?: any;
9
- options?: any;
10
9
  handleSelectChange?: any;
10
+ options?: any;
11
11
  }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -34,10 +34,10 @@ interface ExtendedOption extends AvAutocompleteOption {
34
34
  declare const meta: {
35
35
  title: string;
36
36
  component: <T extends AvAutocompleteOption = AvAutocompleteOption>(__VLS_props: {
37
- readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
38
- readonly onLoadMore?: (() => any) | undefined;
39
37
  readonly onSearch?: ((query: string) => any) | undefined;
38
+ readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
40
39
  readonly onClear?: (() => any) | undefined;
40
+ readonly onLoadMore?: (() => any) | undefined;
41
41
  id?: string | undefined;
42
42
  inputOptions?: Omit<import("../..").AvInputProps, "id" | "modelValue"> | undefined;
43
43
  options?: T[] | undefined;
@@ -60,11 +60,6 @@ declare const meta: {
60
60
  serverSideFiltering?: boolean | undefined;
61
61
  modelValue?: T[] | undefined;
62
62
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
63
- emit: {
64
- (e: "search", query: string): void;
65
- (e: "loadMore"): void;
66
- (e: "clear"): void;
67
- } & ((evt: "update:modelValue", value: T[]) => void);
68
63
  attrs: any;
69
64
  slots: {
70
65
  requiredTip?: (() => import("vue").Slot) | undefined;
@@ -79,12 +74,17 @@ declare const meta: {
79
74
  }> | undefined;
80
75
  empty?: import("vue").Slot | undefined;
81
76
  };
77
+ emit: {
78
+ (e: "search", query: string): void;
79
+ (e: "loadMore"): void;
80
+ (e: "clear"): void;
81
+ } & ((evt: "update:modelValue", value: T[]) => void);
82
82
  } | undefined, __VLS_expose?: ((exposed: import("vue").ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
83
83
  props: {
84
- readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
85
- readonly onLoadMore?: (() => any) | undefined;
86
84
  readonly onSearch?: ((query: string) => any) | undefined;
85
+ readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
87
86
  readonly onClear?: (() => any) | undefined;
87
+ readonly onLoadMore?: (() => any) | undefined;
88
88
  id?: string | undefined;
89
89
  inputOptions?: Omit<import("../..").AvInputProps, "id" | "modelValue"> | undefined;
90
90
  options?: T[] | undefined;
@@ -132,10 +132,10 @@ declare const meta: {
132
132
  }> & {
133
133
  __ctx?: {
134
134
  props: {
135
- readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
136
- readonly onLoadMore?: (() => any) | undefined;
137
135
  readonly onSearch?: ((query: string) => any) | undefined;
136
+ readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
138
137
  readonly onClear?: (() => any) | undefined;
138
+ readonly onLoadMore?: (() => any) | undefined;
139
139
  id?: string | undefined;
140
140
  inputOptions?: Omit<import("../..").AvInputProps, "id" | "modelValue"> | undefined;
141
141
  options?: T[] | undefined;
@@ -319,10 +319,10 @@ export declare const WithCustomItemSlotExample: {
319
319
  render(): {
320
320
  components: {
321
321
  AvAutocomplete: <T extends AvAutocompleteOption = AvAutocompleteOption>(__VLS_props: {
322
- readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
323
- readonly onLoadMore?: (() => any) | undefined;
324
322
  readonly onSearch?: ((query: string) => any) | undefined;
323
+ readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
325
324
  readonly onClear?: (() => any) | undefined;
325
+ readonly onLoadMore?: (() => any) | undefined;
326
326
  id?: string | undefined;
327
327
  inputOptions?: Omit<import("../..").AvInputProps, "id" | "modelValue"> | undefined;
328
328
  options?: T[] | undefined;
@@ -345,11 +345,6 @@ export declare const WithCustomItemSlotExample: {
345
345
  serverSideFiltering?: boolean | undefined;
346
346
  modelValue?: T[] | undefined;
347
347
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
348
- emit: {
349
- (e: "search", query: string): void;
350
- (e: "loadMore"): void;
351
- (e: "clear"): void;
352
- } & ((evt: "update:modelValue", value: T[]) => void);
353
348
  attrs: any;
354
349
  slots: {
355
350
  requiredTip?: (() => import("vue").Slot) | undefined;
@@ -364,12 +359,17 @@ export declare const WithCustomItemSlotExample: {
364
359
  }> | undefined;
365
360
  empty?: import("vue").Slot | undefined;
366
361
  };
362
+ emit: {
363
+ (e: "search", query: string): void;
364
+ (e: "loadMore"): void;
365
+ (e: "clear"): void;
366
+ } & ((evt: "update:modelValue", value: T[]) => void);
367
367
  } | undefined, __VLS_expose?: ((exposed: import("vue").ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
368
368
  props: {
369
- readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
370
- readonly onLoadMore?: (() => any) | undefined;
371
369
  readonly onSearch?: ((query: string) => any) | undefined;
370
+ readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
372
371
  readonly onClear?: (() => any) | undefined;
372
+ readonly onLoadMore?: (() => any) | undefined;
373
373
  id?: string | undefined;
374
374
  inputOptions?: Omit<import("../..").AvInputProps, "id" | "modelValue"> | undefined;
375
375
  options?: T[] | undefined;
@@ -417,10 +417,10 @@ export declare const WithCustomItemSlotExample: {
417
417
  }> & {
418
418
  __ctx?: {
419
419
  props: {
420
- readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
421
- readonly onLoadMore?: (() => any) | undefined;
422
420
  readonly onSearch?: ((query: string) => any) | undefined;
421
+ readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
423
422
  readonly onClear?: (() => any) | undefined;
423
+ readonly onLoadMore?: (() => any) | undefined;
424
424
  id?: string | undefined;
425
425
  inputOptions?: Omit<import("../..").AvInputProps, "id" | "modelValue"> | undefined;
426
426
  options?: T[] | undefined;
@@ -494,6 +494,7 @@ export declare const WithCustomItemSlotExample: {
494
494
  ARROW_DECISION: string;
495
495
  ARROW_LEFT_THIN: string;
496
496
  ARROW_RIGHT: string;
497
+ ARROW_RIGHT_BOTTOM: string;
497
498
  ARROW_RIGHT_THIN: string;
498
499
  ARROW_TOP_RIGHT_THICK: string;
499
500
  ATTACH_FILE: string;
@@ -512,6 +513,7 @@ export declare const WithCustomItemSlotExample: {
512
513
  CHECKBOX_MARKED: string;
513
514
  CHEVRON_DOUBLE_LEFT: string;
514
515
  CHEVRON_DOUBLE_RIGHT: string;
516
+ CIRCLE: string;
515
517
  CLOSE_CIRCLE_OUTLINE: string;
516
518
  CONTENT_SAVE_OUTLINE: string;
517
519
  DOTS_VERTICAL: string;
@@ -1,19 +1,19 @@
1
1
  export declare const AvAutocompleteStub: import("vue").DefineComponent<{
2
2
  modelValue?: any;
3
+ options?: any;
3
4
  loading?: any;
4
5
  inputOptions?: any;
5
- options?: any;
6
6
  multiSelect?: any;
7
7
  getOptionLabel?: any;
8
8
  getOptionKey?: any;
9
9
  maxDropdownHeight?: any;
10
10
  enableLoadMore?: any;
11
11
  serverSideFiltering?: any;
12
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("search" | "clear" | "update:modelValue" | "loadMore")[], "search" | "clear" | "update:modelValue" | "loadMore", import("vue").PublicProps, Readonly<{
12
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("search" | "update:modelValue" | "clear" | "loadMore")[], "search" | "update:modelValue" | "clear" | "loadMore", import("vue").PublicProps, Readonly<{
13
13
  modelValue?: any;
14
+ options?: any;
14
15
  loading?: any;
15
16
  inputOptions?: any;
16
- options?: any;
17
17
  multiSelect?: any;
18
18
  getOptionLabel?: any;
19
19
  getOptionKey?: any;
@@ -21,8 +21,8 @@ export declare const AvAutocompleteStub: import("vue").DefineComponent<{
21
21
  enableLoadMore?: any;
22
22
  serverSideFiltering?: any;
23
23
  }> & Readonly<{
24
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
25
- onLoadMore?: ((...args: any[]) => any) | undefined;
26
24
  onSearch?: ((...args: any[]) => any) | undefined;
25
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
27
26
  onClear?: ((...args: any[]) => any) | undefined;
27
+ onLoadMore?: ((...args: any[]) => any) | undefined;
28
28
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,10 +1,10 @@
1
1
  import type { Slot } from 'vue';
2
2
  import type { AvAutocompleteOption } from '@/components/interaction/selects/AvAutocomplete/AvAutocomplete.types';
3
3
  declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(__VLS_props: {
4
- readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
5
- readonly onLoadMore?: (() => any) | undefined;
6
4
  readonly onSearch?: ((query: string) => any) | undefined;
5
+ readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
7
6
  readonly onClear?: (() => any) | undefined;
7
+ readonly onLoadMore?: (() => any) | undefined;
8
8
  id?: string | undefined;
9
9
  inputOptions?: Omit<import("../..").AvInputProps, "id" | "modelValue"> | undefined;
10
10
  options?: T[] | undefined;
@@ -27,11 +27,6 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
27
27
  serverSideFiltering?: boolean | undefined;
28
28
  modelValue?: T[] | undefined;
29
29
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
30
- emit: {
31
- (e: 'search', query: string): void;
32
- (e: 'loadMore'): void;
33
- (e: 'clear'): void;
34
- } & ((evt: "update:modelValue", value: T[]) => void);
35
30
  attrs: any;
36
31
  slots: {
37
32
  /**
@@ -63,12 +58,17 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
63
58
  */
64
59
  empty?: Slot | undefined;
65
60
  };
61
+ emit: {
62
+ (e: 'search', query: string): void;
63
+ (e: 'loadMore'): void;
64
+ (e: 'clear'): void;
65
+ } & ((evt: "update:modelValue", value: T[]) => void);
66
66
  } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
67
67
  props: {
68
- readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
69
- readonly onLoadMore?: (() => any) | undefined;
70
68
  readonly onSearch?: ((query: string) => any) | undefined;
69
+ readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
71
70
  readonly onClear?: (() => any) | undefined;
71
+ readonly onLoadMore?: (() => any) | undefined;
72
72
  id?: string | undefined;
73
73
  inputOptions?: Omit<import("../..").AvInputProps, "id" | "modelValue"> | undefined;
74
74
  options?: T[] | undefined;
@@ -133,10 +133,10 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
133
133
  }> & {
134
134
  __ctx?: {
135
135
  props: {
136
- readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
137
- readonly onLoadMore?: (() => any) | undefined;
138
136
  readonly onSearch?: ((query: string) => any) | undefined;
137
+ readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
139
138
  readonly onClear?: (() => any) | undefined;
139
+ readonly onLoadMore?: (() => any) | undefined;
140
140
  id?: string | undefined;
141
141
  inputOptions?: Omit<import("../..").AvInputProps, "id" | "modelValue"> | undefined;
142
142
  options?: T[] | undefined;
@@ -3,7 +3,6 @@ import { type AvAutocompleteOption } from '@/components/interaction/selects/AvAu
3
3
  declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(__VLS_props: {
4
4
  readonly onLoadMore?: (() => any) | undefined;
5
5
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
6
- emit: (evt: "loadMore") => void;
7
6
  attrs: any;
8
7
  slots: {
9
8
  item?: Slot<{
@@ -13,6 +12,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
13
12
  }> | undefined;
14
13
  empty?: Slot | undefined;
15
14
  };
15
+ emit: (evt: "loadMore") => void;
16
16
  } | undefined, __VLS_expose?: ((exposed: import("vue").ShallowUnwrapRef<{
17
17
  dropdownRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
18
18
  }>) => void) | undefined, __VLS_setup?: Promise<{
@@ -4,11 +4,11 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
4
4
  readonly onSearch?: ((query: string) => any) | undefined;
5
5
  readonly onClear?: (() => any) | undefined;
6
6
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
7
- emit: ((evt: "search", query: string) => void) & ((evt: "clear") => void);
8
7
  attrs: any;
9
8
  slots: {
10
9
  requiredTip?: Slot | undefined;
11
10
  };
11
+ emit: ((evt: "search", query: string) => void) & ((evt: "clear") => void);
12
12
  } | undefined, __VLS_expose?: ((exposed: import("vue").ShallowUnwrapRef<{
13
13
  inputRef: import("vue").Ref<({
14
14
  $: import("vue").ComponentInternalInstance;
@@ -24,7 +24,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
24
24
  readonly labelClass?: string | undefined;
25
25
  readonly modelValue?: string | number | null | undefined;
26
26
  readonly placeholder?: string | undefined;
27
- readonly type?: "number" | "time" | "text" | "search" | "color" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range" | undefined;
27
+ readonly type?: "number" | "time" | "text" | "color" | "search" | "date" | "datetime-local" | "email" | "file" | "hidden" | "month" | "password" | "range" | "tel" | "url" | "week" | undefined;
28
28
  readonly minDate?: Date | undefined;
29
29
  readonly maxDate?: Date | undefined;
30
30
  readonly disabled?: boolean | undefined;
@@ -104,7 +104,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
104
104
  readonly labelClass?: string | undefined;
105
105
  readonly modelValue?: string | number | null | undefined;
106
106
  readonly placeholder?: string | undefined;
107
- readonly type?: "number" | "time" | "text" | "search" | "color" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range" | undefined;
107
+ readonly type?: "number" | "time" | "text" | "color" | "search" | "date" | "datetime-local" | "email" | "file" | "hidden" | "month" | "password" | "range" | "tel" | "url" | "week" | undefined;
108
108
  readonly minDate?: Date | undefined;
109
109
  readonly maxDate?: Date | undefined;
110
110
  readonly disabled?: boolean | undefined;
@@ -192,7 +192,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
192
192
  readonly labelClass?: string | undefined;
193
193
  readonly modelValue?: string | number | null | undefined;
194
194
  readonly placeholder?: string | undefined;
195
- readonly type?: "number" | "time" | "text" | "search" | "color" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range" | undefined;
195
+ readonly type?: "number" | "time" | "text" | "color" | "search" | "date" | "datetime-local" | "email" | "file" | "hidden" | "month" | "password" | "range" | "tel" | "url" | "week" | undefined;
196
196
  readonly minDate?: Date | undefined;
197
197
  readonly maxDate?: Date | undefined;
198
198
  readonly disabled?: boolean | undefined;
@@ -272,7 +272,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
272
272
  readonly labelClass?: string | undefined;
273
273
  readonly modelValue?: string | number | null | undefined;
274
274
  readonly placeholder?: string | undefined;
275
- readonly type?: "number" | "time" | "text" | "search" | "color" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range" | undefined;
275
+ readonly type?: "number" | "time" | "text" | "color" | "search" | "date" | "datetime-local" | "email" | "file" | "hidden" | "month" | "password" | "range" | "tel" | "url" | "week" | undefined;
276
276
  readonly minDate?: Date | undefined;
277
277
  readonly maxDate?: Date | undefined;
278
278
  readonly disabled?: boolean | undefined;
@@ -369,7 +369,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
369
369
  readonly labelClass?: string | undefined;
370
370
  readonly modelValue?: string | number | null | undefined;
371
371
  readonly placeholder?: string | undefined;
372
- readonly type?: "number" | "time" | "text" | "search" | "color" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range" | undefined;
372
+ readonly type?: "number" | "time" | "text" | "color" | "search" | "date" | "datetime-local" | "email" | "file" | "hidden" | "month" | "password" | "range" | "tel" | "url" | "week" | undefined;
373
373
  readonly minDate?: Date | undefined;
374
374
  readonly maxDate?: Date | undefined;
375
375
  readonly disabled?: boolean | undefined;
@@ -449,7 +449,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
449
449
  readonly labelClass?: string | undefined;
450
450
  readonly modelValue?: string | number | null | undefined;
451
451
  readonly placeholder?: string | undefined;
452
- readonly type?: "number" | "time" | "text" | "search" | "color" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range" | undefined;
452
+ readonly type?: "number" | "time" | "text" | "color" | "search" | "date" | "datetime-local" | "email" | "file" | "hidden" | "month" | "password" | "range" | "tel" | "url" | "week" | undefined;
453
453
  readonly minDate?: Date | undefined;
454
454
  readonly maxDate?: Date | undefined;
455
455
  readonly disabled?: boolean | undefined;
@@ -1,7 +1,6 @@
1
1
  import type { Slot } from 'vue';
2
2
  import type { AvAutocompleteOption } from '@/components/interaction/selects/AvAutocomplete/AvAutocomplete.types';
3
3
  declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(__VLS_props: {} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
4
- emit: {};
5
4
  attrs: any;
6
5
  slots: {
7
6
  selectedItem?: Slot<{
@@ -9,6 +8,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
9
8
  remove: () => void;
10
9
  }> | undefined;
11
10
  };
11
+ emit: {};
12
12
  } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
13
13
  props: {} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
14
14
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
@@ -1,14 +1,14 @@
1
1
  export declare const AvToggleStub: import("vue").DefineComponent<{
2
- id?: any;
3
2
  name?: any;
3
+ id?: any;
4
4
  disabled?: any;
5
5
  description?: any;
6
6
  modelValue?: any;
7
7
  activeText?: any;
8
8
  inactiveText?: any;
9
9
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<{
10
- id?: any;
11
10
  name?: any;
11
+ id?: any;
12
12
  disabled?: any;
13
13
  description?: any;
14
14
  modelValue?: any;