ecabs-components 1.1.32 → 1.1.33

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.
@@ -32,6 +32,7 @@ export declare class EcabsDateTimePickerComponent extends EcabsElementBaseCompon
32
32
  preventCallSetterPickerValue: boolean;
33
33
  runTimeout: boolean;
34
34
  translationConfig: EcabsDatePickerTranslations;
35
+ isEmptyFormat: string;
35
36
  get value(): Date;
36
37
  get pickerValue(): string;
37
38
  get hours(): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecabs-components",
3
- "version": "1.1.32",
3
+ "version": "1.1.33",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^16.2.12",
6
6
  "@angular/common": "^16.2.12",