ngx-ntk-icon-picker 20.25.1 → 20.25.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.
package/index.d.ts CHANGED
@@ -31,6 +31,7 @@ declare class IconPickerService {
31
31
  private primeIconsPack;
32
32
  constructor(faIconLibrary: FaIconLibrary);
33
33
  getIcons(ipIconPacks: string[]): Icon[];
34
+ private isIconAvailable;
34
35
  static ɵfac: i0.ɵɵFactoryDeclaration<IconPickerService, never>;
35
36
  static ɵprov: i0.ɵɵInjectableDeclaration<IconPickerService>;
36
37
  }
@@ -87,6 +88,9 @@ declare class IconPickerComponent implements OnInit {
87
88
  setDialogPosition(): void;
88
89
  isDescendant(parent: any, child: any): boolean;
89
90
  createBox(element: any, offset: boolean): any;
91
+ onIconError(event: any): void;
92
+ getFontAwesome6Icon(iconName: string): any;
93
+ shouldShowFontAwesome6Icon(icon: any): boolean;
90
94
  static ɵfac: i0.ɵɵFactoryDeclaration<IconPickerComponent, never>;
91
95
  static ɵcmp: i0.ɵɵComponentDeclaration<IconPickerComponent, "icon-picker", never, {}, {}, never, never, true, never>;
92
96
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-ntk-icon-picker",
3
- "version": "20.25.1",
3
+ "version": "20.25.2",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",