@wizishop/img-manager 0.2.49 → 0.2.53

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.
@@ -5,7 +5,6 @@ import { ImgEventService } from '../../services/img-event.service';
5
5
  import { ImgManagerService } from '../../services/img-manager.service';
6
6
  import { TranslateService } from '@ngx-translate/core';
7
7
  import { Subscription } from 'rxjs';
8
- import { ImgSelectionService } from '../../services/img-selection.service';
9
8
  import { AlertService } from '../../services/alert.service';
10
9
  import { stateDisplayed } from '../../dto/export-dtos.api';
11
10
  export declare class CanvaBtnComponent implements OnInit, OnDestroy {
@@ -13,7 +12,6 @@ export declare class CanvaBtnComponent implements OnInit, OnDestroy {
13
12
  private imgManager;
14
13
  private wzImgEventService;
15
14
  private translateService;
16
- private imgSelectionService;
17
15
  private alertService;
18
16
  private renderer;
19
17
  stateDisplayed: stateDisplayed;
@@ -36,7 +34,6 @@ export declare class CanvaBtnComponent implements OnInit, OnDestroy {
36
34
  };
37
35
  };
38
36
  openDropDownMenu: boolean;
39
- imgExpectedByWiziblock: boolean;
40
37
  expectedHeight: number;
41
38
  expectedWidth: number;
42
39
  subs: Subscription[];
@@ -44,7 +41,7 @@ export declare class CanvaBtnComponent implements OnInit, OnDestroy {
44
41
  successUploadPhoto: string;
45
42
  errorUploadCanvaImg: string;
46
43
  errorRenameCanvaImg: string;
47
- constructor(canvaService: CanvaService, imgManager: ImgManagerService, wzImgEventService: ImgEventService, translateService: TranslateService, imgSelectionService: ImgSelectionService, alertService: AlertService, renderer: Renderer2);
44
+ constructor(canvaService: CanvaService, imgManager: ImgManagerService, wzImgEventService: ImgEventService, translateService: TranslateService, alertService: AlertService, renderer: Renderer2);
48
45
  ngOnInit(): void;
49
46
  listenCanvaExpectedSize(): void;
50
47
  onOpenCanva(width: number, height: number): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/img-manager",
3
- "version": "0.2.49",
3
+ "version": "0.2.53",
4
4
  "description": "The best and the most beautiful image manager.",
5
5
  "repository": {
6
6
  "type": "git",
Binary file