{"version":3,"file":"common.fef02142eecc509b.js","mappings":"qIAEA,SAASA,EAAqBC,EAAcC,GACxC,OAAOA,EAAY,GAAEA,KAAYD,KAAa,EAAIE,KAAaF,EACnE,mCCJA,MAAMG,EACF,eAAOC,CAASC,EAAKC,EAAGC,EAAeC,GAC/BD,IACI,IAAU,wBAAwBE,KAAKJ,GACvCK,KAAKC,oBAAoBN,EAAKE,EAAeC,EAAeF,GAIpEM,SAASC,KAAOR,CACpB,CACA,0BAAOM,CAAoBN,EAAKE,EAAeC,EAAeF,GAK1D,GAJIA,IACAA,EAAEQ,iBACFR,EAAES,oBAEF,IAAU,wBAAwBN,KAAKJ,GAAM,CAC7C,GAAIG,EAEA,YADAA,EAAcQ,IAAI,IAAMT,EAAcU,cAAcZ,IAGxDE,EAAcU,cAAcZ,EAChC,CACAO,SAASC,KAAOR,CACpB","names":["getAssetRelativePath","relativePath","basePath","getAssetPath","RoutingHelpers","navigate","url","e","angularRouter","angularNgZone","test","this","navigateWithAngular","location","href","preventDefault","stopPropagation","run","navigateByUrl"],"ignoreList":[],"sourceRoot":"webpack:///","sources":["./node_modules/@coso/layout/dist/esm/relativepath-helper-948108b1.js","./node_modules/@coso/layout/dist/esm/routing-helpers-c737a977.js"],"sourcesContent":["import { g as getAssetPath } from './index-0859a102.js';\n\nfunction getAssetRelativePath(relativePath, basePath) {\n return basePath ? `${basePath}/${relativePath}` : getAssetPath(relativePath);\n}\n\nexport { getAssetRelativePath as g };\n\n","class RoutingHelpers {\n static navigate(url, e, angularRouter, angularNgZone) {\n if (angularRouter) {\n if (false === /^http(?:s)?:\\/{2}\\S+$/.test(url)) {\n this.navigateWithAngular(url, angularRouter, angularNgZone, e);\n return;\n }\n }\n location.href = url;\n }\n static navigateWithAngular(url, angularRouter, angularNgZone, e) {\n if (e) {\n e.preventDefault();\n e.stopPropagation();\n }\n if (false === /^http(?:s)?:\\/{2}\\S+$/.test(url)) {\n if (angularNgZone) {\n angularNgZone.run(() => angularRouter.navigateByUrl(url));\n return;\n }\n angularRouter.navigateByUrl(url);\n }\n location.href = url;\n }\n}\n\nexport { RoutingHelpers as R };\n\n"],"x_google_ignoreList":[0,1]}