@avenirs-esr/avenirs-dsav 0.1.94 → 0.1.96

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.
@@ -9,9 +9,20 @@ export declare const AvInputStub: import("vue").DefineComponent<import("vue").Ex
9
9
  disabled: BooleanConstructor;
10
10
  required: BooleanConstructor;
11
11
  maxlength: NumberConstructor;
12
+ minlength: NumberConstructor;
12
13
  errorMessage: StringConstructor;
14
+ validMessage: StringConstructor;
13
15
  prefixIcon: StringConstructor;
14
16
  id: StringConstructor;
17
+ descriptionId: StringConstructor;
18
+ hint: StringConstructor;
19
+ type: StringConstructor;
20
+ minDate: StringConstructor;
21
+ maxDate: StringConstructor;
22
+ width: StringConstructor;
23
+ noRadius: BooleanConstructor;
24
+ modelModifiers: ObjectConstructor;
25
+ textareaMinHeight: StringConstructor;
15
26
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
27
  modelValue: StringConstructor;
17
28
  label: StringConstructor;
@@ -23,12 +34,24 @@ export declare const AvInputStub: import("vue").DefineComponent<import("vue").Ex
23
34
  disabled: BooleanConstructor;
24
35
  required: BooleanConstructor;
25
36
  maxlength: NumberConstructor;
37
+ minlength: NumberConstructor;
26
38
  errorMessage: StringConstructor;
39
+ validMessage: StringConstructor;
27
40
  prefixIcon: StringConstructor;
28
41
  id: StringConstructor;
42
+ descriptionId: StringConstructor;
43
+ hint: StringConstructor;
44
+ type: StringConstructor;
45
+ minDate: StringConstructor;
46
+ maxDate: StringConstructor;
47
+ width: StringConstructor;
48
+ noRadius: BooleanConstructor;
49
+ modelModifiers: ObjectConstructor;
50
+ textareaMinHeight: StringConstructor;
29
51
  }>> & Readonly<{
30
52
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
31
53
  }>, {
54
+ noRadius: boolean;
32
55
  disabled: boolean;
33
56
  isValid: boolean;
34
57
  isTextarea: boolean;
@@ -90,6 +90,10 @@ export interface AvInputProps {
90
90
  * Prefix icon name (optional)
91
91
  */
92
92
  prefixIcon?: string;
93
+ /**
94
+ * Minimum height of the textarea (if isTextarea is true)
95
+ */
96
+ textareaMinHeight?: string;
93
97
  /**
94
98
  * Width of the input
95
99
  */
@@ -502,6 +502,7 @@ export declare const WithCustomItemSlotExample: {
502
502
  BELL_NOTIFICATION: string;
503
503
  BOOK_LOCATION_OUTLINE: string;
504
504
  BRIEFCASE_VARIANT_OUTLINE: string;
505
+ BUILDING: string;
505
506
  CALENDAR_MONTH_OUTLINE: string;
506
507
  CALENDAR_OUTLINE: string;
507
508
  CHART_TIMELINE_VARIANT_SHIMMER: string;
@@ -34,6 +34,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
34
34
  readonly errorMessage?: string | string[] | undefined;
35
35
  readonly validMessage?: string | string[] | undefined;
36
36
  readonly prefixIcon?: string | undefined;
37
+ readonly textareaMinHeight?: string | undefined;
37
38
  readonly width?: string | undefined;
38
39
  readonly noRadius?: boolean | undefined;
39
40
  readonly "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
@@ -114,6 +115,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
114
115
  readonly errorMessage?: string | string[] | undefined;
115
116
  readonly validMessage?: string | string[] | undefined;
116
117
  readonly prefixIcon?: string | undefined;
118
+ readonly textareaMinHeight?: string | undefined;
117
119
  readonly width?: string | undefined;
118
120
  readonly noRadius?: boolean | undefined;
119
121
  readonly "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
@@ -202,6 +204,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
202
204
  readonly errorMessage?: string | string[] | undefined;
203
205
  readonly validMessage?: string | string[] | undefined;
204
206
  readonly prefixIcon?: string | undefined;
207
+ readonly textareaMinHeight?: string | undefined;
205
208
  readonly width?: string | undefined;
206
209
  readonly noRadius?: boolean | undefined;
207
210
  readonly "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
@@ -282,6 +285,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
282
285
  readonly errorMessage?: string | string[] | undefined;
283
286
  readonly validMessage?: string | string[] | undefined;
284
287
  readonly prefixIcon?: string | undefined;
288
+ readonly textareaMinHeight?: string | undefined;
285
289
  readonly width?: string | undefined;
286
290
  readonly noRadius?: boolean | undefined;
287
291
  readonly "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
@@ -379,6 +383,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
379
383
  readonly errorMessage?: string | string[] | undefined;
380
384
  readonly validMessage?: string | string[] | undefined;
381
385
  readonly prefixIcon?: string | undefined;
386
+ readonly textareaMinHeight?: string | undefined;
382
387
  readonly width?: string | undefined;
383
388
  readonly noRadius?: boolean | undefined;
384
389
  readonly "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
@@ -459,6 +464,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
459
464
  readonly errorMessage?: string | string[] | undefined;
460
465
  readonly validMessage?: string | string[] | undefined;
461
466
  readonly prefixIcon?: string | undefined;
467
+ readonly textareaMinHeight?: string | undefined;
462
468
  readonly width?: string | undefined;
463
469
  readonly noRadius?: boolean | undefined;
464
470
  readonly "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;