axidio-styleguide-library1-v2 0.1.78 → 0.1.80

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,8 +1,8 @@
1
- import { OnInit, ElementRef, EventEmitter, SimpleChanges } from '@angular/core';
1
+ import { OnInit, ElementRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
2
  import { ComponentUniqueId } from '../unique-id';
3
3
  import { ResizedEvent } from 'angular-resize-event';
4
4
  import * as i0 from "@angular/core";
5
- export declare class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId implements OnInit {
5
+ export declare class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId implements OnInit, OnChanges {
6
6
  containerElt: ElementRef;
7
7
  groupcontainerElt: ElementRef;
8
8
  chartData: any;
@@ -23,14 +23,15 @@ export declare class HorizontalGroupedBarWithScrollZoomComponent extends Compone
23
23
  isDD1Open: boolean;
24
24
  isDD2Open: boolean;
25
25
  constructor();
26
- ngOnInit(): void;
27
26
  ngOnChanges(changes: SimpleChanges): void;
27
+ updateChartData(): void;
28
28
  onResized(event: ResizedEvent): void;
29
29
  isZoomOutSelected(isZoomOut: any, event: any): void;
30
30
  handleZoominZoomoutClick({ isZoomOut, event }: {
31
31
  isZoomOut: any;
32
32
  event: any;
33
33
  }): void;
34
+ ngOnInit(): void;
34
35
  isLegendVisible(): boolean;
35
36
  keepOrder: (a: any, b: any) => any;
36
37
  get isAlertEnabled(): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "axidio-styleguide-library1-v2",
3
- "version": "0.1.78",
3
+ "version": "0.1.80",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.1",
6
6
  "@angular/core": "^17.3.1",