���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/thietkeweb2/layout/default/node_modules/sweetalert2/src/staticMethods/ |
import * as domUtils from '../utils/dom/domUtils.js' import * as dom from '../utils/dom/index.js' export { getContainer, getPopup, getTitle, getHtmlContainer, getImage, getIcon, getIconContent, getInputLabel, getCloseButton, getActions, getConfirmButton, getDenyButton, getCancelButton, getLoader, getFooter, getTimerProgressBar, getFocusableElements, getValidationMessage, getProgressSteps, isLoading, } from '../utils/dom/index.js' /* * Global function to determine if SweetAlert2 popup is shown */ export const isVisible = () => { return domUtils.isVisible(dom.getPopup()) } /* * Global function to click 'Confirm' button */ export const clickConfirm = () => dom.getConfirmButton() && dom.getConfirmButton().click() /* * Global function to click 'Deny' button */ export const clickDeny = () => dom.getDenyButton() && dom.getDenyButton().click() /* * Global function to click 'Cancel' button */ export const clickCancel = () => dom.getCancelButton() && dom.getCancelButton().click()