nuxeo-development-framework 4.5.5 → 4.5.6

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.
@@ -9,7 +9,6 @@ export declare abstract class BaseChartComponent<TType extends ChartType = Chart
9
9
  width: string | undefined;
10
10
  height: string | undefined;
11
11
  responsive: boolean;
12
- legend: boolean;
13
12
  fontFamily: string;
14
13
  fontSize: number;
15
14
  onReady: EventEmitter<Chart>;
@@ -17,5 +16,5 @@ export declare abstract class BaseChartComponent<TType extends ChartType = Chart
17
16
  getChart(): Chart<keyof import("chart.js").ChartTypeRegistry, (number | [number, number] | import("chart.js").Point | import("chart.js").BubbleDataPoint)[], unknown>;
18
17
  protected refresh(): void;
19
18
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseChartComponent<any>, never>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<BaseChartComponent<any>, never, never, { "type": "type"; "plugins": "plugins"; "width": "width"; "height": "height"; "responsive": "responsive"; "legend": "legend"; "fontFamily": "fontFamily"; "fontSize": "fontSize"; }, { "onReady": "onReady"; }, never>;
19
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaseChartComponent<any>, never, never, { "type": "type"; "plugins": "plugins"; "width": "width"; "height": "height"; "responsive": "responsive"; "fontFamily": "fontFamily"; "fontSize": "fontSize"; }, { "onReady": "onReady"; }, never>;
21
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxeo-development-framework",
3
- "version": "4.5.5",
3
+ "version": "4.5.6",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "12.2.3",
6
6
  "@angular/common": "12.2.3",