multiple-select-vanilla
Version:
This lib allows you to select multiple elements with checkboxes
3 lines (2 loc) • 932 B
JavaScript
var o=Object.defineProperty;var r=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var i=Object.prototype.hasOwnProperty;var p=(l,e)=>{for(var a in e)o(l,a,{get:e[a],enumerable:!0})},m=(l,e,a,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of u(e))!i.call(l,t)&&t!==a&&o(l,t,{get:()=>e[t],enumerable:!(s=r(e,t))||s.enumerable});return l};var S=l=>m(o({},"__esModule",{value:!0}),l);var f={};p(f,{Hungarian:()=>n,default:()=>d});module.exports=S(f);var c=typeof window<"u"&&window.multipleSelect!==void 0?window.multipleSelect:{locales:{}},n={formatSelectAll(){return"[\xD6sszes kiv\xE1laszt\xE1sa]"},formatAllSelected(){return"\xD6sszes kiv\xE1lasztva"},formatCountSelected(l,e){return`${l} / ${e} kiv\xE1lasztva`},formatNoMatchesFound(){return"Nincs tal\xE1lat"},formatOkButton(){return"Bez\xE1r"}};c.locales["hu-HU"]=n;var d=c.locales;
//# sourceMappingURL=multiple-select-hu-HU.cjs.map
;