@avenirs-esr/avenirs-dsav 0.1.49 → 0.1.52

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.
@@ -109,11 +109,11 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<AvHeaderPr
109
109
  "onUpdate:modelValue"?: ((payload: string) => any) | undefined;
110
110
  onLanguageSelect?: ((payload: DsfrLanguageSelectorElement) => any) | undefined;
111
111
  }>, {
112
+ modelValue: string;
112
113
  placeholder: string;
113
114
  searchbarId: string;
114
115
  serviceTitle: string;
115
116
  homeTo: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
116
- modelValue: string;
117
117
  quickLinks: DsfrHeaderMenuLinkProps[];
118
118
  languageSelector: DsfrLanguageSelectorProps;
119
119
  searchLabel: string;
@@ -108,7 +108,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<AvInputPro
108
108
  }, string, import("vue").PublicProps, Readonly<AvInputProps> & Readonly<{
109
109
  "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
110
110
  }>, {
111
- type: "number" | "time" | "text" | "color" | "search" | "file" | "date" | "datetime-local" | "email" | "hidden" | "month" | "password" | "range" | "tel" | "url" | "week";
111
+ type: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range";
112
112
  disabled: boolean;
113
113
  required: boolean;
114
114
  isValid: boolean;
@@ -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 onSearch?: ((query: string) => any) | undefined;
38
37
  readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
39
- readonly onClear?: (() => any) | undefined;
40
38
  readonly onLoadMore?: (() => any) | undefined;
39
+ readonly onSearch?: ((query: string) => any) | undefined;
40
+ readonly onClear?: (() => any) | undefined;
41
41
  id?: string | undefined;
42
42
  inputOptions?: Omit<import("../..").AvInputProps, "id" | "modelValue"> | undefined;
43
43
  options?: T[] | undefined;
@@ -73,18 +73,18 @@ declare const meta: {
73
73
  }> | undefined;
74
74
  empty?: import("vue").Slot | undefined;
75
75
  };
76
- attrs: any;
77
76
  emit: {
78
77
  (e: "search", query: string): void;
79
78
  (e: "loadMore"): void;
80
79
  (e: "clear"): void;
81
80
  } & ((evt: "update:modelValue", value: T[]) => void);
