{"version":3,"file":"index-9lWge9nl.js","sources":["../../../app/frontend/entrypoints/controllers/wms/index.ts"],"sourcesContent":["\nimport WMSHome from \"./home\";\nimport WMSHeader from \"./header\";\nimport WMSPicking from \"./picking\";\n\n\nconst path = document.body.getAttribute(\"data-current-path\")\nif (path && path.indexOf('wms') !== -1) {\n new WMSHeader()\n}\nif (path && path === \"wms/home\") {\n const action = document.body.getAttribute(\"data-current-action\")\n if (action === \"index\") {\n new WMSHome();\n }\n}\nif (path && path === \"wms/picking\") {\n const action = document.body.getAttribute(\"data-current-action\")\n if (action === \"show\") {\n new WMSPicking();\n }\n}\n"],"names":[],"mappings":";;;;;;;;;;;;;AAMA,MAAM,OAAO,SAAS,KAAK,aAAa,mBAAmB;AAC3D,IAAI,QAAQ,KAAK,QAAQ,KAAK,MAAM,IAAI;AACpC,MAAI,UAAU;AAClB;AACA,IAAI,QAAQ,SAAS,YAAY;AAC7B,QAAM,SAAS,SAAS,KAAK,aAAa,qBAAqB;AAC/D,MAAI,WAAW,SAAS;AACpB,QAAI,QAAQ;AAAA,EAChB;AACJ;AACA,IAAI,QAAQ,SAAS,eAAe;AAChC,QAAM,SAAS,SAAS,KAAK,aAAa,qBAAqB;AAC/D,MAAI,WAAW,QAAQ;AACnB,QAAI,WAAW;AAAA,EACnB;AACJ;"}