@igo2/common 1.14.1 → 1.14.2

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.
@@ -19,6 +19,10 @@ export declare class IgoBadgeIconDirective implements OnInit {
19
19
  private inverseColor;
20
20
  set igoMatBadgeInheritColor(value: boolean);
21
21
  private inheritColor;
22
+ set igoMatBadgeColor(value: string);
23
+ private color;
24
+ set igoMatBadgeBackgroundColor(value: string);
25
+ private backgroundColor;
22
26
  get badge(): any;
23
27
  private originalColor;
24
28
  constructor(el: ElementRef, matIconRegistry: MatIconRegistry);
@@ -28,5 +32,5 @@ export declare class IgoBadgeIconDirective implements OnInit {
28
32
  private updateHidden;
29
33
  private updateDisabled;
30
34
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoBadgeIconDirective, never>;
31
- static ɵdir: i0.ɵɵDirectiveDeclaration<IgoBadgeIconDirective, "[igoMatBadgeIcon]", never, { "igoMatBadgeIcon": "igoMatBadgeIcon"; "matBadgeHidden": "matBadgeHidden"; "matBadgeDisabled": "matBadgeDisabled"; "igoMatBadgeInverseColor": "igoMatBadgeInverseColor"; "igoMatBadgeInheritColor": "igoMatBadgeInheritColor"; }, {}, never, never, false>;
35
+ static ɵdir: i0.ɵɵDirectiveDeclaration<IgoBadgeIconDirective, "[igoMatBadgeIcon]", never, { "igoMatBadgeIcon": "igoMatBadgeIcon"; "matBadgeHidden": "matBadgeHidden"; "matBadgeDisabled": "matBadgeDisabled"; "igoMatBadgeInverseColor": "igoMatBadgeInverseColor"; "igoMatBadgeInheritColor": "igoMatBadgeInheritColor"; "igoMatBadgeColor": "igoMatBadgeColor"; "igoMatBadgeBackgroundColor": "igoMatBadgeBackgroundColor"; }, {}, never, never, false>;
32
36
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/common",
3
- "version": "1.14.1",
3
+ "version": "1.14.2",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -19,8 +19,8 @@
19
19
  "@angular/common": "^14.1.2",
20
20
  "@angular/core": "^14.1.2",
21
21
  "@angular/material": "^14.1.2",
22
- "@igo2/core": "^1.14.1",
23
- "@igo2/utils": "^1.14.1",
22
+ "@igo2/core": "^1.14.2",
23
+ "@igo2/utils": "^1.14.2",
24
24
  "scroll-into-view-if-needed": "^2.2.20",
25
25
  "typy": "^3.3.0"
26
26
  },