{"version":3,"file":"Url-D6G-U4NB.js","sources":["../../../frontend/src/Utils/Url.ts"],"sourcesContent":["import qs from 'qs';\n\nexport const updateQueryParams = (filters: any) => {\n if (filters && Object.keys(filters).length) {\n return window.history.replaceState(\n null,\n '',\n `${window.location.pathname}?${qs.stringify(filters, {\n arrayFormat: 'brackets',\n })}`,\n );\n }\n\n return window.history.replaceState(null, '', window.location.pathname);\n};\n\nexport const getQueryParams = (location: any) => qs.parse((location.search || '').slice(1));\n"],"names":["updateQueryParams","filters","Object","keys","length","window","history","replaceState","concat","location","pathname","qs","stringify","arrayFormat","getQueryParams","parse","search","slice"],"mappings":"8CAEaA,IAAAA,EAAoB,SAACC,EAAiB,CACjD,OAAIA,GAAWC,OAAOC,KAAKF,CAAO,EAAEG,OAC3BC,OAAOC,QAAQC,aACpB,KACA,GAAE,GAAAC,OACCH,OAAOI,SAASC,SAAQF,GAAAA,EAAAA,OAAIG,EAAGC,UAAUX,EAAS,CACnDY,YAAa,UACd,CAAA,CAAC,CACJ,EAGKR,OAAOC,QAAQC,aAAa,KAAM,GAAIF,OAAOI,SAASC,QAAQ,CACvE,EAEaI,EAAiB,SAACL,EAAa,CAAA,OAAKE,EAAGI,OAAON,EAASO,QAAU,IAAIC,MAAM,CAAC,CAAC,CAAC"}