Files
doneit-web/.angular/cache/14.2.12/babel-webpack/91a368152a6a123a660038ba8c300ad7.json
T
Eudes Inácio 53b71ea16f its working
2023-06-30 09:54:21 +01:00

1 line
3.3 KiB
JSON

{"ast":null,"code":"import { WebPlugin } from '@capacitor/core';\nimport { VoiceRecorderImpl } from './VoiceRecorderImpl';\nexport class VoiceRecorderWeb extends WebPlugin {\n constructor() {\n super(...arguments);\n this.voiceRecorderInstance = new VoiceRecorderImpl();\n }\n canDeviceVoiceRecord() {\n return VoiceRecorderImpl.canDeviceVoiceRecord();\n }\n hasAudioRecordingPermission() {\n return VoiceRecorderImpl.hasAudioRecordingPermission();\n }\n requestAudioRecordingPermission() {\n return VoiceRecorderImpl.requestAudioRecordingPermission();\n }\n startRecording() {\n return this.voiceRecorderInstance.startRecording();\n }\n stopRecording() {\n return this.voiceRecorderInstance.stopRecording();\n }\n pauseRecording() {\n return this.voiceRecorderInstance.pauseRecording();\n }\n resumeRecording() {\n return this.voiceRecorderInstance.resumeRecording();\n }\n getCurrentStatus() {\n return this.voiceRecorderInstance.getCurrentStatus();\n }\n}","map":{"version":3,"names":["WebPlugin","VoiceRecorderImpl","VoiceRecorderWeb","constructor","arguments","voiceRecorderInstance","canDeviceVoiceRecord","hasAudioRecordingPermission","requestAudioRecordingPermission","startRecording","stopRecording","pauseRecording","resumeRecording","getCurrentStatus"],"sources":["C:/Users/eudes.inacio/GabineteDigital/gabinete-digital-fo/node_modules/capacitor-voice-recorder/dist/esm/web.js"],"sourcesContent":["import { WebPlugin } from '@capacitor/core';\nimport { VoiceRecorderImpl } from './VoiceRecorderImpl';\nexport class VoiceRecorderWeb extends WebPlugin {\n constructor() {\n super(...arguments);\n this.voiceRecorderInstance = new VoiceRecorderImpl();\n }\n canDeviceVoiceRecord() {\n return VoiceRecorderImpl.canDeviceVoiceRecord();\n }\n hasAudioRecordingPermission() {\n return VoiceRecorderImpl.hasAudioRecordingPermission();\n }\n requestAudioRecordingPermission() {\n return VoiceRecorderImpl.requestAudioRecordingPermission();\n }\n startRecording() {\n return this.voiceRecorderInstance.startRecording();\n }\n stopRecording() {\n return this.voiceRecorderInstance.stopRecording();\n }\n pauseRecording() {\n return this.voiceRecorderInstance.pauseRecording();\n }\n resumeRecording() {\n return this.voiceRecorderInstance.resumeRecording();\n }\n getCurrentStatus() {\n return this.voiceRecorderInstance.getCurrentStatus();\n }\n}\n"],"mappings":"AAAA,SAASA,SAAS,QAAQ,iBAAiB;AAC3C,SAASC,iBAAiB,QAAQ,qBAAqB;AACvD,OAAO,MAAMC,gBAAgB,SAASF,SAAS,CAAC;EAC5CG,WAAWA,CAAA,EAAG;IACV,KAAK,CAAC,GAAGC,SAAS,CAAC;IACnB,IAAI,CAACC,qBAAqB,GAAG,IAAIJ,iBAAiB,CAAC,CAAC;EACxD;EACAK,oBAAoBA,CAAA,EAAG;IACnB,OAAOL,iBAAiB,CAACK,oBAAoB,CAAC,CAAC;EACnD;EACAC,2BAA2BA,CAAA,EAAG;IAC1B,OAAON,iBAAiB,CAACM,2BAA2B,CAAC,CAAC;EAC1D;EACAC,+BAA+BA,CAAA,EAAG;IAC9B,OAAOP,iBAAiB,CAACO,+BAA+B,CAAC,CAAC;EAC9D;EACAC,cAAcA,CAAA,EAAG;IACb,OAAO,IAAI,CAACJ,qBAAqB,CAACI,cAAc,CAAC,CAAC;EACtD;EACAC,aAAaA,CAAA,EAAG;IACZ,OAAO,IAAI,CAACL,qBAAqB,CAACK,aAAa,CAAC,CAAC;EACrD;EACAC,cAAcA,CAAA,EAAG;IACb,OAAO,IAAI,CAACN,qBAAqB,CAACM,cAAc,CAAC,CAAC;EACtD;EACAC,eAAeA,CAAA,EAAG;IACd,OAAO,IAAI,CAACP,qBAAqB,CAACO,eAAe,CAAC,CAAC;EACvD;EACAC,gBAAgBA,CAAA,EAAG;IACf,OAAO,IAAI,CAACR,qBAAqB,CAACQ,gBAAgB,CAAC,CAAC;EACxD;AACJ"},"metadata":{},"sourceType":"module"}