@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/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.27",
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(translate: TranslateService, platform: Platform, storage: Storage, environment: Environment, defaultSettings: LocalSettings, options: LocalSettingsOptions);
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;
@@ -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.27",
5
+ "version": "2.6.29",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{