@sumaris-net/ngx-components 18.25.8 → 18.25.10

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "18.25.8",
4
+ "version": "18.25.10",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -10,12 +10,14 @@ export declare class GalleryTestPage implements OnInit, OnDestroy {
10
10
  protected route: ActivatedRoute;
11
11
  private _subscription;
12
12
  readonly dataSource: EntitiesTableDataSource<ImageAttachment, ImageAttachmentFilter>;
13
- zoomPresentation: ImageGalleryZoomPresentation;
13
+ protected zoomPresentation: ImageGalleryZoomPresentation;
14
14
  protected debug: boolean;
15
15
  constructor(dataService: ImageAttachmentService, route: ActivatedRoute);
16
16
  ngOnInit(): void;
17
17
  ngOnDestroy(): void;
18
18
  save(): void;
19
+ toggleZoomPresentation(): void;
20
+ toggleDebug(): void;
19
21
  static ɵfac: i0.ɵɵFactoryDeclaration<GalleryTestPage, never>;
20
22
  static ɵcmp: i0.ɵɵComponentDeclaration<GalleryTestPage, "app-gallery-test-page", never, {}, {}, never, never, false, never>;
21
23
  }
@@ -3,11 +3,12 @@ import * as i1 from "./gallery.testing";
3
3
  import * as i2 from "@angular/common";
4
4
  import * as i3 from "@ionic/angular";
5
5
  import * as i4 from "../image-gallery.module";
6
- import * as i5 from "@ngx-translate/core";
7
- import * as i6 from "@angular/router";
8
- import * as i7 from "../../../debug/debug.module";
6
+ import * as i5 from "../../../material/material.module";
7
+ import * as i6 from "@ngx-translate/core";
8
+ import * as i7 from "@angular/router";
9
+ import * as i8 from "../../../debug/debug.module";
9
10
  export declare class ImageGalleryTestingModule {
10
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ImageGalleryTestingModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<ImageGalleryTestingModule, [typeof i1.GalleryTestPage], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.ImageGalleryModule, typeof i5.TranslateModule, typeof i6.RouterModule, typeof i5.TranslateModule, typeof i7.SharedDebugModule], [typeof i6.RouterModule, typeof i1.GalleryTestPage]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ImageGalleryTestingModule, [typeof i1.GalleryTestPage], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.ImageGalleryModule, typeof i5.SharedMaterialModule, typeof i6.TranslateModule, typeof i7.RouterModule, typeof i6.TranslateModule, typeof i8.SharedDebugModule], [typeof i7.RouterModule, typeof i1.GalleryTestPage]>;
12
13
  static ɵinj: i0.ɵɵInjectorDeclaration<ImageGalleryTestingModule>;
13
14
  }
@@ -666,6 +666,7 @@
666
666
  "BTN_CROP_ACTIVATE": "Crop",
667
667
  "BTN_CROP_DEACTIVATE": "Hide crop",
668
668
  "BTN_CROP_RESET": "Reset crop",
669
+ "BTN_ENABLE_MODAL_ZOOM": "Open in a modal?",
669
670
  "ERROR_EDIT_IMAGE": "Unable to save the edited image",
670
671
  "TITLE": "Title"
671
672
  }
@@ -666,6 +666,7 @@
666
666
  "BTN_CROP_ACTIVATE": "Crop",
667
667
  "BTN_CROP_DEACTIVATE": "Hide crop",
668
668
  "BTN_CROP_RESET": "Reset crop",
669
+ "BTN_ENABLE_MODAL_ZOOM": "Open in a modal?",
669
670
  "ERROR_EDIT_IMAGE": "Unable to save the edited image",
670
671
  "TITLE": "Title"
671
672
  }
@@ -668,6 +668,7 @@
668
668
  "BTN_CROP_ACTIVATE": "Recadrer",
669
669
  "BTN_CROP_DEACTIVATE": "Masquer le recadrage",
670
670
  "BTN_CROP_RESET": "Réinitialiser le recadrage",
671
+ "BTN_ENABLE_MODAL_ZOOM": "Ouvrir dans une modale ?",
671
672
  "ERROR_EDIT_IMAGE": "Impossible d'enregistrer l'image modifiée",
672
673
  "TITLE": "Titre"
673
674
  }
@@ -2,7 +2,7 @@
2
2
  "name": "ngx-sumaris-components",
3
3
  "short_name": "ngx-sumaris-components",
4
4
  "manifest_version": 1,
5
- "version": "18.25.8",
5
+ "version": "18.25.10",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{