{"version":3,"file":"js/2732-f55953c06d84d500661a.chunk.js","mappings":"6LAMAA,GAAE,KACA,MAAMC,EAAOD,EAAE,QACf,GAAIC,EAAKC,SAAS,uCACZC,IAAIC,MAAO,CACb,IAAIC,EAAOF,IAAIC,MAAME,OAAOC,cAC5BC,IAAAA,KAAU,CACRC,MAAQ,OAAMN,IAAIC,MAAMK,aACxBC,KAAMP,IAAIC,MAAMO,QAChBN,KAAMA,EACNO,MAAO,IACPC,YAAY,EACZC,QAAS,SACTC,gBAAgB,EAChBC,wBAAwB,EACxBC,mBAAoB,KACpBC,YAAa,CACXC,cAAe,yBAGrB,CASF,GANIlB,EAAKC,SAAS,6BAChBF,EAAE,0BAA0BoB,GAAG,YAAaC,IACxB,KAAdA,EAAEC,SAAkBtB,EAAEqB,EAAEE,QAAQC,QAAQ,QAAQC,QAAS,IAI7DxB,EAAKC,SAAS,0BAA2B,CAC3CF,EAAE,4BAA4B0B,OAAOL,IACnCA,EAAEM,iBACF,MAAMC,EAASP,EAAEQ,cAAcC,QAAQC,KACjCC,EAAYhC,EAAE,4BAEjBA,EAAEgC,GAAWC,OAAOC,OAAS,GAEhCC,MAAO,WAAUP,cACdQ,MAAKC,GAAYA,EAASC,SAC1BF,MAAKC,IACJrC,EAAE,yBAAyBuC,SAAS,UAChCF,EAASG,UACXxC,EAAEgC,GAAWtB,KAAK,IAAI+B,OAAOJ,EAASG,SAAS,GACjD,IAGFE,OAAOC,WAAa,KAAO3C,EAAE,0BAA0B4C,SAAW,KACpE5C,EAAE,mBAAmB6C,YAAY,6CAA6CN,SAAS,aAGzF,MAAMO,EAAeC,SAASC,eAAe,wBACzCF,IAAgBG,EAAAA,EAAAA,IAAQH,GAAeI,IAAQC,EAAAA,EAAAA,IAAchD,IAAIiD,UAAWF,IAAM,CAAEG,UAAU,GACpG,CAEA,GAAIpD,EAAKC,SAAS,2BAA4B,CAC5C,MAAM4C,EAAeC,SAASC,eAAe,kBACzCF,IAAgBG,EAAAA,EAAAA,IAAQH,EAAcQ,EAC5C,KAGF,MAIMA,EAAuBJ,IAC3B,MAAMK,EAAU,GACVC,EAASrD,IAAIqD,OAEnB,GAAIA,EAAQ,CACV,MAAMC,EAAaC,EAAEC,QAAQ,CAAEC,UAAW,uBAAwBC,SAAU,CAAC,GAAI,IAAKC,WAAY,CAAC,GAAI,MAEjGC,EAAO,UAASP,EAAOQ,iCAAiC7D,IAAI8D,aAClEC,EAAAA,EAAAA,IAAsBH,GAAK3B,MAAM+B,IAC/B,GAAIA,GAAuC,iBAApBA,EAAoC,CACzD,MAAMC,EAAeV,EAAEW,OAAO,CAACF,EAAgBG,KAAKC,SAAUJ,EAAgBG,KAAKE,WAAY,CAAEnE,KAAMoD,IAAcgB,MAAMvB,GAC3HK,EAAQmB,KAAKN,GACb,MAAMO,EAASjB,EAAEkB,aAAarB,GAASsB,YACvC3B,EAAI4B,UAAUH,EAAQ,CAAE7D,QAAS,CAAC,GAAI,MACtC,MAAMiE,GAAeC,EAAAA,EAAAA,IAAqBjB,EAAK,CAAEC,GAAIR,EAAOQ,GAAIK,OAAQD,GAAgB,MACxFa,EAAAA,EAAAA,IAAYF,EACd,IAEJ,CAEA,MAAMG,EAAkBxB,EAAEC,QAAQ,CAChCC,UAAW,mBACXC,SAAU,CAAC,GAAI,IACfC,WAAY,CAAC,GAAI,MAGbqB,GAAgBC,EAAAA,EAAAA,IAAgCjF,IAAIkF,MAE1D9B,EAAQmB,KAAKhB,EAAEW,OAAO,CAAClE,IAAImF,YAAYf,SAAUpE,IAAImF,YAAYd,WAAY,CAAEnE,KAAM6E,IAAmBK,UAAUJ,GAAeK,YAAYf,MAAMvB,IACnJ,MAAMyB,EAASjB,EAAEkB,aAAarB,GAASsB,YACvC3B,EAAI4B,UAAUH,EAAQ,CAAE7D,QAAS,CAAC,GAAI,KAAM,C","sources":["webpack://lionwheel/./app/javascript/src/public_pages.js"],"sourcesContent":["import Swal from 'sweetalert2/dist/sweetalert2'\nimport { fetchCurrentLocations } from \"./actions/drivers\";\nimport { renderMarkers, stopPolling, updateDriverPosition } from \"./helpers/leaflet\";\nimport { constructFancyInfoWindowContent } from \"./helpers/visits/popups\";\nimport { initMap } from \"./services/map\";\n\n$(() => {\n const body = $('body')\n if (body.hasClass('public_pages validate_task_details')) {\n if (gon.flash) {\n let icon = gon.flash.status.toLowerCase()\n Swal.fire({\n title: `

${gon.flash.title}

`,\n html: gon.flash.message,\n icon: icon,\n width: 500,\n heightAuto: false,\n padding: '2.5rem',\n buttonsStyling: false,\n stopKeydownPropagation: false,\n confirmButtonColor: null,\n customClass: {\n confirmButton: 'btn btn-primary px-6'\n }\n })\n }\n }\n\n if (body.hasClass('public_pages search_task')) {\n $('#locate_task_public_id').on('keypress', (e) => {\n if (e.keyCode === 13) { $(e.target).closest('form').submit() }\n })\n }\n\n if (body.hasClass('public_pages task_info')) {\n $('#public_task_history_tab').click((e) => {\n e.preventDefault();\n const taskId = e.currentTarget.dataset.task;\n const targetDiv = $('.public_task_es_versions');\n\n if($(targetDiv).text().length > 0) return;\n\n fetch(`/locate/${taskId}/versions`)\n .then(response => response.json())\n .then(response => {\n $('.task-versions-loader').addClass('d-none');\n if (response.versions)\n $(targetDiv).html('').append(response.versions);\n });\n });\n\n if (window.innerWidth < 576 && $('#task_info_tab_content').height() < 125) {\n $('#task_info_card').removeClass('min-h-sm-auto min-vh-100 h-sm-auto vh-100').addClass('h-sm-auto')\n }\n\n const mapContainer = document.getElementById('locate_show_task_map')\n if (mapContainer) { initMap(mapContainer, (map) => renderMarkers(gon.locations, map), { dragging: false }) }\n }\n\n if (body.hasClass('public_pages live_track')) {\n const mapContainer = document.getElementById('live_track_map')\n if (mapContainer) { initMap(mapContainer, liveTrackMapCallback) }\n }\n})\n\nconst formatNumber = (number) => {\n return parseInt(number).toLocaleString();\n}\n\nconst liveTrackMapCallback = map => {\n const markers = []\n const driver = gon.driver\n\n if (driver) {\n const driverIcon = L.divIcon({ className: 'driver-icon blinking', iconSize: [30, 30], iconAnchor: [15, 15] })\n\n const url = `/track/${driver.id}/driver_locations?public_id=${gon.public_id}`\n fetchCurrentLocations(url).then((currentPosition) => {\n if (currentPosition && currentPosition !== 'unauthorized') {\n const driverMarker = L.marker([currentPosition.data.latitude, currentPosition.data.longitude], { icon: driverIcon }).addTo(map)\n markers.push(driverMarker)\n const bounds = L.featureGroup(markers).getBounds()\n map.fitBounds(bounds, { padding: [10, 10] })\n const pollInterval = updateDriverPosition(url, { id: driver.id, marker: driverMarker }, 5000)\n stopPolling(pollInterval)\n }\n })\n }\n\n const destinationIcon = L.divIcon({\n className: 'blue-number-icon',\n iconSize: [29, 47],\n iconAnchor: [15, 47]\n });\n\n const contentString = constructFancyInfoWindowContent(gon.info)\n\n markers.push(L.marker([gon.destination.latitude, gon.destination.longitude], { icon: destinationIcon }).bindPopup(contentString).openPopup().addTo(map))\n const bounds = L.featureGroup(markers).getBounds()\n map.fitBounds(bounds, { padding: [10, 10] })\n}\n"],"names":["$","body","hasClass","gon","flash","icon","status","toLowerCase","Swal","title","html","message","width","heightAuto","padding","buttonsStyling","stopKeydownPropagation","confirmButtonColor","customClass","confirmButton","on","e","keyCode","target","closest","submit","click","preventDefault","taskId","currentTarget","dataset","task","targetDiv","text","length","fetch","then","response","json","addClass","versions","append","window","innerWidth","height","removeClass","mapContainer","document","getElementById","initMap","map","renderMarkers","locations","dragging","liveTrackMapCallback","markers","driver","driverIcon","L","divIcon","className","iconSize","iconAnchor","url","id","public_id","fetchCurrentLocations","currentPosition","driverMarker","marker","data","latitude","longitude","addTo","push","bounds","featureGroup","getBounds","fitBounds","pollInterval","updateDriverPosition","stopPolling","destinationIcon","contentString","constructFancyInfoWindowContent","info","destination","bindPopup","openPopup"],"sourceRoot":""}