@sumaris-net/ngx-components 18.25.17 → 18.25.18

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.17",
4
+ "version": "18.25.18",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -91,6 +91,7 @@ export declare class EntitiesAsyncTableDataSource<T extends IEntity<T, ID>, F =
91
91
  editing: boolean;
92
92
  }): Promise<R | undefined>;
93
93
  getData(): T[];
94
+ get canFetchMore(): boolean;
94
95
  fetchMore(opts?: {
95
96
  emitEvent: boolean;
96
97
  }): Promise<boolean>;
@@ -90,6 +90,7 @@ export declare class EntitiesTableDataSource<T extends IEntity<T, ID>, F = any,
90
90
  editing: boolean;
91
91
  }): Promise<R | undefined>;
92
92
  getData(): T[];
93
+ get canFetchMore(): boolean;
93
94
  fetchMore(opts?: {
94
95
  emitEvent: boolean;
95
96
  }): Promise<boolean>;
@@ -11,12 +11,14 @@ export declare class GalleryTestPage implements OnInit, OnDestroy {
11
11
  private _subscription;
12
12
  readonly dataSource: EntitiesTableDataSource<ImageAttachment, ImageAttachmentFilter>;
13
13
  protected slideshowMode: ImageGallerySlideshowMode;
14
+ protected enableSlideshowLoop: boolean;
14
15
  protected debug: boolean;
15
16
  constructor(dataService: ImageAttachmentService, route: ActivatedRoute);
16
17
  ngOnInit(): void;
17
18
  ngOnDestroy(): void;
18
19
  save(): void;
19
20
  toggleZoomPresentation(): void;
21
+ toggleSlideshowLoop(): void;
20
22
  toggleDebug(): void;
21
23
  static ɵfac: i0.ɵɵFactoryDeclaration<GalleryTestPage, never>;
22
24
  static ɵcmp: i0.ɵɵComponentDeclaration<GalleryTestPage, "app-gallery-test-page", never, {}, {}, never, never, false, never>;
@@ -18,7 +18,7 @@ export interface InputElement extends FocusableElement {
18
18
  }
19
19
  export declare function isInputElement(object: any): object is InputElement;
20
20
  export declare function asInputElement<T = any>(object: ElementRef<T>): InputElement | undefined;
21
- export declare function tabindexComparator(a: InputElement, b: InputElement): 1 | 0 | -1;
21
+ export declare function tabindexComparator(a: InputElement, b: InputElement): 0 | 1 | -1;
22
22
  export interface CanGainFocusOptions {
23
23
  minTabindex?: number;
24
24
  maxTabindex?: number;
@@ -668,6 +668,7 @@
668
668
  "BTN_CROP_RESET": "Reset crop",
669
669
  "BTN_CANCEL_EDIT": "Cancel changes",
670
670
  "BTN_ENABLE_MODAL_ZOOM": "Open in a modal?",
671
+ "BTN_ENABLE_LOOP": "Loop slideshow",
671
672
  "ERROR_EDIT_IMAGE": "Unable to save the edited image",
672
673
  "TITLE": "Title"
673
674
  }
@@ -668,6 +668,7 @@
668
668
  "BTN_CROP_RESET": "Reset crop",
669
669
  "BTN_CANCEL_EDIT": "Cancel changes",
670
670
  "BTN_ENABLE_MODAL_ZOOM": "Open in a modal?",
671
+ "BTN_ENABLE_LOOP": "Loop slideshow",
671
672
  "ERROR_EDIT_IMAGE": "Unable to save the edited image",
672
673
  "TITLE": "Title"
673
674
  }
@@ -670,6 +670,7 @@
670
670
  "BTN_CROP_RESET": "Réinitialiser le recadrage",
671
671
  "BTN_CANCEL_EDIT": "Annuler les modifications",
672
672
  "BTN_ENABLE_MODAL_ZOOM": "Ouvrir dans une modale ?",
673
+ "BTN_ENABLE_LOOP": "Boucler le diaporama",
673
674
  "ERROR_EDIT_IMAGE": "Impossible d'enregistrer l'image modifiée",
674
675
  "TITLE": "Titre"
675
676
  }
@@ -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.17",
5
+ "version": "18.25.18",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{