@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
36 lines (31 loc) • 949 B
JavaScript
/*!
* KoliBri - The accessible HTML-Standard
*/
;
var common = require('./common-DPb6NWR4.js');
var index = require('./index-BrhW8s5h.js');
var appGlobalScript = () => {
index.setMode((elm) => {
try {
if (elm.shadowRoot instanceof ShadowRoot) {
common.de(elm, common.w(elm));
}
}
catch (_a) {
}
return 'default';
});
Promise.resolve().then(function () { return require('./devtools-ZghKOdoO.js'); })
.then((devTools) => {
if (typeof devTools === 'object' && devTools !== null && typeof devTools.initialize === 'function') {
devTools.initialize();
}
})
.catch((error) => {
common.Log.error(error);
});
};
const globalScripts = appGlobalScript;
exports.globalScripts = globalScripts;
//# sourceMappingURL=app-globals-CZOtDmo2.js.map
//# sourceMappingURL=app-globals-CZOtDmo2.js.map