@wizishop/img-manager 0.2.81 → 0.2.83

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,9 +5,11 @@ import { ImgEventService } from '../../services/img-event.service';
5
5
  import { NwbSnackbarConfig } from '@wizishop/ng-wizi-bulma';
6
6
  import { stateDisplayed } from '../../dto/export-dtos.api';
7
7
  import { AlertService } from '../../services/alert.service';
8
+ import { Router } from '@angular/router';
8
9
  export declare class ImgTabsComponent implements OnInit {
9
10
  private imgEventEditService;
10
11
  private alertService;
12
+ private route;
11
13
  multipleImgMode: boolean;
12
14
  stateDisplayed: stateDisplayed;
13
15
  listDisplayed: boolean;
@@ -21,12 +23,13 @@ export declare class ImgTabsComponent implements OnInit {
21
23
  imgUpload: boolean;
22
24
  imgUploadedComponent: UploadListComponent;
23
25
  snackBarNewVersionConfig: NwbSnackbarConfig;
24
- constructor(imgEventEditService: ImgEventService, alertService: AlertService);
26
+ constructor(imgEventEditService: ImgEventService, alertService: AlertService, route: Router);
25
27
  ngOnInit(): void;
26
28
  toggleTabs(value: string): void;
27
29
  onImgUploaded(img: ImgPictureDTO[]): void;
28
30
  onEditClosed(msgKey: string): void;
29
31
  onShowImgUploaded(): void;
30
32
  switchDisplayWindowImgView(): void;
33
+ switchRouterLink(event: any): void;
31
34
  onImgManagerClosed(): void;
32
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/img-manager",
3
- "version": "0.2.81",
3
+ "version": "0.2.83",
4
4
  "description": "The best and the most beautiful image manager.",
5
5
  "repository": {
6
6
  "type": "git",
Binary file