{"version":3,"sources":["webpack:///./plugins/drawer/js/drawer.js","webpack:///./plugins/slide/js/slide.js"],"names":["menu","UX","control","_toConsumableArray","document","querySelectorAll","forEach","link","addEventListener","e","url","getAttribute","location","href","slide","setBackLabel","icon","$toggle","data","$back","html","concat"],"mappings":"+GAEMA,G,OAAOC,GAAGD,MACTE,EAAWF,EAAXE,QACPF,EAAKE,QAAU,WACXA,IACAC,IAAIC,SAASC,iBAAiB,uCAAuCC,SAAQ,SAAAC,GACzEA,EAAKC,iBAAiB,SAAS,SAAAC,GAC3B,IAAMC,EAAMH,EAAKI,aAAa,QAClB,MAARD,IAGJE,SAASC,KAAOH,W,iCCZ5B,QAEA,SAAWT,GACPA,EAAGa,MAAMC,aAAe,WACpB,IAAIC,EAAO,kBACPf,EAAGa,MAAMG,QAAQC,KAAK,UACtBF,EAAOf,EAAGa,MAAMG,QAAQC,KAAK,SAEjCjB,EAAGa,MAAMK,MAAMC,KAAK,aAADC,OAAcL,EAAI,+BAN7C,CAQGf","file":"js/lazy-imports-ddaeb9d88b1a2e56e5ec.js","sourcesContent":["import 'ui-theme/plugins/drawer/js/drawer';\n\nconst menu = UX.menu;\nconst {control} = menu;\nmenu.control = () => {\n control();\n [...document.querySelectorAll('.header .menubar .dropdown__toggle')].forEach(link => {\n link.addEventListener('click', e => {\n const url = link.getAttribute('href');\n if (url === '#') {\n return;\n }\n location.href = url;\n });\n });\n};\n","import 'ui-theme/plugins/slide/js/slide';\n\n(function (UX) {\n UX.slide.setBackLabel = function () {\n let icon = 'icon-arrow_left';\n if (UX.slide.$toggle.data('icon')) {\n icon = UX.slide.$toggle.data('icon');\n }\n UX.slide.$back.html(``);\n };\n})(UX);\n"],"sourceRoot":""}