@avenirs-esr/avenirs-dsav 0.1.93 → 0.1.95

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,6 +1,7 @@
1
1
  export declare const AvInputStub: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  modelValue: StringConstructor;
3
3
  label: StringConstructor;
4
+ labelClass: StringConstructor;
4
5
  placeholder: StringConstructor;
5
6
  isValid: BooleanConstructor;
6
7
  isTextarea: BooleanConstructor;
@@ -8,11 +9,23 @@ export declare const AvInputStub: import("vue").DefineComponent<import("vue").Ex
8
9
  disabled: BooleanConstructor;
9
10
  required: BooleanConstructor;
10
11
  maxlength: NumberConstructor;
12
+ minlength: NumberConstructor;
11
13
  errorMessage: StringConstructor;
14
+ validMessage: StringConstructor;
12
15
  prefixIcon: StringConstructor;
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;
13
25
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
26
  modelValue: StringConstructor;
15
27
  label: StringConstructor;
28
+ labelClass: StringConstructor;
16
29
  placeholder: StringConstructor;
17
30
  isValid: BooleanConstructor;
18
31
  isTextarea: BooleanConstructor;
@@ -20,11 +33,23 @@ export declare const AvInputStub: import("vue").DefineComponent<import("vue").Ex
20
33
  disabled: BooleanConstructor;
21
34
  required: BooleanConstructor;
22
35
  maxlength: NumberConstructor;
36
+ minlength: NumberConstructor;
23
37
  errorMessage: StringConstructor;
38
+ validMessage: StringConstructor;
24
39
  prefixIcon: StringConstructor;
40
+ id: StringConstructor;
41
+ descriptionId: StringConstructor;
42
+ hint: StringConstructor;
43
+ type: StringConstructor;
44
+ minDate: StringConstructor;
45
+ maxDate: StringConstructor;
46
+ width: StringConstructor;
47
+ noRadius: BooleanConstructor;
48
+ modelModifiers: ObjectConstructor;
25
49
  }>> & Readonly<{
26
50
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
27
51
  }>, {
52
+ noRadius: boolean;
28
53
  disabled: boolean;
29
54
  isValid: boolean;
30
55
  isTextarea: boolean;
@@ -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;