@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/esm2020/src/app/core/install/install-upgrade-card.component.mjs +4 -4
- package/esm2020/src/app/core/services/platform.service.mjs +13 -7
- package/esm2020/src/app/core/services/storage/entities-storage.service.mjs +4 -3
- package/esm2020/src/app/shared/audio/audio.mjs +19 -1
- package/fesm2015/sumaris-net.ngx-components.mjs +39 -12
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +36 -11
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/services/platform.service.d.ts +1 -0
- package/src/app/shared/audio/audio.d.ts +1 -0
package/package.json
CHANGED
|
@@ -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>;
|