simple-circular-progress
Version:
Simple circular progress bar to be use in ionic, Angular and React
20 lines (16 loc) • 937 B
JavaScript
;
const index = require('./index-e998fb5c.js');
/*
Stencil Client Patch Browser v2.3.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('simple-circular-progress.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([["simple-circular-progress.cjs",[[1,"simple-circular-progress",{"progressPercentage":[1,"progress-percentage"],"progressColor":[1,"progress-color"],"progressStrokeColor":[1,"progress-stroke-color"],"label":[1],"labelFontSize":[1,"label-font-size"],"hideLabel":[4,"hide-label"]}]]]], options);
});