@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/doc/changelog.md +7 -1
- package/esm2022/src/app/core/services/platform.service.mjs +12 -9
- package/esm2022/src/app/shared/forms.mjs +3 -1
- package/fesm2022/sumaris-net.ngx-components.mjs +13 -8
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/services/platform.service.d.ts +2 -1
- package/src/assets/manifest.json +1 -1
package/package.json
CHANGED
|
@@ -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>;
|
package/src/assets/manifest.json
CHANGED
|
@@ -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.
|
|
5
|
+
"version": "18.6.26",
|
|
6
6
|
"default_locale": "fr",
|
|
7
7
|
"description": "Angular components for building beautiful and responsive Apps",
|
|
8
8
|
"icons": [{
|