icon-label-d3 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +1,12 @@
1
- import { ElementRef, QueryList } from '@angular/core';
1
+ import { ElementRef, OnChanges, QueryList, SimpleChanges } from '@angular/core';
2
2
  import { StructLabelItemInterface } from './interfaces/struct-label-item-interface';
3
- export declare class IconLabelD3Component {
3
+ export declare class IconLabelD3Component implements OnChanges {
4
4
  constructor();
5
5
  debug: boolean;
6
6
  title: string;
7
7
  collection: Array<StructLabelItemInterface>;
8
8
  iconsElements: QueryList<ElementRef>;
9
9
  private static makeSvg;
10
+ ngOnChanges(chamges: SimpleChanges): void;
10
11
  private applayIconCanvas;
11
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "icon-label-d3",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "license": "BSD-3-Clause",
5
5
  "description": "Libreria para el proyecto icuatro para la generacion de etiquetas de forma simple simple ",
6
6
  "keywords": [