axidio-styleguide-library1-v2 0.2.30 → 0.2.32

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.
@@ -71,6 +71,7 @@ export declare class AxTableComponent implements OnInit {
71
71
  preventNegative(event: KeyboardEvent): void;
72
72
  validateNumberInput(event: KeyboardEvent): boolean;
73
73
  handleClick(data: any): void;
74
+ getCellAlignment(value: any, index: number): string;
74
75
  shouldShowPagination(): boolean;
75
76
  static ɵfac: i0.ɵɵFactoryDeclaration<AxTableComponent, never>;
76
77
  static ɵcmp: i0.ɵɵComponentDeclaration<AxTableComponent, "lib-ax-table", never, { "tableData": { "alias": "tableData"; "required": false; }; "customChartConfiguration": { "alias": "customChartConfiguration"; "required": false; }; }, { "clickEvent": "clickEvent"; }, never, never, false, never>;
@@ -1,4 +1,4 @@
1
- import { OnInit, ElementRef, EventEmitter, OnChanges } from '@angular/core';
1
+ import { ElementRef, EventEmitter, OnChanges } from '@angular/core';
2
2
  import { ComponentUniqueId } from '../unique-id';
3
3
  import ChartHelper from '../chart-helper';
4
4
  import { ResizedEvent } from 'angular-resize-event';
@@ -31,7 +31,7 @@ interface TargetLineData {
31
31
  barAboveTargetColor?: string;
32
32
  barAboveTargetHoverColor?: string;
33
33
  }
34
- export declare class HorizontalBarsWithScrollZoomComponent extends ComponentUniqueId implements OnInit, OnChanges {
34
+ export declare class HorizontalBarsWithScrollZoomComponent extends ComponentUniqueId implements OnChanges {
35
35
  containerElt: ElementRef;
36
36
  verticalstackedcontainerElt: ElementRef;
37
37
  chartData: ChartData | any;
@@ -97,7 +97,6 @@ export declare class HorizontalBarsWithScrollZoomComponent extends ComponentUniq
97
97
  isTitleHidden: undefined;
98
98
  };
99
99
  constructor();
100
- ngOnInit(): void;
101
100
  ngOnChanges(): void;
102
101
  onResized(event: ResizedEvent): void;
103
102
  isZoomOutSelected(isZoomOut: boolean): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "axidio-styleguide-library1-v2",
3
- "version": "0.2.30",
3
+ "version": "0.2.32",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.1",
6
6
  "@angular/core": "^17.3.1",