@sumaris-net/ngx-components 18.5.4-alpha4 → 18.5.5

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.5.4-alpha4",
4
+ "version": "18.5.5",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -39,13 +39,14 @@ export declare class AppInstallUpgradeCard implements OnInit, OnDestroy {
39
39
  showUpgradeWarning: boolean;
40
40
  showOfflineWarning: boolean;
41
41
  showInstallButton: boolean;
42
+ debug: boolean;
42
43
  constructor(configService: ConfigService, toastController: ToastController, alertController: AlertController, translate: TranslateService, cd: ChangeDetectorRef, platform: PlatformService, network: NetworkService, environment: Environment);
43
44
  ngOnInit(): void;
44
45
  ngOnDestroy(): void;
45
46
  download(event: Event, link: InstallAppLink): Promise<void>;
46
47
  openFile(event: Event, link: InstallAppLink): Promise<void>;
47
48
  tryOnline(): Promise<void>;
48
- getPlatformName(platform: 'android' | 'ios' | 'electron'): "" | "Android" | "iOS" | "desktop";
49
+ getPlatformName(platform: 'android' | 'ios' | 'electron'): "" | "desktop" | "Android" | "iOS";
49
50
  asLink(value: any): InstallAppLink;
50
51
  private checkNeedInstallOrUpdate;
51
52
  private getCompatibleInstallLinks;
@@ -58,5 +59,5 @@ export declare class AppInstallUpgradeCard implements OnInit, OnDestroy {
58
59
  private markForCheck;
59
60
  private showToast;
60
61
  static ɵfac: i0.ɵɵFactoryDeclaration<AppInstallUpgradeCard, never>;
61
- static ɵcmp: i0.ɵɵComponentDeclaration<AppInstallUpgradeCard, "app-install-upgrade-card", never, { "isLogin": { "alias": "isLogin"; "required": false; }; "showUpgradeWarning": { "alias": "showUpgradeWarning"; "required": false; }; "showOfflineWarning": { "alias": "showOfflineWarning"; "required": false; }; "showInstallButton": { "alias": "showInstallButton"; "required": false; }; }, {}, never, never, false, never>;
62
+ static ɵcmp: i0.ɵɵComponentDeclaration<AppInstallUpgradeCard, "app-install-upgrade-card", never, { "isLogin": { "alias": "isLogin"; "required": false; }; "showUpgradeWarning": { "alias": "showUpgradeWarning"; "required": false; }; "showOfflineWarning": { "alias": "showOfflineWarning"; "required": false; }; "showInstallButton": { "alias": "showInstallButton"; "required": false; }; "debug": { "alias": "debug"; "required": false; }; }, {}, never, never, false, never>;
62
63
  }
@@ -17,6 +17,7 @@ export declare class AudioProvider extends StartableService<void> {
17
17
  private audioManagement;
18
18
  private _audioType;
19
19
  private _audioMode;
20
+ private _enableAudioManagment;
20
21
  private _assetPathPrefix;
21
22
  private _preloadedSounds;
22
23
  private _htmlAudioCache;
@@ -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.5.4-alpha4",
5
+ "version": "18.5.5",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{