@avenirs-esr/avenirs-dsav 0.1.128 → 0.1.129

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.
@@ -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: {