intelica-library-ui 0.1.73 → 0.1.74

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,12 +1,15 @@
1
- import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core';
2
- import * as echarts from 'echarts';
3
- import { EChartsOption } from 'echarts';
1
+ import { AfterViewInit, ElementRef, EventEmitter } from "@angular/core";
2
+ import * as echarts from "echarts";
3
+ import { EChartsOption } from "echarts";
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class EchartComponent implements AfterViewInit {
6
6
  private el;
7
7
  private platformId;
8
8
  config: EChartsOption | undefined;
9
9
  id: string;
10
+ containerStyle: {
11
+ [klass: string]: any;
12
+ };
10
13
  event: EventEmitter<any>;
11
14
  chart: echarts.ECharts;
12
15
  constructor(el: ElementRef, platformId: Object);
@@ -14,5 +17,5 @@ export declare class EchartComponent implements AfterViewInit {
14
17
  refreshChart(): void;
15
18
  private initChart;
16
19
  static ɵfac: i0.ɵɵFactoryDeclaration<EchartComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<EchartComponent, "intelica-echart", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "event": "event"; }, never, never, true, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<EchartComponent, "intelica-echart", never, { "config": { "alias": "config"; "required": false; }; "id": { "alias": "id"; "required": false; }; "containerStyle": { "alias": "containerStyle"; "required": false; }; }, { "event": "event"; }, never, never, true, never>;
18
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelica-library-ui",
3
- "version": "0.1.73",
3
+ "version": "0.1.74",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.0",
6
6
  "@angular/core": "^19.2.0",