81
+ attrs: any;
82
82
  } | undefined, __VLS_expose?: ((exposed: import("vue").ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
83
83
  props: {
84
- readonly onSearch?: ((query: string) => any) | undefined;
85
84
  readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
86
- readonly onClear?: (() => any) | undefined;
87
85
  readonly onLoadMore?: (() => any) | undefined;
86
+ readonly onSearch?: ((query: string) => any) | undefined;
87
+ readonly onClear?: (() => 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 onSearch?: ((query: string) => any) | undefined;
136
135
  readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
137
- readonly onClear?: (() => any) | undefined;
138
136
  readonly onLoadMore?: (() => any) | undefined;
137
+ readonly onSearch?: ((query: string) => any) | undefined;
138
+ readonly onClear?: (() => 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 onSearch?: ((query: string) => any) | undefined;
323
322
  readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
324
- readonly onClear?: (() => any) | undefined;
325
323
  readonly onLoadMore?: (() => any) | undefined;
324
+ readonly onSearch?: ((query: string) => any) | undefined;
325
+ readonly onClear?: (() => any) | undefined;
326
326
  id?: string | undefined;
327
327
  inputOptions?: Omit<import("../..").AvInputProps, "id" | "modelValue"> | undefined;
328
328
  options?: T[] | undefined;
@@ -358,18 +358,18 @@ export declare const WithCustomItemSlotExample: {
358
358
  }> | undefined;
359
359
  empty?: import("vue").Slot | undefined;
360
360
  };
361
- attrs: any;
362
361
  emit: {
363
362
  (e: "search", query: string): void;
364
363
  (e: "loadMore"): void;
365
364
  (e: "clear"): void;
366
365
  } & ((evt: "update:modelValue", value: T[]) => void);
366
+ attrs: any;
367
367
  } | undefined, __VLS_expose?: ((exposed: import("vue").ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
368
368
  props: {
369
- readonly onSearch?: ((query: string) => any) | undefined;
370
369
  readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
371
- readonly onClear?: (() => any) | undefined;
372
370
  readonly onLoadMore?: (() => any) | undefined;
371
+ readonly onSearch?: ((query: string) => any) | undefined;
372
+ readonly onClear?: (() => 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 onSearch?: ((query: string) => any) | undefined;
421
420
  readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
422
- readonly onClear?: (() => any) | undefined;
423
421
  readonly onLoadMore?: (() => any) | undefined;
422
+ readonly onSearch?: ((query: string) => any) | undefined;
423
+ readonly onClear?: (() => any) | undefined;
424
424
  id?: string | undefined;
425
425
  inputOptions?: Omit<import("../..").AvInputProps, "id" | "modelValue"> | undefined;
426
426
  options?: T[] | undefined;
@@ -1,10 +1,10 @@
1
1
  import type { Slot } from 'vue';
2
2
  import type { AvAutocompleteOption } from './AvAutocomplete.types';
3
3
  declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(__VLS_props: {
4
- readonly onSearch?: ((query: string) => any) | undefined;
5
4
  readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
6
- readonly onClear?: (() => any) | undefined;
7
5
  readonly onLoadMore?: (() => any) | undefined;
6
+ readonly onSearch?: ((query: string) => any) | undefined;
7
+ readonly onClear?: (() => any) | undefined;
8
8
  id?: string | undefined;
9
9
  inputOptions?: Omit<import("../..").AvInputProps, "id" | "modelValue"> | undefined;
10
10
  options?: T[] | undefined;
@@ -57,18 +57,18 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
57
57
  */
58
58
  empty?: Slot | undefined;
59
59
  };
60
- attrs: any;
61
60
  emit: {
62
61
  (e: 'search', query: string): void;
63
62
  (e: 'loadMore'): void;
64
63
  (e: 'clear'): void;
65
64
  } & ((evt: "update:modelValue", value: T[]) => void);
65
+ attrs: any;
66
66
  } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
67
67
  props: {
68
- readonly onSearch?: ((query: string) => any) | undefined;
69
68
  readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
70
- readonly onClear?: (() => any) | undefined;
71
69
  readonly onLoadMore?: (() => any) | undefined;
70
+ readonly onSearch?: ((query: string) => any) | undefined;
71
+ readonly onClear?: (() => 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 onSearch?: ((query: string) => any) | undefined;
137
136
  readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
138
- readonly onClear?: (() => any) | undefined;
139
137
  readonly onLoadMore?: (() => any) | undefined;
138
+ readonly onSearch?: ((query: string) => any) | undefined;
139
+ readonly onClear?: (() => any) | undefined;
140
140
  id?: string | undefined;
141
141
  inputOptions?: Omit<import("../..").AvInputProps, "id" | "modelValue"> | undefined;
142
142
  options?: T[] | undefined;
@@ -11,8 +11,8 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
11
11
  }> | undefined;
12
12
  empty?: Slot | undefined;
13
13
  };
14
- attrs: any;
15
14
  emit: (evt: "loadMore") => void;
15
+ attrs: any;
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<{
@@ -7,8 +7,8 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
7
7
  slots: {
8
8
  requiredTip?: Slot | undefined;
9
9
  };
10
- attrs: any;
11
10
  emit: ((evt: "search", query: string) => void) & ((evt: "clear") => void);
11
+ attrs: any;
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" | "color" | "search" | "file" | "date" | "datetime-local" | "email" | "hidden" | "month" | "password" | "range" | "tel" | "url" | "week" | undefined;
27
+ readonly type?: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range" | undefined;
28
28
  readonly minDate?: Date | undefined;
29
29
  readonly maxDate?: Date | undefined;
30
30
  readonly disabled?: boolean | undefined;
@@ -56,7 +56,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
56
56
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
57
57
  "update:modelValue": (value: string | number | null) => any;
58
58
  }, string, {
59
- type: "number" | "time" | "text" | "color" | "search" | "file" | "date" | "datetime-local" | "email" | "hidden" | "month" | "password" | "range" | "tel" | "url" | "week";
59
+ type: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range";
60
60
  disabled: boolean;
61
61
  required: boolean;
62
62
  isValid: boolean;
@@ -83,7 +83,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
83
83
  $nextTick: typeof import("vue").nextTick;
84
84
  $watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import("@vue/reactivity").OnCleanup) => any : (args_0: any, args_1: any, args_2: import("@vue/reactivity").OnCleanup) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
85
85
  } & Readonly<{
86
- type: "number" | "time" | "text" | "color" | "search" | "file" | "date" | "datetime-local" | "email" | "hidden" | "month" | "password" | "range" | "tel" | "url" | "week";
86
+ type: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range";
87
87
  disabled: boolean;
88
88
  required: boolean;
89
89
  isValid: boolean;
@@ -113,7 +113,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
113
113
  readonly labelClass?: string | undefined;
114
114
  readonly modelValue?: string | number | null | undefined;
115
115
  readonly placeholder?: string | undefined;
116
- readonly type?: "number" | "time" | "text" | "color" | "search" | "file" | "date" | "datetime-local" | "email" | "hidden" | "month" | "password" | "range" | "tel" | "url" | "week" | undefined;
116
+ readonly type?: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range" | undefined;
117
117
  readonly minDate?: Date | undefined;
118
118
  readonly maxDate?: Date | undefined;
119
119
  readonly disabled?: boolean | undefined;
@@ -145,7 +145,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
145
145
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
146
146
  "update:modelValue": (value: string | number | null) => any;
147
147
  }, string, {
148
- type: "number" | "time" | "text" | "color" | "search" | "file" | "date" | "datetime-local" | "email" | "hidden" | "month" | "password" | "range" | "tel" | "url" | "week";
148
+ type: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range";
149
149
  disabled: boolean;
150
150
  required: boolean;
151
151
  isValid: boolean;
@@ -172,7 +172,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
172
172
  $nextTick: typeof import("vue").nextTick;
173
173
  $watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import("@vue/reactivity").OnCleanup) => any : (args_0: any, args_1: any, args_2: import("@vue/reactivity").OnCleanup) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
174
174
  } & Readonly<{
175
- type: "number" | "time" | "text" | "color" | "search" | "file" | "date" | "datetime-local" | "email" | "hidden" | "month" | "password" | "range" | "tel" | "url" | "week";
175
+ type: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range";
176
176
  disabled: boolean;
177
177
  required: boolean;
178
178
  isValid: boolean;
@@ -210,7 +210,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
210
210
  readonly labelClass?: string | undefined;
211
211
  readonly modelValue?: string | number | null | undefined;
212
212
  readonly placeholder?: string | undefined;
213
- readonly type?: "number" | "time" | "text" | "color" | "search" | "file" | "date" | "datetime-local" | "email" | "hidden" | "month" | "password" | "range" | "tel" | "url" | "week" | undefined;
213
+ readonly type?: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range" | undefined;
214
214
  readonly minDate?: Date | undefined;
215
215
  readonly maxDate?: Date | undefined;
216
216
  readonly disabled?: boolean | undefined;
@@ -242,7 +242,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
242
242
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
243
243
  "update:modelValue": (value: string | number | null) => any;
244
244
  }, string, {
245
- type: "number" | "time" | "text" | "color" | "search" | "file" | "date" | "datetime-local" | "email" | "hidden" | "month" | "password" | "range" | "tel" | "url" | "week";
245
+ type: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range";
246
246
  disabled: boolean;
247
247
  required: boolean;
248
248
  isValid: boolean;
@@ -269,7 +269,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
269
269
  $nextTick: typeof import("vue").nextTick;
270
270
  $watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import("@vue/reactivity").OnCleanup) => any : (args_0: any, args_1: any, args_2: import("@vue/reactivity").OnCleanup) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
271
271
  } & Readonly<{
272
- type: "number" | "time" | "text" | "color" | "search" | "file" | "date" | "datetime-local" | "email" | "hidden" | "month" | "password" | "range" | "tel" | "url" | "week";
272
+ type: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range";
273
273
  disabled: boolean;
274
274
  required: boolean;
275
275
  isValid: boolean;
@@ -299,7 +299,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
299
299
  readonly labelClass?: string | undefined;
300
300
  readonly modelValue?: string | number | null | undefined;
301
301
  readonly placeholder?: string | undefined;
302
- readonly type?: "number" | "time" | "text" | "color" | "search" | "file" | "date" | "datetime-local" | "email" | "hidden" | "month" | "password" | "range" | "tel" | "url" | "week" | undefined;
302
+ readonly type?: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range" | undefined;
303
303
  readonly minDate?: Date | undefined;
304
304
  readonly maxDate?: Date | undefined;
305
305
  readonly disabled?: boolean | undefined;
@@ -331,7 +331,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
331
331
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
332
332
  "update:modelValue": (value: string | number | null) => any;
333
333
  }, string, {
334
- type: "number" | "time" | "text" | "color" | "search" | "file" | "date" | "datetime-local" | "email" | "hidden" | "month" | "password" | "range" | "tel" | "url" | "week";
334
+ type: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range";
335
335
  disabled: boolean;
336
336
  required: boolean;
337
337
  isValid: boolean;
@@ -358,7 +358,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
358
358
  $nextTick: typeof import("vue").nextTick;
359
359
  $watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import("@vue/reactivity").OnCleanup) => any : (args_0: any, args_1: any, args_2: import("@vue/reactivity").OnCleanup) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
360
360
  } & Readonly<{
361
- type: "number" | "time" | "text" | "color" | "search" | "file" | "date" | "datetime-local" | "email" | "hidden" | "month" | "password" | "range" | "tel" | "url" | "week";
361
+ type: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range";
362
362
  disabled: boolean;
363
363
  required: boolean;
364
364
  isValid: boolean;
@@ -405,7 +405,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
405
405
  readonly labelClass?: string | undefined;
406
406
  readonly modelValue?: string | number | null | undefined;
407
407
  readonly placeholder?: string | undefined;
408
- readonly type?: "number" | "time" | "text" | "color" | "search" | "file" | "date" | "datetime-local" | "email" | "hidden" | "month" | "password" | "range" | "tel" | "url" | "week" | undefined;
408
+ readonly type?: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range" | undefined;
409
409
  readonly minDate?: Date | undefined;
410
410
  readonly maxDate?: Date | undefined;
411
411
  readonly disabled?: boolean | undefined;
@@ -437,7 +437,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
437
437
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
438
438
  "update:modelValue": (value: string | number | null) => any;
439
439
  }, string, {
440
- type: "number" | "time" | "text" | "color" | "search" | "file" | "date" | "datetime-local" | "email" | "hidden" | "month" | "password" | "range" | "tel" | "url" | "week";
440
+ type: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range";
441
441
  disabled: boolean;
442
442
  required: boolean;
443
443
  isValid: boolean;
@@ -464,7 +464,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
464
464
  $nextTick: typeof import("vue").nextTick;
465
465
  $watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import("@vue/reactivity").OnCleanup) => any : (args_0: any, args_1: any, args_2: import("@vue/reactivity").OnCleanup) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
466
466
  } & Readonly<{
467
- type: "number" | "time" | "text" | "color" | "search" | "file" | "date" | "datetime-local" | "email" | "hidden" | "month" | "password" | "range" | "tel" | "url" | "week";
467
+ type: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range";
468
468
  disabled: boolean;
469
469
  required: boolean;
470
470
  isValid: boolean;
@@ -494,7 +494,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
494
494
  readonly labelClass?: string | undefined;
495
495
  readonly modelValue?: string | number | null | undefined;
496
496
  readonly placeholder?: string | undefined;
497
- readonly type?: "number" | "time" | "text" | "color" | "search" | "file" | "date" | "datetime-local" | "email" | "hidden" | "month" | "password" | "range" | "tel" | "url" | "week" | undefined;
497
+ readonly type?: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range" | undefined;
498
498
  readonly minDate?: Date | undefined;
499
499
  readonly maxDate?: Date | undefined;
500
500
  readonly disabled?: boolean | undefined;
@@ -526,7 +526,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
526
526
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
527
527
  "update:modelValue": (value: string | number | null) => any;
528
528
  }, string, {
529
- type: "number" | "time" | "text" | "color" | "search" | "file" | "date" | "datetime-local" | "email" | "hidden" | "month" | "password" | "range" | "tel" | "url" | "week";
529
+ type: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range";
530
530
  disabled: boolean;
531
531
  required: boolean;
532
532
  isValid: boolean;
@@ -553,7 +553,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
553
553
  $nextTick: typeof import("vue").nextTick;
554
554
  $watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import("@vue/reactivity").OnCleanup) => any : (args_0: any, args_1: any, args_2: import("@vue/reactivity").OnCleanup) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
555
555
  } & Readonly<{
556
- type: "number" | "time" | "text" | "color" | "search" | "file" | "date" | "datetime-local" | "email" | "hidden" | "month" | "password" | "range" | "tel" | "url" | "week";
556
+ type: "number" | "time" | "text" | "color" | "search" | "email" | "password" | "tel" | "url" | "date" | "datetime-local" | "month" | "week" | "file" | "hidden" | "range";
557
557
  disabled: boolean;
558
558
  required: boolean;
559
559
  isValid: boolean;
@@ -7,8 +7,8 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
7
7
  remove: () => void;
8
8
  }> | undefined;
9
9
  };
