@wizishop/img-manager 15.2.49 → 15.2.50

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.
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class IconService {
3
+ loadIconLib(): void;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<IconService, never>;
5
+ static ɵprov: i0.ɵɵInjectableDeclaration<IconService>;
6
+ }
@@ -8,6 +8,7 @@ import { DomService } from './services/dom.service';
8
8
  import { WiziBlockMediaDto } from './dto/wizi-block-media.dto';
9
9
  import { stateDisplayed } from './dto/stateDisplayed.dto';
10
10
  import { UploadService } from './services/upload.service';
11
+ import { IconService } from './services/icon.service';
11
12
  import * as i0 from "@angular/core";
12
13
  export declare class WzImgManagerComponent implements OnInit {
13
14
  private imgSelectionService;
@@ -16,6 +17,7 @@ export declare class WzImgManagerComponent implements OnInit {
16
17
  private imgEventService;
17
18
  private domService;
18
19
  private uploadService;
20
+ private iconService;
19
21
  stateDisplayed: stateDisplayed;
20
22
  showSelection: boolean;
21
23
  set forceToOpenCanva(forceToOpenCanva: boolean | WiziBlockMediaDto);
@@ -36,7 +38,7 @@ export declare class WzImgManagerComponent implements OnInit {
36
38
  hideTab: boolean;
37
39
  private overflowHTML;
38
40
  private bodyPadding;
39
- constructor(imgSelectionService: ImgSelectionService, userSettingsService: UserSettingsService, canvaService: CanvaService, imgEventService: ImgEventService, domService: DomService, uploadService: UploadService);
41
+ constructor(imgSelectionService: ImgSelectionService, userSettingsService: UserSettingsService, canvaService: CanvaService, imgEventService: ImgEventService, domService: DomService, uploadService: UploadService, iconService: IconService);
40
42
  ngOnInit(): void;
41
43
  checkUserDisplayPreference(): void;
42
44
  setCurrentTab(event: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/img-manager",
3
- "version": "15.2.49",
3
+ "version": "15.2.50",
4
4
  "description": "The best and the most beautiful image manager.",
5
5
  "repository": {
6
6
  "type": "git",
Binary file
Binary file