multiple-select-vanilla
Version:
This lib allows you to select multiple elements with checkboxes
3 lines (2 loc) • 433 B
JavaScript
var e=typeof window<"u"&&window.multipleSelect!==void 0?window.multipleSelect:{locales:{}},o={formatSelectAll(){return"[Select all]"},formatAllSelected(){return"All selected"},formatCountSelected(l,t){return`${l} of ${t} selected`},formatNoMatchesFound(){return"No matches found"},formatOkButton(){return"OK"}};e.locales["en-US"]=o;var c=e.locales;export{o as English,c as default};
//# sourceMappingURL=multiple-select-en-US.js.map