Server IP : 150.95.80.236 / Your IP : 18.226.200.172 Web Server : Apache System : Linux host-150-95-80-236 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64 User : social-telecare ( 10000) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/pcu.in.th/uat.pcu.in.th/assets/plugins/formvalidation/dist/es6/plugins/ |
Upload File : |
import e from"../core/Plugin";export default class t extends e{constructor(e){super(e);this.opts=Object.assign({},{autoPlay:true},e)}install(){this.fields=Object.keys(this.core.getFields());if(this.opts.autoPlay){this.play()}}play(){return this.animate(0)}animate(e){if(e>=this.fields.length){return Promise.resolve(e)}const t=this.fields[e];const s=this.core.getElements(t)[0];const i=s.getAttribute("type");const r=this.opts.data[t];if("checkbox"===i||"radio"===i){s.checked=true;s.setAttribute("checked","true");return this.core.revalidateField(t).then((t=>this.animate(e+1)))}else if(!r){return this.animate(e+1)}else{return new Promise((i=>new Typed(s,{attr:"value",autoInsertCss:true,bindInputFocusEvents:true,onComplete:()=>{i(e+1)},onStringTyped:(e,i)=>{s.value=r[e];this.core.revalidateField(t)},strings:r,typeSpeed:100}))).then((e=>this.animate(e)))}}}