@planbgmbh/flinkey-web-components
Version:
This project provides some Web Components built for usage in combination with the flinkey API.
20 lines (16 loc) • 763 B
JavaScript
;
const index = require('./index-73aa23d8.js');
/*
Stencil Client Patch Browser v2.13.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('flinkey-web-components.cjs.js', document.baseURI).href));
const opts = {};
if (importMeta !== '') {
opts.resourcesUrl = new URL('.', importMeta).href;
}
return index.promiseResolve(opts);
};
patchBrowser().then(options => {
return index.bootstrapLazy([["flinkey-keyfob-catalog.cjs",[[1,"flinkey-keyfob-catalog",{"brands":[32],"keys":[32],"dropdownOpen":[32]}]]]], options);
});