@avenirs-esr/avenirs-dsav 0.1.128 → 0.1.130

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,7 +3,7 @@ export declare const AvCardStub: import("vue").DefineComponent<import("vue").Ext
3
3
  type: BooleanConstructor;
4
4
  default: boolean;
5
5
  };
6
- baclgroundColor: {
6
+ backgroundColor: {
7
7
  type: StringConstructor;
8
8
  default: string;
9
9
  };
@@ -31,7 +31,7 @@ export declare const AvCardStub: import("vue").DefineComponent<import("vue").Ext
31
31
  type: BooleanConstructor;
32
32
  default: boolean;
33
33
  };
34
- baclgroundColor: {
34
+ backgroundColor: {
35
35
  type: StringConstructor;
36
36
  default: string;
37
37
  };
@@ -55,10 +55,10 @@ export declare const AvCardStub: import("vue").DefineComponent<import("vue").Ext
55
55
  default: boolean;
56
56
  };
57
57
  }>> & Readonly<{}>, {
58
+ backgroundColor: string;
58
59
  borderColor: string;
59
60
  titleOnly: boolean;
60
61
  titleBackground: string;
61
62
  collapsible: boolean;
62
63
  collapsed: boolean;
63
- baclgroundColor: string;
64
64
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -92,6 +92,14 @@ export interface AvPeriodInputProps {
92
92
  * @default true
93
93
  */
94
94
  labelVisible?: boolean;
95
+ /**
96
+ * Error message for start input
97
+ */
98
+ startErrorMessage?: string;
99
+ /**
100
+ * Error message for end input
101
+ */
102
+ endErrorMessage?: string;
95
103
  }
96
104
  declare const _default: import("vue").DefineComponent<AvPeriodInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
97
105
  change: (payload: {