@sumaris-net/ngx-components 2.6.27 → 2.6.29
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/esm2020/src/app/core/services/local-settings.service.mjs +6 -7
- package/esm2020/src/app/core/services/model/tree-item-entity.model.mjs +2 -6
- package/esm2020/src/app/shared/image/gallery/image-gallery.component.mjs +3 -3
- package/fesm2015/sumaris-net.ngx-components.mjs +6 -11
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +6 -11
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +6 -1
- package/src/app/core/services/local-settings.service.d.ts +1 -2
- package/src/assets/manifest.json +1 -1
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": "2.6.
|
|
4
|
+
"version": "2.6.29",
|
|
5
5
|
"author": "contact@e-is.pro",
|
|
6
6
|
"license": "AGPL-3.0",
|
|
7
7
|
"readmeFilename": "README.md",
|
|
@@ -24,6 +24,11 @@
|
|
|
24
24
|
"localforage": "~1.10.0",
|
|
25
25
|
"rxjs": "^7.5.7"
|
|
26
26
|
},
|
|
27
|
+
"optionalDependencies": {
|
|
28
|
+
"@ionic-native/audio-management": "^5.36.0",
|
|
29
|
+
"@ionic-native/core": "^5.36.0",
|
|
30
|
+
"@ionic-native/downloader": "^5.36.0"
|
|
31
|
+
},
|
|
27
32
|
"repository": {
|
|
28
33
|
"type": "git",
|
|
29
34
|
"url": "https://gitlab.ifremer.fr/sih-public/sumaris/ngx-sumaris-components.git"
|
|
@@ -26,7 +26,6 @@ export declare const APP_LOCAL_SETTINGS: InjectionToken<Partial<LocalSettings>>;
|
|
|
26
26
|
export declare const APP_LOCAL_SETTINGS_OPTIONS: InjectionToken<LocalSettingsOptions>;
|
|
27
27
|
export declare class LocalSettingsService extends StartableService<LocalSettings> {
|
|
28
28
|
private translate;
|
|
29
|
-
private platform;
|
|
30
29
|
private storage;
|
|
31
30
|
protected readonly environment: Environment;
|
|
32
31
|
private readonly defaultSettings;
|
|
@@ -41,7 +40,7 @@ export declare class LocalSettingsService extends StartableService<LocalSettings
|
|
|
41
40
|
get mobile(): boolean;
|
|
42
41
|
set mobile(value: boolean);
|
|
43
42
|
get pageHistory(): HistoryPageReference[];
|
|
44
|
-
constructor(
|
|
43
|
+
constructor(platform: Platform, translate: TranslateService, storage: Storage, environment: Environment, defaultSettings: LocalSettings, options: LocalSettingsOptions);
|
|
45
44
|
ngOnStart(): Promise<LocalSettings>;
|
|
46
45
|
isUsageMode(mode: UsageMode): boolean;
|
|
47
46
|
isOnFieldMode(value?: UsageMode): boolean;
|
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": "2.6.
|
|
5
|
+
"version": "2.6.29",
|
|
6
6
|
"default_locale": "fr",
|
|
7
7
|
"description": "Angular components for building beautiful and responsive Apps",
|
|
8
8
|
"icons": [{
|