@sumaris-net/ngx-components 18.6.24 → 18.6.26

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.6.24",
4
+ "version": "18.6.26",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -92,6 +92,8 @@ export declare class PlatformService extends StartableService {
92
92
  } & Partial<DownloadRequest>): Observable<string | undefined>;
93
93
  copyToClipboard(data: string | WriteOptions, opts?: ShowToastOptions): Promise<void>;
94
94
  toggleDarkTheme(enable: boolean): void;
95
+ showToast(opts: ShowToastOptions): Promise<HTMLIonToastElement>;
96
+ closeToast(id?: string): Promise<boolean>;
95
97
  protected configureTheme(mobile: boolean, win?: any): Promise<void>;
96
98
  protected configureCapacitorPlugins(): Promise<void>;
97
99
  protected configureTranslate(): void;
@@ -101,7 +103,6 @@ export declare class PlatformService extends StartableService {
101
103
  canReload?: boolean;
102
104
  silent?: boolean;
103
105
  }): Promise<void>;
104
- protected showToast(opts: ShowToastOptions): Promise<HTMLIonToastElement>;
105
106
  protected onStartupError(err: any): Promise<void>;
106
107
  static ɵfac: i0.ɵɵFactoryDeclaration<PlatformService, [null, null, null, null, null, null, null, null, null, null, null, null, null, null, { optional: true; }, { optional: true; }]>;
107
108
  static ɵprov: i0.ɵɵInjectableDeclaration<PlatformService>;
@@ -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.6.24",
5
+ "version": "18.6.26",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{