@acorex/components 6.6.16 → 6.6.18

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,7 +1,8 @@
1
- import { AXCalendarType } from '@acorex/core';
1
+ import { AXCalendarType, AXDateTime } from '@acorex/core';
2
2
  import { ChangeDetectorRef, ElementRef, EventEmitter } from '@angular/core';
3
3
  import { AXBaseSizableComponent, AXElementSize, AXValidatableComponent } from '../base/element.class';
4
4
  import { AXValueEvent } from '../base/events.class';
5
+ import { AXCalendarBoxComponent } from '../calendar/calendar-box/calendar-box.component';
5
6
  import { AXDropdownComponent } from '../dropdown/dropdown.component';
6
7
  import { AXTextBoxComponent } from '../textbox/textbox.component';
7
8
  import { AXValidation } from '../validation/validation.component';
@@ -13,6 +14,7 @@ export declare class AXDatePickerComponent extends AXValidatableComponent implem
13
14
  private ref;
14
15
  private cdr;
15
16
  dropdown: AXDropdownComponent;
17
+ calendarRef: AXCalendarBoxComponent;
16
18
  input: AXTextBoxComponent;
17
19
  dayStyle: any[];
18
20
  dayMinMaxResoan: string;
@@ -76,6 +78,7 @@ export declare class AXDatePickerComponent extends AXValidatableComponent implem
76
78
  handleClick(): void;
77
79
  setCaretPosition(ctrl: any, pos: any): void;
78
80
  setCaret(): void;
81
+ navigate(value: number | AXDateTime): void;
79
82
  static ɵfac: i0.ɵɵFactoryDeclaration<AXDatePickerComponent, never>;
80
83
  static ɵcmp: i0.ɵɵComponentDeclaration<AXDatePickerComponent, "ax-date-picker", never, { "dayStyle": { "alias": "dayStyle"; "required": false; }; "dayMinMaxResoan": { "alias": "dayMinMaxResoan"; "required": false; }; "validation": { "alias": "validation"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "allowClear": { "alias": "allowClear"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "showToday": { "alias": "showToday"; "required": false; }; "selectableHoliday": { "alias": "selectableHoliday"; "required": false; }; "dateType": { "alias": "dateType"; "required": false; }; "showTodayButton": { "alias": "showTodayButton"; "required": false; }; "openByClick": { "alias": "openByClick"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "typeChange": "typeChange"; "onValueChanged": "onValueChanged"; "valueChange": "valueChange"; }, ["_contentValidation"], ["[start]", "[end]"], false, never>;
81
84
  }
@@ -1,4 +1,4 @@
1
- import { OnInit, ChangeDetectorRef, ElementRef, EventEmitter } from '@angular/core';
1
+ import { ChangeDetectorRef, ElementRef, EventEmitter, OnInit } from '@angular/core';
2
2
  import { AXBaseTextComponent } from '../base/element.class';
3
3
  import { AXValueEvent } from '../base/events.class';
4
4
  import * as i0 from "@angular/core";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "6.6.16",
3
+ "version": "6.6.18",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.0",
6
6
  "@angular/core": "^16.2.0",