@acorex/components 20.3.37 → 20.3.39

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,6 +1,6 @@
1
1
  import * as polytype from 'polytype';
2
2
  import * as _angular_core from '@angular/core';
3
- import { MXInputBaseValueComponent, MXLookComponent, AXFocusEvent } from '@acorex/cdk/common';
3
+ import { MXInputBaseValueComponent, MXLookComponent, AXValueChangedEvent, AXFocusEvent } from '@acorex/cdk/common';
4
4
 
5
5
  type AXTimeDurationUnit = 'YEAR' | 'MONTH' | 'WEEK' | 'DAY' | 'HOUR' | 'MINUTE' | 'SECOND' | 'MILLISECOND';
6
6
 
@@ -34,7 +34,7 @@ declare class AXTimeDurationComponent extends AXTimeDurationComponent_base {
34
34
  private MILLISECOND;
35
35
  private isTranslationInit;
36
36
  initTranslation(): Promise<void>;
37
- protected onInput(event: any): Promise<void>;
37
+ protected onInput(event: AXValueChangedEvent<any>): Promise<void>;
38
38
  protected internalValueChanged(value: number): Promise<void>;
39
39
  private replacePersianLabels;
40
40
  private maskToMilliseconds;