@avenirs-esr/avenirs-dsav 0.1.95 → 0.1.97

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.
@@ -22,6 +22,7 @@ export declare const AvInputStub: import("vue").DefineComponent<import("vue").Ex
22
22
  width: StringConstructor;
23
23
  noRadius: BooleanConstructor;
24
24
  modelModifiers: ObjectConstructor;
25
+ textareaMinHeight: StringConstructor;
25
26
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
26
27
  modelValue: StringConstructor;
27
28
  label: StringConstructor;
@@ -46,6 +47,7 @@ export declare const AvInputStub: import("vue").DefineComponent<import("vue").Ex
46
47
  width: StringConstructor;
47
48
  noRadius: BooleanConstructor;
48
49
  modelModifiers: ObjectConstructor;
50
+ textareaMinHeight: StringConstructor;
49
51
  }>> & Readonly<{
50
52
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
51
53
  }>, {
@@ -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
  */
@@ -553,6 +553,7 @@ export declare const WithCustomItemSlotExample: {
553
553
  MINUS: string;
554
554
  NAVIGATE_BEFORE: string;
555
555
  NAVIGATE_NEXT: string;
556
+ NEWSPAPER_VARIANT: string;
556
557
  NOTEBOOK_CHECK: string;
557
558
  NOTIFICATIONS_NONE: string;
558
559
  PAGE_FIRST: 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;