@acorex/components 6.6.4 → 6.6.5

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.
@@ -16,9 +16,9 @@ export declare class AXDatePickerComponent extends AXValidatableComponent implem
16
16
  input: AXTextBoxComponent;
17
17
  dayStyle: any[];
18
18
  dayMinMaxResoan: string;
19
- yyyyMMdd: string;
20
- ddMMyyyy: string;
21
- yyyyddMM: string;
19
+ yyyyMMdd: any;
20
+ ddMMyyyy: any;
21
+ yyyyddMM: any;
22
22
  private _contentValidation;
23
23
  private _validation;
24
24
  get validation(): AXValidation;
@@ -32,7 +32,7 @@ export declare class AXDatePickerComponent extends AXValidatableComponent implem
32
32
  textAlign: 'right' | 'left' | null;
33
33
  showToday: boolean;
34
34
  selectableHoliday: boolean;
35
- dateType: string;
35
+ dateType: any;
36
36
  showTodayButton: boolean;
37
37
  openByClick: boolean;
38
38
  cursorPosition: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "6.6.4",
3
+ "version": "6.6.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.0",
6
6
  "@angular/core": "^16.2.0",