UNPKG

@public-ui/components

Version:

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

4 lines 743 B
/*! * KoliBri - The accessible HTML-Standard */ "use strict";function createKoliBriEvent(e,o){return new CustomEvent(e,{bubbles:!0,cancelable:!0,composed:!0,detail:o})}function dispatchDomEvent(e,o,t){e.dispatchEvent(createKoliBriEvent(o,t))}exports.KolEvent=void 0,function(e){e.blur="kolBlur",e.change="kolChange",e.changePage="kolChangePage",e.changePageSize="kolChangePageSize",e.click="kolClick",e.close="kolClose",e.focus="kolFocus",e.input="kolInput",e.mousedown="kolMousedown",e.reset="kolReset",e.select="kolSelect",e.selectionChange="kolSelectionChange",e.sort="kolSort",e.submit="kolSubmit",e.toggle="kolToggle",e.settingsChange="settingsChange"}(exports.KolEvent||(exports.KolEvent={})),exports.dispatchDomEvent=dispatchDomEvent;