document.getElementById("sa-basic").addEventListener("click",function(){Swal.fire({title:"Any fool can use a computer",confirmButtonColor:"#038edc"})}),document.getElementById("sa-title").addEventListener("click",function(){Swal.fire({title:"The Internet?",text:"That thing is still around?",icon:"question",confirmButtonColor:"#038edc"})}),document.getElementById("sa-success").addEventListener("click",function(){Swal.fire({title:"Good job!",text:"You clicked the button!",icon:"success",showCancelButton:!0,confirmButtonColor:"#038edc",cancelButtonColor:"#f34e4e"})}),document.getElementById("sa-warning").addEventListener("click",function(){Swal.fire({title:"Are you sure?",text:"You won't be able to revert this!",icon:"warning",showCancelButton:!0,confirmButtonColor:"#51d28c",cancelButtonColor:"#f34e4e",confirmButtonText:"Yes, delete it!"}).then(function(e){e.value&&Swal.fire("Deleted!","Your file has been deleted.","success")})}),document.getElementById("sa-params").addEventListener("click",function(){Swal.fire({title:"Are you sure?",text:"You won't be able to revert this!",icon:"warning",showCancelButton:!0,confirmButtonText:"Yes, delete it!",cancelButtonText:"No, cancel!",confirmButtonClass:"btn btn-success mt-2",cancelButtonClass:"btn btn-danger ms-2 mt-2",buttonsStyling:!1}).then(function(e){e.value?Swal.fire({title:"Deleted!",text:"Your file has been deleted.",icon:"success",confirmButtonColor:"#038edc"}):e.dismiss===Swal.DismissReason.cancel&&Swal.fire({title:"Cancelled",text:"Your imaginary file is safe :)",icon:"error",confirmButtonColor:"#038edc"})})}),document.getElementById("sa-image").addEventListener("click",function(){Swal.fire({title:"Sweet!",text:"Modal with a custom image.",imageUrl:"assets/images/logo-sm.png",imageHeight:40,confirmButtonColor:"#038edc",animation:!1})}),document.getElementById("sa-close").addEventListener("click",function(){var e;Swal.fire({title:"Auto close alert!",html:"I will close in seconds.",timer:2e3,timerProgressBar:!0,didOpen:function(){Swal.showLoading(),e=setInterval(function(){var e,t=Swal.getHtmlContainer();!t||(e=t.querySelector("b"))&&(e.textContent=Swal.getTimerLeft())},100)},onClose:function(){clearInterval(e)}}).then(function(e){e.dismiss===Swal.DismissReason.timer&&console.log("I was closed by the timer")})}),document.getElementById("custom-html-alert").addEventListener("click",function(){Swal.fire({title:"HTML example",icon:"info",html:'You can use bold text, links and other HTML tags',showCloseButton:!0,showCancelButton:!0,confirmButtonClass:"btn btn-success",cancelButtonClass:"btn btn-danger ml-1",confirmButtonColor:"#47bd9a",cancelButtonColor:"#f34e4e",confirmButtonText:' Great!',cancelButtonText:''})}),document.getElementById("sa-position").addEventListener("click",function(){Swal.fire({position:"top-end",icon:"success",title:"Your work has been saved",showConfirmButton:!1,timer:1500})}),document.getElementById("custom-padding-width-alert").addEventListener("click",function(){Swal.fire({title:"Custom width, padding, background.",width:600,padding:100,confirmButtonColor:"#038edc",background:"#fff url(assets/images/auth-bg-2.jpg)"})}),document.getElementById("ajax-alert").addEventListener("click",function(){Swal.fire({title:"Submit email to run ajax request",input:"email",inputPlaceholder:"Enter your email address",showCancelButton:!0,confirmButtonText:"Submit",showLoaderOnConfirm:!0,confirmButtonColor:"#038edc",cancelButtonColor:"#f34e4e",preConfirm:function(n){return new Promise(function(e,t){setTimeout(function(){"taken@example.com"===n?t("This email is already taken."):e()},2e3)})},allowOutsideClick:!1}).then(function(e){Swal.fire({icon:"success",title:"Ajax request finished!",confirmButtonColor:"#038edc",html:"Submitted email: "+e})})});