{"version":3,"file":"popups-482f7493.js","sources":["../../../Client/src/modules/core/utilities/popups.ts"],"sourcesContent":["export function openCenteredPopup (url: string, windowName: string, width: number, height: number) {\r\n const leftPosition = (window.screen.width / 2) - ((width / 2) + 10);\r\n const topPosition = (window.screen.height / 2) - ((height / 2) + 50);\r\n return window.open(\r\n url,\r\n windowName,\r\n \"status=no,height=\" + height + \",width=\" + width + \",resizable=yes,left=\"\r\n + leftPosition + \",top=\" + topPosition + \",screenX=\" + leftPosition + \",screenY=\"\r\n + topPosition + \",toolbar=no,menubar=no,scrollbars=no,location=no,directories=no\"\r\n );\r\n}"],"names":["openCenteredPopup","url","windowName","width","height","leftPosition","topPosition"],"mappings":"AAAO,SAASA,EAAmBC,EAAaC,EAAoBC,EAAeC,EAAgB,CAC/F,MAAMC,EAAgB,OAAO,OAAO,MAAQ,GAAOF,EAAQ,EAAK,IAC1DG,EAAe,OAAO,OAAO,OAAS,GAAOF,EAAS,EAAK,IACjE,OAAO,OAAO,KACVH,EACAC,EACA,oBAAsBE,EAAS,UAAYD,EAAQ,uBACjDE,EAAe,QAAUC,EAAc,YAAcD,EAAe,YACpEC,EAAc,iEAAA,CAExB"}