10
- attrs: any;
11
10
  emit: {};
11
+ attrs: any;
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,7 +1,7 @@
1
1
  export declare const AvSelectStub: {
2
2
  name: string;
3
3
  props: {
4
- modelValue: (StringConstructor | NumberConstructor)[];
4
+ modelValue: (NumberConstructor | StringConstructor)[];
5
5
  options: ArrayConstructor;
6
6
  defaultUnselectedText: StringConstructor;
7
7
  dense: BooleanConstructor;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@avenirs-esr/avenirs-dsav",
3
3
  "type": "module",
4
- "version": "0.1.49",
4
+ "version": "0.1.52",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/avenirs-esr/avenirs-dsav"
@@ -68,7 +68,7 @@
68
68
  "@chromatic-com/storybook": "^4.1.1",
69
69
  "@commitlint/cli": "^19.8.1",
70
70
  "@commitlint/config-conventional": "^19.8.1",
71
- "@playwright/test": "^1.55.0",
71
+ "@playwright/test": "1.56.0",
72
72
  "@rushstack/eslint-patch": "^1.10.4",
73
73
  "@storybook/addon-a11y": "^9.1.6",
74
74
  "@storybook/addon-docs": "^9.1.6",
@@ -96,7 +96,7 @@
96
96
  "jsdom": "^25.0.0",
97
97
  "lint-staged": "^16.1.6",
98
98
  "npm-run-all2": "^6.2.2",
99
- "playwright": "^1.55.0",
99
+ "playwright": "1.56.0",
100
100
  "rimraf": "^5.0.10",
101
101
  "sass-embedded": "^1.92.1",
102
102
  "storybook": "^9.1.6",