@wizishop/img-manager 0.2.104 → 0.2.109

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.
@@ -1,5 +1,6 @@
1
1
  import { OnInit, EventEmitter } from '@angular/core';
2
2
  import { ImageCroppedEvent, ImageTransform } from 'ngx-image-cropper';
3
+ import { Subject } from 'rxjs';
3
4
  import { CropperConfigDTO, ImgCropperConfigDTO } from '../../../dto/img-editor-config.dto';
4
5
  import { ImgPictureDTO } from '../../../dto/img-manager.dto';
5
6
  import { ImgCDNService } from '../../../services/config/img-cdn.service';
@@ -18,8 +19,11 @@ export declare class CropperComponent implements OnInit {
18
19
  currentCroppedImage: string;
19
20
  isCropped: boolean;
20
21
  isLoading: boolean;
21
- isImgCropped: boolean;
22
- isImgCroppedInitilized: boolean;
22
+ _isImgCropped: boolean;
23
+ set isImgCropped(isImgCropped: boolean);
24
+ get isImgCropped(): boolean;
25
+ imgCropperChange: Subject<void>;
26
+ skipNextImgCropped: number;
23
27
  imgType: string;
24
28
  imgRoute: string;
25
29
  imageChangedEvent: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/img-manager",
3
- "version": "0.2.104",
3
+ "version": "0.2.109",
4
4
  "description": "The best and the most beautiful image manager.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,7 +18,6 @@
18
18
  "peerDependencies": {
19
19
  "@angular/common": "^9.0.3",
20
20
  "@angular/core": "^9.0.3",
21
- "tslib": "^1.10.0",
22
21
  "@angular/animations": "~9.0.3",
23
22
  "@angular/cdk": "^9.2.4",
24
23
  "@angular/compiler": "~9.0.3",
@@ -45,5 +44,8 @@
45
44
  "fesm2015": "fesm2015/wizishop-img-manager.js",
46
45
  "typings": "wizishop-img-manager.d.ts",
47
46
  "metadata": "wizishop-img-manager.metadata.json",
48
- "sideEffects": false
47
+ "sideEffects": false,
48
+ "dependencies": {
49
+ "tslib": "^1.10.0"
50
+ }
49
51
  }
Binary file