{"version":3,"file":"cms.local_storage.min.js","sources":["cms.local_storage.js"],"sourcesContent":["(function(w) {\r\n w.saveToLocalStorage = function (key, value) {\r\n if (key && ('localStorage' in w) && w['localStorage'] !== null) {\r\n w.localStorage.setItem(key, value);\r\n }\r\n };\r\n\r\n w.getFromLocalStorage = function (key) {\r\n return ('localStorage' in w) && w['localStorage'] !== null ? w.localStorage.getItem(key) : null;\r\n };\r\n\r\n w.removeFromLocalStorage = function (key) {\r\n if (('localStorage' in w) && w['localStorage'] !== null) {\r\n w.localStorage.removeItem(key);\r\n }\r\n };\r\n\r\n w.getAllFromLocalStorage = function () {\r\n const keys = [];\r\n\r\n for (var i = 0, len = localStorage.length; i < len; ++i) {\r\n keys.push(localStorage.key(i));\r\n }\r\n\r\n return keys;\r\n };\r\n\r\n w.getAllByPrefixFromLocalStorage = function (prefix) {\r\n const prefixedKeys = [];\r\n\r\n if (!prefix) { return prefixedKeys };\r\n\r\n for (let i = 0, len = localStorage.length; i < len; ++i) {\r\n const key = localStorage.key(i);\r\n\r\n if (key && key.indexOf(prefix) === 0) {\r\n prefixedKeys.push(key);\r\n }\r\n }\r\n\r\n return prefixedKeys;\r\n };\r\n\r\n w.removeByPrefixFromLocalStorage = function (prefix) {\r\n const prefixedKeys = w.getAllByPrefixFromLocalStorage(prefix);\r\n\r\n prefixedKeys.forEach(function (key) {\r\n w.removeFromLocalStorage(key);\r\n });\r\n };\r\n\r\n})(window);"],"names":["w","saveToLocalStorage","key","value","localStorage","setItem","getFromLocalStorage","getItem","removeFromLocalStorage","removeItem","getAllFromLocalStorage","keys","i","len","length","push","getAllByPrefixFromLocalStorage","prefix","prefixedKeys","let","indexOf","removeByPrefixFromLocalStorage","forEach","window"],"mappings":"CAAA,SAAUA,GACNA,EAAEC,mBAAqB,SAAUC,EAAKC,GAC9BD,GAAQ,iBAAkBF,GAA4B,OAAtBA,EAAgB,cAChDA,EAAEI,aAAaC,QAAQH,EAAKC,IAIpCH,EAAEM,oBAAsB,SAAUJ,GAC9B,MAAQ,iBAAkBF,GAA4B,OAAtBA,EAAgB,aAAaA,EAAEI,aAAaG,QAAQL,GAAO,MAG/FF,EAAEQ,uBAAyB,SAAUN,GAC5B,iBAAkBF,GAA4B,OAAtBA,EAAgB,cACzCA,EAAEI,aAAaK,WAAWP,IAIlCF,EAAEU,uBAAyB,WACvB,MAAMC,EAAO,GAEb,IAAK,IAAIC,EAAI,EAAGC,EAAMT,aAAaU,OAAQF,EAAIC,IAAOD,EAClDD,EAAKI,KAAKX,aAAaF,IAAIU,IAG/B,OAAOD,GAGXX,EAAEgB,+BAAiC,SAAUC,GACzC,MAAMC,EAAe,GAErB,IAAKD,EAAU,OAAOC,EAEtB,IAAKC,IAAIP,EAAI,EAAGC,EAAMT,aAAaU,OAAQF,EAAIC,IAAOD,EAAG,CACrD,MAAMV,EAAME,aAAaF,IAAIU,GAEzBV,GAA+B,IAAxBA,EAAIkB,QAAQH,IACnBC,EAAaH,KAAKb,GAI1B,OAAOgB,GAGXlB,EAAEqB,+BAAiC,SAAUJ,GACzC,MAAMC,EAAelB,EAAEgB,+BAA+BC,GAEtDC,EAAaI,QAAQ,SAAUpB,GAC3BF,EAAEQ,uBAAuBN,MA/CrC,CAmDGqB"}