1234567891011121314151617181920212223242526 |
- 'use strict';
- Object.defineProperty(exports, '__esModule', { value: true });
- const index = require('./index-d7f36e37.js');
- /*
- Stencil Client Patch Browser v3.4.0 | MIT Licensed | https://stenciljs.com
- */
- const patchBrowser = () => {
- const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('ionicpwaelements.cjs.js', document.baseURI).href));
- const opts = {};
- // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.
- if (importMeta !== '') {
- opts.resourcesUrl = new URL('.', importMeta).href;
- // TODO(STENCIL-661): Remove code related to the dynamic import shim
- // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.
- }
- return index.promiseResolve(opts);
- };
- patchBrowser().then(options => {
- return index.bootstrapLazy([["pwa-camera-modal.cjs",[[1,"pwa-camera-modal",{"facingMode":[1,"facing-mode"],"hidePicker":[4,"hide-picker"],"present":[64],"dismiss":[64]}]]],["pwa-action-sheet.cjs",[[1,"pwa-action-sheet",{"header":[1],"cancelable":[4],"options":[16],"open":[32]}]]],["pwa-toast.cjs",[[1,"pwa-toast",{"message":[1],"duration":[2],"closing":[32]}]]],["pwa-camera.cjs",[[1,"pwa-camera",{"facingMode":[1,"facing-mode"],"handlePhoto":[16],"hidePicker":[4,"hide-picker"],"handleNoDeviceError":[16],"noDevicesText":[1,"no-devices-text"],"noDevicesButtonText":[1,"no-devices-button-text"],"photo":[32],"photoSrc":[32],"showShutterOverlay":[32],"flashIndex":[32],"hasCamera":[32],"rotation":[32],"deviceError":[32]}]]],["pwa-camera-modal-instance.cjs",[[1,"pwa-camera-modal-instance",{"facingMode":[1,"facing-mode"],"hidePicker":[4,"hide-picker"],"noDevicesText":[1,"no-devices-text"],"noDevicesButtonText":[1,"no-devices-button-text"]},[[16,"keyup","handleBackdropKeyUp"]]]]]], options);
- });
- exports.setNonce = index.setNonce;
|