OwlCyberSecurity - MANAGER
Edit File: 1940.js
(self.webpackChunkcore_bundle=self.webpackChunkcore_bundle||[]).push([[1940],{21940:function(e,t,a){var n,r,o,i;function s(e){return(s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}a(96253),a(66108),a(21466),a(51876),a(59357),a(50110),a(19371),a(52310),a(83946),a(45177),a(95767),a(39115),a(56997),a(91181),function(){"use strict";var e,t,a,n,r;r=864e5,e=function(e,t){return"string"==typeof e&&"string"==typeof t&&e.toLowerCase()===t.toLowerCase()},t=function(e,a,n){var r=n||"0",o=e.toString();return o.length<a?t(r+o,a):o},a=function(e){var t,n;for(e=e||{},t=1;t<arguments.length;t++)if(n=arguments[t])for(var r in n)n.hasOwnProperty(r)&&("object"===s(n[r])?a(e[r],n[r]):e[r]=n[r]);return e},n={dateSettings:{days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],daysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],meridiem:["AM","PM"],ordinal:function(e){var t=e%10,a={1:"st",2:"nd",3:"rd"};return 1!==Math.floor(e%100/10)&&a[t]?a[t]:"th"}},separators:/[ \-+\/\.T:@]/g,validParts:/[dDjlNSwzWFmMntLoYyaABgGhHisueTIOPZcrU]/g,intParts:/[djwNzmnyYhHgGis]/g,tzParts:/\b(?:[PMCEA][SDP]T|(?:Pacific|Mountain|Central|Eastern|Atlantic) (?:Standard|Daylight|Prevailing) Time|(?:GMT|UTC)(?:[-+]\d{4})?)\b/g,tzClip:/[^-+\dA-Z]/g},(i=function(e){var t=this,r=a(n,e);t.dateSettings=r.dateSettings,t.separators=r.separators,t.validParts=r.validParts,t.intParts=r.intParts,t.tzParts=r.tzParts,t.tzClip=r.tzClip}).prototype={constructor:i,parseDate:function(t,a){var n,r,o,i,s,d,u,l,f,c,h=this,m=!1,g=!1,p=h.dateSettings,y={date:null,year:null,month:null,day:null,hour:0,min:0,sec:0};if(t){if(t instanceof Date)return t;if("number"==typeof t)return new Date(t);if("U"===a)return(o=parseInt(t))?new Date(1e3*o):t;if("string"!=typeof t)return"";if(!(n=a.match(h.validParts))||0===n.length)throw new Error("Invalid date format definition.");for(r=t.replace(h.separators,"\0").split("\0"),o=0;o<r.length;o++)switch(i=r[o],s=parseInt(i),n[o]){case"y":case"Y":2===(f=i.length)?y.year=parseInt((s<70?"20":"19")+i):4===f&&(y.year=s),m=!0;break;case"m":case"n":case"M":case"F":isNaN(i)?((d=p.monthsShort.indexOf(i))>-1&&(y.month=d+1),(d=p.months.indexOf(i))>-1&&(y.month=d+1)):s>=1&&s<=12&&(y.month=s),m=!0;break;case"d":case"j":s>=1&&s<=31&&(y.day=s),m=!0;break;case"g":case"h":c=r[u=n.indexOf("a")>-1?n.indexOf("a"):n.indexOf("A")>-1?n.indexOf("A"):-1],u>-1?(l=e(c,p.meridiem[0])?0:e(c,p.meridiem[1])?12:-1,s>=1&&s<=12&&l>-1?y.hour=s+l:s>=0&&s<=23&&(y.hour=s)):s>=0&&s<=23&&(y.hour=s),g=!0;break;case"G":case"H":s>=0&&s<=23&&(y.hour=s),g=!0;break;case"i":s>=0&&s<=59&&(y.min=s),g=!0;break;case"s":s>=0&&s<=59&&(y.sec=s),g=!0}if(!0===m&&y.year&&y.month&&y.day)y.date=new Date(y.year,y.month-1,y.day,y.hour,y.min,y.sec,0);else{if(!0!==g)return!1;y.date=new Date(0,0,0,y.hour,y.min,y.sec,0)}return y.date}},guessDate:function(e,t){if("string"!=typeof e)return e;var a,n,r,o,i=e.replace(this.separators,"\0").split("\0"),s=t.match(this.validParts),d=new Date,u=0;if(!/^[djmn]/g.test(s[0]))return e;for(n=0;n<i.length;n++){switch(u=2,r=i[n],o=parseInt(r.substr(0,2)),n){case 0:"m"===s[0]||"n"===s[0]?d.setMonth(o-1):d.setDate(o);break;case 1:"m"===s[0]||"n"===s[0]?d.setDate(o):d.setMonth(o-1);break;case 2:a=d.getFullYear(),r.length<4?(d.setFullYear(parseInt(a.toString().substr(0,4-r.length)+r)),u=r.length):(d.setFullYear=parseInt(r.substr(0,4)),u=4);break;case 3:d.setHours(o);break;case 4:d.setMinutes(o);break;case 5:d.setSeconds(o)}r.substr(u).length>0&&i.splice(n+1,0,r.substr(u))}return d},parseFormat:function(e,a){var n,o=this,i=o.dateSettings,s=/\\?(.?)/gi,d=function(e,t){return n[e]?n[e]():t};return n={d:function(){return t(n.j(),2)},D:function(){return i.daysShort[n.w()]},j:function(){return a.getDate()},l:function(){return i.days[n.w()]},N:function(){return n.w()||7},w:function(){return a.getDay()},z:function(){var e=new Date(n.Y(),n.n()-1,n.j()),t=new Date(n.Y(),0,1);return Math.round((e-t)/r)},W:function(){var e=new Date(n.Y(),n.n()-1,n.j()-n.N()+3),a=new Date(e.getFullYear(),0,4);return t(1+Math.round((e-a)/r/7),2)},F:function(){return i.months[a.getMonth()]},m:function(){return t(n.n(),2)},M:function(){return i.monthsShort[a.getMonth()]},n:function(){return a.getMonth()+1},t:function(){return new Date(n.Y(),n.n(),0).getDate()},L:function(){var e=n.Y();return e%4==0&&e%100!=0||e%400==0?1:0},o:function(){var e=n.n(),t=n.W();return n.Y()+(12===e&&t<9?1:1===e&&t>9?-1:0)},Y:function(){return a.getFullYear()},y:function(){return n.Y().toString().slice(-2)},a:function(){return n.A().toLowerCase()},A:function(){var e=n.G()<12?0:1;return i.meridiem[e]},B:function(){var e=3600*a.getUTCHours(),n=60*a.getUTCMinutes(),r=a.getUTCSeconds();return t(Math.floor((e+n+r+3600)/86.4)%1e3,3)},g:function(){return n.G()%12||12},G:function(){return a.getHours()},h:function(){return t(n.g(),2)},H:function(){return t(n.G(),2)},i:function(){return t(a.getMinutes(),2)},s:function(){return t(a.getSeconds(),2)},u:function(){return t(1e3*a.getMilliseconds(),6)},e:function(){return/\((.*)\)/.exec(String(a))[1]||"Coordinated Universal Time"},T:function(){return(String(a).match(o.tzParts)||[""]).pop().replace(o.tzClip,"")||"UTC"},I:function(){return new Date(n.Y(),0)-Date.UTC(n.Y(),0)!=new Date(n.Y(),6)-Date.UTC(n.Y(),6)?1:0},O:function(){var e=a.getTimezoneOffset(),n=Math.abs(e);return(e>0?"-":"+")+t(100*Math.floor(n/60)+n%60,4)},P:function(){var e=n.O();return e.substr(0,3)+":"+e.substr(3,2)},Z:function(){return 60*-a.getTimezoneOffset()},c:function(){return"Y-m-d\\TH:i:sP".replace(s,d)},r:function(){return"D, d M Y H:i:s O".replace(s,d)},U:function(){return a.getTime()/1e3||0}},d(e,e)},formatDate:function(e,t){var a,n,r,o,i,s=this,d="";if("string"==typeof e&&!1===(e=s.parseDate(e,t)))return!1;if(e instanceof Date){for(r=t.length,a=0;a<r;a++)"S"!==(i=t.charAt(a))&&(o=s.parseFormat(i,e),a!==r-1&&s.intParts.test(i)&&"S"===t.charAt(a+1)&&(n=parseInt(o),o+=s.dateSettings.ordinal(n)),d+=o);return d}return""}}}(),r=[a(19755),a(27924)],void 0===(o="function"==typeof(n=function(e){"use strict";var t=!1,a={i18n:{ar:{months:["كانون الثاني","شباط","آذار","نيسان","مايو","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"],dayOfWeekShort:["ن","ث","ع","خ","ج","س","ح"],dayOfWeek:["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت","الأحد"]},ro:{months:["Ianuarie","Februarie","Martie","Aprilie","Mai","Iunie","Iulie","August","Septembrie","Octombrie","Noiembrie","Decembrie"],dayOfWeekShort:["Du","Lu","Ma","Mi","Jo","Vi","Sâ"],dayOfWeek:["Duminică","Luni","Marţi","Miercuri","Joi","Vineri","Sâmbătă"]},id:{months:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"],dayOfWeekShort:["Min","Sen","Sel","Rab","Kam","Jum","Sab"],dayOfWeek:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"]},is:{months:["Janúar","Febrúar","Mars","Apríl","Maí","Júní","Júlí","Ágúst","September","Október","Nóvember","Desember"],dayOfWeekShort:["Sun","Mán","Þrið","Mið","Fim","Fös","Lau"],dayOfWeek:["Sunnudagur","Mánudagur","Þriðjudagur","Miðvikudagur","Fimmtudagur","Föstudagur","Laugardagur"]},bg:{months:["Януари","Февруари","Март","Април","Май","Юни","Юли","Август","Септември","Октомври","Ноември","Декември"],dayOfWeekShort:["Нд","Пн","Вт","Ср","Чт","Пт","Сб"],dayOfWeek:["Неделя","Понеделник","Вторник","Сряда","Четвъртък","Петък","Събота"]},fa:{months:["فروردین","اردیبهشت","خرداد","تیر","مرداد","شهریور","مهر","آبان","آذر","دی","بهمن","اسفند"],dayOfWeekShort:["یکشنبه","دوشنبه","سه شنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],dayOfWeek:["یکشنبه","دوشنبه","سهشنبه","چهارشنبه","پنجشنبه","جمعه","شنبه","یکشنبه"]},ru:{months:["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],dayOfWeekShort:["Вс","Пн","Вт","Ср","Чт","Пт","Сб"],dayOfWeek:["Воскресенье","Понедельник","Вторник","Среда","Четверг","Пятница","Суббота"]},uk:{months:["Січень","Лютий","Березень","Квітень","Травень","Червень","Липень","Серпень","Вересень","Жовтень","Листопад","Грудень"],dayOfWeekShort:["Ндл","Пнд","Втр","Срд","Чтв","Птн","Сбт"],dayOfWeek:["Неділя","Понеділок","Вівторок","Середа","Четвер","П'ятниця","Субота"]},en:{months:["January","February","March","April","May","June","July","August","September","October","November","December"],dayOfWeekShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayOfWeek:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},el:{months:["Ιανουάριος","Φεβρουάριος","Μάρτιος","Απρίλιος","Μάιος","Ιούνιος","Ιούλιος","Αύγουστος","Σεπτέμβριος","Οκτώβριος","Νοέμβριος","Δεκέμβριος"],dayOfWeekShort:["Κυρ","Δευ","Τρι","Τετ","Πεμ","Παρ","Σαβ"],dayOfWeek:["Κυριακή","Δευτέρα","Τρίτη","Τετάρτη","Πέμπτη","Παρασκευή","Σάββατο"]},de:{months:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],dayOfWeekShort:["So","Mo","Di","Mi","Do","Fr","Sa"],dayOfWeek:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"]},nl:{months:["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"],dayOfWeekShort:["zo","ma","di","wo","do","vr","za"],dayOfWeek:["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"]},tr:{months:["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"],dayOfWeekShort:["Paz","Pts","Sal","Çar","Per","Cum","Cts"],dayOfWeek:["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi"]},fr:{months:["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre"],dayOfWeekShort:["Dim","Lun","Mar","Mer","Jeu","Ven","Sam"],dayOfWeek:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"]},es:{months:["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"],dayOfWeekShort:["Dom","Lun","Mar","Mié","Jue","Vie","Sáb"],dayOfWeek:["Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado"]},th:{months:["มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม"],dayOfWeekShort:["อา.","จ.","อ.","พ.","พฤ.","ศ.","ส."],dayOfWeek:["อาทิตย์","จันทร์","อังคาร","พุธ","พฤหัส","ศุกร์","เสาร์","อาทิตย์"]},pl:{months:["styczeń","luty","marzec","kwiecień","maj","czerwiec","lipiec","sierpień","wrzesień","październik","listopad","grudzień"],dayOfWeekShort:["nd","pn","wt","śr","cz","pt","sb"],dayOfWeek:["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"]},pt:{months:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],dayOfWeekShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sab"],dayOfWeek:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado"]},ch:{months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],dayOfWeekShort:["日","一","二","三","四","五","六"]},se:{months:["Januari","Februari","Mars","April","Maj","Juni","Juli","Augusti","September","Oktober","November","December"],dayOfWeekShort:["Sön","Mån","Tis","Ons","Tor","Fre","Lör"]},kr:{months:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],dayOfWeekShort:["일","월","화","수","목","금","토"],dayOfWeek:["일요일","월요일","화요일","수요일","목요일","금요일","토요일"]},it:{months:["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"],dayOfWeekShort:["Dom","Lun","Mar","Mer","Gio","Ven","Sab"],dayOfWeek:["Domenica","Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato"]},da:{months:["January","Februar","Marts","April","Maj","Juni","July","August","September","Oktober","November","December"],dayOfWeekShort:["Søn","Man","Tir","Ons","Tor","Fre","Lør"],dayOfWeek:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"]},no:{months:["Januar","Februar","Mars","April","Mai","Juni","Juli","August","September","Oktober","November","Desember"],dayOfWeekShort:["Søn","Man","Tir","Ons","Tor","Fre","Lør"],dayOfWeek:["Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag"]},ja:{months:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],dayOfWeekShort:["日","月","火","水","木","金","土"],dayOfWeek:["日曜","月曜","火曜","水曜","木曜","金曜","土曜"]},vi:{months:["Tháng 1","Tháng 2","Tháng 3","Tháng 4","Tháng 5","Tháng 6","Tháng 7","Tháng 8","Tháng 9","Tháng 10","Tháng 11","Tháng 12"],dayOfWeekShort:["CN","T2","T3","T4","T5","T6","T7"],dayOfWeek:["Chủ nhật","Thứ hai","Thứ ba","Thứ tư","Thứ năm","Thứ sáu","Thứ bảy"]},sl:{months:["Januar","Februar","Marec","April","Maj","Junij","Julij","Avgust","September","Oktober","November","December"],dayOfWeekShort:["Ned","Pon","Tor","Sre","Čet","Pet","Sob"],dayOfWeek:["Nedelja","Ponedeljek","Torek","Sreda","Četrtek","Petek","Sobota"]},cs:{months:["Leden","Únor","Březen","Duben","Květen","Červen","Červenec","Srpen","Září","Říjen","Listopad","Prosinec"],dayOfWeekShort:["Ne","Po","Út","St","Čt","Pá","So"]},hu:{months:["Január","Február","Március","Április","Május","Június","Július","Augusztus","Szeptember","Október","November","December"],dayOfWeekShort:["Va","Hé","Ke","Sze","Cs","Pé","Szo"],dayOfWeek:["vasárnap","hétfő","kedd","szerda","csütörtök","péntek","szombat"]},az:{months:["Yanvar","Fevral","Mart","Aprel","May","Iyun","Iyul","Avqust","Sentyabr","Oktyabr","Noyabr","Dekabr"],dayOfWeekShort:["B","Be","Ça","Ç","Ca","C","Ş"],dayOfWeek:["Bazar","Bazar ertəsi","Çərşənbə axşamı","Çərşənbə","Cümə axşamı","Cümə","Şənbə"]},bs:{months:["Januar","Februar","Mart","April","Maj","Jun","Jul","Avgust","Septembar","Oktobar","Novembar","Decembar"],dayOfWeekShort:["Ned","Pon","Uto","Sri","Čet","Pet","Sub"],dayOfWeek:["Nedjelja","Ponedjeljak","Utorak","Srijeda","Četvrtak","Petak","Subota"]},ca:{months:["Gener","Febrer","Març","Abril","Maig","Juny","Juliol","Agost","Setembre","Octubre","Novembre","Desembre"],dayOfWeekShort:["Dg","Dl","Dt","Dc","Dj","Dv","Ds"],dayOfWeek:["Diumenge","Dilluns","Dimarts","Dimecres","Dijous","Divendres","Dissabte"]},"en-GB":{months:["January","February","March","April","May","June","July","August","September","October","November","December"],dayOfWeekShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayOfWeek:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},et:{months:["Jaanuar","Veebruar","Märts","Aprill","Mai","Juuni","Juuli","August","September","Oktoober","November","Detsember"],dayOfWeekShort:["P","E","T","K","N","R","L"],dayOfWeek:["Pühapäev","Esmaspäev","Teisipäev","Kolmapäev","Neljapäev","Reede","Laupäev"]},eu:{months:["Urtarrila","Otsaila","Martxoa","Apirila","Maiatza","Ekaina","Uztaila","Abuztua","Iraila","Urria","Azaroa","Abendua"],dayOfWeekShort:["Ig.","Al.","Ar.","Az.","Og.","Or.","La."],dayOfWeek:["Igandea","Astelehena","Asteartea","Asteazkena","Osteguna","Ostirala","Larunbata"]},fi:{months:["Tammikuu","Helmikuu","Maaliskuu","Huhtikuu","Toukokuu","Kesäkuu","Heinäkuu","Elokuu","Syyskuu","Lokakuu","Marraskuu","Joulukuu"],dayOfWeekShort:["Su","Ma","Ti","Ke","To","Pe","La"],dayOfWeek:["sunnuntai","maanantai","tiistai","keskiviikko","torstai","perjantai","lauantai"]},gl:{months:["Xan","Feb","Maz","Abr","Mai","Xun","Xul","Ago","Set","Out","Nov","Dec"],dayOfWeekShort:["Dom","Lun","Mar","Mer","Xov","Ven","Sab"],dayOfWeek:["Domingo","Luns","Martes","Mércores","Xoves","Venres","Sábado"]},hr:{months:["Siječanj","Veljača","Ožujak","Travanj","Svibanj","Lipanj","Srpanj","Kolovoz","Rujan","Listopad","Studeni","Prosinac"],dayOfWeekShort:["Ned","Pon","Uto","Sri","Čet","Pet","Sub"],dayOfWeek:["Nedjelja","Ponedjeljak","Utorak","Srijeda","Četvrtak","Petak","Subota"]},ko:{months:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],dayOfWeekShort:["일","월","화","수","목","금","토"],dayOfWeek:["일요일","월요일","화요일","수요일","목요일","금요일","토요일"]},lt:{months:["Sausio","Vasario","Kovo","Balandžio","Gegužės","Birželio","Liepos","Rugpjūčio","Rugsėjo","Spalio","Lapkričio","Gruodžio"],dayOfWeekShort:["Sek","Pir","Ant","Tre","Ket","Pen","Šeš"],dayOfWeek:["Sekmadienis","Pirmadienis","Antradienis","Trečiadienis","Ketvirtadienis","Penktadienis","Šeštadienis"]},lv:{months:["Janvāris","Februāris","Marts","Aprīlis ","Maijs","Jūnijs","Jūlijs","Augusts","Septembris","Oktobris","Novembris","Decembris"],dayOfWeekShort:["Sv","Pr","Ot","Tr","Ct","Pk","St"],dayOfWeek:["Svētdiena","Pirmdiena","Otrdiena","Trešdiena","Ceturtdiena","Piektdiena","Sestdiena"]},mk:{months:["јануари","февруари","март","април","мај","јуни","јули","август","септември","октомври","ноември","декември"],dayOfWeekShort:["нед","пон","вто","сре","чет","пет","саб"],dayOfWeek:["Недела","Понеделник","Вторник","Среда","Четврток","Петок","Сабота"]},mn:{months:["1-р сар","2-р сар","3-р сар","4-р сар","5-р сар","6-р сар","7-р сар","8-р сар","9-р сар","10-р сар","11-р сар","12-р сар"],dayOfWeekShort:["Дав","Мяг","Лха","Пүр","Бсн","Бям","Ням"],dayOfWeek:["Даваа","Мягмар","Лхагва","Пүрэв","Баасан","Бямба","Ням"]},"pt-BR":{months:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],dayOfWeekShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb"],dayOfWeek:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado"]},sk:{months:["Január","Február","Marec","Apríl","Máj","Jún","Júl","August","September","Október","November","December"],dayOfWeekShort:["Ne","Po","Ut","St","Št","Pi","So"],dayOfWeek:["Nedeľa","Pondelok","Utorok","Streda","Štvrtok","Piatok","Sobota"]},sq:{months:["Janar","Shkurt","Mars","Prill","Maj","Qershor","Korrik","Gusht","Shtator","Tetor","Nëntor","Dhjetor"],dayOfWeekShort:["Die","Hën","Mar","Mër","Enj","Pre","Shtu"],dayOfWeek:["E Diel","E Hënë","E Martē","E Mërkurë","E Enjte","E Premte","E Shtunë"]},"sr-YU":{months:["Januar","Februar","Mart","April","Maj","Jun","Jul","Avgust","Septembar","Oktobar","Novembar","Decembar"],dayOfWeekShort:["Ned","Pon","Uto","Sre","čet","Pet","Sub"],dayOfWeek:["Nedelja","Ponedeljak","Utorak","Sreda","Četvrtak","Petak","Subota"]},sr:{months:["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"],dayOfWeekShort:["нед","пон","уто","сре","чет","пет","суб"],dayOfWeek:["Недеља","Понедељак","Уторак","Среда","Четвртак","Петак","Субота"]},sv:{months:["Januari","Februari","Mars","April","Maj","Juni","Juli","Augusti","September","Oktober","November","December"],dayOfWeekShort:["Sön","Mån","Tis","Ons","Tor","Fre","Lör"],dayOfWeek:["Söndag","Måndag","Tisdag","Onsdag","Torsdag","Fredag","Lördag"]},"zh-TW":{months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],dayOfWeekShort:["日","一","二","三","四","五","六"],dayOfWeek:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},zh:{months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],dayOfWeekShort:["日","一","二","三","四","五","六"],dayOfWeek:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]},he:{months:["ינואר","פברואר","מרץ","אפריל","מאי","יוני","יולי","אוגוסט","ספטמבר","אוקטובר","נובמבר","דצמבר"],dayOfWeekShort:["א'","ב'","ג'","ד'","ה'","ו'","שבת"],dayOfWeek:["ראשון","שני","שלישי","רביעי","חמישי","שישי","שבת","ראשון"]},hy:{months:["Հունվար","Փետրվար","Մարտ","Ապրիլ","Մայիս","Հունիս","Հուլիս","Օգոստոս","Սեպտեմբեր","Հոկտեմբեր","Նոյեմբեր","Դեկտեմբեր"],dayOfWeekShort:["Կի","Երկ","Երք","Չոր","Հնգ","Ուրբ","Շբթ"],dayOfWeek:["Կիրակի","Երկուշաբթի","Երեքշաբթի","Չորեքշաբթի","Հինգշաբթի","Ուրբաթ","Շաբաթ"]},kg:{months:["Үчтүн айы","Бирдин айы","Жалган Куран","Чын Куран","Бугу","Кулжа","Теке","Баш Оона","Аяк Оона","Тогуздун айы","Жетинин айы","Бештин айы"],dayOfWeekShort:["Жек","Дүй","Шей","Шар","Бей","Жум","Ише"],dayOfWeek:["Жекшемб","Дүйшөмб","Шейшемб","Шаршемб","Бейшемби","Жума","Ишенб"]},rm:{months:["Schaner","Favrer","Mars","Avrigl","Matg","Zercladur","Fanadur","Avust","Settember","October","November","December"],dayOfWeekShort:["Du","Gli","Ma","Me","Gie","Ve","So"],dayOfWeek:["Dumengia","Glindesdi","Mardi","Mesemna","Gievgia","Venderdi","Sonda"]},ka:{months:["იანვარი","თებერვალი","მარტი","აპრილი","მაისი","ივნისი","ივლისი","აგვისტო","სექტემბერი","ოქტომბერი","ნოემბერი","დეკემბერი"],dayOfWeekShort:["კვ","ორშ","სამშ","ოთხ","ხუთ","პარ","შაბ"],dayOfWeek:["კვირა","ორშაბათი","სამშაბათი","ოთხშაბათი","ხუთშაბათი","პარასკევი","შაბათი"]}},value:"",rtl:!1,format:"Y/m/d H:i",formatTime:"H:i",formatDate:"Y/m/d",startDate:!1,step:60,monthChangeSpinner:!0,closeOnDateSelect:!1,closeOnTimeSelect:!0,closeOnWithoutClick:!0,closeOnInputClick:!0,timepicker:!0,datepicker:!0,weeks:!1,defaultTime:!1,defaultDate:!1,minDate:!1,maxDate:!1,minTime:!1,maxTime:!1,disabledMinTime:!1,disabledMaxTime:!1,allowTimes:[],opened:!1,initTime:!0,inline:!1,theme:"",onSelectDate:function(){},onSelectTime:function(){},onChangeMonth:function(){},onGetWeekOfYear:function(){},onChangeYear:function(){},onChangeDateTime:function(){},onShow:function(){},onClose:function(){},onGenerate:function(){},withoutCopyright:!0,inverseButton:!1,hours12:!1,next:"xdsoft_next",prev:"xdsoft_prev",dayOfWeekStart:0,parentID:"body",timeHeightInTimePicker:25,timepickerScrollbar:!0,todayButton:!0,prevButton:!0,nextButton:!0,defaultSelect:!0,scrollMonth:!0,scrollTime:!0,scrollInput:!0,lazyInit:!1,mask:!1,validateOnBlur:!0,allowBlank:!0,yearStart:1950,yearEnd:2050,monthStart:0,monthEnd:11,style:"",id:"",fixed:!1,roundTime:"round",className:"",weekends:[],highlightedDates:[],highlightedPeriods:[],allowDates:[],allowDateRe:null,disabledDates:[],disabledWeekDays:[],yearOffset:0,beforeShowDay:null,enterLikeTab:!0,showApplyButton:!1},n=null,r="en",o="en",s={meridiem:["AM","PM"]},d=function(){var t=a.i18n[o],r={days:t.dayOfWeek,daysShort:t.dayOfWeekShort,months:t.months,monthsShort:e.map(t.months,(function(e){return e.substring(0,3)}))};n=new i({dateSettings:e.extend({},s,r)})};function u(e,t,a){this.date=e,this.desc=t,this.style=a}e.datetimepicker={setLocale:function(e){var t=a.i18n[e]?e:r;o!=t&&(o=t,d())},setDateFormatter:function(e){n=e},RFC_2822:"D, d M Y H:i:s O",ATOM:"Y-m-dTH:i:sP",ISO_8601:"Y-m-dTH:i:sO",RFC_822:"D, d M y H:i:s O",RFC_850:"l, d-M-y H:i:s T",RFC_1036:"D, d M y H:i:s O",RFC_1123:"D, d M Y H:i:s O",RSS:"D, d M Y H:i:s O",W3C:"Y-m-dTH:i:sP"},d(),window.getComputedStyle||(window.getComputedStyle=function(e,t){return this.el=e,this.getPropertyValue=function(t){var a=/(\-([a-z]){1})/g;return"float"===t&&(t="styleFloat"),a.test(t)&&(t=t.replace(a,(function(e,t,a){return a.toUpperCase()}))),e.currentStyle[t]||null},this}),Array.prototype.indexOf||(Array.prototype.indexOf=function(e,t){var a,n;for(a=t||0,n=this.length;a<n;a+=1)if(this[a]===e)return a;return-1}),Date.prototype.countDaysInMonth=function(){return new Date(this.getFullYear(),this.getMonth()+1,0).getDate()},e.fn.xdsoftScroller=function(t){return this.each((function(){var a,n,r,o,i,s=e(this),d=function(e){var t,a={x:0,y:0};return"touchstart"===e.type||"touchmove"===e.type||"touchend"===e.type||"touchcancel"===e.type?(t=e.originalEvent.touches[0]||e.originalEvent.changedTouches[0],a.x=t.clientX,a.y=t.clientY):"mousedown"!==e.type&&"mouseup"!==e.type&&"mousemove"!==e.type&&"mouseover"!==e.type&&"mouseout"!==e.type&&"mouseenter"!==e.type&&"mouseleave"!==e.type||(a.x=e.clientX,a.y=e.clientY),a},u=100,l=!1,f=0,c=0,h=0,m=!1,g=0,p=function(){};"hide"!==t?(e(this).hasClass("xdsoft_scroller_box")||(a=s.children().eq(0),n=s[0].clientHeight,r=a[0].offsetHeight,o=e('<div class="xdsoft_scrollbar"></div>'),i=e('<div class="xdsoft_scroller"></div>'),o.append(i),s.addClass("xdsoft_scroller_box").append(o),p=function(e){var t=d(e).y-f+g;t<0&&(t=0),t+i[0].offsetHeight>h&&(t=h-i[0].offsetHeight),s.trigger("scroll_element.xdsoft_scroller",[u?t/u:0])},i.on("touchstart.xdsoft_scroller mousedown.xdsoft_scroller",(function(a){n||s.trigger("resize_scroll.xdsoft_scroller",[t]),f=d(a).y,g=parseInt(i.css("margin-top"),10),h=o[0].offsetHeight,"mousedown"===a.type||"touchstart"===a.type?(document&&e(document.body).addClass("xdsoft_noselect"),e([document.body,window]).on("touchend mouseup.xdsoft_scroller",(function t(){e([document.body,window]).off("touchend mouseup.xdsoft_scroller",t).off("mousemove.xdsoft_scroller",p).removeClass("xdsoft_noselect")})),e(document.body).on("mousemove.xdsoft_scroller",p)):(m=!0,a.stopPropagation(),a.preventDefault())})).on("touchmove",(function(e){m&&(e.preventDefault(),p(e))})).on("touchend touchcancel",(function(){m=!1,g=0})),s.on("scroll_element.xdsoft_scroller",(function(e,t){n||s.trigger("resize_scroll.xdsoft_scroller",[t,!0]),t=t>1?1:t<0||isNaN(t)?0:t,i.css("margin-top",u*t),setTimeout((function(){a.css("marginTop",-parseInt((a[0].offsetHeight-n)*t,10))}),10)})).on("resize_scroll.xdsoft_scroller",(function(e,t,d){var l,f;n=s[0].clientHeight,r=a[0].offsetHeight,f=(l=n/r)*o[0].offsetHeight,l>1?i.hide():(i.show(),i.css("height",parseInt(f>10?f:10,10)),u=o[0].offsetHeight-i[0].offsetHeight,!0!==d&&s.trigger("scroll_element.xdsoft_scroller",[t||Math.abs(parseInt(a.css("marginTop"),10))/(r-n)]))})),s.on("mousewheel",(function(e){var t=Math.abs(parseInt(a.css("marginTop"),10));return(t-=20*e.deltaY)<0&&(t=0),s.trigger("scroll_element.xdsoft_scroller",[t/(r-n)]),e.stopPropagation(),!1})),s.on("touchstart",(function(e){l=d(e),c=Math.abs(parseInt(a.css("marginTop"),10))})),s.on("touchmove",(function(e){if(l){e.preventDefault();var t=d(e);s.trigger("scroll_element.xdsoft_scroller",[(c-(t.y-l.y))/(r-n)])}})),s.on("touchend touchcancel",(function(){l=!1,c=0}))),s.trigger("resize_scroll.xdsoft_scroller",[t])):s.find(".xdsoft_scrollbar").hide()}))},e.fn.datetimepicker=function(r,i){var s,d,l=this,f=48,c=57,h=96,m=105,g=17,p=46,y=13,v=27,b=8,k=37,D=38,x=39,S=40,T=9,w=116,M=65,O=67,_=86,W=90,C=89,F=!1,P=e.isPlainObject(r)||!r?e.extend(!0,{},a,r):e.extend(!0,{},a),A=0,Y=function(e){e.on("open.xdsoft focusin.xdsoft mousedown.xdsoft touchstart",(function t(){e.is(":disabled")||e.data("xdsoft_datetimepicker")||(clearTimeout(A),A=setTimeout((function(){e.data("xdsoft_datetimepicker")||s(e),e.off("open.xdsoft focusin.xdsoft mousedown.xdsoft touchstart",t).trigger("open.xdsoft")}),100))}))};return s=function(a){var i,s,d,l,A,Y,H,j=e('<div class="xdsoft_datetimepicker xdsoft_noselect"></div>'),z=e('<div class="xdsoft_copyright"><a target="_blank" href="http://xdsoft.net/jqplugins/datetimepicker/">xdsoft.net</a></div>'),J=e('<div class="xdsoft_datepicker active"></div>'),I=e('<div class="xdsoft_monthpicker"><button type="button" class="xdsoft_prev"></button><button type="button" class="xdsoft_today_button"></button><div class="xdsoft_label xdsoft_month"><span></span><i></i></div><div class="xdsoft_label xdsoft_year"><span></span><i></i></div><button type="button" class="xdsoft_next"></button></div>'),N=e('<div class="xdsoft_calendar"></div>'),L=e('<div class="xdsoft_timepicker active"><button type="button" class="xdsoft_prev"></button><div class="xdsoft_time_box"></div><button type="button" class="xdsoft_next"></button></div>'),E=L.find(".xdsoft_time_box").eq(0),R=e('<div class="xdsoft_time_variant"></div>'),B=e('<button type="button" class="xdsoft_save_selected blue-gradient-button">Save Selected</button>'),V=e('<div class="xdsoft_select xdsoft_monthselect"><div></div></div>'),G=e('<div class="xdsoft_select xdsoft_yearselect"><div></div></div>'),U=!1,X=0;function q(){var e,t=!1;return P.startDate?t=A.strToDate(P.startDate):(t=P.value||(a&&a.val&&a.val()?a.val():""))?t=A.strToDateTime(t):P.defaultDate&&(t=A.strToDateTime(P.defaultDate),P.defaultTime&&(e=A.strtotime(P.defaultTime),t.setHours(e.getHours()),t.setMinutes(e.getMinutes()))),t&&A.isValidDate(t)?j.data("changed",!0):t="",t||0}function K(t){var n=function(e,t){var a=e.replace(/([\[\]\/\{\}\(\)\-\.\+]{1})/g,"\\$1").replace(/_/g,"{digit+}").replace(/([0-9]{1})/g,"{digit$1}").replace(/\{digit([0-9]{1})\}/g,"[0-$1_]{1}").replace(/\{digit[\+]\}/g,"[0-9_]{1}");return new RegExp(a).test(t)},r=function(e){try{if(document.selection&&document.selection.createRange)return document.selection.createRange().getBookmark().charCodeAt(2)-2;if(e.setSelectionRange)return e.selectionStart}catch(e){return 0}},o=function(e,t){if(!(e="string"==typeof e||e instanceof String?document.getElementById(e):e))return!1;if(e.createTextRange){var a=e.createTextRange();return a.collapse(!0),a.moveEnd("character",t),a.moveStart("character",t),a.select(),!0}return!!e.setSelectionRange&&(e.setSelectionRange(t,t),!0)};t.mask&&a.off("keydown.xdsoft"),!0===t.mask&&("undefined"!=typeof moment?t.mask=t.format.replace(/Y{4}/g,"9999").replace(/Y{2}/g,"99").replace(/M{2}/g,"19").replace(/D{2}/g,"39").replace(/H{2}/g,"29").replace(/m{2}/g,"59").replace(/s{2}/g,"59"):t.mask=t.format.replace(/Y/g,"9999").replace(/F/g,"9999").replace(/m/g,"19").replace(/d/g,"39").replace(/H/g,"29").replace(/i/g,"59").replace(/s/g,"59")),"string"===e.type(t.mask)&&(n(t.mask,a.val())||(a.val(t.mask.replace(/[0-9]/g,"_")),o(a[0],0)),a.on("keydown.xdsoft",(function(i){var s,d,u=this.value,l=i.which;if(l>=f&&l<=c||l>=h&&l<=m||l===b||l===p){for(s=r(this),d=l!==b&&l!==p?String.fromCharCode(h<=l&&l<=m?l-f:l):"_",l!==b&&l!==p||!s||(s-=1,d="_");/[^0-9_]/.test(t.mask.substr(s,1))&&s<t.mask.length&&s>0;)s+=l===b||l===p?-1:1;if(u=u.substr(0,s)+d+u.substr(s+1),""===e.trim(u))u=t.mask.replace(/[0-9]/g,"_");else if(s===t.mask.length)return i.preventDefault(),!1;for(s+=l===b||l===p?0:1;/[^0-9_]/.test(t.mask.substr(s,1))&&s<t.mask.length&&s>0;)s+=l===b||l===p?-1:1;n(t.mask,u)?(this.value=u,o(this,s)):""===e.trim(u)?this.value=t.mask.replace(/[0-9]/g,"_"):a.trigger("error_input.xdsoft")}else if(-1!==[M,O,_,W,C].indexOf(l)&&F||-1!==[v,D,S,k,x,w,g,T,y].indexOf(l))return!0;return i.preventDefault(),!1})))}P.id&&j.attr("id",P.id),P.style&&j.attr("style",P.style),P.weeks&&j.addClass("xdsoft_showweeks"),P.rtl&&j.addClass("xdsoft_rtl"),j.addClass("xdsoft_"+P.theme),j.addClass(P.className),I.find(".xdsoft_month span").after(V),I.find(".xdsoft_year span").after(G),I.find(".xdsoft_month,.xdsoft_year").on("touchstart mousedown.xdsoft",(function(t){var a,n,r=e(this).find(".xdsoft_select").eq(0),o=0,i=0,s=r.is(":visible");for(I.find(".xdsoft_select").hide(),A.currentTime&&(o=A.currentTime[e(this).hasClass("xdsoft_month")?"getMonth":"getFullYear"]()),r[s?"hide":"show"](),a=r.find("div.xdsoft_option"),n=0;n<a.length&&a.eq(n).data("value")!==o;n+=1)i+=a[0].offsetHeight;return r.xdsoftScroller(i/(r.children()[0].offsetHeight-r[0].clientHeight)),t.stopPropagation(),!1})),I.find(".xdsoft_select").xdsoftScroller().on("touchstart mousedown.xdsoft",(function(e){e.stopPropagation(),e.preventDefault()})).on("touchstart mousedown.xdsoft",".xdsoft_option",(function(){void 0!==A.currentTime&&null!==A.currentTime||(A.currentTime=A.now());var t=A.currentTime.getFullYear();A&&A.currentTime&&A.currentTime[e(this).parent().parent().hasClass("xdsoft_monthselect")?"setMonth":"setFullYear"](e(this).data("value")),e(this).parent().parent().hide(),j.trigger("xchange.xdsoft"),P.onChangeMonth&&e.isFunction(P.onChangeMonth)&&P.onChangeMonth.call(j,A.currentTime,j.data("input")),t!==A.currentTime.getFullYear()&&e.isFunction(P.onChangeYear)&&P.onChangeYear.call(j,A.currentTime,j.data("input"))})),j.getValue=function(){return A.getCurrentTime()},j.setOptions=function(t){var r={};P=e.extend(!0,{},P,t),t.allowTimes&&e.isArray(t.allowTimes)&&t.allowTimes.length&&(P.allowTimes=e.extend(!0,[],t.allowTimes)),t.weekends&&e.isArray(t.weekends)&&t.weekends.length&&(P.weekends=e.extend(!0,[],t.weekends)),t.allowDates&&e.isArray(t.allowDates)&&t.allowDates.length&&(P.allowDates=e.extend(!0,[],t.allowDates)),t.allowDateRe&&"[object String]"===Object.prototype.toString.call(t.allowDateRe)&&(P.allowDateRe=new RegExp(t.allowDateRe)),t.highlightedDates&&e.isArray(t.highlightedDates)&&t.highlightedDates.length&&(e.each(t.highlightedDates,(function(t,a){var o,i=e.map(a.split(","),e.trim),s=new u(n.parseDate(i[0],P.formatDate),i[1],i[2]),d=n.formatDate(s.date,P.formatDate);void 0!==r[d]?(o=r[d].desc)&&o.length&&s.desc&&s.desc.length&&(r[d].desc=o+"\n"+s.desc):r[d]=s})),P.highlightedDates=e.extend(!0,[],r)),t.highlightedPeriods&&e.isArray(t.highlightedPeriods)&&t.highlightedPeriods.length&&(r=e.extend(!0,[],P.highlightedDates),e.each(t.highlightedPeriods,(function(t,a){var o,i,s,d,l,f,c;if(e.isArray(a))o=a[0],i=a[1],s=a[2],c=a[3];else{var h=e.map(a.split(","),e.trim);o=n.parseDate(h[0],P.formatDate),i=n.parseDate(h[1],P.formatDate),s=h[2],c=h[3]}for(;o<=i;)d=new u(o,s,c),l=n.formatDate(o,P.formatDate),o.setDate(o.getDate()+1),void 0!==r[l]?(f=r[l].desc)&&f.length&&d.desc&&d.desc.length&&(r[l].desc=f+"\n"+d.desc):r[l]=d})),P.highlightedDates=e.extend(!0,[],r)),t.disabledDates&&e.isArray(t.disabledDates)&&t.disabledDates.length&&(P.disabledDates=e.extend(!0,[],t.disabledDates)),t.disabledWeekDays&&e.isArray(t.disabledWeekDays)&&t.disabledWeekDays.length&&(P.disabledWeekDays=e.extend(!0,[],t.disabledWeekDays)),!P.open&&!P.opened||P.inline||a.trigger("open.xdsoft"),P.inline&&(U=!0,j.addClass("xdsoft_inline"),a.after(j).hide()),P.inverseButton&&(P.next="xdsoft_prev",P.prev="xdsoft_next"),P.datepicker?J.addClass("active"):J.removeClass("active"),P.timepicker?L.addClass("active"):L.removeClass("active"),P.value&&(A.setCurrentTime(P.value),a&&a.val&&a.val(A.str)),isNaN(P.dayOfWeekStart)?P.dayOfWeekStart=0:P.dayOfWeekStart=parseInt(P.dayOfWeekStart,10)%7,P.timepickerScrollbar||E.xdsoftScroller("hide"),P.minDate&&/^[\+\-](.*)$/.test(P.minDate)&&(P.minDate=n.formatDate(A.strToDateTime(P.minDate),P.formatDate)),P.maxDate&&/^[\+\-](.*)$/.test(P.maxDate)&&(P.maxDate=n.formatDate(A.strToDateTime(P.maxDate),P.formatDate)),B.toggle(P.showApplyButton),I.find(".xdsoft_today_button").css("visibility",P.todayButton?"visible":"hidden"),I.find("."+P.prev).css("visibility",P.prevButton?"visible":"hidden"),I.find("."+P.next).css("visibility",P.nextButton?"visible":"hidden"),K(P),P.validateOnBlur&&a.off("blur.xdsoft").on("blur.xdsoft",(function(){if(P.allowBlank&&(!e.trim(e(this).val()).length||"string"==typeof P.mask&&e.trim(e(this).val())===P.mask.replace(/[0-9]/g,"_")))e(this).val(null),j.data("xdsoft_datetime").empty();else{var t=n.parseDate(e(this).val(),P.format);if(t)e(this).val(n.formatDate(t,P.format));else{var a=+[e(this).val()[0],e(this).val()[1]].join(""),r=+[e(this).val()[2],e(this).val()[3]].join("");!P.datepicker&&P.timepicker&&a>=0&&a<24&&r>=0&&r<60?e(this).val([a,r].map((function(e){return e>9?e:"0"+e})).join(":")):e(this).val(n.formatDate(A.now(),P.format))}j.data("xdsoft_datetime").setCurrentTime(e(this).val())}j.trigger("changedatetime.xdsoft"),j.trigger("close.xdsoft")})),P.dayOfWeekStartPrev=0===P.dayOfWeekStart?6:P.dayOfWeekStart-1,j.trigger("xchange.xdsoft").trigger("afterOpen.xdsoft")},j.data("options",P).on("touchstart mousedown.xdsoft",(function(e){return e.stopPropagation(),e.preventDefault(),G.hide(),V.hide(),!1})),E.append(R),E.xdsoftScroller(),j.on("afterOpen.xdsoft",(function(){E.xdsoftScroller()})),j.append(J).append(L),!0!==P.withoutCopyright&&j.append(z),J.append(I).append(N).append(B),e(P.parentID).append(j),A=new function(){var t=this;t.now=function(e){var a,n,r=new Date;return!e&&P.defaultDate&&(a=t.strToDateTime(P.defaultDate),r.setFullYear(a.getFullYear()),r.setMonth(a.getMonth()),r.setDate(a.getDate())),P.yearOffset&&r.setFullYear(r.getFullYear()+P.yearOffset),!e&&P.defaultTime&&(n=t.strtotime(P.defaultTime),r.setHours(n.getHours()),r.setMinutes(n.getMinutes())),r},t.isValidDate=function(e){return"[object Date]"===Object.prototype.toString.call(e)&&!isNaN(e.getTime())},t.setCurrentTime=function(e,a){"string"==typeof e?t.currentTime=t.strToDateTime(e):t.isValidDate(e)?t.currentTime=e:e||a||!P.allowBlank?t.currentTime=t.now():t.currentTime=null,j.trigger("xchange.xdsoft")},t.empty=function(){t.currentTime=null},t.getCurrentTime=function(e){return t.currentTime},t.nextMonth=function(){void 0!==t.currentTime&&null!==t.currentTime||(t.currentTime=t.now());var a,n=t.currentTime.getMonth()+1;return 12===n&&(t.currentTime.setFullYear(t.currentTime.getFullYear()+1),n=0),a=t.currentTime.getFullYear(),t.currentTime.setDate(Math.min(new Date(t.currentTime.getFullYear(),n+1,0).getDate(),t.currentTime.getDate())),t.currentTime.setMonth(n),P.onChangeMonth&&e.isFunction(P.onChangeMonth)&&P.onChangeMonth.call(j,A.currentTime,j.data("input")),a!==t.currentTime.getFullYear()&&e.isFunction(P.onChangeYear)&&P.onChangeYear.call(j,A.currentTime,j.data("input")),j.trigger("xchange.xdsoft"),n},t.prevMonth=function(){void 0!==t.currentTime&&null!==t.currentTime||(t.currentTime=t.now());var a=t.currentTime.getMonth()-1;return-1===a&&(t.currentTime.setFullYear(t.currentTime.getFullYear()-1),a=11),t.currentTime.setDate(Math.min(new Date(t.currentTime.getFullYear(),a+1,0).getDate(),t.currentTime.getDate())),t.currentTime.setMonth(a),P.onChangeMonth&&e.isFunction(P.onChangeMonth)&&P.onChangeMonth.call(j,A.currentTime,j.data("input")),j.trigger("xchange.xdsoft"),a},t.getWeekOfYear=function(t){if(P.onGetWeekOfYear&&e.isFunction(P.onGetWeekOfYear)){var a=P.onGetWeekOfYear.call(j,t);if(void 0!==a)return a}var n=new Date(t.getFullYear(),0,1);return 4!=n.getDay()&&n.setMonth(0,1+(4-n.getDay()+7)%7),Math.ceil(((t-n)/864e5+n.getDay()+1)/7)},t.strToDateTime=function(e){var a,r,o=[];return e&&e instanceof Date&&t.isValidDate(e)?e:((o=/^(\+|\-)(.*)$/.exec(e))&&(o[2]=n.parseDate(o[2],P.formatDate)),o&&o[2]?(a=o[2].getTime()-6e4*o[2].getTimezoneOffset(),r=new Date(t.now(!0).getTime()+parseInt(o[1]+"1",10)*a)):r=e?n.parseDate(e,P.format):t.now(),t.isValidDate(r)||(r=t.now()),r)},t.strToDate=function(e){if(e&&e instanceof Date&&t.isValidDate(e))return e;var a=e?n.parseDate(e,P.formatDate):t.now(!0);return t.isValidDate(a)||(a=t.now(!0)),a},t.strtotime=function(e){if(e&&e instanceof Date&&t.isValidDate(e))return e;var a=e?n.parseDate(e,P.formatTime):t.now(!0);return t.isValidDate(a)||(a=t.now(!0)),a},t.str=function(){return n.formatDate(t.currentTime,P.format)},t.currentTime=this.now()},B.on("touchend click",(function(e){e.preventDefault(),j.data("changed",!0),A.setCurrentTime(q()),a.val(A.str()),j.trigger("close.xdsoft")})),I.find(".xdsoft_today_button").on("touchend mousedown.xdsoft",(function(){j.data("changed",!0),A.setCurrentTime(0,!0),j.trigger("afterOpen.xdsoft")})).on("dblclick.xdsoft",(function(){var e,t,n=A.getCurrentTime();n=new Date(n.getFullYear(),n.getMonth(),n.getDate()),e=A.strToDate(P.minDate),n<(e=new Date(e.getFullYear(),e.getMonth(),e.getDate()))||(t=A.strToDate(P.maxDate),n>(t=new Date(t.getFullYear(),t.getMonth(),t.getDate()))||(a.val(A.str()),a.trigger("change"),j.trigger("close.xdsoft")))})),I.find(".xdsoft_prev,.xdsoft_next").on("touchend mousedown.xdsoft",(function(){var t=e(this),a=0,n=!1;!function e(r){t.hasClass(P.next)?A.nextMonth():t.hasClass(P.prev)&&A.prevMonth(),P.monthChangeSpinner&&(n||(a=setTimeout(e,r||100)))}(500),e([document.body,window]).on("touchend mouseup.xdsoft",(function t(){clearTimeout(a),n=!0,e([document.body,window]).off("touchend mouseup.xdsoft",t)}))})),L.find(".xdsoft_prev,.xdsoft_next").on("touchend mousedown.xdsoft",(function(){var t=e(this),a=0,n=!1,r=110;!function e(o){var i=E[0].clientHeight,s=R[0].offsetHeight,d=Math.abs(parseInt(R.css("marginTop"),10));t.hasClass(P.next)&&s-i-P.timeHeightInTimePicker>=d?R.css("marginTop","-"+(d+P.timeHeightInTimePicker)+"px"):t.hasClass(P.prev)&&d-P.timeHeightInTimePicker>=0&&R.css("marginTop","-"+(d-P.timeHeightInTimePicker)+"px"),E.trigger("scroll_element.xdsoft_scroller",[Math.abs(parseInt(R[0].style.marginTop,10)/(s-i))]),r=r>10?10:r-10,n||(a=setTimeout(e,o||r))}(500),e([document.body,window]).on("touchend mouseup.xdsoft",(function t(){clearTimeout(a),n=!0,e([document.body,window]).off("touchend mouseup.xdsoft",t)}))})),i=0,j.on("xchange.xdsoft",(function(t){clearTimeout(i),i=setTimeout((function(){if(void 0===A.currentTime||null===A.currentTime){if(P.allowBlank)return;A.currentTime=A.now()}for(var t,i,s,d,u,l,f,c,h,m,g="",p=new Date(A.currentTime.getFullYear(),A.currentTime.getMonth(),1,12,0,0),y=0,v=A.now(),b=!1,k=!1,D=[],x=!0,S="";p.getDay()!==P.dayOfWeekStart;)p.setDate(p.getDate()-1);for(g+="<table><thead><tr>",P.weeks&&(g+="<th></th>"),t=0;t<7;t+=1)g+="<th>"+P.i18n[o].dayOfWeekShort[(t+P.dayOfWeekStart)%7]+"</th>";for(g+="</tr></thead>",g+="<tbody>",!1!==P.maxDate&&(b=A.strToDate(P.maxDate),b=new Date(b.getFullYear(),b.getMonth(),b.getDate(),23,59,59,999)),!1!==P.minDate&&(k=A.strToDate(P.minDate),k=new Date(k.getFullYear(),k.getMonth(),k.getDate()));y<A.currentTime.countDaysInMonth()||p.getDay()!==P.dayOfWeekStart||A.currentTime.getMonth()===p.getMonth();)D=[],y+=1,s=p.getDay(),d=p.getDate(),u=p.getFullYear(),l=p.getMonth(),f=A.getWeekOfYear(p),m="",D.push("xdsoft_date"),c=P.beforeShowDay&&e.isFunction(P.beforeShowDay.call)?P.beforeShowDay.call(j,p):null,P.allowDateRe&&"[object RegExp]"===Object.prototype.toString.call(P.allowDateRe)?P.allowDateRe.test(n.formatDate(p,P.formatDate))||D.push("xdsoft_disabled"):P.allowDates&&P.allowDates.length>0?-1===P.allowDates.indexOf(n.formatDate(p,P.formatDate))&&D.push("xdsoft_disabled"):(!1!==b&&p>b||!1!==k&&p<k||c&&!1===c[0]||-1!==P.disabledDates.indexOf(n.formatDate(p,P.formatDate))||-1!==P.disabledWeekDays.indexOf(s)||a.is("[disabled]"))&&D.push("xdsoft_disabled"),c&&""!==c[1]&&D.push(c[1]),A.currentTime.getMonth()!==l&&D.push("xdsoft_other_month"),(P.defaultSelect||j.data("changed"))&&n.formatDate(A.currentTime,P.formatDate)===n.formatDate(p,P.formatDate)&&D.push("xdsoft_current"),n.formatDate(v,P.formatDate)===n.formatDate(p,P.formatDate)&&D.push("xdsoft_today"),0!==p.getDay()&&6!==p.getDay()&&-1===P.weekends.indexOf(n.formatDate(p,P.formatDate))||D.push("xdsoft_weekend"),void 0!==P.highlightedDates[n.formatDate(p,P.formatDate)]&&(i=P.highlightedDates[n.formatDate(p,P.formatDate)],D.push(void 0===i.style?"xdsoft_highlighted_default":i.style),m=void 0===i.desc?"":i.desc),P.beforeShowDay&&e.isFunction(P.beforeShowDay)&&D.push(P.beforeShowDay(p)),x&&(g+="<tr>",x=!1,P.weeks&&(g+="<th>"+f+"</th>")),g+='<td data-date="'+d+'" data-month="'+l+'" data-year="'+u+'" class="xdsoft_date xdsoft_day_of_week'+p.getDay()+" "+D.join(" ")+'" title="'+m+'"><div>'+d+"</div></td>",p.getDay()===P.dayOfWeekStartPrev&&(g+="</tr>",x=!0),p.setDate(d+1);if(g+="</tbody></table>",N.html(g),I.find(".xdsoft_label span").eq(0).text(P.i18n[o].months[A.currentTime.getMonth()]),I.find(".xdsoft_label span").eq(1).text(A.currentTime.getFullYear()),S="",l="",h=function(t,r){var o,i,s=A.now(),d=P.allowTimes&&e.isArray(P.allowTimes)&&P.allowTimes.length;s.setHours(t),t=parseInt(s.getHours(),10),s.setMinutes(r),r=parseInt(s.getMinutes(),10),(o=new Date(A.currentTime)).setHours(t),o.setMinutes(r),D=[],(!1!==P.minDateTime&&P.minDateTime>o||!1!==P.maxTime&&A.strtotime(P.maxTime).getTime()<s.getTime()||!1!==P.minTime&&A.strtotime(P.minTime).getTime()>s.getTime()||!1!==P.minDateTime&&P.minDateTime>o||!1!==P.disabledMinTime&&s.getTime()>A.strtotime(P.disabledMinTime).getTime()&&!1!==P.disabledMaxTime&&s.getTime()<A.strtotime(P.disabledMaxTime).getTime()||a.is("[disabled]"))&&D.push("xdsoft_disabled"),(i=new Date(A.currentTime)).setHours(parseInt(A.currentTime.getHours(),10)),d||i.setMinutes(Math[P.roundTime](A.currentTime.getMinutes()/P.step)*P.step),(P.initTime||P.defaultSelect||j.data("changed"))&&i.getHours()===parseInt(t,10)&&(!d&&P.step>59||i.getMinutes()===parseInt(r,10))&&(P.defaultSelect||j.data("changed")?D.push("xdsoft_current"):P.initTime&&D.push("xdsoft_init_time")),parseInt(v.getHours(),10)===parseInt(t,10)&&parseInt(v.getMinutes(),10)===parseInt(r,10)&&D.push("xdsoft_today"),S+='<div class="xdsoft_time '+D.join(" ")+'" data-hour="'+t+'" data-minute="'+r+'">'+n.formatDate(s,P.formatTime)+"</div>"},P.allowTimes&&e.isArray(P.allowTimes)&&P.allowTimes.length)for(y=0;y<P.allowTimes.length;y+=1)h(A.strtotime(P.allowTimes[y]).getHours(),l=A.strtotime(P.allowTimes[y]).getMinutes());else for(y=0,t=0;y<(P.hours12?12:24);y+=1)for(t=0;t<60;t+=P.step)h((y<10?"0":"")+y,l=(t<10?"0":"")+t);for(R.html(S),r="",y=0,y=parseInt(P.yearStart,10)+P.yearOffset;y<=parseInt(P.yearEnd,10)+P.yearOffset;y+=1)r+='<div class="xdsoft_option '+(A.currentTime.getFullYear()===y?"xdsoft_current":"")+'" data-value="'+y+'">'+y+"</div>";for(G.children().eq(0).html(r),y=parseInt(P.monthStart,10),r="";y<=parseInt(P.monthEnd,10);y+=1)r+='<div class="xdsoft_option '+(A.currentTime.getMonth()===y?"xdsoft_current":"")+'" data-value="'+y+'">'+P.i18n[o].months[y]+"</div>";V.children().eq(0).html(r),e(j).trigger("generate.xdsoft")}),10),t.stopPropagation()})).on("afterOpen.xdsoft",(function(){var e,t,a,n;P.timepicker&&(R.find(".xdsoft_current").length?e=".xdsoft_current":R.find(".xdsoft_init_time").length&&(e=".xdsoft_init_time"),e?(t=E[0].clientHeight,(a=R[0].offsetHeight)-t<(n=R.find(e).index()*P.timeHeightInTimePicker+1)&&(n=a-t),E.trigger("scroll_element.xdsoft_scroller",[parseInt(n,10)/(a-t)])):E.trigger("scroll_element.xdsoft_scroller",[0]))})),s=0,N.on("touchend click.xdsoft","td",(function(t){t.stopPropagation(),s+=1;var n=e(this),r=A.currentTime;if(null==r&&(A.currentTime=A.now(),r=A.currentTime),n.hasClass("xdsoft_disabled"))return!1;r.setDate(1),r.setFullYear(n.data("year")),r.setMonth(n.data("month")),r.setDate(n.data("date")),j.trigger("select.xdsoft",[r]),a.val(A.str()),P.onSelectDate&&e.isFunction(P.onSelectDate)&&P.onSelectDate.call(j,A.currentTime,j.data("input"),t),j.data("changed",!0),j.trigger("xchange.xdsoft"),j.trigger("changedatetime.xdsoft"),(s>1||!0===P.closeOnDateSelect||!1===P.closeOnDateSelect&&!P.timepicker)&&!P.inline&&j.trigger("close.xdsoft"),setTimeout((function(){s=0}),200)})),R.on("touchstart","div",(function(e){H=e.originalEvent.touches[0].clientY})).on("touchend","div",(function(e){var a=e.originalEvent.changedTouches[0].clientY-H;a>-3&&a<3&&(t=!1)})).on("touchmove","div",(function(){t=!0})).on("touchend click.xdsoft","div",(function(a){if(a.stopPropagation(),t)t=!1;else{var n=e(this),r=A.currentTime;if(null==r&&(A.currentTime=A.now(),r=A.currentTime),n.hasClass("xdsoft_disabled"))return!1;r.setHours(n.data("hour")),r.setMinutes(n.data("minute")),j.trigger("select.xdsoft",[r]),j.data("input").val(A.str()),P.onSelectTime&&e.isFunction(P.onSelectTime)&&P.onSelectTime.call(j,A.currentTime,j.data("input"),a),j.data("changed",!0),j.trigger("xchange.xdsoft"),j.trigger("changedatetime.xdsoft"),!0!==P.inline&&!0===P.closeOnTimeSelect&&j.trigger("close.xdsoft")}})),J.on("mousewheel.xdsoft",(function(e){return!P.scrollMonth||(e.deltaY<0?A.nextMonth():A.prevMonth(),!1)})),a.on("mousewheel.xdsoft",(function(e){return!P.scrollInput||(!P.datepicker&&P.timepicker?((d=R.find(".xdsoft_current").length?R.find(".xdsoft_current").eq(0).index():0)+e.deltaY>=0&&d+e.deltaY<R.children().length&&(d+=e.deltaY),R.children().eq(d).length&&R.children().eq(d).trigger("mousedown"),!1):P.datepicker&&!P.timepicker?(J.trigger(e,[e.deltaY,e.deltaX,e.deltaY]),a.val&&a.val(A.str()),j.trigger("changedatetime.xdsoft"),!1):void 0)})),j.on("changedatetime.xdsoft",(function(t){if(P.onChangeDateTime&&e.isFunction(P.onChangeDateTime)){var a=j.data("input");P.onChangeDateTime.call(j,A.currentTime,a,t),delete P.value,a.trigger("change")}})).on("generate.xdsoft",(function(){P.onGenerate&&e.isFunction(P.onGenerate)&&P.onGenerate.call(j,A.currentTime,j.data("input")),U&&(j.trigger("afterOpen.xdsoft"),U=!1)})).on("click.xdsoft",(function(e){e.stopPropagation()})),d=0,Y=function(e,t){do{if(!1===t(e=e.parentNode))break}while("HTML"!==e.nodeName)},l=function(){var t,a,n,r,o,i,s,d,u,l,f,c,h;if(t=(d=j.data("input")).offset(),a=d[0],l="top",n=t.top+a.offsetHeight-1,r=t.left,o="absolute",u=e(window).width(),c=e(window).height(),h=e(window).scrollTop(),document.documentElement.clientWidth-t.left<J.parent().outerWidth(!0)){var m=J.parent().outerWidth(!0)-a.offsetWidth;r-=m}"rtl"===d.parent().css("direction")&&(r-=j.outerWidth()-d.outerWidth()),P.fixed?(n-=h,r-=e(window).scrollLeft(),o="fixed"):(s=!1,Y(a,(function(e){if("fixed"===window.getComputedStyle(e).getPropertyValue("position"))return s=!0,!1})),s?(o="fixed",n+j.outerHeight()>c+h?(l="bottom",n=c+h-t.top):n-=h):n+a.offsetHeight>c+h&&(n=t.top-a.offsetHeight+1),n<0&&(n=0),r+a.offsetWidth>u&&(r=u-a.offsetWidth)),i=j[0],Y(i,(function(e){if("relative"===window.getComputedStyle(e).getPropertyValue("position")&&u>=e.offsetWidth)return r-=(u-e.offsetWidth)/2,!1})),(f={position:o,left:r,top:"",bottom:""})[l]=n,j.css(f)},j.on("open.xdsoft",(function(t){var a=!0;P.onShow&&e.isFunction(P.onShow)&&(a=P.onShow.call(j,A.currentTime,j.data("input"),t)),!1!==a&&(j.show(),l(),e(window).off("resize.xdsoft",l).on("resize.xdsoft",l),P.closeOnWithoutClick&&e([document.body,window]).on("touchstart mousedown.xdsoft",(function t(){j.trigger("close.xdsoft"),e([document.body,window]).off("touchstart mousedown.xdsoft",t)})))})).on("close.xdsoft",(function(t){var a=!0;I.find(".xdsoft_month,.xdsoft_year").find(".xdsoft_select").hide(),P.onClose&&e.isFunction(P.onClose)&&(a=P.onClose.call(j,A.currentTime,j.data("input"),t)),!1===a||P.opened||P.inline||j.hide(),t.stopPropagation()})).on("toggle.xdsoft",(function(){j.is(":visible")?j.trigger("close.xdsoft"):j.trigger("open.xdsoft")})).data("input",a),X=0,j.data("xdsoft_datetime",A),j.setOptions(P),A.setCurrentTime(q()),a.data("xdsoft_datetimepicker",j).on("open.xdsoft focusin.xdsoft mousedown.xdsoft touchstart",(function(){a.is(":disabled")||a.data("xdsoft_datetimepicker").is(":visible")&&P.closeOnInputClick||(clearTimeout(X),X=setTimeout((function(){a.is(":disabled")||(U=!0,A.setCurrentTime(q(),!0),P.mask&&K(P),j.trigger("open.xdsoft"))}),100))})).on("keydown.xdsoft",(function(t){var a,n=t.which;return-1!==[y].indexOf(n)&&P.enterLikeTab?(a=e("input:visible,textarea:visible,button:visible,a:visible"),j.trigger("close.xdsoft"),a.eq(a.index(this)+1).focus(),!1):-1!==[T].indexOf(n)?(j.trigger("close.xdsoft"),!0):void 0})).on("blur.xdsoft",(function(){j.trigger("close.xdsoft")}))},d=function(t){var a=t.data("xdsoft_datetimepicker");a&&(a.data("xdsoft_datetime",null),a.remove(),t.data("xdsoft_datetimepicker",null).off(".xdsoft"),e(window).off("resize.xdsoft"),e([window,document.body]).off("mousedown.xdsoft touchstart"),t.unmousewheel&&t.unmousewheel())},e(document).off("keydown.xdsoftctrl keyup.xdsoftctrl").on("keydown.xdsoftctrl",(function(e){e.keyCode===g&&(F=!0)})).on("keyup.xdsoftctrl",(function(e){e.keyCode===g&&(F=!1)})),this.each((function(){var t=e(this).data("xdsoft_datetimepicker");if(t){if("string"===e.type(r))switch(r){case"show":e(this).select().focus(),t.trigger("open.xdsoft");break;case"hide":t.trigger("close.xdsoft");break;case"toggle":t.trigger("toggle.xdsoft");break;case"destroy":d(e(this));break;case"reset":this.value=this.defaultValue,this.value&&t.data("xdsoft_datetime").isValidDate(n.parseDate(this.value,P.format))||t.data("changed",!1),t.data("xdsoft_datetime").setCurrentTime(this.value);break;case"validate":t.data("input").trigger("blur.xdsoft");break;default:t[r]&&e.isFunction(t[r])&&(l=t[r](i))}else t.setOptions(r);return 0}"string"!==e.type(r)&&(!P.lazyInit||P.open||P.inline?s(e(this)):Y(e(this)))})),l},e.fn.datetimepicker.defaults=a})?n.apply(t,r):n)||(e.exports=o),r=[a(19755)],void 0===(o="function"==typeof(n=function(e){var t,a,n=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],r="onwheel"in document||document.documentMode>=9?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],o=Array.prototype.slice;if(e.event.fixHooks)for(var i=n.length;i;)e.event.fixHooks[n[--i]]=e.event.mouseHooks;var s=e.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var t=r.length;t;)this.addEventListener(r[--t],d,!1);else this.onmousewheel=d;e.data(this,"mousewheel-line-height",s.getLineHeight(this)),e.data(this,"mousewheel-page-height",s.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var t=r.length;t;)this.removeEventListener(r[--t],d,!1);else this.onmousewheel=null;e.removeData(this,"mousewheel-line-height"),e.removeData(this,"mousewheel-page-height")},getLineHeight:function(t){var a=e(t),n=a["offsetParent"in e.fn?"offsetParent":"parent"]();return n.length||(n=e("body")),t.ownerDocument&&(parseInt(n.css("fontSize"),10)||parseInt(a.css("fontSize"),10))||16},getPageHeight:function(t){return e(t).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};function d(n){var r=n||window.event,i=o.call(arguments,1),d=0,f=0,c=0,h=0,m=0,g=0;if((n=e.event.fix(r)).type="mousewheel","detail"in r&&(c=-1*r.detail),"wheelDelta"in r&&(c=r.wheelDelta),"wheelDeltaY"in r&&(c=r.wheelDeltaY),"wheelDeltaX"in r&&(f=-1*r.wheelDeltaX),"axis"in r&&r.axis===r.HORIZONTAL_AXIS&&(f=-1*c,c=0),d=0===c?f:c,"deltaY"in r&&(d=c=-1*r.deltaY),"deltaX"in r&&(f=r.deltaX,0===c&&(d=-1*f)),0!==c||0!==f){if(1===r.deltaMode){var p=e.data(this,"mousewheel-line-height");d*=p,c*=p,f*=p}else if(2===r.deltaMode){var y=e.data(this,"mousewheel-page-height");d*=y,c*=y,f*=y}if(h=Math.max(Math.abs(c),Math.abs(f)),(!a||h<a)&&(a=h,l(r,h)&&(a/=40)),l(r,h)&&(d/=40,f/=40,c/=40),d=Math[d>=1?"floor":"ceil"](d/a),f=Math[f>=1?"floor":"ceil"](f/a),c=Math[c>=1?"floor":"ceil"](c/a),s.settings.normalizeOffset&&this.getBoundingClientRect){var v=this.getBoundingClientRect();m=n.clientX-v.left,g=n.clientY-v.top}return n.deltaX=f,n.deltaY=c,n.deltaFactor=a,n.offsetX=m,n.offsetY=g,n.deltaMode=0,i.unshift(n,d,f,c),t&&clearTimeout(t),t=setTimeout(u,200),(e.event.dispatch||e.event.handle).apply(this,i)}}function u(){a=null}function l(e,t){return s.settings.adjustOldDeltas&&"mousewheel"===e.type&&t%120==0}e.fn.extend({mousewheel:function(e){return e?this.bind("mousewheel",e):this.trigger("mousewheel")},unmousewheel:function(e){return this.unbind("mousewheel",e)}})})?n.apply(t,r):n)||(e.exports=o)},27924:function(e,t,a){var n,r,o;a(50110),a(95767),a(39115),a(96253),a(56997),a(91181),r=[a(19755)],void 0===(o="function"==typeof(n=function(e){var t,a,n=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],r="onwheel"in document||document.documentMode>=9?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],o=Array.prototype.slice;if(e.event.fixHooks)for(var i=n.length;i;)e.event.fixHooks[n[--i]]=e.event.mouseHooks;var s=e.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var t=r.length;t;)this.addEventListener(r[--t],d,!1);else this.onmousewheel=d;e.data(this,"mousewheel-line-height",s.getLineHeight(this)),e.data(this,"mousewheel-page-height",s.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var t=r.length;t;)this.removeEventListener(r[--t],d,!1);else this.onmousewheel=null;e.removeData(this,"mousewheel-line-height"),e.removeData(this,"mousewheel-page-height")},getLineHeight:function(t){var a=e(t),n=a["offsetParent"in e.fn?"offsetParent":"parent"]();return n.length||(n=e("body")),parseInt(n.css("fontSize"),10)||parseInt(a.css("fontSize"),10)||16},getPageHeight:function(t){return e(t).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};function d(n){var r=n||window.event,i=o.call(arguments,1),d=0,f=0,c=0,h=0,m=0,g=0;if((n=e.event.fix(r)).type="mousewheel","detail"in r&&(c=-1*r.detail),"wheelDelta"in r&&(c=r.wheelDelta),"wheelDeltaY"in r&&(c=r.wheelDeltaY),"wheelDeltaX"in r&&(f=-1*r.wheelDeltaX),"axis"in r&&r.axis===r.HORIZONTAL_AXIS&&(f=-1*c,c=0),d=0===c?f:c,"deltaY"in r&&(d=c=-1*r.deltaY),"deltaX"in r&&(f=r.deltaX,0===c&&(d=-1*f)),0!==c||0!==f){if(1===r.deltaMode){var p=e.data(this,"mousewheel-line-height");d*=p,c*=p,f*=p}else if(2===r.deltaMode){var y=e.data(this,"mousewheel-page-height");d*=y,c*=y,f*=y}if(h=Math.max(Math.abs(c),Math.abs(f)),(!a||h<a)&&(a=h,l(r,h)&&(a/=40)),l(r,h)&&(d/=40,f/=40,c/=40),d=Math[d>=1?"floor":"ceil"](d/a),f=Math[f>=1?"floor":"ceil"](f/a),c=Math[c>=1?"floor":"ceil"](c/a),s.settings.normalizeOffset&&this.getBoundingClientRect){var v=this.getBoundingClientRect();m=n.clientX-v.left,g=n.clientY-v.top}return n.deltaX=f,n.deltaY=c,n.deltaFactor=a,n.offsetX=m,n.offsetY=g,n.deltaMode=0,i.unshift(n,d,f,c),t&&clearTimeout(t),t=setTimeout(u,200),(e.event.dispatch||e.event.handle).apply(this,i)}}function u(){a=null}function l(e,t){return s.settings.adjustOldDeltas&&"mousewheel"===e.type&&t%120==0}e.fn.extend({mousewheel:function(e){return e?this.bind("mousewheel",e):this.trigger("mousewheel")},unmousewheel:function(e){return this.unbind("mousewheel",e)}})})?n.apply(t,r):n)||(e.exports=o)}}]);