@acorex/components 16.0.19 → 16.0.21

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,5 +1,5 @@
1
- import { EventEmitter, ChangeDetectorRef, ElementRef } from '@angular/core';
2
- import { AXDateTime, AXDateTimeRange, AXCalendarType } from '@acorex/core';
1
+ import { AXCalendarType, AXDateTime, AXDateTimeRange } from '@acorex/core';
2
+ import { ChangeDetectorRef, ElementRef, EventEmitter } from '@angular/core';
3
3
  import { AXBaseSizableComponent, AXElementSize } from '../../base/element.class';
4
4
  import { AXValueEvent } from '../../base/events.class';
5
5
  import * as i0 from "@angular/core";
@@ -26,8 +26,12 @@ export declare class AXCalendarBoxComponent implements AXBaseSizableComponent {
26
26
  type: AXCalendarType;
27
27
  locale: string;
28
28
  dir: string;
29
- min: Date;
30
- max: Date;
29
+ private _min;
30
+ set min(v: Date);
31
+ get min(): Date;
32
+ private _max;
33
+ set max(v: Date);
34
+ get max(): Date;
31
35
  selectableHoliday: boolean;
32
36
  dayStyle: any[];
33
37
  dayMinMaxResoan: string;
@@ -1,7 +1,7 @@
1
1
  import { ChangeDetectorRef } from '@angular/core';
2
- import { AXProperyEditorComponent } from '../../property-editor.class';
3
- import { AXValidation } from '../../../validation/validation.component';
4
2
  import { AXSelectBoxComponent } from '../../../selectbox/selectbox.component';
3
+ import { AXValidation } from '../../../validation/validation.component';
4
+ import { AXProperyEditorComponent } from '../../property-editor.class';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class AXSelectBoxPropertyEditorComponent extends AXProperyEditorComponent<any> {
7
7
  protected cdr: ChangeDetectorRef;
@@ -11,6 +11,7 @@ export declare class AXTooltipDirective {
11
11
  constructor(el: ElementRef, renderer: Renderer2);
12
12
  onMouseEnter(): void;
13
13
  onMouseLeave(): void;
14
+ onMouseClick(): void;
14
15
  show(): void;
15
16
  hide(): void;
16
17
  create(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "16.0.19",
3
+ "version": "16.0.21",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.0",
6
6
  "@angular/core": "^16.2.0",