@sumaris-net/ngx-components 2.4.103 → 2.4.105

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.4.103",
4
+ "version": "2.4.105",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -62,6 +62,7 @@ export declare class PlatformService extends StartableService {
62
62
  isCordova(): boolean;
63
63
  isAndroidCordova(): boolean;
64
64
  isIOSCordova(): boolean;
65
+ isIOS(): boolean;
65
66
  /**
66
67
  * Is a native App (and NOT a mobile web)
67
68
  */
@@ -37,6 +37,7 @@ export declare class AudioProvider extends StartableService<void> {
37
37
  * @param duration Duration of the vibration in milliseconds.
38
38
  */
39
39
  vibrate(duration?: number | number[]): Promise<void>;
40
+ setAudioMode(mode: AudioManagement.AudioMode): Promise<void>;
40
41
  protected readAudioMode(): Promise<void>;
41
42
  static ɵfac: i0.ɵɵFactoryDeclaration<AudioProvider, [null, { optional: true; }]>;
42
43
  static ɵprov: i0.ɵɵInjectableDeclaration<AudioProvider>;