@wizishop/img-manager 15.2.47 → 15.2.49

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,4 +1,4 @@
1
- import { AfterViewInit, ElementRef } from '@angular/core';
1
+ import { AfterViewInit, ElementRef, ChangeDetectorRef } from '@angular/core';
2
2
  import { PexelsService } from '../../services/pexels.service';
3
3
  import { Subject } from 'rxjs';
4
4
  import { WzImgLibDto, PhotosColumns, WzImgLibPhotoDto } from '../../dto/pexels-img.dto';
@@ -12,6 +12,7 @@ export declare class PexelLibComponent implements AfterViewInit {
12
12
  private alertService;
13
13
  private translateService;
14
14
  private uploadService;
15
+ private changeDetectorRef;
15
16
  stateDisplayed: stateDisplayed;
16
17
  searchValue: string;
17
18
  /** Pass to true to hide search input */
@@ -35,7 +36,7 @@ export declare class PexelLibComponent implements AfterViewInit {
35
36
  errorRetrievePhotos: string;
36
37
  private subs;
37
38
  set content(control: ElementRef);
38
- constructor(wzImgLibService: PexelsService, alertService: AlertService, translateService: TranslateService, uploadService: UploadService);
39
+ constructor(wzImgLibService: PexelsService, alertService: AlertService, translateService: TranslateService, uploadService: UploadService, changeDetectorRef: ChangeDetectorRef);
39
40
  ngAfterViewInit(): void;
40
41
  setNbColumnsToDisplayPhoto(): void;
41
42
  onSearchNameChanged(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/img-manager",
3
- "version": "15.2.47",
3
+ "version": "15.2.49",
4
4
  "description": "The best and the most beautiful image manager.",
5
5
  "repository": {
6
6
  "type": "git",
Binary file
Binary file