@colijnit/extendedcomponents 12.0.6 → 12.0.7

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,7 +1,5 @@
1
- import { EventEmitter, OnInit } from "@angular/core";
1
+ import { OnInit } from "@angular/core";
2
2
  import type { EChartsOption } from 'echarts';
3
- import type { ECElementEvent } from 'echarts';
4
- import type { ECActionEvent } from 'echarts/types/src/util/types';
5
3
  import * as i0 from "@angular/core";
6
4
  export declare class StackedLineChartComponent implements OnInit {
7
5
  showClass(): boolean;
@@ -12,9 +10,7 @@ export declare class StackedLineChartComponent implements OnInit {
12
10
  chartHeight: number | string;
13
11
  chartWidth: number | string;
14
12
  chartOptions: EChartsOption;
15
- chartEventEmitter: EventEmitter<ECElementEvent | ECActionEvent | unknown>;
16
13
  ngOnInit(): void;
17
- onChartEvent(event: ECElementEvent | ECActionEvent | unknown, type: string): void;
18
14
  static ɵfac: i0.ɵɵFactoryDeclaration<StackedLineChartComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<StackedLineChartComponent, "co-stacked-line-chart", never, { "chartName": "chartName"; "chartData": "chartData"; "chartLegend": "chartLegend"; "chartXAxis": "chartXAxis"; "chartHeight": "chartHeight"; "chartWidth": "chartWidth"; "chartOptions": "chartOptions"; }, { "chartEventEmitter": "chartEventEmitter"; }, never, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<StackedLineChartComponent, "co-stacked-line-chart", never, { "chartName": "chartName"; "chartData": "chartData"; "chartLegend": "chartLegend"; "chartXAxis": "chartXAxis"; "chartHeight": "chartHeight"; "chartWidth": "chartWidth"; "chartOptions": "chartOptions"; }, {}, never, never>;
20
16
  }
@@ -12,10 +12,11 @@ export declare class RecursiveListComponent {
12
12
  depth: number;
13
13
  indentation: number;
14
14
  dataPipe: PipeTransform | null;
15
+ params: any[];
15
16
  constructor(iconCacheService: IconCacheService);
16
17
  toggleCollapse(event: Event, item: RecursiveCollectionLayer): void;
17
18
  getCurrentIcon(item: RecursiveCollectionLayer): Icon;
18
- formatDataValue(dataValue: number | string): string;
19
+ formatDataValue(dataValue: number | string, params?: any[]): string;
19
20
  static ɵfac: i0.ɵɵFactoryDeclaration<RecursiveListComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<RecursiveListComponent, "co-recursive-list", never, { "collection": "collection"; "columns": "columns"; "tableLegend": "tableLegend"; "depth": "depth"; "indentation": "indentation"; "dataPipe": "dataPipe"; }, {}, never, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<RecursiveListComponent, "co-recursive-list", never, { "collection": "collection"; "columns": "columns"; "tableLegend": "tableLegend"; "depth": "depth"; "indentation": "indentation"; "dataPipe": "dataPipe"; "params": "params"; }, {}, never, never>;
21
22
  }
@@ -6,7 +6,8 @@ export declare class SummaryGridComponent {
6
6
  columns: string[];
7
7
  tableLegend: string;
8
8
  dataPipe: PipeTransform | null;
9
+ params: any[];
9
10
  collection: RecursiveCollectionLayer[];
10
11
  static ɵfac: i0.ɵɵFactoryDeclaration<SummaryGridComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<SummaryGridComponent, "co-summary-grid", never, { "columns": "columns"; "tableLegend": "tableLegend"; "dataPipe": "dataPipe"; "collection": "collection"; }, {}, never, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<SummaryGridComponent, "co-summary-grid", never, { "columns": "columns"; "tableLegend": "tableLegend"; "dataPipe": "dataPipe"; "params": "params"; "collection": "collection"; }, {}, never, never>;
12
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/extendedcomponents",
3
- "version": "12.0.6",
3
+ "version": "12.0.7",
4
4
  "description": "Colijn IT extended components for Angular 12",
5
5
  "private": false,
6
6
  "peerDependencies": {