@sumaris-net/ngx-components 18.5.4 → 18.5.6

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",
4
+ "version": "18.5.6",
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
  }
@@ -64,6 +64,7 @@ export declare class PlatformService extends StartableService {
64
64
  isCordova(): boolean;
65
65
  isAndroidCordova(): boolean;
66
66
  isIOSCordova(): boolean;
67
+ isAndroid(): boolean;
67
68
  isIOS(): boolean;
68
69
  /**
69
70
  * Is a native App (and NOT a mobile web)
@@ -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;
@@ -17,7 +17,7 @@ export interface InputElement extends FocusableElement {
17
17
  }
18
18
  export declare function isInputElement(object: any): object is InputElement;
19
19
  export declare function asInputElement<T = any>(object: ElementRef<T>): InputElement | undefined;
20
- export declare function tabindexComparator(a: InputElement, b: InputElement): 0 | 1 | -1;
20
+ export declare function tabindexComparator(a: InputElement, b: InputElement): 1 | 0 | -1;
21
21
  export interface CanGainFocusOptions {
22
22
  minTabindex?: number;
23
23
  maxTabindex?: number;
@@ -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",
5
+ "version": "18.5.6",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{