@acorex/components 21.0.1-next.56 → 21.0.1-next.58

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.
@@ -873,6 +873,7 @@ declare class AXDataTableComponent extends AXBaseDataTable implements OnInit, Af
873
873
  * @ignore
874
874
  */
875
875
  protected handleChangePage(event: AXDataPagerChangedEvent): void;
876
+ private goToPage;
876
877
  /**
877
878
  * @ignore
878
879
  */
@@ -32,6 +32,9 @@ declare class AXNumberBoxComponent extends AXNumberBoxComponent_base {
32
32
  protected internalValueChanged(value: number | undefined): void;
33
33
  private plusValue;
34
34
  private minusValue;
35
+ private getNumericValue;
36
+ private getSteppedValue;
37
+ private getFractionDigits;
35
38
  protected handleOnKeydownEvent(e: KeyboardEvent): void;
36
39
  protected handleUpClick(): void;
37
40
  protected handleDownClick(): void;