UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

4 lines 671 B
/*! * KoliBri - The accessible HTML-Standard */ "use strict";function stopPropagation(t){t.stopImmediatePropagation(),t.stopPropagation()}function createKoliBriEvent(t,o){return new CustomEvent(`kol-${t}`,{bubbles:!0,cancelable:!0,composed:!0,detail:o})}function dispatchKoliBriEvent(t,o,e){return t.dispatchEvent(createKoliBriEvent(o,e))}function tryToDispatchKoliBriEvent(t,o,e){o&&dispatchKoliBriEvent(o,t,e)}function preventDefaultAndStopPropagation(t){t.preventDefault(),stopPropagation(t)}exports.preventDefaultAndStopPropagation=preventDefaultAndStopPropagation,exports.stopPropagation=stopPropagation,exports.tryToDispatchKoliBriEvent=tryToDispatchKoliBriEvent;