@esvndev/es-react-table-interface 1.7.36 → 1.7.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -797,4 +797,4 @@ function mpt(e,t,n){if("function"==typeof e?e===t:e.has(t))return arguments.leng
|
|
|
797
797
|
* Licensed under MIT (https://github.com/Johann-S/bs-stepper/blob/master/LICENSE)
|
|
798
798
|
*/fgt.exports=function(){function e(){return e=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},e.apply(this,arguments)}var t=window.Element.prototype.matches,n=function(e,t){return e.closest(t)},r=function(e,t){return new window.Event(e,t)},i=function(e,t){return new window.CustomEvent(e,t)};function a(){if(window.Element.prototype.matches||(t=window.Element.prototype.msMatchesSelector||window.Element.prototype.webkitMatchesSelector),window.Element.prototype.closest||(n=function(e,n){if(!document.documentElement.contains(e))return null;do{if(t.call(e,n))return e;e=e.parentElement||e.parentNode}while(null!==e&&1===e.nodeType);return null}),window.Event&&"function"==typeof window.Event||(r=function(e,t){t=t||{};var n=document.createEvent("Event");return n.initEvent(e,Boolean(t.bubbles),Boolean(t.cancelable)),n}),"function"!=typeof window.CustomEvent){var e=window.Event.prototype.preventDefault;i=function(t,n){var r=document.createEvent("CustomEvent");return n=n||{bubbles:!1,cancelable:!1,detail:null},r.initCustomEvent(t,n.bubbles,n.cancelable,n.detail),r.preventDefault=function(){this.cancelable&&(e.call(this),Object.defineProperty(this,"defaultPrevented",{get:function(){return!0}}))},r}}}a();var o=1e3,l={ACTIVE:"active",LINEAR:"linear",BLOCK:"dstepper-block",NONE:"dstepper-none",FADE:"fade",VERTICAL:"vertical"},s="transitionend",c="bsStepper",d=function(e,t,n,r){var a=e[c];if(!a._steps[t].classList.contains(l.ACTIVE)&&!a._stepsContents[t].classList.contains(l.ACTIVE)){var o=i("show.bs-stepper",{cancelable:!0,detail:{from:a._currentIndex,to:t,indexStep:t}});e.dispatchEvent(o);var s=a._steps.filter(function(e){return e.classList.contains(l.ACTIVE)}),d=a._stepsContents.filter(function(e){return e.classList.contains(l.ACTIVE)});o.defaultPrevented||(s.length&&s[0].classList.remove(l.ACTIVE),d.length&&(d[0].classList.remove(l.ACTIVE),e.classList.contains(l.VERTICAL)||a.options.animation||d[0].classList.remove(l.BLOCK)),h(e,a._steps[t],a._steps,n),u(e,a._stepsContents[t],a._stepsContents,d,r))}},h=function(e,t,n,r){n.forEach(function(t){var n=t.querySelector(r.selectors.trigger);n.setAttribute("aria-selected","false"),e.classList.contains(l.LINEAR)&&n.setAttribute("disabled","disabled")}),t.classList.add(l.ACTIVE);var i=t.querySelector(r.selectors.trigger);i.setAttribute("aria-selected","true"),e.classList.contains(l.LINEAR)&&i.removeAttribute("disabled")},u=function(e,t,n,r,a){var o=e[c],d=n.indexOf(t),h=i("shown.bs-stepper",{cancelable:!0,detail:{from:o._currentIndex,to:d,indexStep:d}});function u(){t.classList.add(l.BLOCK),t.removeEventListener(s,u),e.dispatchEvent(h),a()}if(t.classList.contains(l.FADE)){t.classList.remove(l.NONE);var m=p(t);t.addEventListener(s,u),r.length&&r[0].classList.add(l.NONE),t.classList.add(l.ACTIVE),f(t,m)}else t.classList.add(l.ACTIVE),t.classList.add(l.BLOCK),e.dispatchEvent(h),a()},p=function(e){if(!e)return 0;var t=window.getComputedStyle(e).transitionDuration;return parseFloat(t)?(t=t.split(",")[0],parseFloat(t)*o):0},f=function(e,t){var n=!1,i=t+5;function a(){n=!0,e.removeEventListener(s,a)}e.addEventListener(s,a),window.setTimeout(function(){n||e.dispatchEvent(r(s)),e.removeEventListener(s,a)},i)},m=function(e,t){t.animation&&e.forEach(function(e){e.classList.add(l.FADE),e.classList.add(l.NONE)})},v=function(){return function(e){e.preventDefault()}},g=function(e){return function(t){t.preventDefault();var r=n(t.target,e.selectors.steps),i=n(r,e.selectors.stepper),a=i[c],o=a._steps.indexOf(r);d(i,o,e,function(){a._currentIndex=o})}},b={linear:!0,animation:!1,selectors:{steps:".step",trigger:".step-trigger",stepper:".bs-stepper"}},y=function(){function t(t,n){var r=this;void 0===n&&(n={}),this._element=t,this._currentIndex=0,this._stepsContents=[],this.options=e({},b,{},n),this.options.selectors=e({},b.selectors,{},this.options.selectors),this.options.linear&&this._element.classList.add(l.LINEAR),this._steps=[].slice.call(this._element.querySelectorAll(this.options.selectors.steps)),this._steps.filter(function(e){return e.hasAttribute("data-target")}).forEach(function(e){r._stepsContents.push(r._element.querySelector(e.getAttribute("data-target")))}),m(this._stepsContents,this.options),this._setLinkListeners(),Object.defineProperty(this._element,c,{value:this,writable:!0}),this._steps.length&&d(this._element,this._currentIndex,this.options,function(){})}var n=t.prototype;return n._setLinkListeners=function(){var e=this;this._steps.forEach(function(t){var n=t.querySelector(e.options.selectors.trigger);e.options.linear?(e._clickStepLinearListener=v(e.options),n.addEventListener("click",e._clickStepLinearListener)):(e._clickStepNonLinearListener=g(e.options),n.addEventListener("click",e._clickStepNonLinearListener))})},n.next=function(){var e=this,t=this._currentIndex+1<=this._steps.length-1?this._currentIndex+1:this._steps.length-1;d(this._element,t,this.options,function(){e._currentIndex=t})},n.previous=function(){var e=this,t=this._currentIndex-1>=0?this._currentIndex-1:0;d(this._element,t,this.options,function(){e._currentIndex=t})},n.to=function(e){var t=this,n=e-1,r=n>=0&&n<this._steps.length?n:0;d(this._element,r,this.options,function(){t._currentIndex=r})},n.reset=function(){var e=this;d(this._element,0,this.options,function(){e._currentIndex=0})},n.destroy=function(){var e=this;this._steps.forEach(function(t){var n=t.querySelector(e.options.selectors.trigger);e.options.linear?n.removeEventListener("click",e._clickStepLinearListener):n.removeEventListener("click",e._clickStepNonLinearListener)}),this._element[c]=void 0,this._element=void 0,this._currentIndex=void 0,this._steps=void 0,this._stepsContents=void 0,this._clickStepLinearListener=void 0,this._clickStepNonLinearListener=void 0},t}();return y}();var mgt,vgt,ggt=fgt.exports;e.forwardRef((t,n)=>{const{steps:i,instance:a,className:o,headerClassName:l,contentClassName:s,contentWrapperClassName:c,options:d={},type:h="horizontal",separator:u=r.jsx(CFe,{fontSize:17})}=t,[p,f]=e.useState(0);let m=null;e.useEffect(()=>{m=new ggt(n.current,d),n.current.addEventListener("shown.bs-stepper",function(e){f(e.detail.indexStep)}),a&&a(m)},[]);return r.jsxs("div",{ref:n,className:eQe("bs-stepper",{[o]:o,vertical:"vertical"===h,"vertical wizard-modern":"modern-vertical"===h,"wizard-modern":"modern-horizontal"===h}),children:[r.jsx("div",{className:eQe("bs-stepper-header",{[l]:l}),children:(()=>{const t=i.filter(e=>!1!==e.active);return t.map((t,n)=>r.jsxs(e.Fragment,{children:[0!==n&&n!==i.length?r.jsx("div",{className:"line",children:u}):null,r.jsx("div",{className:eQe("step",{crossed:p>n,active:n===p}),"data-target":`#${t.id}`,children:r.jsxs("button",{type:"button",className:"step-trigger",children:[r.jsx("span",{className:"bs-stepper-box",children:t.icon?t.icon:n+1}),r.jsxs("span",{className:"bs-stepper-label",children:[r.jsx("span",{className:"bs-stepper-title",children:t.title}),t.subtitle?r.jsx("span",{className:"bs-stepper-subtitle",children:t.subtitle}):null]})]})})]},t.id))})()}),r.jsx("div",{className:eQe("bs-stepper-content",{[c]:c}),children:(()=>{const e=i.filter(e=>!1!==e.active);return e.map((e,t)=>r.jsx("div",{className:eQe("content",{[s]:s,"active dstepper-block":p===t}),id:e.id,children:e.content},e.id))})()})]})});try{mgt=Map}catch(TZe){}try{vgt=Set}catch(TZe){}function bgt(e,t,n){if(!e||"object"!=typeof e||"function"==typeof e)return e;if(e.nodeType&&"cloneNode"in e)return e.cloneNode(!0);if(e instanceof Date)return new Date(e.getTime());if(e instanceof RegExp)return new RegExp(e);if(Array.isArray(e))return e.map(ygt);if(mgt&&e instanceof mgt)return new Map(Array.from(e.entries()));if(vgt&&e instanceof vgt)return new Set(Array.from(e.values()));if(e instanceof Object){t.push(e);var r=Object.create(e);for(var i in n.push(r),e){var a=t.findIndex(function(t){return t===e[i]});r[i]=a>-1?n[a]:bgt(e[i],t,n)}return r}return e}function ygt(e){return bgt(e,[],[])}const wgt=Object.prototype.toString,xgt=Error.prototype.toString,Egt=RegExp.prototype.toString,kgt="undefined"!=typeof Symbol?Symbol.prototype.toString:()=>"",Cgt=/^Symbol\((.*)\)(.*)$/;function Sgt(e,t=!1){if(null==e||!0===e||!1===e)return""+e;const n=typeof e;if("number"===n)return function(e){return e!=+e?"NaN":0===e&&1/e<0?"-0":""+e}(e);if("string"===n)return t?`"${e}"`:e;if("function"===n)return"[Function "+(e.name||"anonymous")+"]";if("symbol"===n)return kgt.call(e).replace(Cgt,"Symbol($1)");const r=wgt.call(e).slice(8,-1);return"Date"===r?isNaN(e.getTime())?""+e:e.toISOString(e):"Error"===r||e instanceof Error?"["+xgt.call(e)+"]":"RegExp"===r?Egt.call(e):null}function Mgt(e,t){let n=Sgt(e,t);return null!==n?n:JSON.stringify(e,function(e,n){let r=Sgt(this[e],t);return null!==r?r:n},2)}let Agt={default:"${path} is invalid",required:"${path} is a required field",oneOf:"${path} must be one of the following values: ${values}",notOneOf:"${path} must not be one of the following values: ${values}",notType:({path:e,type:t,value:n,originalValue:r})=>{let i=null!=r&&r!==n,a=`${e} must be a \`${t}\` type, but the final value was: \`${Mgt(n,!0)}\``+(i?` (cast from the value \`${Mgt(r,!0)}\`).`:".");return null===n&&(a+='\n If "null" is intended as an empty value be sure to mark the schema as `.nullable()`'),a},defined:"${path} must be defined"},_gt={min:"${path} field must be later than ${min}",max:"${path} field must be at earlier than ${max}"};Object.assign(Object.create(null),{mixed:Agt,string:{length:"${path} must be exactly ${length} characters",min:"${path} must be at least ${min} characters",max:"${path} must be at most ${max} characters",matches:'${path} must match the following: "${regex}"',email:"${path} must be a valid email",url:"${path} must be a valid URL",uuid:"${path} must be a valid UUID",trim:"${path} must be a trimmed string",lowercase:"${path} must be a lowercase string",uppercase:"${path} must be a upper case string"},number:{min:"${path} must be greater than or equal to ${min}",max:"${path} must be less than or equal to ${max}",lessThan:"${path} must be less than ${less}",moreThan:"${path} must be greater than ${more}",positive:"${path} must be a positive number",negative:"${path} must be a negative number",integer:"${path} must be an integer"},date:_gt,object:{noUnknown:"${path} field has unspecified keys: ${unknown}"},array:{min:"${path} field must have at least ${min} items",max:"${path} field must have less than or equal to ${max} items",length:"${path} must have ${length} items"},boolean:{isValue:"${path} field must be ${value}"}});var Ogt=Object.prototype.hasOwnProperty;var Zgt=function(e,t){return null!=e&&Ogt.call(e,t)},Dgt=Array.isArray,Igt="object"==typeof NFe&&NFe&&NFe.Object===Object&&NFe,Hgt=Igt,Ngt="object"==typeof self&&self&&self.Object===Object&&self,Tgt=Hgt||Ngt||Function("return this")(),Lgt=Tgt.Symbol,Pgt=Lgt,Vgt=Object.prototype,jgt=Vgt.hasOwnProperty,zgt=Vgt.toString,Bgt=Pgt?Pgt.toStringTag:void 0;var Rgt=function(e){var t=jgt.call(e,Bgt),n=e[Bgt];try{e[Bgt]=void 0;var r=!0}catch(e){}var i=zgt.call(e);return r&&(t?e[Bgt]=n:delete e[Bgt]),i},Wgt=Object.prototype.toString;var Fgt=Rgt,qgt=function(e){return Wgt.call(e)},Ygt=Lgt?Lgt.toStringTag:void 0;var Ugt=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":Ygt&&Ygt in Object(e)?Fgt(e):qgt(e)};var Ggt=function(e){return null!=e&&"object"==typeof e},Xgt=Ugt,Jgt=Ggt;var Qgt=function(e){return"symbol"==typeof e||Jgt(e)&&"[object Symbol]"==Xgt(e)},Kgt=Dgt,$gt=Qgt,ebt=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,tbt=/^\w*$/;var nbt=function(e,t){if(Kgt(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!$gt(e))||(tbt.test(e)||!ebt.test(e)||null!=t&&e in Object(t))};var rbt=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)},ibt=Ugt,abt=rbt;var obt=function(e){if(!abt(e))return!1;var t=ibt(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t},lbt=Tgt["__core-js_shared__"],sbt=function(){var e=/[^.]+$/.exec(lbt&&lbt.keys&&lbt.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();var cbt=function(e){return!!sbt&&sbt in e},dbt=Function.prototype.toString;var hbt=function(e){if(null!=e){try{return dbt.call(e)}catch(e){}try{return e+""}catch(e){}}return""},ubt=obt,pbt=cbt,fbt=rbt,mbt=hbt,vbt=/^\[object .+?Constructor\]$/,gbt=Function.prototype,bbt=Object.prototype,ybt=gbt.toString,wbt=bbt.hasOwnProperty,xbt=RegExp("^"+ybt.call(wbt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var Ebt=function(e,t){return null==e?void 0:e[t]},kbt=function(e){return!(!fbt(e)||pbt(e))&&(ubt(e)?xbt:vbt).test(mbt(e))},Cbt=Ebt;var Sbt=function(e,t){var n=Cbt(e,t);return kbt(n)?n:void 0},Mbt=Sbt(Object,"create"),Abt=Mbt;var _bt=function(){this.__data__=Abt?Abt(null):{},this.size=0};var Obt=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},Zbt=Mbt,Dbt=Object.prototype.hasOwnProperty;var Ibt=function(e){var t=this.__data__;if(Zbt){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return Dbt.call(t,e)?t[e]:void 0},Hbt=Mbt,Nbt=Object.prototype.hasOwnProperty;var Tbt=Mbt;var Lbt=_bt,Pbt=Obt,Vbt=Ibt,jbt=function(e){var t=this.__data__;return Hbt?void 0!==t[e]:Nbt.call(t,e)},zbt=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=Tbt&&void 0===t?"__lodash_hash_undefined__":t,this};function Bbt(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}Bbt.prototype.clear=Lbt,Bbt.prototype.delete=Pbt,Bbt.prototype.get=Vbt,Bbt.prototype.has=jbt,Bbt.prototype.set=zbt;var Rbt=Bbt;var Wbt=function(){this.__data__=[],this.size=0};var Fbt=function(e,t){return e===t||e!=e&&t!=t},qbt=Fbt;var Ybt=function(e,t){for(var n=e.length;n--;)if(qbt(e[n][0],t))return n;return-1},Ubt=Ybt,Gbt=Array.prototype.splice;var Xbt=function(e){var t=this.__data__,n=Ubt(t,e);return!(n<0)&&(n==t.length-1?t.pop():Gbt.call(t,n,1),--this.size,!0)},Jbt=Ybt;var Qbt=function(e){var t=this.__data__,n=Jbt(t,e);return n<0?void 0:t[n][1]},Kbt=Ybt;var $bt=Ybt;var eyt=function(e,t){var n=this.__data__,r=$bt(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},tyt=Wbt,nyt=Xbt,ryt=Qbt,iyt=function(e){return Kbt(this.__data__,e)>-1},ayt=eyt;function oyt(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}oyt.prototype.clear=tyt,oyt.prototype.delete=nyt,oyt.prototype.get=ryt,oyt.prototype.has=iyt,oyt.prototype.set=ayt;var lyt=oyt,syt=Sbt(Tgt,"Map"),cyt=Rbt,dyt=lyt,hyt=syt;var uyt=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e},pyt=uyt;var fyt=function(e,t){var n=e.__data__;return pyt(t)?n["string"==typeof t?"string":"hash"]:n.map},myt=fyt;var vyt=fyt;var gyt=fyt;var byt=fyt;var yyt=function(){this.size=0,this.__data__={hash:new cyt,map:new(hyt||dyt),string:new cyt}},wyt=function(e){var t=myt(this,e).delete(e);return this.size-=t?1:0,t},xyt=function(e){return vyt(this,e).get(e)},Eyt=function(e){return gyt(this,e).has(e)},kyt=function(e,t){var n=byt(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this};function Cyt(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}Cyt.prototype.clear=yyt,Cyt.prototype.delete=wyt,Cyt.prototype.get=xyt,Cyt.prototype.has=Eyt,Cyt.prototype.set=kyt;var Syt=Cyt,Myt=Syt;function Ayt(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var r=arguments,i=t?t.apply(this,r):r[0],a=n.cache;if(a.has(i))return a.get(i);var o=e.apply(this,r);return n.cache=a.set(i,o)||a,o};return n.cache=new(Ayt.Cache||Myt),n}Ayt.Cache=Myt;var _yt=Ayt;var Oyt=function(e){var t=_yt(e,function(e){return 500===n.size&&n.clear(),e}),n=t.cache;return t},Zyt=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Dyt=/\\(\\)?/g,Iyt=Oyt(function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(Zyt,function(e,n,r,i){t.push(r?i.replace(Dyt,"$1"):n||e)}),t}),Hyt=Iyt;var Nyt=function(e,t){for(var n=-1,r=null==e?0:e.length,i=Array(r);++n<r;)i[n]=t(e[n],n,e);return i},Tyt=Nyt,Lyt=Dgt,Pyt=Qgt,Vyt=Lgt?Lgt.prototype:void 0,jyt=Vyt?Vyt.toString:void 0;var zyt=function e(t){if("string"==typeof t)return t;if(Lyt(t))return Tyt(t,e)+"";if(Pyt(t))return jyt?jyt.call(t):"";var n=t+"";return"0"==n&&1/t==-1/0?"-0":n},Byt=zyt;var Ryt=Dgt,Wyt=nbt,Fyt=Hyt,qyt=function(e){return null==e?"":Byt(e)};var Yyt=function(e,t){return Ryt(e)?e:Wyt(e,t)?[e]:Fyt(qyt(e))},Uyt=Ugt,Gyt=Ggt;var Xyt=function(e){return Gyt(e)&&"[object Arguments]"==Uyt(e)},Jyt=Ggt,Qyt=Object.prototype,Kyt=Qyt.hasOwnProperty,$yt=Qyt.propertyIsEnumerable,ewt=Xyt(function(){return arguments}())?Xyt:function(e){return Jyt(e)&&Kyt.call(e,"callee")&&!$yt.call(e,"callee")},twt=/^(?:0|[1-9]\d*)$/;var nwt=function(e,t){var n=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==n||"symbol"!=n&&twt.test(e))&&e>-1&&e%1==0&&e<t};var rwt=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991},iwt=Qgt;var awt=function(e){if("string"==typeof e||iwt(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t},owt=Yyt,lwt=ewt,swt=Dgt,cwt=nwt,dwt=rwt,hwt=awt;var uwt=function(e,t,n){for(var r=-1,i=(t=owt(t,e)).length,a=!1;++r<i;){var o=hwt(t[r]);if(!(a=null!=e&&n(e,o)))break;e=e[o]}return a||++r!=i?a:!!(i=null==e?0:e.length)&&dwt(i)&&cwt(o,i)&&(swt(e)||lwt(e))},pwt=Zgt,fwt=uwt;var mwt=function(e,t){return null!=e&&fwt(e,t,pwt)};class vwt{constructor(e,t){if(this.fn=void 0,this.refs=e,this.refs=e,"function"==typeof t)return void(this.fn=t);if(!mwt(t,"is"))throw new TypeError("`is:` is required for `when()` conditions");if(!t.then&&!t.otherwise)throw new TypeError("either `then:` or `otherwise:` is required for `when()` conditions");let{is:n,then:r,otherwise:i}=t,a="function"==typeof n?n:(...e)=>e.every(e=>e===n);this.fn=function(...e){let t=e.pop(),n=e.pop(),o=a(...e)?r:i;if(o)return"function"==typeof o?o(n):n.concat(o.resolve(t))}}resolve(e,t){let n=this.refs.map(e=>e.getValue(null==t?void 0:t.value,null==t?void 0:t.parent,null==t?void 0:t.context)),r=this.fn.apply(e,n.concat(e,t));if(void 0===r||r===e)return e;if(!(e=>e&&e.__isYupSchema__)(r))throw new TypeError("conditions must return a schema object");return r.resolve(t)}}function gwt(e){return null==e?[]:[].concat(e)}function bwt(){return bwt=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},bwt.apply(this,arguments)}let ywt=/\$\{\s*(\w+)\s*\}/g;class wwt extends Error{static formatError(e,t){const n=t.label||t.path||"this";return n!==t.path&&(t=bwt({},t,{path:n})),"string"==typeof e?e.replace(ywt,(e,n)=>Mgt(t[n])):"function"==typeof e?e(t):e}static isError(e){return e&&"ValidationError"===e.name}constructor(e,t,n,r){super(),this.value=void 0,this.path=void 0,this.type=void 0,this.errors=void 0,this.params=void 0,this.inner=void 0,this.name="ValidationError",this.value=t,this.path=n,this.type=r,this.errors=[],this.inner=[],gwt(e).forEach(e=>{wwt.isError(e)?(this.errors.push(...e.errors),this.inner=this.inner.concat(e.inner.length?e.inner:e)):this.errors.push(e)}),this.message=this.errors.length>1?`${this.errors.length} errors occurred`:this.errors[0],Error.captureStackTrace&&Error.captureStackTrace(this,wwt)}}function xwt(e,t){let{endEarly:n,tests:r,args:i,value:a,errors:o,sort:l,path:s}=e,c=(e=>{let t=!1;return(...n)=>{t||(t=!0,e(...n))}})(t),d=r.length;const h=[];if(o=o||[],!d)return o.length?c(new wwt(o,a,s)):c(null,a);for(let e=0;e<r.length;e++){(0,r[e])(i,function(e){if(e){if(!wwt.isError(e))return c(e,a);if(n)return e.value=a,c(e,a);h.push(e)}if(--d<=0){if(h.length&&(l&&h.sort(l),o.length&&h.push(...o),o=h),o.length)return void c(new wwt(o,a,s),a);c(null,a)}})}}var Ewt=Sbt,kwt=function(){try{var e=Ewt(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();var Cwt=function(e,t,n){"__proto__"==t&&kwt?kwt(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n};var Swt=function(e){return function(t,n,r){for(var i=-1,a=Object(t),o=r(t),l=o.length;l--;){var s=o[e?l:++i];if(!1===n(a[s],s,a))break}return t}},Mwt=Swt();var Awt=function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r},_wt={exports:{}};var Owt=function(){return!1};!function(e,t){var n=Tgt,r=Owt,i=t&&!t.nodeType&&t,a=i&&e&&!e.nodeType&&e,o=a&&a.exports===i?n.Buffer:void 0,l=(o?o.isBuffer:void 0)||r;e.exports=l}(_wt,_wt.exports);var Zwt=Ugt,Dwt=rwt,Iwt=Ggt,Hwt={};Hwt["[object Float32Array]"]=Hwt["[object Float64Array]"]=Hwt["[object Int8Array]"]=Hwt["[object Int16Array]"]=Hwt["[object Int32Array]"]=Hwt["[object Uint8Array]"]=Hwt["[object Uint8ClampedArray]"]=Hwt["[object Uint16Array]"]=Hwt["[object Uint32Array]"]=!0,Hwt["[object Arguments]"]=Hwt["[object Array]"]=Hwt["[object ArrayBuffer]"]=Hwt["[object Boolean]"]=Hwt["[object DataView]"]=Hwt["[object Date]"]=Hwt["[object Error]"]=Hwt["[object Function]"]=Hwt["[object Map]"]=Hwt["[object Number]"]=Hwt["[object Object]"]=Hwt["[object RegExp]"]=Hwt["[object Set]"]=Hwt["[object String]"]=Hwt["[object WeakMap]"]=!1;var Nwt=function(e){return Iwt(e)&&Dwt(e.length)&&!!Hwt[Zwt(e)]};var Twt=function(e){return function(t){return e(t)}},Lwt={exports:{}};!function(e,t){var n=Igt,r=t&&!t.nodeType&&t,i=r&&e&&!e.nodeType&&e,a=i&&i.exports===r&&n.process,o=function(){try{var e=i&&i.require&&i.require("util").types;return e||a&&a.binding&&a.binding("util")}catch(e){}}();e.exports=o}(Lwt,Lwt.exports);var Pwt=Nwt,Vwt=Twt,jwt=Lwt.exports,zwt=jwt&&jwt.isTypedArray,Bwt=zwt?Vwt(zwt):Pwt,Rwt=Awt,Wwt=ewt,Fwt=Dgt,qwt=_wt.exports,Ywt=nwt,Uwt=Bwt,Gwt=Object.prototype.hasOwnProperty;var Xwt=function(e,t){var n=Fwt(e),r=!n&&Wwt(e),i=!n&&!r&&qwt(e),a=!n&&!r&&!i&&Uwt(e),o=n||r||i||a,l=o?Rwt(e.length,String):[],s=l.length;for(var c in e)!t&&!Gwt.call(e,c)||o&&("length"==c||i&&("offset"==c||"parent"==c)||a&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||Ywt(c,s))||l.push(c);return l},Jwt=Object.prototype;var Qwt=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||Jwt)};var Kwt=function(e,t){return function(n){return e(t(n))}},$wt=Kwt(Object.keys,Object),ext=Qwt,txt=$wt,nxt=Object.prototype.hasOwnProperty;var rxt=function(e){if(!ext(e))return txt(e);var t=[];for(var n in Object(e))nxt.call(e,n)&&"constructor"!=n&&t.push(n);return t},ixt=obt,axt=rwt;var oxt=Xwt,lxt=rxt,sxt=function(e){return null!=e&&axt(e.length)&&!ixt(e)};var cxt=function(e){return sxt(e)?oxt(e):lxt(e)},dxt=Mwt,hxt=cxt;var uxt=function(e,t){return e&&dxt(e,t,hxt)},pxt=lyt;var fxt=lyt,mxt=syt,vxt=Syt;var gxt=lyt,bxt=function(){this.__data__=new pxt,this.size=0},yxt=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},wxt=function(e){return this.__data__.get(e)},xxt=function(e){return this.__data__.has(e)},Ext=function(e,t){var n=this.__data__;if(n instanceof fxt){var r=n.__data__;if(!mxt||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new vxt(r)}return n.set(e,t),this.size=n.size,this};function kxt(e){var t=this.__data__=new gxt(e);this.size=t.size}kxt.prototype.clear=bxt,kxt.prototype.delete=yxt,kxt.prototype.get=wxt,kxt.prototype.has=xxt,kxt.prototype.set=Ext;var Cxt=kxt;var Sxt=Syt,Mxt=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},Axt=function(e){return this.__data__.has(e)};function _xt(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new Sxt;++t<n;)this.add(e[t])}_xt.prototype.add=_xt.prototype.push=Mxt,_xt.prototype.has=Axt;var Oxt=function(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1};var Zxt=function(e,t){return e.has(t)},Dxt=_xt,Ixt=Oxt,Hxt=Zxt;var Nxt=function(e,t,n,r,i,a){var o=1&n,l=e.length,s=t.length;if(l!=s&&!(o&&s>l))return!1;var c=a.get(e),d=a.get(t);if(c&&d)return c==t&&d==e;var h=-1,u=!0,p=2&n?new Dxt:void 0;for(a.set(e,t),a.set(t,e);++h<l;){var f=e[h],m=t[h];if(r)var v=o?r(m,f,h,t,e,a):r(f,m,h,e,t,a);if(void 0!==v){if(v)continue;u=!1;break}if(p){if(!Ixt(t,function(e,t){if(!Hxt(p,t)&&(f===e||i(f,e,n,r,a)))return p.push(t)})){u=!1;break}}else if(f!==m&&!i(f,m,n,r,a)){u=!1;break}}return a.delete(e),a.delete(t),u};var Txt=function(e){var t=-1,n=Array(e.size);return e.forEach(function(e,r){n[++t]=[r,e]}),n};var Lxt=function(e){var t=-1,n=Array(e.size);return e.forEach(function(e){n[++t]=e}),n},Pxt=Tgt.Uint8Array,Vxt=Fbt,jxt=Nxt,zxt=Txt,Bxt=Lxt,Rxt=Lgt?Lgt.prototype:void 0,Wxt=Rxt?Rxt.valueOf:void 0;var Fxt=function(e,t,n,r,i,a,o){switch(n){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!a(new Pxt(e),new Pxt(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return Vxt(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var l=zxt;case"[object Set]":var s=1&r;if(l||(l=Bxt),e.size!=t.size&&!s)return!1;var c=o.get(e);if(c)return c==t;r|=2,o.set(e,t);var d=jxt(l(e),l(t),r,i,a,o);return o.delete(e),d;case"[object Symbol]":if(Wxt)return Wxt.call(e)==Wxt.call(t)}return!1};var qxt=function(e,t){for(var n=-1,r=t.length,i=e.length;++n<r;)e[i+n]=t[n];return e},Yxt=qxt,Uxt=Dgt;var Gxt=function(e,t,n){var r=t(e);return Uxt(e)?r:Yxt(r,n(e))};var Xxt=function(e,t){for(var n=-1,r=null==e?0:e.length,i=0,a=[];++n<r;){var o=e[n];t(o,n,e)&&(a[i++]=o)}return a};var Jxt=Xxt,Qxt=function(){return[]},Kxt=Object.prototype.propertyIsEnumerable,$xt=Object.getOwnPropertySymbols,eEt=$xt?function(e){return null==e?[]:(e=Object(e),Jxt($xt(e),function(t){return Kxt.call(e,t)}))}:Qxt,tEt=Gxt,nEt=eEt,rEt=cxt;var iEt=function(e){return tEt(e,rEt,nEt)},aEt=iEt,oEt=Object.prototype.hasOwnProperty;var lEt=function(e,t,n,r,i,a){var o=1&n,l=aEt(e),s=l.length;if(s!=aEt(t).length&&!o)return!1;for(var c=s;c--;){var d=l[c];if(!(o?d in t:oEt.call(t,d)))return!1}var h=a.get(e),u=a.get(t);if(h&&u)return h==t&&u==e;var p=!0;a.set(e,t),a.set(t,e);for(var f=o;++c<s;){var m=e[d=l[c]],v=t[d];if(r)var g=o?r(v,m,d,t,e,a):r(m,v,d,e,t,a);if(!(void 0===g?m===v||i(m,v,n,r,a):g)){p=!1;break}f||(f="constructor"==d)}if(p&&!f){var b=e.constructor,y=t.constructor;b==y||!("constructor"in e)||!("constructor"in t)||"function"==typeof b&&b instanceof b&&"function"==typeof y&&y instanceof y||(p=!1)}return a.delete(e),a.delete(t),p},sEt=Sbt(Tgt,"DataView"),cEt=syt,dEt=Sbt(Tgt,"Promise"),hEt=Sbt(Tgt,"Set"),uEt=Sbt(Tgt,"WeakMap"),pEt=Ugt,fEt=hbt,mEt="[object Map]",vEt="[object Promise]",gEt="[object Set]",bEt="[object WeakMap]",yEt="[object DataView]",wEt=fEt(sEt),xEt=fEt(cEt),EEt=fEt(dEt),kEt=fEt(hEt),CEt=fEt(uEt),SEt=pEt;(sEt&&SEt(new sEt(new ArrayBuffer(1)))!=yEt||cEt&&SEt(new cEt)!=mEt||dEt&&SEt(dEt.resolve())!=vEt||hEt&&SEt(new hEt)!=gEt||uEt&&SEt(new uEt)!=bEt)&&(SEt=function(e){var t=pEt(e),n="[object Object]"==t?e.constructor:void 0,r=n?fEt(n):"";if(r)switch(r){case wEt:return yEt;case xEt:return mEt;case EEt:return vEt;case kEt:return gEt;case CEt:return bEt}return t});var MEt=Cxt,AEt=Nxt,_Et=Fxt,OEt=lEt,ZEt=SEt,DEt=Dgt,IEt=_wt.exports,HEt=Bwt,NEt="[object Arguments]",TEt="[object Array]",LEt="[object Object]",PEt=Object.prototype.hasOwnProperty;var VEt=function(e,t,n,r,i,a){var o=DEt(e),l=DEt(t),s=o?TEt:ZEt(e),c=l?TEt:ZEt(t),d=(s=s==NEt?LEt:s)==LEt,h=(c=c==NEt?LEt:c)==LEt,u=s==c;if(u&&IEt(e)){if(!IEt(t))return!1;o=!0,d=!1}if(u&&!d)return a||(a=new MEt),o||HEt(e)?AEt(e,t,n,r,i,a):_Et(e,t,s,n,r,i,a);if(!(1&n)){var p=d&&PEt.call(e,"__wrapped__"),f=h&&PEt.call(t,"__wrapped__");if(p||f){var m=p?e.value():e,v=f?t.value():t;return a||(a=new MEt),i(m,v,n,r,a)}}return!!u&&(a||(a=new MEt),OEt(e,t,n,r,i,a))},jEt=VEt,zEt=Ggt;var BEt=function e(t,n,r,i,a){return t===n||(null==t||null==n||!zEt(t)&&!zEt(n)?t!=t&&n!=n:jEt(t,n,r,i,e,a))},REt=Cxt,WEt=BEt;var FEt=function(e,t,n,r){var i=n.length,a=i,o=!r;if(null==e)return!a;for(e=Object(e);i--;){var l=n[i];if(o&&l[2]?l[1]!==e[l[0]]:!(l[0]in e))return!1}for(;++i<a;){var s=(l=n[i])[0],c=e[s],d=l[1];if(o&&l[2]){if(void 0===c&&!(s in e))return!1}else{var h=new REt;if(r)var u=r(c,d,s,e,t,h);if(!(void 0===u?WEt(d,c,3,r,h):u))return!1}}return!0},qEt=rbt;var YEt=function(e){return e==e&&!qEt(e)},UEt=YEt,GEt=cxt;var XEt=function(e){for(var t=GEt(e),n=t.length;n--;){var r=t[n],i=e[r];t[n]=[r,i,UEt(i)]}return t};var JEt=function(e,t){return function(n){return null!=n&&(n[e]===t&&(void 0!==t||e in Object(n)))}},QEt=FEt,KEt=XEt,$Et=JEt;var ekt=function(e){var t=KEt(e);return 1==t.length&&t[0][2]?$Et(t[0][0],t[0][1]):function(n){return n===e||QEt(n,e,t)}},tkt=Yyt,nkt=awt;var rkt=function(e,t){for(var n=0,r=(t=tkt(t,e)).length;null!=e&&n<r;)e=e[nkt(t[n++])];return n&&n==r?e:void 0},ikt=rkt;var akt=function(e,t,n){var r=null==e?void 0:ikt(e,t);return void 0===r?n:r};var okt=function(e,t){return null!=e&&t in Object(e)},lkt=okt,skt=uwt;var ckt=function(e,t){return null!=e&&skt(e,t,lkt)},dkt=BEt,hkt=akt,ukt=ckt,pkt=nbt,fkt=YEt,mkt=JEt,vkt=awt;var gkt=function(e,t){return pkt(e)&&fkt(t)?mkt(vkt(e),t):function(n){var r=hkt(n,e);return void 0===r&&r===t?ukt(n,e):dkt(t,r,3)}};var bkt=function(e){return function(t){return null==t?void 0:t[e]}},ykt=rkt;var wkt=function(e){return function(t){return ykt(t,e)}},xkt=bkt,Ekt=wkt,kkt=nbt,Ckt=awt;var Skt=ekt,Mkt=gkt,Akt=function(e){return e},_kt=Dgt,Okt=function(e){return kkt(e)?xkt(Ckt(e)):Ekt(e)};var Zkt=Cwt,Dkt=uxt,Ikt=function(e){return"function"==typeof e?e:null==e?Akt:"object"==typeof e?_kt(e)?Mkt(e[0],e[1]):Skt(e):Okt(e)};var Hkt=function(e,t){var n={};return t=Ikt(t),Dkt(e,function(e,r,i){Zkt(n,r,t(e,r,i))}),n};function Nkt(e){this._maxSize=e,this.clear()}Nkt.prototype.clear=function(){this._size=0,this._values=Object.create(null)},Nkt.prototype.get=function(e){return this._values[e]},Nkt.prototype.set=function(e,t){return this._size>=this._maxSize&&this.clear(),e in this._values||this._size++,this._values[e]=t};var Tkt=/[^.^\]^[]+|(?=\[\]|\.\.)/g,Lkt=/^\d+$/,Pkt=/^\d/,Vkt=/[~`!#$%\^&*+=\-\[\]\\';,/{}|\\":<>\?]/g,jkt=/^\s*(['"]?)(.*?)(\1)\s*$/,zkt=new Nkt(512),Bkt=(new Nkt(512),new Nkt(512)),Rkt=function(e,t){var n=Fkt(e);return Bkt.get(e)||Bkt.set(e,function(e){for(var r=0,i=n.length;r<i;){if(null==e&&t)return;e=e[n[r++]]}return e})},Wkt=function(e,t,n){!function(e,t,n){var r,i,a,o,l=e.length;for(i=0;i<l;i++)(r=e[i])&&(Ukt(r)&&(r='"'+r+'"'),a=!(o=Ykt(r))&&/^\d+$/.test(r),t.call(n,r,o,a,i,e))}(Array.isArray(e)?e:qkt(e),t,n)};function Fkt(e){return zkt.get(e)||zkt.set(e,qkt(e).map(function(e){return e.replace(jkt,"$2")}))}function qkt(e){return e.match(Tkt)||[""]}function Ykt(e){return"string"==typeof e&&e&&-1!==["'",'"'].indexOf(e.charAt(0))}function Ukt(e){return!Ykt(e)&&(function(e){return e.match(Pkt)&&!e.match(Lkt)}(e)||function(e){return Vkt.test(e)}(e))}const Gkt="$",Xkt=".";class Jkt{constructor(e,t={}){if(this.key=void 0,this.isContext=void 0,this.isValue=void 0,this.isSibling=void 0,this.path=void 0,this.getter=void 0,this.map=void 0,"string"!=typeof e)throw new TypeError("ref must be a string, got: "+e);if(this.key=e.trim(),""===e)throw new TypeError("ref must be a non-empty string");this.isContext=this.key[0]===Gkt,this.isValue=this.key[0]===Xkt,this.isSibling=!this.isContext&&!this.isValue;let n=this.isContext?Gkt:this.isValue?Xkt:"";this.path=this.key.slice(n.length),this.getter=this.path&&Rkt(this.path,!0),this.map=t.map}getValue(e,t,n){let r=this.isContext?n:this.isValue?e:t;return this.getter&&(r=this.getter(r||{})),this.map&&(r=this.map(r)),r}cast(e,t){return this.getValue(e,null==t?void 0:t.parent,null==t?void 0:t.context)}resolve(){return this}describe(){return{type:"ref",key:this.key}}toString(){return`Ref(${this.key})`}static isRef(e){return e&&e.__isYupRef}}function Qkt(){return Qkt=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Qkt.apply(this,arguments)}function Kkt(e){function t(t,n){let{value:r,path:i="",label:a,options:o,originalValue:l,sync:s}=t,c=function(e,t){if(null==e)return{};var n,r,i={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(t,["value","path","label","options","originalValue","sync"]);const{name:d,test:h,params:u,message:p}=e;let{parent:f,context:m}=o;function v(e){return Jkt.isRef(e)?e.getValue(r,f,m):e}function g(e={}){const t=Hkt(Qkt({value:r,originalValue:l,label:a,path:e.path||i},u,e.params),v),n=new wwt(wwt.formatError(e.message||p,t),r,t.path,e.type||d);return n.params=t,n}let b,y=Qkt({path:i,parent:f,type:d,createError:g,resolve:v,options:o,originalValue:l},c);if(s){try{var w;if(b=h.call(y,r,y),"function"==typeof(null==(w=b)?void 0:w.then))throw new Error(`Validation test of type: "${y.type}" returned a Promise during a synchronous validate. This test will finish after the validate call has returned`)}catch(e){return void n(e)}wwt.isError(b)?n(b):b?n(null,b):n(g())}else try{Promise.resolve(h.call(y,r,y)).then(e=>{wwt.isError(e)?n(e):e?n(null,e):n(g())}).catch(n)}catch(e){n(e)}}return t.OPTIONS=e,t}Jkt.prototype.__isYupRef=!0;function $kt(e,t,n,r=n){let i,a,o;return t?(Wkt(t,(l,s,c)=>{let d=s?(e=>e.substr(0,e.length-1).substr(1))(l):l;if((e=e.resolve({context:r,parent:i,value:n})).innerType){let r=c?parseInt(d,10):0;if(n&&r>=n.length)throw new Error(`Yup.reach cannot resolve an array item at index: ${l}, in the path: ${t}. because there is no value at that index. `);i=n,n=n&&n[r],e=e.innerType}if(!c){if(!e.fields||!e.fields[d])throw new Error(`The schema does not contain the path: ${t}. (failed at: ${o} which is a type: "${e._type}")`);i=n,n=n&&n[d],e=e.fields[d]}a=d,o=s?"["+l+"]":"."+l}),{schema:e,parent:i,parentPath:a}):{parent:i,parentPath:t,schema:e}}class eCt{constructor(){this.list=void 0,this.refs=void 0,this.list=new Set,this.refs=new Map}get size(){return this.list.size+this.refs.size}describe(){const e=[];for(const t of this.list)e.push(t);for(const[,t]of this.refs)e.push(t.describe());return e}toArray(){return Array.from(this.list).concat(Array.from(this.refs.values()))}resolveAll(e){return this.toArray().reduce((t,n)=>t.concat(Jkt.isRef(n)?e(n):n),[])}add(e){Jkt.isRef(e)?this.refs.set(e.key,e):this.list.add(e)}delete(e){Jkt.isRef(e)?this.refs.delete(e.key):this.list.delete(e)}clone(){const e=new eCt;return e.list=new Set(this.list),e.refs=new Map(this.refs),e}merge(e,t){const n=this.clone();return e.list.forEach(e=>n.add(e)),e.refs.forEach(e=>n.add(e)),t.list.forEach(e=>n.delete(e)),t.refs.forEach(e=>n.delete(e)),n}}function tCt(){return tCt=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},tCt.apply(this,arguments)}class nCt{constructor(e){this.deps=[],this.tests=void 0,this.transforms=void 0,this.conditions=[],this._mutate=void 0,this._typeError=void 0,this._whitelist=new eCt,this._blacklist=new eCt,this.exclusiveTests=Object.create(null),this.spec=void 0,this.tests=[],this.transforms=[],this.withMutation(()=>{this.typeError(Agt.notType)}),this.type=(null==e?void 0:e.type)||"mixed",this.spec=tCt({strip:!1,strict:!1,abortEarly:!0,recursive:!0,nullable:!1,presence:"optional"},null==e?void 0:e.spec)}get _type(){return this.type}_typeCheck(e){return!0}clone(e){if(this._mutate)return e&&Object.assign(this.spec,e),this;const t=Object.create(Object.getPrototypeOf(this));return t.type=this.type,t._typeError=this._typeError,t._whitelistError=this._whitelistError,t._blacklistError=this._blacklistError,t._whitelist=this._whitelist.clone(),t._blacklist=this._blacklist.clone(),t.exclusiveTests=tCt({},this.exclusiveTests),t.deps=[...this.deps],t.conditions=[...this.conditions],t.tests=[...this.tests],t.transforms=[...this.transforms],t.spec=ygt(tCt({},this.spec,e)),t}label(e){let t=this.clone();return t.spec.label=e,t}meta(...e){if(0===e.length)return this.spec.meta;let t=this.clone();return t.spec.meta=Object.assign(t.spec.meta||{},e[0]),t}withMutation(e){let t=this._mutate;this._mutate=!0;let n=e(this);return this._mutate=t,n}concat(e){if(!e||e===this)return this;if(e.type!==this.type&&"mixed"!==this.type)throw new TypeError(`You cannot \`concat()\` schema's of different types: ${this.type} and ${e.type}`);let t=this,n=e.clone();const r=tCt({},t.spec,n.spec);return n.spec=r,n._typeError||(n._typeError=t._typeError),n._whitelistError||(n._whitelistError=t._whitelistError),n._blacklistError||(n._blacklistError=t._blacklistError),n._whitelist=t._whitelist.merge(e._whitelist,e._blacklist),n._blacklist=t._blacklist.merge(e._blacklist,e._whitelist),n.tests=t.tests,n.exclusiveTests=t.exclusiveTests,n.withMutation(t=>{e.tests.forEach(e=>{t.test(e.OPTIONS)})}),n.transforms=[...t.transforms,...n.transforms],n}isType(e){return!(!this.spec.nullable||null!==e)||this._typeCheck(e)}resolve(e){let t=this;if(t.conditions.length){let n=t.conditions;t=t.clone(),t.conditions=[],t=n.reduce((t,n)=>n.resolve(t,e),t),t=t.resolve(e)}return t}cast(e,t={}){let n=this.resolve(tCt({value:e},t)),r=n._cast(e,t);if(void 0!==e&&!1!==t.assert&&!0!==n.isType(r)){let i=Mgt(e),a=Mgt(r);throw new TypeError(`The value of ${t.path||"field"} could not be cast to a value that satisfies the schema type: "${n._type}". \n\nattempted value: ${i} \n`+(a!==i?`result of cast: ${a}`:""))}return r}_cast(e,t){let n=void 0===e?e:this.transforms.reduce((t,n)=>n.call(this,t,e,this),e);return void 0===n&&(n=this.getDefault()),n}_validate(e,t={},n){let{sync:r,path:i,from:a=[],originalValue:o=e,strict:l=this.spec.strict,abortEarly:s=this.spec.abortEarly}=t,c=e;l||(c=this._cast(c,tCt({assert:!1},t)));let d={value:c,path:i,options:t,originalValue:o,schema:this,label:this.spec.label,sync:r,from:a},h=[];this._typeError&&h.push(this._typeError);let u=[];this._whitelistError&&u.push(this._whitelistError),this._blacklistError&&u.push(this._blacklistError),xwt({args:d,value:c,path:i,sync:r,tests:h,endEarly:s},e=>{e?n(e,c):xwt({tests:this.tests.concat(u),args:d,path:i,sync:r,value:c,endEarly:s},n)})}validate(e,t,n){let r=this.resolve(tCt({},t,{value:e}));return"function"==typeof n?r._validate(e,t,n):new Promise((n,i)=>r._validate(e,t,(e,t)=>{e?i(e):n(t)}))}validateSync(e,t){let n;return this.resolve(tCt({},t,{value:e}))._validate(e,tCt({},t,{sync:!0}),(e,t)=>{if(e)throw e;n=t}),n}isValid(e,t){return this.validate(e,t).then(()=>!0,e=>{if(wwt.isError(e))return!1;throw e})}isValidSync(e,t){try{return this.validateSync(e,t),!0}catch(e){if(wwt.isError(e))return!1;throw e}}_getDefault(){let e=this.spec.default;return null==e?e:"function"==typeof e?e.call(this):ygt(e)}getDefault(e){return this.resolve(e||{})._getDefault()}default(e){if(0===arguments.length)return this._getDefault();return this.clone({default:e})}strict(e=!0){let t=this.clone();return t.spec.strict=e,t}_isPresent(e){return null!=e}defined(e=Agt.defined){return this.test({message:e,name:"defined",exclusive:!0,test:e=>void 0!==e})}required(e=Agt.required){return this.clone({presence:"required"}).withMutation(t=>t.test({message:e,name:"required",exclusive:!0,test(e){return this.schema._isPresent(e)}}))}notRequired(){let e=this.clone({presence:"optional"});return e.tests=e.tests.filter(e=>"required"!==e.OPTIONS.name),e}nullable(e=!0){return this.clone({nullable:!1!==e})}transform(e){let t=this.clone();return t.transforms.push(e),t}test(...e){let t;if(t=1===e.length?"function"==typeof e[0]?{test:e[0]}:e[0]:2===e.length?{name:e[0],test:e[1]}:{name:e[0],message:e[1],test:e[2]},void 0===t.message&&(t.message=Agt.default),"function"!=typeof t.test)throw new TypeError("`test` is a required parameters");let n=this.clone(),r=Kkt(t),i=t.exclusive||t.name&&!0===n.exclusiveTests[t.name];if(t.exclusive&&!t.name)throw new TypeError("Exclusive tests must provide a unique `name` identifying the test");return t.name&&(n.exclusiveTests[t.name]=!!t.exclusive),n.tests=n.tests.filter(e=>{if(e.OPTIONS.name===t.name){if(i)return!1;if(e.OPTIONS.test===r.OPTIONS.test)return!1}return!0}),n.tests.push(r),n}when(e,t){Array.isArray(e)||"string"==typeof e||(t=e,e=".");let n=this.clone(),r=gwt(e).map(e=>new Jkt(e));return r.forEach(e=>{e.isSibling&&n.deps.push(e.key)}),n.conditions.push(new vwt(r,t)),n}typeError(e){let t=this.clone();return t._typeError=Kkt({message:e,name:"typeError",test(e){return!(void 0!==e&&!this.schema.isType(e))||this.createError({params:{type:this.schema._type}})}}),t}oneOf(e,t=Agt.oneOf){let n=this.clone();return e.forEach(e=>{n._whitelist.add(e),n._blacklist.delete(e)}),n._whitelistError=Kkt({message:t,name:"oneOf",test(e){if(void 0===e)return!0;let t=this.schema._whitelist,n=t.resolveAll(this.resolve);return!!n.includes(e)||this.createError({params:{values:t.toArray().join(", "),resolved:n}})}}),n}notOneOf(e,t=Agt.notOneOf){let n=this.clone();return e.forEach(e=>{n._blacklist.add(e),n._whitelist.delete(e)}),n._blacklistError=Kkt({message:t,name:"notOneOf",test(e){let t=this.schema._blacklist,n=t.resolveAll(this.resolve);return!n.includes(e)||this.createError({params:{values:t.toArray().join(", "),resolved:n}})}}),n}strip(e=!0){let t=this.clone();return t.spec.strip=e,t}describe(){const e=this.clone(),{label:t,meta:n}=e.spec,r={meta:n,label:t,type:e.type,oneOf:e._whitelist.describe(),notOneOf:e._blacklist.describe(),tests:e.tests.map(e=>({name:e.OPTIONS.name,params:e.OPTIONS.params})).filter((e,t,n)=>n.findIndex(t=>t.name===e.name)===t)};return r}}nCt.prototype.__isYupSchema__=!0;for(const e of["validate","validateSync"])nCt.prototype[`${e}At`]=function(t,n,r={}){const{parent:i,parentPath:a,schema:o}=$kt(this,t,n,r.context);return o[e](i&&i[a],tCt({},r,{parent:i,path:t}))};for(const e of["equals","is"])nCt.prototype[e]=nCt.prototype.oneOf;for(const e of["not","nope"])nCt.prototype[e]=nCt.prototype.notOneOf;nCt.prototype.optional=nCt.prototype.notRequired;const rCt=e=>null==e;var iCt=/^(\d{4}|[+\-]\d{6})(?:-?(\d{2})(?:-?(\d{2}))?)?(?:[ T]?(\d{2}):?(\d{2})(?::?(\d{2})(?:[,\.](\d{1,}))?)?(?:(Z)|([+\-])(\d{2})(?::?(\d{2}))?)?)?$/;let aCt=new Date("");(class extends nCt{constructor(){super({type:"date"}),this.withMutation(()=>{this.transform(function(e){return this.isType(e)?e:(e=function(e){var t,n,r=[1,4,5,6,7,10,11],i=0;if(n=iCt.exec(e)){for(var a,o=0;a=r[o];++o)n[a]=+n[a]||0;n[2]=(+n[2]||1)-1,n[3]=+n[3]||1,n[7]=n[7]?String(n[7]).substr(0,3):0,void 0!==n[8]&&""!==n[8]||void 0!==n[9]&&""!==n[9]?("Z"!==n[8]&&void 0!==n[9]&&(i=60*n[10]+n[11],"+"===n[9]&&(i=0-i)),t=Date.UTC(n[1],n[2],n[3],n[4],n[5]+i,n[6],n[7])):t=+new Date(n[1],n[2],n[3],n[4],n[5],n[6],n[7])}else t=Date.parse?Date.parse(e):NaN;return t}(e),isNaN(e)?aCt:new Date(e))})})}_typeCheck(e){return(e=>"[object Date]"===Object.prototype.toString.call(e))(e)&&!isNaN(e.getTime())}prepareParam(e,t){let n;if(Jkt.isRef(e))n=e;else{let r=this.cast(e);if(!this._typeCheck(r))throw new TypeError(`\`${t}\` must be a Date or a value that can be \`cast()\` to a Date`);n=r}return n}min(e,t=_gt.min){let n=this.prepareParam(e,"min");return this.test({message:t,name:"min",exclusive:!0,params:{min:e},test(e){return rCt(e)||e>=this.resolve(n)}})}max(e,t=_gt.max){let n=this.prepareParam(e,"max");return this.test({message:t,name:"max",exclusive:!0,params:{max:e},test(e){return rCt(e)||e<=this.resolve(n)}})}}).INVALID_DATE=aCt;var oCt={exports:{}};function lCt(e,t){var n=e.length,r=new Array(n),i={},a=n,o=function(e){for(var t=new Map,n=0,r=e.length;n<r;n++){var i=e[n];t.has(i[0])||t.set(i[0],new Set),t.has(i[1])||t.set(i[1],new Set),t.get(i[0]).add(i[1])}return t}(t),l=function(e){for(var t=new Map,n=0,r=e.length;n<r;n++)t.set(e[n],n);return t}(e);for(t.forEach(function(e){if(!l.has(e[0])||!l.has(e[1]))throw new Error("Unknown node. There is an unknown node in the supplied edges.")});a--;)i[a]||s(e[a],a,new Set);return r;function s(e,t,a){if(a.has(e)){var c;try{c=", node was:"+JSON.stringify(e)}catch(e){c=""}throw new Error("Cyclic dependency"+c)}if(!l.has(e))throw new Error("Found unknown node. Make sure to provided all involved nodes. Unknown node: "+JSON.stringify(e));if(!i[t]){i[t]=!0;var d=o.get(e)||new Set;if(t=(d=Array.from(d)).length){a.add(e);do{var h=d[--t];s(h,l.get(h),a)}while(t);a.delete(e)}r[--n]=e}}}oCt.exports=function(e){return lCt(function(e){for(var t=new Set,n=0,r=e.length;n<r;n++){var i=e[n];t.add(i[0]),t.add(i[1])}return Array.from(t)}(e),e)},oCt.exports.array=lCt;var sCt={ACTION_TYPES:{REPORT:"RENDER/REPORT",DOCUMENT:"RENDER/DOCUMENT"},URL_API:{REPORT_API:"".concat(ea,"/api/render/report"),DOCUMENT_API:"".concat(ea,"/api/render/document")}},cCt=f.default.memo(function(r){var i,a,o,l,s,c,d,h,u,p,m,v,g,b,y,w,x,E,k,C,M,Z,D,I,H,N,T,L,P,V,j,W,F,q,Y,re,ie,ae,oe=r.toolbarTemplate,le=r.paramToolbar,se=r.currentPageDefault,ce=r.infiniteScroll,de=r.setSettingTb,he=r.queryOrderDefault,fe=r.rowsPerPageDefault,me=r.isShowSearch,ve=r.exportExcel,ge=r.queryKeyDataView,be=r.isSelectMulti,ye=r.canContextMenuItems,we=r.handleContextMenuClick,xe=r.rowSelected,Ee=r.dataSourceFilter,ke=r.listContextHide,Ce=r.querySelectDefault,Se=r.t,Me=r.contextMenuOpen,Ae=r.stateId,_e=r.viewIdTable,Oe=r.height,Ze=r.hasIndex,De=r.dataSelected,Ie=r.showColumnChoose,He=r.typeCheckbox,Ne=r.format,Te=r.rowSelection,Le=r.dataSource,Pe=r.columns,Ve=r.totalCount,je=r.breakText,ze=r.pageSizeOptions,Be=r.handleDoubleContextMenuClick,Re=r.allowResizing,We=r.summary,Fe=r.hasWorkflow,qe=r.apiWorkflow,Ye=r.allowFilterClient,Ue=r.rowClassName,Ge=r.showToolbar,Xe=r.allowPaging,Je=r.checkInit,Qe=r.checkInitSub,Ke=r.printApi,$e=r.showUltilities,et=r.ultilities,tt=r.selectionSetting,nt=r.onChangeParam,rt=r.initAbility,it=r.stateChildId,at=r.onDataChange,ot=r.onColumnChange,lt=r.group,st=r.showHelp,ct=null!==(o=null===(a=null===(i=null==le?void 0:le.find(function(e){return"listDate"===e.type}))||void 0===i?void 0:i.data)||void 0===a?void 0:a.type)&&void 0!==o?o:null===(l=null==le?void 0:le.find(function(e){return"daterange"===e.type}))||void 0===l?void 0:l.data,dt=e.useRef(null),ht=process.env.REACT_APP_PRODUCT_CODE,ut=e.useState(!0),pt=ut[0],ft=ut[1],mt=null==$e||$e,vt=hFe(Ae),gt=vt.storageSearchTerm,bt=vt.storageQueryFilter,yt=B(),wt=localStorage.getItem("sub"),xt="".concat(wt,"_").concat(window.location.pathname),Et=e.useState(null==z?void 0:z[xt]),kt=Et[0],Ct=Et[1],St=window.localStorage.getItem("i18nextLng"),Mt=St||"vi",At=require("@public/assets/data/locales/".concat(Mt,".json")),_t=e.useState(""),Ot=_t[0],Zt=_t[1],Dt=e.useState({}),It=Dt[0],Ht=Dt[1],Nt=e.useState(!1),Tt=Nt[0],Lt=Nt[1],Pt=e.useState({Data:[],Total:0}),Vt=Pt[0],jt=Pt[1],zt=e.useState(null!=se?se:1),Bt=zt[0],Rt=zt[1],Wt=e.useState(null!=fe?fe:200),Ft=Wt[0],qt=Wt[1],Yt=e.useState(null!=gt?gt:""),Ut=Yt[0],Gt=Yt[1],Xt=e.useState(null!=he?he:[]),Jt=Xt[0],Qt=Xt[1],Kt=e.useState(null!=bt?bt:[]),$t=Kt[0],en=Kt[1],tn=e.useState([]),nn=tn[0],rn=tn[1],an=e.useState([]),on=an[0],ln=an[1],sn=e.useState(!0),cn=sn[0],dn=sn[1],hn=Array.isArray(De)?De:J(De)||ee(De)?[]:[De],un=e.useState(hn),pn=un[0],fn=un[1],mn=e.useState(null!==(s=null==lt?void 0:lt.groupColumns)&&void 0!==s?s:[]),vn=mn[0],gn=mn[1],bn=e.useState({}),yn=bn[0],wn=bn[1],xn=e.useState({}),En=xn[0],kn=xn[1],Cn=e.useState(!1),Sn=Cn[0],Mn=Cn[1],An=function(){Mn(!Sn)},_n=e.useState(!1),On=_n[0],Zn=_n[1],Dn=e.useState("Edit"),In=Dn[0],Hn=Dn[1],Nn=function(){Zn(!On)},Tn=function(){return{innerWidth:window.innerWidth,innerHeight:window.innerHeight}},Ln=e.useState(Tn()),Pn=Ln[0],Vn=Ln[1];e.useEffect(function(){var e=function(){Vn(Tn())};return window.addEventListener("resize",e),function(){window.removeEventListener("resize",e)}},[]),e.useEffect(function(){J(Pe)&&A(void 0,void 0,void 0,function(){var e,t,n,r;return _(this,function(i){switch(i.label){case 0:return Ae?(e=[{keyCode:"parentView",key:"parentView",ope:"==",value:Ae,predicate:";"}],[4,aa({ParaJson:JSON.stringify({ViewId:"sys_table_config_viewId",StateId:"sys_table_config_viewId",Filter:JSON.stringify(e),Order:"",PageNumber:1,PageSize:200}),ParaView:JSON.stringify({ProductCode:ht,Code:Ae,OrganizationId:R()})})]):[3,2];case 1:t=i.sent(),rn(null!==(r=null===(n=t&&Array.isArray(t)?t:[])||void 0===n?void 0:n.map(function(e){var t;return S(S({},e),{viewId:e.code,viewName:e.name,value:e.code,key:e.code,label:null!==(t=e.name)&&void 0!==t?t:e.code})}))&&void 0!==r?r:[]),i.label=2;case 2:return[2]}})})},[cn,Ae]),e.useEffect(function(){var e;jt({Data:[],Total:0}),en([]),Qt([]),ln([]),null===(e=dt.current)||void 0===e||e.getListTemplate()},[Ae]);var jn,zn=function(e){var t;vFe({id:e,more1:{columns:null!==(t=null!=Pe?Pe:on)&&void 0!==t?t:[],currentPage:Bt,dataSource:Le,dataView:Vt,hasWorkflow:Fe,paramToolbar:le,productCode:ht,queryFilter:$t,queryOrder:Jt,querySelectDefault:Ce,rowsPerPage:Ft,searchTerm:Ut,setDataView:jt,setIsLoading:Lt,stateId:Ae,setParaJson:kn}})},Bn=U(Ut,500);e.useEffect(function(){return jn=setTimeout(function(){zn(Ae),nt&&!1===pt&&nt({keyword:Bn,pageNumber:Bt,pageSize:Ft,queryFilter:$t,queryOrder:Jt}),ft(!1)},200),function(){clearTimeout(jn)}},O([Bn,Bt,$t,Jt,Ft,_e,Ae],null!=ge?ge:[],!0)),e.useEffect(function(){if(kt!==Ae)return jn=setTimeout(function(){zn(kt)},200),function(){clearTimeout(jn)}},[kt]),e.useEffect(function(){var e,t;(null==nn?void 0:nn.length)>0&&!nn.some(function(e){var t,n;return e.viewId===(null===(n=JSON.parse(null!==(t=localStorage.getItem("screenView"))&&void 0!==t?t:"{}"))||void 0===n?void 0:n[xt])})&&Ae!==kt&&(Ct(Ae),localStorage.setItem("screenView",JSON.stringify(S(S({},z),((e={})[xt]=Ae,e))))),(J(nn)||0===nn.length)&&Ae!==kt&&(Ct(Ae),localStorage.setItem("screenView",JSON.stringify(S(S({},z),((t={})[xt]=Ae,t)))))},[cn,nn]);var Rn=function(e){!J(e)&&(te(e)&&0===e||ne(e)&&e)&&(clearTimeout(jn),jn=setTimeout(function(){zn(Ae)},200))};e.useEffect(function(){Rn(Je)},[Je]),e.useEffect(function(){Rn(null==Qe?void 0:Qe.checkInit1)},[null==Qe?void 0:Qe.checkInit1]),e.useEffect(function(){Rn(null==Qe?void 0:Qe.checkInit2)},[null==Qe?void 0:Qe.checkInit2]),e.useEffect(function(){Rn(null==Qe?void 0:Qe.checkInit3)},[null==Qe?void 0:Qe.checkInit3]),e.useEffect(function(){Rn(null==Qe?void 0:Qe.checkInit4)},[null==Qe?void 0:Qe.checkInit4]),e.useEffect(function(){Rn(null==Qe?void 0:Qe.checkInit5)},[null==Qe?void 0:Qe.checkInit5]),e.useEffect(function(){Rn(null==Qe?void 0:Qe.checkInit6)},[null==Qe?void 0:Qe.checkInit6]),e.useEffect(function(){Rn(null==Qe?void 0:Qe.checkInit7)},[null==Qe?void 0:Qe.checkInit7]),e.useEffect(function(){Rn(null==Qe?void 0:Qe.checkInit8)},[null==Qe?void 0:Qe.checkInit8]),e.useEffect(function(){Rn(null==Qe?void 0:Qe.checkInit9)},[null==Qe?void 0:Qe.checkInit9]),e.useEffect(function(){Rn(null==Qe?void 0:Qe.checkInit10)},[null==Qe?void 0:Qe.checkInit10]),e.useEffect(function(){at&&at(Vt.Data,function(e){return jt(function(t){return S(S({},t),{Data:e})})})},[Vt.Data]);var Wn,Fn,qn=e.useState([]),Yn=qn[0],Un=qn[1],Gn=function(e){return A(void 0,void 0,void 0,function(){var t,n,r,i,a,o,l,s,c,d,h,u,p,f,m,v,g,b;return _(this,function(y){switch(y.label){case 0:return[4,ia({ParaJson:JSON.stringify({ViewId:e})})];case 1:return t=y.sent(),n=JSON.parse(null!==(s=null===(l=null==t?void 0:t[0])||void 0===l?void 0:l.dataJson)&&void 0!==s?s:"[]"),r=null===(h=JSON.parse(null!==(d=null===(c=null==n?void 0:n[0])||void 0===c?void 0:c.DataSetting)&&void 0!==d?d:"[]"))||void 0===h?void 0:h[0],i=JSON.parse(Q(null==r?void 0:r.More)?"{}":null==r?void 0:r.More),a=JSON.parse(Q(null==r?void 0:r.GroupData)?"{}":null==r?void 0:r.GroupData),(o=S(S({},i),{showGroupIcon:null===(u=null==a?void 0:a.showGroupIcon)||void 0===u||u,hiddenColumnGroup:null===(p=null==a?void 0:a.hiddenColumnGroup)||void 0===p||p,isGroup:null!==(m=null!==(f=null==lt?void 0:lt.groupAble)&&void 0!==f?f:null==a?void 0:a.isGroup)&&void 0!==m&&m,isGroupClient:null!==(v=null==a?void 0:a.isGroupClient)&&void 0!==v&&v})).isGroup?(null==lt?void 0:lt.groupColumns)||gn(null!==(b=null===(g=JSON.parse(Q(null==a?void 0:a.tableGroup)?"[]":null==a?void 0:a.tableGroup))||void 0===g?void 0:g.map(function(e){return e.field}))&&void 0!==b?b:[]):gn([]),wn(o),de&&de(o),Un(null!=t?t:[]),[2]}})})};e.useEffect(function(){return Wn=setTimeout(function(){var e;if(null===(e=null==Yn?void 0:Yn[0])||void 0===e?void 0:e.dataJson){var t=sa(Yn,Se,{hasIndex:null==Ze||Ze,breakText:null!=je?je:null==yn?void 0:yn.breakText,hasWorkflow:Fe,levelGroup:vn.length,settingTable:yn});ot?ot(t,ln):ln(t)}},200),function(){clearTimeout(Wn)}},[Yn,vn]),e.useEffect(function(){if(kt&&J(Pe))return Fn=setTimeout(function(){Gn(null!=kt?kt:_e)},200),function(){clearTimeout(Fn)}},[kt]);var Xn=e.useState(!1),Jn=Xn[0],Qn=Xn[1],Kn=function(){Qn(!Jn)},$n=function(e,t){return A(void 0,void 0,void 0,function(){var n,r,i,a,o,l,s,c,d,h,u;return _(this,function(p){switch(p.label){case 0:return(r=null==Ke?void 0:Ke.apiGetData)?[4,null==Ke?void 0:Ke.apiGetData(e,t)]:[3,2];case 1:r=p.sent(),p.label=2;case 2:if(n=r,i=null!==(h=null!==(d=null==Ke?void 0:Ke.data)&&void 0!==d?d:n)&&void 0!==h?h:null==pn?void 0:pn[0],a=null!==(u=null==it?void 0:it.filter(function(e){return e.isPrint}))&&void 0!==u?u:[],ee(i)||!((null==a?void 0:a.length)>0))return[3,7];o=function(e){var t,n;return _(this,function(r){switch(r.label){case 0:return t=null==e?void 0:e.querySelectDefault,[4,aa({ParaJson:JSON.stringify({Filter:JSON.stringify(t),Order:"",PageNumber:1,PageSize:1e3,Keyword:"",ViewId:e.stateId,StateId:e.stateId})}).then(function(e){return G(e)}).catch(function(){return $ue("".concat(Se("getDataError"),": ").concat(e.stateId)),[]})];case 1:return n=r.sent(),i[e.stateId]=n,[2]}})},l=0,s=a,p.label=3;case 3:return l<s.length?(c=s[l],[5,o(c)]):[3,6];case 4:p.sent(),p.label=5;case 5:return l++,[3,3];case 6:case 7:return[2,i]}})})},er=null==rt?void 0:rt.can("ADD_VIEW",Ae),tr=null==rt?void 0:rt.can("EDIT_VIEW",Ae),nr=null==rt?void 0:rt.can("DELETE_VIEW",Ae),rr=null==rt?void 0:rt.can("OPEN","PermissionViewFunction"),ir=O([],null==nn?void 0:nn.map(function(e,t){return{key:"2-2-".concat(t.toString()),label:f.default.createElement("span",{className:"".concat(kt===e.viewId?"menuitem-child-selected":"")},e.label),onClick:function(){var t;Gn(e.viewId),vFe(e.viewId),Ct(e.viewId),localStorage.setItem("screenView",JSON.stringify(S(S({},z),((t={})[xt]=e.viewId,t))))}}}),!0),ar=[{key:"1",type:"group",label:f.default.createElement("div",{style:{color:"#000000",fontWeight:500}},"Danh sách View"),children:ir},{type:"divider"},{key:"2",type:"group",label:f.default.createElement("div",{style:{color:"#000000",fontWeight:500}},"View"),children:[!0===er&&!0===tr&&!0===nr&&{key:"2-1",label:"Cài đặt View",className:!1===(null==et?void 0:et.showSetting)?"custom-hidden":"",children:[(!0===er||!0===tr)&&{key:"2-1-1",label:Se("Thêm - Sửa View"),onClick:function(){Nn(),Hn("Edit")}},!0===nr&&{key:"2-1-2",label:Se("Xóa View"),onClick:function(){Nn(),Hn("Del")}}].filter(Boolean)},!0===rr&&{key:"2-3",label:"Phân quyền View",className:!1===(null==et?void 0:et.showSetting)?"custom-hidden":"",onClick:function(){An()}}].filter(function(e){var t;return!(null===(t=null==e?void 0:e.className)||void 0===t?void 0:t.includes("custom-hidden"))})}],or=!1!==me?[{template:f.default.createElement(ts,{callback:function(e){Gt(null!=e?e:"")},width:250,placeholder:Se("Search"),isChangeValueOnEnter:!0}),position:"left"}]:[],lr=mt?O(O([],null!==(c=null==et?void 0:et.template)&&void 0!==c?c:[],!0),[{template:f.default.createElement("div",{className:"d-flex align-items-center",title:Se("Tbl_Export_excel"),onClick:function(){return Kn()}},f.default.createElement(Wi,{fontSize:20,color:"#000000",className:"ms-50"})),position:"Top",align:"right",visible:!(!1!==(null==et?void 0:et.showExport))},{template:f.default.createElement("div",{className:"d-flex align-items-center",title:Se("Tbl_Print")},Ke&&f.default.createElement(N8,{ref:dt,showTitle:!1,windowSize:Pn,containerDropDown:document.body,isDisabled:Q(null===(d=null==pn?void 0:pn[0])||void 0===d?void 0:d.id),organization:{address:null!==(h=null==yt?void 0:yt.address)&&void 0!==h?h:"",id:null==yt?void 0:yt.id,name:null!==(u=null==yt?void 0:yt.name)&&void 0!==u?u:null==yt?void 0:yt.text},optionalFields:null==Ke?void 0:Ke.optionalField,defaultNameTemplate:Ae,uploadFileApi:Ke.uploadFileApi,printApi:Ke.printDocumentApi,exportApi:Ke.exportApi,getListBoxGeneralSettingApi:Ke.getListBoxApi,deleteGeneralSettingApi:Ke.deleteGeneralSettingApi,updateGeneralSettingApi:Ke.updateGeneralSettingApi,formatNumber:{decimalSeparator:null==Ne?void 0:Ne.decimalSeparator,thousandSeparator:null==Ne?void 0:Ne.thousandSeparator,colorNegative:null==Ne?void 0:Ne.colorNegative,prefixNegative:null==Ne?void 0:Ne.prefix,suffixNegative:null==Ne?void 0:Ne.suffix},CDN_URL_VIEW:null!=ta?ta:"",DOCUMENT_URL_VIEW:null!==(v=null===(m=null===(p=null==Ke?void 0:Ke.RENDER)||void 0===p?void 0:p.URL_API)||void 0===m?void 0:m.DOCUMENT_API)&&void 0!==v?v:sCt.URL_API.DOCUMENT_API,defaultOptionTypePrint:Ke.defaultPrintSetting,handlGetDataPrint:function(e,t){return A(void 0,void 0,void 0,function(){return _(this,function(n){switch(n.label){case 0:return[4,$n(e,t)];case 1:return[2,n.sent()]}})})}})),position:"Top",align:"right",visible:!1!==(null==et?void 0:et.showPrint)&&Ke},{template:f.default.createElement("div",{title:"Danh sách View"},f.default.createElement(oFe,{menu:{items:ar},className:"me-0",trigger:["click"]},f.default.createElement(Fi,{fontSize:20,color:"#000000",className:"ms-50"}))),position:"Top",align:"right"}],!1).filter(function(e){return!0!==(null==e?void 0:e.visible)}):[],sr=!1!==st?[{template:f.default.createElement("div",{className:"d-flex align-items-center",title:Se("Help")},f.default.createElement(qi,{fontSize:20,className:"ms-50",onClick:function(){gFe.HelpEventOpen("".concat(Ae,"_External"))}})),position:"Top",align:"right"}]:[];return f.default.createElement("div",{className:""},f.default.createElement("div",{style:{padding:"0rem"}},f.default.createElement(t.GridComponent,{key:Ae,sortMultiple:!0,loading:Tt,lang:Mt,locale:null===(g=null==At?void 0:At.gridTable)||void 0===g?void 0:g.table,showToolbar:Ge,columns:null!==(b=null!=Pe?Pe:on)&&void 0!==b?b:[],dataSource:null!==(y=null!=Le?Le:null==Vt?void 0:Vt.Data)&&void 0!==y?y:[],height:Oe,groupAble:null!==(w=null==yn?void 0:yn.isGroup)&&void 0!==w&&w,groupColumns:(null==yn?void 0:yn.isGroup)?vn:void 0,groupSetting:(null==yn?void 0:yn.isGroup)?{client:null!==(x=null==yn?void 0:yn.isGroupClient)&&void 0!==x&&x,hiddenColumnGroup:null!==(C=null!==(k=null===(E=null==lt?void 0:lt.groupSetting)||void 0===E?void 0:E.hiddenColumnGroup)&&void 0!==k?k:null==yn?void 0:yn.hiddenColumnGroup)&&void 0!==C&&C,onGroup:function(e){var t;gn(null!==(t=null==e?void 0:e.columnGrouped)&&void 0!==t?t:[])},showGroupIcon:null===(D=null!==(Z=null===(M=null==lt?void 0:lt.groupSetting)||void 0===M?void 0:M.showGroupIcon)&&void 0!==Z?Z:null==yn?void 0:yn.showGroupIcon)||void 0===D||D,unClearableLevel:null===(I=null==lt?void 0:lt.groupSetting)||void 0===I?void 0:I.unClearableLevel}:{},expandable:{expandIconColumnIndex:2},onExpandClick:function(e){var t,n=e.rowData;e.expandedKeys;var r=e.key,i=vn.findIndex(function(e){return e===(null==n?void 0:n.field)}),a=vn[i+1];vFe({id:null!=kt?kt:Ae,more1:{columns:Pe,currentPage:Bt,dataSource:Le,dataView:Vt,hasWorkflow:Fe,paramToolbar:le,productCode:ht,queryFilter:$t,queryOrder:Jt,querySelectDefault:Ce,rowsPerPage:Ft,searchTerm:Ut,setDataView:jt,setIsLoading:Lt,stateId:Ae},more:{queryGroup:[{key:null==n?void 0:n.field,ope:"==",value:null!==(t=null==n?void 0:n[null==n?void 0:n.field])&&void 0!==t?t:"",predicate:";"}],fieldGroup:J(a)?"":"[".concat(a,"]"),lastLevel:J(a),id:r}})},next:function(){Rt(function(e){return e+1})},infiniteScroll:null!=ce&&ce,pagination:!1!==Xe&&{total:null!==(H=null!=Ve?Ve:null==Vt?void 0:Vt.Total)&&void 0!==H?H:0,currentPage:Bt,pageSize:Ft,pageSizeOptions:null!=ze?ze:[20,50,100,200,500,1e3],onChange:function(e,t){Rt(e),qt(t)},locale:null===(N=null==At?void 0:At.gridTable)||void 0===N?void 0:N.pager,showTotal:function(e,t){var n,r,i;return"".concat(t[0],"-").concat(t[1]," / ").concat(e," ").concat(Se?Se(null!==(i=null===(r=null===(n=null==At?void 0:At.gridTable)||void 0===n?void 0:n.pager)||void 0===r?void 0:r.items)&&void 0!==i?i:"items"):"items")}},toolbarItems:O(O(O(O([],or,!0),null!=oe?oe:[],!0),lr,!0),sr,!0),recordDoubleClick:function(e){Be&&Be(e)},format:null!=Ne?Ne:{thousandSeparator:",",decimalSeparator:".",decimalScale:2},allowResizing:null==Re||Re,summary:We,rowClassName:Ue,showColumnChoose:null==Ie||Ie,contextMenuItems:ye,contextMenuClick:function(e){we&&(we(e),function(e){var t,r=null===(t=e.rowInfo)||void 0===t?void 0:t.rowData;r&&(Ht(r),"VIEW_COMMENT"===e.item.id?Zt("comment"):"VIEW_PROCESS"===e.item.id?Zt("diagram"):"APPROVE_PROCESS"===e.item.id?Zt("approve"):"RESET_PROCESS"===e.item.id&&(null==qe?void 0:qe.checkInitProcess)&&n.messageBoxConfirmResetWorkflow(Se,null==qe?void 0:qe.initProcessApi,r,qe.code,function(){(null==qe?void 0:qe.handleOnReset)&&(null==qe||qe.handleOnReset(r))}))}(e))},contextMenuOpen:Me,contextMenuHidden:null!==(T=null==ke?void 0:ke.list)&&void 0!==T?T:[],rowSelected:function(e){xe&&xe(e),fn(e.selected)},onFilter:!0===Ye?void 0:function(e){var t,n=null!==(t=null==e?void 0:e.map(function(e){(null!=Pe?Pe:on).some(function(t){return t.field===e.field&&("date"===t.type||"datetime"===t.type)})&&(e.value=$(e.value,ue[e.operator]));var t=X(null!=Pe?Pe:on,"field",e.field);return{key:t.fieldOriginal,keyCode:t.fieldOriginal,value:e.value,ope:ue[e.operator],predicate:pe[e.predicate]}}))&&void 0!==t?t:[];en(n)},onSorter:function(e){var t;Array.isArray(e)?Qt(null==e?void 0:e.map(function(e){var t;return S(S({},e),{fieldOriginal:null===(t=null==e?void 0:e.column)||void 0===t?void 0:t.fieldOriginal})})):J(null==e?void 0:e.field)?Qt([]):Qt([S(S({},e),{fieldOriginal:null===(t=null==e?void 0:e.column)||void 0===t?void 0:t.fieldOriginal})])},selectionSettings:{type:(null!==(L=null==tt?void 0:tt.isSelectMulti)&&void 0!==L?L:be)?"multiple":"single",mode:null!==(V=null!==(P=null==tt?void 0:tt.typeCheckbox)&&void 0!==P?P:He)&&void 0!==V?V:void 0,columnWidth:null!==(j=null==tt?void 0:tt.width)&&void 0!==j?j:50,hideSelectAll:null!==(W=null==tt?void 0:tt.hideSelectAll)&&void 0!==W&&W,defaultSelectedRowKeys:null!==(q=null===(F=null==hn?void 0:hn.map(function(e){var t;return null!==(t=null==e?void 0:e.rowId)&&void 0!==t?t:null==e?void 0:e.id}))||void 0===F?void 0:F.filter(function(e){return!Q(e)}))&&void 0!==q?q:[],selectedRowKeys:null!==(re=null===(Y=null==hn?void 0:hn.map(function(e){var t;return null!==(t=null==e?void 0:e.rowId)&&void 0!==t?t:null==e?void 0:e.id}))||void 0===Y?void 0:Y.filter(function(e){return!Q(e)}))&&void 0!==re?re:[],getCheckboxProps:function(e){var t;return{disabled:null!==(t=(null==tt?void 0:tt.disableChekbox)&&(null==tt?void 0:tt.disableChekbox(e)))&&void 0!==t&&t}}},rowSelection:Te,editAble:!1,t:Se,dataSourceFilter:Ee,onFilterClick:function(e,t){var n=[{value:"equal",label:Se("Equal"),key:"=="},{value:"greaterthan",label:Se("Greater than"),key:">"},{value:"greaterthanorequal",label:Se("Greater Than Or Equal"),key:">="},{value:"lessthan",label:Se("Less Than"),key:"<"},{value:"lessthanorequal",label:Se("Less Than Or Equal"),key:"<="},{value:"notequal",label:Se("Not Equal"),key:"!="}];"building"===e.key&&t(e.key,n)}})),f.default.createElement(dFe,{viewId:Ae,windowSize:Pn,openModal:Sn,handleModal:An}),f.default.createElement(Jpe,{handleModalOrder:Nn,openModalOrder:On,typeModal:null!=In?In:"Edit",windowSize:Pn,viewId:Ae,setLoadView:dn,initAbility:rt}),!1!==st&&f.default.createElement(gFe.GuidSidebar,{stateId:"",t:Se,disableGuide:!0}),mt&&!(!1===(null==et?void 0:et.showExport))&&f.default.createElement(fpt,{stateid:Ae,openModal:Jn,dataItem:S(S({},null!==(ie=null==ve?void 0:ve.para)&&void 0!==ie?ie:En),{title:document.title,subTitle:J(ct)?void 0:"Từ ngày ".concat(K(null==ct?void 0:ct[0])," đến ngày ").concat(K(null==ct?void 0:ct[1]))}),handleModal:Kn,typeModal:"ExportExcel",windowSize:Pn,columns:null!==(ae=null==ve?void 0:ve.columnsExport)&&void 0!==ae?ae:on,url:null==et?void 0:et.urlExport}),Fe&&f.default.createElement(n.WorkflowModal,{type:Ot,setType:Zt,data:It,listData:[],t:Se,checkInitProcess:null==qe?void 0:qe.checkInitProcess,getProcessApi:null==qe?void 0:qe.getProcessApi,approveProcessApi:null==qe?void 0:qe.approveProcessApi,approveMultiProcessApi:null==qe?void 0:qe.approveMultiProcessApi,checkInitComment:null==qe?void 0:qe.checkInitComment,getCommentPagingApi:null==qe?void 0:qe.getCommentPagingApi,addCommentApi:null==qe?void 0:qe.addCommentApi,deleteCommentApi:null==qe?void 0:qe.deleteCommentApi,pagingUserApi:null==qe?void 0:qe.getUserCorePagingApi,uploadFileApi:null==qe?void 0:qe.uploadFileApi,CDN_URL_VIEW:ta||"",token:na()||"",saveUrl:"".concat(ea,"/api/file/upload-mutil"),approverId:null==qe?void 0:qe.approverId,approverName:null==qe?void 0:qe.approverName,onApproveCompleted:null==qe?void 0:qe.onApproveCompleted,pagingEmployeeApi:null==qe?void 0:qe.pagingEmployeeApi}))}),dCt=function(e){var n,r,i,a,o,l,s,c,d,h,u,p,m,v,g,b,y,w,x,E,k,C,S,M,A,_,Z=e.toolbarTemplate,D=e.isLoading,I=e.lang,H=e.localeLanguage,N=e.headerColumns,T=e.selectionSetting,L=e.infiniteScroll,P=e.dataView,V=e.isSelectMulti,j=e.canContextMenuItems,z=e.handleContextMenuClick,B=e.rowSelected,R=e.dataSourceFilter,W=e.listContextHide,F=e.setGroupColumns,q=e.t,Y=e.contextMenuOpen,U=e.stateId,G=e.groupColumns,X=e.height,K=e.settingTable,ee=e.rowsPerPage,te=e.showColumnChoose,ne=e.typeCheckbox,re=e.format,ie=e.rowSelection,ae=e.dataSource,oe=e.columns,le=e.totalCount,se=e.setCurrentPage,ce=e.currentPage,de=e.pageSizeOptions,he=e.handleDoubleContextMenuClick,fe=e.allowResizing,me=e.summary,ve=e.searchInput,ge=e.allowFilterClient,be=e.setRowsPerPage,ye=e.rowClassName,we=e.showToolbar,xe=e.allowPaging,Ee=e.setQueryFilter,ke=e.setQueryOrder,Ce=e.selected,Se=e.group;return f.default.createElement("div",{style:{padding:"0rem"}},f.default.createElement(t.GridComponent,{key:U,sortMultiple:!0,loading:D,lang:I,locale:null===(n=null==H?void 0:H.gridTable)||void 0===n?void 0:n.table,showToolbar:we,columns:null!==(r=null!=oe?oe:N)&&void 0!==r?r:[],dataSource:null!==(i=null!=ae?ae:null==P?void 0:P.Data)&&void 0!==i?i:[],height:X,groupAble:null!==(a=null==K?void 0:K.isGroup)&&void 0!==a&&a,groupColumns:(null==K?void 0:K.isGroup)?G:[],groupSetting:(null==K?void 0:K.isGroup)?{client:null!==(o=null==K?void 0:K.isGroupClient)&&void 0!==o&&o,hiddenColumnGroup:null!==(c=null!==(s=null===(l=null==Se?void 0:Se.groupSetting)||void 0===l?void 0:l.hiddenColumnGroup)&&void 0!==s?s:null==K?void 0:K.hiddenColumnGroup)&&void 0!==c&&c,onGroup:function(e){var t;F(null!==(t=null==e?void 0:e.columnGrouped)&&void 0!==t?t:[])},showGroupIcon:null===(u=null!==(h=null===(d=null==Se?void 0:Se.groupSetting)||void 0===d?void 0:d.showGroupIcon)&&void 0!==h?h:null==K?void 0:K.showGroupIcon)||void 0===u||u,unClearableLevel:null===(p=null==Se?void 0:Se.groupSetting)||void 0===p?void 0:p.unClearableLevel}:{},expandable:{expandIconColumnIndex:0},onExpandClick:function(){},next:function(){se(function(e){return e+1})},infiniteScroll:null!==(v=null!==(m=null==K?void 0:K.infiniteScroll)&&void 0!==m?m:L)&&void 0!==v&&v,pagination:!1!==xe&&{total:null!==(g=null!=le?le:null==P?void 0:P.Total)&&void 0!==g?g:0,pageSize:ee,currentPage:ce,pageSizeOptions:null!=de?de:[20,50,100,200,500,1e3],onChange:function(e,t){se(e),be(t)},locale:null===(b=null==H?void 0:H.gridTable)||void 0===b?void 0:b.pager,showTotal:function(e,t){var n,r,i;return"".concat(t[0],"-").concat(t[1]," / ").concat(e," ").concat(q?q(null!==(i=null===(r=null===(n=null==H?void 0:H.gridTable)||void 0===n?void 0:n.pager)||void 0===r?void 0:r.items)&&void 0!==i?i:"items"):"items")}},toolbarItems:O(O([],ve,!0),null!=Z?Z:[],!0),recordDoubleClick:function(e){he&&he(e)},format:null!=re?re:{thousandSeparator:",",decimalSeparator:".",decimalScale:2},allowResizing:null==fe||fe,summary:me,rowClassName:ye,showColumnChoose:null==te||te,contextMenuItems:j,contextMenuClick:function(e){z&&z(e)},contextMenuOpen:Y,contextMenuHidden:null!==(y=null==W?void 0:W.list)&&void 0!==y?y:[],rowSelected:function(e){B&&B(e)},onFilter:!0===ge?void 0:function(e){var t,n=null!==(t=null==e?void 0:e.map(function(e){return(null!=oe?oe:N).some(function(t){return t.field===e.field&&("date"===t.type||"datetime"===t.type)})&&(e.value=$(e.value,ue[e.operator])),{key:e.field,keyCode:e.field,value:e.value,ope:ue[e.operator],predicate:pe[e.predicate]}}))&&void 0!==t?t:[];Ee(n)},onSorter:function(e){Array.isArray(e)?ke(e):J(null==e?void 0:e.field)?ke([]):ke([e])},selectionSettings:{type:(null!==(w=null==T?void 0:T.isSelectMulti)&&void 0!==w?w:V)?"multiple":"single",mode:null!==(E=null!==(x=null==T?void 0:T.typeCheckbox)&&void 0!==x?x:ne)&&void 0!==E?E:void 0,columnWidth:null!==(k=null==T?void 0:T.width)&&void 0!==k?k:50,hideSelectAll:null!==(C=null==T?void 0:T.hideSelectAll)&&void 0!==C&&C,defaultSelectedRowKeys:null!==(M=null===(S=null==Ce?void 0:Ce.map(function(e){var t;return null!==(t=null==e?void 0:e.rowId)&&void 0!==t?t:null==e?void 0:e.id}))||void 0===S?void 0:S.filter(function(e){return!Q(e)}))&&void 0!==M?M:[],selectedRowKeys:null!==(_=null===(A=null==Ce?void 0:Ce.map(function(e){var t;return null!==(t=null==e?void 0:e.rowId)&&void 0!==t?t:null==e?void 0:e.id}))||void 0===A?void 0:A.filter(function(e){return!Q(e)}))&&void 0!==_?_:[],getCheckboxProps:function(e){var t;return{disabled:null!==(t=(null==T?void 0:T.disableChekbox)&&(null==T?void 0:T.disableChekbox(e)))&&void 0!==t&&t}}},showEmptyText:!1,editAble:!1,rowSelection:ie,t:q,dataSourceFilter:R,onFilterClick:function(e,t){var n=[{value:"equal",label:q("Equal"),key:"=="},{value:"greaterthan",label:q("Greater than"),key:">"},{value:"greaterthanorequal",label:q("Greater Than Or Equal"),key:">="},{value:"lessthan",label:q("Less Than"),key:"<"},{value:"lessthanorequal",label:q("Less Than Or Equal"),key:"<="},{value:"notequal",label:q("Not Equal"),key:"!="}];"building"===e.key&&t(e.key,n)}}))},hCt=function(t){var n,r=t.toolbarTemplate,i=t.paramToolbar,a=t.currentPageDefault,o=t.infiniteScroll,l=t.queryOrderDefault,s=t.rowsPerPageDefault,c=t.isShowSearch,d=t.settingTb,h=t.queryKeyDataView,u=t.isSelectMulti,p=t.canContextMenuItems,m=t.selectionSetting,v=t.handleContextMenuClick,g=t.rowSelected,b=t.dataSourceFilter,y=t.listContextHide,w=t.querySelectDefault,x=t.t,E=t.contextMenuOpen,k=t.stateId,C=t.viewIdTable,M=t.height,A=t.dataSelected,_=t.showColumnChoose,Z=t.typeCheckbox,D=t.format,I=t.rowSelection,H=t.dataSource,N=t.columns,T=t.totalCount,L=t.pageSizeOptions,P=t.handleDoubleContextMenuClick,V=t.allowResizing,j=t.summary,z=t.allowFilterClient,B=t.rowClassName,R=t.showToolbar,W=t.allowPaging,F=t.checkInit,q=t.checkInitSub,Y=t.callback,G=t.onDataChange,X=t.group,Q=hFe(k),K=Q.storageSearchTerm,$=Q.storageQueryFilter,re=e.useState(!1),ie=re[0],ae=re[1],oe=e.useState({Data:[],Total:0}),le=oe[0],se=oe[1],ce=e.useState(null!=a?a:1),de=ce[0],he=ce[1],ue=e.useState(null!=s?s:200),pe=ue[0],fe=ue[1],me=e.useState(null!=K?K:""),ve=me[0],ge=me[1],be=e.useState(null!=l?l:[]),ye=be[0],we=be[1],xe=e.useState(null!=$?$:[]),Ee=xe[0],ke=xe[1],Ce=Array.isArray(A)?A:J(A)||ee(A)?[]:[A],Se=e.useState([]),Me=Se[0],Ae=Se[1],_e=U(ve,500);e.useEffect(function(){clearTimeout(n),n=setTimeout(function(){vFe({id:k,more1:{columns:N,currentPage:de,dataSource:H,dataView:le,hasWorkflow:!1,paramToolbar:i,productCode:"",queryFilter:Ee,queryOrder:ye,querySelectDefault:w,rowsPerPage:pe,searchTerm:ve,setDataView:se,setIsLoading:ae,stateId:k,callback:Y}})},200)},O([_e,de,Ee,ye,pe,C,k],null!=h?h:[],!0));var Oe=function(e){!J(e)&&(te(e)&&0===e||ne(e)&&e)&&(clearTimeout(n),n=setTimeout(function(){vFe({id:k,more1:{columns:N,currentPage:de,dataSource:H,dataView:le,hasWorkflow:!1,paramToolbar:i,productCode:"",queryFilter:Ee,queryOrder:ye,querySelectDefault:w,rowsPerPage:pe,searchTerm:ve,setDataView:se,setIsLoading:ae,stateId:k,callback:Y}})},200))};e.useEffect(function(){Oe(F)},[F]),e.useEffect(function(){Oe(null==q?void 0:q.checkInit1)},[null==q?void 0:q.checkInit1]),e.useEffect(function(){Oe(null==q?void 0:q.checkInit2)},[null==q?void 0:q.checkInit2]),e.useEffect(function(){Oe(null==q?void 0:q.checkInit3)},[null==q?void 0:q.checkInit3]),e.useEffect(function(){Oe(null==q?void 0:q.checkInit4)},[null==q?void 0:q.checkInit4]),e.useEffect(function(){Oe(null==q?void 0:q.checkInit5)},[null==q?void 0:q.checkInit5]),e.useEffect(function(){Oe(null==q?void 0:q.checkInit6)},[null==q?void 0:q.checkInit6]),e.useEffect(function(){Oe(null==q?void 0:q.checkInit7)},[null==q?void 0:q.checkInit7]),e.useEffect(function(){Oe(null==q?void 0:q.checkInit8)},[null==q?void 0:q.checkInit8]),e.useEffect(function(){Oe(null==q?void 0:q.checkInit9)},[null==q?void 0:q.checkInit9]),e.useEffect(function(){Oe(null==q?void 0:q.checkInit10)},[null==q?void 0:q.checkInit10]),e.useEffect(function(){G&&G(le.Data,function(e){return se(function(t){return S(S({},t),{Data:e})})})},[le.Data]);var Ze=!1!==c?[{template:f.default.createElement(ts,{callback:function(e){ge(null!=e?e:"")},width:250,placeholder:x("Search"),isChangeValueOnEnter:!0}),position:"left"}]:[];return f.default.createElement("div",{className:"position-relative"},f.default.createElement(dCt,{toolbarTemplate:r,isLoading:ie,lang:pFe,localeLanguage:fFe,headerColumns:N,dataView:le,isSelectMulti:u,canContextMenuItems:p,handleContextMenuClick:v,rowSelected:g,dataSourceFilter:b,listContextHide:y,selectionSetting:m,setGroupColumns:Ae,t:x,contextMenuOpen:E,stateId:k,groupColumns:Me,height:M,settingTable:d,rowsPerPage:pe,showColumnChoose:_,typeCheckbox:Z,format:D,rowSelection:I,dataSource:H,columns:N,totalCount:T,currentPage:de,setCurrentPage:he,pageSizeOptions:L,handleDoubleContextMenuClick:P,allowResizing:V,summary:j,infiniteScroll:o,searchInput:Ze,allowFilterClient:z,setRowsPerPage:fe,rowClassName:B,showToolbar:R,allowPaging:W,setQueryFilter:ke,setQueryOrder:we,selected:Ce,group:X}))},uCt=function(n){var r,i=n.listFile,a=n.height,o=n.t,l=null===(r=Array.isArray(JSON.parse(i))?JSON.parse(i):[])||void 0===r?void 0:r.map(function(e){var t,n,r,i,a,o,l,s;return{id:null!==(t=null==e?void 0:e.id)&&void 0!==t?t:null==e?void 0:e.Id,name:null!==(n=null==e?void 0:e.name)&&void 0!==n?n:null==e?void 0:e.Name,path:null!==(r=null==e?void 0:e.path)&&void 0!==r?r:null==e?void 0:e.Path,size:null!==(i=null==e?void 0:e.size)&&void 0!==i?i:null==e?void 0:e.Size,status:null!==(a=null==e?void 0:e.status)&&void 0!==a?a:null==e?void 0:e.Status,title:null!==(o=null==e?void 0:e.title)&&void 0!==o?o:null==e?void 0:e.Title,type:null!==(l=null==e?void 0:e.type)&&void 0!==l?l:null==e?void 0:e.Type,virtualPath:null!==(s=null==e?void 0:e.virtualPath)&&void 0!==s?s:null==e?void 0:e.VirtualPath}}),s=[{headerText:"STT",field:"#",align:"center",fixed:"left",width:70},{field:"title",type:"string",headerText:o("Title")},{field:"name",headerText:o("File name")},{field:"size",headerText:o("Size"),template:function(t){var n,r,i=(null!==(r=null===(n=t.rowData)||void 0===n?void 0:n.Size)&&void 0!==r?r:0)/Math.pow(1024,2);return f.default.createElement(e.Fragment,null,i.toFixed(2)," MB")}}];return f.default.createElement(e.Fragment,null,f.default.createElement(t.GridComponent,{id:"parent",key:"parent",rowKey:"id",dataSource:l,columns:null!=s?s:[],scroll:a,t:o,format:{decimalSeparator:Y.decimalSeparatorDisplay,thousandSeparator:Y.thousandSeparatorDisplay,decimalScale:ie("quantity")}}))};function pCt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?Object(arguments[t]):{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&r.push.apply(r,Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})),r.forEach(function(t){as(e,t,n[t])})}return e}class fCt{static isBrowser(){return"undefined"!=typeof window}static isOpera(){return fCt.isBrowser()&&(!!window.opera||navigator.userAgent.indexOf(" OPR/")>=0)}static isFirefox(){return fCt.isBrowser()&&"undefined"!=typeof InstallTrigger}static isSafari(){return!!fCt.isBrowser()&&/^((?!chrome|android).)*safari/i.test(navigator.userAgent)}static isIE(){
|
|
799
799
|
/*@cc_on!@*/
|
|
800
|
-
return fCt.isBrowser()&&!!document.documentMode}static isEdge(){return fCt.isBrowser()&&!fCt.isIE()&&!!window.StyleMedia}static isChrome(){return fCt.isBrowser()&&!!window.chrome&&!!window.chrome.webstore}static isBlink(){return fCt.isBrowser()&&(fCt.isChrome()||fCt.isOpera())&&!!window.CSS}static getUserAgent(){return"undefined"==typeof navigator?"":navigator.userAgent}static isAndroid(){return fCt.isBrowser()&&fCt.getUserAgent().match(/Android/i)}static isBlackBerry(){return fCt.isBrowser()&&fCt.getUserAgent().match(/BlackBerry/i)}static isIOS(){return fCt.isBrowser()&&fCt.getUserAgent().match(/iPhone|iPad|iPod/i)}static isOpera(){return fCt.isBrowser()&&fCt.getUserAgent().match(/Opera Mini/i)}static isWindows(){return fCt.isBrowser()&&fCt.isWindowsDesktop()||fCt.isWindowsMobile()}static isWindowsMobile(){return fCt.isBrowser()&&fCt.getUserAgent().match(/IEMobile/i)}static isWindowsDesktop(){return fCt.isBrowser()&&fCt.getUserAgent().match(/WPDesktop/i)}static isMobile(){return fCt.isBrowser()&&(fCt.isWindowsMobile()||fCt.isBlackBerry()||fCt.isAndroid()||fCt.isIOS())}}const mCt=e=>Object.keys(e).reduce((t,n)=>"data-"===n.substr(0,5)?pCt({},t,{[n]:e[n]}):t,{});class vCt extends f.default.Component{static isA(e){return!!e&&e.type===f.default.createElement(vCt,null).type}constructor(e){super(e),as(this,"ref",f.default.createRef()),as(this,"onMouseMove",e=>{if(this.state.active){const t=this.ref.current;this.props.events.emit("resize",{index:this.props.index,domElement:t,event:e}),this.props.onResize&&this.props.onResize({component:this,domElement:t}),e.stopPropagation(),e.preventDefault()}}),as(this,"onMouseDown",e=>{this.setState({active:!0}),this.props.onStartResize&&this.props.onStartResize({domElement:this.ref.current,component:this})||this.props.events.emit("startResize",{index:this.props.index,event:e})}),as(this,"onMouseUp",e=>{this.state.active&&(this.setState({active:!1}),this.props.onStopResize&&this.props.onStopResize({domElement:this.ref.current,component:this}),this.props.events.emit("stopResize",{index:this.props.index,event:e}))}),this.state={active:!1},this.document=e.document}componentDidMount(){this.document&&(this.document.addEventListener("touchend",this.onMouseUp),this.document.addEventListener("mouseup",this.onMouseUp),this.document.addEventListener("mousemove",this.onMouseMove,{passive:!1}),this.document.addEventListener("touchmove",this.onMouseMove,{passive:!1}))}componentWillUnmount(){this.document&&(this.document.removeEventListener("mouseup",this.onMouseUp),this.document.removeEventListener("touchend",this.onMouseUp),this.document.removeEventListener("mousemove",this.onMouseMove),this.document.removeEventListener("touchmove",this.onMouseMove),this.state.active&&this.props.events.emit("stopResize",{index:this.props.index,event:null}))}render(){const e=[fCt.isMobile()?"reflex-thin":"",...this.props.className.split(" "),this.state.active?"active":"","reflex-splitter"].join(" ").trim();return f.default.createElement("div",En({},mCt(this.props),{onTouchStart:this.onMouseDown,onMouseDown:this.onMouseDown,style:this.props.style,className:e,id:this.props.id,ref:this.ref}),this.props.children)}}as(vCt,"propTypes",{children:st.oneOfType([st.arrayOf(st.node),st.node]),onStartResize:st.func,onStopResize:st.func,className:st.string,propagate:st.bool,onResize:st.func,style:st.object}),as(vCt,"defaultProps",{document:"undefined"!=typeof document?document:null,onStartResize:null,onStopResize:null,propagate:!1,onResize:null,className:"",style:{}});class gCt{constructor(){this._events={}}on(e,t){return e.split(" ").forEach(e=>{this._events[e]=this._events[e]||[],this._events[e].push(t)}),this}off(e,t){if(null!=e)return e.split(" ").forEach(e=>{e in this._events!=!1&&(t?this._events[e].splice(this._events[e].indexOf(t),1):this._events[e]=[])}),this;this._events={}}emit(e){if(void 0!==this._events[e])for(var t=this._events[e].slice(),n=0;n<t.length;++n){var r=t[n].apply(this,Array.prototype.slice.call(arguments,1));if(void 0!==r)return r}}}Array.prototype.includes||Object.defineProperty(Array.prototype,"includes",{value:function(e,t){if(null==this)throw new TypeError('"this" is null or not defined');var n=Object(this),r=n.length>>>0;if(0===r)return!1;var i=0|t,a=Math.max(i>=0?i:r-Math.abs(i),0);function o(e,t){return e===t||"number"==typeof e&&"number"==typeof t&&isNaN(e)&&isNaN(t)}for(;a<r;){if(o(n[a],e))return!0;a++}return!1}}),Math.sign||(Math.sign=function(e){return(e>0)-(e<0)||+e});class bCt extends f.default.Component{constructor(e){super(e),as(this,"onWindowResize",()=>{this.setState({flexData:this.computeFlexData()})}),as(this,"onStartResize",e=>{const t=e.event.changedTouches?e.event.changedTouches[0]:e.event;if("horizontal"===this.props.orientation)document.body.classList.add("reflex-row-resize"),this.previousPos=t.clientY;else document.body.classList.add("reflex-col-resize"),this.previousPos=t.clientX;this.elements=[this.children[e.index-1],this.children[e.index+1]],this.emitElementsEvent(this.elements,"onStartResize")}),as(this,"onResize",e=>{const t=e.event.changedTouches?e.event.changedTouches[0]:e.event,n=this.getOffset(t,e.domElement);if("horizontal"===this.props.orientation)this.previousPos=t.clientY;else this.previousPos=t.clientX;if(n){const t=this.computeAvailableOffset(e.index,n);t&&(this.elements=this.dispatchOffset(e.index,t),this.adjustFlex(this.elements),this.setState({resizing:!0},()=>{this.emitElementsEvent(this.elements,"onResize")}))}}),as(this,"onStopResize",e=>{document.body.classList.remove("reflex-row-resize"),document.body.classList.remove("reflex-col-resize");const t=this.elements?this.elements.map(e=>e.ref):[],n=this.children.filter(e=>!vCt.isA(e)&&t.includes(e.ref));this.emitElementsEvent(n,"onStopResize"),this.setState({resizing:!1})}),as(this,"onElementSize",e=>new Promise(t=>{try{const n=e.index,r=this.getSize(this.children[n]),i=e.size-r,a=e.direction,o=n+a,l=this.computeAvailableOffset(o,a*i);this.elements=null,l&&(this.elements=this.dispatchOffset(o,l),this.adjustFlex(this.elements)),this.setState(this.state,()=>{this.emitElementsEvent(this.elements,"onResize"),t()})}catch(e){console.log(e)}})),this.events=new gCt,this.children=[],this.state={flexData:[]},this.ref=f.default.createRef()}componentDidMount(){const e=this.computeFlexData(),{windowResizeAware:t}=this.props;t&&window.addEventListener("resize",this.onWindowResize),this.setState({windowResizeAware:t,flexData:e}),this.events.on("element.size",this.onElementSize),this.events.on("startResize",this.onStartResize),this.events.on("stopResize",this.onStopResize),this.events.on("resize",this.onResize)}componentWillUnmount(){this.events.off(),window.removeEventListener("resize",this.onWindowResize)}getValidChildren(e=this.props){return this.toArray(e.children).filter(e=>!!e)}componentDidUpdate(e,t){const n=this.getValidChildren(this.props);if(n.length!==this.state.flexData.length||e.orientation!==this.props.orientation||this.flexHasChanged(e)){const e=this.computeFlexData(n,this.props);this.setState({flexData:e})}this.props.windowResizeAware!==this.state.windowResizeAware&&(this.props.windowResizeAware?window.addEventListener("resize",this.onWindowResize):window.removeEventListener("resize",this.onWindowResize),this.setState({windowResizeAware:this.props.windowResizeAware}))}flexHasChanged(e){const t=this.getValidChildren(e).map(e=>e.props.flex||0);return!this.getValidChildren().map(e=>e.props.flex||0).every((e,n)=>e===t[n])}getSize(e){var t,n,r;const i=null==e||null===(t=e.ref)||void 0===t?void 0:t.current;return"horizontal"===this.props.orientation?null!==(n=null==i?void 0:i.offsetHeight)&&void 0!==n?n:0:null!==(r=null==i?void 0:i.offsetWidth)&&void 0!==r?r:0}getOffset(e,t){const{top:n,bottom:r,left:i,right:a}=t.getBoundingClientRect();switch(this.props.orientation){case"horizontal":{const t=e.clientY-this.previousPos;if(t>0){if(e.clientY>=n)return t}else if(e.clientY<=r)return t;break}default:{const t=e.clientX-this.previousPos;if(t>0){if(e.clientX>i)return t}else if(e.clientX<a)return t}}return 0}adjustFlex(e){const t=e.reduce((t,n)=>{const r=n.props.index;return t+(n.props.flex-this.state.flexData[r].flex)/e.length},0);e.forEach(e=>{this.state.flexData[e.props.index].flex+=t})}computeAvailableOffset(e,t){const n=this.computeAvailableStretch(e,t),r=this.computeAvailableShrink(e,t);return Math.min(n,r)*Math.sign(t)}checkPropagate(e,t){if(t>0){if(e<this.children.length-2){const t=this.children[e+2];return vCt.isA(t)&&t.props.propagate}}else if(e>2){const t=this.children[e-2];return vCt.isA(t)&&t.props.propagate}return!1}computeAvailableStretch(e,t){var n;const r=t<0?e+1:e-1,i=this.children[r],a=this.getSize(i),o=(null!==(n=null==i?void 0:i.props.maxSize)&&void 0!==n?n:0)-a;if(o<Math.abs(t)&&this.checkPropagate(e,-1*t)){const n=Math.sign(t)*(Math.abs(t)-o);return o+this.computeAvailableStretch(t<0?e+2:e-2,n)}return Math.min(o,Math.abs(t))}computeAvailableShrink(e,t){var n;const r=t>0?e+1:e-1,i=this.children[r],a=this.getSize(i)-Math.max(null!==(n=null==i?void 0:i.props.minSize)&&void 0!==n?n:0,0);if(a<Math.abs(t)&&this.checkPropagate(e,t)){const n=Math.sign(t)*(Math.abs(t)-a);return a+this.computeAvailableShrink(t>0?e+2:e-2,n)}return Math.min(a,Math.abs(t))}computePixelFlex(e=this.props.orientation){return this.ref.current?"horizontal"===e?0===this.ref.current.offsetHeight?(console.warn("Found ReflexContainer with height=0, this will cause invalid behavior..."),console.warn(this.ref.current),0):1/this.ref.current.offsetHeight:0===this.ref.current.offsetWidth?(console.warn("Found ReflexContainer with width=0, this will cause invalid behavior..."),console.warn(this.ref.current),0):1/this.ref.current.offsetWidth:(console.warn("Unable to locate ReflexContainer dom node"),0)}addOffset(e,t){const n=this.getSize(e),r=e.props.index,i=Math.max(n+t,0),a=this.state.flexData[r].flex,o=a>0?a*i/n:this.computePixelFlex()*i;this.state.flexData[r].flex=!isFinite(o)||isNaN(o)?0:o}dispatchStretch(e,t){const n=t<0?e+1:e-1;if(n<0||n>this.children.length-1)return[];const r=this.children[n],i=this.getSize(r),a=Math.min(r.props.maxSize,i+Math.abs(t))-i;if(this.addOffset(r,a),a<Math.abs(t)){const n=e-2*Math.sign(t),i=Math.sign(t)*(Math.abs(t)-a);return[r,...this.dispatchStretch(n,i)]}return[r]}dispatchShrink(e,t){const n=t>0?e+1:e-1;if(n<0||n>this.children.length-1)return[];const r=this.children[n],i=this.getSize(r),a=Math.max(r.props.minSize,i-Math.abs(t))-i;if(this.addOffset(r,a),Math.abs(a)<Math.abs(t)){const n=e+2*Math.sign(t),i=Math.sign(t)*(Math.abs(t)+a);return[r,...this.dispatchShrink(n,i)]}return[r]}dispatchOffset(e,t){return[...this.dispatchStretch(e,t),...this.dispatchShrink(e,t)]}emitElementsEvent(e,t){this.toArray(e).forEach(e=>{e.props[t]&&e.props[t]({domElement:e.ref.current,component:e})})}computeFlexData(e=this.getValidChildren(),t=this.props){const n=this.computePixelFlex(t.orientation),r=e.map(e=>{const t=e.props;return{maxFlex:(t.maxSize||Number.MAX_VALUE)*n,sizeFlex:(t.size||Number.MAX_VALUE)*n,minFlex:(t.minSize||1)*n,constrained:void 0!==t.flex,flex:t.flex||0,type:e.type}}),i=(e,t=0)=>{let n=!1;const r=(e=>e.reduce((e,t)=>vCt.isA(t)||t.constrained?e:e+1,0))(e),a=(e=>e.reduce((e,t)=>!vCt.isA(t)&&t.constrained?e-t.flex:e,1))(e),o=e.map(e=>{if(vCt.isA(e))return e;const t=e.constrained?e.flex:a/r,i=Math.min(e.sizeFlex,Math.min(e.maxFlex,Math.max(e.minFlex,t))),o=e.constrained||i!==t;return n=n||o,pCt({},e,{flex:i,constrained:o})});return n&&t<this.props.maxRecDepth?i(o,t+1):o};return i(r).map(e=>({flex:vCt.isA(e)?0:e.flex,ref:f.default.createRef()}))}toArray(e){return e?Array.isArray(e)?e:[e]:[]}render(){const e=[this.state.resizing?"reflex-resizing":"",...this.props.className.split(" "),this.props.orientation,"reflex-container"].join(" ").trim();return this.children=f.default.Children.map(this.getValidChildren(),(e,t)=>{if(t>this.state.flexData.length-1)return f.default.createElement("div",null);const n=this.state.flexData[t],r=pCt({},e.props,{maxSize:e.props.maxSize||Number.MAX_VALUE,orientation:this.props.orientation,minSize:e.props.minSize||1,events:this.events,flex:n.flex,ref:n.ref,index:t});return f.default.cloneElement(e,r)}),f.default.createElement("div",En({},mCt(this.props),{style:this.props.style,className:e,ref:this.ref}),this.children)}}as(bCt,"propTypes",{windowResizeAware:st.bool,orientation:st.oneOf(["horizontal","vertical"]),maxRecDepth:st.number,className:st.string,style:st.object}),as(bCt,"defaultProps",{orientation:"horizontal",windowResizeAware:!1,maxRecDepth:100,className:"",style:{}});class yCt extends f.default.Component{static isA(e){return!!e&&("development"===process.env.NODE_ENV?e.type===f.default.createElement(yCt,null).type:e.type===yCt)}constructor(e){super(e),as(this,"ref",f.default.createRef()),as(this,"onMouseMove",e=>{if(this.state.active){const t=this.ref.current;this.props.events.emit("resize",{index:this.props.index,domElement:t,event:e}),this.props.onResize&&this.props.onResize({component:this,domElement:t}),e.stopPropagation(),e.preventDefault()}}),as(this,"onMouseDown",e=>{this.setState({active:!0}),this.props.onStartResize&&this.props.onStartResize({domElement:this.ref.current,component:this})||this.props.events.emit("startResize",{index:this.props.index,event:e})}),as(this,"onMouseUp",e=>{this.state.active&&(this.setState({active:!1}),this.props.onStopResize&&this.props.onStopResize({domElement:this.ref.current,component:this}),this.props.events.emit("stopResize",{index:this.props.index,event:e}))}),this.state={active:!1},this.document=e.document}componentDidMount(){this.document&&(this.document.addEventListener("touchend",this.onMouseUp),this.document.addEventListener("mouseup",this.onMouseUp),this.document.addEventListener("mousemove",this.onMouseMove,{passive:!1}),this.document.addEventListener("touchmove",this.onMouseMove,{passive:!1}))}componentWillUnmount(){this.document&&(this.document.removeEventListener("mouseup",this.onMouseUp),this.document.removeEventListener("touchend",this.onMouseUp),this.document.removeEventListener("mousemove",this.onMouseMove),this.document.removeEventListener("touchmove",this.onMouseMove),this.state.active&&this.props.events.emit("stopResize",{index:this.props.index,event:null}))}render(){const e=[...this.props.className.split(" "),this.state.active?"active":"","reflex-handle"].join(" ").trim();return f.default.createElement("div",En({},mCt(this.props),{onTouchStart:this.onMouseDown,onMouseDown:this.onMouseDown,style:this.props.style,className:e,id:this.props.id,ref:this.ref}),this.props.children)}}as(yCt,"propTypes",{children:st.oneOfType([st.arrayOf(st.node),st.node]),onStartResize:st.func,onStopResize:st.func,className:st.string,propagate:st.bool,onResize:st.func,style:st.object}),as(yCt,"defaultProps",{document:"undefined"==typeof document?null:document,onStartResize:null,onStopResize:null,propagate:!1,onResize:null,className:"",style:{}});var wCt="Expected a function",xCt=/^\s+|\s+$/g,ECt=/^[-+]0x[0-9a-f]+$/i,kCt=/^0b[01]+$/i,CCt=/^0o[0-7]+$/i,SCt=parseInt,MCt="object"==typeof Z&&Z&&Z.Object===Object&&Z,ACt="object"==typeof self&&self&&self.Object===Object&&self,_Ct=MCt||ACt||Function("return this")(),OCt=Object.prototype.toString,ZCt=Math.max,DCt=Math.min,ICt=function(){return _Ct.Date.now()};function HCt(e,t,n){var r,i,a,o,l,s,c=0,d=!1,h=!1,u=!0;if("function"!=typeof e)throw new TypeError(wCt);function p(t){var n=r,a=i;return r=i=void 0,c=t,o=e.apply(a,n)}function f(e){var n=e-s;return void 0===s||n>=t||n<0||h&&e-c>=a}function m(){var e=ICt();if(f(e))return v(e);l=setTimeout(m,function(e){var n=t-(e-s);return h?DCt(n,a-(e-c)):n}(e))}function v(e){return l=void 0,u&&r?p(e):(r=i=void 0,o)}function g(){var e=ICt(),n=f(e);if(r=arguments,i=this,s=e,n){if(void 0===l)return function(e){return c=e,l=setTimeout(m,t),d?p(e):o}(s);if(h)return l=setTimeout(m,t),p(s)}return void 0===l&&(l=setTimeout(m,t)),o}return t=TCt(t)||0,NCt(n)&&(d=!!n.leading,a=(h="maxWait"in n)?ZCt(TCt(n.maxWait)||0,t):a,u="trailing"in n?!!n.trailing:u),g.cancel=function(){void 0!==l&&clearTimeout(l),c=0,r=s=i=l=void 0},g.flush=function(){return void 0===l?o:v(ICt())},g}function NCt(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function TCt(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==OCt.call(e)}(e))return NaN;if(NCt(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=NCt(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(xCt,"");var n=kCt.test(e);return n||CCt.test(e)?SCt(e.slice(2),n?2:8):ECt.test(e)?NaN:+e}var LCt=function(e,t,n){var r=!0,i=!0;if("function"!=typeof e)throw new TypeError(wCt);return NCt(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),HCt(e,t,{leading:r,maxWait:t,trailing:i})},PCt=["client","offset","scroll","bounds","margin"];function VCt(e){var t=[];return PCt.forEach(function(n){e[n]&&t.push(n)}),t}function jCt(e,t){var n={};if(t.indexOf("client")>-1&&(n.client={top:e.clientTop,left:e.clientLeft,width:e.clientWidth,height:e.clientHeight}),t.indexOf("offset")>-1&&(n.offset={top:e.offsetTop,left:e.offsetLeft,width:e.offsetWidth,height:e.offsetHeight}),t.indexOf("scroll")>-1&&(n.scroll={top:e.scrollTop,left:e.scrollLeft,width:e.scrollWidth,height:e.scrollHeight}),t.indexOf("bounds")>-1){var r=e.getBoundingClientRect();n.bounds={top:r.top,right:r.right,bottom:r.bottom,left:r.left,width:r.width,height:r.height}}if(t.indexOf("margin")>-1){var i=getComputedStyle(e);n.margin={top:i?parseInt(i.marginTop):0,right:i?parseInt(i.marginRight):0,bottom:i?parseInt(i.marginBottom):0,left:i?parseInt(i.marginLeft):0}}return n}var zCt=function(t){return function(n){var r,i;return i=r=function(r){function i(){for(var e,n=arguments.length,i=new Array(n),a=0;a<n;a++)i[a]=arguments[a];return(e=r.call.apply(r,[this].concat(i))||this).state={contentRect:{entry:{},client:{},offset:{},scroll:{},bounds:{},margin:{}}},e._animationFrameID=null,e._resizeObserver=null,e._node=null,e._window=null,e.measure=function(n){var r=jCt(e._node,t||VCt(e.props));n&&(r.entry=n[0].contentRect),e._animationFrameID=e._window.requestAnimationFrame(function(){null!==e._resizeObserver&&(e.setState({contentRect:r}),"function"==typeof e.props.onResize&&e.props.onResize(r))})},e._handleRef=function(t){var n;null!==e._resizeObserver&&null!==e._node&&e._resizeObserver.unobserve(e._node),e._node=t,e._window=(n=e._node)&&n.ownerDocument&&n.ownerDocument.defaultView||window;var r=e.props.innerRef;r&&("function"==typeof r?r(e._node):r.current=e._node),null!==e._resizeObserver&&null!==e._node&&e._resizeObserver.observe(e._node)},e}Sn(i,r);var a=i.prototype;return a.componentDidMount=function(){this._resizeObserver=null!==this._window&&this._window.ResizeObserver?new this._window.ResizeObserver(this.measure):new mbe(this.measure),null!==this._node&&(this._resizeObserver.observe(this._node),"function"==typeof this.props.onResize&&this.props.onResize(jCt(this._node,t||VCt(this.props))))},a.componentWillUnmount=function(){null!==this._window&&this._window.cancelAnimationFrame(this._animationFrameID),null!==this._resizeObserver&&(this._resizeObserver.disconnect(),this._resizeObserver=null)},a.render=function(){var t=this.props;t.innerRef,t.onResize;var r=kn(t,["innerRef","onResize"]);return e.createElement(n,En({},r,{measureRef:this._handleRef,measure:this.measure,contentRect:this.state.contentRect}))},i}(e.Component),r.propTypes={client:st.bool,offset:st.bool,scroll:st.bool,bounds:st.bool,margin:st.bool,innerRef:st.oneOfType([st.object,st.func]),onResize:st.func},i}}()(function(e){var t=e.measure,n=e.measureRef,r=e.contentRect;return(0,e.children)({measure:t,measureRef:n,contentRect:r})});zCt.displayName="Measure",zCt.propTypes.children=st.func;const BCt=e=>e?Array.isArray(e)?e:[e]:[];class RCt extends f.default.Component{constructor(e){super(e),as(this,"onResize",e=>{const{resizeHeight:t,resizeWidth:n}=this.props,{height:r,width:i}=e.bounds;this.setDimensions(pCt({},t&&{height:r},n&&{width:i}))}),this.setDimensions=LCt(e=>{this.setState(e)},this.props.propagateDimensionsRate/1e3),this.state={height:"100%",width:"100%"}}renderChildren(){const{propagateDimensions:e}=this.props,t=BCt(this.props.children).filter(e=>!!e);return f.default.Children.map(t,t=>this.props.withHandle||yCt.isA(t)?f.default.cloneElement(t,pCt({dimensions:e&&this.state},t.props,{index:this.props.index-1,events:this.props.events})):e?f.default.cloneElement(t,pCt({},t.props,{dimensions:this.state})):t)}render(){return f.default.createElement(zCt,{bounds:!0,onResize:this.onResize},({measureRef:e})=>f.default.createElement("div",{ref:e,className:"reflex-size-aware"},f.default.createElement("div",{style:this.state},this.renderChildren())))}}class WCt extends f.default.Component{constructor(e){super(e),this.state={size:e.size}}static getDerivedStateFromProps(e,t){return e.size!==t.size?pCt({},t,{size:e.size}):null}async componentDidUpdate(e,t,n){if(t.size!==this.state.size){const e=BCt(this.props.direction);for(let t of e)await this.props.events.emit("element.size",{index:this.props.index,size:this.props.size,direction:t})}}renderChildren(){const e=BCt(this.props.children).filter(e=>!!e);return f.default.Children.map(e,e=>this.props.withHandle||yCt.isA(e)?f.default.cloneElement(e,pCt({},e.props,{index:this.props.index-1,events:this.props.events})):e)}render(){const e=[...this.props.className.split(" "),this.props.orientation,"reflex-element"].join(" ").trim(),t=pCt({},this.props.style,{flexGrow:this.props.flex,flexShrink:1,flexBasis:"0%"});return f.default.createElement("div",En({},mCt(this.props),{ref:this.props.innerRef,className:e,style:t}),this.props.propagateDimensions?f.default.createElement(RCt,this.props):this.renderChildren())}}as(WCt,"propTypes",{propagateDimensions:st.bool,resizeHeight:st.bool,resizeWidth:st.bool,className:st.string,size:st.number}),as(WCt,"defaultProps",{propagateDimensionsRate:100,propagateDimensions:!1,resizeHeight:!0,resizeWidth:!0,direction:[1],className:""});var FCt=f.default.forwardRef((e,t)=>f.default.createElement(WCt,En({innerRef:t},e)));C("body.reflex-col-resize {\n cursor: col-resize; }\n\nbody.reflex-row-resize {\n cursor: row-resize; }\n\n.reflex-container {\n justify-content: flex-start;\n /* align items in Main Axis */\n align-items: stretch;\n /* align items in Cross Axis */\n align-content: stretch;\n /* OLD - iOS 6-, Safari 3.1-6 */\n /* OLD - Firefox 19- (buggy but mostly works) */\n /* TWEENER - IE 10 */\n /* NEW - Chrome */\n display: flex;\n position: relative;\n height: 100%;\n width: 100%; }\n\n.reflex-container.horizontal {\n flex-direction: column;\n min-height: 1px; }\n\n.reflex-container.vertical {\n flex-direction: row;\n min-width: 1px; }\n\n.reflex-container > .reflex-element {\n position: relative;\n overflow: auto;\n height: 100%;\n width: 100%; }\n\n.reflex-container.reflex-resizing > .reflex-element {\n pointer-events: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none; }\n\n.reflex-container > .reflex-element > .reflex-size-aware {\n height: 100%;\n width: 100%; }\n\n.reflex-container > .reflex-splitter {\n background-color: #eeeeee;\n z-index: 100; }\n\n.reflex-container > .reflex-splitter.active,\n.reflex-container > .reflex-splitter:hover {\n background-color: #c6c6c6;\n transition: all 1s ease; }\n\n.horizontal > .reflex-splitter {\n border-bottom: 1px solid #c6c6c6;\n border-top: 1px solid #c6c6c6;\n cursor: row-resize;\n width: 100%;\n height: 2px; }\n\n.reflex-element.horizontal .reflex-handle {\n cursor: row-resize;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none; }\n\n.reflex-container.horizontal > .reflex-splitter:hover,\n.reflex-container.horizontal > .reflex-splitter.active {\n border-bottom: 1px solid #eeeeee;\n border-top: 1px solid #eeeeee; }\n\n.reflex-container.vertical > .reflex-splitter {\n border-right: 1px solid #c6c6c6;\n border-left: 1px solid #c6c6c6;\n cursor: col-resize;\n height: 100%;\n width: 2px; }\n\n.reflex-element.vertical .reflex-handle {\n cursor: col-resize;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none; }\n\n.reflex-container.vertical > .reflex-splitter:hover,\n.reflex-container.vertical > .reflex-splitter.active {\n border-right: 1px solid #eeeeee;\n border-left: 1px solid #eeeeee; }\n\n.reflex-container > .reflex-splitter.reflex-thin {\n box-sizing: border-box;\n -moz-background-clip: padding;\n -webkit-background-clip: padding;\n background-clip: padding-box;\n opacity: 0.2;\n z-index: 100; }\n\n.reflex-container > .reflex-splitter.reflex-thin.active\n.reflex-container > .reflex-splitter.reflex-thin:hover {\n transition: all 1.5s ease;\n opacity: 0.5; }\n\n.reflex-container.horizontal > .reflex-splitter.reflex-thin {\n border-bottom: 8px solid rgba(255, 255, 255, 0);\n border-top: 8px solid rgba(255, 255, 255, 0);\n height: 17px !important;\n cursor: row-resize;\n margin: -8px 0;\n width: 100%; }\n\n.reflex-container.horizontal > .reflex-splitter.reflex-thin.active,\n.reflex-container.horizontal > .reflex-splitter.reflex-thin:hover {\n border-bottom: 8px solid #e4e4e4;\n border-top: 8px solid #e4e4e4; }\n\n.reflex-container.vertical > .reflex-splitter.reflex-thin {\n border-right: 8px solid rgba(255, 255, 255, 0);\n border-left: 8px solid rgba(255, 255, 255, 0);\n width: 17px !important;\n cursor: col-resize;\n margin: 0 -8px;\n height: 100%; }\n\n.reflex-container.vertical > .reflex-splitter.reflex-thin.active,\n.reflex-container.vertical > .reflex-splitter.reflex-thin:hover {\n border-right: 8px solid #e4e4e4;\n border-left: 8px solid #e4e4e4; }");var qCt=function(e){var t=e.content;return f.default.createElement("div",{className:"position-relative"},t instanceof Function?t():t)},YCt=function(t){var n=t.open,r=t.children,i=t.toggleSidebar,a=t.width,o=t.keyboard,l=e.useState(!1),s=l[0],c=l[1];return f.default.createElement("div",{tabIndex:0,onKeyDown:function(e){!o&&"Escape"===e.code&&n&&(i(),e.stopPropagation(),e.preventDefault())}},f.default.createElement("div",{className:dt("offcanvas-backdrop fade",{"d-none":!n,show:n}),onClick:i}),f.default.createElement("div",{className:dt("customizer d-none d-md-block ","customizer-".concat(null!=a?a:600),{open:n,fullscreen:s})},f.default.createElement("div",{style:{position:"fixed",top:"50%",transform:"translate(-50%, -50%)",background:"#FFF",filter:"drop-shadow(0.9px 0.9px 1.5px)",height:50,display:"flex",alignItems:"center",borderRadius:"0px 5px 5px 0px",cursor:"pointer",zIndex:9,marginLeft:7},onClick:function(){c(!s)}},f.default.createElement(zi,{className:"".concat(s?"d-none":""),fontSize:16}),f.default.createElement(Bi,{className:"".concat(s?"":"d-none"),fontSize:15})),r))},UCt=function(e){var t,n,r,i,a,o,l=e.titleChild,s=e.stateChildId,c=e.activeTab,d=e.rowsSelectedChild,h=e.handleCloseDetail,u=e.t,p=e.type;return f.default.createElement("div",{style:{marginTop:"5px",marginBottom:"0px",paddingBottom:"5px"},className:"d-flex justify-content-between align-items-center bb-1"},"side"===p&&f.default.createElement("h5",{className:"m-0"},l),"side"===p&&f.default.createElement("div",{className:"me-auto ms-1 d-flex align-items-center"},(null===(t=null==s?void 0:s[c])||void 0===t?void 0:t.buttons)&&(null===(r=null===(n=null==s?void 0:s[c])||void 0===n?void 0:n.buttons)||void 0===r?void 0:r.map(function(e,t){var n,r,i,a=$i[null!==(n=e.icon)&&void 0!==n?n:"Plus"];return"right"!==e.align&&!1!==e.visible&&f.default.createElement(xn,{color:e.color||"primary",onClick:function(){return e.actionClick({rowData:null==d?void 0:d[c]})},disabled:e.disabled,key:t,className:"me-1 d-flex"},f.default.createElement(a,{fontSize:null!==(r=e.fontSize)&&void 0!==r?r:14,className:"me-50"}),String(u(null!==(i=e.title)&&void 0!==i?i:"")))}))),f.default.createElement("div",{className:"ms-auto d-flex align-items-center"},(null===(i=null==s?void 0:s[c])||void 0===i?void 0:i.buttons)&&(null===(o=null===(a=null==s?void 0:s[c])||void 0===a?void 0:a.buttons)||void 0===o?void 0:o.map(function(e,t){var n,r,i,a=$i[null!==(n=e.icon)&&void 0!==n?n:"Plus"];return"right"===e.align&&!1!==e.visible&&f.default.createElement(xn,{color:e.color||"primary",onClick:function(){return e.actionClick({rowData:null==d?void 0:d[c]})},disabled:e.disabled,key:t,className:"me-1 d-flex"},f.default.createElement(a,{fontSize:null!==(r=e.fontSize)&&void 0!==r?r:14,className:"me-50"}),String(u(null!==(i=e.title)&&void 0!==i?i:"")))}))),"side"===p&&f.default.createElement("span",null,f.default.createElement(Ki,{style:{marginRight:5},fontSize:20,onClick:h,className:"cursor-pointer"})))},GCt=function(e){var t=e._height,n=e.heightTop,r=e.activeTab,i=e.setActiveTab,a=e.onChangeTabChildren,o=e.stateChildId,l=e.t,s=e.windowSize,d=e.titleChild,h=e.heightBottom,u=e.format,p=e.listSettingTable,m=e.listColumn,v=e.rowsSelected,g=e.settotalChild,b=e.rowsSelectedChild,y=e.setrowsSelectedChild,w=e.files,x=e.loading,E=e.api,k=e._totalChild;return f.default.createElement("div",{className:"pane-content",id:"reflex-bottom",style:{height:"".concat(t-n-70,"px")}},f.default.createElement("div",{className:"bg-white p-25",style:{border:"1px solid #e0e0e0"}},f.default.createElement(c.TabComponent,{overflowMode:"Popup",heightAdjustMode:"Auto",className:"m-0",animation:{next:{effect:"None"},previous:{effect:"None"}},selectedItem:r,selected:function(e){i(e.selectedIndex),a&&a(e.selectedIndex)}},f.default.createElement(c.TabItemsDirective,null,null==o?void 0:o.map(function(e,t){var n,r,i,a;return"AttachFile"!==e.stateId?f.default.createElement(c.TabItemDirective,{key:t,headerText:"".concat(l(e.stateName)).concat(!1!==e.isShowTotal?" (".concat(null!==(r=null!==(n=e.totalCount)&&void 0!==n?n:null==k?void 0:k[t])&&void 0!==r?r:0,")"):"")}):f.default.createElement(c.TabItemDirective,{key:t,headerText:"".concat(l(Q(e.stateName)?"File attached":e.stateName)).concat(!1!==e.isShowTotal?" (".concat(null!==(i=e.totalCount)&&void 0!==i?i:null===(a=Array.isArray(JSON.parse(w))?JSON.parse(w):[])||void 0===a?void 0:a.length,")"):"")})}))),f.default.createElement("div",{className:"box form-box__border d-flex flex-column p-0"},f.default.createElement(Ii,{activeTab:r},null==o?void 0:o.map(function(e,t){var n,i,a,c,k,C,M,A,_,O,Z;return J(e.content)?"AttachFile"!==e.stateId?f.default.createElement(Pi,{key:t,tabId:t},f.default.createElement(hCt,{index:t,windowSize:s,stateChildId:o,titleChild:d,group:e.group,showColumnChoose:!0,showToolbar:!1,format:u,height:null!==(n=e.height)&&void 0!==n?n:h-95,stateId:null!==(i=e.stateId)&&void 0!==i?i:"",viewIdTable:null!==(a=e.stateId)&&void 0!==a?a:"",infiniteScroll:null!==(c=e.infiniteScroll)&&void 0!==c&&c,dataSource:null!==(k=null==e?void 0:e.dataSource)&&void 0!==k?k:(null==v?void 0:v.id)?void 0:[],columns:null!==(M=null!==(C=null==e?void 0:e.columns)&&void 0!==C?C:null==m?void 0:m[e.stateId])&&void 0!==M?M:void 0,settingTb:null!==(A=null==p?void 0:p[e.stateId])&&void 0!==A?A:{},totalCount:null==e?void 0:e.totalCount,summary:null===(_=e.summary)||void 0===_||_,onChangeParam:e.onChangeParam,isShowSearch:null===(O=e.isShowSearch)||void 0===O||O,currentPageDefault:e.currentPageDefault,rowsPerPageDefault:e.rowsPerPageDefault,pageSizeOptions:e.pageSizeOptions,selectionSetting:e.selectionSetting,rowSelected:function(t){e.rowSelected&&e.rowSelected(t),b[r]=t.selected,y(b)},callback:function(e){setTimeout(function(){g(function(n){var r;return S(S({},n),((r={})[t]=e.total,r))})},50*(t+1))},dataSelected:e.dataSelected,querySelectDefault:e.querySelectDefault,queryKeyDataView:[null==v?void 0:v.id],allowPaging:e.allowPaging,allowResizing:e.allowResizing,t:l,api:E,hasIndex:!0,breakText:e.breakText,loading:x,rowClassName:e.rowClassName,allowFilterClient:!0,typeCheckbox:e.typeCheckbox,onDataChange:e.onDataChange})):"AttachFile"===e.stateId?f.default.createElement(Pi,{tabId:t,key:t},f.default.createElement(uCt,{height:null!==(Z=e.height)&&void 0!==Z?Z:h-80,listFile:w,t:l})):void 0:f.default.createElement(Pi,{key:t,tabId:t},f.default.createElement(qCt,{content:e.content,index:t,stateChildId:o,t:l,titleChild:d,windowSize:s}))})))))},XCt=function(e){var t=e.breadCrumbTitle,n=e.breadCrumbParent,r=e.breadCrumbActive;return f.default.createElement("div",{className:"content-header row"},f.default.createElement("div",{className:"content-header-left col-md-9 col-12"},f.default.createElement("div",{className:"row breadcrumbs-top"},f.default.createElement("div",{className:"col-12"},t?f.default.createElement("h2",{className:"content-header-title float-start mb-0"},t):"",f.default.createElement("div",{className:"breadcrumb-wrapper vs-breadcrumbs d-sm-block d-none col-12"},f.default.createElement(rn,{className:"breadcrumb-nowrap"},f.default.createElement(cn,{tag:"li"},f.default.createElement("a",{href:"/"},f.default.createElement(Yi,{fontSize:20}))),n&&n.length>0&&(null==n?void 0:n.map(function(e,t){return f.default.createElement(cn,{key:t,tag:"li"},e.link?f.default.createElement("a",{href:e.link},e.title):e.title)})),f.default.createElement(cn,{tag:"li",active:!0},r)))))))};XCt.propTypes={breadCrumbActive:st.string.isRequired,breadCrumbParent:st.object};var JCt=0;function QCt(e,t){var n=t;return n.unshift(void 0),new(Function.prototype.bind.apply(e,n))}function KCt(e,t){for(var n=t,r=e.replace(/\[/g,".").replace(/\]/g,"").split("."),i=0;i<r.length&&!oSt(n);i++)n=n[r[i]];return n}function $Ct(e,t,n){var r,i,a=e.replace(/\[/g,".").replace(/\]/g,"").split("."),o=n||{},l=o,s=a.length;for(r=0;r<s;r++)i=a[r],r+1===s?l[i]=void 0===t?{}:t:aSt(l[i])&&(l[i]={}),l=l[i];return o}function eSt(e,t){delete e[t]}var tSt="undefined"!=typeof window?window:{};function nSt(e){return!aSt(e)&&e.constructor==={}.constructor}function rSt(e,t){if(!aSt(t))for(var n=e,r=t,i="deepMerge",a=0,o=Object.keys(t);a<o.length;a++){var l=o[a];aSt(n[i])||-1===n[i].indexOf(l)||!nSt(r[l])&&!Array.isArray(r[l])?n[l]=r[l]:iSt(n[l],n[l],r[l],!0)}}function iSt(e,t,n,r){var i=e&&"object"==typeof e?e:{},a=arguments.length;r&&(a-=1);for(var o=function(e){if(!l[e])return"continue";var t=l[e];Object.keys(t).forEach(function(e){var n,a=i[e],o=t[e];Array.isArray(o)&&Array.isArray(a)&&(o.length,a.length);r&&(nSt(o)||Array.isArray(o))?nSt(o)?(n=a||{},Array.isArray(n)&&n.hasOwnProperty("isComplexArray")?iSt(n,{},o,r):i[e]=iSt(n,{},o,r)):(n=a||[],i[e]=iSt([],n,o,n&&n.length||o&&o.length)):i[e]=o})},l=arguments,s=1;s<a;s++)o(s);return i}function aSt(e){return null==e}function oSt(e){return void 0===e}function lSt(e){return e+"_"+JCt++}function sSt(e,t){return e===t||!(e===document||!e)&&sSt(e.parentNode,t)}function cSt(e){try{throw new Error(e)}catch(e){throw e.message+"\n"+e.stack}}function dSt(e){var t=e+"";return t.match(/auto|cm|mm|in|px|pt|pc|%|em|ex|ch|rem|vw|vh|vmin|vmax/)?t:t+"px"}function hSt(){return false}var uSt,pSt={latn:{_digits:"0123456789",_type:"numeric"}},fSt={decimal:".",group:",",percentSign:"%",plusSign:"+",minusSign:"-",infinity:"∞",nan:"NaN",exponential:"E"},mSt=[0,1,2,3,4,5,6,7,8,9],vSt=function(){function e(){}return e.getMainObject=function(e,t){return KCt("main."+t,e)},e.getNumberingSystem=function(e){return KCt("supplemental.numberingSystems",e)||this.numberingSystems},e.reverseObject=function(e,t){for(var n={},r=0,i=t||Object.keys(e);r<i.length;r++){var a=i[r];n.hasOwnProperty(e[a])||(n[e[a]]=a)}return n},e.getSymbolRegex=function(e){var t=e.map(function(e){return e.replace(/([.*+?^=!:${}()|[\]/\\])/g,"\\$1")}).join("|");return new RegExp(t,"g")},e.getSymbolMatch=function(e){for(var t={},n=0,r=Object.keys(fSt);n<r.length;n++){var i=r[n];t[e[i]]=fSt[i]}return t},e.constructRegex=function(e){for(var t=e.length,n="",r=0;r<t;r++)n+=r!==t-1?e[r]+"|":e[r];return n},e.convertValueParts=function(e,t,n){return e.replace(t,function(e){return n[e]})},e.getDefaultNumberingSystem=function(e){var t={};return t.obj=KCt("numbers",e),t.nSystem=KCt("defaultNumberingSystem",t.obj),t},e.getCurrentNumericOptions=function(e,t,n,r){var i={},a=this.getDefaultNumberingSystem(e);if(!oSt(a.nSystem)||r){var o=r?KCt("obj.mapperDigits",a):KCt(a.nSystem+"._digits",t);oSt(o)||(i.numericPair=this.reverseObject(o,mSt),i.numberParseRegex=new RegExp(this.constructRegex(o),"g"),i.numericRegex="["+o[0]+"-"+o[9]+"]",n&&(i.numericRegex=o[0]+"-"+o[9],i.symbolNumberSystem=KCt(r?"numberSymbols":"symbols-numberSystem-"+a.nSystem,a.obj),i.symbolMatch=this.getSymbolMatch(i.symbolNumberSystem),i.numberSystem=a.nSystem))}return i},e.getNumberMapper=function(e,t,n){var r={mapper:{}},i=this.getDefaultNumberingSystem(e);if(!oSt(i.nSystem)){r.numberSystem=i.nSystem,r.numberSymbols=KCt("symbols-numberSystem-"+i.nSystem,i.obj),r.timeSeparator=KCt("timeSeparator",r.numberSymbols);var a=KCt(i.nSystem+"._digits",t);if(!oSt(a))for(var o=0,l=mSt;o<l.length;o++){var s=l[o];r.mapper[s]=a[s]}}return r},e.nPair="numericPair",e.nRegex="numericRegex",e.numberingSystems=pSt,e}(),gSt={DJF:"Fdj",ERN:"Nfk",ETB:"Br",NAD:"$",ZAR:"R",XAF:"FCFA",GHS:"GH₵",XDR:"XDR",AED:"د.إ.",BHD:"د.ب.",DZD:"د.ج.",EGP:"ج.م.",ILS:"₪",IQD:"د.ع.",JOD:"د.ا.",KMF:"CF",KWD:"د.ك.",LBP:"ل.ل.",LYD:"د.ل.",MAD:"د.م.",MRU:"أ.م.",OMR:"ر.ع.",QAR:"ر.ق.",SAR:"ر.س.",SDG:"ج.س.",SOS:"S",SSP:"£",SYP:"ل.س.",TND:"د.ت.",YER:"ر.ي.",CLP:"$",INR:"₹",TZS:"TSh",EUR:"€",AZN:"₼",RUB:"₽",BYN:"Br",ZMW:"K",BGN:"лв.",NGN:"₦",XOF:"CFA",BDT:"৳",CNY:"¥",BAM:"КМ",UGX:"USh",USD:"$",CZK:"Kč",GBP:"£",DKK:"kr.",KES:"Ksh",CHF:"CHF",MVR:"ރ.",BTN:"Nu.",XCD:"EC$",AUD:"$",BBD:"$",BIF:"FBu",BMD:"$",BSD:"$",BWP:"P",BZD:"$",CAD:"$",NZD:"$",FJD:"$",FKP:"£",GIP:"£",GMD:"D",GYD:"$",HKD:"$",IDR:"Rp",JMD:"$",KYD:"$",LRD:"$",MGA:"Ar",MOP:"MOP$",MUR:"Rs",MWK:"MK",MYR:"RM",PGK:"K",PHP:"₱",PKR:"Rs",RWF:"RF",SBD:"$",SCR:"SR",SEK:"kr",SGD:"$",SHP:"£",SLL:"Le",ANG:"NAf.",SZL:"E",TOP:"T$",TTD:"$",VUV:"VT",WST:"WS$",ARS:"$",BOB:"Bs",BRL:"R$",COP:"$",CRC:"₡",CUP:"$",DOP:"$",GTQ:"Q",HNL:"L",MXN:"$",NIO:"C$",PAB:"B/.",PEN:"S/",PYG:"₲",UYU:"$",VES:"Bs.S",IRR:"ريال",GNF:"FG",CDF:"FC",HTG:"G",XPF:"FCFP",HRK:"kn",HUF:"Ft",AMD:"֏",ISK:"kr",JPY:"¥",GEL:"₾",CVE:"",KZT:"₸",KHR:"៛",KPW:"₩",KRW:"₩",KGS:"сом",AOA:"Kz",LAK:"₭",MZN:"MTn",MKD:"ден",MNT:"₮",BND:"$",MMK:"K",NOK:"kr",NPR:"रु",AWG:"Afl.",SRD:"$",PLN:"zł",AFN:"؋",STN:"Db",MDL:"L",RON:"lei",UAH:"₴",LKR:"රු.",ALL:"Lekë",RSD:"дин.",TJS:"смн",THB:"฿",TMT:"m.",TRY:"₺",UZS:"сўм",VND:"₫",TWD:"NT$"};!function(e){var t=[28607,28636,28665,28695,28724,28754,28783,28813,28843,28872,28901,28931,28960,28990,29019,29049,29078,29108,29137,29167,29196,29226,29255,29285,29315,29345,29375,29404,29434,29463,29492,29522,29551,29580,29610,29640,29669,29699,29729,29759,29788,29818,29847,29876,29906,29935,29964,29994,30023,30053,30082,30112,30141,30171,30200,30230,30259,30289,30318,30348,30378,30408,30437,30467,30496,30526,30555,30585,30614,30644,30673,30703,30732,30762,30791,30821,30850,30880,30909,30939,30968,30998,31027,31057,31086,31116,31145,31175,31204,31234,31263,31293,31322,31352,31381,31411,31441,31471,31500,31530,31559,31589,31618,31648,31676,31706,31736,31766,31795,31825,31854,31884,31913,31943,31972,32002,32031,32061,32090,32120,32150,32180,32209,32239,32268,32298,32327,32357,32386,32416,32445,32475,32504,32534,32563,32593,32622,32652,32681,32711,32740,32770,32799,32829,32858,32888,32917,32947,32976,33006,33035,33065,33094,33124,33153,33183,33213,33243,33272,33302,33331,33361,33390,33420,33450,33479,33509,33539,33568,33598,33627,33657,33686,33716,33745,33775,33804,33834,33863,33893,33922,33952,33981,34011,34040,34069,34099,34128,34158,34187,34217,34247,34277,34306,34336,34365,34395,34424,34454,34483,34512,34542,34571,34601,34631,34660,34690,34719,34749,34778,34808,34837,34867,34896,34926,34955,34985,35015,35044,35074,35103,35133,35162,35192,35222,35251,35280,35310,35340,35370,35399,35429,35458,35488,35517,35547,35576,35605,35635,35665,35694,35723,35753,35782,35811,35841,35871,35901,35930,35960,35989,36019,36048,36078,36107,36136,36166,36195,36225,36254,36284,36314,36343,36373,36403,36433,36462,36492,36521,36551,36580,36610,36639,36669,36698,36728,36757,36786,36816,36845,36875,36904,36934,36963,36993,37022,37052,37081,37111,37141,37170,37200,37229,37259,37288,37318,37347,37377,37406,37436,37465,37495,37524,37554,37584,37613,37643,37672,37701,37731,37760,37790,37819,37849,37878,37908,37938,37967,37997,38027,38056,38085,38115,38144,38174,38203,38233,38262,38292,38322,38351,38381,38410,38440,38469,38499,38528,38558,38587,38617,38646,38676,38705,38735,38764,38794,38823,38853,38882,38912,38941,38971,39001,39030,39059,39089,39118,39148,39178,39208,39237,39267,39297,39326,39355,39385,39414,39444,39473,39503,39532,39562,39592,39621,39650,39680,39709,39739,39768,39798,39827,39857,39886,39916,39946,39975,40005,40035,40064,40094,40123,40153,40182,40212,40241,40271,40300,40330,40359,40389,40418,40448,40477,40507,40536,40566,40595,40625,40655,40685,40714,40744,40773,40803,40832,40862,40892,40921,40951,40980,41009,41039,41068,41098,41127,41157,41186,41216,41245,41275,41304,41334,41364,41393,41422,41452,41481,41511,41540,41570,41599,41629,41658,41688,41718,41748,41777,41807,41836,41865,41894,41924,41953,41983,42012,42042,42072,42102,42131,42161,42190,42220,42249,42279,42308,42337,42367,42397,42426,42456,42485,42515,42545,42574,42604,42633,42662,42692,42721,42751,42780,42810,42839,42869,42899,42929,42958,42988,43017,43046,43076,43105,43135,43164,43194,43223,43253,43283,43312,43342,43371,43401,43430,43460,43489,43519,43548,43578,43607,43637,43666,43696,43726,43755,43785,43814,43844,43873,43903,43932,43962,43991,44021,44050,44080,44109,44139,44169,44198,44228,44258,44287,44317,44346,44375,44405,44434,44464,44493,44523,44553,44582,44612,44641,44671,44700,44730,44759,44788,44818,44847,44877,44906,44936,44966,44996,45025,45055,45084,45114,45143,45172,45202,45231,45261,45290,45320,45350,45380,45409,45439,45468,45498,45527,45556,45586,45615,45644,45674,45704,45733,45763,45793,45823,45852,45882,45911,45940,45970,45999,46028,46058,46088,46117,46147,46177,46206,46236,46265,46295,46324,46354,46383,46413,46442,46472,46501,46531,46560,46590,46620,46649,46679,46708,46738,46767,46797,46826,46856,46885,46915,46944,46974,47003,47033,47063,47092,47122,47151,47181,47210,47240,47269,47298,47328,47357,47387,47417,47446,47476,47506,47535,47565,47594,47624,47653,47682,47712,47741,47771,47800,47830,47860,47890,47919,47949,47978,48008,48037,48066,48096,48125,48155,48184,48214,48244,48273,48303,48333,48362,48392,48421,48450,48480,48509,48538,48568,48598,48627,48657,48687,48717,48746,48776,48805,48834,48864,48893,48922,48952,48982,49011,49041,49071,49100,49130,49160,49189,49218,49248,49277,49306,49336,49365,49395,49425,49455,49484,49514,49543,49573,49602,49632,49661,49690,49720,49749,49779,49809,49838,49868,49898,49927,49957,49986,50016,50045,50075,50104,50133,50163,50192,50222,50252,50281,50311,50340,50370,50400,50429,50459,50488,50518,50547,50576,50606,50635,50665,50694,50724,50754,50784,50813,50843,50872,50902,50931,50960,50990,51019,51049,51078,51108,51138,51167,51197,51227,51256,51286,51315,51345,51374,51403,51433,51462,51492,51522,51552,51582,51611,51641,51670,51699,51729,51758,51787,51816,51846,51876,51906,51936,51965,51995,52025,52054,52083,52113,52142,52171,52200,52230,52260,52290,52319,52349,52379,52408,52438,52467,52497,52526,52555,52585,52614,52644,52673,52703,52733,52762,52792,52822,52851,52881,52910,52939,52969,52998,53028,53057,53087,53116,53146,53176,53205,53235,53264,53294,53324,53353,53383,53412,53441,53471,53500,53530,53559,53589,53619,53648,53678,53708,53737,53767,53796,53825,53855,53884,53913,53943,53973,54003,54032,54062,54092,54121,54151,54180,54209,54239,54268,54297,54327,54357,54387,54416,54446,54476,54505,54535,54564,54593,54623,54652,54681,54711,54741,54770,54800,54830,54859,54889,54919,54948,54977,55007,55036,55066,55095,55125,55154,55184,55213,55243,55273,55302,55332,55361,55391,55420,55450,55479,55508,55538,55567,55597,55627,55657,55686,55716,55745,55775,55804,55834,55863,55892,55922,55951,55981,56011,56040,56070,56100,56129,56159,56188,56218,56247,56276,56306,56335,56365,56394,56424,56454,56483,56513,56543,56572,56601,56631,56660,56690,56719,56749,56778,56808,56837,56867,56897,56926,56956,56985,57015,57044,57074,57103,57133,57162,57192,57221,57251,57280,57310,57340,57369,57399,57429,57458,57487,57517,57546,57576,57605,57634,57664,57694,57723,57753,57783,57813,57842,57871,57901,57930,57959,57989,58018,58048,58077,58107,58137,58167,58196,58226,58255,58285,58314,58343,58373,58402,58432,58461,58491,58521,58551,58580,58610,58639,58669,58698,58727,58757,58786,58816,58845,58875,58905,58934,58964,58994,59023,59053,59082,59111,59141,59170,59200,59229,59259,59288,59318,59348,59377,59407,59436,59466,59495,59525,59554,59584,59613,59643,59672,59702,59731,59761,59791,59820,59850,59879,59909,59939,59968,59997,60027,60056,60086,60115,60145,60174,60204,60234,60264,60293,60323,60352,60381,60411,60440,60469,60499,60528,60558,60588,60618,60648,60677,60707,60736,60765,60795,60824,60853,60883,60912,60942,60972,61002,61031,61061,61090,61120,61149,61179,61208,61237,61267,61296,61326,61356,61385,61415,61445,61474,61504,61533,61563,61592,61621,61651,61680,61710,61739,61769,61799,61828,61858,61888,61917,61947,61976,62006,62035,62064,62094,62123,62153,62182,62212,62242,62271,62301,62331,62360,62390,62419,62448,62478,62507,62537,62566,62596,62625,62655,62685,62715,62744,62774,62803,62832,62862,62891,62921,62950,62980,63009,63039,63069,63099,63128,63157,63187,63216,63246,63275,63305,63334,63363,63393,63423,63453,63482,63512,63541,63571,63600,63630,63659,63689,63718,63747,63777,63807,63836,63866,63895,63925,63955,63984,64014,64043,64073,64102,64131,64161,64190,64220,64249,64279,64309,64339,64368,64398,64427,64457,64486,64515,64545,64574,64603,64633,64663,64692,64722,64752,64782,64811,64841,64870,64899,64929,64958,64987,65017,65047,65076,65106,65136,65166,65195,65225,65254,65283,65313,65342,65371,65401,65431,65460,65490,65520,65549,65579,65608,65638,65667,65697,65726,65755,65785,65815,65844,65874,65903,65933,65963,65992,66022,66051,66081,66110,66140,66169,66199,66228,66258,66287,66317,66346,66376,66405,66435,66465,66494,66524,66553,66583,66612,66641,66671,66700,66730,66760,66789,66819,66849,66878,66908,66937,66967,66996,67025,67055,67084,67114,67143,67173,67203,67233,67262,67292,67321,67351,67380,67409,67439,67468,67497,67527,67557,67587,67617,67646,67676,67705,67735,67764,67793,67823,67852,67882,67911,67941,67971,68e3,68030,68060,68089,68119,68148,68177,68207,68236,68266,68295,68325,68354,68384,68414,68443,68473,68502,68532,68561,68591,68620,68650,68679,68708,68738,68768,68797,68827,68857,68886,68916,68946,68975,69004,69034,69063,69092,69122,69152,69181,69211,69240,69270,69300,69330,69359,69388,69418,69447,69476,69506,69535,69565,69595,69624,69654,69684,69713,69743,69772,69802,69831,69861,69890,69919,69949,69978,70008,70038,70067,70097,70126,70156,70186,70215,70245,70274,70303,70333,70362,70392,70421,70451,70481,70510,70540,70570,70599,70629,70658,70687,70717,70746,70776,70805,70835,70864,70894,70924,70954,70983,71013,71042,71071,71101,71130,71159,71189,71218,71248,71278,71308,71337,71367,71397,71426,71455,71485,71514,71543,71573,71602,71632,71662,71691,71721,71751,71781,71810,71839,71869,71898,71927,71957,71986,72016,72046,72075,72105,72135,72164,72194,72223,72253,72282,72311,72341,72370,72400,72429,72459,72489,72518,72548,72577,72607,72637,72666,72695,72725,72754,72784,72813,72843,72872,72902,72931,72961,72991,73020,73050,73080,73109,73139,73168,73197,73227,73256,73286,73315,73345,73375,73404,73434,73464,73493,73523,73552,73581,73611,73640,73669,73699,73729,73758,73788,73818,73848,73877,73907,73936,73965,73995,74024,74053,74083,74113,74142,74172,74202,74231,74261,74291,74320,74349,74379,74408,74437,74467,74497,74526,74556,74586,74615,74645,74675,74704,74733,74763,74792,74822,74851,74881,74910,74940,74969,74999,75029,75058,75088,75117,75147,75176,75206,75235,75264,75294,75323,75353,75383,75412,75442,75472,75501,75531,75560,75590,75619,75648,75678,75707,75737,75766,75796,75826,75856,75885,75915,75944,75974,76003,76032,76062,76091,76121,76150,76180,76210,76239,76269,76299,76328,76358,76387,76416,76446,76475,76505,76534,76564,76593,76623,76653,76682,76712,76741,76771,76801,76830,76859,76889,76918,76948,76977,77007,77036,77066,77096,77125,77155,77185,77214,77243,77273,77302,77332,77361,77390,77420,77450,77479,77509,77539,77569,77598,77627,77657,77686,77715,77745,77774,77804,77833,77863,77893,77923,77952,77982,78011,78041,78070,78099,78129,78158,78188,78217,78247,78277,78307,78336,78366,78395,78425,78454,78483,78513,78542,78572,78601,78631,78661,78690,78720,78750,78779,78808,78838,78867,78897,78926,78956,78985,79015,79044,79074,79104,79133,79163,79192,79222,79251,79281,79310,79340,79369,79399,79428,79458,79487,79517,79546,79576,79606,79635,79665,79695,79724,79753,79783,79812,79841,79871,79900,79930,79960,79990];e.getHijriDate=function(e){var n=e.getDate(),r=e.getMonth(),i=e.getFullYear(),a=r+1,o=i;a<3&&(o-=1,a+=12);var l=Math.floor(o/100),s=l-Math.floor(l/4)-2,c=Math.floor(365.25*(o+4716))+Math.floor(30.6001*(a+1))+n-s-1524,d=c+(s=(l=Math.floor((c-1867216.25)/36524.25))-Math.floor(l/4)+1)+1524,h=Math.floor((d-122.1)/365.25),u=Math.floor(365.25*h),p=Math.floor((d-u)/30.6001);n=d-u-Math.floor(30.6001*p),(r=Math.floor((d-u)/20.6001))>13&&(h+=1,r-=12),r-=1,i=h-4716;var f=c-24e5,m=10631/30,v=c-1948084,g=Math.floor(v/10631);v-=10631*g;var b=Math.floor((v-.1335)/m),y=30*g+b;v-=Math.floor(b*m+.1335);var w=Math.floor((v+28.5001)/29.5);13===w&&(w=12);for(var x=v-Math.floor(29.5001*w-29),E=0;E<t.length&&!(t[E]>f);E++);var k=E+16260,C=Math.floor((k-1)/12),S=C+1,M=k-12*C,A=f-t[E-1]+1;return(A+"").length>2&&(A=x,M=w,S=y),{year:S,month:M,date:A}},e.toGregorian=function(e,n,r){var i=r+t[12*(e-1)+1+(n-1)-16260-1]-1+24e5,a=Math.floor(i+.5),o=Math.floor((a-1867216.25)/36524.25),l=(o=a+1+o-Math.floor(o/4))+1524,s=Math.floor((l-122.1)/365.25),c=Math.floor(365.25*s),d=Math.floor((l-c)/30.6001),h=l-c-Math.floor(30.6001*d),u=d-(d>13.5?13:1),p=s-(u>2.5?4716:4715);return p<=0&&u--,new Date(p+"/"+u+"/"+h)}}(uSt||(uSt={}));var bSt=/\/MMMMM|MMMM|MMM|a|LLLL|LLL|EEEEE|EEEE|E|K|cccc|ccc|WW|W|G+|z+/gi,ySt="stand-alone",wSt=["sun","mon","tue","wed","thu","fri","sat"],xSt={m:"getMinutes",h:"getHours",H:"getHours",s:"getSeconds",d:"getDate",f:"getMilliseconds"},ESt={M:"month",d:"day",E:"weekday",c:"weekday",y:"year",m:"minute",h:"hour",H:"hour",s:"second",L:"month",a:"designator",z:"timeZone",Z:"timeZone",G:"era",f:"milliseconds"},kSt=function(){function e(){}return e.dateFormat=function(e,t,n){var r=this,i=RSt.getDependables(n,e,t.calendar);KCt("parserObject.numbers",i);var a=i.dateObject,o={isIslamic:RSt.islamicRegex.test(t.calendar)},l=t.format||RSt.getResultantPattern(t.skeleton,i.dateObject,t.type,!1,"");if(o.dateSeperator=RSt.getDateSeparator(i.dateObject),oSt(l))cSt("Format options or type given must be invalid");else{l=RSt.ConvertDateToWeekFormat(l),o.pattern=l,o.numMapper=vSt.getNumberMapper(i.parserObject,vSt.getNumberingSystem(n));for(var s=0,c=l.match(bSt)||[];s<c.length;s++){var d=c[s],h=d.length,u=d[0];switch("K"===u&&(u="h"),u){case"E":case"c":o.weekday=i.dateObject[RSt.days][ySt][RSt.monthIndex[h]];break;case"M":case"L":o.month=i.dateObject[RSt.month][ySt][RSt.monthIndex[h]];break;case"a":o.designator=KCt("dayPeriods.format.wide",a);break;case"G":var p=h<=3?"eraAbbr":4===h?"eraNames":"eraNarrow";o.era=KCt("eras."+p,i.dateObject);break;case"z":o.timeZone=KCt("dates.timeZoneNames",i.parserObject)}}}return function(e){return isNaN(e.getDate())?null:r.intDateFormatter(e,o)}},e.intDateFormatter=function(e,t){for(var n="",r=t.pattern.match(RSt.dateParseRegex),i=this.getCurrentDateValue(e,t.isIslamic),a=0,o=r;a<o.length;a++){var l=o[a],s=l.length,c=l[0];"K"===c&&(c="h");var d=void 0,h="",u=void 0,p=void 0,f="";switch(c){case"M":case"L":d=i.month,s>2?n+=t.month[d]:u=!0;break;case"E":case"c":n+=t.weekday[wSt[e.getDay()]];break;case"H":case"h":case"m":case"s":case"d":case"f":if(u=!0,"d"===c)d=i.date;else if("f"===c){u=!1,p=!0;var m=(h=(h=e[xSt[c]]().toString()).substring(0,s)).length;if(s!==m){if(s>3)continue;for(var v=0;v<s-m;v++)h="0"+h.toString()}f+=h}else d=e[xSt[c]]();"h"===c&&(d=d%12||12);break;case"y":p=!0,f+=i.year,2===s&&(f=f.substr(f.length-2));break;case"a":var g=e.getHours()<12?"am":"pm";n+=t.designator[g];break;case"G":var b=e.getFullYear()<0?0:1,y=t.era[b];aSt(y)&&(y=t.era[b?0:1]),n+=y||"";break;case"'":n+="''"===l?"'":l.replace(/'/g,"");break;case"z":var w=e.getTimezoneOffset(),x=s<4?"+H;-H":t.timeZone.hourFormat;x=x.replace(/:/g,t.numMapper.timeSeparator),0===w?n+=t.timeZone.gmtZeroFormat:(p=!0,f=this.getTimeZoneValue(w,x)),f=t.timeZone.gmtFormat.replace(/\{0\}/,f);break;case":":n+=t.numMapper.numberSymbols.timeSeparator;break;case"/":n+=t.dateSeperator;break;case"W":u=!0,d=RSt.getWeekOfYear(e);break;default:n+=l}u&&(p=!0,f=this.checkTwodigitNumber(d,s)),p&&(n+=vSt.convertValueParts(f,RSt.latnParseRegex,t.numMapper.mapper))}return n},e.getCurrentDateValue=function(e,t){return t?uSt.getHijriDate(e):{year:e.getFullYear(),month:e.getMonth()+1,date:e.getDate()}},e.checkTwodigitNumber=function(e,t){var n=e+"";return 2===t&&2!==n.length?"0"+n:n},e.getTimeZoneValue=function(e,t){var n=this,r=t.split(";")[e>0?1:0],i=Math.abs(e);return r.replace(/HH?|mm/g,function(e){var t=e.length,r=-1!==e.indexOf("H");return n.checkTwodigitNumber(Math.floor(r?i/60:i%60),t)})},e}(),CSt={ms:"minimumSignificantDigits",ls:"maximumSignificantDigits",mf:"minimumFractionDigits",lf:"maximumFractionDigits"},SSt=["infinity","nan","group","decimal","exponential"],MSt=function(){function e(){}return e.numberFormatter=function(e,t,n){var r,i=this,a=iSt({},t),o={},l={},s=RSt.getDependables(n,e,"",!0);s.numericObject,l.numberMapper=vSt.getNumberMapper(s.parserObject,vSt.getNumberingSystem(n),!0),l.currencySymbol=RSt.getCurrencySymbol(s.numericObject,a.currency||jSt,t.altSymbol),l.percentSymbol=l.numberMapper.numberSymbols.percentSign,l.minusSymbol=l.numberMapper.numberSymbols.minusSign;var c=l.numberMapper.numberSymbols;if(t.format&&!RSt.formatRegex.test(t.format))o=RSt.customFormat(t.format,l,s.numericObject);else{iSt(a,RSt.getProperNumericSkeleton(t.format||"N")),a.isCurrency="currency"===a.type,a.isPercent="percent"===a.type,r=RSt.getSymbolPattern(a.type,l.numberMapper.numberSystem,s.numericObject,a.isAccount),a.groupOne=this.checkValueRange(a.maximumSignificantDigits,a.minimumSignificantDigits,!0),this.checkValueRange(a.maximumFractionDigits,a.minimumFractionDigits,!1,!0),oSt(a.fractionDigits)||(a.minimumFractionDigits=a.maximumFractionDigits=a.fractionDigits),oSt(a.useGrouping)&&(a.useGrouping=!0),a.isCurrency&&(r=r.replace(/\u00A4/g,RSt.defaultCurrency));var d=r.split(";");if(o.nData=RSt.getFormatData(d[1]||"-"+d[0],!0,l.currencySymbol),o.pData=RSt.getFormatData(d[0],!1,l.currencySymbol),a.useGrouping&&(a.groupSeparator=c[SSt[2]],a.groupData=this.getGroupingDetails(d[0])),oSt(a.minimumFractionDigits)&&(a.minimumFractionDigits=o.nData.minimumFraction),oSt(a.maximumFractionDigits)){var h=o.nData.maximumFraction;a.maximumFractionDigits=oSt(h)&&a.isPercent?0:h}var u=a.minimumFractionDigits,p=a.maximumFractionDigits;oSt(u)||oSt(p)||u>p&&(a.maximumFractionDigits=u)}return iSt(o.nData,a),iSt(o.pData,a),function(e){return isNaN(e)?c[SSt[1]]:isFinite(e)?i.intNumberFormatter(e,o,l):c[SSt[0]]}},e.getGroupingDetails=function(e){var t={},n=e.match(RSt.negativeDataRegex);if(n&&n[4]){var r=n[4],i=r.lastIndexOf(",");if(-1!==i){var a=r.split(".")[0];t.primary=a.length-i-1;var o=r.lastIndexOf(",",i-1);-1!==o&&(t.secondary=i-1-o)}}return t},e.checkValueRange=function(e,t,n,r){var i=r?"f":"s",a=0,o=CSt["l"+i],l=CSt["m"+i];if(oSt(e)||(this.checkRange(e,o,r),a++),oSt(t)||(this.checkRange(t,l,r),a++),2===a){if(!(e<t))return!0;cSt(l+"specified must be less than the"+o)}else n&&1===a&&cSt("Both"+l+"and"+l+"must be present");return!1},e.checkRange=function(e,t,n){var r=n?[0,20]:[1,21];(e<r[0]||e>r[1])&&cSt(t+"value must be within the range"+r[0]+"to"+r[1])},e.intNumberFormatter=function(e,t,n){var r;if(!oSt(t.nData.type)){e<0?(e*=-1,r=t.nData):r=0===e&&t.zeroData||t.pData;var i="";return r.isPercent&&(e*=100),r.groupOne?i=this.processSignificantDigits(e,r.minimumSignificantDigits,r.maximumSignificantDigits):(i=this.processFraction(e,r.minimumFractionDigits,r.maximumFractionDigits),r.minimumIntegerDigits&&(i=this.processMinimumIntegers(i,r.minimumIntegerDigits))),"scientific"===r.type&&(i=(i=e.toExponential(r.maximumFractionDigits)).replace("e",n.numberMapper.numberSymbols[SSt[4]])),i=i.replace(".",n.numberMapper.numberSymbols[SSt[3]]),r.useGrouping&&(i=this.groupNumbers(i,r.groupData.primary,r.groupSeparator||",",n.numberMapper.numberSymbols[SSt[3]]||".",r.groupData.secondary)),i=vSt.convertValueParts(i,RSt.latnParseRegex,n.numberMapper.mapper),"N/A"===r.nlead?r.nlead:r.nlead+i+r.nend}},e.processSignificantDigits=function(e,t,n){var r=e+"";return r.length<t?e.toPrecision(t):+(r=e.toPrecision(n))+""},e.groupNumbers=function(e,t,n,r,i){for(var a=!aSt(i)&&0!==i,o=e.split(r),l=o[0],s=l.length,c="";s>t;)c=l.slice(s-t,s)+(c.length?n+c:""),s-=t,a&&(t=i,a=!1);return o[0]=l.slice(0,s)+(c.length?n:"")+c,o.join(r)},e.processFraction=function(e,t,n){var r=(e+"").split(".")[1],i=r?r.length:0;if(t&&i<t){var a="";if(0!==i){a+=e;for(var o=0;o<t-i;o++)a+="0";return a}return a=e.toFixed(t),e.toFixed(t)}return!aSt(n)&&(i>n||0===n)?e.toFixed(n):e+""},e.processMinimumIntegers=function(e,t){var n=e.split("."),r=n[0],i=r.length;if(i<t){for(var a=0;a<t-i;a++)r="0"+r;n[0]=r}return n.join(".")},e}(),ASt="stand-alone",_St=/^[0-9]*$/,OSt={minute:"setMinutes",hour:"setHours",second:"setSeconds",day:"setDate",month:"setMonth",milliseconds:"setMilliseconds"},ZSt=function(){function e(){}return e.dateParser=function(e,t,n){var r,i=this,a=RSt.getDependables(n,e,t.calendar),o=vSt.getCurrentNumericOptions(a.parserObject,vSt.getNumberingSystem(n),!1,!1),l={},s=t.format||RSt.getResultantPattern(t.skeleton,a.dateObject,t.type,!1,""),c="";if(oSt(s))cSt("Format options or type given must be invalid");else{s=RSt.ConvertDateToWeekFormat(s),l={isIslamic:RSt.islamicRegex.test(t.calendar),pattern:s,evalposition:{},culture:e};for(var d=s.match(RSt.dateParseRegex)||[],h=d.length,u=0,p=0,f=!1,m=o.numericRegex,v=vSt.getNumberMapper(a.parserObject,vSt.getNumberingSystem(n)),g=0;g<h;g++){var b=d[g],y=b.length,w="K"===b[0]?"h":b[0],x=void 0,E=void 0,k=ESt[w],C=2===y?"":"?";switch(f&&(u=p,f=!1),w){case"E":case"c":var S;S=a.dateObject[RSt.days][ASt][RSt.monthIndex[y]];var M=vSt.reverseObject(S);c+="("+Object.keys(M).join("|")+")";break;case"M":case"L":case"d":case"m":case"s":case"h":case"H":case"f":if(E=!0,("M"===w||"L"===w)&&y>2){var A;A=a.dateObject.months[ASt][RSt.monthIndex[y]],l[k]=vSt.reverseObject(A),c+="("+Object.keys(l[k]).join("|")+")"}else if("f"===w){if(y>3)continue;x=!0,c+="("+m+m+"?"+m+"?)"}else x=!0,c+="("+m+m+C+")";"h"===w&&(l.hour12=!0);break;case"W":c+="("+m+(1===y?"?":"")+m+")";break;case"y":E=x=!0,c+=2===y?"("+m+m+")":"("+m+"{"+y+",})";break;case"a":E=!0;var _=KCt("dayPeriods.format.wide",a.dateObject);l[k]=vSt.reverseObject(_),c+="("+Object.keys(l[k]).join("|")+")";break;case"G":E=!0;var O=y<=3?"eraAbbr":4===y?"eraNames":"eraNarrow";l[k]=vSt.reverseObject(KCt("eras."+O,a.dateObject)),c+="("+Object.keys(l[k]).join("|")+"?)";break;case"z":E=0!==(new Date).getTimezoneOffset(),l[k]=KCt("dates.timeZoneNames",a.parserObject);var Z=l[k],D=(r=y<4)?"+H;-H":Z.hourFormat;D=D.replace(/:/g,v.timeSeparator),c+="("+this.parseTimeZoneRegx(D,Z,m)+")?",f=!0,p=r?6:12;break;case"'":c+="("+b.replace(/'/g,"")+")?";break;default:c+="([\\D])"}E&&(l.evalposition[k]={isNumber:x,pos:g+1+u,hourOnly:r}),g!==h-1||aSt(c)||(l.parserRegex=new RegExp("^"+c+"$","i"))}}return function(e){var t=i.internalDateParse(e,l,o);if(aSt(t)||!Object.keys(t).length)return null;if(l.isIslamic){var n={},r=t.year,a=t.day,s=t.month,c=r?r+"":"",d=2===c.length;r&&s&&a&&!d||(n=uSt.getHijriDate(new Date)),d&&(r=parseInt((n.year+"").slice(0,2)+c,10));var h=uSt.toGregorian(r||n.year,s||n.month,a||n.date);t.year=h.getFullYear(),t.month=h.getMonth()+1,t.day=h.getDate()}return i.getDateObject(t)}},e.getDateObject=function(e,t){var n=t||new Date;n.setMilliseconds(0);var r=e.year,i=e.designator,a=e.timeZone;if(!oSt(r)){if((r+"").length<=2)r+=100*Math.floor(n.getFullYear()/100);n.setFullYear(r)}for(var o=0,l=["hour","minute","second","milliseconds","month","day"];o<l.length;o++){var s=l[o],c=e[s];if(oSt(c)&&"day"===s&&n.setDate(1),!oSt(c))if("month"===s){if((c-=1)<0||c>11)return new Date("invalid");var d=n.getDate();n.setDate(1),n[OSt[s]](c);var h=new Date(n.getFullYear(),c+1,0).getDate();n.setDate(d<h?d:h)}else{if("day"===s){var u=new Date(n.getFullYear(),n.getMonth()+1,0).getDate();if(c<1||c>u)return null}n[OSt[s]](c)}}if(!oSt(i)){var p=n.getHours();"pm"===i?n.setHours(p+(12===p?0:12)):12===p&&n.setHours(0)}if(!oSt(a)){var f=a-n.getTimezoneOffset();0!==f&&n.setMinutes(n.getMinutes()+f)}return n},e.internalDateParse=function(e,t,n){var r=e.match(t.parserRegex),i={hour:0,minute:0,second:0};if(aSt(r))return null;for(var a=0,o=Object.keys(t.evalposition);a<o.length;a++){var l=o[a],s=t.evalposition[l],c=r[s.pos];if(s.isNumber)i[l]=this.internalNumberParser(c,n);else if("timeZone"!==l||oSt(c))c="month"!==l||t.isIslamic||"en"!==t.culture&&"en-GB"!==t.culture&&"en-US"!==t.culture?c:c[0].toUpperCase()+c.substring(1).toLowerCase(),i[l]=t[l][c];else{var d=s.pos,h=void 0,u=r[d+1],p=!oSt(u);s.hourOnly?h=60*this.getZoneValue(p,u,r[d+4],n):(h=60*this.getZoneValue(p,u,r[d+7],n),h+=this.getZoneValue(p,r[d+4],r[d+10],n)),aSt(h)||(i[l]=h)}}return t.hour12&&(i.hour12=!0),i},e.internalNumberParser=function(e,t){return e=vSt.convertValueParts(e,t.numberParseRegex,t.numericPair),_St.test(e)?+e:null},e.parseTimeZoneRegx=function(e,t,n){var r,i,a=t.gmtFormat,o="("+n+")("+n+")";return r=e.replace("+","\\+"),i=(r=-1!==e.indexOf("HH")?r.replace(/HH|mm/g,"("+o+")"):r.replace(/H|m/g,"("+o+"?)")).split(";").map(function(e){return a.replace("{0}",e)}),r=i.join("|")+"|"+t.gmtZeroFormat},e.getZoneValue=function(e,t,n,r){var i=e?t:n;if(!i)return 0;var a=this.internalNumberParser(i,r);return e?-a:a},e}(),DSt=/^([^0-9]*)(([0-9,]*[0-9]+)(\.[0-9]+)?)([Ee][+-]?[0-9]+)?([^0-9]*)$/,ISt=/,/g,HSt=["minusSign","infinity"],NSt=function(){function e(){}return e.numberParser=function(e,t,n){var r,i,a=this,o=RSt.getDependables(n,e,"",!0),l={custom:!0};if(RSt.formatRegex.test(t.format)||!t.format?(iSt(l,RSt.getProperNumericSkeleton(t.format||"N")),l.custom=!1,l.fractionDigits||t.maximumFractionDigits&&(l.maximumFractionDigits=t.maximumFractionDigits)):iSt(l,RSt.customFormat(t.format,null,null)),KCt("numbers",o.parserObject),r=vSt.getCurrentNumericOptions(o.parserObject,vSt.getNumberingSystem(n),!0,!1),l.symbolRegex=vSt.getSymbolRegex(Object.keys(r.symbolMatch)),l.infinity=r.symbolNumberSystem[HSt[1]],i=RSt.getSymbolPattern(l.type,r.numberSystem,o.numericObject,l.isAccount)){var s=(i=i.replace(/\u00A4/g,RSt.defaultCurrency)).split(";");l.nData=RSt.getFormatData(s[1]||"-"+s[0],!0,""),l.pData=RSt.getFormatData(s[0],!0,"")}return function(e){return a.getParsedNumber(e,l,r)}},e.getParsedNumber=function(e,t,n){var r,i,a,o,l,s;if(-1!==e.indexOf(t.infinity))return 1/0;e=vSt.convertValueParts(e,t.symbolRegex,n.symbolMatch),0===(e=-1!==(e=vSt.convertValueParts(e,n.numberParseRegex,n.numericPair)).indexOf("-")?e.replace("-.","-0."):e).indexOf(".")&&(e="0"+e);var c=e.match(DSt);if(aSt(c))return NaN;o=c[1],a=c[2];var d=c[5];return l=c[6],i=(r=t.custom?o===t.nData.nlead&&l===t.nData.nend:-1!==o.indexOf(t.nData.nlead)&&-1!==l.indexOf(t.nData.nend))?t.nData.isPercent:t.pData.isPercent,a=a.replace(ISt,""),d&&(a+=d),s=+a,("percent"===t.type||i)&&(s/=100),(t.custom||t.fractionDigits)&&(s=parseFloat(s.toFixed(t.custom?r?t.nData.maximumFractionDigits:t.pData.maximumFractionDigits:t.fractionDigits))),t.maximumFractionDigits&&(s=this.convertMaxFracDigits(a,t,s,r)),r&&(s*=-1),s},e.convertMaxFracDigits=function(e,t,n,r){var i=e.split(".");return i[1]&&i[1].length>t.maximumFractionDigits&&(n=+n.toFixed(t.custom?r?t.nData.maximumFractionDigits:t.pData.maximumFractionDigits:t.maximumFractionDigits)),n},e}(),TSt=function(){function e(e){this.ranArray=[],this.boundedEvents={},aSt(e)||(this.context=e)}return e.prototype.on=function(e,t,n,r){if(!aSt(t)){var i=n||this.context;this.notExist(e)?this.boundedEvents[e]=[{handler:t,context:i}]:aSt(r)?this.isHandlerPresent(this.boundedEvents[e],t)||this.boundedEvents[e].push({handler:t,context:i}):-1===this.ranArray.indexOf(r)&&(this.ranArray.push(r),this.boundedEvents[e].push({handler:t,context:i,id:r}))}},e.prototype.off=function(e,t,n){if(!this.notExist(e)){var r=KCt(e,this.boundedEvents);if(t){for(var i=0;i<r.length;i++)if(n){if(r[i].id===n){r.splice(i,1);var a=this.ranArray.indexOf(n);-1!==a&&this.ranArray.splice(a,1);break}}else if(t===r[i].handler){r.splice(i,1);break}}else delete this.boundedEvents[e]}},e.prototype.notify=function(e,t,n,r){if(this.notExist(e))n&&n.call(this,t);else{t&&(t.name=e);var i=KCt(e,this.boundedEvents).slice(0);if(window.Blazor)return this.blazorCallback(i,t,n,r,0);for(var a=0,o=i;a<o.length;a++){var l=o[a];l.handler.call(l.context,t)}n&&n.call(this,t)}},e.prototype.blazorCallback=function(e,t,n,r,i){var a=this,o=i===e.length-1;if(i<e.length){var l=e[i],s=l.handler.call(l.context,t);if(s&&"function"==typeof s.then){if(!n)return s;s.then(function(s){if(s="string"==typeof s&&a.isJson(s)?JSON.parse(s,a.dateReviver):s,iSt(t,t,s,!0),!n||!o)return a.blazorCallback(e,t,n,r,i+1);n.call(l.context,t)}).catch(function(e){r&&r.call(l.context,"string"==typeof e&&a.isJson(e)?JSON.parse(e,a.dateReviver):e)})}else{if(!n||!o)return this.blazorCallback(e,t,n,r,i+1);n.call(l.context,t)}}},e.prototype.dateReviver=function(e,t){return hSt&&"string"==typeof t&&null!==t.match(/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}/)?new Date(t):t},e.prototype.isJson=function(e){try{JSON.parse(e)}catch(e){return!1}return!0},e.prototype.destroy=function(){this.boundedEvents=this.context=void 0},e.prototype.notExist=function(e){return!1===this.boundedEvents.hasOwnProperty(e)||this.boundedEvents[e].length<=0},e.prototype.isHandlerPresent=function(e,t){for(var n=0,r=e;n<r.length;n++){if(r[n].handler===t)return!0}return!1},e}(),LSt=new TSt,PSt={},VSt="en-US",jSt="USD",zSt=["numericObject","dateObject"],BSt=function(){function e(e){e&&(this.culture=e)}return e.prototype.getDateFormat=function(e){return kSt.dateFormat(this.getCulture(),e||{type:"date",skeleton:"short"},PSt)},e.prototype.getNumberFormat=function(e){return e&&!e.currency&&(e.currency=jSt),MSt.numberFormatter(this.getCulture(),e||{},PSt)},e.prototype.getDateParser=function(e){return ZSt.dateParser(this.getCulture(),e||{skeleton:"short",type:"date"},PSt)},e.prototype.getNumberParser=function(e){return NSt.numberParser(this.getCulture(),e||{format:"N"},PSt)},e.prototype.formatNumber=function(e,t){return this.getNumberFormat(t)(e)},e.prototype.formatDate=function(e,t){return this.getDateFormat(t)(e)},e.prototype.parseDate=function(e,t){return this.getDateParser(t)(e)},e.prototype.parseNumber=function(e,t){return this.getNumberParser(t)(e)},e.prototype.getDatePattern=function(e,t){return RSt.getActualDateTimeFormat(this.getCulture(),e,PSt,t)},e.prototype.getNumberPattern=function(e,t){return RSt.getActualNumberFormat(this.getCulture(),e,PSt,t)},e.prototype.getFirstDayOfWeek=function(){return RSt.getWeekData(this.getCulture(),PSt)},e.prototype.getCulture=function(){return this.culture||VSt},e}();var RSt,WSt={"en-US":{d:"M/d/y",D:"EEEE, MMMM d, y",f:"EEEE, MMMM d, y h:mm a",F:"EEEE, MMMM d, y h:mm:s a",g:"M/d/y h:mm a",G:"M/d/yyyy h:mm:ss tt",m:"MMMM d",M:"MMMM d",r:"ddd, dd MMM yyyy HH':'mm':'ss 'GMT'",R:"ddd, dd MMM yyyy HH':'mm':'ss 'GMT'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:m:s tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",U:"dddd, MMMM d, yyyy h:mm:ss tt",y:"MMMM yyyy",Y:"MMMM yyyy"}};!function(e){e.negativeDataRegex=/^(('[^']+'|''|[^*#@0,.E])*)(\*.)?((([#,]*[0,]*0+)(\.0*[0-9]*#*)?)|([#,]*@+#*))(E\+?0+)?(('[^']+'|''|[^*#@0,.E])*)$/,e.customRegex=/^(('[^']+'|''|[^*#@0,.])*)(\*.)?((([0#,]*[0,]*[0#]*[0#\ ]*)(\.[0#]*)?)|([#,]*@+#*))(E\+?0+)?(('[^']+'|''|[^*#@0,.E])*)$/,e.latnParseRegex=/0|1|2|3|4|5|6|7|8|9/g;var t=/[0-9]/g;e.defaultCurrency="$";var n=["infinity","nan","group","decimal"],r=/G|M|L|H|c|'| a|yy|y|EEEE|E/g,i={G:"",M:"m",L:"m",H:"h",c:"d","'":'"'," a":" AM/PM",yy:"yy",y:"yyyy",EEEE:"dddd",E:"ddd"};e.dateConverterMapper=/dddd|ddd/gi;e.islamicRegex=/^islamic/;var a={sun:0,mon:1,tue:2,wed:3,thu:4,fri:5,sat:6};e.formatRegex=/(^[ncpae]{1})([0-1]?[0-9]|20)?$/i,e.currencyFormatRegex=/(^[ca]{1})([0-1]?[0-9]|20)?$/i,e.curWithoutNumberRegex=/(c|a)$/gi;var o={$:"isCurrency","%":"isPercent","-":"isNegative",0:"nlead",1:"nend"};function l(t,n,r,i,a){var o,l=r||"date";if(a)o=h({skeleton:t},a).format||h({skeleton:"d"},"en-US").format;else{if(-1!==e.basicPatterns.indexOf(t)){if(o=KCt(l+"Formats."+t,n),"dateTime"===l){var s=KCt("dateFormats."+t,n),c=KCt("timeFormats."+t,n);o=o.replace("{1}",s).replace("{0}",c)}}else o=KCt("dateTimeFormats.availableFormats."+t,n);oSt(o)&&"yMd"===t&&(o="M/d/y")}return o}function s(t,n,r,i){var a={},o=r||"gregorian";if(a.parserObject=vSt.getMainObject(t,n)||e.defaultObject,i)a.numericObject=KCt("numbers",a.parserObject);else{var l="dates.calendars."+o;a.dateObject=KCt(l,a.parserObject)}return a}function c(e,t,n,r){return KCt(e+"Formats-numberSystem-"+t+(r?".accounting":".standard"),n)||(r?KCt(e+"Formats-numberSystem-"+t+".standard",n):"")}function d(t){t.match(e.dateConverterMapper);return t}function h(e,t){var n=e.format||e.skeleton,r=KCt((t||"en-US")+"."+n,WSt);return r||(r=KCt("en-US."+n,WSt)),r&&(r=d(r),e.format=r.replace(/tt/,"a")),e}function u(t){var n=t.match(e.formatRegex),r={},i=n[1].toUpperCase();return r.isAccount="A"===i,r.type=e.patternMatcher[i],t.length>1&&(r.fractionDigits=parseInt(n[2],10)),r}function p(n,r,i,a){var o=a?{}:{nlead:"",nend:""},l=n.match(e.customRegex);if(l){a||(o.nlead=f(l[1],i),o.nend=f(l[10],i),o.groupPattern=l[4]);var s=l[7];if(s&&r){var c=s.match(t);aSt(c)?o.minimumFraction=0:o.minimumFraction=c.length,o.maximumFraction=s.length-1}}return o}function f(t,n){return t?t.replace(e.defaultCurrency,n):""}function m(e,t,n){return KCt("currencies."+t+(n?"."+n:".symbol"),e)||KCt("currencies."+t+".symbol-alt-narrow",e)||"$"}function v(t,r,i){var a={type:"decimal",minimumFractionDigits:0,maximumFractionDigits:0},o=t.match(e.customRegex);if(aSt(o)||""===o[5]&&"N/A"!==t)return a.type=void 0,a;a.nlead=o[1],a.nend=o[10];var l=o[6],s=!!l.match(/\ $/g),d=-1!==l.replace(/\ $/g,"").indexOf(" ");a.useGrouping=-1!==l.indexOf(",")||d,l=l.replace(/,/g,"");var h=o[7];if(-1!==l.indexOf("0")&&(a.minimumIntegerDigits=l.length-l.indexOf("0")),aSt(h)||(a.minimumFractionDigits=h.lastIndexOf("0"),a.maximumFractionDigits=h.lastIndexOf("#"),-1===a.minimumFractionDigits&&(a.minimumFractionDigits=0),(-1===a.maximumFractionDigits||a.maximumFractionDigits<a.minimumFractionDigits)&&(a.maximumFractionDigits=a.minimumFractionDigits)),aSt(r)?iSt(a,g([a.nlead,a.nend],"%","%")):(iSt(a,g([a.nlead,a.nend],"$",r.currencySymbol)),a.isCurrency||iSt(a,g([a.nlead,a.nend],"%",r.percentSymbol))),!aSt(i)){var u=c(a.type,r.numberMapper.numberSystem,i,!1);a.useGrouping&&(a.groupSeparator=d?" ":r.numberMapper.numberSymbols[n[2]],a.groupData=MSt.getGroupingDetails(u.split(";")[0])),a.nlead=a.nlead.replace(/'/g,""),a.nend=s?" "+a.nend.replace(/'/g,""):a.nend.replace(/'/g,"")}return a}function g(e,t,n){for(var r={nlead:e[0],nend:e[1]},i=0;i<2;i++){var a=e[i],l=a.indexOf(t);if(-1!==l&&(l<a.indexOf("'")||l>a.lastIndexOf("'"))){r[o[i]]=a.substr(0,l)+n+a.substr(l+1),r[o[t]]=!0,r.type=r.isCurrency?"currency":"percent";break}}return r}function b(e,t,n){e+=".";for(var r=0;r<t;r++)e+="0";if(t<n)for(var i=n-t,a=0;a<i;a++)e+="#";return e}function y(e,t){for(var n=e.split("."),r="",i=0;i<t;i++)r+="0";return n[1]?r+"."+n[1]:r}function w(e){var t=e.split("."),n=t[0],r=3-n.length%3;e="";for(var i=(n=(r&&1===r?"#":2===r?"##":"")+n).length-1;i>0;i-=3)e=","+n[i-2]+n[i-1]+n[i]+e;return e=e.slice(1),t[1]?e+"."+t[1]:e}e.dateParseRegex=/([a-z])\1*|'([^']|'')+'|''|./gi,e.basicPatterns=["short","medium","long","full"],e.defaultObject={dates:{calendars:{gregorian:{months:{"stand-alone":{abbreviated:{1:"Jan",2:"Feb",3:"Mar",4:"Apr",5:"May",6:"Jun",7:"Jul",8:"Aug",9:"Sep",10:"Oct",11:"Nov",12:"Dec"},narrow:{1:"J",2:"F",3:"M",4:"A",5:"M",6:"J",7:"J",8:"A",9:"S",10:"O",11:"N",12:"D"},wide:{1:"January",2:"February",3:"March",4:"April",5:"May",6:"June",7:"July",8:"August",9:"September",10:"October",11:"November",12:"December"}}},days:{"stand-alone":{abbreviated:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},narrow:{sun:"S",mon:"M",tue:"T",wed:"W",thu:"T",fri:"F",sat:"S"},short:{sun:"Su",mon:"Mo",tue:"Tu",wed:"We",thu:"Th",fri:"Fr",sat:"Sa"},wide:{sun:"Sunday",mon:"Monday",tue:"Tuesday",wed:"Wednesday",thu:"Thursday",fri:"Friday",sat:"Saturday"}}},dayPeriods:{format:{wide:{am:"AM",pm:"PM"}}},eras:{eraNames:{0:"Before Christ","0-alt-variant":"Before Common Era",1:"Anno Domini","1-alt-variant":"Common Era"},eraAbbr:{0:"BC","0-alt-variant":"BCE",1:"AD","1-alt-variant":"CE"},eraNarrow:{0:"B","0-alt-variant":"BCE",1:"A","1-alt-variant":"CE"}},dateFormats:{full:"EEEE, MMMM d, y",long:"MMMM d, y",medium:"MMM d, y",short:"M/d/yy"},timeFormats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},dateTimeFormats:{full:"{1} 'at' {0}",long:"{1} 'at' {0}",medium:"{1}, {0}",short:"{1}, {0}",availableFormats:{d:"d",E:"ccc",Ed:"d E",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMMM:"MMM y G",GyMMMd:"MMM d, y G",GyMMMEd:"E, MMM d, y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",hmsv:"h:mm:ss a v",Hmsv:"HH:mm:ss v",hmv:"h:mm a v",Hmv:"HH:mm v",M:"L",Md:"M/d",MEd:"E, M/d",MMM:"LLL",MMMd:"MMM d",MMMEd:"E, MMM d",MMMMd:"MMMM d",ms:"mm:ss",y:"y",yM:"M/y",yMd:"M/d/y",yMEd:"E, M/d/y",yMMM:"MMM y",yMMMd:"MMM d, y",yMMMEd:"E, MMM d, y",yMMMM:"MMMM y"}}},islamic:{months:{"stand-alone":{abbreviated:{1:"Muh.",2:"Saf.",3:"Rab. I",4:"Rab. II",5:"Jum. I",6:"Jum. II",7:"Raj.",8:"Sha.",9:"Ram.",10:"Shaw.",11:"Dhuʻl-Q.",12:"Dhuʻl-H."},narrow:{1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12"},wide:{1:"Muharram",2:"Safar",3:"Rabiʻ I",4:"Rabiʻ II",5:"Jumada I",6:"Jumada II",7:"Rajab",8:"Shaʻban",9:"Ramadan",10:"Shawwal",11:"Dhuʻl-Qiʻdah",12:"Dhuʻl-Hijjah"}}},days:{"stand-alone":{abbreviated:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},narrow:{sun:"S",mon:"M",tue:"T",wed:"W",thu:"T",fri:"F",sat:"S"},short:{sun:"Su",mon:"Mo",tue:"Tu",wed:"We",thu:"Th",fri:"Fr",sat:"Sa"},wide:{sun:"Sunday",mon:"Monday",tue:"Tuesday",wed:"Wednesday",thu:"Thursday",fri:"Friday",sat:"Saturday"}}},dayPeriods:{format:{wide:{am:"AM",pm:"PM"}}},eras:{eraNames:{0:"AH"},eraAbbr:{0:"AH"},eraNarrow:{0:"AH"}},dateFormats:{full:"EEEE, MMMM d, y G",long:"MMMM d, y G",medium:"MMM d, y G",short:"M/d/y GGGGG"},timeFormats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},dateTimeFormats:{full:"{1} 'at' {0}",long:"{1} 'at' {0}",medium:"{1}, {0}",short:"{1}, {0}",availableFormats:{d:"d",E:"ccc",Ed:"d E",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMMM:"MMM y G",GyMMMd:"MMM d, y G",GyMMMEd:"E, MMM d, y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",M:"L",Md:"M/d",MEd:"E, M/d",MMM:"LLL",MMMd:"MMM d",MMMEd:"E, MMM d",MMMMd:"MMMM d",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M/y GGGGG",yyyyMd:"M/d/y GGGGG",yyyyMEd:"E, M/d/y GGGGG",yyyyMMM:"MMM y G",yyyyMMMd:"MMM d, y G",yyyyMMMEd:"E, MMM d, y G",yyyyMMMM:"MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"}}}},timeZoneNames:{hourFormat:"+HH:mm;-HH:mm",gmtFormat:"GMT{0}",gmtZeroFormat:"GMT"}},numbers:{currencies:{USD:{displayName:"US Dollar",symbol:"$","symbol-alt-narrow":"$"},EUR:{displayName:"Euro",symbol:"€","symbol-alt-narrow":"€"},GBP:{displayName:"British Pound","symbol-alt-narrow":"£"}},defaultNumberingSystem:"latn",minimumGroupingDigits:"1","symbols-numberSystem-latn":{decimal:".",group:",",list:";",percentSign:"%",plusSign:"+",minusSign:"-",exponential:"E",superscriptingExponent:"×",perMille:"‰",infinity:"∞",nan:"NaN",timeSeparator:":"},"decimalFormats-numberSystem-latn":{standard:"#,##0.###"},"percentFormats-numberSystem-latn":{standard:"#,##0%"},"currencyFormats-numberSystem-latn":{standard:"¤#,##0.00",accounting:"¤#,##0.00;(¤#,##0.00)"},"scientificFormats-numberSystem-latn":{standard:"#E0"}}},e.blazorDefaultObject={numbers:{mapper:{0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9"},mapperDigits:"0123456789",numberSymbols:{decimal:".",group:",",plusSign:"+",minusSign:"-",percentSign:"%",nan:"NaN",timeSeparator:":",infinity:"∞"},timeSeparator:":",currencySymbol:"$",currencypData:{nlead:"$",nend:"",groupSeparator:",",groupData:{primary:3},maximumFraction:2,minimumFraction:2},percentpData:{nlead:"",nend:"%",groupSeparator:",",groupData:{primary:3},maximumFraction:2,minimumFraction:2},percentnData:{nlead:"-",nend:"%",groupSeparator:",",groupData:{primary:3},maximumFraction:2,minimumFraction:2},currencynData:{nlead:"($",nend:")",groupSeparator:",",groupData:{primary:3},maximumFraction:2,minimumFraction:2},decimalnData:{nlead:"-",nend:"",groupData:{primary:3},maximumFraction:2,minimumFraction:2},decimalpData:{nlead:"",nend:"",groupData:{primary:3},maximumFraction:2,minimumFraction:2}},dates:{dayPeriods:{am:"AM",pm:"PM"},dateSeperator:"/",days:{abbreviated:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},short:{sun:"Su",mon:"Mo",tue:"Tu",wed:"We",thu:"Th",fri:"Fr",sat:"Sa"},wide:{sun:"Sunday",mon:"Monday",tue:"Tuesday",wed:"Wednesday",thu:"Thursday",fri:"Friday",sat:"Saturday"}},months:{abbreviated:{1:"Jan",2:"Feb",3:"Mar",4:"Apr",5:"May",6:"Jun",7:"Jul",8:"Aug",9:"Sep",10:"Oct",11:"Nov",12:"Dec"},wide:{1:"January",2:"February",3:"March",4:"April",5:"May",6:"June",7:"July",8:"August",9:"September",10:"October",11:"November",12:"December"}},eras:{1:"AD"}}},e.monthIndex={3:"abbreviated",4:"wide",5:"narrow",1:"abbreviated"},e.month="months",e.days="days",e.patternMatcher={C:"currency",P:"percent",N:"decimal",A:"currency",E:"scientific"},e.getResultantPattern=l,e.getDependables=s,e.getSymbolPattern=c,e.ConvertDateToWeekFormat=d,e.compareBlazorDateFormats=h,e.getProperNumericSkeleton=u,e.getFormatData=p,e.changeCurrencySymbol=f,e.getCurrencySymbol=m,e.customFormat=function(e,t,n){for(var r={},i=e.split(";"),a=["pData","nData","zeroData"],o=0;o<i.length;o++)r[a[o]]=v(i[o],t,n);return aSt(r.nData)&&(r.nData=iSt({},r.pData),r.nData.nlead=aSt(t)?"-"+r.nData.nlead:t.minusSymbol+r.nData.nlead),r},e.customNumberFormat=v,e.isCurrencyPercent=g,e.getDateSeparator=function(e){var t=(KCt("dateFormats.short",e)||"").match(/[dM]([^dM])[dM]/i);return t?t[1]:"/"},e.getActualDateTimeFormat=function(e,t,n,a){var o=s(n,e,t.calendar),c=t.format||l(t.skeleton,o.dateObject,t.type);if(a){if(c=c.replace(r,function(e){return i[e]}),-1!==c.indexOf("z")){var d=c.match(/z/g).length,h=void 0,u={timeZone:{}};u.numMapper=vSt.getNumberMapper(o.parserObject,vSt.getNumberingSystem(n)),u.timeZone=KCt("dates.timeZoneNames",o.parserObject);var p=(new Date).getTimezoneOffset(),f=d<4?"+H;-H":u.timeZone.hourFormat;f=f.replace(/:/g,u.numMapper.timeSeparator),0===p?h=u.timeZone.gmtZeroFormat:(h=kSt.getTimeZoneValue(p,f),h=u.timeZone.gmtFormat.replace(/\{0\}/,h)),c=c.replace(/[z]+/,'"'+h+'"')}c=c.replace(/ $/,"")}return c},e.getActualNumberFormat=function(t,n,r,i){var a,o=s(r,t,"",!0),l={custom:!0};o.numericObject;var d={},h=(n.format||"").match(e.currencyFormatRegex);!e.formatRegex.test(n.format)||u(n.format||"N");var f,v={};if(h){v.numberMapper=vSt.getNumberMapper(o.parserObject,vSt.getNumberingSystem(r),!0);var g=m(o.numericObject,n.currency||jSt,n.altSymbol),x=c("currency",v.numberMapper.numberSystem,o.numericObject,/a/i.test(n.format)),E=(x=x.replace(/\u00A4/g,g)).split(";");d.hasNegativePattern=E.length>1,d.nData=p(E[1]||"-"+E[0],!0,g),d.pData=p(E[0],!1,g),h[2]||n.minimumFractionDigits||n.maximumFractionDigits||(a=p(x.split(";")[0],!0,"",!0).minimumFraction)}if(e.formatRegex.test(n.format)||!n.format){if(iSt(l,u(n.format||"N")),l.custom=!1,f="###0",l.fractionDigits||n.minimumFractionDigits||n.maximumFractionDigits||a){l.fractionDigits&&(n.minimumFractionDigits=n.maximumFractionDigits=l.fractionDigits),f=b(f,a||l.fractionDigits||n.minimumFractionDigits||0,n.maximumFractionDigits||0)}if(n.minimumIntegerDigits&&(f=y(f,n.minimumIntegerDigits)),n.useGrouping&&(f=w(f)),"currency"===l.type||(l.type,0)){var k=f;f=d.pData.nlead+k+d.pData.nend,d.hasNegativePattern&&(f+=";"+d.nData.nlead+k+d.nData.nend)}"percent"===l.type&&(f+=" %")}else f=n.format.replace(/'/g,'"');return Object.keys(v).length>0&&(f=i?f:function(e,t){if(-1!==e.indexOf(",")){var n=e.split(",");e=n[0]+KCt("numberMapper.numberSymbols.group",t)+n[1].replace(".",KCt("numberMapper.numberSymbols.decimal",t))}else e=e.replace(".",KCt("numberMapper.numberSymbols.decimal",t));return e}(f,v)),f},e.fractionDigitsPattern=b,e.minimumIntegerPattern=y,e.groupingPattern=w,e.getWeekData=function(e,t){var n="sun",r=KCt("supplemental.weekData.firstDay",t),i=e;return/en-/.test(i)&&(i=i.slice(3)),i=i.slice(0,2).toUpperCase()+i.substr(2),r&&(n=r[i]||r[i.slice(0,2)]||"sun"),a[n]},e.replaceBlazorCurrency=function(e,t,n){var r=KCt(n||"",gSt);if(t!==r)for(var i=0,a=e;i<a.length;i++){var o=a[i];o.nend=o.nend.replace(t,r),o.nlead=o.nlead.replace(t,r)}},e.getWeekOfYear=function(e){var t,n=new Date(e.getFullYear(),0,1),r=n.getDay();r=r>=0?r:r+7;var i=Math.floor((e.getTime()-n.getTime()-6e4*(e.getTimezoneOffset()-n.getTimezoneOffset()))/864e5)+1;if(r<4){if((t=Math.floor((i+r-1)/7)+1)>52){var a=new Date(e.getFullYear()+1,0,1).getDay();t=(a=a>=0?a:a+7)<4?1:53}}else t=Math.floor((i+r-1)/7);return t}}(RSt||(RSt={}));var FSt=/^(.*?):[ \t]*([^\r\n]*)$/gm,qSt=function(){function e(e,t,n,r){this.mode=!0,this.emitError=!0,this.options={},"string"==typeof e?(this.url=e,this.type=t?t.toUpperCase():"GET",this.mode=!!aSt(n)||n):"object"==typeof e&&(this.options=e,rSt(this,this.options)),this.type=this.type?this.type.toUpperCase():"GET",this.contentType=void 0!==this.contentType?this.contentType:r}return e.prototype.send=function(e){var t=this;this.data=aSt(e)?this.data:e;var n={cancel:!1,httpRequest:null};return new Promise(function(e,r){t.httpRequest=new XMLHttpRequest,t.httpRequest.onreadystatechange=function(){t.stateChange(e,r)},aSt(t.onLoad)||(t.httpRequest.onload=t.onLoad),aSt(t.onProgress)||(t.httpRequest.onprogress=t.onProgress),aSt(t.onAbort)||(t.httpRequest.onabort=t.onAbort),aSt(t.onError)||(t.httpRequest.onerror=t.onError),aSt(t.onUploadProgress)||(t.httpRequest.upload.onprogress=t.onUploadProgress),t.httpRequest.open(t.type,t.url,t.mode),aSt(t.data)||null===t.contentType||t.httpRequest.setRequestHeader("Content-Type",t.contentType||"application/json; charset=utf-8"),t.beforeSend&&(n.httpRequest=t.httpRequest,t.beforeSend(n)),n.cancel||t.httpRequest.send(aSt(t.data)?null:t.data)})},e.prototype.successHandler=function(e){return this.onSuccess&&this.onSuccess(e,this),e},e.prototype.failureHandler=function(e){return this.onFailure&&this.onFailure(this.httpRequest),e},e.prototype.stateChange=function(e,t){var n=this.httpRequest.responseText;if(this.dataType&&"json"===this.dataType.toLowerCase())if(""===n)n=void 0;else try{n=JSON.parse(n)}catch(e){}4===this.httpRequest.readyState&&(this.httpRequest.status>=200&&this.httpRequest.status<=299||304===this.httpRequest.status?e(this.successHandler(n)):this.emitError?t(new Error(this.failureHandler(this.httpRequest.statusText))):e())},e.prototype.getResponseHeader=function(e){var t,n;t={};for(var r=FSt.exec(this.httpRequest.getAllResponseHeaders());r;)t[r[1].toLowerCase()]=r[2],r=FSt.exec(this.httpRequest.getAllResponseHeaders());return aSt(n=t[e.toLowerCase()])?null:n},e}(),YSt=/android|webos|iphone|ipad|ipod|blackberry|iemobile|opera mini|mobile/i,USt=/msie|trident/i,GSt=/Trident\/7\./,XSt=/(ipad|iphone|ipod touch)/i,JSt=/(ipad|iphone|ipod touch);.*os 7_\d|(ipad|iphone|ipod touch);.*os 8_\d/i,QSt=/android/i,KSt=/trident|windows phone|edge/i,$St=/(version)[ /]([\w.]+)/i,eMt={OPERA:/(opera|opr)(?:.*version|)[ /]([\w.]+)/i,EDGE:/(edge)(?:.*version|)[ /]([\w.]+)/i,CHROME:/(chrome|crios)[ /]([\w.]+)/i,PANTHOMEJS:/(phantomjs)[ /]([\w.]+)/i,SAFARI:/(safari)[ /]([\w.]+)/i,WEBKIT:/(webkit)[ /]([\w.]+)/i,MSIE:/(msie|trident) ([\w.]+)/i,MOZILLA:/(mozilla)(?:.*? rv:([\w.]+)|)/i};"undefined"!=typeof window&&(window.browserDetails=window.browserDetails||{});var tMt=function(){function e(){}return e.extractBrowserDetail=function(){for(var t={culture:{}},n=[],r=0,i=Object.keys(eMt);r<i.length;r++){var a=i[r];if(n=e.userAgent.match(eMt[a])){if(t.name="opr"===n[1].toLowerCase()?"opera":n[1].toLowerCase(),t.name="crios"===n[1].toLowerCase()?"chrome":t.name,t.version=n[2],t.culture.name=t.culture.language=navigator.language,e.userAgent.match(GSt)){t.name="msie";break}var o=e.userAgent.match($St);"safari"===t.name&&o&&(t.version=o[2]);break}}return t},e.getEvent=function(t){var n={start:{isPointer:"pointerdown",isTouch:"touchstart",isDevice:"mousedown"},move:{isPointer:"pointermove",isTouch:"touchmove",isDevice:"mousemove"},end:{isPointer:"pointerup",isTouch:"touchend",isDevice:"mouseup"},cancel:{isPointer:"pointercancel",isTouch:"touchcancel",isDevice:"mouseleave"}};return e.isPointer?n[t].isPointer:e.isTouch?n[t].isTouch+(e.isDevice?"":" "+n[t].isDevice):n[t].isDevice},e.getTouchStartEvent=function(){return e.getEvent("start")},e.getTouchEndEvent=function(){return e.getEvent("end")},e.getTouchMoveEvent=function(){return e.getEvent("move")},e.getTouchCancelEvent=function(){return e.getEvent("cancel")},e.getValue=function(t,n){var r=window.browserDetails;return"MacIntel"===navigator.platform&&navigator.maxTouchPoints>1&&!0===e.isTouch&&(r.isIos=!0,r.isDevice=!0,r.isTouch=!0,r.isPointer=!0),void 0===r[t]?r[t]=n.test(e.userAgent):r[t]},Object.defineProperty(e,"userAgent",{get:function(){return e.uA},set:function(t){e.uA=t,window.browserDetails={}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"info",{get:function(){return oSt(window.browserDetails.info)?window.browserDetails.info=e.extractBrowserDetail():window.browserDetails.info},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isIE",{get:function(){return e.getValue("isIE",USt)},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isTouch",{get:function(){return oSt(window.browserDetails.isTouch)?window.browserDetails.isTouch="ontouchstart"in window.navigator||window&&window.navigator&&window.navigator.maxTouchPoints>0||"ontouchstart"in window:window.browserDetails.isTouch},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isPointer",{get:function(){return oSt(window.browserDetails.isPointer)?window.browserDetails.isPointer="pointerEnabled"in window.navigator:window.browserDetails.isPointer},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isMSPointer",{get:function(){return oSt(window.browserDetails.isMSPointer)?window.browserDetails.isMSPointer="msPointerEnabled"in window.navigator:window.browserDetails.isMSPointer},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isDevice",{get:function(){return e.getValue("isDevice",YSt)},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isIos",{get:function(){return e.getValue("isIos",XSt)},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isIos7",{get:function(){return e.getValue("isIos7",JSt)},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isAndroid",{get:function(){return e.getValue("isAndroid",QSt)},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isWebView",{get:function(){return oSt(window.browserDetails.isWebView)?(window.browserDetails.isWebView=!(oSt(window.cordova)&&oSt(window.PhoneGap)&&oSt(window.phonegap)&&"object"!==window.forge),window.browserDetails.isWebView):window.browserDetails.isWebView},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isWindows",{get:function(){return e.getValue("isWindows",KSt)},enumerable:!0,configurable:!0}),Object.defineProperty(e,"touchStartEvent",{get:function(){return oSt(window.browserDetails.touchStartEvent)?window.browserDetails.touchStartEvent=e.getTouchStartEvent():window.browserDetails.touchStartEvent},enumerable:!0,configurable:!0}),Object.defineProperty(e,"touchMoveEvent",{get:function(){return oSt(window.browserDetails.touchMoveEvent)?window.browserDetails.touchMoveEvent=e.getTouchMoveEvent():window.browserDetails.touchMoveEvent},enumerable:!0,configurable:!0}),Object.defineProperty(e,"touchEndEvent",{get:function(){return oSt(window.browserDetails.touchEndEvent)?window.browserDetails.touchEndEvent=e.getTouchEndEvent():window.browserDetails.touchEndEvent},enumerable:!0,configurable:!0}),Object.defineProperty(e,"touchCancelEvent",{get:function(){return oSt(window.browserDetails.touchCancelEvent)?window.browserDetails.touchCancelEvent=e.getTouchCancelEvent():window.browserDetails.touchCancelEvent},enumerable:!0,configurable:!0}),e.uA="undefined"!=typeof navigator?navigator.userAgent:"",e}(),nMt=function(){function e(){}return e.addOrGetEventData=function(e){return"__eventList"in e?e.__eventList.events:(e.__eventList={},e.__eventList.events=[])},e.add=function(t,n,r,i,a){var o,l,s,c,d=e.addOrGetEventData(t);a?(l=r,s=a,o=function(){var e=this,t=arguments;clearTimeout(c),c=setTimeout(function(){return c=null,l.apply(e,t)},s)}):o=r,i&&(o=o.bind(i));for(var h=n.split(" "),u=0;u<h.length;u++)d.push({name:h[u],listener:r,debounce:o}),tMt.isIE?t.addEventListener(h[u],o):t.addEventListener(h[u],o,{passive:!1});return o},e.remove=function(t,n,r){for(var i=e.addOrGetEventData(t),a=n.split(" "),o=function(e){var n,o=-1;i&&0!==i.length&&i.some(function(t,i){return t.name===a[e]&&t.listener===r&&(o=i,n=t.debounce,!0)}),-1!==o&&i.splice(o,1),n&&t.removeEventListener(a[e],n)},l=0;l<a.length;l++)o(l)},e.clearEvents=function(t){var n,r;r=iSt([],r,n=e.addOrGetEventData(t));for(var i=0;i<r.length;i++)t.removeEventListener(r[i].name,r[i].debounce),n.shift()},e.trigger=function(t,n,r){for(var i=0,a=e.addOrGetEventData(t);i<a.length;i++){var o=a[i];o.name===n&&o.debounce.call(this,r)}},e}(),rMt=/^svg|^path|^g/;function iMt(e,t){var n=rMt.test(e)?document.createElementNS("http://www.w3.org/2000/svg",e):document.createElement(e);return void 0===t||(n.innerHTML=t.innerHTML?t.innerHTML:"",void 0!==t.className&&(n.className=t.className),void 0!==t.id&&(n.id=t.id),void 0!==t.styles&&n.setAttribute("style",t.styles),void 0!==t.attrs&&fMt(n,t.attrs)),n}function aMt(e,t){for(var n=lMt(t),r=0,i=e;r<i.length;r++)for(var a=i[r],o=0,l=n;o<l.length;o++){var s=l[o];if(nSt(a)){var c=KCt("attributes.className",a);aSt(c)?$Ct("attributes.className",s,a):new RegExp("\\b"+s+"\\b","i").test(c)||$Ct("attributes.className",c+" "+s,a)}else a.classList.contains(s)||a.classList.add(s)}return e}function oMt(e,t){for(var n=lMt(t),r=0,i=e;r<i.length;r++){var a=i[r],o=nSt(a);if(o?KCt("attributes.className",a):""!==a.className)for(var l=0,s=n;l<s.length;l++){var c=s[l];if(o){var d=KCt("attributes.className",a).split(" "),h=d.indexOf(c);-1!==h&&d.splice(h,1),$Ct("attributes.className",d.join(" "),a)}else a.classList.remove(c)}}return e}function lMt(e){var t=[];return"string"==typeof e?t.push(e):t=e,t}function sMt(e){var t=e;return""===t.style.visibility&&t.offsetWidth>0}function cMt(e,t,n){for(var r=document.createDocumentFragment(),i=0,a=e;i<a.length;i++){var o=a[i];r.appendChild(o)}return t.insertBefore(r,t.firstElementChild),n&&hMt(t),e}function dMt(e,t,n){for(var r=document.createDocumentFragment(),i=0,a=e;i<a.length;i++){var o=a[i];r.appendChild(o)}return t.appendChild(r),n&&hMt(t),e}function hMt(e){e.querySelectorAll("script").forEach(function(e){var t=document.createElement("script");t.text=e.innerHTML,document.head.appendChild(t),uMt(t)})}function uMt(e){var t=e.parentNode;if(t)return t.removeChild(e)}function pMt(e){var t=e.parentNode;nMt.clearEvents(e),t.removeChild(e)}function fMt(e,t){for(var n=e,r=0,i=Object.keys(t);r<i.length;r++){var a=i[r];if(nSt(n)){var o=a;"tabindex"===a&&(o="tabIndex"),n.attributes[o]=t[a]}else n.setAttribute(a,t[a])}return n}function mMt(e,t,n){return void 0===t&&(t=document),e=gMt(e),t.querySelector(e)}function vMt(e,t,n){return void 0===t&&(t=document),e=gMt(e),t.querySelectorAll(e)}function gMt(e){var t=/(!|"|\$|%|&|'|\(|\)|\*|\/|:|;|<|=|\?|@|\]|\^|`|{|}|\||\+|~)/g;if(e.match(/#[0-9]/g)||e.match(t)){for(var n=e.split(","),r=0;r<n.length;r++){for(var i=n[r].split(" "),a=0;a<i.length;a++)if(i[a].indexOf("#")>-1&&!i[a].match(/\[.*\]/)){var o=i[a].split("#");if(o[1].match(/^\d/)||o[1].match(t)){var l=i[a].split(".");l[0]=l[0].replace(/#/,"[id='")+"']",i[a]=l.join(".")}}n[r]=i.join(" ")}return n.join(",")}return e}function bMt(e,t){var n=e;if("function"==typeof n.closest)return n.closest(t);for(;n&&1===n.nodeType;){if(wMt(n,t))return n;n=n.parentNode}return null}function yMt(e,t){void 0!==t&&Object.keys(t).forEach(function(n){e.style[n]=t[n]})}function wMt(e,t){var n=e.matches||e.msMatchesSelector||e.webkitMatchesSelector;return n?n.call(e,t):-1!==[].indexOf.call(document.querySelectorAll(t),e)}var xMt=new RegExp("]"),EMt=function(){function e(e,t){this.isRendered=!1,this.isComplexArraySetter=!1,this.isServerRendered=!1,this.allowServerDataBinding=!0,this.isProtectedOnChange=!0,this.properties={},this.changedProperties={},this.oldProperties={},this.bulkChanges={},this.refreshing=!1,this.ignoreCollectionWatch=!1,this.finalUpdate=function(){},this.childChangedProperties={},this.modelObserver=new TSt(this),oSt(t)||(this.element="string"==typeof t?document.querySelector(t):t,aSt(this.element)||(this.isProtectedOnChange=!1,this.addInstance())),oSt(e)||this.setProperties(e,!0),this.isDestroyed=!1}return e.prototype.setProperties=function(e,t){var n=this.isProtectedOnChange;this.isProtectedOnChange=!!t,rSt(this,e),!0!==t&&(rSt(this.changedProperties,e),this.dataBind()),this.finalUpdate(),this.changedProperties={},this.oldProperties={},this.isProtectedOnChange=n},e.callChildDataBind=function(e,t){for(var n=0,r=Object.keys(e);n<r.length;n++){var i=r[n];if(t[i]instanceof Array)for(var a=0,o=t[i];a<o.length;a++){var l=o[a];void 0!==l.dataBind&&l.dataBind()}else t[i].dataBind()}},e.prototype.clearChanges=function(){this.finalUpdate(),this.changedProperties={},this.oldProperties={},this.childChangedProperties={}},e.prototype.dataBind=function(){if(e.callChildDataBind(this.childChangedProperties,this),Object.getOwnPropertyNames(this.changedProperties).length){var t=this.isProtectedOnChange,n=this.changedProperties,r=this.oldProperties;this.clearChanges(),this.isProtectedOnChange=!0,this.onPropertyChanged(n,r),this.isProtectedOnChange=t}},e.prototype.serverDataBind=function(e){},e.prototype.saveChanges=function(e,t,n){this.isProtectedOnChange||(this.oldProperties[e]=n,this.changedProperties[e]=t,this.finalUpdate(),this.finalUpdate=function(e){var t,n=new Uint16Array(5);(window.msCrypto||window.crypto).getRandomValues(n);var r="ej2"+function(e){for(var t="",n=0;n<5;n++)t+=(n?",":"")+e[n];return t}(n),i=function(n){n.source===window&&"string"==typeof n.data&&n.data.length<=32&&n.data===r&&(e(),t())};return window.addEventListener("message",i,!1),window.postMessage(r,"*"),t=function(){window.removeEventListener("message",i),e=i=r=void 0}}(this.dataBind.bind(this)))},e.prototype.addEventListener=function(e,t){this.modelObserver.on(e,t)},e.prototype.removeEventListener=function(e,t){this.modelObserver.off(e,t)},e.prototype.trigger=function(e,t,n,r){var i=this;if(!0!==this.isDestroyed){var a=this.isProtectedOnChange;this.isProtectedOnChange=!1;var o=this.modelObserver.notify(e,t,n,r);if(xMt.test(e)){var l=KCt(e,this);if(l){if(window.Blazor){var s=l.call(this,t);s&&"function"==typeof s.then?n?s.then(function(e){n&&(e="string"==typeof e&&i.modelObserver.isJson(e)?JSON.parse(e):e,n.call(i,e))}).catch(function(e){r&&(e="string"==typeof e&&i.modelObserver.isJson(e)?JSON.parse(e):e,r.call(i,e))}):o=s:n&&n.call(this,t)}else l.call(this,t),n&&n.call(this,t)}else n&&n.call(this,t)}return this.isProtectedOnChange=a,o}},e.prototype.addInstance=function(){var e="e-"+this.getModuleName().toLowerCase();aMt([this.element],["e-lib",e]),aSt(this.element.ej2_instances)?$Ct("ej2_instances",[this],this.element):this.element.ej2_instances.push(this)},e.prototype.destroy=function(){var e=this;this.element.ej2_instances=this.element.ej2_instances.filter(function(t){return t!==e}),oMt([this.element],["e-"+this.getModuleName()]),0===this.element.ej2_instances.length&&oMt([this.element],["e-lib"]),this.clearChanges(),this.modelObserver.destroy(),this.isDestroyed=!0},e}();function kMt(e,t,n,r){return e.properties.hasOwnProperty(t)&&e.properties[t]instanceof r||(e.properties[t]=QCt(r,[e,t,n])),e.properties[t]}function CMt(e,t,n,r,i,a){for(var o=[],l=n?n.length:0,s=0;s<l;s++){var c=r;if(a&&(c=r(n[s],e)),i){var d=QCt(c,[e,t,{},!0]);d.setProperties(n[s],!0),o.push(d)}else o.push(QCt(c,[e,t,n[s],!1]))}return o}function SMt(e,t){return function(){return this.properties.hasOwnProperty(t)||(this.properties[t]=e),this.properties[t]}}function MMt(e,t){return function(n){if(this.properties[t]!==n){var r=this.properties.hasOwnProperty(t)?this.properties[t]:e;this.saveChanges(t,n,r),this.properties[t]=n}}}function AMt(e,t,n){return function(){return kMt(this,t,e,n)}}function _Mt(e,t,n){return function(r){kMt(this,t,e,n).setProperties(r)}}function OMt(e,t,n){return function(){var r=this;if(!this.properties.hasOwnProperty(t)){var i=CMt(this,t,e,n,!1);this.properties[t]=i}var a=void 0!==this.controlParent&&this.controlParent.ignoreCollectionWatch||this.ignoreCollectionWatch;return this.properties[t].hasOwnProperty("push")||a||["push","pop"].forEach(function(e){var i={value:DMt(e,t,n,r.properties[t]).bind(r),configurable:!0};Object.defineProperty(r.properties[t],e,i)}),this.properties[t].hasOwnProperty("isComplexArray")||Object.defineProperty(this.properties[t],"isComplexArray",{value:!0}),this.properties[t]}}function ZMt(e,t,n){return function(r){this.isComplexArraySetter=!0;var i=CMt(this,t,e,n,!1),a=CMt(this,t,r,n,!0);this.isComplexArraySetter=!1,this.saveChanges(t,a,i),this.properties[t]=a}}function DMt(e,t,n,r){return function(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];var a=this.propName?this.getParentKey()+"."+t+"-":t+"-";switch(e){case"push":for(var o=0;o<n.length;o++){Array.prototype[e].apply(r,[n[o]]);var l=IMt(a+(r.length-1),n[o],!this.controlParent,e);this.serverDataBind(l,n[o],!1,e)}break;case"pop":Array.prototype[e].apply(r);var s=IMt(a+r.length,null,!this.controlParent,e);this.serverDataBind(s,{ejsAction:"pop"},!1,e)}return r}}function IMt(e,t,n,r){var i=e;if(n&&((i={})[e]=t,t&&"object"==typeof t)){i[e].ejsAction=r}return i}function HMt(e){return function(t,n){var r={set:MMt(e,n),get:SMt(e,n),enumerable:!0,configurable:!0};Object.defineProperty(t,n,r),VMt(t,n,"prop",e)}}function NMt(e,t){return function(n,r){var i={set:_Mt(e,r,t),get:AMt(e,r,t),enumerable:!0,configurable:!0};Object.defineProperty(n,r,i),VMt(n,r,"complexProp",e,t)}}function TMt(e,t){return function(n,r){var i={set:ZMt(e,r,t),get:OMt(e,r,t),enumerable:!0,configurable:!0};Object.defineProperty(n,r,i),VMt(n,r,"colProp",e,t)}}function LMt(){return function(e,t){var n={set:function(e){var n=this.properties[t];if(n!==e){var r=jMt(this,t);!1===oSt(n)&&r.context.removeEventListener(r.prefix,n),r.context.addEventListener(r.prefix,e),this.properties[t]=e}},get:SMt(void 0,t),enumerable:!0,configurable:!0};Object.defineProperty(e,t,n),VMt(e,t,"event")}}function PMt(e){}function VMt(e,t,n,r,i){oSt(e.propList)&&(e.propList={props:[],complexProps:[],colProps:[],events:[],propNames:[],complexPropNames:[],colPropNames:[],eventNames:[]}),e.propList[n+"s"].push({propertyName:t,defaultValue:r,type:i}),e.propList[n+"Names"].push(t)}function jMt(e,t){if(!1===e.hasOwnProperty("parentObj"))return{context:e,prefix:t};var n=KCt("propName",e);return n&&(t=n+"-"+t),jMt(KCt("parentObj",e),t)}var zMt,BMt=(zMt=function(e,t){return zMt=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},zMt(e,t)},function(e,t){function n(){this.constructor=e}zMt(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),RMt=function(e,t,n,r){var i,a=arguments.length,o=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(i=e[l])&&(o=(a<3?i(o):a>3?i(t,n,o):i(t,n))||o);return a>3&&o&&Object.defineProperty(t,n,o),o},WMt=function(e){function t(t){var n=e.call(this,t,void 0)||this;return n.easing={ease:"cubic-bezier(0.250, 0.100, 0.250, 1.000)",linear:"cubic-bezier(0.250, 0.250, 0.750, 0.750)",easeIn:"cubic-bezier(0.420, 0.000, 1.000, 1.000)",easeOut:"cubic-bezier(0.000, 0.000, 0.580, 1.000)",easeInOut:"cubic-bezier(0.420, 0.000, 0.580, 1.000)",elasticInOut:"cubic-bezier(0.5,-0.58,0.38,1.81)",elasticIn:"cubic-bezier(0.17,0.67,0.59,1.81)",elasticOut:"cubic-bezier(0.7,-0.75,0.99,1.01)"},n}var n;return BMt(t,e),n=t,t.prototype.animate=function(e,t){t=t||{};var r=this.getModel(t);if("string"==typeof e)for(var i=0,a=Array.prototype.slice.call(vMt(e,document));i<a.length;i++){var o=a[i];r.element=o,n.delayAnimation(r)}else r.element=e,n.delayAnimation(r)},t.stop=function(e,t){e.style.animation="",e.removeAttribute("e-animate");var n=e.getAttribute("e-animation-id");if(n){var r=parseInt(n,10);cancelAnimationFrame(r),e.removeAttribute("e-animation-id")}t&&t.end&&t.end.call(this,t)},t.delayAnimation=function(e){"Disable"===JMt?(e.begin&&e.begin.call(this,e),e.end&&e.end.call(this,e)):e.delay?setTimeout(function(){n.applyAnimation(e)},e.delay):n.applyAnimation(e)},t.applyAnimation=function(e){var t=this;e.timeStamp=0;var n=0,r=0,i=0,a=e.duration;e.element.setAttribute("e-animate","true");var o=function(l){try{if(l){i=0===i?l:i,e.timeStamp=l+e.timeStamp-i,i=l,!n&&e.begin&&e.begin.call(t,e),n+=1;var s=e.timeStamp/n;e.timeStamp<a&&e.timeStamp+s<a&&e.element.getAttribute("e-animate")?(e.element.style.animation=e.name+" "+e.duration+"ms "+e.timingFunction,e.progress&&e.progress.call(t,e),requestAnimationFrame(o)):(cancelAnimationFrame(r),e.element.removeAttribute("e-animation-id"),e.element.removeAttribute("e-animate"),e.element.style.animation="",e.end&&e.end.call(t,e))}else r=requestAnimationFrame(o),e.element.setAttribute("e-animation-id",r.toString())}catch(n){cancelAnimationFrame(r),e.element.removeAttribute("e-animation-id"),e.fail&&e.fail.call(t,n)}};o()},t.prototype.getModel=function(e){return{name:e.name||this.name,delay:e.delay||this.delay,duration:void 0!==e.duration?e.duration:this.duration,begin:e.begin||this.begin,end:e.end||this.end,fail:e.fail||this.fail,progress:e.progress||this.progress,timingFunction:this.easing[e.timingFunction]?this.easing[e.timingFunction]:e.timingFunction||this.easing[this.timingFunction]}},t.prototype.onPropertyChanged=function(e,t){},t.prototype.getModuleName=function(){return"animation"},t.prototype.destroy=function(){},RMt([HMt("FadeIn")],t.prototype,"name",void 0),RMt([HMt(400)],t.prototype,"duration",void 0),RMt([HMt("ease")],t.prototype,"timingFunction",void 0),RMt([HMt(0)],t.prototype,"delay",void 0),RMt([LMt()],t.prototype,"progress",void 0),RMt([LMt()],t.prototype,"begin",void 0),RMt([LMt()],t.prototype,"end",void 0),RMt([LMt()],t.prototype,"fail",void 0),t=n=RMt([PMt],t)}(EMt);function FMt(e,t,n){var r=function(e){var t={selector:e&&e.selector?e.selector:null,ignore:e&&e.ignore?e.ignore:null,rippleFlag:e&&e.rippleFlag,isCenterRipple:e&&e.isCenterRipple,duration:e&&e.duration?e.duration:350};return t}(t);return!1===r.rippleFlag||void 0===r.rippleFlag&&!XMt?function(){}:(e.setAttribute("data-ripple","true"),nMt.add(e,"mousedown",qMt,{parent:e,rippleOptions:r}),nMt.add(e,"mouseup",YMt,{parent:e,rippleOptions:r,done:n}),nMt.add(e,"mouseleave",UMt,{parent:e,rippleOptions:r}),tMt.isPointer&&nMt.add(e,"transitionend",UMt,{parent:e,rippleOptions:r}),function(){e.removeAttribute("data-ripple"),nMt.remove(e,"mousedown",qMt),nMt.remove(e,"mouseup",YMt),nMt.remove(e,"mouseleave",UMt),nMt.remove(e,"transitionend",UMt)})}function qMt(e){var t=e.target,n=this.rippleOptions.selector,r=n?bMt(t,n):t;if(!(!r||this.rippleOptions&&bMt(t,this.rippleOptions.ignore))){var i=r.getBoundingClientRect(),a=e.pageX-document.body.scrollLeft,o=e.pageY-(!document.body.scrollTop&&document.documentElement?document.documentElement.scrollTop:document.body.scrollTop),l=Math.max(Math.abs(a-i.left),Math.abs(a-i.right)),s=Math.max(Math.abs(o-i.top),Math.abs(o-i.bottom)),c=Math.sqrt(l*l+s*s),d=2*c+"px",h=a-i.left-c,u=o-i.top-c;this.rippleOptions&&this.rippleOptions.isCenterRipple&&(h=0,u=0,d="100%"),r.classList.add("e-ripple");var p=iMt("div",{className:"e-ripple-element",styles:"width: "+d+";height: "+d+";left: "+h+"px;top: "+u+"px;transition-duration: "+this.rippleOptions.duration.toString()+"ms;"});r.appendChild(p),window.getComputedStyle(p).getPropertyValue("opacity"),p.style.transform="scale(1)",r!==this.parent&&nMt.add(r,"mouseleave",UMt,{parent:this.parent,rippleOptions:this.rippleOptions})}}function YMt(e){GMt(e,this)}function UMt(e){GMt(e,this)}function GMt(e,t){var n=t.rippleOptions.duration,r=e.target,i=t.rippleOptions.selector,a=i?bMt(r,i):r;if(a&&(!a||-1!==a.className.indexOf("e-ripple"))){var o=vMt(".e-ripple-element",a),l=o[o.length-1];l&&(l.style.opacity="0.5"),t.parent!==a&&nMt.remove(a,"mouseleave",UMt),setTimeout(function(){l&&l.parentNode&&l.parentNode.removeChild(l),a.getElementsByClassName("e-ripple-element").length||a.classList.remove("e-ripple"),t.done&&t.done(e)},n)}}var XMt=!1,JMt="",QMt=function(){function e(e){this.loadedModules=[],this.parent=e}return e.prototype.inject=function(e,t){var n=e.length;if(0!==n){this.loadedModules.length&&this.clearUnusedModule(e);for(var r=0;r<n;r++)for(var i=e[r],a=0,o=t;a<o.length;a++){var l=o[a],s=i.member;if(l.prototype.getModuleName()===i.member&&!this.isModuleLoaded(s)){var c=QCt(l,i.args),d=this.getMemberName(s);i.isProperty?$Ct(d,l,this.parent):$Ct(d,c,this.parent);var h=i;h.member=d,this.loadedModules.push(h)}}}else this.clean()},e.prototype.clean=function(){for(var e=0,t=this.loadedModules;e<t.length;e++){var n=t[e];n.isProperty||KCt(n.member,this.parent).destroy()}this.loadedModules=[]},e.prototype.clearUnusedModule=function(e){for(var t=this,n=e.map(function(e){return t.getMemberName(e.member)}),r=0,i=this.loadedModules.filter(function(e){return-1===n.indexOf(e.member)});r<i.length;r++){var a=i[r];a.isProperty||KCt(a.member,this.parent).destroy(),this.loadedModules.splice(this.loadedModules.indexOf(a),1),eSt(this.parent,a.member)}},e.prototype.getMemberName=function(e){return e[0].toLowerCase()+e.substring(1)+"Module"},e.prototype.isModuleLoaded=function(e){for(var t=0,n=this.loadedModules;t<n.length;t++){if(n[t].member===this.getMemberName(e))return!0}return!1},e}(),KMt=function(){function e(e,t,n,r){this.isComplexArraySetter=!1,this.properties={},this.changedProperties={},this.childChangedProperties={},this.oldProperties={},this.finalUpdate=function(){},this.callChildDataBind=KCt("callChildDataBind",EMt),this.parentObj=e,this.controlParent=this.parentObj.controlParent||this.parentObj,this.propName=t,this.isParentArray=r,this.setProperties(n,!0)}return e.prototype.updateChange=function(e,t){!0===e?this.parentObj.childChangedProperties[t]=e:delete this.parentObj.childChangedProperties[t],this.parentObj.updateChange&&this.parentObj.updateChange(e,this.parentObj.propName)},e.prototype.updateTimeOut=function(){if(this.parentObj.updateTimeOut)this.parentObj.finalUpdate(),this.parentObj.updateTimeOut();else{var e=setTimeout(this.parentObj.dataBind.bind(this.parentObj));this.finalUpdate=function(){clearTimeout(e)}}},e.prototype.clearChanges=function(){this.finalUpdate(),this.updateChange(!1,this.propName),this.oldProperties={},this.changedProperties={}},e.prototype.setProperties=function(e,t){!0===t?(rSt(this,e),this.updateChange(!1,this.propName),this.clearChanges()):rSt(this,e)},e.prototype.dataBind=function(){if(this.callChildDataBind(this.childChangedProperties,this),this.isParentArray){var e=this.parentObj[this.propName].indexOf(this);Object.keys(this.changedProperties).length&&($Ct(this.propName+"."+e,this.changedProperties,this.parentObj.changedProperties),$Ct(this.propName+"."+e,this.oldProperties,this.parentObj.oldProperties))}else this.parentObj.changedProperties[this.propName]=this.changedProperties,this.parentObj.oldProperties[this.propName]=this.oldProperties;this.clearChanges()},e.prototype.saveChanges=function(e,t,n,r){this.controlParent.isProtectedOnChange||(r||this.serverDataBind(e,t,!0),this.oldProperties[e]=n,this.changedProperties[e]=t,this.updateChange(!0,this.propName),this.finalUpdate(),this.updateTimeOut())},e.prototype.serverDataBind=function(e,t,n,r){},e.prototype.getParentKey=function(e){var t="",n=this.propName;if(this.isParentArray){t=this.parentObj[this.propName].indexOf(this);var r=this.parentObj[this.propName].length;r=e?r:r>0?r-1:0,n+=t=-1!==t?"-"+t:"-"+r}return this.controlParent!==this.parentObj&&(n=this.parentObj.getParentKey()+"."+this.propName+t),n},e}(),$Mt=[115,121,110,99,102,117,115,105,111,110,46,105,115,76,105,99,86,97,108,105,100,97,116,101,100],eAt=function(){function e(e){var t;this.isValidated=!1,this.version="20.2",this.platform=/JavaScript|ASPNET|ASPNETCORE|ASPNETMVC|FileFormats/i,this.errors={noLicense:'This application was built using a trial version of Syncfusion Essential Studio. Please include a valid license to permanently remove this license validation message. You can also obtain a free 30 day evaluation license to temporarily remove this message during the evaluation period. Please refer to this <a class="e-license"href="https://help.syncfusion.com/common/essential-studio/licensing">help topic</a> for more information.',trailExpired:'Your Syncfusion trial license has expired. Please refer to this <a class="e-license"href="https://help.syncfusion.com/common/essential-studio/licensing/licensing-errors#trial-expired">help topic</a> for more information.',versionMismatched:'The included Syncfusion license (v##LicenseVersion) is invalid for version ##Requireversion. Please refer to this <a class="e-license" href="https://help.syncfusion.com/es/licensing/version-mismatch/">help topic</a> for more information.',platformMismatched:'The included Syncfusion license is invalid (Platform mismatch). Please refer to this <a class="e-license" href="https://help.syncfusion.com/common/essential-studio/licensing/licensing-errors#platform-mismatch">help topic</a> for more information.',invalidKey:'The included Syncfusion license is invalid. Please refer to this <a class="e-license" href="https://help.syncfusion.com/common/essential-studio/licensing/licensing-errors#invalid-key">help topic</a> for more information.'},this.manager=(t=null,{setKey:function(e){t=e},getKey:function(){return t}}),this.npxManager={getKey:function(){return"npxKeyReplace"}},this.manager.setKey(e)}return e.prototype.validate=function(){if(!this.isValidated&&tSt&&!KCt(nAt($Mt),tSt)&&!KCt("Blazor",tSt)){var e=void 0;if(this.manager&&this.manager.getKey()||this.npxManager&&"npxKeyReplace"!==this.npxManager.getKey()){var t=this.getInfoFromKey();if(t&&t.length)for(var n=0,r=t;n<r.length;n++){var i=r[n];if(!this.platform.test(i.platform)||i.invalidPlatform)e=this.errors.platformMismatched;else if(-1===i.version.indexOf(this.version))e=(e=(e=this.errors.versionMismatched).replace("##LicenseVersion",i.version)).replace("##Requireversion",this.version+".x");else if(i.expiryDate){var a=new Date(i.expiryDate),o=new Date;if(!(a!==o&&a<o))break;e=this.errors.trailExpired}}else e=this.errors.invalidKey}else e=this.errors.noLicense;if(e&&"undefined"!=typeof document&&!aSt(document)){var l=iMt("div",{innerHTML:e+'<span id="license-banner-error" class=".e-license-banner"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"><line x1="5" y1="5" x2="15" y2="15" stroke="yellow" stroke-width="2.5" stroke-miterlimit="10" stroke-linecap="round"></line><line x1="15" y1="5" x2="5" y2="15" stroke="yellow" stroke-width="2.5" stroke-linecap="round" stroke-miterlimit="10"></line></svg></span>',styles:'position:fixed;top:0;left:0;right:0;font-family:"Segoe UI";font-size:16px;background:repeating-linear-gradient(45deg,#d70f0f,#d70f0f 10px,#e12121 10px,#e12121 17px);color:#ffffff;z-index:999999999;text-align:center;padding:10px 50px 10px 25px;'});l.setAttribute("id","js-licensing"),document.body.appendChild(l),document.getElementById("license-banner-error").addEventListener("click",function(){document.getElementById("js-licensing").remove()})}this.isValidated=!0,$Ct(nAt($Mt),this.isValidated,tSt)}},e.prototype.getDecryptedData=function(e){try{return atob(e)}catch(e){return""}},e.prototype.getInfoFromKey=function(){try{var e="",t=[5439488,7929856,5111808,6488064,4587520,7667712,5439488,6881280,5177344,7208960,4194304,4456448,6619136,7733248,5242880,7077888,6356992,7602176,4587520,7274496,7471104,7143424],n=[],r=[],i=!1,a=!1;this.manager.getKey()?e=this.manager.getKey():(a=!0,e=this.npxManager.getKey().split("npxKeyReplace")[1]);for(var o=e.split(";"),l=0,s=o;l<s.length;l++){var c=s[l],d=this.getDecryptedData(c);if(d){var h=0,u="";if(a){var p=d[d.length-1],f=[];for(m=0;m<d.length;m++)f[m]=d[m].charCodeAt(0)-p.charCodeAt(0);for(m=0;m<f.length;m++)u+=String.fromCharCode(f[m])}else for(var m=0;m<d.length;m++,h++){h===t.length&&(h=0);var v=d.charCodeAt(m);u+=String.fromCharCode(v^t[h]>>16)}this.platform.test(u)?(n=u.split(";"),i=!1,n.length>3&&r.push({platform:n[0],version:n[1],expiryDate:n[2]})):u&&u.split(";").length>3&&(i=!0)}}return i&&!r.length?[{invalidPlatform:i}]:r.length?r:null}catch(e){return null}},e}(),tAt=new eAt;function nAt(e){for(var t="",n=0,r=e;n<r.length;n++){var i=r[n];t+=String.fromCharCode(i)}return t}var rAt,iAt=function(e){e&&function(e){tAt=new eAt(e)}(e),tAt.validate()},aAt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),oAt=function(e,t,n,r){var i,a=arguments.length,o=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(i=e[l])&&(o=(a<3?i(o):a>3?i(t,n,o):i(t,n))||o);return a>3&&o&&Object.defineProperty(t,n,o),o},lAt=0,sAt=0,cAt=function(e){function t(t,n){var r=e.call(this,t,n)||this;return r.randomId=function(){if("undefined"!=typeof window){var e=new Uint16Array(5);return(window.msCrypto||window.crypto).getRandomValues(e)}}(),r.isStringTemplate=!1,r.needsID=!1,r.isReactHybrid=!1,aSt(r.enableRtl)&&r.setProperties({enableRtl:false},!0),aSt(r.locale)&&r.setProperties({locale:VSt},!0),r.moduleLoader=new QMt(r),r.localObserver=new TSt(r),LSt.on("notifyExternalChange",r.detectFunction,r,r.randomId),iAt(),oSt(n)||r.appendTo(),r}return aAt(t,e),t.prototype.requiredModules=function(){return[]},t.prototype.destroy=function(){this.isDestroyed||(this.enablePersistence&&this.setPersistData(),this.localObserver.destroy(),this.refreshing||(oMt([this.element],["e-control"]),this.trigger("destroyed",{cancel:!1}),e.prototype.destroy.call(this),this.moduleLoader.clean(),LSt.off("notifyExternalChange",this.detectFunction,this.randomId)))},t.prototype.refresh=function(){this.refreshing=!0,this.moduleLoader.clean(),this.destroy(),this.clearChanges(),this.localObserver=new TSt(this),this.preRender(),this.injectModules(),this.render(),this.refreshing=!1},t.prototype.accessMount=function(){this.mount&&!this.isReactHybrid&&this.mount()},t.prototype.getRootElement=function(){return this.isReactHybrid?this.actualElement:this.element},t.prototype.getLocalData=function(){var e=this.getModuleName()+this.element.id;return window.localStorage.getItem(e)},t.prototype.appendTo=function(t){if(aSt(t)||"string"!=typeof t?aSt(t)||(this.element=t):this.element=mMt(t,document),!aSt(this.element)){var n="e-"+this.getModuleName().toLowerCase();aMt([this.element],["e-control",n]),this.isProtectedOnChange=!1,this.needsID&&!this.element.id&&(this.element.id=this.getUniqueID(this.getModuleName())),this.enablePersistence&&(this.mergePersistData(),window.addEventListener("unload",this.setPersistData.bind(this)));var r=KCt("ej2_instances",this.element);r&&-1!==r.indexOf(this)||e.prototype.addInstance.call(this),this.preRender(),this.injectModules(),this.render(),this.mount?this.accessMount():this.trigger("created")}},t.prototype.renderComplete=function(e){this.isRendered=!0},t.prototype.dataBind=function(){this.injectModules(),e.prototype.dataBind.call(this)},t.prototype.on=function(e,t,n){if("string"==typeof e)this.localObserver.on(e,t,n);else for(var r=0,i=e;r<i.length;r++){var a=i[r];this.localObserver.on(a.event,a.handler,a.context)}},t.prototype.off=function(e,t){if("string"==typeof e)this.localObserver.off(e,t);else for(var n=0,r=e;n<r.length;n++){var i=r[n];this.localObserver.off(i.event,i.handler)}},t.prototype.notify=function(e,t){!0!==this.isDestroyed&&this.localObserver.notify(e,t)},t.prototype.getInjectedModules=function(){return this.injectedModules},t.Inject=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.prototype.injectedModules||(this.prototype.injectedModules=[]);for(var n=0;n<e.length;n++)-1===this.prototype.injectedModules.indexOf(e[n])&&this.prototype.injectedModules.push(e[n])},t.prototype.createElement=function(e,t,n){return iMt(e,t)},t.prototype.triggerStateChange=function(e,t){this.isReactHybrid&&(this.setState(),this.currentContext={calls:e,args:t})},t.prototype.injectModules=function(){this.injectedModules&&this.injectedModules.length&&this.moduleLoader.inject(this.requiredModules(),this.injectedModules)},t.prototype.detectFunction=function(e){var t=Object.keys(e);t.length&&(this[t[0]]=e[t[0]])},t.prototype.mergePersistData=function(){var e;aSt(e=window.localStorage.getItem(this.getModuleName()+this.element.id))||""===e||this.setProperties(JSON.parse(e),!0)},t.prototype.setPersistData=function(){this.isDestroyed||window.localStorage.setItem(this.getModuleName()+this.element.id,this.getPersistData())},t.prototype.renderReactTemplates=function(){},t.prototype.clearTemplate=function(e,t){},t.prototype.getUniqueID=function(e){return this.isHistoryChanged()&&(lAt=0),rAt=this.pageID(location.href),sAt=history.length,e+"_"+rAt+"_"+lAt++},t.prototype.pageID=function(e){var t=0;if(0===e.length)return t;for(var n=0;n<e.length;n++){t=(t<<5)-t+e.charCodeAt(n),t&=t}return Math.abs(t)},t.prototype.isHistoryChanged=function(){return rAt!==this.pageID(location.href)||sAt!==history.length},t.prototype.addOnPersist=function(e){for(var t=this,n={},r=0,i=e;r<i.length;r++){var a,o=i[r];oSt(a=KCt(o,this))||$Ct(o,this.getActualProperties(a),n)}return JSON.stringify(n,function(e,n){return t.getActualProperties(n)})},t.prototype.getActualProperties=function(e){return e instanceof KMt?KCt("properties",e):e},t.prototype.ignoreOnPersist=function(e){return JSON.stringify(this.iterateJsonProperties(this.properties,e))},t.prototype.iterateJsonProperties=function(e,t){for(var n={},r=function(r){if(-1===t.indexOf(r)){var a=e[r];if("object"!=typeof a||a instanceof Array)n[r]=a;else{var o=t.filter(function(e){return new RegExp(r+".").test(e)}).map(function(e){return e.replace(r+".","")});n[r]=i.iterateJsonProperties(i.getActualProperties(a),o)}}},i=this,a=0,o=Object.keys(e);a<o.length;a++){r(o[a])}return n},oAt([HMt(!1)],t.prototype,"enablePersistence",void 0),oAt([HMt()],t.prototype,"enableRtl",void 0),oAt([HMt()],t.prototype,"locale",void 0),t=oAt([PMt],t)}(EMt);"undefined"!=typeof window&&window.addEventListener("popstate",function(){lAt=0});var dAt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),hAt=function(e,t,n,r){var i,a=arguments.length,o=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(i=e[l])&&(o=(a<3?i(o):a>3?i(t,n,o):i(t,n))||o);return a>3&&o&&Object.defineProperty(t,n,o),o},uAt={left:0,top:0,bottom:0,right:0},pAt={isDragged:!1},fAt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return dAt(t,e),hAt([HMt(0)],t.prototype,"left",void 0),hAt([HMt(0)],t.prototype,"top",void 0),t}(KMt);!function(e){function t(t,r){var i=e.call(this,r,t)||this;return i.dragLimit=n.getDefaultPosition(),i.borderWidth=n.getDefaultPosition(),i.padding=n.getDefaultPosition(),i.diffX=0,i.prevLeft=0,i.prevTop=0,i.dragProcessStarted=!1,i.eleTop=0,i.tapHoldTimer=0,i.externalInitialize=!1,i.diffY=0,i.parentScrollX=0,i.parentScrollY=0,i.droppables={},i.bind(),i}var n;dAt(t,e),n=t,t.prototype.bind=function(){this.toggleEvents(),tMt.isIE&&aMt([this.element],"e-block-touch"),this.droppables[this.scope]={}},t.getDefaultPosition=function(){return iSt({},uAt)},t.prototype.toggleEvents=function(e){var t;oSt(this.handle)||(t=mMt(this.handle,this.element));var n=this.enableTapHold&&tMt.isDevice&&tMt.isTouch?this.mobileInitialize:this.initialize;e?nMt.remove(t||this.element,tMt.touchStartEvent,n):nMt.add(t||this.element,tMt.touchStartEvent,n,this)},t.prototype.mobileInitialize=function(e){var t=this,n=e.currentTarget;this.tapHoldTimer=setTimeout(function(){t.externalInitialize=!0,t.removeTapholdTimer(),t.initialize(e,n)},this.tapHoldThreshold),nMt.add(document,tMt.touchMoveEvent,this.removeTapholdTimer,this),nMt.add(document,tMt.touchEndEvent,this.removeTapholdTimer,this)},t.prototype.removeTapholdTimer=function(){clearTimeout(this.tapHoldTimer),nMt.remove(document,tMt.touchMoveEvent,this.removeTapholdTimer),nMt.remove(document,tMt.touchEndEvent,this.removeTapholdTimer)},t.prototype.getScrollableParent=function(e,t){return aSt(e)?null:e[{vertical:"scrollHeight",horizontal:"scrollWidth"}[t]]>e[{vertical:"clientHeight",horizontal:"clientWidth"}[t]]&&("vertical"===t?e.scrollTop>0:e.scrollLeft>0)?("vertical"===t?(this.parentScrollY=this.parentScrollY+(0===this.parentScrollY?e.scrollTop:e.scrollTop-this.parentScrollY),this.tempScrollHeight=e.scrollHeight):(this.parentScrollX=this.parentScrollX+(0===this.parentScrollX?e.scrollLeft:e.scrollLeft-this.parentScrollX),this.tempScrollWidth=e.scrollWidth),aSt(e)?e:this.getScrollableParent(e.parentNode,t)):this.getScrollableParent(e.parentNode,t)},t.prototype.getScrollableValues=function(){this.parentScrollX=0,this.parentScrollY=0,this.element.classList.contains("e-dialog")&&this.element.classList.contains("e-dlg-modal"),this.getScrollableParent(this.element.parentNode,"vertical"),this.getScrollableParent(this.element.parentNode,"horizontal")},t.prototype.initialize=function(e,t){if(this.currentStateTarget=e.target,!this.isDragStarted()){if(this.isDragStarted(!0),this.externalInitialize=!1,this.target=e.currentTarget||t,this.dragProcessStarted=!1,this.abort){var n=this.abort;"string"==typeof n&&(n=[n]);for(var r=0;r<n.length;r++)if(!aSt(bMt(e.target,n[r])))return void(this.isDragStarted()&&this.isDragStarted(!0))}this.preventDefault&&!oSt(e.changedTouches)&&"touchstart"!==e.type&&e.preventDefault(),this.element.setAttribute("aria-grabbed","true");var i=this.getCoordinates(e);if(this.initialPosition={x:i.pageX,y:i.pageY},!this.clone){var a=this.element.getBoundingClientRect();this.getScrollableValues(),e.clientX===e.pageX&&(this.parentScrollX=0),e.clientY===e.pageY&&(this.parentScrollY=0),this.relativeXPosition=i.pageX-(a.left+this.parentScrollX),this.relativeYPosition=i.pageY-(a.top+this.parentScrollY)}this.externalInitialize?this.intDragStart(e):(nMt.add(document,tMt.touchMoveEvent,this.intDragStart,this),nMt.add(document,tMt.touchEndEvent,this.intDestroy,this)),this.toggleEvents(!0),"touchstart"!==e.type&&this.isPreventSelect&&document.body.classList.add("e-prevent-select"),this.externalInitialize=!1,nMt.trigger(document.documentElement,tMt.touchStartEvent,e)}},t.prototype.intDragStart=function(e){this.removeTapholdTimer();var t=!oSt(e.changedTouches);if(!t||1===e.changedTouches.length){var n,r=this.getCoordinates(e),i=getComputedStyle(this.element);this.margin={left:parseInt(i.marginLeft,10),top:parseInt(i.marginTop,10),right:parseInt(i.marginRight,10),bottom:parseInt(i.marginBottom,10)};var a=this.element;if(this.clone&&this.dragTarget){var o=bMt(e.target,this.dragTarget);aSt(o)||(a=o)}this.isReplaceDragEle&&(a=this.currentStateCheck(e.target,a)),this.offset=this.calculateParentPosition(a),this.position=this.getMousePosition(e,this.isDragScroll);var l=this.initialPosition.x-r.pageX,s=this.initialPosition.y-r.pageY;if(Math.sqrt(l*l+s*s)>=this.distance||this.externalInitialize){var c=this.getHelperElement(e);if(!c||aSt(c))return;t&&e.preventDefault();var d=this.helperElement=c;if(this.parentClientRect=this.calculateParentPosition(d.offsetParent),this.dragStart){var h={event:e,element:a,target:this.getProperTargetElement(e),bindEvents:null,dragElement:d};this.trigger("dragStart",h)}this.dragArea?this.setDragArea():(this.dragLimit={left:0,right:0,bottom:0,top:0},this.borderWidth={top:0,left:0}),n={left:this.position.left-this.parentClientRect.left,top:this.position.top-this.parentClientRect.top},this.clone&&!this.enableTailMode&&(this.diffX=this.position.left-this.offset.left,this.diffY=this.position.top-this.offset.top),this.getScrollableValues();var u=getComputedStyle(a),p=parseFloat(u.marginTop);this.clone&&0!==p&&(n.top+=p),this.eleTop=isNaN(parseFloat(u.top))?0:parseFloat(u.top)-this.offset.top,this.enableScrollHandler&&!this.clone&&(n.top-=this.parentScrollY,n.left-=this.parentScrollX);var f=this.getProcessedPositionValue({top:n.top-this.diffY+"px",left:n.left-this.diffX+"px"});this.dragElePosition={top:n.top,left:n.left},yMt(d,this.getDragPosition({position:"absolute",left:f.left,top:f.top})),nMt.remove(document,tMt.touchMoveEvent,this.intDragStart),nMt.remove(document,tMt.touchEndEvent,this.intDestroy),this.bindDragEvents(d)}}},t.prototype.bindDragEvents=function(e){sMt(e)?(nMt.add(document,tMt.touchMoveEvent,this.intDrag,this),nMt.add(document,tMt.touchEndEvent,this.intDragStop,this),this.setGlobalDroppables(!1,this.element,e)):(this.toggleEvents(),document.body.classList.remove("e-prevent-select"))},t.prototype.elementInViewport=function(e){for(this.top=e.offsetTop,this.left=e.offsetLeft,this.width=e.offsetWidth,this.height=e.offsetHeight;e.offsetParent;)e=e.offsetParent,this.top+=e.offsetTop,this.left+=e.offsetLeft;return this.top>=window.pageYOffset&&this.left>=window.pageXOffset&&this.top+this.height<=window.pageYOffset+window.innerHeight&&this.left+this.width<=window.pageXOffset+window.innerWidth},t.prototype.getProcessedPositionValue=function(e){return this.queryPositionInfo?this.queryPositionInfo(e):e},t.prototype.calculateParentPosition=function(e){if(aSt(e))return{left:0,top:0};var t=e.getBoundingClientRect(),n=getComputedStyle(e);return{left:t.left+window.pageXOffset-parseInt(n.marginLeft,10),top:t.top+window.pageYOffset-parseInt(n.marginTop,10)}},t.prototype.intDrag=function(e){if(oSt(e.changedTouches)||1===e.changedTouches.length){var t,n;this.clone&&e.changedTouches&&tMt.isDevice&&tMt.isTouch&&e.preventDefault(),this.position=this.getMousePosition(e,this.isDragScroll);var r=this.getDocumentWidthHeight("Height");r<this.position.top&&(this.position.top=r);var i=this.getDocumentWidthHeight("Width");if(i<this.position.left&&(this.position.left=i),this.drag){var a=this.getProperTargetElement(e);this.trigger("drag",{event:e,element:this.element,target:a})}var o=this.checkTargetElement(e);if(o.target&&o.instance){var l=!0;this.hoverObject&&(this.hoverObject.instance!==o.instance?this.triggerOutFunction(e,o):l=!1),l&&(o.instance.dragData[this.scope]=this.droppables[this.scope],o.instance.intOver(e,o.target),this.hoverObject=o)}else this.hoverObject&&this.triggerOutFunction(e,o);var s=this.droppables[this.scope].helper;this.parentClientRect=this.calculateParentPosition(this.helperElement.offsetParent);var c=this.parentClientRect.left,d=this.parentClientRect.top,h=this.getCoordinates(e),u=h.pageX,p=h.pageY,f=this.position.left-this.diffX,m=this.position.top-this.diffY,v=getComputedStyle(s);if(this.dragArea){if(this.pageX!==u||this.skipDistanceCheck){var g=s.offsetWidth+(parseFloat(v.marginLeft)+parseFloat(v.marginRight));t=this.dragLimit.left>f&&f>0?this.dragLimit.left:this.dragLimit.right+window.pageXOffset<f+g&&f>0?f-(f-this.dragLimit.right)+window.pageXOffset-g:f<0?this.dragLimit.left:f}if(this.pageY!==p||this.skipDistanceCheck){var b=s.offsetHeight+(parseFloat(v.marginTop)+parseFloat(v.marginBottom));n=this.dragLimit.top>m&&m>0?this.dragLimit.top:this.dragLimit.bottom+window.pageYOffset<m+b&&m>0?m-(m-this.dragLimit.bottom)+window.pageYOffset-b:m<0?this.dragLimit.top:m}}else t=f,n=m;var y,w,x=d+this.borderWidth.top,E=c+this.borderWidth.left;this.dragProcessStarted&&(aSt(n)&&(n=this.prevTop),aSt(t)&&(t=this.prevLeft)),this.dragArea?(this.dragLimit.top=this.clone?this.dragLimit.top:0,y=n-x<0?this.dragLimit.top:n-x,w=t-E<0?this.dragElePosition.left:t-E):(y=n-x,w=t-E);var k=parseFloat(getComputedStyle(this.element).marginTop);if(k>0&&(this.clone&&(y+=k,m<0&&(k+m>=0?y=k+m:y-=k),y=this.dragLimit.bottom<y?this.dragLimit.bottom:y),n-x<0))if(m+k+(s.offsetHeight-x)>=0){var C=this.dragLimit.top+m-x;C+k+x<0?y-=k+x:y=C}else y-=k+x;this.enableScrollHandler&&!this.clone&&(y-=this.parentScrollY,w-=this.parentScrollX);var S=this.getProcessedPositionValue({top:y+"px",left:w+"px"});yMt(s,this.getDragPosition(S)),this.elementInViewport(s)||!this.enableAutoScroll||this.helperElement.classList.contains("e-treeview")||this.helperElement.scrollIntoView();var M=document.querySelectorAll(":hover");if(this.enableAutoScroll&&this.helperElement.classList.contains("e-treeview")){0===M.length&&(M=this.getPathElements(e));var A=this.getScrollParent(M,!1);this.elementInViewport(this.helperElement)?this.getScrollPosition(A,y):this.elementInViewport(this.helperElement)||(0===(M=[].slice.call(document.querySelectorAll(":hover"))).length&&(M=this.getPathElements(e)),A=this.getScrollParent(M,!0),this.getScrollPosition(A,y))}this.dragProcessStarted=!0,this.prevLeft=t,this.prevTop=n,this.position.left=t,this.position.top=n,this.pageX=u,this.pageY=p}},t.prototype.getScrollParent=function(e,t){for(var n,r=t?e.reverse():e,i=r.length-1;i>=0;i--)if(("auto"===(n=window.getComputedStyle(r[i])["overflow-y"])||"scroll"===n)&&r[i].scrollHeight>r[i].clientHeight)return r[i];if("visible"===(n=window.getComputedStyle(document.scrollingElement)["overflow-y"]))return document.scrollingElement.style.overflow="auto",document.scrollingElement},t.prototype.getScrollPosition=function(e,t){e&&e===document.scrollingElement?e.clientHeight-e.getBoundingClientRect().top-this.helperElement.clientHeight<t&&e.getBoundingClientRect().height>t?e.scrollTop+=this.helperElement.clientHeight:e.scrollHeight-e.clientHeight>t&&(e.scrollTop-=this.helperElement.clientHeight):e&&e!==document.scrollingElement&&(e.clientHeight+e.getBoundingClientRect().top-this.helperElement.clientHeight<t?e.scrollTop+=this.helperElement.clientHeight:e.getBoundingClientRect().top>t-this.helperElement.clientHeight&&(e.scrollTop-=this.helperElement.clientHeight))},t.prototype.getPathElements=function(e){var t=e.clientX>0?e.clientX:0,n=e.clientY>0?e.clientY:0;return document.elementsFromPoint(t,n)},t.prototype.triggerOutFunction=function(e,t){this.hoverObject.instance.intOut(e,t.target),this.hoverObject.instance.dragData[this.scope]=null,this.hoverObject=null},t.prototype.getDragPosition=function(e){var t=iSt({},e);return this.axis&&("x"===this.axis?delete t.top:"y"===this.axis&&delete t.left),t},t.prototype.getDocumentWidthHeight=function(e){var t=document.body,n=document.documentElement;return Math.max(t["scroll"+e],n["scroll"+e],t["offset"+e],n["offset"+e],n["client"+e])},t.prototype.intDragStop=function(e){if(this.dragProcessStarted=!1,oSt(e.changedTouches)||1===e.changedTouches.length){if(-1!==["touchend","pointerup","mouseup"].indexOf(e.type)){if(this.dragStop){var t=this.getProperTargetElement(e);this.trigger("dragStop",{event:e,element:this.element,target:t,helper:this.helperElement})}this.intDestroy(e)}else this.element.setAttribute("aria-grabbed","false");var n=this.checkTargetElement(e);n.target&&n.instance&&(n.instance.dragStopCalled=!0,n.instance.dragData[this.scope]=this.droppables[this.scope],n.instance.intDrop(e,n.target)),this.setGlobalDroppables(!0),document.body.classList.remove("e-prevent-select")}},t.prototype.intDestroy=function(e){this.dragProcessStarted=!1,this.toggleEvents(),document.body.classList.remove("e-prevent-select"),this.element.setAttribute("aria-grabbed","false"),nMt.remove(document,tMt.touchMoveEvent,this.intDragStart),nMt.remove(document,tMt.touchEndEvent,this.intDragStop),nMt.remove(document,tMt.touchEndEvent,this.intDestroy),nMt.remove(document,tMt.touchMoveEvent,this.intDrag),this.isDragStarted()&&this.isDragStarted(!0)},t.prototype.onPropertyChanged=function(e,t){},t.prototype.getModuleName=function(){return"draggable"},t.prototype.isDragStarted=function(e){return e&&(pAt.isDragged=!pAt.isDragged),pAt.isDragged},t.prototype.setDragArea=function(){var e,t,n,r=0,i=0;if(n="string"===typeof this.dragArea?mMt(this.dragArea):this.dragArea){var a=n.getBoundingClientRect();e=n.scrollWidth?n.scrollWidth:a.right-a.left,t=n.scrollHeight?n.scrollHeight:a.bottom-a.top;for(var o=["Top","Left","Bottom","Right"],l=getComputedStyle(n),s=0;s<o.length;s++){var c=o[s],d=l["border"+c+"Width"],h=l["padding"+c],u=c.toLowerCase();this.borderWidth[u]=isNaN(parseFloat(d))?0:parseFloat(d),this.padding[u]=isNaN(parseFloat(h))?0:parseFloat(h)}r=a.top,i=a.left,this.dragLimit.left=i+this.borderWidth.left+this.padding.left,this.dragLimit.top=n.offsetTop+this.borderWidth.top+this.padding.top,this.dragLimit.right=i+e-(this.borderWidth.right+this.padding.right),this.dragLimit.bottom=r+t-(this.borderWidth.bottom+this.padding.bottom)}},t.prototype.getProperTargetElement=function(e){var t,n=this.getCoordinates(e),r=this.helperElement.style.pointerEvents||"";return sSt(e.target,this.helperElement)||-1!==e.type.indexOf("touch")?(this.helperElement.style.pointerEvents="none",t=document.elementFromPoint(n.clientX,n.clientY),this.helperElement.style.pointerEvents=r):t=e.target,t},t.prototype.currentStateCheck=function(e,t){return aSt(this.currentStateTarget)||this.currentStateTarget===e?aSt(t)?e:t:this.currentStateTarget},t.prototype.getMousePosition=function(e,t){var n,r,i=void 0!==e.srcElement?e.srcElement:e.target,a=this.getCoordinates(e),o=aSt(i.offsetParent);return t?(n=this.clone?a.pageX:a.pageX+(o?0:i.offsetParent.scrollLeft)-this.relativeXPosition,r=this.clone?a.pageY:a.pageY+(o?0:i.offsetParent.scrollTop)-this.relativeYPosition):(n=this.clone?a.pageX:a.pageX+window.pageXOffset-this.relativeXPosition,r=this.clone?a.pageY:a.pageY+window.pageYOffset-this.relativeYPosition),{left:n-(this.margin.left+this.cursorAt.left),top:r-(this.margin.top+this.cursorAt.top)}},t.prototype.getCoordinates=function(e){return e.type.indexOf("touch")>-1?e.changedTouches[0]:e},t.prototype.getHelperElement=function(e){var t;return this.clone?this.helper?t=this.helper({sender:e,element:this.target}):(t=iMt("div",{className:"e-drag-helper e-block-touch",innerHTML:"Draggable"}),document.body.appendChild(t)):t=this.element,t},t.prototype.setGlobalDroppables=function(e,t,n){this.droppables[this.scope]=e?null:{draggable:t,helper:n,draggedElement:this.element}},t.prototype.checkTargetElement=function(e){var t=this.getProperTargetElement(e),n=this.getDropInstance(t);if(!n&&t&&!aSt(t.parentNode)){var r=bMt(t.parentNode,".e-droppable")||t.parentElement;r&&(n=this.getDropInstance(r))}return{target:t,instance:n}},t.prototype.getDropInstance=function(e){var t,n=e&&e.ej2_instances;if(n)for(var r=0,i=n;r<i.length;r++){var a=i[r];if("droppable"===a.getModuleName()){t=a;break}}return t},t.prototype.destroy=function(){this.toggleEvents(!0),e.prototype.destroy.call(this)},hAt([NMt({},fAt)],t.prototype,"cursorAt",void 0),hAt([HMt(!0)],t.prototype,"clone",void 0),hAt([HMt()],t.prototype,"dragArea",void 0),hAt([HMt()],t.prototype,"isDragScroll",void 0),hAt([HMt()],t.prototype,"isReplaceDragEle",void 0),hAt([HMt(!0)],t.prototype,"isPreventSelect",void 0),hAt([LMt()],t.prototype,"drag",void 0),hAt([LMt()],t.prototype,"dragStart",void 0),hAt([LMt()],t.prototype,"dragStop",void 0),hAt([HMt(1)],t.prototype,"distance",void 0),hAt([HMt()],t.prototype,"handle",void 0),hAt([HMt()],t.prototype,"abort",void 0),hAt([HMt()],t.prototype,"helper",void 0),hAt([HMt("default")],t.prototype,"scope",void 0),hAt([HMt("")],t.prototype,"dragTarget",void 0),hAt([HMt()],t.prototype,"axis",void 0),hAt([HMt()],t.prototype,"queryPositionInfo",void 0),hAt([HMt(!1)],t.prototype,"enableTailMode",void 0),hAt([HMt(!1)],t.prototype,"skipDistanceCheck",void 0),hAt([HMt(!0)],t.prototype,"preventDefault",void 0),hAt([HMt(!1)],t.prototype,"enableAutoScroll",void 0),hAt([HMt(!1)],t.prototype,"enableTapHold",void 0),hAt([HMt(750)],t.prototype,"tapHoldThreshold",void 0),hAt([HMt(!1)],t.prototype,"enableScrollHandler",void 0),t=n=hAt([PMt],t)}(EMt);var mAt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),vAt=function(e,t,n,r){var i,a=arguments.length,o=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(i=e[l])&&(o=(a<3?i(o):a>3?i(t,n,o):i(t,n))||o);return a>3&&o&&Object.defineProperty(t,n,o),o};!function(e){function t(t,n){var r=e.call(this,n,t)||this;return r.mouseOver=!1,r.dragData={},r.dragStopCalled=!1,r.bind(),r}mAt(t,e),t.prototype.bind=function(){this.wireEvents()},t.prototype.wireEvents=function(){nMt.add(this.element,tMt.touchEndEvent,this.intDrop,this)},t.prototype.onPropertyChanged=function(e,t){},t.prototype.getModuleName=function(){return"droppable"},t.prototype.intOver=function(e,t){if(!this.mouseOver){var n=this.dragData[this.scope];this.trigger("over",{event:e,target:t,dragData:n}),this.mouseOver=!0}},t.prototype.intOut=function(e,t){this.mouseOver&&(this.trigger("out",{evt:e,target:t}),this.mouseOver=!1)},t.prototype.intDrop=function(e,t){if(this.dragStopCalled){this.dragStopCalled=!1;var n,r=!0,i=this.dragData[this.scope],a=!!i&&(i.helper&&sMt(i.helper));a&&(n=this.isDropArea(e,i.helper,t),this.accept&&(r=wMt(i.helper,this.accept))),a&&this.drop&&n.canDrop&&r&&this.trigger("drop",{event:e,target:n.target,droppedElement:i.helper,dragData:i}),this.mouseOver=!1}},t.prototype.isDropArea=function(e,t,n){var r={canDrop:!0,target:n||e.target},i="touchend"===e.type;if(i||r.target===t){t.style.display="none";var a=i?e.changedTouches[0]:e,o=document.elementFromPoint(a.clientX,a.clientY);r.canDrop=!1,r.canDrop=sSt(o,this.element),r.canDrop&&(r.target=o),t.style.display=""}return r},t.prototype.destroy=function(){nMt.remove(this.element,tMt.touchEndEvent,this.intDrop),e.prototype.destroy.call(this)},vAt([HMt()],t.prototype,"accept",void 0),vAt([HMt("default")],t.prototype,"scope",void 0),vAt([LMt()],t.prototype,"drop",void 0),vAt([LMt()],t.prototype,"over",void 0),vAt([LMt()],t.prototype,"out",void 0),t=vAt([PMt],t)}(EMt);var gAt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),bAt=function(e,t,n,r){var i,a=arguments.length,o=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(i=e[l])&&(o=(a<3?i(o):a>3?i(t,n,o):i(t,n))||o);return a>3&&o&&Object.defineProperty(t,n,o),o},yAt={backspace:8,tab:9,enter:13,shift:16,control:17,alt:18,pause:19,capslock:20,space:32,escape:27,pageup:33,pagedown:34,end:35,home:36,leftarrow:37,uparrow:38,rightarrow:39,downarrow:40,insert:45,delete:46,f1:112,f2:113,f3:114,f4:115,f5:116,f6:117,f7:118,f8:119,f9:120,f10:121,f11:122,f12:123,semicolon:186,plus:187,comma:188,minus:189,dot:190,forwardslash:191,graveaccent:192,openbracket:219,backslash:220,closebracket:221,singlequote:222},wAt=function(e){function t(t,r){var i=e.call(this,r,t)||this;return i.keyPressHandler=function(e){for(var t=e.altKey,r=e.ctrlKey,a=e.shiftKey,o=e.which,l=0,s=Object.keys(i.keyConfigs);l<s.length;l++)for(var c=s[l],d=0,h=i.keyConfigs[c].split(",");d<h.length;d++){var u=h[d],p=n.getKeyConfigData(u.trim());t===p.altKey&&r===p.ctrlKey&&a===p.shiftKey&&o===p.keyCode&&(e.action=c,i.keyAction&&i.keyAction(e))}},i.bind(),i}var n;return gAt(t,e),n=t,t.prototype.destroy=function(){this.unwireEvents(),e.prototype.destroy.call(this)},t.prototype.onPropertyChanged=function(e,t){},t.prototype.bind=function(){this.wireEvents()},t.prototype.getModuleName=function(){return"keyboard"},t.prototype.wireEvents=function(){this.element.addEventListener(this.eventName,this.keyPressHandler)},t.prototype.unwireEvents=function(){this.element.removeEventListener(this.eventName,this.keyPressHandler)},t.getKeyConfigData=function(e){if(e in this.configCache)return this.configCache[e];var t=e.toLowerCase().split("+"),r={altKey:-1!==t.indexOf("alt"),ctrlKey:-1!==t.indexOf("ctrl"),shiftKey:-1!==t.indexOf("shift"),keyCode:null};return t[t.length-1].length>1&&Number(t[t.length-1])?r.keyCode=Number(t[t.length-1]):r.keyCode=n.getKeyCode(t[t.length-1]),n.configCache[e]=r,r},t.getKeyCode=function(e){return yAt[e]||e.toUpperCase().charCodeAt(0)},t.configCache={},bAt([HMt({})],t.prototype,"keyConfigs",void 0),bAt([HMt("keyup")],t.prototype,"eventName",void 0),bAt([LMt()],t.prototype,"keyAction",void 0),t=n=bAt([PMt],t)}(EMt),xAt=function(){function e(e,t,n){this.controlName=e,this.localeStrings=t,this.setLocale(n||VSt)}return e.prototype.setLocale=function(t){var n=this.intGetControlConstant(e.locale,t);this.currentLocale=n||this.localeStrings},e.load=function(e){this.locale=iSt(this.locale,e,{},!0)},e.prototype.getConstant=function(e){return aSt(this.currentLocale[e])?this.localeStrings[e]||"":this.currentLocale[e]},e.prototype.intGetControlConstant=function(e,t){return e[t]?e[t][this.controlName]:null},e.locale={},e}(),EAt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),kAt=function(e,t,n,r){var i,a=arguments.length,o=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(i=e[l])&&(o=(a<3?i(o):a>3?i(t,n,o):i(t,n))||o);return a>3&&o&&Object.defineProperty(t,n,o),o},CAt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return EAt(t,e),kAt([HMt(50)],t.prototype,"swipeThresholdDistance",void 0),t}(KMt),SAt=/(Up|Down)/;!function(e){function t(t,n){var r=e.call(this,n,t)||this;return r.touchAction=!0,r.tapCount=0,r.startEvent=function(e){if(!0===r.touchAction){var t=r.updateChangeTouches(e);void 0!==e.changedTouches&&(r.touchAction=!1),r.isTouchMoved=!1,r.movedDirection="",r.startPoint=r.lastMovedPoint={clientX:t.clientX,clientY:t.clientY},r.startEventData=t,r.hScrollLocked=r.vScrollLocked=!1,r.tStampStart=Date.now(),r.timeOutTapHold=setTimeout(function(){r.tapHoldEvent(e)},r.tapHoldThreshold),nMt.add(r.element,tMt.touchMoveEvent,r.moveEvent,r),nMt.add(r.element,tMt.touchEndEvent,r.endEvent,r),nMt.add(r.element,tMt.touchCancelEvent,r.cancelEvent,r)}},r.moveEvent=function(e){var t=r.updateChangeTouches(e);r.movedPoint=t,r.isTouchMoved=!(t.clientX===r.startPoint.clientX&&t.clientY===r.startPoint.clientY);var n={};r.isTouchMoved&&(clearTimeout(r.timeOutTapHold),r.calcScrollPoints(e),n=iSt(n,{},{startEvents:r.startEventData,originalEvent:e,startX:r.startPoint.clientX,startY:r.startPoint.clientY,distanceX:r.distanceX,distanceY:r.distanceY,scrollDirection:r.scrollDirection,velocity:r.getVelocity(t)}),r.trigger("scroll",n),r.lastMovedPoint={clientX:t.clientX,clientY:t.clientY})},r.cancelEvent=function(e){clearTimeout(r.timeOutTapHold),clearTimeout(r.timeOutTap),r.tapCount=0,r.swipeFn(e),nMt.remove(r.element,tMt.touchCancelEvent,r.cancelEvent)},r.endEvent=function(e){r.swipeFn(e),r.isTouchMoved||"function"==typeof r.tap&&(r.trigger("tap",{originalEvent:e,tapCount:++r.tapCount}),r.timeOutTap=setTimeout(function(){r.tapCount=0},r.tapThreshold)),r.modeclear()},r.swipeFn=function(e){clearTimeout(r.timeOutTapHold),clearTimeout(r.timeOutTap);var t=r.updateChangeTouches(e),n=t.clientX-r.startPoint.clientX,i=t.clientY-r.startPoint.clientY;n=Math.floor(n<0?-1*n:n),i=Math.floor(i<0?-1*i:n),r.isTouchMoved=n>1||i>1,/Firefox/.test(tMt.userAgent)&&0===t.clientX&&0===t.clientY&&"mouseup"===e.type&&(r.isTouchMoved=!1),r.endPoint=t,r.calcPoints(e);var a={originalEvent:e,startEvents:r.startEventData,startX:r.startPoint.clientX,startY:r.startPoint.clientY,distanceX:r.distanceX,distanceY:r.distanceY,swipeDirection:r.movedDirection,velocity:r.getVelocity(t)};if(r.isTouchMoved){var o=void 0,l=r.swipeSettings.swipeThresholdDistance;o=iSt(o,r.defaultArgs,a);var s=!1,c=r.element,d=r.isScrollable(c),h=SAt.test(r.movedDirection);(l<r.distanceX&&!h||l<r.distanceY&&h)&&(s=!d||r.checkSwipe(c,h)),s&&r.trigger("swipe",o)}r.modeclear()},r.modeclear=function(){r.modeClear=setTimeout(function(){r.touchAction=!0},"function"!=typeof r.tap?0:20),r.lastTapTime=(new Date).getTime(),nMt.remove(r.element,tMt.touchMoveEvent,r.moveEvent),nMt.remove(r.element,tMt.touchEndEvent,r.endEvent),nMt.remove(r.element,tMt.touchCancelEvent,r.cancelEvent)},r.bind(),r}EAt(t,e),t.prototype.onPropertyChanged=function(e,t){},t.prototype.bind=function(){this.wireEvents(),tMt.isIE&&this.element.classList.add("e-block-touch")},t.prototype.destroy=function(){this.unwireEvents(),e.prototype.destroy.call(this)},t.prototype.wireEvents=function(){nMt.add(this.element,tMt.touchStartEvent,this.startEvent,this)},t.prototype.unwireEvents=function(){nMt.remove(this.element,tMt.touchStartEvent,this.startEvent)},t.prototype.getModuleName=function(){return"touch"},t.prototype.isScrollable=function(e){var t=getComputedStyle(e),n=t.overflow+t.overflowX+t.overflowY;return!!/(auto|scroll)/.test(n)},t.prototype.tapHoldEvent=function(e){var t;this.tapCount=0,this.touchAction=!0,nMt.remove(this.element,tMt.touchMoveEvent,this.moveEvent),nMt.remove(this.element,tMt.touchEndEvent,this.endEvent),t={originalEvent:e},this.trigger("tapHold",t),nMt.remove(this.element,tMt.touchCancelEvent,this.cancelEvent)},t.prototype.calcPoints=function(e){var t=this.updateChangeTouches(e);this.defaultArgs={originalEvent:e},this.distanceX=Math.abs(Math.abs(t.clientX)-Math.abs(this.startPoint.clientX)),this.distanceY=Math.abs(Math.abs(t.clientY)-Math.abs(this.startPoint.clientY)),this.distanceX>this.distanceY?this.movedDirection=t.clientX>this.startPoint.clientX?"Right":"Left":this.movedDirection=t.clientY<this.startPoint.clientY?"Up":"Down"},t.prototype.calcScrollPoints=function(e){var t=this.updateChangeTouches(e);this.defaultArgs={originalEvent:e},this.distanceX=Math.abs(Math.abs(t.clientX)-Math.abs(this.lastMovedPoint.clientX)),this.distanceY=Math.abs(Math.abs(t.clientY)-Math.abs(this.lastMovedPoint.clientY)),(this.distanceX>this.distanceY||!0===this.hScrollLocked)&&!1===this.vScrollLocked?(this.scrollDirection=t.clientX>this.lastMovedPoint.clientX?"Right":"Left",this.hScrollLocked=!0):(this.scrollDirection=t.clientY<this.lastMovedPoint.clientY?"Up":"Down",this.vScrollLocked=!0)},t.prototype.getVelocity=function(e){var t=e.clientX,n=e.clientY,r=Date.now(),i=t-this.startPoint.clientX,a=n-this.startPoint.clientX,o=r-this.tStampStart;return Math.sqrt(i*i+a*a)/o},t.prototype.checkSwipe=function(e,t){var n=["scroll","offset"],r=t?["Height","Top"]:["Width","Left"];return e[n[0]+r[0]]<=e[n[1]+r[0]]||(0===e[n[0]+r[1]]||e[n[1]+r[0]]+e[n[0]+r[1]]>=e[n[0]+r[0]])},t.prototype.updateChangeTouches=function(e){return e.changedTouches&&0!==e.changedTouches.length?e.changedTouches[0]:e},kAt([LMt()],t.prototype,"tap",void 0),kAt([LMt()],t.prototype,"tapHold",void 0),kAt([LMt()],t.prototype,"swipe",void 0),kAt([LMt()],t.prototype,"scroll",void 0),kAt([HMt(350)],t.prototype,"tapThreshold",void 0),kAt([HMt(750)],t.prototype,"tapHoldThreshold",void 0),kAt([NMt({},CAt)],t.prototype,"swipeSettings",void 0),t=kAt([PMt],t)}(EMt);var MAt=new RegExp("\\n|\\r|\\s\\s+","g"),AAt=new RegExp(/'|"/g),_At=new RegExp("if ?\\("),OAt=new RegExp("else if ?\\("),ZAt=new RegExp("else"),DAt=new RegExp("for ?\\("),IAt=new RegExp("(/if|/for)"),HAt=new RegExp("\\((.*)\\)",""),NAt=new RegExp("^[0-9]+$","g"),TAt=new RegExp("[\\w\"'.\\s+]+","g"),LAt=new RegExp('"(.*?)"',"g"),PAt=new RegExp("[\\w\"'@#$.\\s-+]+","g"),VAt=new RegExp("\\${([^}]*)}","g"),jAt=/^\..*/gm,zAt=/\\/gi,BAt=/\\\\/gi,RAt=new RegExp("[\\w\"'@#$.\\s+]+","g"),WAt=/\window\./gm;function FAt(e,t,n){var r="data",i=function(e,t,n,r){var i=0,a=[],o=e.match(/class="([^"]+|)\s{2}/g),l="";o&&o.forEach(function(t){l=t.replace(/\s\s+/g," "),e=e.replace(t,l)});return e.replace(MAt,"").replace(LAt,"'$1'").replace(VAt,function(e,o,l,s){var c=/@|#|\$/gm,d=o.match(HAt);if(d){var h=d[1];if(OAt.test(o))o='";} '+o.replace(d[1],h.replace(TAt,function(e){return qAt(e=e.trim(),!AAt.test(e)&&-1===a.indexOf(e),t,a,r)}))+'{ \n str = str + "';else if(_At.test(o))o='"; '+o.replace(d[1],h.replace(PAt,function(e){return GAt(e,t,a,r)}))+'{ \n str = str + "';else if(DAt.test(o)){var u=d[1].split(" of ");o='"; '+o.replace(d[1],function(e){return a.push(u[0]),a.push(u[0]+"Index"),"var i"+(i+=1)+"=0; i"+i+" < "+qAt(u[1],!0,t,a,r)+".length; i"+i+"++"})+"{ \n "+u[0]+"= "+qAt(u[1],!0,t,a,r)+"[i"+i+"]; \n var "+u[0]+"Index=i"+i+'; \n str = str + "'}else{var p=o.split("("),f=n&&n.hasOwnProperty(p[0])?"this.":"global";f=/\./.test(p[0])?"":f;var m=d[1].split(",");0===d[1].length||/data/.test(m[0])||/window./.test(m[0])||(d[1]="global"===f?t+"."+d[1]:d[1]);var v=/@|\$|#/gm,g=/\]\./gm;if(WAt.test(o)&&g.test(o)||v.test(o))/@|\$|#|\]\./gm.test(o)&&(o='"+ '+("global"===f?"":f)+o.replace(d[1],h.replace(RAt,function(e){return GAt(e,t,a,r)}))+'+ "');else o='" + '+("global"===f?"":f)+o.replace(h,qAt(d[1].replace(/,( |)data.|,/gi,","+t+".").replace(/,( |)data.window/gi,",window"),"global"!==f,t,a,r))+'+"'}}else ZAt.test(o)?o='"; '+o.replace(ZAt,'} else { \n str = str + "'):o.match(IAt)?o=o.replace(IAt,'"; \n } \n str = str + "'):c.test(o)?(o.match(zAt)&&(o=UAt(o)),o='"+'+YAt(o,-1===a.indexOf(o),t,a)+'"]+"'):o=o.match(zAt)?'"+'+YAt(o=UAt(o),-1===a.indexOf(o),t,a)+'"]+"':'"+'+qAt(o.replace(/,/gi,"+"+t+"."),-1===a.indexOf(o),t,a,r)+'+"';return o})}(e,r,t,n);return new Function(r,'var str="'+i+"\";var valueRegEx = (/value=\\'([A-Za-z0-9 _]*)((.)([\\w)(!-;?-■\\s]+)['])/g);\n var hrefRegex = (/(?:href)([\\s='\"./]+)([\\w-./?=&\\\\#\"]+)((.)([\\w)(!-;/?-■\\s]+)['])/g);\n if(str.match(valueRegEx)){\n var check = str.match(valueRegEx);\n var str1 = str;\n for (var i=0; i < check.length; i++) {\n var check1 = str.match(valueRegEx)[i].split('value=')[1];\n var change = check1.match(/^'/) !== null ? check1.replace(/^'/, '\"') : check1;\n change =change.match(/.$/)[0] === '\\'' ? change.replace(/.$/,'\"') : change;\n str1 = str1.replace(check1, change);\n }\n str = str.replace(str, str1);\n }\n else if (str.match(/(?:href='')/) === null) {\n if(str.match(hrefRegex)) {\n var check = str.match(hrefRegex);\n var str1 = str;\n for (var i=0; i < check.length; i++) {\n var check1 = str.match(hrefRegex)[i].split('href=')[1];\n if (check1) {\n var change = check1.match(/^'/) !== null ? check1.replace(/^'/, '\"') : check1;\n change =change.match(/.$/)[0] === '\\'' ? change.replace(/.$/,'\"') : change;\n str1 = str1.replace(check1, change);\n }\n }\n str = str.replace(str, str1);\n }\n }\n return str;").bind(t)}function qAt(e,t,n,r,i){return!t||NAt.test(e)||-1!==r.indexOf(e.split(".")[0])||i?e:n+"."+e}function YAt(e,t,n,r){return t&&!NAt.test(e)&&-1===r.indexOf(e.split(".")[0])?n+'["'+e:e}function UAt(e){return e.match(BAt)||(e=e.replace(zAt,"\\\\")),e}function GAt(e,t,n,r){e=e.trim();if(/\window\./gm.test(e))return e;var i=/'|"/gm;return/@|\$|#/gm.test(e)&&(e=YAt(e,-1===n.indexOf(e),t,n)+'"]'),jAt.test(e)?function(e,t,n,r){return!t||NAt.test(e)||-1!==r.indexOf(e.split(".")[0])||/^\..*/gm.test(e)?e:n+"."+e}(e,!i.test(e)&&-1===n.indexOf(e),t,n):qAt(e,!i.test(e)&&-1===n.indexOf(e),t,n,r)}var XAt=/^[\n\r.]+<tr|^<tr/,JAt=/^[\n\r.]+<svg|^<path|^<g/;function QAt(e,t,n){var r=n_t.compile(e,t,n);return function(e,t,n,i,a,o,l,s){var c=r(e,t,n,l,s);return"string"==typeof c?JAt.test(c)?iMt("svg",{innerHTML:c}).childNodes:iMt(XAt.test(c)?"table":"div",{innerHTML:c}).childNodes:c}}var KAt,$At,e_t,t_t,n_t={compile:(new(function(){function e(){}return e.prototype.compile=function(e,t,n){return void 0===t&&(t={}),FAt(e,t)},e}())).compile},r_t=["script","style","iframe[src]",'link[href*="javascript:"]','object[type="text/x-scriptlet"]','object[data^="data:text/html;base64"]','img[src^="data:text/html;base64"]','[src^="javascript:"]','[dynsrc^="javascript:"]','[lowsrc^="javascript:"]','[type^="application/x-shockwave-flash"]'],i_t=[{attribute:"href",selector:'[href*="javascript:"]'},{attribute:"background",selector:'[background^="javascript:"]'},{attribute:"style",selector:'[style*="javascript:"]'},{attribute:"style",selector:'[style*="expression("]'},{attribute:"href",selector:'a[href^="data:text/html;base64"]'}],a_t=["onchange","onclick","onmouseover","onmouseout","onkeydown","onload","onerror","onblur","onfocus","onbeforeload","onbeforeunload","onkeyup","onsubmit","onafterprint","onbeforeonload","onbeforeprint","onblur","oncanplay","oncanplaythrough","onchange","onclick","oncontextmenu","ondblclick","ondrag","ondragend","ondragenter","ondragleave","ondragover","ondragstart","ondrop","ondurationchange","onemptied","onended","onerror","onerror","onfocus","onformchange","onforminput","onhaschange","oninput","oninvalid","onkeydown","onkeypress","onkeyup","onload","onloadeddata","onloadedmetadata","onloadstart","onmessage","onmousedown","onmousemove","onmouseout","onmouseover","onmouseup","onmousewheel","onoffline","onoine","ononline","onpagehide","onpageshow","onpause","onplay","onplaying","onpopstate","onprogress","onratechange","onreadystatechange","onredo","onresize","onscroll","onseeked","onseeking","onselect","onstalled","onstorage","onsubmit","onsuspend","ontimeupdate","onundo","onunload","onvolumechange","onwaiting","onmouseenter","onmouseleave","onmousewheel","onstart","onpropertychange"],o_t=function(){function e(){}return e.beforeSanitize=function(){return{selectors:{tags:r_t,attributes:i_t}}},e.sanitize=function(e){var t=this.beforeSanitize();return this.serializeValue(t,e)},e.serializeValue=function(e,t){this.removeAttrs=e.selectors.attributes,this.removeTags=e.selectors.tags,this.wrapElement=document.createElement("div"),this.wrapElement.innerHTML=t,this.removeXssTags(),this.removeJsEvents(),this.removeXssAttrs();var n=this.wrapElement.innerHTML;return this.removeElement(),n.replace("&","&")},e.removeElement=function(){for(var e=this.wrapElement.children,t=0;t<e.length;t++)for(var n=e[t].attributes,r=0;r<n.length;r++)this.wrapElement.children[t].removeAttribute(n[r].localName)},e.removeXssTags=function(){var e=this.wrapElement.querySelectorAll(this.removeTags.join(","));e.length>0&&e.forEach(function(e){uMt(e)})},e.removeJsEvents=function(){var e=this.wrapElement.querySelectorAll("["+a_t.join("],[")+"]");e.length>0&&e.forEach(function(e){a_t.forEach(function(t){e.hasAttribute(t)&&e.removeAttribute(t)})})},e.removeXssAttrs=function(){var e=this;this.removeAttrs.forEach(function(t,n){var r=e.wrapElement.querySelectorAll(t.selector);r.length>0&&r.forEach(function(e){e.removeAttribute(t.attribute)})})},e}(),l_t=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),s_t=function(e,t,n,r){var i,a=arguments.length,o=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(i=e[l])&&(o=(a<3?i(o):a>3?i(t,n,o):i(t,n))||o);return a>3&&o&&Object.defineProperty(t,n,o),o},c_t="e-other-month",d_t="e-other-year",h_t="e-calendar",u_t="e-device",p_t="e-rtl",f_t="e-year",m_t="e-month",v_t="e-decade",g_t="e-icons",b_t="e-disabled",y_t="e-overlay",w_t="e-week-number",x_t="e-selected",E_t="e-focused-date",k_t="e-month-hide",C_t="e-today",S_t="e-day",M_t="e-cell",A_t="e-zoomin",__t="e-calendar-day-header-lg",O_t=864e5,Z_t=function(e){function t(t,n){var r=e.call(this,t,n)||this;return r.effect="",r.isPopupClicked=!1,r.isDateSelected=!0,r.isTodayClicked=!1,r.preventChange=!1,r.isAngular=!1,r}return l_t(t,e),t.prototype.render=function(){this.rangeValidation(this.min,this.max),this.calendarEleCopy=this.element.cloneNode(!0),"Islamic"===this.calendarMode&&(+this.min.setSeconds(0)===+new Date(1900,0,1,0,0,0)&&(this.min=new Date(1944,2,18)),+this.max===+new Date(2099,11,31)&&(this.max=new Date(2069,10,16))),this.globalize=new BSt(this.locale),(aSt(this.firstDayOfWeek)||this.firstDayOfWeek>6||this.firstDayOfWeek<0)&&this.setProperties({firstDayOfWeek:this.globalize.getFirstDayOfWeek()},!0),this.todayDisabled=!1,this.todayDate=new Date((new Date).setHours(0,0,0,0)),"calendar"===this.getModuleName()?(this.element.classList.add(h_t),this.enableRtl&&this.element.classList.add(p_t),tMt.isDevice&&this.element.classList.add(u_t),fMt(this.element,{"data-role":"calendar"}),this.tabIndex=this.element.hasAttribute("tabindex")?this.element.getAttribute("tabindex"):"0",this.element.setAttribute("tabindex",this.tabIndex)):(this.calendarElement=this.createElement("div"),this.calendarElement.classList.add(h_t),this.enableRtl&&this.calendarElement.classList.add(p_t),tMt.isDevice&&this.calendarElement.classList.add(u_t),fMt(this.calendarElement,{role:"calendar"})),this.createHeader(),this.createContent(),this.wireEvents()},t.prototype.rangeValidation=function(e,t){aSt(e)&&this.setProperties({min:new Date(1900,0,1)},!0),aSt(t)&&this.setProperties({max:new Date(2099,11,31)},!0)},t.prototype.getDefaultKeyConfig=function(){return this.defaultKeyConfigs={controlUp:"ctrl+38",controlDown:"ctrl+40",moveDown:"downarrow",moveUp:"uparrow",moveLeft:"leftarrow",moveRight:"rightarrow",select:"enter",home:"home",end:"end",pageUp:"pageup",pageDown:"pagedown",shiftPageUp:"shift+pageup",shiftPageDown:"shift+pagedown",controlHome:"ctrl+home",controlEnd:"ctrl+end",altUpArrow:"alt+uparrow",spacebar:"space",altRightArrow:"alt+rightarrow",altLeftArrow:"alt+leftarrow"},this.defaultKeyConfigs},t.prototype.validateDate=function(e){this.setProperties({min:this.checkDateValue(new Date(this.checkValue(this.min)))},!0),this.setProperties({max:this.checkDateValue(new Date(this.checkValue(this.max)))},!0),this.currentDate=this.currentDate?this.currentDate:new Date((new Date).setHours(0,0,0,0)),!aSt(e)&&this.min<=this.max&&e>=this.min&&e<=this.max&&(this.currentDate=new Date(this.checkValue(e)))},t.prototype.setOverlayIndex=function(e,t,n,r){if(r&&!aSt(t)&&!aSt(n)&&!aSt(e)){var i=parseInt(t.style.zIndex,10)?parseInt(t.style.zIndex,10):1e3;n.style.zIndex=(i-1).toString(),e.style.zIndex=i.toString()}},t.prototype.minMaxUpdate=function(e){+this.min<=+this.max?oMt([this.element],y_t):(this.setProperties({min:this.min},!0),aMt([this.element],y_t)),this.min=aSt(this.min)||!+this.min?this.min=new Date(1900,0,1):this.min,this.max=aSt(this.max)||!+this.max?this.max=new Date(2099,11,31):this.max,+this.min<=+this.max&&e&&+e<=+this.max&&+e>=+this.min?this.currentDate=new Date(this.checkValue(e)):+this.min<=+this.max&&!e&&+this.currentDate>+this.max?this.currentDate=new Date(this.checkValue(this.max)):+this.currentDate<+this.min&&(this.currentDate=new Date(this.checkValue(this.min)))},t.prototype.createHeader=function(){this.headerElement=this.createElement("div",{className:"e-header"});var e=this.createElement("div",{className:"e-icon-container"});this.previousIcon=this.createElement("button",{className:"e-prev",attrs:{type:"button"}}),FMt(this.previousIcon,{duration:400,selector:".e-prev",isCenterRipple:!0}),fMt(this.previousIcon,{"aria-disabled":"false","aria-label":"previous month"}),this.nextIcon=this.createElement("button",{className:"e-next",attrs:{type:"button"}}),FMt(this.nextIcon,{selector:".e-next",duration:400,isCenterRipple:!0}),"daterangepicker"===this.getModuleName()&&(fMt(this.previousIcon,{tabIndex:"-1"}),fMt(this.nextIcon,{tabIndex:"-1"})),fMt(this.nextIcon,{"aria-disabled":"false","aria-label":"next month"}),this.headerTitleElement=this.createElement("div",{className:S_t+" e-title"}),fMt(this.headerTitleElement,{"aria-atomic":"true","aria-live":"assertive","aria-label":"title"}),this.headerElement.appendChild(this.headerTitleElement),this.previousIcon.appendChild(this.createElement("span",{className:"e-date-icon-prev "+g_t})),this.nextIcon.appendChild(this.createElement("span",{className:"e-date-icon-next "+g_t})),e.appendChild(this.previousIcon),e.appendChild(this.nextIcon),this.headerElement.appendChild(e),"calendar"===this.getModuleName()?this.element.appendChild(this.headerElement):this.calendarElement.appendChild(this.headerElement),this.adjustLongHeaderSize()},t.prototype.createContent=function(){this.contentElement=this.createElement("div",{className:"e-content"}),this.table=this.createElement("table",{attrs:{tabIndex:"0",role:"grid","aria-activedescendant":""}}),"calendar"===this.getModuleName()?this.element.appendChild(this.contentElement):this.calendarElement.appendChild(this.contentElement),this.contentElement.appendChild(this.table),this.createContentHeader(),this.createContentBody(),this.showTodayButton&&this.createContentFooter()},t.prototype.getCultureValues=function(){var e,t,n=[],r="days.stand-alone."+this.dayHeaderFormat.toLowerCase();e="en"===this.locale||"en-US"===this.locale?KCt(r,RSt.getDependables(PSt,"",t,!1)[zSt[1]]):this.getCultureObjects(PSt,""+this.locale);for(var i=0,a=Object.keys(e);i<a.length;i++){var o=a[i];n.push(KCt(o,e))}return n},t.prototype.toCapitalize=function(e){return!aSt(e)&&e.length?e[0].toUpperCase()+e.slice(1):e},t.prototype.createContentHeader=function(){"calendar"===this.getModuleName()?aSt(this.element.querySelectorAll(".e-content .e-week-header")[0])||uMt(this.element.querySelectorAll(".e-content .e-week-header")[0]):aSt(this.calendarElement.querySelectorAll(".e-content .e-week-header")[0])||uMt(this.calendarElement.querySelectorAll(".e-content .e-week-header")[0]);var e="";(this.firstDayOfWeek>6||this.firstDayOfWeek<0)&&this.setProperties({firstDayOfWeek:0},!0),this.tableHeadElement=this.createElement("thead",{className:"e-week-header"}),this.weekNumber&&(e+='<th class="e-week-number"></th>',"calendar"===this.getModuleName()?aMt([this.element],""+w_t):aMt([this.calendarElement],""+w_t));for(var t=this.shiftArray(this.getCultureValues().length>0&&this.getCultureValues(),this.firstDayOfWeek),n=0;n<=6;n++)e+='<th class="">'+this.toCapitalize(t[n])+"</th>";e="<tr>"+e+"</tr>",this.tableHeadElement.innerHTML=e,this.table.appendChild(this.tableHeadElement)},t.prototype.createContentBody=function(){switch("calendar"===this.getModuleName()?aSt(this.element.querySelectorAll(".e-content tbody")[0])||uMt(this.element.querySelectorAll(".e-content tbody")[0]):aSt(this.calendarElement.querySelectorAll(".e-content tbody")[0])||uMt(this.calendarElement.querySelectorAll(".e-content tbody")[0]),this.start){case"Year":this.renderYears();break;case"Decade":this.renderDecades();break;default:this.renderMonths()}},t.prototype.updateFooter=function(){this.todayElement.textContent=this.l10.getConstant("today"),this.todayElement.setAttribute("aria-label",this.l10.getConstant("today"))},t.prototype.createContentFooter=function(){if(this.showTodayButton){var e=new Date(+this.min),t=new Date(+this.max);this.globalize=new BSt(this.locale),this.l10=new xAt(this.getModuleName(),{today:"Today"},this.locale),this.todayElement=this.createElement("button",{attrs:{role:"button"}}),FMt(this.todayElement),this.updateFooter(),aMt([this.todayElement],["e-btn",C_t,"e-flat","e-primary","e-css"]),+new Date(e.setHours(0,0,0,0))<=+this.todayDate&&+this.todayDate<=+new Date(t.setHours(0,0,0,0))&&!this.todayDisabled||aMt([this.todayElement],b_t),this.footer=this.createElement("div",{className:"e-footer-container"}),this.footer.appendChild(this.todayElement),"calendar"===this.getModuleName()&&this.element.appendChild(this.footer),"datepicker"===this.getModuleName()&&this.calendarElement.appendChild(this.footer),"datetimepicker"===this.getModuleName()&&this.calendarElement.appendChild(this.footer),this.todayElement.classList.contains(b_t)||nMt.add(this.todayElement,"click",this.todayButtonClick,this)}},t.prototype.wireEvents=function(e,t,n,r){nMt.add(this.headerTitleElement,"click",this.navigateTitle,this),this.defaultKeyConfigs=iSt(this.defaultKeyConfigs,this.keyConfigs),"calendar"===this.getModuleName()?this.keyboardModule=new wAt(this.element,{eventName:"keydown",keyAction:this.keyActionHandle.bind(this),keyConfigs:this.defaultKeyConfigs}):this.keyboardModule=new wAt(this.calendarElement,{eventName:"keydown",keyAction:this.keyActionHandle.bind(this),keyConfigs:this.defaultKeyConfigs})},t.prototype.dateWireEvents=function(e,t,n,r){this.defaultKeyConfigs=this.getDefaultKeyConfig(),this.defaultKeyConfigs=iSt(this.defaultKeyConfigs,n),this.serverModuleName=r},t.prototype.todayButtonClick=function(e,t,n){this.showTodayButton&&(this.currentView()===this.depth?this.effect="":this.effect="e-zoomin",this.getViewNumber(this.start)>=this.getViewNumber(this.depth)?this.navigateTo(this.depth,new Date(this.checkValue(t)),n):this.navigateTo("Month",new Date(this.checkValue(t)),n))},t.prototype.resetCalendar=function(){this.calendarElement&&uMt(this.calendarElement),this.tableBodyElement&&uMt(this.tableBodyElement),this.table&&uMt(this.table),this.tableHeadElement&&uMt(this.tableHeadElement),this.nextIcon&&uMt(this.nextIcon),this.previousIcon&&uMt(this.previousIcon),this.footer&&uMt(this.footer),this.todayElement=null,this.renderDayCellArgs=null,this.calendarElement=this.tableBodyElement=this.footer=this.tableHeadElement=this.nextIcon=this.previousIcon=this.table=null},t.prototype.keyActionHandle=function(e,t,n){var r,i=this.tableBodyElement.querySelector("tr td.e-focused-date");r=n?aSt(i)||+t!==parseInt(i.getAttribute("id").split("_")[0],10)?this.tableBodyElement.querySelector("tr td.e-selected"):i:this.tableBodyElement.querySelector("tr td.e-selected");var a=this.getViewNumber(this.currentView()),o=this.getViewNumber(this.depth),l=a===o&&this.getViewNumber(this.start)>=o;switch(this.effect="",e.action){case"moveLeft":this.keyboardNavigate(-1,a,e,this.max,this.min),e.preventDefault();break;case"moveRight":this.keyboardNavigate(1,a,e,this.max,this.min),e.preventDefault();break;case"moveUp":0===a?this.keyboardNavigate(-7,a,e,this.max,this.min):this.keyboardNavigate(-4,a,e,this.max,this.min),e.preventDefault();break;case"moveDown":0===a?this.keyboardNavigate(7,a,e,this.max,this.min):this.keyboardNavigate(4,a,e,this.max,this.min),e.preventDefault();break;case"select":if(e.target===this.todayElement)this.todayButtonClick(e,t);else{var s=aSt(i)?r:i;if(!aSt(s)&&!s.classList.contains(b_t))if(l){var c=new Date(parseInt(""+s.id,0));this.selectDate(e,c,s)}else this.contentClick(null,--a,s,t)}break;case"controlUp":this.title(),e.preventDefault();break;case"controlDown":aSt(i)&&(aSt(r)||l)||this.contentClick(null,--a,i||r,t),e.preventDefault();break;case"home":this.currentDate=this.firstDay(this.currentDate),uMt(this.tableBodyElement),0===a?this.renderMonths(e):1===a?this.renderYears(e):this.renderDecades(e),e.preventDefault();break;case"end":this.currentDate=this.lastDay(this.currentDate,a),uMt(this.tableBodyElement),0===a?this.renderMonths(e):1===a?this.renderYears(e):this.renderDecades(e),e.preventDefault();break;case"pageUp":this.addMonths(this.currentDate,-1),this.navigateTo("Month",this.currentDate),e.preventDefault();break;case"pageDown":this.addMonths(this.currentDate,1),this.navigateTo("Month",this.currentDate),e.preventDefault();break;case"shiftPageUp":this.addYears(this.currentDate,-1),this.navigateTo("Month",this.currentDate),e.preventDefault();break;case"shiftPageDown":this.addYears(this.currentDate,1),this.navigateTo("Month",this.currentDate),e.preventDefault();break;case"controlHome":this.navigateTo("Month",new Date(this.currentDate.getFullYear(),0,1)),e.preventDefault();break;case"controlEnd":this.navigateTo("Month",new Date(this.currentDate.getFullYear(),11,31)),e.preventDefault()}"calendar"===this.getModuleName()&&this.table.focus()},t.prototype.keyboardNavigate=function(e,t,n,r,i){var a=new Date(this.checkValue(this.currentDate));switch(t){case 2:this.addYears(this.currentDate,e),this.isMonthYearRange(this.currentDate)?(uMt(this.tableBodyElement),this.renderDecades(n)):this.currentDate=a;break;case 1:this.addMonths(this.currentDate,e),this.calendarMode,this.isMonthYearRange(this.currentDate)?(uMt(this.tableBodyElement),this.renderYears(n)):this.currentDate=a;break;case 0:this.addDay(this.currentDate,e,n,r,i),this.isMinMaxRange(this.currentDate)?(uMt(this.tableBodyElement),this.renderMonths(n)):this.currentDate=a}},t.prototype.preRender=function(e){var t=this;this.navigatePreviousHandler=this.navigatePrevious.bind(this),this.navigateNextHandler=this.navigateNext.bind(this),this.defaultKeyConfigs=this.getDefaultKeyConfig(),this.navigateHandler=function(e){t.triggerNavigate(e)}},t.prototype.minMaxDate=function(e){var t=new Date(new Date(+e).setHours(0,0,0,0)),n=new Date(new Date(+this.min).setHours(0,0,0,0)),r=new Date(new Date(+this.max).setHours(0,0,0,0));return+t!==+n&&+t!==+r||(+e<+this.min&&(e=new Date(+this.min)),+e>+this.max&&(e=new Date(+this.max))),e},t.prototype.renderMonths=function(e,t,n){var r,i=this.weekNumber?8:7;r="Gregorian"===this.calendarMode?this.renderDays(this.currentDate,t,null,null,n):this.islamicModule.islamicRenderDays(this.currentDate,t),this.createContentHeader(),"Gregorian"===this.calendarMode?this.renderTemplate(r,i,m_t,e,t):this.islamicModule.islamicRenderTemplate(r,i,m_t,e,t)},t.prototype.renderDays=function(e,t,n,r,i){var a,o=[],l=i?new Date(+e):this.getDate(new Date,this.timezone),s=new Date(this.checkValue(e)),c=s.getMonth();this.titleUpdate(e,"days");var d=s;for(s=new Date(d.getFullYear(),d.getMonth(),0,d.getHours(),d.getMinutes(),d.getSeconds(),d.getMilliseconds());s.getDay()!==this.firstDayOfWeek;)this.setStartDate(s,-864e5);for(var h=0;h<42;++h){var u=this.createElement("td",{className:M_t}),p=this.createElement("span");if(h%7==0&&this.weekNumber){var f="FirstDay"===this.weekRule?6:"FirstFourDayWeek"===this.weekRule?3:0,m=new Date(s.getFullYear(),s.getMonth(),s.getDate()+f);p.textContent=""+this.getWeek(m),u.appendChild(p),aMt([u],""+w_t),o.push(u)}a=new Date(+s),s=this.minMaxDate(s);var v={type:"dateTime",skeleton:"full"},g=this.globalize.parseDate(this.globalize.formatDate(s,v),v),b=this.dayCell(s),y=this.globalize.formatDate(s,{type:"date",skeleton:"full"}),w=this.createElement("span");w.textContent=this.globalize.formatDate(s,{format:"d",type:"date",skeleton:"yMd"});var x=this.min>s||this.max<s;x?(aMt([b],b_t),aMt([b],y_t)):w.setAttribute("title",""+y),c!==s.getMonth()&&aMt([b],c_t),0!==s.getDay()&&6!==s.getDay()||aMt([b],"e-weekend"),b.appendChild(w),this.renderDayCellArgs={date:s,isDisabled:!1,element:b,isOutOfRange:x};var E=this.renderDayCellArgs;if(this.renderDayCellEvent(E),E.isDisabled){var k=new Date(this.checkValue(t)),C=new Date(this.checkValue(E.date));if(n){if(!aSt(r)&&r.length>0)for(var S=0;S<r.length;S++){+new Date(this.globalize.formatDate(E.date,{type:"date",skeleton:"yMd"}))===+new Date(this.globalize.formatDate(r[S],{type:"date",skeleton:"yMd"}))&&(r.splice(S,1),S=-1)}}else k&&+k===+C&&this.setProperties({value:null},!0)}this.renderDayCellArgs.isDisabled&&!b.classList.contains(x_t)&&(aMt([b],b_t),aMt([b],y_t),+this.renderDayCellArgs.date===+this.todayDate&&(this.todayDisabled=!0));var M=b.classList.contains(c_t),A=b.classList.contains(b_t);if(A||nMt.add(b,"click",this.clickHandler,this),!n||aSt(r)||A)!A&&this.getDateVal(s,t)&&aMt([b],x_t);else{for(var _=0;_<r.length;_++){var O={format:null,type:"date",skeleton:"short",calendar:"Gregorian"===this.calendarMode?"gregorian":"islamic"};this.globalize.formatDate(s,O)===this.globalize.formatDate(r[_],O)&&this.getDateVal(s,r[_])||this.getDateVal(s,t)?aMt([b],x_t):this.updateFocus(M,A,s,b,e)}r.length<=0&&this.updateFocus(M,A,s,b,e)}this.updateFocus(M,A,s,b,e),g.getFullYear()===l.getFullYear()&&g.getMonth()===l.getMonth()&&g.getDate()===l.getDate()&&aMt([b],C_t),o.push(this.renderDayCellArgs.element),s=new Date(+a),this.addDay(s,1,null,this.max,this.min)}return o},t.prototype.updateFocus=function(e,t,n,r,i){i.getDate()!==n.getDate()||e||t?(i>=this.max&&parseInt(r.id,0)===+this.max&&!e&&!t&&aMt([r],E_t),i<=this.min&&parseInt(r.id,0)===+this.min&&!e&&!t&&aMt([r],E_t)):aMt([r],E_t)},t.prototype.renderYears=function(e,t){this.removeTableHeadElement();var n=[],r=aSt(t),i=new Date(this.checkValue(this.currentDate)),a=i.getMonth(),o=i.getFullYear(),l=i,s=l.getFullYear(),c=new Date(this.checkValue(this.min)).getFullYear(),d=new Date(this.checkValue(this.min)).getMonth(),h=new Date(this.checkValue(this.max)).getFullYear(),u=new Date(this.checkValue(this.max)).getMonth();l.setMonth(0),this.titleUpdate(this.currentDate,"months"),l.setDate(1);for(var p=0;p<12;++p){var f=this.dayCell(l),m=this.createElement("span"),v=t&&t.getMonth()===l.getMonth(),g=t&&t.getFullYear()===o&&v;m.textContent=this.toCapitalize(this.globalize.formatDate(l,{format:null,type:"dateTime",skeleton:"MMM"})),this.min&&(s<c||p<d&&s===c)||this.max&&(s>h||p>u&&s>=h)?aMt([f],b_t):!r&&g?aMt([f],x_t):l.getMonth()===a&&this.currentDate.getMonth()===a&&aMt([f],E_t),l.setDate(1),l.setMonth(l.getMonth()+1),f.classList.contains(b_t)||nMt.add(f,"click",this.clickHandler,this),f.appendChild(m),n.push(f)}this.renderTemplate(n,4,f_t,e,t)},t.prototype.renderDecades=function(e,t){this.removeTableHeadElement();var n=[],r=new Date(this.checkValue(this.currentDate));r.setMonth(0),r.setDate(1);var i=r.getFullYear(),a=new Date(r.setFullYear(i-i%10)),o=new Date(r.setFullYear(i-i%10+9)),l=a.getFullYear(),s=o.getFullYear(),c=this.globalize.formatDate(a,{format:null,type:"dateTime",skeleton:"y"}),d=this.globalize.formatDate(o,{format:null,type:"dateTime",skeleton:"y"});this.headerTitleElement.textContent=c+" - "+d;for(var h=new Date(i-i%10-1,0,1).getFullYear(),u=0;u<12;++u){var p=h+u;r.setFullYear(p);var f=this.dayCell(r);fMt(f,{role:"gridcell"});var m=this.createElement("span");m.textContent=this.globalize.formatDate(r,{format:null,type:"dateTime",skeleton:"y"}),p<l||p>s?(aMt([f],d_t),aSt(t)||r.getFullYear()!==t.getFullYear()||aMt([f],x_t),(p<new Date(this.checkValue(this.min)).getFullYear()||p>new Date(this.checkValue(this.max)).getFullYear())&&aMt([f],b_t)):p<new Date(this.checkValue(this.min)).getFullYear()||p>new Date(this.checkValue(this.max)).getFullYear()?aMt([f],b_t):aSt(t)||r.getFullYear()!==t.getFullYear()?r.getFullYear()!==this.currentDate.getFullYear()||f.classList.contains(b_t)||aMt([f],E_t):aMt([f],x_t),f.classList.contains(b_t)||nMt.add(f,"click",this.clickHandler,this),f.appendChild(m),n.push(f)}this.renderTemplate(n,4,"e-decade",e,t)},t.prototype.dayCell=function(e){var t={skeleton:"full",type:"dateTime",calendar:"Gregorian"===this.calendarMode?"gregorian":"islamic"},n=this.globalize.parseDate(this.globalize.formatDate(e,t),t).valueOf(),r={className:M_t,attrs:{id:""+lSt(""+n),"aria-selected":"false",role:"gridcell"}};return this.createElement("td",r)},t.prototype.firstDay=function(e){var t="Decade"!==this.currentView()?this.tableBodyElement.querySelectorAll("td:not(."+c_t):this.tableBodyElement.querySelectorAll("td:not(."+d_t);if(t.length)for(var n=0;n<t.length;n++)if(!t[n].classList.contains(b_t)){e=new Date(parseInt(t[n].id,0));break}return e},t.prototype.lastDay=function(e,t){var n=new Date(e.getFullYear(),e.getMonth()+1,0);if(2!==t){var r=Math.abs(n.getTimezoneOffset()-this.firstDay(e).getTimezoneOffset());return r&&n.setHours(this.firstDay(e).getHours()+r/60),this.findLastDay(n)}return this.findLastDay(this.firstDay(n))},t.prototype.checkDateValue=function(e){return!aSt(e)&&e instanceof Date&&!isNaN(+e)?e:null},t.prototype.findLastDay=function(e){var t="Decade"===this.currentView()?this.tableBodyElement.querySelectorAll("td:not(."+d_t):this.tableBodyElement.querySelectorAll("td:not(."+c_t);if(t.length)for(var n=t.length-1;n>=0;n--)if(!t[n].classList.contains(b_t)){e=new Date(parseInt(t[n].id,0));break}return e},t.prototype.removeTableHeadElement=function(){"calendar"===this.getModuleName()?aSt(this.element.querySelectorAll(".e-content table thead")[0])||uMt(this.tableHeadElement):aSt(this.calendarElement.querySelectorAll(".e-content table thead")[0])||uMt(this.tableHeadElement)},t.prototype.renderTemplate=function(e,t,n,r,i){var a,o=this.getViewNumber(this.currentView());this.tableBodyElement=this.createElement("tbody"),this.table.appendChild(this.tableBodyElement),oMt([this.contentElement,this.headerElement],[m_t,v_t,f_t]),aMt([this.contentElement,this.headerElement],[n]);for(var l=t,s=0,c=0;c<e.length/t;++c){for(a=this.createElement("tr",{attrs:{role:"row"}}),s=0+s;s<l;s++)e[s].classList.contains("e-week-number")||aSt(e[s].children[0])||(aMt([e[s].children[0]],[S_t]),FMt(e[s].children[0],{duration:600,isCenterRipple:!0})),a.appendChild(e[s]),this.weekNumber&&7===s&&e[7].classList.contains(c_t)&&aMt([a],k_t),!this.weekNumber&&6===s&&e[6].classList.contains(c_t)&&aMt([a],k_t),this.weekNumber?41===s&&e[41].classList.contains(c_t)&&aMt([a],k_t):35===s&&e[35].classList.contains(c_t)&&aMt([a],k_t);l+=t,s+=0,this.tableBodyElement.appendChild(a)}this.table.querySelector("tbody").className=this.effect,"Gregorian"===this.calendarMode?this.iconHandler():this.islamicModule.islamicIconHandler(),(o!==this.getViewNumber(this.currentView())||0===o&&o!==this.getViewNumber(this.currentView()))&&this.navigateHandler(r),this.setAriaActiveDescendant()},t.prototype.clickHandler=function(e,t){this.clickEventEmitter(e);var n=e.currentTarget,r=this.getViewNumber(this.currentView());n.classList.contains(c_t)?this.contentClick(e,0,null,t):r===this.getViewNumber(this.depth)&&this.getViewNumber(this.start)>=this.getViewNumber(this.depth)||2===r?this.contentClick(e,1,null,t):n.classList.contains(c_t)||0!==r?this.contentClick(e,0,n,t):this.selectDate(e,this.getIdValue(e,null),null),"calendar"===this.getModuleName()&&this.table.focus()},t.prototype.clickEventEmitter=function(e){e.preventDefault()},t.prototype.contentClick=function(e,t,n,r){var i=this.getViewNumber(this.currentView()),a=this.getIdValue(e,n);switch(t){case 0:i===this.getViewNumber(this.depth)&&this.getViewNumber(this.start)>=this.getViewNumber(this.depth)?(uMt(this.tableBodyElement),this.currentDate=a,this.effect=A_t,this.renderMonths(e)):("Gregorian"===this.calendarMode?(this.currentDate.setMonth(a.getMonth()),a.getMonth()>0&&this.currentDate.getMonth()!==a.getMonth()&&this.currentDate.setDate(0),this.currentDate.setFullYear(a.getFullYear())):this.currentDate=a,this.effect=A_t,uMt(this.tableBodyElement),this.renderMonths(e));break;case 1:if(i===this.getViewNumber(this.depth)&&this.getViewNumber(this.start)>=this.getViewNumber(this.depth))this.selectDate(e,a,null);else{if("Gregorian"===this.calendarMode)this.currentDate.setFullYear(a.getFullYear());else{var o=this.islamicModule.getIslamicDate(a);this.currentDate=this.islamicModule.toGregorian(o.year,o.month,1)}this.effect=A_t,uMt(this.tableBodyElement),this.renderYears(e)}}},t.prototype.switchView=function(e,t,n,r){switch(e){case 0:uMt(this.tableBodyElement),this.renderMonths(t,null,r),n&&!aSt(this.tableBodyElement.querySelectorAll("."+E_t)[0])&&this.tableBodyElement.querySelectorAll("."+E_t)[0].classList.remove(E_t);break;case 1:uMt(this.tableBodyElement),this.renderYears(t);break;case 2:uMt(this.tableBodyElement),this.renderDecades(t)}},t.prototype.getModuleName=function(){return"calendar"},t.prototype.requiredModules=function(){var e=[];return this&&e.push({args:[this],member:"islamic"}),e},t.prototype.getPersistData=function(){return this.addOnPersist(["value"])},t.prototype.onPropertyChanged=function(e,t,n,r){this.effect="";for(var i=0,a=Object.keys(e);i<a.length;i++){var o=a[i];switch(o){case"enableRtl":e.enableRtl?"calendar"===this.getModuleName()?this.element.classList.add("e-rtl"):this.calendarElement.classList.add("e-rtl"):"calendar"===this.getModuleName()?this.element.classList.remove("e-rtl"):this.calendarElement.classList.remove("e-rtl");break;case"dayHeaderFormat":this.getCultureValues(),("datepicker"!==this.getModuleName()||this.calendarElement)&&this.createContentHeader(),this.adjustLongHeaderSize();break;case"min":case"max":this.rangeValidation(this.min,this.max),"min"===o?this.setProperties({min:this.checkDateValue(new Date(this.checkValue(e.min)))},!0):this.setProperties({max:this.checkDateValue(new Date(this.checkValue(e.max)))},!0),this.setProperties({start:this.currentView()},!0),this.tableBodyElement&&uMt(this.tableBodyElement),this.minMaxUpdate(),n&&this.validateValues(n,r),("datepicker"!==this.getModuleName()||this.calendarElement)&&this.createContentBody(),(this.todayDate<this.min||this.max<this.todayDate)&&this.footer&&this.todayElement?(uMt(this.todayElement),uMt(this.footer),this.todayElement=this.footer=null,this.createContentFooter()):this.footer&&this.todayElement&&this.todayElement.classList.contains("e-disabled")&&(oMt([this.todayElement],b_t),uMt(this.todayElement),uMt(this.footer),this.todayElement=this.footer=null,this.createContentFooter());break;case"start":case"depth":case"weekNumber":case"firstDayOfWeek":case"weekRule":this.checkView(),("datepicker"!==this.getModuleName()||this.calendarElement)&&(this.createContentHeader(),this.createContentBody());break;case"locale":this.globalize=new BSt(this.locale),("datepicker"!==this.getModuleName()||this.calendarElement)&&(this.createContentHeader(),this.createContentBody()),this.l10.setLocale(this.locale),this.updateFooter();break;case"showTodayButton":e.showTodayButton?this.createContentFooter():aSt(this.todayElement)||aSt(this.footer)||(uMt(this.todayElement),uMt(this.footer),this.todayElement=this.footer=void 0),this.setProperties({showTodayButton:e.showTodayButton},!0)}}},t.prototype.validateValues=function(e,t){if(e&&!aSt(t)&&t.length>0){for(var n=this.copyValues(t),r=0;r<n.length;r++){var i=n[r],a="Gregorian"===this.calendarMode?"gregorian":"islamic",o=void 0;o="Gregorian"===this.calendarMode?this.globalize.formatDate(i,{type:"date",skeleton:"yMd"}):this.globalize.formatDate(i,{type:"dateTime",skeleton:"full",calendar:"islamic"});var l={type:"date",skeleton:"yMd",calendar:a},s=this.globalize.formatDate(this.min,l),c={type:"date",skeleton:"yMd",calendar:a},d=this.globalize.formatDate(this.max,c);(+new Date(o)<+new Date(s)||+new Date(o)>+new Date(d))&&(n.splice(r,1),r=-1)}this.setProperties({values:n},!0)}},t.prototype.setValueUpdate=function(){aSt(this.tableBodyElement)||(uMt(this.tableBodyElement),this.setProperties({start:this.currentView()},!0),this.createContentBody())},t.prototype.copyValues=function(e){var t=[];if(!aSt(e)&&e.length>0)for(var n=0;n<e.length;n++)t.push(new Date(+e[n]));return t},t.prototype.titleUpdate=function(e,t){var n,r,i=new BSt(this.locale),a="Gregorian"===this.calendarMode?"gregorian":"islamic";switch("Gregorian"===this.calendarMode?(n=i.formatDate(e,{type:"dateTime",skeleton:"yMMMM",calendar:a}),r=i.formatDate(e,{format:null,type:"dateTime",skeleton:"y",calendar:a})):(n=i.formatDate(e,{type:"dateTime",format:"MMMM y",calendar:a}),r=i.formatDate(e,{type:"dateTime",format:"y",calendar:a})),t){case"days":this.headerTitleElement.textContent=this.toCapitalize(n);break;case"months":this.headerTitleElement.textContent=r}},t.prototype.setActiveDescendant=function(){var e,t,n=this.tableBodyElement.querySelector("tr td.e-focused-date"),r=this.tableBodyElement.querySelector("tr td.e-selected"),i="Gregorian"===this.calendarMode?"gregorian":"islamic",a=this.currentView();return t="Month"===a?this.globalize.formatDate(this.currentDate,{type:"date",skeleton:"full",calendar:i}):"Year"===a?"islamic"!==i?this.globalize.formatDate(this.currentDate,{type:"date",skeleton:"yMMMM",calendar:i}):this.globalize.formatDate(this.currentDate,{type:"date",skeleton:"GyMMM",calendar:i}):this.globalize.formatDate(this.currentDate,{format:null,type:"date",skeleton:"y",calendar:i}),(r||n)&&(aSt(r)||r.setAttribute("aria-selected","true"),(n||r).setAttribute("aria-label",t),e=(n||r).getAttribute("id")),e},t.prototype.iconHandler=function(){switch(new Date(this.checkValue(this.currentDate)).setDate(1),this.currentView()){case"Month":this.previousIconHandler(this.compareMonth(new Date(this.checkValue(this.currentDate)),this.min)<1),this.nextIconHandler(this.compareMonth(new Date(this.checkValue(this.currentDate)),this.max)>-1);break;case"Year":this.previousIconHandler(this.compareYear(new Date(this.checkValue(this.currentDate)),this.min)<1),this.nextIconHandler(this.compareYear(new Date(this.checkValue(this.currentDate)),this.max)>-1);break;case"Decade":this.previousIconHandler(this.compareDecade(new Date(this.checkValue(this.currentDate)),this.min)<1),this.nextIconHandler(this.compareDecade(new Date(this.checkValue(this.currentDate)),this.max)>-1)}},t.prototype.destroy=function(){("calendar"===this.getModuleName()&&this.element||this.calendarElement&&this.element)&&oMt([this.element],[h_t]),"calendar"===this.getModuleName()&&this.element&&(nMt.remove(this.headerTitleElement,"click",this.navigateTitle),this.todayElement&&nMt.remove(this.todayElement,"click",this.todayButtonClick),this.previousIconHandler(!0),this.nextIconHandler(!0),this.keyboardModule.destroy(),this.element.removeAttribute("data-role"),aSt(this.calendarEleCopy.getAttribute("tabindex"))?this.element.removeAttribute("tabindex"):this.element.setAttribute("tabindex",this.tabIndex)),this.element&&(this.element.innerHTML=""),e.prototype.destroy.call(this)},t.prototype.title=function(e){var t=this.getViewNumber(this.currentView());this.effect=A_t,this.switchView(++t,e)},t.prototype.getViewNumber=function(e){return"Month"===e?0:"Year"===e?1:2},t.prototype.navigateTitle=function(e){e.preventDefault(),this.title(e),"calendar"===this.getModuleName()&&this.table.focus()},t.prototype.previous=function(){this.effect="";var e=this.getViewNumber(this.currentView());switch(this.currentView()){case"Month":this.addMonths(this.currentDate,-1),this.switchView(e);break;case"Year":this.addYears(this.currentDate,-1),this.switchView(e);break;case"Decade":this.addYears(this.currentDate,-10),this.switchView(e)}},t.prototype.navigatePrevious=function(e){e.preventDefault(),"Gregorian"===this.calendarMode?this.previous():this.islamicModule.islamicPrevious(),this.triggerNavigate(e),"calendar"===this.getModuleName()&&this.table.focus()},t.prototype.next=function(){this.effect="";var e=this.getViewNumber(this.currentView());switch(this.currentView()){case"Month":this.addMonths(this.currentDate,1),this.switchView(e);break;case"Year":this.addYears(this.currentDate,1),this.switchView(e);break;case"Decade":this.addYears(this.currentDate,10),this.switchView(e)}},t.prototype.navigateNext=function(e){e.preventDefault(),"Gregorian"===this.calendarMode?this.next():this.islamicModule.islamicNext(),this.triggerNavigate(e),"calendar"===this.getModuleName()&&this.table.focus()},t.prototype.navigateTo=function(e,t,n){+t>=+this.min&&+t<=+this.max&&(this.currentDate=t),+t<=+this.min&&(this.currentDate=new Date(this.checkValue(this.min))),+t>=+this.max&&(this.currentDate=new Date(this.checkValue(this.max))),this.getViewNumber(this.depth)>=this.getViewNumber(e)&&(this.getViewNumber(this.depth)<=this.getViewNumber(this.start)||this.getViewNumber(this.depth)===this.getViewNumber(e))&&(e=this.depth),this.switchView(this.getViewNumber(e),null,null,n)},t.prototype.currentView=function(){return this.contentElement.classList.contains(f_t)?"Year":this.contentElement.classList.contains(v_t)?"Decade":"Month"},t.prototype.getDateVal=function(e,t){return!aSt(t)&&e.getDate()===t.getDate()&&e.getMonth()===t.getMonth()&&e.getFullYear()===t.getFullYear()},t.prototype.getCultureObjects=function(e,t){var n=".dates.calendars.gregorian.days.format."+this.dayHeaderFormat.toLowerCase(),r=".dates.calendars.islamic.days.format."+this.dayHeaderFormat.toLowerCase();return"Gregorian"===this.calendarMode?KCt("main."+this.locale+n,e):KCt("main."+this.locale+r,e)},t.prototype.getWeek=function(e){var t=new Date(this.checkValue(e)).valueOf(),n=new Date(e.getFullYear(),0,1).valueOf();return Math.ceil((t-n+O_t)/O_t/7)},t.prototype.setStartDate=function(e,t){var n=e.getTimezoneOffset(),r=new Date(e.getTime()+t),i=r.getTimezoneOffset()-n;e.setTime(r.getTime()+6e4*i)},t.prototype.addMonths=function(e,t){if("Gregorian"===this.calendarMode){var n=e.getDate();e.setDate(1),e.setMonth(e.getMonth()+t),e.setDate(Math.min(n,this.getMaxDays(e)))}else{var r=this.islamicModule.getIslamicDate(e);this.currentDate=this.islamicModule.toGregorian(r.year,r.month+t,1)}},t.prototype.addYears=function(e,t){if("Gregorian"===this.calendarMode){var n=e.getDate();e.setDate(1),e.setFullYear(e.getFullYear()+t),e.setDate(Math.min(n,this.getMaxDays(e)))}else{var r=this.islamicModule.getIslamicDate(e);this.currentDate=this.islamicModule.toGregorian(r.year+t,r.month,1)}},t.prototype.getIdValue=function(e,t){var n;n=e?e.currentTarget:t;var r={type:"dateTime",skeleton:"full",calendar:"Gregorian"===this.calendarMode?"gregorian":"islamic"},i=this.globalize.formatDate(new Date(parseInt(""+n.getAttribute("id"),0)),r),a=this.globalize.parseDate(i,r),o=a.valueOf()-a.valueOf()%1e3;return new Date(o)},t.prototype.adjustLongHeaderSize=function(){oMt([this.element],__t),"Wide"===this.dayHeaderFormat&&aMt(["calendar"===this.getModuleName()?this.element:this.calendarElement],__t)},t.prototype.selectDate=function(e,t,n,r,i){var a=n||e.currentTarget;if(this.isDateSelected=!1,"Decade"===this.currentView())this.setDateDecade(this.currentDate,t.getFullYear());else if("Year"===this.currentView())this.setDateYear(this.currentDate,t);else{if(r&&!this.checkPresentDate(t,i)){var o=this.copyValues(i);!aSt(i)&&o.length>0?(o.push(new Date(this.checkValue(t))),this.setProperties({values:o},!0),this.setProperties({value:i[i.length-1]},!0)):this.setProperties({values:[new Date(this.checkValue(t))]},!0)}else this.setProperties({value:new Date(this.checkValue(t))},!0);this.currentDate=new Date(this.checkValue(t))}var l=bMt(a,"."+h_t);if(aSt(l)&&(l=this.tableBodyElement),r||aSt(l.querySelector("."+x_t))||oMt([l.querySelector("."+x_t)],x_t),r||aSt(l.querySelector("."+E_t))||oMt([l.querySelector("."+E_t)],E_t),r){o=this.copyValues(i);for(var s=Array.prototype.slice.call(this.tableBodyElement.querySelectorAll("td")),c=0;c<s.length;c++){var d=l.querySelectorAll("td."+E_t)[0],h=l.querySelectorAll("td."+x_t)[0];s[c]===d&&oMt([s[c]],E_t),s[c]!==h||this.checkPresentDate(new Date(parseInt(h.getAttribute("id").split("_")[0],10)),i)||oMt([s[c]],x_t)}if(a.classList.contains(x_t)){oMt([a],x_t);for(var u=0;u<o.length;u++){var p={format:null,type:"date",skeleton:"short",calendar:"Gregorian"===this.calendarMode?"gregorian":"islamic"};if(this.globalize.formatDate(t,p)===this.globalize.formatDate(o[u],p)){c=o.indexOf(o[u]);o.splice(c,1),aMt([a],E_t)}}this.setProperties({values:o},!0)}else aMt([a],x_t)}else aMt([a],x_t);this.isDateSelected=!0},t.prototype.checkPresentDate=function(e,t){var n=!1;if(!aSt(t))for(var r=0;r<t.length;r++){var i="Gregorian"===this.calendarMode?"gregorian":"islamic";this.globalize.formatDate(e,{format:null,type:"date",skeleton:"short",calendar:i})===this.globalize.formatDate(t[r],{format:null,type:"date",skeleton:"short",calendar:i})&&(n=!0)}return n},t.prototype.setAriaActiveDescendant=function(){fMt(this.table,{"aria-activedescendant":""+this.setActiveDescendant()})},t.prototype.previousIconHandler=function(e){e?(nMt.remove(this.previousIcon,"click",this.navigatePreviousHandler),aMt([this.previousIcon],""+b_t),aMt([this.previousIcon],""+y_t),this.previousIcon.setAttribute("aria-disabled","true")):(nMt.add(this.previousIcon,"click",this.navigatePreviousHandler),oMt([this.previousIcon],""+b_t),oMt([this.previousIcon],""+y_t),this.previousIcon.setAttribute("aria-disabled","false"))},t.prototype.renderDayCellEvent=function(e){iSt(this.renderDayCellArgs,{name:"renderDayCell"}),this.trigger("renderDayCell",e)},t.prototype.navigatedEvent=function(e){iSt(this.navigatedArgs,{name:"navigated",event:e}),this.trigger("navigated",this.navigatedArgs)},t.prototype.triggerNavigate=function(e){this.navigatedArgs={view:this.currentView(),date:this.currentDate},this.navigatedEvent(e)},t.prototype.nextIconHandler=function(e){e?(nMt.remove(this.nextIcon,"click",this.navigateNextHandler),aMt([this.nextIcon],b_t),aMt([this.nextIcon],y_t),this.nextIcon.setAttribute("aria-disabled","true")):(nMt.add(this.nextIcon,"click",this.navigateNextHandler),oMt([this.nextIcon],b_t),oMt([this.nextIcon],y_t),this.nextIcon.setAttribute("aria-disabled","false"))},t.prototype.compare=function(e,t,n){var r,i,a=t.getFullYear();return r=a,i=0,n&&(r=(a-=a%n)-a%n+n-1),e.getFullYear()>r?i=1:e.getFullYear()<a&&(i=-1),i},t.prototype.isMinMaxRange=function(e){return+e>=+this.min&&+e<=+this.max},t.prototype.isMonthYearRange=function(e){if("Gregorian"===this.calendarMode)return e.getMonth()>=this.min.getMonth()&&e.getFullYear()>=this.min.getFullYear()&&e.getMonth()<=this.max.getMonth()&&e.getFullYear()<=this.max.getFullYear();var t=this.islamicModule.getIslamicDate(e);return t.month>=this.islamicModule.getIslamicDate(new Date(1944,1,18)).month&&t.year>=this.islamicModule.getIslamicDate(new Date(1944,1,18)).year&&t.month<=this.islamicModule.getIslamicDate(new Date(2069,1,16)).month&&t.year<=this.islamicModule.getIslamicDate(new Date(2069,1,16)).year},t.prototype.compareYear=function(e,t){return this.compare(e,t,0)},t.prototype.compareDecade=function(e,t){return this.compare(e,t,10)},t.prototype.shiftArray=function(e,t){return e.slice(t).concat(e.slice(0,t))},t.prototype.addDay=function(e,t,n,r,i){var a=t,o=new Date(+e);if(!aSt(this.tableBodyElement)&&!aSt(n)){for(;this.findNextTD(new Date(+e),a,r,i);)a+=t;var l=new Date(o.setDate(o.getDate()+a));a=+l>+r||+l<+i?a===t?t-t:t:a}e.setDate(e.getDate()+a)},t.prototype.findNextTD=function(e,t,n,r){var i=new Date(e.setDate(e.getDate()+t)),a=[],o=!1;if((!aSt(i)&&i.getMonth())===(!aSt(this.currentDate)&&this.currentDate.getMonth())){a=("Gregorian"===this.calendarMode?this.renderDays(i):this.islamicModule.islamicRenderDays(this.currentDate,i)).filter(function(e){return e.classList.contains(b_t)})}else a=this.tableBodyElement.querySelectorAll("td."+b_t);if(+i<=+n&&+i>=+r&&a.length)for(var l=0;l<a.length&&!(o=+i===+new Date(parseInt(a[l].id,0)));l++);return o},t.prototype.getMaxDays=function(e){var t,n=new Date(this.checkValue(e));t=28;for(var r=n.getMonth();n.getMonth()===r;)++t,n.setDate(t);return t-1},t.prototype.setDateDecade=function(e,t){e.setFullYear(t),this.setProperties({value:new Date(this.checkValue(e))},!0)},t.prototype.setDateYear=function(e,t){e.setFullYear(t.getFullYear(),t.getMonth(),e.getDate()),t.getMonth()!==e.getMonth()&&(e.setDate(0),this.currentDate=new Date(this.checkValue(t))),this.setProperties({value:new Date(this.checkValue(e))},!0)},t.prototype.compareMonth=function(e,t){return e.getFullYear()>t.getFullYear()?1:e.getFullYear()<t.getFullYear()?-1:e.getMonth()===t.getMonth()?0:e.getMonth()>t.getMonth()?1:-1},t.prototype.checkValue=function(e){return e instanceof Date?e.toUTCString():""+e},t.prototype.checkView=function(){"Decade"!==this.start&&"Year"!==this.start&&this.setProperties({start:"Month"},!0),"Decade"!==this.depth&&"Year"!==this.depth&&this.setProperties({depth:"Month"},!0),this.getViewNumber(this.depth)>this.getViewNumber(this.start)&&this.setProperties({depth:"Month"},!0)},t.prototype.getDate=function(e,t){return t&&(e=new Date(e.toLocaleString("en-US",{timeZone:t}))),e},s_t([HMt(new Date(1900,0,1))],t.prototype,"min",void 0),s_t([HMt(!0)],t.prototype,"enabled",void 0),s_t([HMt(null)],t.prototype,"cssClass",void 0),s_t([HMt(new Date(2099,11,31))],t.prototype,"max",void 0),s_t([HMt(null)],t.prototype,"firstDayOfWeek",void 0),s_t([HMt("Gregorian")],t.prototype,"calendarMode",void 0),s_t([HMt("Month")],t.prototype,"start",void 0),s_t([HMt("Month")],t.prototype,"depth",void 0),s_t([HMt(!1)],t.prototype,"weekNumber",void 0),s_t([HMt("FirstDay")],t.prototype,"weekRule",void 0),s_t([HMt(!0)],t.prototype,"showTodayButton",void 0),s_t([HMt("Short")],t.prototype,"dayHeaderFormat",void 0),s_t([HMt(!1)],t.prototype,"enablePersistence",void 0),s_t([HMt(null)],t.prototype,"keyConfigs",void 0),s_t([HMt(null)],t.prototype,"serverTimezoneOffset",void 0),s_t([LMt()],t.prototype,"created",void 0),s_t([LMt()],t.prototype,"destroyed",void 0),s_t([LMt()],t.prototype,"navigated",void 0),s_t([LMt()],t.prototype,"renderDayCell",void 0),t=s_t([PMt],t)}(cAt);!function(e){function t(t,n){return e.call(this,t,n)||this}l_t(t,e),t.prototype.render=function(){if("Islamic"===this.calendarMode&&void 0===this.islamicModule&&cSt("Requires the injectable Islamic modules to render Calendar in Islamic mode"),this.isMultiSelection&&"object"==typeof this.values&&!aSt(this.values)&&this.values.length>0){for(var t=[],n=[],r=0;r<this.values.length;r++)-1===t.indexOf(+this.values[r])&&(t.push(+this.values[r]),n.push(this.values[r]));this.setProperties({values:n},!0);for(var i=0;i<this.values.length;i++)if(!this.checkDateValue(this.values[i]))if("string"==typeof this.values[i]&&this.checkDateValue(new Date(this.checkValue(this.values[i])))){var a=new Date(this.checkValue(this.values[i]));this.values.splice(i,1),this.values.splice(i,0,a)}else this.values.splice(i,1);this.setProperties({value:this.values[this.values.length-1]},!0),this.previousValues=this.values.length}if(this.validateDate(),this.minMaxUpdate(),"calendar"===this.getModuleName()&&(this.setEnable(this.enabled),this.setClass(this.cssClass)),e.prototype.render.call(this),"calendar"===this.getModuleName()){var o=bMt(this.element,"form");o&&nMt.add(o,"reset",this.formResetHandler.bind(this)),this.setTimeZone(this.serverTimezoneOffset)}this.renderComplete()},t.prototype.setEnable=function(e){e?oMt([this.element],b_t):aMt([this.element],b_t)},t.prototype.setClass=function(e,t){aSt(t)||(t=t.replace(/\s+/g," ").trim()),aSt(e)||(e=e.replace(/\s+/g," ").trim()),aSt(t)||""===t||oMt([this.element],t.split(" ")),aSt(e)||aMt([this.element],e.split(" "))},t.prototype.isDayLightSaving=function(){var e=new Date(this.value.getFullYear(),6,1).getTimezoneOffset(),t=new Date(this.value.getFullYear(),0,1).getTimezoneOffset();return this.value.getTimezoneOffset()<Math.max(t,e)},t.prototype.setTimeZone=function(e){if(!aSt(this.serverTimezoneOffset)&&this.value){var t=e+(new Date).getTimezoneOffset()/60;t=this.isDayLightSaving()?t--:t,this.value=new Date(this.value.getTime()+60*t*60*1e3)}},t.prototype.formResetHandler=function(){this.setProperties({value:null},!0)},t.prototype.validateDate=function(){"string"==typeof this.value&&this.setProperties({value:this.checkDateValue(new Date(this.checkValue(this.value)))},!0),e.prototype.validateDate.call(this,this.value),!aSt(this.value)&&this.min<=this.max&&this.value>=this.min&&this.value<=this.max&&(this.currentDate=new Date(this.checkValue(this.value))),isNaN(+this.value)&&this.setProperties({value:null},!0)},t.prototype.minMaxUpdate=function(){"calendar"===this.getModuleName()&&(!aSt(this.value)&&this.value<=this.min&&this.min<=this.max?(this.setProperties({value:this.min},!0),this.changedArgs={value:this.value}):!aSt(this.value)&&this.value>=this.max&&this.min<=this.max&&(this.setProperties({value:this.max},!0),this.changedArgs={value:this.value})),"calendar"===this.getModuleName()||aSt(this.value)?e.prototype.minMaxUpdate.call(this,this.value):!aSt(this.value)&&this.value<this.min&&this.min<=this.max?e.prototype.minMaxUpdate.call(this,this.min):!aSt(this.value)&&this.value>this.max&&this.min<=this.max&&e.prototype.minMaxUpdate.call(this,this.max)},t.prototype.generateTodayVal=function(t){var n=new Date;return aSt(this.timezone)||(n=e.prototype.getDate.call(this,n,this.timezone)),t&&aSt(this.timezone)?(n.setHours(t.getHours()),n.setMinutes(t.getMinutes()),n.setSeconds(t.getSeconds()),n.setMilliseconds(t.getMilliseconds())):n=new Date(n.getFullYear(),n.getMonth(),n.getDate(),0,0,0,0),n},t.prototype.todayButtonClick=function(t){if(this.showTodayButton){var n=this.generateTodayVal(this.value);if(this.setProperties({value:n},!0),this.isTodayClicked=!0,this.todayButtonEvent=t,this.isMultiSelection){var r=this.copyValues(this.values);e.prototype.checkPresentDate.call(this,n,this.values)||(r.push(n),this.setProperties({values:r}))}e.prototype.todayButtonClick.call(this,t,new Date(+this.value))}},t.prototype.keyActionHandle=function(t){e.prototype.keyActionHandle.call(this,t,this.value,this.isMultiSelection)},t.prototype.preRender=function(){var t=this;this.changeHandler=function(e){t.triggerChange(e)},this.checkView(),e.prototype.preRender.call(this,this.value)},t.prototype.createContent=function(){this.previousDate=this.value,this.previousDateTime=this.value,e.prototype.createContent.call(this)},t.prototype.minMaxDate=function(t){return e.prototype.minMaxDate.call(this,t)},t.prototype.renderMonths=function(t,n,r){e.prototype.renderMonths.call(this,t,this.value,r)},t.prototype.renderDays=function(t,n,r,i,a){var o=e.prototype.renderDays.call(this,t,this.value,this.isMultiSelection,this.values,a);return this.isMultiSelection&&e.prototype.validateValues.call(this,this.isMultiSelection,this.values),o},t.prototype.renderYears=function(t){"Gregorian"===this.calendarMode?e.prototype.renderYears.call(this,t,this.value):this.islamicModule.islamicRenderYears(t,this.value)},t.prototype.renderDecades=function(t){"Gregorian"===this.calendarMode?e.prototype.renderDecades.call(this,t,this.value):this.islamicModule.islamicRenderDecade(t,this.value)},t.prototype.renderTemplate=function(t,n,r,i){"Gregorian"===this.calendarMode?e.prototype.renderTemplate.call(this,t,n,r,i,this.value):this.islamicModule.islamicRenderTemplate(t,n,r,i,this.value),this.changedArgs={value:this.value,values:this.values},this.changeHandler()},t.prototype.clickHandler=function(t){var n=t.currentTarget;if(this.isPopupClicked=!0,n.classList.contains(c_t))if(this.isMultiSelection){var r=this.copyValues(this.values);r.push(this.getIdValue(t,null)),this.setProperties({values:r},!0),this.setProperties({value:this.values[this.values.length-1]},!0)}else this.setProperties({value:this.getIdValue(t,null)},!0);var i=this.currentView();e.prototype.clickHandler.call(this,t,this.value),this.isMultiSelection&&this.currentDate!==this.value&&!aSt(this.tableBodyElement.querySelectorAll("."+E_t)[0])&&"Year"===i&&this.tableBodyElement.querySelectorAll("."+E_t)[0].classList.remove(E_t)},t.prototype.switchView=function(t,n,r,i){e.prototype.switchView.call(this,t,n,this.isMultiSelection,i)},t.prototype.getModuleName=function(){return e.prototype.getModuleName.call(this),"calendar"},t.prototype.getPersistData=function(){e.prototype.getPersistData.call(this);return this.addOnPersist(["value","values"])},t.prototype.onPropertyChanged=function(t,n){this.effect="",this.rangeValidation(this.min,this.max);for(var r=0,i=Object.keys(t);r<i.length;r++){switch(i[r]){case"value":this.isDateSelected&&("string"==typeof t.value?this.setProperties({value:new Date(this.checkValue(t.value))},!0):t.value=new Date(this.checkValue(t.value)),isNaN(+this.value)&&this.setProperties({value:n.value},!0),this.update());break;case"values":if(this.isDateSelected){if("string"==typeof t.values||"number"==typeof t.values)this.setProperties({values:null},!0);else{for(var a=this.copyValues(this.values),o=0;o<a.length;o++){var l=a[o];this.checkDateValue(l)&&!e.prototype.checkPresentDate.call(this,l,a)&&a.push(l)}this.setProperties({values:a},!0),this.values.length>0&&this.setProperties({value:t.values[t.values.length-1]},!0)}this.validateValues(this.isMultiSelection,this.values),this.update()}break;case"isMultiSelection":this.isDateSelected&&(this.setProperties({isMultiSelection:t.isMultiSelection},!0),this.update());break;case"enabled":this.setEnable(this.enabled);break;case"cssClass":"calendar"===this.getModuleName()&&this.setClass(t.cssClass,n.cssClass);break;default:e.prototype.onPropertyChanged.call(this,t,n,this.isMultiSelection,this.values)}}this.preventChange=this.isAngular&&this.preventChange?!this.preventChange:this.preventChange},t.prototype.destroy=function(){if(e.prototype.destroy.call(this),"calendar"===this.getModuleName()){var t=bMt(this.element,"form");t&&nMt.remove(t,"reset",this.formResetHandler.bind(this))}},t.prototype.navigateTo=function(t,n,r){this.minMaxUpdate(),e.prototype.navigateTo.call(this,t,n,r)},t.prototype.currentView=function(){return e.prototype.currentView.call(this)},t.prototype.addDate=function(t){if("string"!=typeof t&&"number"!=typeof t){var n=this.copyValues(this.values);if("object"==typeof t&&t.length>0)for(var r=t,i=0;i<r.length;i++)this.checkDateValue(r[i])&&!e.prototype.checkPresentDate.call(this,r[i],n)&&(!aSt(n)&&n.length>0?n.push(r[i]):n=[new Date(+r[i])]);else this.checkDateValue(t)&&!e.prototype.checkPresentDate.call(this,t,n)&&(!aSt(n)&&n.length>0?n.push(t):n=[new Date(+t)]);this.setProperties({values:n},!0),this.isMultiSelection&&this.setProperties({value:this.values[this.values.length-1]},!0),this.validateValues(this.isMultiSelection,n),this.update(),this.changedArgs={value:this.value,values:this.values},this.changeHandler()}},t.prototype.removeDate=function(e){if("string"!=typeof e&&"number"!=typeof e&&!aSt(this.values)&&this.values.length>0){var t=this.copyValues(this.values);if("object"==typeof e&&e.length>0)for(var n=e,r=0;r<n.length;r++)for(var i=0;i<t.length;i++)+t[i]===+n[r]&&t.splice(i,1);else for(i=0;i<t.length;i++)+t[i]===+e&&t.splice(i,1);this.setProperties({values:t},!1),this.update(),this.isMultiSelection&&this.setProperties({value:this.values[this.values.length-1]},!0),this.changedArgs={value:this.value,values:this.values},this.changeHandler()}},t.prototype.setTodayDate=function(t){var n=new Date(+t);this.setProperties({value:n},!0),e.prototype.todayButtonClick.call(this,null,n,!0)},t.prototype.update=function(){this.validateDate(),this.minMaxUpdate(),e.prototype.setValueUpdate.call(this)},t.prototype.selectDate=function(t,n,r){e.prototype.selectDate.call(this,t,n,r,this.isMultiSelection,this.values),this.isMultiSelection&&!aSt(this.values)&&this.values.length>0&&this.setProperties({value:this.values[this.values.length-1]},!0),this.changedArgs={value:this.value,values:this.values},this.changeHandler(t)},t.prototype.changeEvent=function(e){((this.value&&this.value.valueOf())!==(this.previousDate&&+this.previousDate.valueOf())||this.isMultiSelection)&&(this.isAngular&&this.preventChange?this.preventChange=!1:this.trigger("change",this.changedArgs),this.previousDate=new Date(+this.value))},t.prototype.triggerChange=function(e){!aSt(this.todayButtonEvent)&&this.isTodayClicked&&(e=this.todayButtonEvent,this.isTodayClicked=!1),this.changedArgs.event=e||null,this.changedArgs.isInteracted=!aSt(e),aSt(this.value)||this.setProperties({value:this.value},!0),this.isMultiSelection||+this.value===Number.NaN||+this.value===+this.previousDate&&(null!=this.previousDate||isNaN(+this.value))?aSt(this.values)||this.previousValues===this.values.length||(this.changeEvent(e),this.previousValues=this.values.length):this.changeEvent(e)},s_t([HMt(null)],t.prototype,"value",void 0),s_t([HMt(null)],t.prototype,"values",void 0),s_t([HMt(!1)],t.prototype,"isMultiSelection",void 0),s_t([LMt()],t.prototype,"change",void 0),t=s_t([PMt],t)}(Z_t);var D_t,I_t,H_t=!1;function N_t(e,t,n,r,i){if($At=void 0,$At=i,H_t=!!r,!e)return{left:0,top:0};t||(t="left"),n||(n="top"),t_t=e.ownerDocument,e_t=e;return function(e,t,n){switch(KAt=e_t.getBoundingClientRect(),t+e){case"topcenter":T_t(F_t(),n),L_t(B_t(),n);break;case"topright":T_t(W_t(),n),L_t(B_t(),n);break;case"centercenter":T_t(F_t(),n),L_t(z_t(),n);break;case"centerright":T_t(W_t(),n),L_t(z_t(),n);break;case"centerleft":T_t(R_t(),n),L_t(z_t(),n);break;case"bottomcenter":T_t(F_t(),n),L_t(j_t(),n);break;case"bottomright":T_t(W_t(),n),L_t(j_t(),n);break;case"bottomleft":T_t(R_t(),n),L_t(j_t(),n);break;default:T_t(R_t(),n),L_t(B_t(),n)}return n}(t.toLowerCase(),n.toLowerCase(),{left:0,top:0})}function T_t(e,t){t.left=e}function L_t(e,t){t.top=e}function P_t(){return t_t.documentElement.scrollTop||t_t.body.scrollTop}function V_t(){return t_t.documentElement.scrollLeft||t_t.body.scrollLeft}function j_t(){return H_t?KAt.bottom:KAt.bottom+P_t()}function z_t(){return B_t()+KAt.height/2}function B_t(){return H_t?KAt.top:KAt.top+P_t()}function R_t(){return KAt.left+V_t()}function W_t(){var e=e_t&&e_t.classList.contains("e-date-range-wrapper")?$At?$At.width:0:$At&&KAt.width>=$At.width?$At.width:0;return KAt.right+V_t()-e}function F_t(){return R_t()+KAt.width/2}function q_t(e,t,n,r,i,a,o,l,s){if(void 0===o&&(o=null),void 0===l&&(l={X:!0,Y:!0}),t&&e&&i&&a&&(l.X||l.Y)){var c,d={TL:null,TR:null,BL:null,BR:null},h={TL:null,TR:null,BL:null,BR:null};if("none"===window.getComputedStyle(e).display){var u=e.style.visibility;e.style.visibility="hidden",e.style.display="block",c=e.getBoundingClientRect(),e.style.removeProperty("display"),e.style.visibility=u}else c=e.getBoundingClientRect();var p={posX:i,posY:a,offsetX:n,offsetY:r,position:{left:0,top:0}};I_t=o,D_t=t.ownerDocument,function(e,t,n,r,i){n.position=N_t(e,n.posX,n.posY,r,i),t.TL=N_t(e,"left","top",r,i),t.TR=N_t(e,"right","top",r,i),t.BR=N_t(e,"left","bottom",r,i),t.BL=N_t(e,"right","bottom",r,i)}(t,d,p,s,c),Y_t(h,p,c),l.X&&G_t(t,h,d,p,c,!0),l.Y&&d.TL.top>-1&&X_t(t,h,d,p,c,!0),function(e,t,n){var r=0,i=0;if(null!=e.offsetParent&&("absolute"===getComputedStyle(e.offsetParent).position||"relative"===getComputedStyle(e.offsetParent).position)){var a=N_t(e.offsetParent,"left","top",!1,n);r=a.left,i=a.top}e.style.top=t.position.top+t.offsetY-i+"px",e.style.left=t.position.left+t.offsetX-r+"px"}(e,p,c)}}function Y_t(e,t,n){e.TL={top:t.position.top+t.offsetY,left:t.position.left+t.offsetX},e.TR={top:e.TL.top,left:e.TL.left+n.width},e.BL={top:e.TL.top+n.height,left:e.TL.left},e.BR={top:e.TL.top+n.height,left:e.TL.left+n.width}}function U_t(e,t){var n=!1,r=!1;return e-oOt()<nOt()&&(n=!0),t>rOt()&&(r=!0),{leftSide:n,rightSide:r}}function G_t(e,t,n,r,i,a){var o=U_t(t.TL.left,t.TR.left);n.TL.left-oOt()<=nOt()&&(o.leftSide=!1),n.TR.left>rOt()&&(o.rightSide=!1),(o.leftSide&&!o.rightSide||!o.leftSide&&o.rightSide)&&("right"===r.posX?r.posX="left":r.posX="right",r.offsetX=r.offsetX+i.width,r.offsetX=-1*r.offsetX,r.position=N_t(e,r.posX,r.posY,!1),Y_t(t,r,i),a&&G_t(e,t,n,r,i,!1))}function X_t(e,t,n,r,i,a){var o=J_t(t.TL.top,t.BL.top);n.TL.top-aOt()<=tOt()&&(o.topSide=!1),n.BL.top>=iOt()&&e.getBoundingClientRect().bottom<window.innerHeight&&(o.bottomSide=!1),(o.topSide&&!o.bottomSide||!o.topSide&&o.bottomSide)&&("top"===r.posY?r.posY="bottom":r.posY="top",r.offsetY=r.offsetY+i.height,r.offsetY=-1*r.offsetY,r.position=N_t(e,r.posX,r.posY,!1,i),Y_t(t,r,i),a&&X_t(e,t,n,r,i,!1))}function J_t(e,t){var n=!1,r=!1;return e-aOt()<tOt()&&(n=!0),t>iOt()&&(r=!0),{topSide:n,bottomSide:r}}function Q_t(){return I_t.getBoundingClientRect().width}function K_t(){return I_t.getBoundingClientRect().height}function $_t(){return I_t.getBoundingClientRect().left}function eOt(){return I_t.getBoundingClientRect().top}function tOt(){return I_t?eOt():0}function nOt(){return I_t?$_t():0}function rOt(){return I_t?oOt()+$_t()+Q_t():oOt()+sOt()}function iOt(){return I_t?aOt()+eOt()+K_t():aOt()+lOt()}function aOt(){return D_t.documentElement.scrollTop||D_t.body.scrollTop}function oOt(){return D_t.documentElement.scrollLeft||D_t.body.scrollLeft}function lOt(){return window.innerHeight}function sOt(){var e=window.innerWidth,t=document.documentElement.getBoundingClientRect();return e-(e-(aSt(document.documentElement)?0:t.width))}var cOt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),dOt=function(e,t,n,r){var i,a=arguments.length,o=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(i=e[l])&&(o=(a<3?i(o):a>3?i(t,n,o):i(t,n))||o);return a>3&&o&&Object.defineProperty(t,n,o),o},hOt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return cOt(t,e),dOt([HMt("left")],t.prototype,"X",void 0),dOt([HMt("top")],t.prototype,"Y",void 0),t}(KMt),uOt="e-popup",pOt="e-rtl",fOt="e-popup-open",mOt="e-popup-close",vOt=function(e){function t(t,n){return e.call(this,n,t)||this}return cOt(t,e),t.prototype.onPropertyChanged=function(e,t){for(var n=0,r=Object.keys(e);n<r.length;n++){switch(r[n]){case"width":yMt(this.element,{width:dSt(e.width)});break;case"height":yMt(this.element,{height:dSt(e.height)});break;case"zIndex":yMt(this.element,{zIndex:e.zIndex});break;case"enableRtl":this.setEnableRtl();break;case"position":case"relateTo":this.refreshPosition();break;case"offsetX":var i=e.offsetX-t.offsetX;this.element.style.left=(parseInt(this.element.style.left,10)+i).toString()+"px";break;case"offsetY":var a=e.offsetY-t.offsetY;this.element.style.top=(parseInt(this.element.style.top,10)+a).toString()+"px";break;case"content":this.setContent();break;case"actionOnScroll":"none"!==e.actionOnScroll?this.wireScrollEvents():this.unwireScrollEvents()}}},t.prototype.getModuleName=function(){return"popup"},t.prototype.resolveCollision=function(){this.checkCollision()},t.prototype.getPersistData=function(){return this.addOnPersist([])},t.prototype.destroy=function(){this.element.classList.remove(uOt,pOt,fOt,mOt),this.element.classList.contains("e-popup-open")&&this.unwireEvents(),e.prototype.destroy.call(this)},t.prototype.render=function(){this.element.classList.add(uOt);var e={};1e3!==this.zIndex&&(e.zIndex=this.zIndex),"auto"!==this.width&&(e.width=dSt(this.width)),"auto"!==this.height&&(e.height=dSt(this.height)),yMt(this.element,e),this.fixedParent=!1,this.setEnableRtl(),this.setContent()},t.prototype.wireEvents=function(){tMt.isDevice&&nMt.add(window,"orientationchange",this.orientationOnChange,this),"none"!==this.actionOnScroll&&this.wireScrollEvents()},t.prototype.wireScrollEvents=function(){if(this.getRelateToElement())for(var e=0,t=this.getScrollableParent(this.getRelateToElement());e<t.length;e++){var n=t[e];nMt.add(n,"scroll",this.scrollRefresh,this)}},t.prototype.unwireEvents=function(){tMt.isDevice&&nMt.remove(window,"orientationchange",this.orientationOnChange),"none"!==this.actionOnScroll&&this.unwireScrollEvents()},t.prototype.unwireScrollEvents=function(){if(this.getRelateToElement())for(var e=0,t=this.getScrollableParent(this.getRelateToElement());e<t.length;e++){var n=t[e];nMt.remove(n,"scroll",this.scrollRefresh)}},t.prototype.getRelateToElement=function(){var e=""===this.relateTo||aSt(this.relateTo)?document.body:this.relateTo;return this.setProperties({relateTo:e},!0),"string"==typeof this.relateTo?document.querySelector(this.relateTo):this.relateTo},t.prototype.scrollRefresh=function(e){if("reposition"===this.actionOnScroll?aSt(this.element)||this.element.offsetParent===e.target||this.element.offsetParent&&"BODY"===this.element.offsetParent.tagName&&null==e.target.parentElement||this.refreshPosition():"hide"===this.actionOnScroll&&this.hide(),"none"!==this.actionOnScroll&&this.getRelateToElement()){var t=this.isElementOnViewport(this.getRelateToElement(),e.target);t||this.targetInvisibleStatus?t&&(this.targetInvisibleStatus=!1):(this.trigger("targetExitViewport"),this.targetInvisibleStatus=!0)}},t.prototype.isElementOnViewport=function(e,t){for(var n=this.getScrollableParent(e),r=0;r<n.length;r++)if(!this.isElementVisible(e,n[r]))return!1;return!0},t.prototype.isElementVisible=function(e,t){var n=this.checkGetBoundingClientRect(e);if(!n.height||!n.width)return!1;if(aSt(this.checkGetBoundingClientRect(t))){var r=window,i={top:r.scrollY,left:r.scrollX,right:r.scrollX+r.outerWidth,bottom:r.scrollY+r.outerHeight},a=N_t(e),o={top:a.top,left:a.left,right:a.left+n.width,bottom:a.top+n.height},l={top:i.bottom-o.top,left:i.right-o.left,bottom:o.bottom-i.top,right:o.right-i.left};return l.top>0&&l.left>0&&l.right>0&&l.bottom>0}var s=t.getBoundingClientRect();return!(n.bottom<s.top||n.bottom>s.bottom||n.right>s.right||n.left<s.left)},t.prototype.preRender=function(){},t.prototype.setEnableRtl=function(){this.reposition(),this.enableRtl?this.element.classList.add(pOt):this.element.classList.remove(pOt)},t.prototype.setContent=function(){if(!aSt(this.content))if(this.element.innerHTML="","string"==typeof this.content)this.element.textContent=this.content;else{var e=this.getRelateToElement(),t=this.content.props;e.classList.contains("e-dropdown-btn")&&!aSt(t)||this.element.appendChild(this.content)}},t.prototype.orientationOnChange=function(){var e=this;setTimeout(function(){e.refreshPosition()},200)},t.prototype.refreshPosition=function(e,t){aSt(e)||this.checkFixedParent(e),this.reposition(),t||this.checkCollision()},t.prototype.reposition=function(){var e,t,n=this.getRelateToElement();if("number"==typeof this.position.X&&"number"==typeof this.position.Y)e={left:this.position.X,top:this.position.Y};else if("string"==typeof this.position.X&&"number"==typeof this.position.Y||"number"==typeof this.position.X&&"string"==typeof this.position.Y){var r=void 0,i=this.element.style.display;this.element.style.display="block",this.element.classList.contains("e-dlg-modal")&&(r=this.element.parentElement.style.display,this.element.parentElement.style.display="block"),t=this.getAnchorPosition(n,this.element,this.position,this.offsetX,this.offsetY),e="string"==typeof this.position.X?{left:t.left,top:this.position.Y}:{left:this.position.X,top:t.top},this.element.style.display=i,this.element.classList.contains("e-dlg-modal")&&(this.element.parentElement.style.display=r)}else if(n){i=this.element.style.display;this.element.style.display="block",e=this.getAnchorPosition(n,this.element,this.position,this.offsetX,this.offsetY),this.element.style.display=i}else e={left:0,top:0};aSt(e)||(this.element.style.left=e.left+"px",this.element.style.top=e.top+"px")},t.prototype.checkGetBoundingClientRect=function(e){try{return e.getBoundingClientRect()}catch(e){return null}},t.prototype.getAnchorPosition=function(e,t,n,r,i){var a=this.checkGetBoundingClientRect(t),o=this.checkGetBoundingClientRect(e);if(aSt(a)||aSt(o))return null;var l=e,s={left:0,top:0};switch(t.offsetParent&&"BODY"===t.offsetParent.tagName&&"BODY"===e.tagName?s=N_t(e):(t.classList.contains("e-dlg-modal")&&"BODY"!==l.tagName&&(t=t.parentElement),s=function(e,t){var n=!1,r={left:0,top:0},i=e;if(!e||!t)return r;for(aSt(t.offsetParent)&&"fixed"===t.style.position&&(n=!0);(t.offsetParent||n)&&e&&t.offsetParent!==e;)r.left+=e.offsetLeft,r.top+=e.offsetTop,e=e.offsetParent;for(e=i;(t.offsetParent||n)&&e&&t.offsetParent!==e;)r.left-=e.scrollLeft,r.top-=e.scrollTop,e=e.parentElement;return r}(l,t)),n.X){default:case"left":break;case"center":t.classList.contains("e-dlg-modal")&&"BODY"===l.tagName&&"container"===this.targetType?s.left+=window.innerWidth/2-a.width/2:"container"===this.targetType?s.left+=o.width/2-a.width/2:s.left+=o.width/2;break;case"right":t.classList.contains("e-dlg-modal")&&"BODY"===l.tagName&&"container"===this.targetType?s.left+=window.innerWidth-a.width:"container"===this.targetType?s.left+=o.width-a.width:s.left+=o.width}switch(n.Y){default:case"top":break;case"center":t.classList.contains("e-dlg-modal")&&"BODY"===l.tagName&&"container"===this.targetType?s.top+=window.innerHeight/2-a.height/2:"container"===this.targetType?s.top+=o.height/2-a.height/2:s.top+=o.height/2;break;case"bottom":t.classList.contains("e-dlg-modal")&&"BODY"===l.tagName&&"container"===this.targetType?s.top+=window.innerHeight-a.height:"container"===this.targetType?s.top+=o.height-a.height:s.top+=o.height}return s.left+=r,s.top+=i,s},t.prototype.callFlip=function(e){var t=this.getRelateToElement();q_t(this.element,t,this.offsetX,this.offsetY,this.position.X,this.position.Y,this.viewPortElement,e,this.fixedParent)},t.prototype.callFit=function(e){if(0!==function(e,t,n,r){void 0===t&&(t=null);var i=N_t(e,"left","top");n&&(i.left=n),r&&(i.top=r);var a=[];I_t=t,D_t=e.ownerDocument;var o=e.getBoundingClientRect(),l=i.top,s=i.left,c=i.left+o.width,d=J_t(l,i.top+o.height),h=U_t(s,c);return d.topSide&&a.push("top"),h.rightSide&&a.push("right"),h.leftSide&&a.push("left"),d.bottomSide&&a.push("bottom"),a}(this.element,this.viewPortElement).length)if(aSt(this.viewPortElement)){var t=function(e,t,n,r){if(void 0===t&&(t=null),void 0===n&&(n={X:!1,Y:!1}),!n.Y&&!n.X)return{left:0,top:0};var i=e.getBoundingClientRect();if(I_t=t,D_t=e.ownerDocument,r||(r=N_t(e,"left","top")),n.X){var a=I_t?Q_t():sOt(),o=nOt(),l=rOt(),s=o-r.left,c=r.left+i.width-l;i.width>a?r.left=s>0&&c<=0?l-i.width:c>0&&s<=0?o:s>c?l-i.width:o:s>0?r.left+=s:c>0&&(r.left-=c)}if(n.Y){var d=I_t?K_t():lOt(),h=tOt(),u=iOt(),p=h-r.top,f=r.top+i.height-u;i.height>d?r.top=p>0&&f<=0?u-i.height:f>0&&p<=0?h:p>f?u-i.height:h:p>0?r.top+=p:f>0&&(r.top-=f)}return r}(this.element,this.viewPortElement,e);e.X&&(this.element.style.left=t.left+"px"),e.Y&&(this.element.style.top=t.top+"px")}else{var n=this.checkGetBoundingClientRect(this.element),r=this.checkGetBoundingClientRect(this.viewPortElement);if(aSt(n)||aSt(r))return null;e&&!0===e.Y&&(r.top>n.top?this.element.style.top="0px":r.bottom<n.bottom&&(this.element.style.top=parseInt(this.element.style.top,10)-(n.bottom-r.bottom)+"px")),e&&!0===e.X&&(r.right<n.right?this.element.style.left=parseInt(this.element.style.left,10)-(n.right-r.right)+"px":r.left>n.left&&(this.element.style.left=parseInt(this.element.style.left,10)+(r.left-n.left)+"px"))}},t.prototype.checkCollision=function(){var e=this.collision.X,t=this.collision.Y;"none"===e&&"none"===t||("flip"===e&&"flip"===t?this.callFlip({X:!0,Y:!0}):"fit"===e&&"fit"===t?this.callFit({X:!0,Y:!0}):("flip"===e?this.callFlip({X:!0,Y:!1}):"flip"===t&&this.callFlip({Y:!0,X:!1}),"fit"===e?this.callFit({X:!0,Y:!1}):"fit"===t&&this.callFit({X:!1,Y:!0})))},t.prototype.show=function(e,t){var n=this;if(this.wireEvents(),1e3===this.zIndex||!aSt(t)){var r=aSt(t)?this.element:t;this.zIndex=function(e){var t=e.parentElement,n=[];for(;t&&"BODY"!==t.tagName;){var r=document.defaultView.getComputedStyle(t,null).getPropertyValue("z-index"),i=document.defaultView.getComputedStyle(t,null).getPropertyValue("position");"auto"!==r&&"static"!==i&&n.push(r),t=t.parentElement}for(var a=[],o=0;o<document.body.children.length;o++)if(!e.isEqualNode(document.body.children[o])){r=document.defaultView.getComputedStyle(document.body.children[o],null).getPropertyValue("z-index"),i=document.defaultView.getComputedStyle(document.body.children[o],null).getPropertyValue("position");"auto"!==r&&"static"!==i&&a.push(r)}a.push("999");var l=[];if(!aSt(e.parentElement)&&"BODY"!==e.parentElement.tagName){var s=[].slice.call(e.parentElement.children);for(o=0;o<s.length;o++)if(!e.isEqualNode(s[o])){r=document.defaultView.getComputedStyle(s[o],null).getPropertyValue("z-index"),i=document.defaultView.getComputedStyle(s[o],null).getPropertyValue("position");"auto"!==r&&"static"!==i&&l.push(r)}}var c=n.concat(a,l),d=Math.max.apply(Math,c)+1;return d>2147483647?2147483647:d}(r),yMt(this.element,{zIndex:this.zIndex})}e=aSt(e)||"object"!=typeof e?this.showAnimation:e,"none"===this.collision.X&&"none"===this.collision.Y||(oMt([this.element],mOt),aMt([this.element],fOt),this.checkCollision(),oMt([this.element],fOt),aMt([this.element],mOt)),aSt(e)?(oMt([this.element],mOt),aMt([this.element],fOt),this.trigger("open")):(e.begin=function(){n.isDestroyed||(oMt([n.element],mOt),aMt([n.element],fOt))},e.end=function(){n.isDestroyed||n.trigger("open")},new WMt(e).animate(this.element))},t.prototype.hide=function(e){var t=this;e=aSt(e)||"object"!=typeof e?this.hideAnimation:e,aSt(e)?(oMt([this.element],fOt),aMt([this.element],mOt),this.trigger("close")):(e.end=function(){t.isDestroyed||(oMt([t.element],fOt),aMt([t.element],mOt),t.trigger("close"))},new WMt(e).animate(this.element)),this.unwireEvents()},t.prototype.getScrollableParent=function(e){return this.checkFixedParent(e),function(e,t){var n=getComputedStyle(e),r=[],i=/(auto|scroll)/,a=e.parentElement;for(;a&&"HTML"!==a.tagName;){var o=getComputedStyle(a);"absolute"===n.position&&"static"===o.position||!i.test(o.overflow+o.overflowY+o.overflowX)||r.push(a),a=a.parentElement}t||r.push(document);return r}(e,this.fixedParent)},t.prototype.checkFixedParent=function(e){for(var t=e.parentElement;t&&"HTML"!==t.tagName;){var n=getComputedStyle(t);"fixed"===n.position&&!aSt(this.element)&&this.element.offsetParent&&"BODY"===this.element.offsetParent.tagName&&(this.element.style.top=window.scrollY>parseInt(this.element.style.top)?dSt(window.scrollY-parseInt(this.element.style.top)):dSt(parseInt(this.element.style.top)-window.scrollY),this.element.style.position="fixed",this.fixedParent=!0),t=t.parentElement,!aSt(this.element)&&aSt(this.element.offsetParent)&&"fixed"===n.position&&"fixed"===this.element.style.position&&(this.fixedParent=!0)}},dOt([HMt("auto")],t.prototype,"height",void 0),dOt([HMt("auto")],t.prototype,"width",void 0),dOt([HMt(null)],t.prototype,"content",void 0),dOt([HMt("container")],t.prototype,"targetType",void 0),dOt([HMt(null)],t.prototype,"viewPortElement",void 0),dOt([HMt({X:"none",Y:"none"})],t.prototype,"collision",void 0),dOt([HMt("")],t.prototype,"relateTo",void 0),dOt([NMt({},hOt)],t.prototype,"position",void 0),dOt([HMt(0)],t.prototype,"offsetX",void 0),dOt([HMt(0)],t.prototype,"offsetY",void 0),dOt([HMt(1e3)],t.prototype,"zIndex",void 0),dOt([HMt(!1)],t.prototype,"enableRtl",void 0),dOt([HMt("reposition")],t.prototype,"actionOnScroll",void 0),dOt([HMt(null)],t.prototype,"showAnimation",void 0),dOt([HMt(null)],t.prototype,"hideAnimation",void 0),dOt([LMt()],t.prototype,"open",void 0),dOt([LMt()],t.prototype,"close",void 0),dOt([LMt()],t.prototype,"targetExitViewport",void 0),t=dOt([PMt],t)}(cAt);function gOt(e){for(var t,n=e.childNodes,r=0;r<n.length;r++)if(3===(t=n[r]).nodeType)return t;return null}var bOt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),yOt=function(e,t,n,r){var i,a=arguments.length,o=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(i=e[l])&&(o=(a<3?i(o):a>3?i(t,n,o):i(t,n))||o);return a>3&&o&&Object.defineProperty(t,n,o),o};new TSt;var wOt,xOt="e-rtl",EOt="e-btn",kOt="e-primary",COt="e-icon-btn",SOt=function(e){function t(t,n){return e.call(this,t,n)||this}return bOt(t,e),t.prototype.preRender=function(){},t.prototype.render=function(){this.initialize(),this.removeRippleEffect=FMt(this.element,{selector:"."+EOt}),this.renderComplete()},t.prototype.initialize=function(){if(this.cssClass&&aMt([this.element],this.cssClass.split(" ")),this.isPrimary&&this.element.classList.add(kOt),this.content){var e=this.enableHtmlSanitizer?o_t.sanitize(this.content):this.content;this.element.innerHTML=e}this.setIconCss(),this.enableRtl&&this.element.classList.add(xOt),this.disabled?this.controlStatus(this.disabled):this.wireEvents()},t.prototype.controlStatus=function(e){this.element.disabled=e},t.prototype.setIconCss=function(){if(this.iconCss){var e=this.createElement("span",{className:"e-btn-icon "+this.iconCss});this.element.textContent.trim()?(e.classList.add("e-icon-"+this.iconPosition.toLowerCase()),"Top"!==this.iconPosition&&"Bottom"!==this.iconPosition||this.element.classList.add("e-"+this.iconPosition.toLowerCase()+"-icon-btn")):this.element.classList.add(COt);var t=this.element.childNodes[0];!t||"Left"!==this.iconPosition&&"Top"!==this.iconPosition?this.element.appendChild(e):this.element.insertBefore(e,t)}},t.prototype.wireEvents=function(){this.isToggle&&nMt.add(this.element,"click",this.btnClickHandler,this)},t.prototype.unWireEvents=function(){this.isToggle&&nMt.remove(this.element,"click",this.btnClickHandler)},t.prototype.btnClickHandler=function(){this.element.classList.contains("e-active")?this.element.classList.remove("e-active"):this.element.classList.add("e-active")},t.prototype.destroy=function(){var t=[kOt,xOt,COt,"e-success","e-info","e-danger","e-warning","e-flat","e-outline","e-small","e-bigger","e-active","e-round","e-top-icon-btn","e-bottom-icon-btn"];this.cssClass&&(t=t.concat(this.cssClass.split(" "))),e.prototype.destroy.call(this),oMt([this.element],t),this.element.getAttribute("class")||this.element.removeAttribute("class"),this.disabled&&this.element.removeAttribute("disabled"),this.content&&(this.element.innerHTML=this.element.innerHTML.replace(this.content,""));var n=this.element.querySelector("span.e-btn-icon");n&&uMt(n),this.unWireEvents()},t.prototype.getModuleName=function(){return"btn"},t.prototype.getPersistData=function(){return this.addOnPersist([])},t.Inject=function(){},t.prototype.onPropertyChanged=function(e,t){for(var n=this.element.querySelector("span.e-btn-icon"),r=0,i=Object.keys(e);r<i.length;r++){switch(i[r]){case"isPrimary":e.isPrimary?this.element.classList.add(kOt):this.element.classList.remove(kOt);break;case"disabled":this.controlStatus(e.disabled);break;case"iconCss":n?e.iconCss?(n.className="e-btn-icon "+e.iconCss,this.element.textContent.trim()&&("Left"===this.iconPosition?n.classList.add("e-icon-left"):n.classList.add("e-icon-right"))):uMt(n):this.setIconCss();break;case"iconPosition":oMt([this.element],["e-top-icon-btn","e-bottom-icon-btn"]),(n=this.element.querySelector("span.e-btn-icon"))&&uMt(n),this.setIconCss();break;case"cssClass":t.cssClass&&oMt([this.element],t.cssClass.split(" ")),e.cssClass&&aMt([this.element],e.cssClass.split(" "));break;case"enableRtl":e.enableRtl?this.element.classList.add(xOt):this.element.classList.remove(xOt);break;case"content":gOt(this.element)||this.element.classList.remove(COt),this.enableHtmlSanitizer&&(e.content=o_t.sanitize(e.content)),this.element.innerHTML=e.content,this.setIconCss();break;case"isToggle":e.isToggle?nMt.add(this.element,"click",this.btnClickHandler,this):(nMt.remove(this.element,"click",this.btnClickHandler),oMt([this.element],["e-active"]))}}},t.prototype.click=function(){this.element.click()},t.prototype.focusIn=function(){this.element.focus()},yOt([HMt("Left")],t.prototype,"iconPosition",void 0),yOt([HMt("")],t.prototype,"iconCss",void 0),yOt([HMt(!1)],t.prototype,"disabled",void 0),yOt([HMt(!1)],t.prototype,"isPrimary",void 0),yOt([HMt("")],t.prototype,"cssClass",void 0),yOt([HMt("")],t.prototype,"content",void 0),yOt([HMt(!1)],t.prototype,"isToggle",void 0),yOt([HMt()],t.prototype,"locale",void 0),yOt([HMt(!1)],t.prototype,"enableHtmlSanitizer",void 0),yOt([LMt()],t.prototype,"created",void 0),t=yOt([PMt],t)}(cAt),MOt="e-rtl",AOt="e-disabled",_Ot="e-input",OOt="e-multi-line-input",ZOt="e-input-group",DOt="e-float-input",IOt="e-float-line",HOt="e-float-text",NOt="e-float-text-content",TOt="e-clear-icon",LOt="e-clear-icon-hide",POt="e-label-top",VOt="e-label-bottom",jOt="e-no-float-label",zOt="e-input-custom-tag",BOt="e-float-custom-tag";!function(e){var t,n=!0;function r(e){i(e.floatLabelType,e.element),e.element.addEventListener("focus",function(){var e=u(this);(e.classList.contains("e-input-group")||e.classList.contains("e-outline")||e.classList.contains("e-filled"))&&e.classList.add("e-input-focus")}),e.element.addEventListener("blur",function(){var e=u(this);(e.classList.contains("e-input-group")||e.classList.contains("e-outline")||e.classList.contains("e-filled"))&&e.classList.remove("e-input-focus")}),e.element.addEventListener("input",function(){i(t,e.element)})}function i(e,t){var n=t.value;""!==n&&!aSt(n)&&t.parentElement?t.parentElement.classList.add("e-valid-input"):"Always"!==e&&t.parentElement&&t.parentElement.classList.remove("e-valid-input")}function a(){var e=u(this).getElementsByClassName("e-float-text")[0];aSt(e)||(aMt([e],POt),e.classList.contains(VOt)&&oMt([e],VOt))}function o(){var e=u(this);if(e.getElementsByTagName("textarea")[0]?""===e.getElementsByTagName("textarea")[0].value:""===e.getElementsByTagName("input")[0].value){var t=e.getElementsByClassName("e-float-text")[0];aSt(t)||(t.classList.contains(POt)&&oMt([t],POt),aMt([t],VOt))}}function l(e){e.addEventListener("focus",a),e.addEventListener("blur",o)}function s(e,t,n){var r=aSt(n)?iMt:n;"Auto"===e.floatLabelType&&l(e.element),aSt(t.container)?(t.container=m(e,DOt,BOt,"div",r),e.element.parentNode&&e.element.parentNode.insertBefore(t.container,e.element)):(aSt(e.customTag)||t.container.classList.add(BOt),t.container.classList.add(DOt));var i=r("span",{className:IOt}),a=r("label",{className:HOt});if(aSt(e.element.id)||""===e.element.id||(a.id="label_"+e.element.id.replace(/ /g,"_"),fMt(e.element,{"aria-labelledby":a.id})),aSt(e.element.placeholder)||""===e.element.placeholder||(a.innerText=v(e.element.placeholder),e.element.removeAttribute("placeholder")),aSt(e.properties)||aSt(e.properties.placeholder)||""===e.properties.placeholder||(a.innerText=v(e.properties.placeholder)),a.innerText||t.container.classList.add(jOt),t.container.classList.contains("e-float-icon-left")){var o=t.container.querySelector(".e-input-in-wrap");o.appendChild(e.element),o.appendChild(i),o.appendChild(a)}else t.container.appendChild(e.element),t.container.appendChild(i),t.container.appendChild(a);h(e.element.value,a),"Always"===e.floatLabelType&&(a.classList.contains(VOt)&&oMt([a],VOt),aMt([a],POt)),"Auto"===e.floatLabelType&&(e.element.addEventListener("input",function(t){h(e.element.value,a,e.element)}),e.element.addEventListener("blur",function(t){h(e.element.value,a)})),aSt(e.element.getAttribute("id"))||a.setAttribute("for",e.element.getAttribute("id"))}function c(e,t){"Always"===e&&t.classList.contains("e-outline")&&t.classList.add("e-valid-input")}function d(e,t,n){e&&!n?oMt([t],LOt):aMt([t],LOt)}function h(e,t,n){(void 0===n&&(n=null),e)?(aMt([t],POt),t.classList.contains(VOt)&&oMt([t],VOt)):(null==n||n!==document.activeElement)&&(t.classList.contains(POt)&&oMt([t],POt),aMt([t],VOt))}function u(e){var t=aSt(e.parentNode)?e:e.parentNode;return t&&t.classList.contains("e-input-in-wrap")&&(t=t.parentNode),t}function p(e,t,r){(null==n||n)&&t.addEventListener("click",function(n){e.classList.contains(AOt)||e.readOnly||(n.preventDefault(),e!==document.activeElement&&e.focus(),e.value="",aMt([t],LOt))}),e.addEventListener("input",function(n){d(e.value,t)}),e.addEventListener("focus",function(n){d(e.value,t,e.readOnly)}),e.addEventListener("blur",function(e){setTimeout(function(){aMt([t],LOt)},200)})}function f(e,t){if(u(e).classList.contains(DOt)&&"Auto"===t){var n=u(e).getElementsByClassName("e-float-text")[0];h(e.value,n,e)}}function m(e,t,n,r,i){var a,o=aSt(i)?iMt:i;return aSt(e.customTag)?a=o(r,{className:t}):(a=o(e.customTag,{className:t})).classList.add(n),a.classList.add("e-control-wrapper"),a}function v(e){var t="";if(!aSt(e)&&""!==e){var n=document.createElement("span");n.innerHTML='<input placeholder="'+e+'"/>',t=n.children[0].placeholder}return t}function g(e,t,n){aSt(n)||""===n||oMt(t,n.split(" ")),aSt(e)||""===e||aMt(t,e.split(" "))}function b(e,t){aSt(t.getElementsByClassName("e-float-text-content")[0])||(t.getElementsByClassName("e-float-text-content")[0].classList.contains("e-float-text-overflow")&&t.getElementsByClassName("e-float-text-content")[0].classList.remove("e-float-text-overflow"),(e.clientWidth<t.getElementsByClassName("e-float-text-content")[0].clientWidth||e.clientWidth===t.getElementsByClassName("e-float-text-content")[0].clientWidth)&&t.getElementsByClassName("e-float-text-content")[0].classList.add("e-float-text-overflow"))}function y(e,t){e=v(e);var n=u(t);n.classList.contains(DOt)?aSt(e)||""===e?(n.classList.add(jOt),n.getElementsByClassName("e-float-text-content")[0]?n.getElementsByClassName(HOt)[0].children[0].textContent="":n.getElementsByClassName(HOt)[0].textContent=""):(n.getElementsByClassName("e-float-text-content")[0]?n.getElementsByClassName(HOt)[0].children[0].textContent=e:n.getElementsByClassName(HOt)[0].textContent=e,n.classList.remove(jOt),t.removeAttribute("placeholder")):aSt(e)||""===e?(t.removeAttribute("placeholder"),t.removeAttribute("aria-placeholder")):fMt(t,{placeholder:e,"aria-placeholder":e})}function w(e,t,n){e?fMt(t,{readonly:""}):t.removeAttribute("readonly"),aSt(n)||f(t,n)}function x(e,t){e?aMt(t,MOt):oMt(t,MOt)}function E(e,t,n,r){var i={disabled:"disabled","aria-disabled":"true"},a=!aSt(r);e?(t.classList.remove(AOt),C(i,t),a&&oMt([r],AOt)):(t.classList.add(AOt),S(i,t),a&&aMt([r],AOt)),aSt(n)||f(t,n)}function k(e,t,n,r,i){var a=aSt(i)?iMt:i;e?n.clearButton=function(e,t,n,r){var i=(aSt(r)?iMt:r)("span",{className:TOt}),a=t.container;return aSt(n)?(t.container.classList.contains(DOt)?t.container.querySelector("."+HOt):e).insertAdjacentElement("afterend",i):a.appendChild(i),!aSt(a)&&a.classList.contains(DOt)&&aMt([a],ZOt),aMt([i],LOt),p(e,i),i.setAttribute("aria-label","close"),i}(t,n,r,a):(pMt(n.clearButton),n.clearButton=null)}function C(e,t){for(var n=0,r=Object.keys(e);n<r.length;n++){var i=r[n],a=u(t);"disabled"===i&&t.classList.remove(AOt),"disabled"===i&&a.classList.contains(ZOt)&&a.classList.remove(AOt),"placeholder"===i&&a.classList.contains(DOt)?a.getElementsByClassName(HOt)[0].textContent="":t.removeAttribute(i)}}function S(e,t){for(var n=0,r=Object.keys(e);n<r.length;n++){var i=r[n],a=u(t);"disabled"===i&&t.classList.add(AOt),"disabled"===i&&a.classList.contains(ZOt)&&a.classList.add(AOt),"placeholder"===i&&a.classList.contains(DOt)?a.getElementsByClassName(HOt)[0].textContent=e[i]:t.setAttribute(i,e[i])}}function M(e,t){if(e.container.classList.contains("e-outline")&&e.container.getElementsByClassName("e-float-text")[0]){var n=t("span",{className:NOt});n.innerHTML=e.container.getElementsByClassName("e-float-text")[0].innerHTML,e.container.getElementsByClassName("e-float-text")[0].innerHTML="",e.container.getElementsByClassName("e-float-text")[0].appendChild(n)}}function A(e,t,n){var r=[];r.push(n);var i=aSt(n)?t.querySelectorAll(".e-input-group-icon"):r;if(e&&i.length>0)for(var a=0;a<i.length;a++)i[a].addEventListener("mousedown",_,!1),i[a].addEventListener("mouseup",O,!1);else if(i.length>0)for(a=0;a<i.length;a++)i[a].removeEventListener("mousedown",_,this),i[a].removeEventListener("mouseup",O,this)}function _(){for(var e=this.parentElement;!e.classList.contains("e-input-group");)e=e.parentElement;!function(e,t){e.classList.contains("e-disabled")||e.querySelector("input").readOnly||t.classList.add("e-input-btn-ripple")}(e,this)}function O(){var e=this;setTimeout(function(){e.classList.remove("e-input-btn-ripple")},500)}function Z(e,t){var n=t("span",{className:e});return n.classList.add("e-input-group-icon"),n}function D(e,t,n,r){var i=aSt(r)?iMt:r,a=Z(e,i);t.classList.add("e-float-icon-left");var o=t.querySelector(".e-input-in-wrap");if(aSt(o)){o=i("span",{className:"e-input-in-wrap"}),n.parentNode.insertBefore(o,n);var l=t.querySelectorAll(n.tagName+" ~ *");o.appendChild(n);for(var s=0;s<l.length;s++)o.appendChild(l[s])}return o.parentNode.insertBefore(a,o),t.classList.contains(ZOt)||t.classList.add(ZOt),A(!0,t,a),a}function I(e,t,n){var r=Z(e,aSt(n)?iMt:n);return t.classList.contains(ZOt)||t.classList.add(ZOt),(t.classList.contains("e-float-icon-left")?t.querySelector(".e-input-in-wrap"):t).appendChild(r),A(!0,t,r),r}function H(e,t){"hidden"===t.type?e.classList.add("e-hidden"):e.classList.contains("e-hidden")&&e.classList.remove("e-hidden")}e.createInput=function(e,i){var a=aSt(i)?iMt:i,o={container:null,buttons:[],clearButton:null};if(t=e.floatLabelType,n=e.bindClearAction,aSt(e.floatLabelType)||"Never"===e.floatLabelType?(o.container=m(e,ZOt,zOt,"span",a),e.element.parentNode.insertBefore(o.container,e.element),aMt([e.element],_Ot),o.container.appendChild(e.element)):s(e,o,a),r(e),aSt(e.properties)||aSt(e.properties.showClearButton)||!e.properties.showClearButton||"TEXTAREA"===e.element.tagName||(k(e.properties.showClearButton,e.element,o,!0,a),o.clearButton.setAttribute("role","button"),o.container.classList.contains(DOt)&&aMt([o.container],ZOt)),!aSt(e.buttons)&&"TEXTAREA"!==e.element.tagName)for(var l=0;l<e.buttons.length;l++)o.buttons.push(I(e.buttons[l],o.container,a));return aSt(e.element)||"TEXTAREA"!==e.element.tagName||aMt([o.container],OOt),H(o.container,e.element),o=function(e,t){if(!aSt(e.properties))for(var n=0,r=Object.keys(e.properties);n<r.length;n++){switch(r[n]){case"cssClass":g(e.properties.cssClass,[t.container]),c(e.floatLabelType,t.container);break;case"enabled":E(e.properties.enabled,e.element,e.floatLabelType,t.container);break;case"enableRtl":x(e.properties.enableRtl,[t.container]);break;case"placeholder":y(e.properties.placeholder,e.element);break;case"readonly":w(e.properties.readonly,e.element)}}return t}(e,o),M(o,a),o},e.bindInitialEvent=r,e.wireFloatingEvents=l,e.wireClearBtnEvents=p,e.setValue=function(e,t,n,r){if(t.value=e,aSt(t.getAttribute("value"))&&b(t,t.parentElement),aSt(n)||"Auto"!==n||f(t,n),!aSt(r)&&r){var a=u(t);if(!aSt(a)){var o=a.getElementsByClassName(TOt)[0];aSt(o)||(t.value&&a.classList.contains("e-input-focus")?oMt([o],LOt):aMt([o],LOt))}}i(n,t)},e.setCssClass=g,e.calculateWidth=b,e.setWidth=function(e,t){"number"==typeof e?t.style.width=dSt(e):"string"==typeof e&&(t.style.width=e.match(/px|%|em/)?e:dSt(e)),b(t.firstChild,t)},e.setPlaceholder=y,e.setReadonly=w,e.setEnableRtl=x,e.setEnabled=E,e.setClearButton=k,e.removeAttributes=C,e.addAttributes=S,e.removeFloating=function(e){var t=e.container;if(!aSt(t)&&t.classList.contains(DOt)){var n=t.querySelector("textarea")?t.querySelector("textarea"):t.querySelector("input"),r=t.querySelector("."+HOt).textContent,i=null!==t.querySelector(".e-clear-icon");uMt(t.querySelector("."+IOt)),uMt(t.querySelector("."+HOt)),function(e,t,n){aMt([e],t),oMt([e],n)}(t,[ZOt],[DOt]),function(e){e.removeEventListener("focus",a),e.removeEventListener("blur",o)}(n),fMt(n,{placeholder:r}),n.classList.add(_Ot),i||"INPUT"!==n.tagName||n.removeAttribute("required")}},e.addFloating=function(e,n,r,i){var a=aSt(i)?iMt:i,o=bMt(e,"."+ZOt);if(t=n,"Never"!==n){var l=o.tagName,d={element:e,floatLabelType:n,customTag:l="DIV"!==l&&"SPAN"!==l?l:null,properties:{placeholder:r}},h=o.querySelector(".e-clear-icon"),u={container:o};e.classList.remove(_Ot),s(d,u,a),M(u,a),b(d.element,u.container);var p=o.classList.contains("e-float-icon-left");if(aSt(h))if(p)h=o.querySelector(".e-input-in-wrap").querySelector(".e-input-group-icon");else h=o.querySelector(".e-input-group-icon");if(aSt(h))p&&(h=o.querySelector(".e-input-group-icon")),aSt(h)&&o.classList.remove(ZOt);else{var f=o.querySelector("."+IOt),m=o.querySelector("."+HOt),v=p?o.querySelector(".e-input-in-wrap"):o;v.insertBefore(e,h),v.insertBefore(f,h),v.insertBefore(m,h)}}c(n,e.parentElement)},e.createSpanElement=M,e.setRipple=function(e,t){for(var n=0;n<t.length;n++)A(e,t[n].container)},e.addIcon=function(e,t,n,r,i){var a="string"==typeof t?t.split(","):t;if("append"===e.toLowerCase())for(var o=0,l=a;o<l.length;o++){I(l[o],n,i)}else for(var s=0,c=a;s<c.length;s++){D(c[s],n,r,i)}n.getElementsByClassName("e-input-group-icon")[0]&&n.getElementsByClassName("e-float-text-overflow")[0]&&n.getElementsByClassName("e-float-text-overflow")[0].classList.add("e-icon")},e.prependSpan=D,e.appendSpan=I,e.validateInputType=H}(wOt||(wOt={}));var ROt=function(){function e(e){return this.subQuery=null,this.isChild=!1,this.distincts=[],this.queries=[],this.key="",this.fKey="","string"==typeof e?this.fromTable=e:e&&e instanceof Array&&(this.lookups=e),this.expands=[],this.sortedColumns=[],this.groupedColumns=[],this.subQuery=null,this.isChild=!1,this.params=[],this.lazyLoad=[],this}return e.prototype.setKey=function(e){return this.key=e,this},e.prototype.using=function(e){return this.dataManager=e,this},e.prototype.execute=function(e,t,n,r){return(e=e||this.dataManager)?e.executeQuery(this,t,n,r):qOt.throwError('Query - execute() : dataManager needs to be is set using "using" function or should be passed as argument')},e.prototype.executeLocal=function(e){return(e=e||this.dataManager)?e.executeLocal(this):qOt.throwError('Query - executeLocal() : dataManager needs to be is set using "using" function or should be passed as argument')},e.prototype.clone=function(){var t=new e;return t.queries=this.queries.slice(0),t.key=this.key,t.isChild=this.isChild,t.dataManager=this.dataManager,t.fromTable=this.fromTable,t.params=this.params.slice(0),t.expands=this.expands.slice(0),t.sortedColumns=this.sortedColumns.slice(0),t.groupedColumns=this.groupedColumns.slice(0),t.subQuerySelector=this.subQuerySelector,t.subQuery=this.subQuery,t.fKey=this.fKey,t.isCountRequired=this.isCountRequired,t.distincts=this.distincts.slice(0),t.lazyLoad=this.lazyLoad.slice(0),t},e.prototype.from=function(e){return this.fromTable=e,this},e.prototype.addParams=function(e,t){return"function"==typeof t?this.params.push({key:e,fn:t}):this.params.push({key:e,value:t}),this},e.prototype.distinct=function(e){return this.distincts="string"==typeof e?[].slice.call([e],0):e.slice(0),this},e.prototype.expand=function(e){return this.expands="string"==typeof e?[].slice.call([e],0):e.slice(0),this},e.prototype.where=function(e,t,n,r,i){t=t?t.toLowerCase():null;var a=null;return"string"==typeof e?a=new WOt(e,t,n,r,i):e instanceof WOt&&(a=e),this.queries.push({fn:"onWhere",e:a}),this},e.prototype.search=function(e,t,n,r,i){"string"==typeof t&&(t=[t]),n&&"none"!==n||(n="contains");var a=qOt.fnOperators[n];return this.queries.push({fn:"onSearch",e:{fieldNames:t,operator:n,searchKey:e,ignoreCase:r,ignoreAccent:i,comparer:a}}),this},e.prototype.sortBy=function(e,t,n){return this.sortByForeignKey(e,t,n)},e.prototype.sortByForeignKey=function(t,n,r,i){var a,o,l=aSt(i)?"ascending":i;if("string"==typeof t&&qOt.endsWith(t.toLowerCase()," desc")&&(t=t.replace(/ desc$/i,""),n="descending"),n&&"string"!=typeof n||(l=n?n.toLowerCase():"ascending",n=qOt.fnSort(n)),r){a=e.filterQueries(this.queries,"onSortBy");for(var s=0;s<a.length;s++)if("string"==typeof(o=a[s].e.fieldName)){if(o===t)return this}else if(o instanceof Array)for(var c=0;c<o.length;c++)if(o[c]===t||t.toLowerCase()===o[c]+" desc")return this}return this.queries.push({fn:"onSortBy",e:{fieldName:t,comparer:n,direction:l}}),this},e.prototype.sortByDesc=function(e){return this.sortBy(e,"descending")},e.prototype.group=function(e,t,n){return this.sortBy(e,null,!0),this.queries.push({fn:"onGroup",e:{fieldName:e,comparer:t||null,format:n||null}}),this},e.prototype.page=function(e,t){return this.queries.push({fn:"onPage",e:{pageIndex:e,pageSize:t}}),this},e.prototype.range=function(e,t){return this.queries.push({fn:"onRange",e:{start:e,end:t}}),this},e.prototype.take=function(e){return this.queries.push({fn:"onTake",e:{nos:e}}),this},e.prototype.skip=function(e){return this.queries.push({fn:"onSkip",e:{nos:e}}),this},e.prototype.select=function(e){return"string"==typeof e&&(e=[].slice.call([e],0)),this.queries.push({fn:"onSelect",e:{fieldNames:e}}),this},e.prototype.hierarchy=function(e,t){return this.subQuerySelector=t,this.subQuery=e,this},e.prototype.foreignKey=function(e){return this.fKey=e,this},e.prototype.requiresCount=function(){return this.isCountRequired=!0,this},e.prototype.aggregate=function(e,t){return this.queries.push({fn:"onAggregates",e:{field:t,type:e}}),this},e.filterQueries=function(e,t){return e.filter(function(e){return e.fn===t})},e.filterQueryLists=function(e,t){for(var n=e.filter(function(e){return-1!==t.indexOf(e.fn)}),r={},i=0;i<n.length;i++)r[n[i].fn]||(r[n[i].fn]=n[i].e);return r},e}(),WOt=function(){function e(t,n,r,i,a){return void 0===i&&(i=!1),this.ignoreAccent=!1,this.isComplex=!1,"string"==typeof t?(this.field=t,this.operator=n.toLowerCase(),this.value=r,this.ignoreCase=i,this.ignoreAccent=a,this.isComplex=!1,this.comparer=qOt.fnOperators.processOperator(this.operator)):(t instanceof e&&r instanceof e||r instanceof Array)&&(this.isComplex=!0,this.condition=n.toLowerCase(),this.predicates=[t],r instanceof Array?[].push.apply(this.predicates,r):this.predicates.push(r)),this}return e.and=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return e.combinePredicates([].slice.call(t,0),"and")},e.prototype.and=function(t,n,r,i,a){return e.combine(this,t,n,r,"and",i,a)},e.or=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return e.combinePredicates([].slice.call(t,0),"or")},e.prototype.or=function(t,n,r,i,a){return e.combine(this,t,n,r,"or",i,a)},e.fromJson=function(e){if(e instanceof Array){for(var t=[],n=0,r=e.length;n<r;n++)t.push(this.fromJSONData(e[n]));return t}var i=e;return this.fromJSONData(i)},e.prototype.validate=function(e){var t,n,r=this.predicates?this.predicates:[];if(!this.isComplex&&this.comparer)return this.comparer.call(this,qOt.getObject(this.field,e),this.value,this.ignoreCase,this.ignoreAccent);t="and"===this.condition;for(var i=0;i<r.length;i++)if(n=r[i].validate(e),t){if(!n)return!1}else if(n)return!0;return t},e.prototype.toJson=function(){var e,t;if(this.isComplex){e=[],t=this.predicates;for(var n=0;n<t.length;n++)e.push(t[n].toJson())}return{isComplex:this.isComplex,field:this.field,operator:this.operator,value:this.value,ignoreCase:this.ignoreCase,ignoreAccent:this.ignoreAccent,condition:this.condition,predicates:e}},e.combinePredicates=function(t,n){if(1===t.length){if(!(t[0]instanceof Array))return t[0];t=t[0]}return new e(t[0],n,t.slice(1))},e.combine=function(t,n,r,i,a,o,l){return n instanceof e?e[a](t,n):"string"==typeof n?e[a](t,new e(n,r,i,o,l)):qOt.throwError("Predicate - "+a+" : invalid arguments")},e.fromJSONData=function(t){for(var n=t.predicates||[],r=n.length,i=[],a=0;a<r;a++)i.push(this.fromJSONData(n[a]));return t.isComplex?new e(i[0],t.condition,i.slice(1)):new e(t.field,t.operator,t.value,t.ignoreCase,t.ignoreAccent)},e}(),FOt={GroupGuid:"{271bbba0-1ee7}"},qOt=function(){function e(){}return e.getValue=function(e,t){return"function"==typeof e?e.call(t||{}):e},e.endsWith=function(e,t){return e.slice&&e.slice(-t.length)===t},e.startsWith=function(e,t){return e.slice(0,t.length)===t},e.fnSort=function(t){return"ascending"===(t=t?e.toLowerCase(t):"ascending")?this.fnAscending:this.fnDescending},e.fnAscending=function(e,t){return aSt(e)&&aSt(t)||null==t?-1:"string"==typeof e?e.localeCompare(t):null==e?1:e-t},e.fnDescending=function(e,t){return aSt(e)&&aSt(t)?-1:null==t?1:"string"==typeof e?-1*e.localeCompare(t):null==e?-1:t-e},e.extractFields=function(e,t){for(var n={},r=0;r<t.length;r++)n=this.setValue(t[r],this.getObject(t[r],e),n);return n},e.select=function(e,t){for(var n=[],r=0;r<e.length;r++)n.push(this.extractFields(e[r],t));return n},e.group=function(t,n,r,i,a,o,l){i=i||1;var s=t,c="GroupGuid";if(s.GroupGuid===FOt[c]){for(var d=function(e){if(aSt(a))s[e].items=h.group(s[e].items,n,r,s.level+1,null,o,l),s[e].count=s[e].items.length;else{var t,i=a.filter(function(t){return t.key===s[e].key});t=a.indexOf(i[0]),s[e].items=h.group(s[e].items,n,r,s.level+1,a[t].items,o,l),s[e].count=a[t].count}},h=this,u=0;u<s.length;u++)d(u);return s.childLevels+=1,s}var p={},f=[];f.GroupGuid=FOt[c],f.level=i,f.childLevels=0,f.records=s;for(var m=function(e){var t=v.getVal(s,e,n);if(aSt(o)||(t=o(t,n)),!p[t]&&(p[t]={key:t,count:0,items:[],aggregates:{},field:n},f.push(p[t]),!aSt(a))){var i=a.filter(function(e){return e.key===p[t].key});p[t].count=i[0].count}p[t].count=aSt(a)?p[t].count+=1:p[t].count,(!l||l&&r.length)&&p[t].items.push(s[e])},v=this,g=0;g<s.length;g++)m(g);if(r&&r.length){var b=function(t){for(var n={},i=void 0,o=r,l=0;l<r.length;l++)if(i=e.aggregates[r[l].type],aSt(a))i&&(n[o[l].field+" - "+o[l].type]=i(f[t].items,o[l].field));else{var s=a.filter(function(e){return e.key===f[t].key});i&&(n[o[l].field+" - "+o[l].type]=i(s[0].items,o[l].field))}f[t].aggregates=n};for(g=0;g<f.length;g++)b(g)}if(l&&f.length&&r.length)for(g=0;g<f.length;g++)f[g].items=[];return s.length&&f||s},e.buildHierarchy=function(e,t,n,r,i){var a,o={};for(r.result&&(r=r.result),r.GroupGuid&&this.throwError("DataManager: Do not have support Grouping in hierarchy"),a=0;a<r.length;a++){(o[l=this.getObject(e,r[a])]||(o[l]=[])).push(r[a])}for(a=0;a<n.length;a++){var l=this.getObject(i||e,n[a]);n[a][t]=o[l]}},e.getFieldList=function(e,t,n){if(void 0===n&&(n=""),null==t)return this.getFieldList(e,[],n);for(var r=e,i=0,a=Object.keys(e);i<a.length;i++){var o=a[i];"object"!=typeof r[o]||r[o]instanceof Array?t.push(n+o):this.getFieldList(r[o],t,n+o+".")}return t},e.getObject=function(e,t){if(!e)return t;if(t){if(-1===e.indexOf("."))return t[e];for(var n=t,r=e.split("."),i=0;i<r.length&&null!=n;i++)n=n[r[i]];return n}},e.setValue=function(e,t,n){var r,i,a=e.toString().split("."),o=n||{},l=o,s=a.length;for(r=0;r<s;r++)i=a[r],r+1===s?l[i]=void 0===t?void 0:t:aSt(l[i])&&(l[i]={}),l=l[i];return o},e.sort=function(e,t,n){if(e.length<=1)return e;var r=parseInt((e.length/2).toString(),10),i=e.slice(0,r),a=e.slice(r);return i=this.sort(i,t,n),a=this.sort(a,t,n),this.merge(i,a,t,n)},e.ignoreDiacritics=function(t){return"string"!=typeof t?t:t.split("").map(function(t){return t in e.diacritics?e.diacritics[t]:t}).join("")},e.merge=function(e,t,n,r){for(var i,a=[];e.length>0||t.length>0;)i=e.length>0&&t.length>0?r?r(this.getVal(e,0,n),this.getVal(t,0,n),e[0],t[0])<=0?e:t:e[0][n]<e[0][n]?e:t:e.length>0?e:t,a.push(i.shift());return a},e.getVal=function(e,t,n){return n?this.getObject(n,e[t]):e[t]},e.toLowerCase=function(e){return e?"string"==typeof e?e.toLowerCase():e.toString():0===e||!1===e?e.toString():""},e.callAdaptorFunction=function(e,t,n,r){if(t in e){var i=e[t](n,r);aSt(i)||(n=i)}return n},e.getAddParams=function(t,n,r){var i={};return e.callAdaptorFunction(t,"addParams",{dm:n,query:r,params:r.params,reqParams:i}),i},e.isPlainObject=function(e){return!!e&&e.constructor===Object},e.isCors=function(){var e=null;try{e=new window.XMLHttpRequest}catch(e){}return!!e&&"withCredentials"in e},e.getGuid=function(e){var t;return(e||"")+"00000000-0000-4000-0000-000000000000".replace(/0/g,function(e,n){if("crypto"in window&&"getRandomValues"in crypto){var r=new Uint8Array(1);window.crypto.getRandomValues(r),t=r[0]%16|0}else t=16*Math.random()|0;return"0123456789abcdef"[19===n?3&t|8:t]})},e.isNull=function(e){return null==e},e.getItemFromComparer=function(t,n,r){var i,a,o,l=0,s="string"==typeof e.getVal(t,0,n);if(t.length)for(;aSt(i)&&l<t.length;)i=e.getVal(t,l,n),o=t[l++];for(;l<t.length;l++)aSt(a=e.getVal(t,l,n))||(s&&(i=+i,a=+a),r(i,a)>0&&(i=a,o=t[l]));return o},e.distinct=function(t,n,r){r=!aSt(r)&&r;var i,a=[],o={};return t.forEach(function(l,s){(i="object"==typeof t[s]?e.getVal(t,s,n):t[s])in o||(a.push(r?t[s]:i),o[i]=1)}),a},e.processData=function(e,t){var n=this.prepareQuery(e),r=new nZt(t);e.requiresCounts&&n.requiresCount();var i=r.executeLocal(n),a={result:e.requiresCounts?i.result:i,count:i.count,aggregates:JSON.stringify(i.aggregates)};return e.requiresCounts?a:i},e.prepareQuery=function(t){var n=this,r=new ROt;(t.select&&r.select(t.select),t.where)&&e.parse.parseJson(t.where).filter(function(e){if(aSt(e.condition))r.where(e.field,e.operator,e.value,e.ignoreCase,e.ignoreAccent);else{var t=[];e.field?t.push(new WOt(e.field,e.operator,e.value,e.ignoreCase,e.ignoreAccent)):t=t.concat(n.getPredicate(e.predicates)),"or"==e.condition?r.where(WOt.or(t)):"and"==e.condition&&r.where(WOt.and(t))}});t.search&&e.parse.parseJson(t.search).filter(function(e){return r.search(e.key,e.fields,e.operator,e.ignoreCase,e.ignoreAccent)});return t.aggregates&&t.aggregates.filter(function(e){return r.aggregate(e.type,e.field)}),t.sorted&&t.sorted.filter(function(e){return r.sortBy(e.name,e.direction)}),t.skip&&r.skip(t.skip),t.take&&r.take(t.take),t.group&&t.group.filter(function(e){return r.group(e)}),r},e.getPredicate=function(e){for(var t=[],n=0;n<e.length;n++){var r=e[n];if(r.field)t.push(new WOt(r.field,r.operator,r.value,r.ignoreCase,r.ignoreAccent));else{for(var i=[],a=this.getPredicate(r.predicates),o=0,l=Object.keys(a);o<l.length;o++){var s=l[o];i.push(a[s])}t.push("or"==r.condition?WOt.or(i):WOt.and(i))}}return t},e.serverTimezoneOffset=null,e.timeZoneHandling=!0,e.throwError=function(e){try{throw new Error(e)}catch(e){throw e.message+"\n"+e.stack}},e.aggregates={sum:function(t,n){for(var r,i=0,a="number"!=typeof e.getVal(t,0,n),o=0;o<t.length;o++)r=e.getVal(t,o,n),isNaN(r)||null===r||(a&&(r=+r),i+=r);return i},average:function(t,n){return e.aggregates.sum(t,n)/t.length},min:function(t,n){var r;return"function"==typeof n&&(r=n,n=null),e.getObject(n,e.getItemFromComparer(t,n,r||e.fnAscending))},max:function(t,n){var r;return"function"==typeof n&&(r=n,n=null),e.getObject(n,e.getItemFromComparer(t,n,r||e.fnDescending))},truecount:function(e,t){return new nZt(e).executeLocal((new ROt).where(t,"equal",!0,!0)).length},falsecount:function(e,t){return new nZt(e).executeLocal((new ROt).where(t,"equal",!1,!0)).length},count:function(e,t){return e.length}},e.operatorSymbols={"<":"lessthan",">":"greaterthan","<=":"lessthanorequal",">=":"greaterthanorequal","==":"equal","!=":"notequal","*=":"contains","$=":"endswith","^=":"startswith"},e.odBiOperator={"<":" lt ",">":" gt ","<=":" le ",">=":" ge ","==":" eq ","!=":" ne ",lessthan:" lt ",lessthanorequal:" le ",greaterthan:" gt ",greaterthanorequal:" ge ",equal:" eq ",notequal:" ne "},e.odUniOperator={"$=":"endswith","^=":"startswith","*=":"substringof",endswith:"endswith",startswith:"startswith",contains:"substringof"},e.odv4UniOperator={"$=":"endswith","^=":"startswith","*=":"contains",endswith:"endswith",startswith:"startswith",contains:"contains"},e.diacritics={"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ω":"ω","ς":"σ"},e.fnOperators={equal:function(t,n,r,i){return i&&(t=e.ignoreDiacritics(t),n=e.ignoreDiacritics(n)),r?e.toLowerCase(t)===e.toLowerCase(n):t===n},notequal:function(t,n,r,i){return i&&(t=e.ignoreDiacritics(t),n=e.ignoreDiacritics(n)),!e.fnOperators.equal(t,n,r)},lessthan:function(t,n,r){return r?e.toLowerCase(t)<e.toLowerCase(n):(aSt(t)&&(t=void 0),t<n)},greaterthan:function(t,n,r){return r?e.toLowerCase(t)>e.toLowerCase(n):t>n},lessthanorequal:function(t,n,r){return r?e.toLowerCase(t)<=e.toLowerCase(n):(aSt(t)&&(t=void 0),t<=n)},greaterthanorequal:function(t,n,r){return r?e.toLowerCase(t)>=e.toLowerCase(n):t>=n},contains:function(t,n,r,i){return i&&(t=e.ignoreDiacritics(t),n=e.ignoreDiacritics(n)),r?!aSt(t)&&!aSt(n)&&-1!==e.toLowerCase(t).indexOf(e.toLowerCase(n)):!aSt(t)&&!aSt(n)&&-1!==t.toString().indexOf(n)},notnull:function(e){return null!==e},isnull:function(e){return null===e},startswith:function(t,n,r,i){return i&&(t=e.ignoreDiacritics(t),n=e.ignoreDiacritics(n)),r?t&&n&&e.startsWith(e.toLowerCase(t),e.toLowerCase(n)):t&&n&&e.startsWith(t,n)},endswith:function(t,n,r,i){return i&&(t=e.ignoreDiacritics(t),n=e.ignoreDiacritics(n)),r?t&&n&&e.endsWith(e.toLowerCase(t),e.toLowerCase(n)):t&&n&&e.endsWith(t,n)},processSymbols:function(t){var n=e.operatorSymbols[t];return n?e.fnOperators[n]:e.throwError("Query - Process Operator : Invalid operator")},processOperator:function(t){var n=e.fnOperators[t];return n||e.fnOperators.processSymbols(t)}},e.parse={parseJson:function(t){return"string"==typeof t?t=JSON.parse(t,e.parse.jsonReviver):t instanceof Array?e.parse.iterateAndReviveArray(t):"object"==typeof t&&null!==t&&e.parse.iterateAndReviveJson(t),t},iterateAndReviveArray:function(t){for(var n=0;n<t.length;n++)"object"==typeof t[n]&&null!==t[n]?e.parse.iterateAndReviveJson(t[n]):"string"!=typeof t[n]||/^[\s]*\[|^[\s]*\{(.)+:|\"/g.test(t[n])?t[n]=e.parse.parseJson(t[n]):t[n]=e.parse.jsonReviver("",t[n])},iterateAndReviveJson:function(t){for(var n,r=0,i=Object.keys(t);r<i.length;r++){var a=i[r];e.startsWith(a,"__")||("object"==typeof(n=t[a])?n instanceof Array?e.parse.iterateAndReviveArray(n):n&&e.parse.iterateAndReviveJson(n):t[a]=e.parse.jsonReviver(t[a],n))}},jsonReviver:function(t,n){if("string"==typeof n){var r=/^\/Date\(([+-]?[0-9]+)([+-][0-9]{4})?\)\/$/.exec(n),i=e.timeZoneHandling?e.serverTimezoneOffset:null;if(r)return e.dateParse.toTimeZone(new Date(parseInt(r[1],10)),i,!0);if(/^(\d{4}\-\d\d\-\d\d([tT][\d:\.]*){1})([zZ]|([+\-])(\d\d):?(\d\d))?$/.test(n)){var a=n.indexOf("Z")>-1||n.indexOf("z")>-1,o=n.split(/[^0-9.]/);if(a)n=e.dateParse.toTimeZone(new Date(parseInt(o[0],10),parseInt(o[1],10)-1,parseInt(o[2],10),parseInt(o[3],10),parseInt(o[4],10),parseInt(o[5],10)),e.serverTimezoneOffset,!1);else{var l=new Date(parseInt(o[0],10),parseInt(o[1],10)-1,parseInt(o[2],10),parseInt(o[3],10),parseInt(o[4],10),parseInt(o[5],10)),s=parseInt(o[6],10),c=parseInt(o[7],10);if(isNaN(s)&&isNaN(c))return l;n.indexOf("+")>-1?l.setHours(l.getHours()-s,l.getMinutes()-c):l.setHours(l.getHours()+s,l.getMinutes()+c),n=e.dateParse.toTimeZone(l,e.serverTimezoneOffset,!1)}null==e.serverTimezoneOffset&&(n=e.dateParse.addSelfOffset(n))}}return n},isJson:function(t){return"string"==typeof t[0]?t:e.parse.parseJson(t)},isGuid:function(e){return null!=/[A-Fa-f0-9]{8}(?:-[A-Fa-f0-9]{4}){3}-[A-Fa-f0-9]{12}/i.exec(e)},replacer:function(t,n){return e.isPlainObject(t)?e.parse.jsonReplacer(t,n):t instanceof Array?e.parse.arrayReplacer(t):t instanceof Date?e.parse.jsonReplacer({val:t},n).val:t},jsonReplacer:function(t,n){for(var r,i=0,a=Object.keys(t);i<a.length;i++){var o=a[i];if((r=t[o])instanceof Date){var l=r;null==e.serverTimezoneOffset?t[o]=e.dateParse.toTimeZone(l,null).toJSON():(l=new Date(+l+36e5*e.serverTimezoneOffset),t[o]=e.dateParse.toTimeZone(e.dateParse.addSelfOffset(l),null).toJSON())}}return t},arrayReplacer:function(t){for(var n=0;n<t.length;n++)e.isPlainObject(t[n])?t[n]=e.parse.jsonReplacer(t[n]):t[n]instanceof Date&&(t[n]=e.parse.jsonReplacer({date:t[n]}).date);return t},jsonDateReplacer:function(t,n){if("value"===t&&n){if("string"==typeof n){var r=/^\/Date\(([+-]?[0-9]+)([+-][0-9]{4})?\)\/$/.exec(n);if(r)n=e.dateParse.toTimeZone(new Date(parseInt(r[1],10)),null,!0);else if(/^(\d{4}\-\d\d\-\d\d([tT][\d:\.]*){1})([zZ]|([+\-])(\d\d):?(\d\d))?$/.test(n)){var i=n.split(/[^0-9]/);n=e.dateParse.toTimeZone(new Date(parseInt(i[0],10),parseInt(i[1],10)-1,parseInt(i[2],10),parseInt(i[3],10),parseInt(i[4],10),parseInt(i[5],10)),null,!0)}}if(n instanceof Date)return n=e.dateParse.addSelfOffset(n),null===e.serverTimezoneOffset?e.dateParse.toTimeZone(e.dateParse.addSelfOffset(n),null).toJSON():(n=e.dateParse.toTimeZone(n,n.getTimezoneOffset()/60*2-e.serverTimezoneOffset,!1)).toJSON()}return n}},e.dateParse={addSelfOffset:function(e){return new Date(+e-6e4*e.getTimezoneOffset())},toUTC:function(e){return new Date(+e+6e4*e.getTimezoneOffset())},toTimeZone:function(t,n,r){if(null===n)return t;var i=r?e.dateParse.toUTC(t):t;return new Date(+i-36e5*n)},toLocalTime:function(e){var t=e,n=-t.getTimezoneOffset(),r=n>=0?"+":"-",i=function(e){var t=Math.floor(Math.abs(e));return(t<10?"0":"")+t};return t.getFullYear()+"-"+i(t.getMonth()+1)+"-"+i(t.getDate())+"T"+i(t.getHours())+":"+i(t.getMinutes())+":"+i(t.getSeconds())+r+i(n/60)+":"+i(n%60)}},e}(),YOt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),UOt={GroupGuid:"{271bbba0-1ee7}"},GOt=function(){function e(t){this.options={from:"table",requestType:"json",sortBy:"sorted",select:"select",skip:"skip",group:"group",take:"take",search:"search",count:"requiresCounts",where:"where",aggregates:"aggregates",expand:"expand"},this.type=e,this.dataSource=t,this.pvt={}}return e.prototype.processResponse=function(e,t,n,r){return e},e}(),XOt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return YOt(t,e),t.prototype.processQuery=function(e,t){for(var n,r,i,a=e.dataSource.json.slice(0),o=a.length,l=!0,s={},c=0,d=[],h=0;h<t.lazyLoad.length;h++)c++,s[t.lazyLoad[h].key]=t.lazyLoad[h].value;var u={};for(h=0;h<t.queries.length;h++)"onPage"!==(r=t.queries[h]).fn&&"onGroup"!==r.fn||!t.lazyLoad.length?(n=this[r.fn].call(this,a,r.e,t),"onAggregates"===r.fn?u[r.e.field+" - "+r.e.type]=n:a=void 0!==n?n:a,"onPage"!==r.fn&&"onSkip"!==r.fn&&"onTake"!==r.fn&&"onRange"!==r.fn||(l=!1),l&&(o=a.length)):("onGroup"===r.fn&&d.push(r.e),"onPage"===r.fn&&(i=r.e));if(c){var p={query:t,lazyLoad:s,result:a,group:d,page:i},f=this.lazyLoadGroup(p);a=f.result,o=f.count}return t.isCountRequired&&(a={result:a,count:o,aggregates:u}),a},t.prototype.lazyLoadGroup=function(e){var t=0,n=this.getAggregate(e.query),r=e.result;if(aSt(e.lazyLoad.onDemandGroupInfo)){o=e.group[0].fieldName;t=(r=qOt.group(r,o,n,null,null,e.group[0].comparer,!0)).length;l=r;e.page&&(r=this.onPage(r,e.page,e.query)),this.formGroupResult(r,l)}else{for(var i=e.lazyLoad.onDemandGroupInfo,a=i.where.length-1;a>=0;a--)r=this.onWhere(r,i.where[a]);if(e.group.length!==i.level){var o=e.group[i.level].fieldName;r=qOt.group(r,o,n,null,null,e.group[0].comparer,!0)}t=r.length;var l=r;r=(r=r.slice(i.skip)).slice(0,i.take),e.group.length!==i.level&&this.formGroupResult(r,l)}return{result:r,count:t}},t.prototype.formGroupResult=function(e,t){if(e.length&&t.length){var n="GroupGuid",r="childLevels",i="level",a="records";e[n]=t[n],e[r]=t[r],e[i]=t[i],e[a]=t[a]}return e},t.prototype.getAggregate=function(e){var t=ROt.filterQueries(e.queries,"onAggregates"),n=[];if(t.length)for(var r=void 0,i=0;i<t.length;i++)r=t[i].e,n.push({type:r.type,field:qOt.getValue(r.field,e)});return n},t.prototype.batchRequest=function(e,t,n){var r,i=t.deletedRecords.length;for(r=0;r<t.addedRecords.length;r++)this.insert(e,t.addedRecords[r]);for(r=0;r<t.changedRecords.length;r++)this.update(e,n.key,t.changedRecords[r]);for(r=0;r<i;r++)this.remove(e,n.key,t.deletedRecords[r]);return t},t.prototype.onWhere=function(e,t){return e&&e.length?e.filter(function(e){if(t)return t.validate(e)}):e},t.prototype.onAggregates=function(e,t){var n=qOt.aggregates[t.type];return e&&n&&0!==e.length?n(e,t.field):null},t.prototype.onSearch=function(e,t){return e&&e.length?(0===t.fieldNames.length&&qOt.getFieldList(e[0],t.fieldNames),e.filter(function(e){for(var n=0;n<t.fieldNames.length;n++)if(t.comparer.call(e,qOt.getObject(t.fieldNames[n],e),t.searchKey,t.ignoreCase,t.ignoreAccent))return!0;return!1})):e},t.prototype.onSortBy=function(e,t,n){if(!e||!e.length)return e;var r,i=qOt.getValue(t.fieldName,n);if(!i)return e.sort(t.comparer);if(i instanceof Array){for(var a=(i=i.slice(0)).length-1;a>=0;a--)i[a]&&(r=t.comparer,qOt.endsWith(i[a]," desc")&&(r=qOt.fnSort("descending"),i[a]=i[a].replace(" desc","")),e=qOt.sort(e,i[a],r));return e}return qOt.sort(e,i,t.comparer)},t.prototype.onGroup=function(e,t,n){if(!e||!e.length)return e;var r=this.getAggregate(n);return qOt.group(e,qOt.getValue(t.fieldName,n),r,null,null,t.comparer)},t.prototype.onPage=function(e,t,n){var r=qOt.getValue(t.pageSize,n),i=(qOt.getValue(t.pageIndex,n)-1)*r,a=i+r;return e&&e.length?e.slice(i,a):e},t.prototype.onRange=function(e,t){return e&&e.length?e.slice(qOt.getValue(t.start),qOt.getValue(t.end)):e},t.prototype.onTake=function(e,t){return e&&e.length?e.slice(0,qOt.getValue(t.nos)):e},t.prototype.onSkip=function(e,t){return e&&e.length?e.slice(qOt.getValue(t.nos)):e},t.prototype.onSelect=function(e,t){return e&&e.length?qOt.select(e,qOt.getValue(t.fieldNames)):e},t.prototype.insert=function(e,t,n,r,i){return aSt(i)?e.dataSource.json.push(t):e.dataSource.json.splice(i,0,t)},t.prototype.remove=function(e,t,n,r){var i,a=e.dataSource.json;for("object"!=typeof n||n instanceof Date||(n=qOt.getObject(t,n)),i=0;i<a.length&&qOt.getObject(t,a[i])!==n;i++);return i!==a.length?a.splice(i,1):null},t.prototype.update=function(e,t,n,r){var i,a,o=e.dataSource.json;for(aSt(t)||(a=KCt(t,n)),i=0;i<o.length&&(aSt(t)||KCt(t,o[i])!==a);i++);return i<o.length?rSt(o[i],n):null},t}(GOt),JOt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return YOt(t,e),t.prototype.processQuery=function(e,t,n){var r,i,a=this.getQueryRequest(t),o=ROt.filterQueryLists(t.queries,["onSelect","onPage","onSkip","onTake","onRange"]),l=t.params,s=e.dataSource.url,c=null,d=this.options,h={sorts:[],groups:[],filters:[],searches:[],aggregates:[]};"onPage"in o?(r=o.onPage,i=((i=qOt.getValue(r.pageIndex,t))-1)*(c=qOt.getValue(r.pageSize,t))):"onRange"in o&&(i=(r=o.onRange).start,c=r.end-r.start);for(var u=0;u<a.sorts.length;u++)r=qOt.getValue(a.sorts[u].e.fieldName,t),h.sorts.push(qOt.callAdaptorFunction(this,"onEachSort",{name:r,direction:a.sorts[u].e.direction},t));n&&(r=this.getFiltersFrom(n,t))&&h.filters.push(qOt.callAdaptorFunction(this,"onEachWhere",r.toJson(),t));for(u=0;u<a.filters.length;u++){var p=qOt.callAdaptorFunction(this,"onEachWhere",a.filters[u].e.toJson(),t);this.getModuleName&&"ODataV4Adaptor"===this.getModuleName()&&!aSt(a.filters[u].e.key)&&a.filters.length>1&&(p="("+p+")"),h.filters.push(p);for(var f=0,m="object"==typeof h.filters[u]?Object.keys(h.filters[u]):[];f<m.length;f++){var v=m[f];qOt.isNull(h[v])&&delete h[v]}}for(u=0;u<a.searches.length;u++)r=a.searches[u].e,h.searches.push(qOt.callAdaptorFunction(this,"onEachSearch",{fields:r.fieldNames,operator:r.operator,key:r.searchKey,ignoreCase:r.ignoreCase},t));for(u=0;u<a.groups.length;u++)h.groups.push(qOt.getValue(a.groups[u].e.fieldName,t));for(u=0;u<a.aggregates.length;u++)r=a.aggregates[u].e,h.aggregates.push({type:r.type,field:qOt.getValue(r.field,t)});var g={};if(this.getRequestQuery(d,t,o,h,g),qOt.callAdaptorFunction(this,"addParams",{dm:e,query:t,params:l,reqParams:g}),t.lazyLoad.length)for(u=0;u<t.lazyLoad.length;u++)g[t.lazyLoad[u].key]=t.lazyLoad[u].value;for(var b=0,y=Object.keys(g);b<y.length;b++){v=y[b];(qOt.isNull(g[v])||""===g[v]||0===g[v].length)&&delete g[v]}d.skip in g&&d.take in g||null===c||(g[d.skip]=qOt.callAdaptorFunction(this,"onSkip",i,t),g[d.take]=qOt.callAdaptorFunction(this,"onTake",c,t));var w=this.pvt;return this.pvt={},"json"===this.options.requestType?{data:JSON.stringify(g,qOt.parse.jsonDateReplacer),url:s,pvtData:w,type:"POST",contentType:"application/json; charset=utf-8"}:(r=this.convertToQueryString(g,t,e),{type:"GET",url:(r=(-1!==e.dataSource.url.indexOf("?")?"&":"/")+r).length?s.replace(/\/*$/,r):s,pvtData:w})},t.prototype.getRequestQuery=function(e,t,n,r,i){var a=i;a[e.from]=t.fromTable,e.apply&&t.distincts.length&&(a[e.apply]="onDistinct"in this?qOt.callAdaptorFunction(this,"onDistinct",t.distincts):""),!t.distincts.length&&e.expand&&(a[e.expand]="onExpand"in this&&"onSelect"in n?qOt.callAdaptorFunction(this,"onExpand",{selects:qOt.getValue(n.onSelect.fieldNames,t),expands:t.expands},t):t.expands),a[e.select]="onSelect"in n&&!t.distincts.length?qOt.callAdaptorFunction(this,"onSelect",qOt.getValue(n.onSelect.fieldNames,t),t):"",a[e.count]=t.isCountRequired?qOt.callAdaptorFunction(this,"onCount",t.isCountRequired,t):"",a[e.search]=r.searches.length?qOt.callAdaptorFunction(this,"onSearch",r.searches,t):"",a[e.skip]="onSkip"in n?qOt.callAdaptorFunction(this,"onSkip",qOt.getValue(n.onSkip.nos,t),t):"",a[e.take]="onTake"in n?qOt.callAdaptorFunction(this,"onTake",qOt.getValue(n.onTake.nos,t),t):"",a[e.where]=r.filters.length||r.searches.length?qOt.callAdaptorFunction(this,"onWhere",r.filters,t):"",a[e.sortBy]=r.sorts.length?qOt.callAdaptorFunction(this,"onSortBy",r.sorts,t):"",a[e.group]=r.groups.length?qOt.callAdaptorFunction(this,"onGroup",r.groups,t):"",a[e.aggregates]=r.aggregates.length?qOt.callAdaptorFunction(this,"onAggregates",r.aggregates,t):"",a.param=[]},t.prototype.convertToQueryString=function(e,t,n){return""},t.prototype.processResponse=function(e,t,n,r,i,a){if(r&&r.getResponseHeader("Content-Type")&&-1!==r.getResponseHeader("Content-Type").indexOf("application/json")){var o=qOt.timeZoneHandling;t&&!t.timeZoneHandling&&(qOt.timeZoneHandling=!1),e=qOt.parse.parseJson(e),qOt.timeZoneHandling=o}var l=i,s=l.pvtData||{},c=e?e.groupDs:[];if(r&&r.getResponseHeader("Content-Type")&&-1!==r.getResponseHeader("Content-Type").indexOf("xml"))return n.isCountRequired?{result:[],count:0}:[];var d=JSON.parse(l.data);if(d&&"batch"===d.action&&e&&e.addedRecords)return a.addedRecords=e.addedRecords,a;e&&e.d&&(e=e.d);var h={};e&&"count"in e&&(h.count=e.count),h.result=e&&e.result?e.result:e;var u=!1;if(Array.isArray(e.result)&&e.result.length){if(aSt(e.result[0].key)||(h.result=this.formRemoteGroupedData(h.result,1,s.groups.length-1)),n&&n.lazyLoad.length&&s.groups.length)for(var p=0;p<n.lazyLoad.length;p++)if("onDemandGroupInfo"===n.lazyLoad[p].key){var f=n.lazyLoad[p].value.level;s.groups.length===f&&(u=!0)}}return u||this.getAggregateResult(s,e,h,c,n),qOt.isNull(h.count)?h.result:{result:h.result,count:h.count,aggregates:h.aggregates}},t.prototype.formRemoteGroupedData=function(e,t,n){for(var r=0;r<e.length;r++)e[r].items.length&&Object.keys(e[r].items[0]).indexOf("key")>-1&&this.formRemoteGroupedData(e[r].items,t+1,n-1);var i="GroupGuid",a="records";return e[i]=UOt[i],e.level=t,e.childLevels=n,e[a]=e[0].items.length?this.getGroupedRecords(e,!aSt(e[0].items[a])):[],e},t.prototype.getGroupedRecords=function(e,t){for(var n=[],r=0;r<e.length;r++)if(t)n=n.concat(e[r].items.records);else for(var i=0;i<e[r].items.length;i++)n.push(e[r].items[i]);return n},t.prototype.onGroup=function(e){return this.pvt.groups=e,e},t.prototype.onAggregates=function(e){this.pvt.aggregates=e},t.prototype.batchRequest=function(e,t,n,r,i){return{type:"POST",url:e.dataSource.batchUrl||e.dataSource.crudUrl||e.dataSource.removeUrl||e.dataSource.url,contentType:"application/json; charset=utf-8",dataType:"json",data:JSON.stringify(iSt({},{changed:t.changedRecords,added:t.addedRecords,deleted:t.deletedRecords,action:"batch",table:n[undefined],key:n[undefined]},qOt.getAddParams(this,e,r)))}},t.prototype.beforeSend=function(e,t){},t.prototype.insert=function(e,t,n,r){return{url:e.dataSource.insertUrl||e.dataSource.crudUrl||e.dataSource.url,data:JSON.stringify(iSt({},{value:t,table:n,action:"insert"},qOt.getAddParams(this,e,r)))}},t.prototype.remove=function(e,t,n,r,i){return{type:"POST",url:e.dataSource.removeUrl||e.dataSource.crudUrl||e.dataSource.url,data:JSON.stringify(iSt({},{key:n,keyColumn:t,table:r,action:"remove"},qOt.getAddParams(this,e,i)))}},t.prototype.update=function(e,t,n,r,i){return{type:"POST",url:e.dataSource.updateUrl||e.dataSource.crudUrl||e.dataSource.url,data:JSON.stringify(iSt({},{value:n,action:"update",keyColumn:t,key:qOt.getObject(t,n),table:r},qOt.getAddParams(this,e,i)))}},t.prototype.getFiltersFrom=function(e,t){var n,r=t.fKey,i=r,a=t.key,o=[];"object"!=typeof e[0]&&(i=null);for(var l=0;l<e.length;l++)n="object"==typeof e[0]?qOt.getObject(a||i,e[l]):e[l],o.push(new WOt(r,"equal",n));return WOt.or(o)},t.prototype.getAggregateResult=function(e,t,n,r,i){var a=t;if(t&&t.result&&(a=t.result),e&&e.aggregates&&e.aggregates.length){var o=e.aggregates,l=void 0,s=a,c={};t.aggregate&&(s=t.aggregate);for(var d=0;d<o.length;d++)(l=qOt.aggregates[o[d].type])&&(c[o[d].field+" - "+o[d].type]=l(s,o[d].field));n.aggregates=c}var h=Array.isArray(t.result)&&t.result.length&&!aSt(t.result[0].key);if(e&&e.groups&&e.groups.length&&!h){var u=e.groups;for(d=0;d<u.length;d++){aSt(r)||(r=qOt.group(r,u[d]));var p=ROt.filterQueries(i.queries,"onGroup")[d].e;a=qOt.group(a,u[d],e.aggregates,null,r,p.comparer)}n.result=a}return n},t.prototype.getQueryRequest=function(e){var t={sorts:[],groups:[],filters:[],searches:[],aggregates:[]};return t.sorts=ROt.filterQueries(e.queries,"onSortBy"),t.groups=ROt.filterQueries(e.queries,"onGroup"),t.filters=ROt.filterQueries(e.queries,"onWhere"),t.searches=ROt.filterQueries(e.queries,"onSearch"),t.aggregates=ROt.filterQueries(e.queries,"onAggregates"),t},t.prototype.addParams=function(e){var t=e.reqParams;e.params.length&&(t.params={});for(var n=0,r=e.params;n<r.length;n++){var i=r[n];if(t[i.key])throw new Error("Query() - addParams: Custom Param is conflicting other request arguments");t[i.key]=i.value,i.fn&&(t[i.key]=i.fn.call(e.query,i.key,e.query,e.dm)),t.params[i.key]=t[i.key]}},t}(GOt),QOt=function(e){function t(t){var n=e.call(this)||this;return n.options=iSt({},n.options,{requestType:"get",accept:"application/json;odata=light;q=1,application/json;odata=verbose;q=0.5",multipartAccept:"multipart/mixed",sortBy:"$orderby",select:"$select",skip:"$skip",take:"$top",count:"$inlinecount",where:"$filter",expand:"$expand",batch:"$batch",changeSet:"--changeset_",batchPre:"batch_",contentId:"Content-Id: ",batchContent:"Content-Type: multipart/mixed; boundary=",changeSetContent:"Content-Type: application/http\nContent-Transfer-Encoding: binary ",batchChangeSetContentType:"Content-Type: application/json; charset=utf-8 ",updateType:"PUT"}),iSt(n.options,t||{}),n}return YOt(t,e),t.prototype.getModuleName=function(){return"ODataAdaptor"},t.prototype.onPredicate=function(e,n,r){var i,a,o="",l=e.value,s=typeof l,c=e.field?t.getField(e.field):null;if(l instanceof Date&&(l="datetime'"+qOt.parse.replacer(l)+"'"),"string"===s&&(l=l.replace(/'/g,"''"),e.ignoreCase&&(l=l.toLowerCase()),l="'"+(l=encodeURIComponent(l))+"'",r&&(c="cast("+c+", 'Edm.String')"),qOt.parse.isGuid(l)&&(a="guid"),e.ignoreCase&&(a||(c="tolower("+c+")"),l=l.toLowerCase())),i=qOt.odBiOperator[e.operator])return o+=c,o+=i,a&&(o+=a),o+l;if("substringof"===(i=aSt(this.getModuleName)||"ODataV4Adaptor"!==this.getModuleName()?qOt.odUniOperator[e.operator]:qOt.odv4UniOperator[e.operator])){var d=l;l=c,c=d}return o+=i+"(",o+=c+",",a&&(o+=a),o+=l+")"},t.prototype.addParams=function(t){e.prototype.addParams.call(this,t),delete t.reqParams.params},t.prototype.onComplexPredicate=function(e,t,n){for(var r=[],i=0;i<e.predicates.length;i++)r.push("("+this.onEachWhere(e.predicates[i],t,n)+")");return r.join(" "+e.condition+" ")},t.prototype.onEachWhere=function(e,t,n){return e.isComplex?this.onComplexPredicate(e,t,n):this.onPredicate(e,t,n)},t.prototype.onWhere=function(e){return this.pvt.search&&e.push(this.onEachWhere(this.pvt.search,null,!0)),e.join(" and ")},t.prototype.onEachSearch=function(e){e.fields&&0===e.fields.length&&qOt.throwError("Query() - Search : oData search requires list of field names to search");for(var t=this.pvt.search||[],n=0;n<e.fields.length;n++)t.push(new WOt(e.fields[n],e.operator,e.key,e.ignoreCase));this.pvt.search=t},t.prototype.onSearch=function(e){return this.pvt.search=WOt.or(this.pvt.search),""},t.prototype.onEachSort=function(e){var n=[];if(e.name instanceof Array)for(var r=0;r<e.name.length;r++)n.push(t.getField(e.name[r])+("descending"===e.direction?" desc":""));else n.push(t.getField(e.name)+("descending"===e.direction?" desc":""));return n.join(",")},t.prototype.onSortBy=function(e){return e.reverse().join(",")},t.prototype.onGroup=function(e){return this.pvt.groups=e,[]},t.prototype.onSelect=function(e){for(var n=0;n<e.length;n++)e[n]=t.getField(e[n]);return e.join(",")},t.prototype.onAggregates=function(e){return this.pvt.aggregates=e,""},t.prototype.onCount=function(e){return!0===e?"allpages":""},t.prototype.beforeSend=function(e,t,n){qOt.endsWith(n.url,this.options.batch)&&"post"===n.type.toLowerCase()?(t.setRequestHeader("Accept",this.options.multipartAccept),t.setRequestHeader("DataServiceVersion","2.0"),t.overrideMimeType("text/plain; charset=x-user-defined")):t.setRequestHeader("Accept",this.options.accept),t.setRequestHeader("DataServiceVersion","2.0"),t.setRequestHeader("MaxDataServiceVersion","2.0")},t.prototype.processResponse=function(e,t,n,r,i,a){var o="odata.metadata";if(i&&"GET"===i.type&&!this.rootUrl&&e[o]){var l=e[o].split("/$metadata#");this.rootUrl=l[0],this.resourceTableName=l[1]}if(!aSt(e.d)){var s=n&&n.isCountRequired?e.d.results:e.d,c="__metadata";if(!aSt(s))for(var d=0;d<s.length;d++)aSt(s[d][c])||delete s[d][c]}var h=i&&i.pvtData,u=this.processBatchResponse(e,n,r,i,a);if(u)return u;var p=r&&i.getResponseHeader("DataServiceVersion"),f=null,m=p&&parseInt(p,10)||2;if(n&&n.isCountRequired){var v="__count";(e[v]||e["odata.count"])&&(f=e[v]||e["odata.count"]),e.d&&(e=e.d),(e[v]||e["odata.count"])&&(f=e[v]||e["odata.count"])}3===m&&e.value&&(e=e.value),e.d&&(e=e.d),m<3&&e.results&&(e=e.results);var g={};return g.count=f,g.result=e,this.getAggregateResult(h,e,g,null,n),qOt.isNull(f)?g.result:{result:g.result,count:g.count,aggregates:g.aggregates}},t.prototype.convertToQueryString=function(e,t,n){var r=[],i="table",a=e[i]||"";delete e[i],n.dataSource.requiresFormat&&(e.$format="json");for(var o=0,l=Object.keys(e);o<l.length;o++){var s=l[o];r.push(s+"="+e[s])}return r=r.join("&"),n.dataSource.url&&-1!==n.dataSource.url.indexOf("?")&&!a?r:r.length?a+"?"+r:a||""},t.prototype.localTimeReplacer=function(e,t){for(var n=0,r=aSt(t)?[]:Object.keys(t);n<r.length;n++){var i=r[n];t[i]instanceof Date&&(t[i]=qOt.dateParse.toLocalTime(t[i]))}return t},t.prototype.insert=function(e,t,n){return{url:(e.dataSource.insertUrl||e.dataSource.url).replace(/\/*$/,n?"/"+n:""),data:JSON.stringify(t,this.options.localTime?this.localTimeReplacer:null)}},t.prototype.remove=function(e,t,n,r){var i;return i="string"!=typeof n||qOt.parse.isGuid(n)?"("+n+")":"('"+n+"')",{type:"DELETE",url:(e.dataSource.removeUrl||e.dataSource.url).replace(/\/*$/,r?"/"+r:"")+i}},t.prototype.update=function(e,t,n,r,i,a){var o;return"PATCH"!==this.options.updateType||aSt(a)||(n=this.compareAndRemove(n,a,t)),o="string"!=typeof n[t]||qOt.parse.isGuid(n[t])?"("+n[t]+")":"('"+n[t]+"')",{type:this.options.updateType,url:(e.dataSource.updateUrl||e.dataSource.url).replace(/\/*$/,r?"/"+r:"")+o,data:JSON.stringify(n,this.options.localTime?this.localTimeReplacer:null),accept:this.options.accept}},t.prototype.batchRequest=function(e,t,n,r,i){var a=n.guid=qOt.getGuid(this.options.batchPre),o=this.rootUrl?this.rootUrl+"/"+this.options.batch:e.dataSource.url.replace(/\/*$/,"/"+this.options.batch);n.url=this.resourceTableName?this.resourceTableName:n.url;var l={url:n.url,key:n.key,cid:1,cSet:qOt.getGuid(this.options.changeSet)},s="--"+a+"\n";return s+="Content-Type: multipart/mixed; boundary="+l.cSet.replace("--","")+"\n",this.pvt.changeSet=0,s+=this.generateInsertRequest(t.addedRecords,l,e),s+=this.generateUpdateRequest(t.changedRecords,l,e,i?i.changedRecords:[]),s+=this.generateDeleteRequest(t.deletedRecords,l,e),s+=l.cSet+"--\n",{type:"POST",url:o,dataType:"json",contentType:"multipart/mixed; charset=UTF-8;boundary="+a,data:s+="--"+a+"--"}},t.prototype.generateDeleteRequest=function(e,t,n){if(!e)return"";var r={method:"DELETE ",url:function(e,t,n){var r=qOt.getObject(n,e[t]);return"number"==typeof r||qOt.parse.isGuid(r)?"("+r+")":r instanceof Date?"("+e[t][n].toJSON()+")":"('"+r+"')"},data:function(e,t){return""}};return this.generateBodyContent(e,t,r,n)+"\n"},t.prototype.generateInsertRequest=function(e,t,n){if(!e)return"";var r={method:"POST ",url:function(e,t,n){return""},data:function(e,t){return JSON.stringify(e[t])+"\n\n"}};return this.generateBodyContent(e,t,r,n)},t.prototype.generateUpdateRequest=function(e,t,n,r){var i=this;if(!e)return"";e.forEach(function(e){return e=i.compareAndRemove(e,r.filter(function(n){return qOt.getObject(t.key,n)===qOt.getObject(t.key,e)})[0],t.key)});var a={method:this.options.updateType+" ",url:function(e,t,n){return"number"==typeof e[t][n]||qOt.parse.isGuid(e[t][n])?"("+e[t][n]+")":e[t][n]instanceof Date?"("+e[t][n].toJSON()+")":"('"+e[t][n]+"')"},data:function(e,t){return JSON.stringify(e[t])+"\n\n"}};return this.generateBodyContent(e,t,a,n)},t.getField=function(e){return e.replace(/\./g,"/")},t.prototype.generateBodyContent=function(e,t,n,r){for(var i="",a=0;a<e.length;a++)i+="\n"+t.cSet+"\n",i+=this.options.changeSetContent+"\n\n",i+=n.method,"POST "===n.method?i+=(r.dataSource.insertUrl||r.dataSource.crudUrl||t.url)+n.url(e,a,t.key)+" HTTP/1.1\n":"PUT "===n.method||"PATCH "===n.method?i+=(r.dataSource.updateUrl||r.dataSource.crudUrl||t.url)+n.url(e,a,t.key)+" HTTP/1.1\n":"DELETE "===n.method&&(i+=(r.dataSource.removeUrl||r.dataSource.crudUrl||t.url)+n.url(e,a,t.key)+" HTTP/1.1\n"),i+="Accept: "+this.options.accept+"\n",i+="Content-Id: "+this.pvt.changeSet+++"\n",i+=this.options.batchChangeSetContentType+"\n",aSt(e[a]["@odata.etag"])?i+="\n":(i+="If-Match: "+e[a]["@odata.etag"]+"\n\n",delete e[a]["@odata.etag"]),i+=n.data(e,a);return i},t.prototype.processBatchResponse=function(e,t,n,r,i){if(n&&n.getResponseHeader("Content-Type")&&-1!==n.getResponseHeader("Content-Type").indexOf("xml"))return t.isCountRequired?{result:[],count:0}:[];if(r&&this.options.batch&&qOt.endsWith(r.url,this.options.batch)&&"post"===r.type.toLowerCase()){var a=n.getResponseHeader("Content-Type"),o=void 0,l=void 0,s=e+"";if(a=a.substring(a.indexOf("=batchresponse")+1),(s=s.split(a)).length<2)return{};s=s[1];var c=/(?:\bContent-Type.+boundary=)(changesetresponse.+)/i.exec(s);c&&s.replace(c[0],"");for(var d=c?c[1]:"",h=(s=s.split(d)).length;h>-1;h--)/\bContent-ID:/i.test(s[h])&&/\bHTTP.+201/.test(s[h])&&(o=parseInt(/\bContent-ID: (\d+)/i.exec(s[h])[1],10),i.addedRecords[o]&&(l=qOt.parse.parseJson(/^\{.+\}/m.exec(s[h])[0]),iSt({},i.addedRecords[o],this.processResponse(l))));return i}return null},t.prototype.compareAndRemove=function(e,t,n){var r=this;return aSt(t)||Object.keys(e).forEach(function(i){i!==n&&"@odata.etag"!==i&&(qOt.isPlainObject(e[i])?(r.compareAndRemove(e[i],t[i]),0===Object.keys(e[i]).filter(function(e){return"@odata.etag"!==e}).length&&delete e[i]):(e[i]===t[i]||e[i]&&t[i]&&e[i].valueOf()===t[i].valueOf())&&delete e[i])}),e},t}(JOt);!function(e){function t(t){var n=e.call(this,t)||this;return n.options=iSt({},n.options,{requestType:"get",accept:"application/json, text/javascript, */*; q=0.01",multipartAccept:"multipart/mixed",sortBy:"$orderby",select:"$select",skip:"$skip",take:"$top",count:"$count",search:"$search",where:"$filter",expand:"$expand",batch:"$batch",changeSet:"--changeset_",batchPre:"batch_",contentId:"Content-Id: ",batchContent:"Content-Type: multipart/mixed; boundary=",changeSetContent:"Content-Type: application/http\nContent-Transfer-Encoding: binary ",batchChangeSetContentType:"Content-Type: application/json; charset=utf-8 ",updateType:"PATCH",localTime:!1,apply:"$apply"}),iSt(n.options,t||{}),n}YOt(t,e),t.prototype.getModuleName=function(){return"ODataV4Adaptor"},t.prototype.onCount=function(e){return!0===e?"true":""},t.prototype.onPredicate=function(t,n,r){var i="",a=t.value,o=a instanceof Date;if(n instanceof ROt)for(var l=this.getQueryRequest(n),s=0;s<l.filters.length;s++)l.filters[s].e.key===t.value&&(r=!0);return i=e.prototype.onPredicate.call(this,t,n,r),o&&(i=i.replace(/datetime'(.*)'$/,"$1")),qOt.parse.isGuid(a)&&(i=i.replace("guid","").replace(/'/g,"")),i},t.prototype.onEachSearch=function(e){var t=this.pvt.searches||[];t.push(e.key),this.pvt.searches=t},t.prototype.onSearch=function(e){return this.pvt.searches.join(" OR ")},t.prototype.onExpand=function(e){var t=this,n={},r={},i=e.expands.slice(),a=[];return e.selects.filter(function(e){return e.indexOf(".")>-1}).forEach(function(e){var r=e.split(".");if(r[0]in n||(n[r[0]]=[]),2==r.length)n[r[0]].length&&-1!==Object.keys(n).indexOf(r[0])?-1!==n[r[0]][0].indexOf("$expand")&&-1===n[r[0]][0].indexOf(";$select=")?n[r[0]][0]=n[r[0]][0]+";$select="+r[1]:n[r[0]][0]=n[r[0]][0]+","+r[1]:n[r[0]].push("$select="+r[1]);else{for(var i="$select="+r[r.length-1],a="",o="",l=1;l<r.length-1;l++)a=a+"$expand="+r[l]+"(",o+=")";var s=a+i+o;if(n[r[0]].length&&-1!==Object.keys(n).indexOf(r[0])&&t.expandQueryIndex(n[r[0]],!0)){var c=t.expandQueryIndex(n[r[0]]);n[r[0]][c]=n[r[0]][c]+s.replace("$expand=",",")}else n[r[0]].push(s)}}),Object.keys(n).forEach(function(e){-1===i.indexOf(e)&&i.push(e)}),i.forEach(function(e){r[e]=e in n?e+"("+n[e].join(";")+")":e}),Object.keys(r).forEach(function(e){return a.push(r[e])}),a.join(",")},t.prototype.expandQueryIndex=function(e,t){for(var n=0;n<e.length;n++)if(-1!==e[n].indexOf("$expand"))return!!t||n;return!t&&0},t.prototype.onDistinct=function(e){return"groupby(("+e.map(function(e){return QOt.getField(e)}).join(",")+"))"},t.prototype.onSelect=function(t){return e.prototype.onSelect.call(this,t.filter(function(e){return-1===e.indexOf(".")}))},t.prototype.beforeSend=function(e,t,n){"POST"!==n.type&&"PUT"!==n.type&&"PATCH"!==n.type||t.setRequestHeader("Prefer","return=representation"),t.setRequestHeader("Accept",this.options.accept)},t.prototype.processResponse=function(t,n,r,i,a,o){var l="@odata.context";if(a&&"GET"===a.type&&!this.rootUrl&&t[l]){var s=t[l].split("/$metadata#");this.rootUrl=s[0],this.resourceTableName=s[1]}var c=a&&a.pvtData,d=e.prototype.processBatchResponse.call(this,t,r,i,a,o);if(d)return d;var h=null,u="@odata.count";r&&r.isCountRequired&&u in t&&(h=t[u]),t=aSt(t.value)?t:t.value;var p={};return p.count=h,p.result=t,this.getAggregateResult(c,t,p,null,r),qOt.isNull(h)?p.result:{result:p.result,count:h,aggregates:p.aggregates}}}(QOt),function(e){function t(){return null!==e&&e.apply(this,arguments)||this}YOt(t,e),t.prototype.getModuleName=function(){return"WebApiAdaptor"},t.prototype.insert=function(e,t,n){return{type:"POST",url:e.dataSource.url,data:JSON.stringify(t)}},t.prototype.remove=function(e,t,n,r){return{type:"DELETE",url:e.dataSource.url+"/"+n,data:JSON.stringify(n)}},t.prototype.update=function(e,t,n,r){return{type:"PUT",url:e.dataSource.url,data:JSON.stringify(n)}},t.prototype.batchRequest=function(e,t,n){var r=this,i=n.guid=qOt.getGuid(this.options.batchPre),a=e.dataSource.url.replace(/\/*$/,"/"+this.options.batch);n.url=this.resourceTableName?this.resourceTableName:n.url;for(var o=[],l=function(r,a){t.addedRecords.forEach(function(a,l){var s=function(e,t,n){return""};o.push("--"+i),o.push("Content-Type: application/http; msgtype=request",""),o.push("POST /api/"+(e.dataSource.insertUrl||e.dataSource.crudUrl||n.url)+s(t.addedRecords,r,n.key)+" HTTP/1.1"),o.push("Content-Type: application/json; charset=utf-8"),o.push("Host: "+location.host),o.push("",a?JSON.stringify(a):"")})},s=0,c=t.addedRecords.length;s<c;s++)l(s);var d=function(a,l){t.changedRecords.forEach(function(l,s){r.options.updateType;var c=function(e,t,n){return""};o.push("--"+i),o.push("Content-Type: application/http; msgtype=request",""),o.push("PUT /api/"+(e.dataSource.updateUrl||e.dataSource.crudUrl||n.url)+c(t.changedRecords,a,n.key)+" HTTP/1.1"),o.push("Content-Type: application/json; charset=utf-8"),o.push("Host: "+location.host),o.push("",l?JSON.stringify(l):"")})};for(s=0,c=t.changedRecords.length;s<c;s++)d(s);var h=function(r,a){t.deletedRecords.forEach(function(a,l){var s=function(e,t,n){var r=qOt.getObject(n,e[t]);return"number"==typeof r||qOt.parse.isGuid(r)?"/"+r:r instanceof Date?"/"+e[t][n].toJSON():"/'"+r+"'"};o.push("--"+i),o.push("Content-Type: application/http; msgtype=request",""),o.push("DELETE /api/"+(e.dataSource.removeUrl||e.dataSource.crudUrl||n.url)+s(t.deletedRecords,r,n.key)+" HTTP/1.1"),o.push("Content-Type: application/json; charset=utf-8"),o.push("Host: "+location.host),o.push("",a?JSON.stringify(a):"")})};for(s=0,c=t.deletedRecords.length;s<c;s++)h(s);return o.push("--"+i+"--",""),{type:"POST",url:a,contentType:"multipart/mixed; boundary="+i,data:o.join("\r\n")}},t.prototype.beforeSend=function(e,t,n){t.setRequestHeader("Accept","application/json, text/javascript, */*; q=0.01")},t.prototype.processResponse=function(e,t,n,r,i,a){var o=i&&i.pvtData,l=null,s={};if(i&&"post"!==i.type.toLowerCase()){var c=r&&i.getResponseHeader("DataServiceVersion"),d=c&&parseInt(c,10)||2;n&&n.isCountRequired&&(qOt.isNull(e.Count)||(l=e.Count)),d<3&&e.Items&&(e=e.Items),s.count=l,s.result=e,this.getAggregateResult(o,e,s,null,n)}return s.result=s.result||e,qOt.isNull(l)?s.result:{result:s.result,count:s.count,aggregates:s.aggregates}}}(QOt),function(e){function t(){return null!==e&&e.apply(this,arguments)||this}YOt(t,e),t.prototype.processQuery=function(e,t,n){var r=(new JOt).processQuery(e,t,n),i=qOt.parse.parseJson(r.data),a={};if(i.param)for(var o=0;o<i.param.length;o++){var l=i.param[o],s=Object.keys(l)[0];a[s]=l[s]}a.value=i;return{data:JSON.stringify(a),url:r.url,pvtData:r.pvtData,type:"POST",contentType:"application/json; charset=utf-8"}}}(JOt);var KOt=function(e){function t(){var t=e.call(this)||this;return $Ct("beforeSend",JOt.prototype.beforeSend,t),t}return YOt(t,e),t.prototype.insert=function(e,t,n,r,i){return this.pvt.position=i,this.updateType="add",{url:e.dataSource.insertUrl||e.dataSource.crudUrl||e.dataSource.url,data:JSON.stringify(iSt({},{value:t,table:n,action:"insert"},qOt.getAddParams(this,e,r)))}},t.prototype.remove=function(t,n,r,i,a){return e.prototype.remove.call(this,t,n,r),{type:"POST",url:t.dataSource.removeUrl||t.dataSource.crudUrl||t.dataSource.url,data:JSON.stringify(iSt({},{key:r,keyColumn:n,table:i,action:"remove"},qOt.getAddParams(this,t,a)))}},t.prototype.update=function(e,t,n,r,i){return this.updateType="update",this.updateKey=t,{type:"POST",url:e.dataSource.updateUrl||e.dataSource.crudUrl||e.dataSource.url,data:JSON.stringify(iSt({},{value:n,action:"update",keyColumn:t,key:n[t],table:r},qOt.getAddParams(this,e,i)))}},t.prototype.processResponse=function(t,n,r,i,a,o,l){var s;if(t="batch"===(a?JSON.parse(a.data):t).action?qOt.parse.parseJson(t):t,"add"===this.updateType&&e.prototype.insert.call(this,n,t,null,null,this.pvt.position),"update"===this.updateType&&e.prototype.update.call(this,n,this.updateKey,t),this.updateType=void 0,t.added)for(s=0;s<t.added.length;s++)e.prototype.insert.call(this,n,t.added[s]);if(t.changed)for(s=0;s<t.changed.length;s++)e.prototype.update.call(this,n,l.key,t.changed[s]);if(t.deleted)for(s=0;s<t.deleted.length;s++)e.prototype.remove.call(this,n,l.key,t.deleted[s]);return t},t.prototype.batchRequest=function(e,t,n,r,i){return{type:"POST",url:e.dataSource.batchUrl||e.dataSource.crudUrl||e.dataSource.url,contentType:"application/json; charset=utf-8",dataType:"json",data:JSON.stringify(iSt({},{changed:t.changedRecords,added:t.addedRecords,deleted:t.deletedRecords,action:"batch",table:n.url,key:n.key},qOt.getAddParams(this,e,r)))}},t.prototype.addParams=function(e){(new JOt).addParams(e)},t}(XOt),$Ot=function(e){function t(t){var n=e.call(this)||this;return n.options=iSt({},n.options,{getData:new Function,addRecord:new Function,updateRecord:new Function,deleteRecord:new Function,batchUpdate:new Function}),iSt(n.options,t||{}),n}return YOt(t,e),t.prototype.getModuleName=function(){return"CustomDataAdaptor"},t}(JOt);!function(e){function t(t){var n=e.call(this)||this;return n.opt=t,n.schema=n.opt.response,n.query=n.opt.query,n.getVariables=n.opt.getVariables?n.opt.getVariables:function(){},n.getQuery=function(){return n.query},n}YOt(t,e),t.prototype.getModuleName=function(){return"GraphQLAdaptor"},t.prototype.processQuery=function(t,n){var r=e.prototype.processQuery.apply(this,arguments),i=JSON.parse(r.data),a={};["skip","take","sorted","table","select","where","search","requiresCounts","aggregates","params"].filter(function(e){a[e]="searchwhereparams".indexOf(e)>-1?JSON.stringify(i[e]):i[e]});var o=this.getVariables()||{};o.datamanager=a;var l=JSON.stringify({query:this.getQuery(),variables:o});return r.data=l,r},t.prototype.processResponse=function(e,t,n,r,i){var a,o,l=e,s=KCt(this.schema.result,l.data);this.schema.count&&(a=KCt(this.schema.count,l.data)),this.schema.aggregates&&(o=aSt(o=KCt(this.schema.aggregates,l.data))?o:qOt.parse.parseJson(o));var c=i.pvtData||{},d={result:s,aggregates:o},h=d;return c&&c.groups&&c.groups.length&&this.getAggregateResult(c,h,d,null,n),aSt(a)?d.result:{result:d.result,count:a,aggregates:o}},t.prototype.insert=function(){var t=e.prototype.insert.apply(this,arguments);return this.generateCrudData(t,"insert")},t.prototype.update=function(){var t=e.prototype.update.apply(this,arguments);return this.generateCrudData(t,"update")},t.prototype.remove=function(){var t=e.prototype.remove.apply(this,arguments);return this.generateCrudData(t,"remove")},t.prototype.batchRequest=function(t,n,r,i,a){var o=e.prototype.batchRequest.apply(this,arguments),l=JSON.parse(o.data);return l.key=r.key,o.data=JSON.stringify(l),this.generateCrudData(o,"batch")},t.prototype.generateCrudData=function(e,t){var n=JSON.parse(e.data);return e.data=JSON.stringify({query:this.opt.getMutation(t),variables:n}),e}}(JOt);var eZt,tZt=function(e){function t(t,n,r){var i=e.call(this)||this;i.isCrudAction=!1,i.isInsertAction=!1,aSt(t)||(i.cacheAdaptor=t),i.pageSize=r,i.guidId=qOt.getGuid("cacheAdaptor");window.localStorage.setItem(i.guidId,JSON.stringify({keys:[],results:[]}));var a=i.guidId;return aSt(n)||setInterval(function(){var e;e=qOt.parse.parseJson(window.localStorage.getItem(a));for(var t=[],r=0;r<e.results.length;r++){var i=+new Date,o=+new Date(e.results[r].timeStamp);e.results[r].timeStamp=i-o,i-o>n&&t.push(r)}for(r=0;r<t.length;r++)e.results.splice(t[r],1),e.keys.splice(t[r],1);window.localStorage.removeItem(a),window.localStorage.setItem(a,JSON.stringify(e))},n),i}return YOt(t,e),t.prototype.generateKey=function(e,t){var n=this.getQueryRequest(t),r=ROt.filterQueryLists(t.queries,["onSelect","onPage","onSkip","onTake","onRange"]),i=e,a="onPage";a in r&&(i+=r[a].pageIndex),n.sorts.forEach(function(e){i+=e.e.direction+e.e.fieldName}),n.groups.forEach(function(e){i+=e.e.fieldName}),n.searches.forEach(function(e){i+=e.e.searchKey});for(var o=0;o<n.filters.length;o++){var l=n.filters[o];if(l.e.isComplex){var s=t.clone();s.queries=[];for(var c=0;c<l.e.predicates.length;c++)s.queries.push({fn:"onWhere",e:l.e.predicates[c],filter:t.queries.filter});i+=l.e.condition+this.generateKey(e,s)}else i+=l.e.field+l.e.operator+l.e.value}return i},t.prototype.processQuery=function(e,t,n){var r,i=this.generateKey(e.dataSource.url,t),a=(r=qOt.parse.parseJson(window.localStorage.getItem(this.guidId)))?r.results[r.keys.indexOf(i)]:null;return null==a||this.isCrudAction||this.isInsertAction?(this.isCrudAction=null,this.isInsertAction=null,this.cacheAdaptor.processQuery.apply(this.cacheAdaptor,[].slice.call(arguments,0))):a},t.prototype.processResponse=function(e,t,n,r,i,a){if(this.isInsertAction||i&&this.cacheAdaptor.options.batch&&qOt.endsWith(i.url,this.cacheAdaptor.options.batch)&&"post"===i.type.toLowerCase())return this.cacheAdaptor.processResponse(e,t,n,r,i,a);e=this.cacheAdaptor.processResponse.apply(this.cacheAdaptor,[].slice.call(arguments,0));var o=n?this.generateKey(t.dataSource.url,n):t.dataSource.url,l={},s=(l=qOt.parse.parseJson(window.localStorage.getItem(this.guidId))).keys.indexOf(o);for(-1!==s&&(l.results.splice(s,1),l.keys.splice(s,1)),l.results[l.keys.push(o)-1]={keys:o,result:e.result,timeStamp:new Date,count:e.count};l.results.length>this.pageSize;)l.results.splice(0,1),l.keys.splice(0,1);return window.localStorage.setItem(this.guidId,JSON.stringify(l)),e},t.prototype.beforeSend=function(e,t,n){!aSt(this.cacheAdaptor.options.batch)&&qOt.endsWith(n.url,this.cacheAdaptor.options.batch)&&"post"===n.type.toLowerCase()&&t.setRequestHeader("Accept",this.cacheAdaptor.options.multipartAccept),e.dataSource.crossDomain||t.setRequestHeader("Accept",this.cacheAdaptor.options.accept)},t.prototype.update=function(e,t,n,r){return this.isCrudAction=!0,this.cacheAdaptor.update(e,t,n,r)},t.prototype.insert=function(e,t,n){return this.isInsertAction=!0,this.cacheAdaptor.insert(e,t,n)},t.prototype.remove=function(e,t,n,r){return this.isCrudAction=!0,this.cacheAdaptor.remove(e,t,n,r)},t.prototype.batchRequest=function(e,t,n){return this.cacheAdaptor.batchRequest(e,t,n)},t}(JOt),nZt=function(){function e(e,t,n){var r,i=this;return this.dateParse=!0,this.timeZoneHandling=!0,this.requests=[],e||this.dataSource||(e=[]),n=n||e.adaptor,e&&!1===e.timeZoneHandling&&(this.timeZoneHandling=e.timeZoneHandling),e instanceof Array?r={json:e,offline:!0}:"object"==typeof e?(e.json||(e.json=[]),r={url:e.url,insertUrl:e.insertUrl,removeUrl:e.removeUrl,updateUrl:e.updateUrl,crudUrl:e.crudUrl,batchUrl:e.batchUrl,json:e.json,headers:e.headers,accept:e.accept,data:e.data,timeTillExpiration:e.timeTillExpiration,cachingPageSize:e.cachingPageSize,enableCaching:e.enableCaching,requestType:e.requestType,key:e.key,crossDomain:e.crossDomain,jsonp:e.jsonp,dataType:e.dataType,offline:void 0!==e.offline?e.offline:!(e.adaptor instanceof KOt||e.adaptor instanceof $Ot)&&!e.url,requiresFormat:e.requiresFormat}):qOt.throwError("DataManager: Invalid arguments"),void 0!==r.requiresFormat||qOt.isCors()||(r.requiresFormat=!!aSt(r.crossDomain)||r.crossDomain),void 0===r.dataType&&(r.dataType="json"),this.dataSource=r,this.defaultQuery=t,r.url&&r.offline&&!r.json.length?(this.isDataAvailable=!1,this.adaptor=n||new QOt,this.dataSource.offline=!1,this.ready=this.executeQuery(t||new ROt),this.ready.then(function(e){i.dataSource.offline=!0,i.isDataAvailable=!0,r.json=e.result,i.adaptor=new XOt})):this.adaptor=r.offline?new XOt:new QOt,!r.jsonp&&this.adaptor instanceof QOt&&(r.jsonp="callback"),this.adaptor=n||this.adaptor,r.enableCaching&&(this.adaptor=new tZt(this.adaptor,r.timeTillExpiration,r.cachingPageSize)),this}return e.prototype.setDefaultQuery=function(e){return this.defaultQuery=e,this},e.prototype.executeLocal=function(t){this.defaultQuery||t instanceof ROt||qOt.throwError("DataManager - executeLocal() : A query is required to execute"),this.dataSource.json||qOt.throwError("DataManager - executeLocal() : Json data is required to execute"),t=t||this.defaultQuery;var n=this.adaptor.processQuery(this,t);if(t.subQuery){var r=t.subQuery.fromTable,i=t.subQuery.lookups,a=t.isCountRequired?n.result:n;i&&i instanceof Array&&qOt.buildHierarchy(t.subQuery.fKey,r,a,i,t.subQuery.key);for(var o=0;o<a.length;o++)a[o][r]instanceof Array&&(a[o]=iSt({},{},a[o]),a[o][r]=this.adaptor.processResponse(t.subQuery.using(new e(a[o][r].slice(0))).executeLocal(),this,t))}return this.adaptor.processResponse(n,this,t)},e.prototype.executeQuery=function(t,n,r,i){var a=this,o="makeRequest";"function"==typeof t&&(i=r,r=n,n=t,t=null),t||(t=this.defaultQuery),t instanceof ROt||qOt.throwError("DataManager - executeQuery() : A query is required to execute");var l=new rZt,s={query:t};if(!this.dataSource.offline&&void 0!==this.dataSource.url&&""!==this.dataSource.url||!aSt(this.adaptor[o])||this.isCustomDataAdaptor(this.adaptor)){var c=this.adaptor.processQuery(this,t);aSt(this.adaptor[o])?!aSt(c.url)||this.isCustomDataAdaptor(this.adaptor)?this.makeRequest(c,l,s,t):(s=e.getDeferedArgs(t,c,s),l.resolve(s)):this.adaptor[o](c,l,s,t)}else e.nextTick(function(){var n=a.executeLocal(t);s=e.getDeferedArgs(t,n,s),l.resolve(s)});return(n||r)&&l.promise.then(n,r),i&&l.promise.then(i,i),l.promise},e.getDeferedArgs=function(e,t,n){return e.isCountRequired?(n.result=t.result,n.count=t.count,n.aggregates=t.aggregates):n.result=t,n},e.nextTick=function(e){(window.setImmediate||window.setTimeout)(e,0)},e.prototype.extendRequest=function(e,t,n){return iSt({},{type:"GET",dataType:this.dataSource.dataType,crossDomain:this.dataSource.crossDomain,jsonp:this.dataSource.jsonp,cache:!0,processData:!1,onSuccess:t,onFailure:n},e)},e.prototype.makeRequest=function(e,t,n,r){var i=this,a=!!r.subQuerySelector,o=function(e){n.error=e,t.reject(n)},l=function(e,r,i,a,o,l,s){n.xhr=i,n.count=r?parseInt(r.toString(),10):0,n.result=e,n.request=a,n.aggregates=l,n.actual=o,n.virtualSelectRecords=s,t.resolve(n)},s=function(e,t){var s=new rZt,c={parent:n};r.subQuery.isChild=!0;var d=i.adaptor.processQuery(i,r.subQuery,e?i.adaptor.processResponse(e):t),h=i.makeRequest(d,s,c,r.subQuery);return a||s.then(function(t){e&&(qOt.buildHierarchy(r.subQuery.fKey,r.subQuery.fromTable,e,t,r.subQuery.key),l(e,t.count,t.xhr))},o),h},c=this.extendRequest(e,function(e,t){if(i.isGraphQLAdaptor(i.adaptor)&&!aSt(e.errors))return o(e.errors);i.isCustomDataAdaptor(i.adaptor)&&(t=iSt({},i.ajaxReqOption,t)),-1===t.httpRequest.getResponseHeader("Content-Type").indexOf("xml")&&i.dateParse&&(e=qOt.parse.parseJson(e));var n=i.adaptor.processResponse(e,i,r,t.httpRequest,t),c=0,d=null,h=e.virtualSelectRecords;r.isCountRequired&&(c=n.count,d=n.aggregates,n=n.result),r.subQuery?a||s(n,t):l(n,c,t.httpRequest,t.type,e,d,h)},o);if(this.isCustomDataAdaptor(this.adaptor)){this.ajaxReqOption=c;var d=c;this.adaptor.options.getData({data:d.data,onSuccess:d.onSuccess,onFailure:d.onFailure})}else{var h=new qSt(c);h.beforeSend=function(){i.beforeSend(h.httpRequest,h)},(c=h.send()).catch(function(e){return!0}),this.requests.push(h)}if(a){var u=r.subQuerySelector.call(this,{query:r.subQuery,parent:r});u&&u.length?Promise.all([c,s(null,u)]).then(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=e[0],o=i.adaptor.processResponse(n[0],i,r,i.requests[0].httpRequest,i.requests[0]),s=0;r.isCountRequired&&(s=o.count,o=o.result);var c=i.adaptor.processResponse(n[1],i,r.subQuery,i.requests[1].httpRequest,i.requests[1]);s=0,r.subQuery.isCountRequired&&(s=c.count,c=c.result),qOt.buildHierarchy(r.subQuery.fKey,r.subQuery.fromTable,o,c,r.subQuery.key),a=!1,l(o,s,i.requests[0].httpRequest)}):a=!1}return c},e.prototype.beforeSend=function(e,t){this.adaptor.beforeSend(this,e,t);for(var n,r=this.dataSource.headers,i=0;r&&i<r.length;i++){n=[];for(var a=0,o=Object.keys(r[i]);a<o.length;a++){var l=o[a];n.push(l),e.setRequestHeader(l,r[i][l])}}},e.prototype.saveChanges=function(e,t,n,r,i){var a=this;n instanceof ROt&&(r=n,n=null);var o={url:n,key:t||this.dataSource.key},l=this.adaptor.batchRequest(this,e,o,r||new ROt,i),s="doAjaxRequest";if(this.dataSource.offline)return l;if(aSt(this.adaptor[s])){if(this.isCustomDataAdaptor(this.adaptor))return this.doAjaxRequest(l,this.adaptor.options.batchUpdate);var c=new rZt,d=new qSt(l);return d.beforeSend=function(){a.beforeSend(d.httpRequest,d)},d.onSuccess=function(t,n){a.isGraphQLAdaptor(a.adaptor)&&(aSt(t.errors)||d.onFailure(JSON.stringify(t.errors))),c.resolve(a.adaptor.processResponse(t,a,null,n.httpRequest,n,e,o))},d.onFailure=function(e){c.reject([{error:e}])},d.send().catch(function(e){return!0}),c.promise}return this.adaptor[s](l)},e.prototype.insert=function(e,t,n,r){t instanceof ROt&&(n=t,t=null);var i=this.adaptor.insert(this,e,t,n,r),a="doAjaxRequest";return this.dataSource.offline?i:aSt(this.adaptor[a])?this.doAjaxRequest(i,this.adaptor.options.addRecord):this.adaptor[a](i)},e.prototype.remove=function(e,t,n,r){"object"==typeof t&&(t=qOt.getObject(e,t)),n instanceof ROt&&(r=n,n=null);var i=this.adaptor.remove(this,e,t,n,r),a="doAjaxRequest";if(this.dataSource.offline)return i;if(aSt(this.adaptor[a])){var o=this.adaptor.options.deleteRecord;return this.doAjaxRequest(i,o)}return this.adaptor[a](i)},e.prototype.update=function(e,t,n,r,i){n instanceof ROt&&(r=n,n=null);var a=this.adaptor.update(this,e,t,n,r,i),o="doAjaxRequest";if(this.dataSource.offline)return a;if(aSt(this.adaptor[o])){var l=this.adaptor.options.updateRecord;return this.doAjaxRequest(a,l)}return this.adaptor[o](a)},e.prototype.isCustomDataAdaptor=function(e){return this.adaptor.getModuleName&&"CustomDataAdaptor"===this.adaptor.getModuleName()},e.prototype.isGraphQLAdaptor=function(e){return this.adaptor.getModuleName&&"GraphQLAdaptor"===this.adaptor.getModuleName()},e.prototype.successFunc=function(e,t){if(this.isGraphQLAdaptor(this.adaptor)){var n=JSON.parse(e);aSt(n.errors)||this.failureFunc(JSON.stringify(n.errors))}this.isCustomDataAdaptor(this.adaptor)&&(t=iSt({},this.ajaxReqOption,t));try{qOt.parse.parseJson(e)}catch(t){e=[]}e=this.adaptor.processResponse(qOt.parse.parseJson(e),this,null,t.httpRequest,t),this.ajaxDeffered.resolve(e)},e.prototype.failureFunc=function(e){this.ajaxDeffered.reject([{error:e}])},e.prototype.doAjaxRequest=function(e,t){var n=this;if(e=iSt({},{type:"POST",contentType:"application/json; charset=utf-8",processData:!1},e),this.ajaxDeffered=new rZt,this.isCustomDataAdaptor(this.adaptor))this.ajaxReqOption=e,t.call(this,{data:e.data,onSuccess:this.successFunc.bind(this),onFailure:this.failureFunc.bind(this)});else{var r=new qSt(e);r.beforeSend=function(){n.beforeSend(r.httpRequest,r)},r.onSuccess=this.successFunc.bind(this),r.onFailure=this.failureFunc.bind(this),r.send().catch(function(e){return!0})}return this.ajaxDeffered.promise},e}(),rZt=function(){var e=this;this.promise=new Promise(function(t,n){e.resolve=t,e.reject=n}),this.then=this.promise.then.bind(this.promise),this.catch=this.promise.catch.bind(this.promise)},iZt={li:"e-list-item",ul:"e-list-parent e-ul",group:"e-list-group-item",icon:"e-list-icon",text:"e-list-text",check:"e-list-check",checked:"e-checked",selected:"e-selected",expanded:"e-expanded",textContent:"e-text-content",hasChild:"e-has-child",level:"e-level",url:"e-list-url",collapsible:"e-icon-collapsible",disabled:"e-disabled",image:"e-list-img",iconWrapper:"e-icon-wrapper",anchorWrap:"e-anchor-wrap",navigable:"e-navigable"};function aZt(e,t){var n={};if(aSt(e)||"string"==typeof e||"number"==typeof e||!aSt(e.isHeader))return e;for(var r=0,i=Object.keys(t);r<i.length;r++){var a=t[i[r]],o=aSt(a)||"string"!=typeof a?void 0:KCt(a,e);aSt(o)||(n[a]=o)}return n}function oZt(e){if(e)try{return document.querySelector(e)?QAt(document.querySelector(e).innerHTML.trim()):QAt(e)}catch(t){return QAt(e)}}!function(e){e.defaultMappedFields={id:"id",text:"text",url:"url",value:"value",isChecked:"isChecked",enabled:"enabled",expanded:"expanded",selected:"selected",iconCss:"iconCss",child:"child",isVisible:"isVisible",hasChildren:"hasChildren",tooltip:"tooltip",htmlAttributes:"htmlAttributes",urlAttributes:"urlAttributes",imageAttributes:"imageAttributes",imageUrl:"imageUrl",groupBy:null,sortBy:null};var t={level:1,listRole:"presentation",itemRole:"presentation",groupItemRole:"group",itemText:"list-item",wrapperRole:"presentation"},n={showCheckBox:!1,showIcon:!1,enableHtmlSanitizer:!1,expandCollapse:!1,fields:e.defaultMappedFields,ariaAttributes:t,listClass:"",itemClass:"",processSubChild:!1,sortOrder:"None",template:null,groupTemplate:null,headerTemplate:null,expandIconClass:"e-icon-collapsible",moduleName:"list",expandIconPosition:"Right",itemNavigable:!1};function r(e,t,n,r,a){return y(e,i(e,t,n,r,a),null,r)}function i(e,t,r,i,a){var o=[],l=iSt({},n,i);iZt=v(l.moduleName);for(var s=p(),c=0;c<t.length;c++)if(!aSt(t[c])){var d=void 0;if(l.itemCreating&&"function"==typeof l.itemCreating){var h={dataSource:t,curData:t[c],text:t[c],options:l};l.itemCreating(h)}if(d=r?m(e,t[c],void 0,null,null,[],null,s,c,i):b(e,t[c],void 0,null,null,i,a),l.itemCreated&&"function"==typeof l.itemCreated){h={dataSource:t,curData:t[c],text:t[c],item:d,options:l};l.itemCreated(h)}o.push(d)}return o}function a(r,i,a,o,l,s){var c=iSt({},n,a);iZt=v(c.moduleName);var u,g=!s||"listview"!==s.getModuleName()&&"multiselect"!==s.getModuleName()?iSt({},e.defaultMappedFields,c.fields):c.fields,y=iSt({},t,c.ariaAttributes),w=[];o&&(y.level=o);var x,E,k=[];i&&i.length&&!aSt(d(i).item)&&!d(i).item.hasOwnProperty(g.id)&&(u=p());for(var C=0;C<i.length;C++){var S=aZt(i[C],g);if(!aSt(i[C])){if(c.itemCreating&&"function"==typeof c.itemCreating){var M={dataSource:i,curData:i[C],text:S[g.text],options:c,fields:g};c.itemCreating(M)}var A=i[C];c.itemCreating&&"function"==typeof c.itemCreating&&(S=aZt(i[C],g)),S.hasOwnProperty(g.id)&&!aSt(S[g.id])&&(u=S[g.id]);var _=[];if(c.showCheckBox&&(c.itemNavigable&&(S[g.url]||S[g.urlAttributes])?w.push(r("input",{className:iZt.check,attrs:{type:"checkbox"}})):_.push(r("input",{className:iZt.check,attrs:{type:"checkbox"}}))),!0===l)c.showIcon&&S.hasOwnProperty(g.iconCss)&&!aSt(S[g.iconCss])&&_.push(r("span",{className:iZt.icon+" "+S[g.iconCss]})),E=(x=m(r,A,S,g,c.itemClass,_,!(!A.hasOwnProperty("isHeader")||!A.isHeader),u,C,a)).querySelector("."+iZt.anchorWrap),c.itemNavigable&&w.length&&cMt(w,x.firstElementChild);else{if((x=b(r,A,S,g,c.itemClass,a,s)).classList.add(iZt.level+"-"+y.level),x.setAttribute("aria-level",y.level.toString()),E=x.querySelector("."+iZt.anchorWrap),S.hasOwnProperty(g.tooltip)&&x.setAttribute("title",S[g.tooltip]),S.hasOwnProperty(g.htmlAttributes)&&S[g.htmlAttributes]&&h(x,S[g.htmlAttributes]),S.hasOwnProperty(g.enabled)&&!1===S[g.enabled]&&x.classList.add(iZt.disabled),S.hasOwnProperty(g.isVisible)&&!1===S[g.isVisible]&&(x.style.display="none"),S.hasOwnProperty(g.imageUrl)&&!aSt(S[g.imageUrl])&&!c.template){var O={src:S[g.imageUrl]};rSt(O,S[g.imageAttributes]);var Z=r("img",{className:iZt.image,attrs:O});E?E.insertAdjacentElement("afterbegin",Z):cMt([Z],x.firstElementChild)}if(c.showIcon&&S.hasOwnProperty(g.iconCss)&&!aSt(S[g.iconCss])&&!c.template){var D=r("div",{className:iZt.icon+" "+S[g.iconCss]});E?E.insertAdjacentElement("afterbegin",D):cMt([D],x.firstElementChild)}_.length&&cMt(_,x.firstElementChild),c.itemNavigable&&w.length&&cMt(w,x.firstElementChild),f(r,S,g,i,c,x,y.level)}if(E&&aMt([x],[iZt.navigable]),c.itemCreated&&"function"==typeof c.itemCreated){M={dataSource:i,curData:i[C],text:S[g.text],item:x,options:c,fields:g};c.itemCreated(M)}w=[],k.push(x)}}return k}function o(e,t,r,i,o,l){var s=iSt({},n,r);return y(e,a(e,t,r,i,o,l),s.listClass,r)}function l(e,t){if(t&&e){return Array.prototype.slice.call(t).indexOf(e)}}function s(e,t,n){if(void 0===n&&(n=new ROt),"Ascending"===e)n.sortBy(t,"ascending",!0);else if("Descending"===e)n.sortBy(t,"descending",!0);else for(var r=0;r<n.queries.length;r++)"onSortBy"===n.queries[r].fn&&n.queries.splice(r,1);return n}function c(e,t){return new nZt(e).executeLocal(t)}function d(e){for(var t={typeof:null,item:null},n=0;n<e.length;n++)if(!aSt(e[n]))return{typeof:typeof e[n],item:e[n]};return t}function h(e,t){var n={};rSt(n,t),n.class&&(aMt([e],n.class.split(" ")),delete n.class),fMt(e,n)}function u(e){for(var t={},n=e.attributes,r=0;r<n.length;r++)t[n[r].nodeName]=n[r].nodeValue;return t}function p(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}function f(e,t,n,r,i,a,l){var s=t[n.child]||[],c=t[n.hasChildren];if(s.length&&(c=!0,a.classList.add(iZt.hasChild),i.processSubChild)){var d=o(e,s,i,++l);a.appendChild(d)}i.expandCollapse&&c&&!i.template&&(a.firstElementChild.classList.add(iZt.iconWrapper),("Left"===i.expandIconPosition?cMt:dMt)([e("div",{className:"e-icons "+i.expandIconClass})],a.querySelector("."+iZt.textContent)))}function m(e,r,i,a,o,l,s,c,d,u){var p,f,m=iSt({},n,u),v=iSt({},t,m.ariaAttributes),b=r,y=r;"string"!=typeof r&&"number"!=typeof r&&"boolean"!=typeof r&&(p=r,b="boolean"==typeof i[a.text]||"number"==typeof i[a.text]?i[a.text]:i[a.text]||"",y=i[a.value]),f=aSt(p)||aSt(i[a.id])||""===i[a.id]?c+"-"+d:c;var w=e("li",{className:(!0===s?iZt.group:iZt.li)+" "+(aSt(o)?"":o),id:f,attrs:""!==v.groupItemRole&&""!==v.itemRole?{role:!0===s?v.groupItemRole:v.itemRole}:{}});return p&&i.hasOwnProperty(a.enabled)&&"false"===i[a.enabled].toString()&&w.classList.add(iZt.disabled),s?w.innerText=b:(w.setAttribute("data-value",aSt(y)?"null":y),w.setAttribute("role","option"),p&&i.hasOwnProperty(a.htmlAttributes)&&i[a.htmlAttributes]&&h(w,i[a.htmlAttributes]),l.length&&!m.itemNavigable&&dMt(l,w),p&&(i[a.url]||i[a.urlAttributes]&&i[a.urlAttributes].href)?w.appendChild(g(e,p,a,b,l,m.itemNavigable)):(l.length&&m.itemNavigable&&dMt(l,w),w.appendChild(document.createTextNode(b)))),w}function v(e){return{li:"e-"+e+"-item",ul:"e-"+e+"-parent e-ul",group:"e-"+e+"-group-item",icon:"e-"+e+"-icon",text:"e-"+e+"-text",check:"e-"+e+"-check",checked:"e-checked",selected:"e-selected",expanded:"e-expanded",textContent:"e-text-content",hasChild:"e-has-child",level:"e-level",url:"e-"+e+"-url",collapsible:"e-icon-collapsible",disabled:"e-disabled",image:"e-"+e+"-img",iconWrapper:"e-icon-wrapper",anchorWrap:"e-anchor-wrap",navigable:"e-navigable"}}function g(e,t,n,r,i,a){var o,l=aZt(t,n),s={href:l[n.url]};if(l.hasOwnProperty(n.urlAttributes)&&l[n.urlAttributes]&&(rSt(s,l[n.urlAttributes]),s.href=l[n.url]?l[n.url]:l[n.urlAttributes].href),a){o=e("a",{className:iZt.text+" "+iZt.url});var c=e("div",{className:iZt.anchorWrap});i&&i.length&&dMt(i,c),c.appendChild(document.createTextNode(r)),dMt([c],o)}else o=e("a",{className:iZt.text+" "+iZt.url,innerHTML:r});return h(o,s),o}function b(e,r,i,a,o,l,s){var c,d,h,u=iSt({},n,l),f=iSt({},t,u.ariaAttributes),m=r;"string"!=typeof r&&"number"!=typeof r&&(h=r,m=i[a.text]||"",c=aSt(i._id)?i[a.id]:i._id,d=!(!r.hasOwnProperty("isHeader")||!r.isHeader)),l&&l.enableHtmlSanitizer;var v=e("li",{className:(!0===d?iZt.group:iZt.li)+" "+(aSt(o)?"":o),attrs:""!==f.groupItemRole&&""!==f.itemRole?{role:!0===d?f.groupItemRole:f.itemRole}:{}});if(!0==!aSt(c)?v.setAttribute("data-uid",c):v.setAttribute("data-uid",p()),d&&l&&l.groupTemplate){var b=oZt(l.groupTemplate);if(s&&"listview"!==s.getModuleName())(y=b(r,s,"groupTemplate",u.groupTemplateID,!!u.isStringTemplate,null,v))&&dMt(y,v);else dMt(b(r,s,"groupTemplate",u.groupTemplateID,!!u.isStringTemplate),v)}else if(!d&&l&&l.template){var y;b=oZt(l.template);if(s&&"listview"!==s.getModuleName())(y=b(r,s,"template",u.templateID,!!u.isStringTemplate,null,v))&&dMt(y,v);else dMt(b(r,s,"template",u.templateID,!!u.isStringTemplate),v)}else{var w=e("div",{className:iZt.textContent,attrs:""!==f.wrapperRole?{role:f.wrapperRole}:{}});if(h&&(i[a.url]||i[a.urlAttributes]&&i[a.urlAttributes].href))w.appendChild(g(e,h,a,m,null,u.itemNavigable));else{var x=e("span",{className:iZt.text,attrs:""!==f.itemText?{role:f.itemText}:{}});l&&l.enableHtmlSanitizer?x.innerText=m:x.innerHTML=m,w.appendChild(x)}v.appendChild(w)}return v}function y(e,r,i,a){var o=iSt({},n,a),l=iSt({},t,o.ariaAttributes),s=e("ul",{className:(iZt=v(o.moduleName)).ul+" "+(aSt(i)?"":i),attrs:""!==l.listRole?{role:l.listRole}:{}});return dMt(r,s),s}e.createList=function(e,i,a,l,s){var c=iSt({},n,a),h=iSt({},t,c.ariaAttributes),u=d(i).typeof;return"string"===u||"number"===u?r(e,i,l,a,s):o(e,i,a,h.level,l,s)},e.createListFromArray=r,e.createListItemFromArray=i,e.createListItemFromJson=a,e.createListFromJson=o,e.getSiblingLI=function(e,t,r){if(iZt=v(n.moduleName),e&&e.length){var i,a,o=Array.prototype.slice.call(e);for(i=o[(a=t?l(t,o):!0===r?o.length:-1)+(!0===r?-1:1)];i&&(!sMt(i)||i.classList.contains(iZt.disabled));)i=o[a+=!0===r?-1:1];return i}},e.indexOf=l,e.groupDataSource=function(t,n,r){void 0===r&&(r="None");var i=iSt({},e.defaultMappedFields,n),a=(new ROt).group(i.groupBy),o=c(t,a=s(r,"key",a));t=[];for(var l=0;l<o.length;l++){var d=o[l].items,h={};h[i.text]=o[l].key,h.isHeader=!0;var u=i.text;"id"===u&&(h[u="text"]=o[l].key),h._id="group-list-item-"+(o[l].key?o[l].key.toString().trim():"undefined"),h.items=d,t.push(h);for(var p=0;p<d.length;p++)t.push(d[p])}return t},e.addSorting=s,e.getDataSource=c,e.createJsonFromElement=function t(r,i){var a=iSt({},n,i),o=iSt({},e.defaultMappedFields,a.fields),l=r.cloneNode(!0),s=[];l.classList.add("json-parent");var c=l.querySelectorAll(".json-parent>li");l.classList.remove("json-parent");for(var d=0;d<c.length;d++){for(var h=c[d],f=h.querySelector("a"),m=h.querySelector("ul"),v={},g=f?f.childNodes:h.childNodes,b=Object.keys(g),y=0;y<g.length;y++)g[Number(b[y])].hasChildNodes()||(v[o.text]=g[Number(b[y])].textContent);var w=u(h);w.id?(v[o.id]=w.id,delete w.id):v[o.id]=p(),Object.keys(w).length&&(v[o.htmlAttributes]=w),f&&(w=u(f),Object.keys(w).length&&(v[o.urlAttributes]=w)),m&&(v[o.child]=t(m,i)),s.push(v)}return s},e.renderContentTemplate=function(t,r,i,a,o,l){for(var s,c=t("ul",{className:(iZt=v(n.moduleName)).ul,attrs:{role:"presentation"}}),d=iSt({},n,o),h=iSt({},e.defaultMappedFields,a),u=oZt(r),f=[],m=p(),g=0;g<i.length;g++){var b=aZt(i[g],h),y=i[g],w=y.isHeader;if(s="string"==typeof i[g]||"number"==typeof i[g]?y:b[h.value],d.itemCreating&&"function"==typeof d.itemCreating){var x={dataSource:i,curData:y,text:s,options:d,fields:h};d.itemCreating(x)}d.itemCreating&&"function"==typeof d.itemCreating&&(b=aZt(i[g],h),s="string"==typeof i[g]||"number"==typeof i[g]?y:b[h.value]);var E=t("li",{id:m+"-"+g,className:w?iZt.group:iZt.li,attrs:{role:"presentation"}});if(w)"string"==typeof i[g]||"number"==typeof i[g]?E.innerText=y:E.innerText=b[h.text];else{var k,C=w?d.groupTemplateID:d.templateID;if(w)if(l&&"listview"!=l.getModuleName())(k=u(y,l,"headerTemplate",C,!!d.isStringTemplate,null,E))&&dMt(k,E);else dMt(u(y,l,"headerTemplate",C,!!d.isStringTemplate),E);else if(l&&"listview"!==l.getModuleName())(k=u(y,l,"template",C,!!d.isStringTemplate,null,E))&&dMt(k,E);else dMt(u(y,l,"template",C,!!d.isStringTemplate),E);E.setAttribute("data-value",aSt(s)?"null":s),E.setAttribute("role","option")}if(d.itemCreated&&"function"==typeof d.itemCreated){x={dataSource:i,curData:y,text:s,item:E,options:d,fields:h};d.itemCreated(x)}f.push(E)}return dMt(f,c),c},e.renderGroupTemplate=function(t,r,i,a,o,l){for(var s=oZt(t),c=iSt({},e.defaultMappedFields,i),d=iSt({},n,o),h=c.groupBy,u=0,p=a;u<p.length;u++){var f=p[u],m={};if(m[h]=f.textContent,f.innerHTML="",l&&"listview"!==l.getModuleName()){var v=s(m,l,"groupTemplate",d.groupTemplateID,!!d.isStringTemplate,null,f);v&&dMt(v,f)}else dMt(s(m,l,"groupTemplate",d.groupTemplateID,!!d.isStringTemplate),f)}return a},e.generateId=p,e.generateUL=y,e.generateIcon=function(e,t,r,i){var a=iSt({},n,i);return iZt=v(a.moduleName),("Left"===a.expandIconPosition?cMt:dMt)([e("div",{className:"e-icons "+a.expandIconClass+" "+(aSt(r)?"":r)})],t.querySelector("."+iZt.textContent)),t}}(eZt||(eZt={}));var lZt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),sZt=function(e,t,n,r){var i,a=arguments.length,o=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(i=e[l])&&(o=(a<3?i(o):a>3?i(t,n,o):i(t,n))||o);return a>3&&o&&Object.defineProperty(t,n,o),o},cZt="e-input-group",dZt="e-popup",hZt="e-left-calendar",uZt="e-right-calendar",pZt="e-daterangepicker",fZt="e-error",mZt="e-active",vZt="e-start-date",gZt="e-end-date",bZt="e-start-btn",yZt="e-input-focus",wZt="e-range-hover",xZt="e-other-month",EZt="e-start-label",kZt="e-end-label",CZt="e-disabled",SZt="e-selected",MZt="e-calendar",AZt="e-next",_Zt="e-prev",OZt="e-header",ZZt="e-title",DZt="e-icon-container",IZt="e-date-range-container",HZt="e-presets",NZt="e-today",TZt="e-focused-date",LZt="e-content",PZt="e-day-span",VZt="e-week-number",jZt="e-date-disabled",zZt="e-icon-disabled",BZt="e-device",RZt="e-overlay",WZt="e-list-item",FZt="e-hover",qZt="e-range-overflow",YZt="e-flat",UZt="e-css",GZt="e-non-edit",XZt="e-daterange-hidden",JZt=["title","class","style"],QZt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return lZt(t,e),sZt([HMt()],t.prototype,"label",void 0),sZt([HMt()],t.prototype,"start",void 0),sZt([HMt()],t.prototype,"end",void 0),t}(KMt),KZt=function(e){function t(t,n){var r=e.call(this,t,n)||this;return r.isCustomRange=!1,r.isCustomWindow=!1,r.presetsItem=[],r.liCollections=[],r.previousEleValue="",r.isKeyPopup=!1,r.dateDisabled=!1,r.isRangeIconClicked=!1,r.isMaxDaysClicked=!1,r.disabledDays=[],r.preventBlur=!1,r.preventFocus=!1,r.invalidValueString=null,r.isAngular=!1,r.preventChange=!1,r.dateRangeOptions=t,r}return lZt(t,e),t.prototype.render=function(){this.initialize(),this.setProperties({startDate:this.startValue},!0),this.setProperties({endDate:this.endValue},!0),this.setModelValue(),this.setDataAttribute(!1),this.element.hasAttribute("data-val")&&this.element.setAttribute("data-val","false"),this.renderComplete()},t.prototype.preRender=function(){if(this.keyInputConfigs={altDownArrow:"alt+downarrow",escape:"escape",enter:"enter",tab:"tab",altRightArrow:"alt+rightarrow",altLeftArrow:"alt+leftarrow",moveUp:"uparrow",moveDown:"downarrow",spacebar:"space"},this.defaultConstant={placeholder:this.placeholder,startLabel:"Start Date",endLabel:"End Date",customRange:"Custom Range",applyText:"Apply",cancelText:"Cancel",selectedDays:"Selected Days",days:"days"},this.isMobile=window.matchMedia("(max-width:550px)").matches,this.inputElement=this.element,this.angularTag=null,"EJS-DATERANGEPICKER"===this.element.tagName&&(this.angularTag=this.element.tagName,this.inputElement=this.createElement("input"),this.element.appendChild(this.inputElement)),this.cloneElement=this.element.cloneNode(!0),oMt([this.cloneElement],[pZt,"e-control","e-lib"]),this.updateHtmlAttributeToElement(),this.element.getAttribute("id")?null!==this.angularTag&&(this.inputElement.id=this.element.getAttribute("id")+"_input"):(this.element.id=lSt("ej2-datetimepicker"),null!==this.angularTag&&fMt(this.inputElement,{id:this.element.id+"_input"})),this.checkInvalidRange(this.value),!this.invalidValueString&&"string"==typeof this.value){var t=this.value.split(" "+this.separator+" ");this.value=[new Date(t[0]),new Date(t[1])]}this.initProperty(),this.tabIndex=this.element.hasAttribute("tabindex")?this.element.getAttribute("tabindex"):"0",this.element.removeAttribute("tabindex"),e.prototype.preRender.call(this),this.navNextFunction=this.navNextMonth.bind(this),this.navPrevFunction=this.navPrevMonth.bind(this),this.deviceNavNextFunction=this.deviceNavNext.bind(this),this.deviceNavPrevFunction=this.deviceNavPrevious.bind(this),this.initStartDate=this.checkDateValue(this.startValue),this.initEndDate=this.checkDateValue(this.endValue),this.formElement=bMt(this.element,"form")},t.prototype.updateValue=function(){this.value&&this.value.length>0?(this.value[0]instanceof Date&&!isNaN(+this.value[0])?(this.setProperties({startDate:this.value[0]},!0),this.startValue=this.value[0]):"string"==typeof this.value[0]?0===+this.value[0]||isNaN(+new Date(this.checkValue(this.value[0])))?(this.startValue=null,this.setValue()):(this.setProperties({startDate:new Date(this.checkValue(this.value[0]))},!0),this.startValue=new Date(this.checkValue(this.value[0]))):(this.startValue=null,this.setValue()),this.value[1]instanceof Date&&!isNaN(+this.value[1])?(this.setProperties({endDate:this.value[1]},!0),this.endValue=this.value[1]):"string"==typeof this.value[1]?0===+this.value[0]||isNaN(+new Date(this.checkValue(this.value[0])))?(this.setProperties({endDate:null},!0),this.endValue=null,this.setValue()):(this.setProperties({endDate:new Date(this.checkValue(this.value[1]))},!0),this.endValue=new Date(this.checkValue(this.value[1])),this.setValue()):(this.setProperties({endDate:null},!0),this.endValue=null,this.setValue())):this.value&&this.value.start?(this.value.start instanceof Date&&!isNaN(+this.value.start)?(this.setProperties({startDate:this.value.start},!0),this.startValue=this.value.start):"string"==typeof this.value.start?(this.setProperties({startDate:new Date(this.checkValue(this.value.start))},!0),this.startValue=new Date(this.checkValue(this.value.start))):(this.startValue=null,this.setValue()),this.value.end instanceof Date&&!isNaN(+this.value.end)?(this.setProperties({endDate:this.value.end},!0),this.endValue=this.value.end):"string"==typeof this.value.end?(this.setProperties({endDate:new Date(this.checkValue(this.value.end))},!0),this.endValue=new Date(this.checkValue(this.value.end)),this.setValue()):(this.setProperties({endDate:null},!0),this.endValue=null,this.setValue())):aSt(this.value)&&(this.endValue=this.checkDateValue(new Date(this.checkValue(this.endDate))),this.startValue=this.checkDateValue(new Date(this.checkValue(this.startDate))),this.setValue())},t.prototype.initProperty=function(){this.globalize=new BSt(this.locale),this.checkFormat(),this.checkView(),(aSt(this.firstDayOfWeek)||this.firstDayOfWeek>6||this.firstDayOfWeek<0)&&this.setProperties({firstDayOfWeek:this.globalize.getFirstDayOfWeek()},!0),this.updateValue()},t.prototype.checkFormat=function(){if(this.format)if("string"==typeof this.format)this.formatString=this.format;else if(""===this.format.skeleton||aSt(this.format.skeleton))this.formatString=null;else{var e=this.format.skeleton;this.formatString=this.globalize.getDatePattern({skeleton:e,type:"date"})}else this.formatString=null},t.prototype.initialize=function(){null!==this.angularTag&&this.validationAttribute(this.element,this.inputElement),this.checkHtmlAttributes(!1),rSt(this.defaultKeyConfigs,{shiftTab:"shift+tab",tab:"tab"});var e=this.checkDateValue(new Date(this.checkValue(this.startValue)));this.setProperties({startDate:e},!0),this.setProperties({endValue:this.checkDateValue(new Date(this.checkValue(this.endValue)))},!0),this.setValue(),this.setProperties({min:this.checkDateValue(new Date(this.checkValue(this.min)))},!0),this.setProperties({max:this.checkDateValue(new Date(this.checkValue(this.max)))},!0),this.l10n=new xAt("daterangepicker",this.defaultConstant,this.locale),this.l10n.setLocale(this.locale),this.setProperties({placeholder:this.placeholder||this.l10n.getConstant("placeholder")},!0),this.processPresets(),this.createInput(),this.updateHtmlAttributeToWrapper(),this.setRangeAllowEdit(),this.bindEvents()},t.prototype.setDataAttribute=function(e){var t={};if(e)t=this.htmlAttributes;else for(var n=0;n<this.element.attributes.length;n++)t[this.element.attributes[n].name]=this.element.getAttribute(this.element.attributes[n].name);for(var r=0,i=Object.keys(t);r<i.length;r++){var a=i[r];0===a.indexOf("data")&&(this.firstHiddenChild.setAttribute(a,t[a]),this.secondHiddenChild.setAttribute(a,t[a]))}},t.prototype.setRangeAllowEdit=function(){this.allowEdit?this.readonly||this.inputElement.removeAttribute("readonly"):fMt(this.inputElement,{readonly:""}),this.updateClearIconState()},t.prototype.updateClearIconState=function(){this.allowEdit||!this.inputWrapper||this.readonly?this.inputWrapper&&oMt([this.inputWrapper.container],[GZt]):""===this.inputElement.value?oMt([this.inputWrapper.container],[GZt]):aMt([this.inputWrapper.container],[GZt])},t.prototype.validationAttribute=function(e,t){var n=e.getAttribute("name")?e.getAttribute("name"):e.getAttribute("id");t.setAttribute("name",n),e.removeAttribute("name");for(var r=["required","aria-required","form"],i=0;i<r.length;i++)if(!aSt(e.getAttribute(r[i]))){var a=e.getAttribute(r[i]);t.setAttribute(r[i],a),e.removeAttribute(r[i])}},t.prototype.updateHtmlAttributeToWrapper=function(){if(!aSt(this.htmlAttributes))for(var e=0,t=Object.keys(this.htmlAttributes);e<t.length;e++){var n=t[e];if(JZt.indexOf(n)>-1)if("class"===n){var r=this.htmlAttributes[n].replace(/\s+/g," ").trim();""!==r&&aMt([this.inputWrapper.container],r.split(" "))}else if("style"===n){var i=this.inputWrapper.container.getAttribute(n);i=aSt(i)?this.htmlAttributes[n]:i+this.htmlAttributes[n],this.inputWrapper.container.setAttribute(n,i)}else this.inputWrapper.container.setAttribute(n,this.htmlAttributes[n])}},t.prototype.updateHtmlAttributeToElement=function(){if(!aSt(this.htmlAttributes))for(var e=0,t=Object.keys(this.htmlAttributes);e<t.length;e++){var n=t[e];JZt.indexOf(n)<0&&this.inputElement.setAttribute(n,this.htmlAttributes[n])}},t.prototype.updateCssClass=function(e,t){aSt(t)||(t=t.replace(/\s+/g," ").trim()),aSt(e)||(e=e.replace(/\s+/g," ").trim()),wOt.setCssClass(e,[this.inputWrapper.container],t),this.popupWrapper&&wOt.setCssClass(e,[this.popupWrapper],t)},t.prototype.processPresets=function(){this.presetsItem=[];var e=0;if(!oSt(this.presets[0].start&&this.presets[0].end&&this.presets[0].label)){for(var t=0,n=this.presets;t<n.length;t++){var r=n[t],i=r.label.replace(/\s+/g,"")+"_"+ ++e;"string"==typeof r.end?this.presetsItem.push({id:i,text:r.label,end:new Date(this.checkValue(r.end)),start:new Date(this.checkValue(r.start))}):this.presetsItem.push({id:i,text:r.label,start:r.start,end:r.end})}var a=aSt(this.startValue)?null:new Date(+this.startValue),o=aSt(this.endValue)?null:new Date(+this.endValue);this.presetsItem.push({id:"custom_range",text:this.l10n.getConstant("customRange"),start:a,end:o}),aSt(this.startValue)||aSt(this.endValue)||(this.isCustomRange=!0,this.activeIndex=this.presetsItem.length-1)}},t.prototype.bindEvents=function(){nMt.add(this.inputWrapper.buttons[0],"mousedown",this.rangeIconHandler,this),nMt.add(this.inputElement,"focus",this.inputFocusHandler,this),nMt.add(this.inputElement,"blur",this.inputBlurHandler,this),nMt.add(this.inputElement,"change",this.inputChangeHandler,this),this.showClearButton&&this.inputWrapper.clearButton&&nMt.add(this.inputWrapper.clearButton,"mousedown",this.resetHandler,this),this.isMobile||(this.keyInputConfigs=iSt(this.keyInputConfigs,this.keyConfigs),this.inputKeyboardModule=new wAt(this.inputElement,{eventName:"keydown",keyAction:this.inputHandler.bind(this),keyConfigs:this.keyInputConfigs})),this.formElement&&nMt.add(this.formElement,"reset",this.formResetHandler,this),this.enabled?this.inputElement.setAttribute("tabindex",this.tabIndex):this.inputElement.tabIndex=-1},t.prototype.unBindEvents=function(){nMt.remove(this.inputWrapper.buttons[0],"mousedown",this.rangeIconHandler),nMt.remove(this.inputElement,"blur",this.inputBlurHandler),nMt.remove(this.inputElement,"focus",this.inputFocusHandler),nMt.remove(this.inputElement,"change",this.inputChangeHandler),this.showClearButton&&this.inputWrapper.clearButton&&nMt.remove(this.inputWrapper.clearButton,"mousedown touchstart",this.resetHandler),this.isMobile||aSt(this.inputKeyboardModule)||this.inputKeyboardModule.destroy(),this.formElement&&nMt.remove(this.formElement,"reset",this.formResetHandler),this.inputElement.tabIndex=-1},t.prototype.updateHiddenInput=function(){if(this.firstHiddenChild&&this.secondHiddenChild){var e={type:"datetime",skeleton:"yMd"};"string"==typeof this.startDate&&(this.startDate=this.globalize.parseDate(this.startDate,e)),"string"==typeof this.endDate&&(this.endDate=this.globalize.parseDate(this.endDate,e)),this.firstHiddenChild.value=this.startDate&&this.globalize.formatDate(this.startDate,e)||this.inputElement.value,this.secondHiddenChild.value=this.endDate&&this.globalize.formatDate(this.endDate,e)||this.inputElement.value,this.dispatchEvent(this.firstHiddenChild,"focusout"),this.dispatchEvent(this.firstHiddenChild,"change")}},t.prototype.inputChangeHandler=function(e){this.enabled&&(e.stopPropagation(),this.updateHiddenInput())},t.prototype.bindClearEvent=function(){this.showClearButton&&this.inputWrapper.clearButton&&nMt.add(this.inputWrapper.clearButton,"mousedown",this.resetHandler,this)},t.prototype.resetHandler=function(e){if(this.enabled){this.valueType=this.value,e.preventDefault(),this.clear();var t={event:e};this.setProperties({endDate:this.checkDateValue(this.endValue)},!0),this.setProperties({startDate:this.checkDateValue(this.startValue)},!0),this.trigger("cleared",t),this.changeTrigger(e),this.clearRange(),this.hide(e)}},t.prototype.restoreValue=function(){this.previousEleValue=this.inputElement.value,this.previousStartValue=this.startValue,this.previousEndValue=this.endValue,this.valueType=null,this.initStartDate=this.checkDateValue(this.startValue),this.initEndDate=this.checkDateValue(this.endValue),this.setValue(),this.setModelValue()},t.prototype.formResetHandler=function(e){if(this.enabled&&this.formElement&&e.target===this.formElement&&!this.inputElement.disabled){var t=this.inputElement.getAttribute("value");aSt(this.startCopy)?(this.setProperties({value:null,startDate:null,endDate:null},!0),this.startValue=this.endValue=null):(aSt(this.value)||aSt(this.value.start)?(this.setProperties({value:[this.startCopy,this.endCopy]},!0),this.startValue=this.value[0],this.endValue=this.value[1]):(this.setProperties({value:{start:this.startCopy,end:this.endCopy}},!0),this.startValue=this.value.start,this.endValue=this.value.end),this.setProperties({startDate:this.startValue,endDate:this.endValue},!0)),"EJS-DATERANGEPICKER"===this.element.tagName&&(this.setProperties({value:null,startDate:null,endDate:null},!0),t="",this.startValue=this.endValue=null,this.inputElement.setAttribute("value","")),this.restoreValue(),this.inputElement&&(wOt.setValue(t,this.inputElement,this.floatLabelType,this.showClearButton),this.errorClass())}},t.prototype.clear=function(){null!==this.startValue&&(this.startValue=null),null!==this.endValue&&(this.endValue=null),this.value&&this.value.start&&this.setProperties({value:{start:null,end:null}},!0),null!==this.value&&this.value.length>0&&this.setProperties({value:null},!0),wOt.setValue("",this.inputElement,this.floatLabelType,this.showClearButton),aSt(this.applyButton)||(this.applyButton.disabled=this.applyButton.element.disabled=!0),this.removeSelection()},t.prototype.rangeIconHandler=function(e){this.enabled&&(this.isMobile&&this.inputElement.setAttribute("readonly",""),e.preventDefault(),this.targetElement=null,this.isPopupOpen()&&document.body.contains(this.popupObj.element)?this.applyFunction(e):(this.isRangeIconClicked=!0,this.inputWrapper.container.children[0].focus(),this.show(null,e),this.isMobile||aSt(this.leftCalendar)||(this.isRangeIconClicked=!1,this.calendarFocus(),this.isRangeIconClicked=!0),aMt([this.inputWrapper.container],[yZt])))},t.prototype.checkHtmlAttributes=function(e){this.globalize=new BSt(this.locale);for(var t=e?aSt(this.htmlAttributes)?[]:Object.keys(this.htmlAttributes):["startDate","endDate","minDays","maxDays","min","max","disabled","readonly","style","name","placeholder","type","value"],n={format:this.formatString,type:"date",skeleton:"yMd"},r=0,i=t;r<i.length;r++){var a=i[r];if(!aSt(this.inputElement.getAttribute(a)))switch(a){case"disabled":if(aSt(this.dateRangeOptions)||void 0===this.dateRangeOptions.enabled||e){var o="disabled"===this.inputElement.getAttribute(a)||""===this.inputElement.getAttribute(a)||"true"===this.inputElement.getAttribute(a);this.setProperties({enabled:!o},!e)}break;case"readonly":if(aSt(this.dateRangeOptions)||void 0===this.dateRangeOptions.readonly||e){var l="readonly"===this.inputElement.getAttribute(a)||"true"===this.inputElement.getAttribute(a)||""===this.inputElement.getAttribute(a);this.setProperties({readonly:l},!e)}break;case"placeholder":(aSt(this.dateRangeOptions)||void 0===this.dateRangeOptions.placeholder||e)&&this.setProperties({placeholder:this.inputElement.getAttribute(a)},!e);break;case"value":if(aSt(this.dateRangeOptions)||void 0===this.dateRangeOptions.value||e){var s=this.inputElement.getAttribute(a);this.setProperties($Ct(a,s,{}),!e)}break;case"style":this.inputElement.setAttribute("style",""+this.inputElement.getAttribute(a));break;case"min":if(aSt(this.min)||+this.min===+new Date(1900,0,1)||e){var c=this.globalize.parseDate(this.inputElement.getAttribute(a),n);this.setProperties($Ct(a,c,{}),!e)}break;case"name":this.inputElement.setAttribute("name",""+this.inputElement.getAttribute(a));break;case"max":if(aSt(this.max)||+this.max===+new Date(2099,11,31)||e){c=this.globalize.parseDate(this.inputElement.getAttribute(a),n);this.setProperties($Ct(a,c,{}),!e)}break;case"startDate":if(aSt(this.startDate)){c=this.globalize.parseDate(this.inputElement.getAttribute(a),n);this.startValue=c,this.setValue()}break;case"endDate":if(aSt(this.endDate)){c=this.globalize.parseDate(this.inputElement.getAttribute(a),n);this.endValue=c,this.setValue()}break;case"minDays":aSt(this.minDays)&&this.setProperties($Ct(a,parseInt(this.inputElement.getAttribute(a),10),{}),!0);break;case"maxDays":aSt(this.maxDays)&&this.setProperties($Ct(a,parseInt(this.inputElement.getAttribute(a),10),{}),!0);break;case"type":"text"!==this.inputElement.getAttribute(a)&&this.inputElement.setAttribute("type","text")}}},t.prototype.createPopup=function(){for(var e=0;e<this.presetsItem.length;e++)e!==this.presetsItem.length-1&&"custom_range"===this.presetsItem[e].id&&this.presetsItem.splice(e,1);this.activeIndex=this.presetsItem.length-1,this.isCustomRange=!0;for(e=0;e<=this.presetsItem.length-2;e++){var t=this.presetsItem[e].start,n=this.presetsItem[e].end;this.startValue&&this.endValue&&+new Date(t.setHours(0,0,0,0))===+new Date(this.startValue.setHours(0,0,0,0))&&+new Date(n.setHours(0,0,0,0))===+new Date(this.endValue.setHours(0,0,0,0))&&(this.activeIndex=e,this.isCustomRange=!1)}this.popupWrapper=iMt("div",{id:this.element.id+"_popup",className:pZt+" "+dZt}),this.adjustLongHeaderWidth();var r=!this.isCustomRange||this.isMobile;!oSt(this.presets[0].start&&this.presets[0].end&&this.presets[0].label)&&r?(this.isCustomWindow=!1,this.createPresets(),this.listRippleEffect(),this.renderPopup()):(this.isCustomWindow=!0,this.renderControl())},t.prototype.renderControl=function(){this.createControl(),this.bindCalendarEvents(),this.updateRange(this.isMobile?[this.calendarElement]:[this.leftCalendar,this.rightCalendar]),aSt(this.endValue)||aSt(this.startValue)||this.disabledDateRender(),this.updateHeader()},t.prototype.clearCalendarEvents=function(){nMt.clearEvents(this.leftCalPrevIcon),nMt.clearEvents(this.leftCalNextIcon),nMt.clearEvents(this.rightCalPrevIcon),nMt.clearEvents(this.rightCalNextIcon)},t.prototype.updateNavIcons=function(){e.prototype.iconHandler.call(this)},t.prototype.calendarIconEvent=function(){this.clearCalendarEvents(),this.leftCalPrevIcon&&!this.leftCalPrevIcon.classList.contains(CZt)&&nMt.add(this.leftCalPrevIcon,"mousedown",this.navPrevFunction),this.leftCalNextIcon&&!this.leftCalNextIcon.classList.contains(CZt)&&nMt.add(this.leftCalNextIcon,"mousedown",this.navNextFunction),this.rightCalPrevIcon&&!this.rightCalPrevIcon.classList.contains(CZt)&&nMt.add(this.rightCalPrevIcon,"mousedown",this.navPrevFunction),this.rightCalNextIcon&&!this.rightCalNextIcon.classList.contains(CZt)&&nMt.add(this.rightCalNextIcon,"mousedown",this.navNextFunction)},t.prototype.bindCalendarEvents=function(){this.isMobile?(this.deviceCalendarEvent(),nMt.add(this.startButton.element,"click",this.deviceHeaderClick,this),nMt.add(this.endButton.element,"click",this.deviceHeaderClick,this)):(this.updateNavIcons(),this.calendarIconEvent(),this.calendarIconRipple(),this.headerTitleElement=this.popupObj.element.querySelector("."+uZt+" ."+OZt+" ."+ZZt),this.headerTitleElement=this.popupObj.element.querySelector("."+hZt+" ."+OZt+" ."+ZZt),this.defaultKeyConfigs=iSt(this.defaultKeyConfigs,this.keyConfigs),this.leftKeyboardModule=new wAt(this.leftCalendar,{eventName:"keydown",keyAction:this.keyInputHandler.bind(this),keyConfigs:this.defaultKeyConfigs}),this.rightKeyboardModule=new wAt(this.rightCalendar,{eventName:"keydown",keyAction:this.keyInputHandler.bind(this),keyConfigs:this.defaultKeyConfigs})),this.start===this.depth&&this.bindCalendarCellEvents(),this.removeFocusedDate()},t.prototype.calendarIconRipple=function(){FMt(this.leftCalPrevIcon,{selector:".e-prev",duration:400,isCenterRipple:!0}),FMt(this.leftCalNextIcon,{selector:".e-next",duration:400,isCenterRipple:!0}),FMt(this.rightCalPrevIcon,{selector:".e-prev",duration:400,isCenterRipple:!0}),FMt(this.rightCalNextIcon,{selector:".e-next",duration:400,isCenterRipple:!0})},t.prototype.deviceCalendarEvent=function(){nMt.clearEvents(this.nextIcon),nMt.clearEvents(this.previousIcon),FMt(this.nextIcon,{selector:".e-prev",duration:400,isCenterRipple:!0}),FMt(this.previousIcon,{selector:".e-next",duration:400,isCenterRipple:!0}),this.nextIcon&&!this.nextIcon.classList.contains(CZt)&&nMt.add(this.nextIcon,"mousedown",this.deviceNavNextFunction),this.previousIcon&&!this.previousIcon.classList.contains(CZt)&&nMt.add(this.previousIcon,"mousedown",this.deviceNavPrevFunction)},t.prototype.deviceNavNext=function(e){var t=bMt(e.target,"."+MZt);this.updateDeviceCalendar(t),this.navigateNext(e),this.deviceNavigation()},t.prototype.deviceNavPrevious=function(e){var t=bMt(e.target,"."+MZt);this.updateDeviceCalendar(t),this.navigatePrevious(e),this.deviceNavigation()},t.prototype.updateDeviceCalendar=function(e){e&&(this.previousIcon=e.querySelector("."+_Zt),this.nextIcon=e.querySelector("."+AZt),this.calendarElement=e,this.deviceCalendar=e,this.contentElement=e.querySelector("."+LZt),this.tableBodyElement=mMt("."+LZt+" tbody",e),this.table=e.querySelector("."+LZt).getElementsByTagName("table")[0],this.headerTitleElement=e.querySelector("."+OZt+" ."+ZZt),this.headerElement=e.querySelector("."+OZt))},t.prototype.deviceHeaderClick=function(e){if(e.currentTarget.classList.contains(bZt)&&!aSt(this.startValue)){this.endButton.element.classList.remove(mZt),this.startButton.element.classList.add(mZt);var t=this.popupObj.element.querySelector("."+MZt);this.updateDeviceCalendar(t),aSt(this.calendarElement.querySelector("."+vZt+":not(.e-other-month)"))&&(this.currentDate=new Date(+this.startValue),pMt(this.tableBodyElement),this.createContentBody(),this.deviceNavigation()),this.removeClassDisabled()}else if(!aSt(this.startValue)&&!aSt(this.endValue)){this.startButton.element.classList.remove(mZt),this.endButton.element.classList.add(mZt);t=this.popupObj.element.querySelector("."+MZt);this.updateDeviceCalendar(t),aSt(this.calendarElement.querySelector("."+gZt+":not(.e-other-month)"))&&(this.currentDate=new Date(+this.endValue),pMt(this.tableBodyElement),this.createContentBody(),this.deviceNavigation()),this.updateMinMaxDays(this.popupObj.element.querySelector("."+MZt)),this.selectableDates()}},t.prototype.inputFocusHandler=function(){if(this.enabled){this.preventBlur=!1;var e={model:this};this.preventFocus||this.trigger("focus",e),this.updateClearIconState(),this.updateHiddenInput(),this.openOnFocus&&!this.preventFocus?(this.preventFocus=!0,this.show()):this.preventFocus=!0}},t.prototype.inputBlurHandler=function(e){if(this.enabled){if(!this.preventBlur){var t=this.inputElement.value;if(aSt(this.presetsItem)||this.presetsItem.length>0&&this.previousEleValue!==this.inputElement.value&&(this.activeIndex=this.presetsItem.length-1,this.isCustomRange=!0),!aSt(t)&&""!==t.trim()){var n=t.split(" "+this.separator+" ");if(n.length>1){this.invalidValueString=null;var r={format:this.formatString,type:"date",skeleton:"yMd"},i=this.globalize.parseDate(n[0].trim(),r),a=this.globalize.parseDate(n[1].trim(),r);if(!(aSt(i)||isNaN(+i)||aSt(a)||isNaN(+a))){var o=this.startValue;this.startValue=i;var l=this.endValue;if(this.endValue=a,this.setValue(),this.refreshControl(),t!==this.previousEleValue&&this.changeTrigger(e),!this.preventBlur&&document.activeElement!==this.inputElement){this.preventFocus=!1;var s={model:this};this.trigger("blur",s)}return this.updateHiddenInput(),void(this.isMobile&&this.isPopupOpen()&&(this.startValue=o,this.endValue=l))}this.strictMode||(this.startValue=null,this.endValue=null,this.setValue())}else this.strictMode||(this.startValue=null,this.endValue=null,this.setValue())}if(this.strictMode?(aSt(t)||""!==t.trim()||(this.startValue=null,this.endValue=null),wOt.setValue("",this.inputElement,this.floatLabelType,this.showClearButton),this.updateInput()):(aSt(this.popupObj)&&(this.currentDate=null),this.previousStartValue=this.previousEndValue=null,this.startValue=null,this.endValue=null,this.setValue()),this.errorClass(),this.changeTrigger(e),!this.preventBlur&&document.activeElement!==this.inputElement){this.preventFocus=!1;s={model:this};this.trigger("blur",s)}}this.updateHiddenInput()}},t.prototype.clearRange=function(){this.previousStartValue=this.previousEndValue=null,this.currentDate=null},t.prototype.errorClass=function(){var e=this.inputElement.value.trim();(aSt(this.endValue)&&aSt(this.startValue)&&""!==e||!aSt(this.startValue)&&+this.startValue<+this.min||!aSt(this.startValue)&&!aSt(this.endValue)&&+this.startValue>+this.endValue||!aSt(this.endValue)&&+this.endValue>+this.max||this.startValue&&this.isDateDisabled(this.startValue)||this.endValue&&this.isDateDisabled(this.endValue))&&""!==e?(aMt([this.inputWrapper.container],fZt),fMt(this.inputElement,{"aria-invalid":"true"})):this.inputWrapper&&(oMt([this.inputWrapper.container],fZt),fMt(this.inputElement,{"aria-invalid":"false"}))},t.prototype.keyCalendarUpdate=function(e,t,n){return void 0===n&&(n=!0),n&&this.removeFocusedDate(),e?(this.leftCalCurrentDate=new Date(+this.currentDate),t=this.leftCalendar):(this.rightCalCurrentDate=new Date(+this.currentDate),t=this.rightCalendar),this.updateCalendarElement(t),this.table.focus(),t},t.prototype.navInCalendar=function(e,t,n,r,i){var a,o,l=this.getViewNumber(this.currentView()),s=this.min;switch(o=aSt(this.maxDays)||!this.isMaxDaysClicked||aSt(this.startValue)?this.max:new Date(new Date(+this.startValue).setDate(this.startValue.getDate()+(this.maxDays-1))),e.action){case"moveRight":a=new Date(+this.currentDate),this.addDay(a,1,e,o,s),t&&+a===+r&&(i=this.keyCalendarUpdate(!1,i)),this.keyboardNavigate(1,l,e,o,s),this.keyNavigation(i,e);break;case"moveLeft":a=new Date(+this.currentDate),this.addDay(a,-1,e,o,s),t||+a===+n&&(i=this.keyCalendarUpdate(!0,i)),this.keyboardNavigate(-1,l,e,o,s),this.keyNavigation(i,e);break;case"moveUp":0===l?(a=new Date(+this.currentDate),this.addDay(a,-7,e,o,s),+a<=+n&&!t&&(i=this.keyCalendarUpdate(!0,i)),this.keyboardNavigate(-7,l,e,o,s)):this.keyboardNavigate(-4,l,e,this.max,this.min),this.keyNavigation(i,e);break;case"moveDown":0===l?(a=new Date(+this.currentDate),this.addDay(a,7,e,o,s),t&&+a>=+r&&(i=this.keyCalendarUpdate(!1,i)),this.keyboardNavigate(7,l,e,o,s)):this.keyboardNavigate(4,l,e,this.max,this.min),this.keyNavigation(i,e);break;case"home":this.currentDate=this.firstDay(this.currentDate),pMt(this.tableBodyElement),0===l?this.renderMonths(e):1===l?this.renderYears(e):this.renderDecades(e),this.keyNavigation(i,e);break;case"end":this.currentDate=this.lastDay(this.currentDate,l),pMt(this.tableBodyElement),0===l?this.renderMonths(e):1===l?this.renderYears(e):this.renderDecades(e),this.keyNavigation(i,e);break;case"tab":if(this.tabKeyValidation(i,hZt))aSt((i=this.keyCalendarUpdate(!1,i,!1)).querySelector(".e-focused-date"))&&(this.currentDate=this.firstCellToFocus(this.rightCalendar)),this.keyboardNavigate(0,l,e,o,s),this.keyNavigation(i,e);break;case"shiftTab":if(this.tabKeyValidation(i,uZt))aSt((i=this.keyCalendarUpdate(!0,i,!1)).querySelector(".e-focused-date"))&&(this.currentDate=this.firstCellToFocus(this.leftCalendar)),this.keyboardNavigate(0,l,e,o,s),this.keyNavigation(i,e)}},t.prototype.firstCellToFocus=function(e){var t=e.children[1].firstElementChild.querySelector("td.e-cell:not(.e-week-number):not(.e-disabled):not(.e-other-month)"),n=t&&t.id?t.id.split("_")[0]:null,r=new Date(this.currentDate.getFullYear(),this.currentDate.getMonth(),1);return n?new Date(+n):r},t.prototype.keyInputHandler=function(t,n){var r,i=this.getViewNumber(this.currentView()),a=new Date(this.rightCalCurrentDate.getFullYear(),this.rightCalCurrentDate.getMonth(),1),o=new Date(this.leftCalCurrentDate.getFullYear(),this.leftCalCurrentDate.getMonth()+1,0),l=bMt(t.target,"."+uZt),s=(l=aSt(l)?this.leftCalendar:l).classList.contains(hZt);this.updateCalendarElement(l);var c=this.tableBodyElement.querySelector("tr td.e-selected"),d=l.querySelector("tr td."+TZt),h=l.querySelector("tr td."+vZt),u=l.querySelector("tr td."+gZt),p=this.getViewNumber(this.depth),f=i===p&&this.getViewNumber(this.start)>=p,m=bMt(t.target,"."+hZt),v=bMt(t.target,"."+uZt),g=bMt(t.target,"."+HZt);switch(aSt(d)?aSt(u)||this.dateDisabled?aSt(h)||this.dateDisabled?this.dateDisabled||this.currentDate.setDate(1):this.currentDate=new Date(+this.startValue):this.currentDate=new Date(+this.endValue):this.currentDate=this.currentDate,this.effect="",t.action){case"altUpArrow":this.isPopupOpen()&&(this.hide(t),this.preventFocus=!0,this.inputElement.focus(),aMt([this.inputWrapper.container],[yZt]));break;case"select":if(f){var b=aSt(d)?h:d;aSt(b)||b.classList.contains(CZt)||this.selectRange(null,b)}else(aSt(c)||f)&&aSt(d)||(aSt(this.value)||(n=this.calendarElement.classList.contains(hZt)?this.startDate:this.endDate),this.controlDown=t,this.contentClick(null,--i,d||c,n));t.preventDefault();break;case"controlHome":var y=new Date(this.currentDate.getFullYear(),0,1);!s&&+y<+o&&(l=this.keyCalendarUpdate(!0,l)),e.prototype.navigateTo.call(this,"Month",new Date(this.currentDate.getFullYear(),0,1)),this.keyNavigation(l,t);break;case"altRightArrow":aSt(m)?aSt(v)?aSt(g)||this.cancelButton.element.focus():aSt(this.presetElement)?this.cancelButton.element.focus():(this.presetElement.focus(),this.removeFocusedDate()):this.rightCalendar.children[1].firstElementChild.focus(),t.preventDefault();break;case"altLeftArrow":aSt(m)?aSt(v)||this.leftCalendar.children[1].firstElementChild.focus():!0!==this.applyButton.element.disabled?this.applyButton.element.focus():this.cancelButton.element.focus(),t.preventDefault();break;case"controlUp":this.calendarElement.classList.contains(hZt),this.calendarNavigation(t,this.calendarElement),t.preventDefault();break;case"controlDown":aSt(c)&&aSt(d)||f||(aSt(this.value)||(n=this.calendarElement.classList.contains(hZt)?this.startDate:this.endDate),this.controlDown=t,this.contentClick(null,--i,c||d,n)),t.preventDefault();break;case"controlEnd":y=new Date(this.currentDate.getFullYear(),11,31);s&&+y>+a&&(l=this.keyCalendarUpdate(!1,l)),e.prototype.navigateTo.call(this,"Month",new Date(this.currentDate.getFullYear(),11,31)),this.keyNavigation(l,t);break;case"pageUp":r=new Date(+this.currentDate),this.addMonths(r,-1),!s&&+r<=+o&&(l=this.keyCalendarUpdate(!0,l)),this.addMonths(this.currentDate,-1),e.prototype.navigateTo.call(this,"Month",this.currentDate),this.keyNavigation(l,t);break;case"pageDown":r=new Date(+this.currentDate),this.addMonths(r,1),s&&+r>=+a&&(l=this.keyCalendarUpdate(!1,l)),this.addMonths(this.currentDate,1),e.prototype.navigateTo.call(this,"Month",this.currentDate),this.keyNavigation(l,t);break;case"shiftPageUp":r=new Date(+this.currentDate),this.addYears(r,-1),!s&&+r<=+o&&(l=this.keyCalendarUpdate(!0,l)),this.addYears(this.currentDate,-1),e.prototype.navigateTo.call(this,"Month",this.currentDate),this.keyNavigation(l,t);break;case"shiftPageDown":r=new Date(+this.currentDate),this.addYears(r,1),s&&+r>=+a&&(l=this.keyCalendarUpdate(!1,l)),this.addYears(this.currentDate,1),e.prototype.navigateTo.call(this,"Month",this.currentDate),this.keyNavigation(l,t);break;case"shiftTab":aSt(this.presetElement)||(this.presetElement.setAttribute("tabindex","0"),this.presetElement.focus(),this.removeFocusedDate()),s&&t.preventDefault(),this.tabKeyValidation(l,uZt)&&(this.currentDate=new Date(+this.leftCalCurrentDate),this.navInCalendar(t,s,o,a,l));break;case"spacebar":this.applyButton&&!this.applyButton.disabled&&this.applyFunction(t);break;case"tab":this.tabKeyValidation(l,hZt)&&(this.currentDate=new Date(+this.rightCalCurrentDate),this.navInCalendar(t,s,o,a,l));break;default:this.navInCalendar(t,s,o,a,l),this.checkMinMaxDays()}this.presetHeight()},t.prototype.tabKeyValidation=function(e,t){var n=e.classList.contains(t),r=this.rightCalendar.querySelector(".e-header"),i=this.leftCalendar.querySelector(".e-header"),a=!!r&&r.classList.contains("e-month"),o=!!i&&i.classList.contains("e-month");return n&&o&&a&&!this.isMobile},t.prototype.keyNavigation=function(e,t){this.bindCalendarCellEvents(e),e.classList.contains(hZt)?this.leftCalCurrentDate=new Date(+this.currentDate):this.rightCalCurrentDate=new Date(+this.currentDate),this.updateNavIcons(),this.calendarIconEvent(),this.updateRange([e]),this.dateDisabled=this.isDateDisabled(this.currentDate),t.preventDefault()},t.prototype.inputHandler=function(e){switch(e.action){case"altDownArrow":this.isPopupOpen()||(""===this.inputElement.value&&(this.clear(),this.changeTrigger(e),this.clearRange()),this.show(null,e),this.isRangeIconClicked=!1,this.isMobile||aSt(this.leftCalendar)||this.calendarFocus(),this.isKeyPopup=!0);break;case"escape":this.isPopupOpen()&&this.hide(e);break;case"enter":document.activeElement===this.inputElement&&(this.inputBlurHandler(e),this.hide(e));break;case"tab":document.activeElement===this.inputElement&&this.isPopupOpen()&&(this.hide(e),e.preventDefault())}},t.prototype.bindCalendarCellEvents=function(e){for(var t=0,n=e?e.querySelectorAll("."+MZt+" td"):this.popupObj.element.querySelectorAll("."+MZt+" td");t<n.length;t++){var r=n[t];nMt.clearEvents(r),r.classList.contains(CZt)||r.classList.contains(jZt)||r.classList.contains(VZt)||(this.isMobile||nMt.add(r,"mouseover",this.hoverSelection,this),nMt.add(r,"mousedown",this.selectRange,this))}},t.prototype.removeFocusedDate=function(){for(var e=!aSt(this.startValue)||!aSt(this.endValue),t=0,n=this.popupObj.element.querySelectorAll("."+MZt+" ."+TZt);t<n.length;t++){var r=n[t],i=new Date,a=this.getIdValue(null,r);("Month"===this.depth&&"Month"===this.currentView()&&(!r.classList.contains(NZt)||r.classList.contains(NZt)&&e)||"Year"===this.depth&&"Year"===this.currentView()&&(!this.isSameMonth(i,a)&&!this.isSameYear(i,a)||e)||"Decade"===this.depth&&"Decade"===this.currentView()&&(!this.isSameYear(i,a)||e))&&(r.classList.remove(TZt),r.classList.contains(vZt)||r.classList.contains(gZt)||r.removeAttribute("aria-label"))}},t.prototype.hoverSelection=function(e,t){var n=t||e.currentTarget,r=this.getIdValue(null,n);if(!aSt(this.startValue)&&+this.startValue>=+this.min&&+this.startValue<=+this.max&&(!this.isDateDisabled(this.endValue)&&!this.isDateDisabled(this.startValue)&&aSt(this.endValue)&&aSt(this.startValue)||!aSt(this.startValue)&&aSt(this.endValue)))for(var i=0,a=this.popupObj.element.querySelectorAll("."+MZt+" td");i<a.length;i++){var o=a[i],l=!o.classList.contains(CZt)||o.classList.contains(jZt);if(!o.classList.contains(VZt)&&l){var s=this.getIdValue(null,o),c=new Date(+this.startValue);new Date(+s).setHours(0,0,0,0)>=c.setHours(0,0,0,0)&&+s<=+r?aMt([o],wZt):oMt([o],[wZt])}}},t.prototype.isSameStartEnd=function(e,t){var n=!1;return"Month"===this.depth?e.setHours(0,0,0,0)===t.setHours(0,0,0,0)&&(n=!0):"Year"===this.depth?e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()&&(n=!0):"Decade"===this.depth&&e.getFullYear()===t.getFullYear()&&(n=!0),n},t.prototype.updateRange=function(e){if(!aSt(this.startValue))for(var t=0,n=e;t<n.length;t++)for(var r=0,i=n[t].querySelectorAll("."+MZt+" td");r<i.length;r++){var a=i[r];if(!a.classList.contains(VZt)&&!a.classList.contains(CZt)){var o=this.getIdValue(null,a),l=this.getIdValue(null,a);if(aSt(this.endValue)?oMt([a],[wZt]):this.currentView()===this.depth&&+l.setHours(0,0,0,0)>=+new Date(+this.startValue).setHours(0,0,0,0)&&+l.setHours(0,0,0,0)<=+new Date(+this.endValue).setHours(0,0,0,0)&&!this.isSameStartEnd(new Date(+this.startValue),new Date(+this.endValue))&&+new Date(+this.startValue).setHours(0,0,0,0)>=+this.min&&+new Date(+this.endValue).setHours(0,0,0,0)<=+this.max&&!this.isDateDisabled(this.startValue)&&!this.isDateDisabled(this.endValue)&&aMt([a],wZt),a.classList.contains(SZt)&&a.classList.contains(gZt)&&+l!==+this.endValue&&(oMt([a],[SZt]),oMt([a],[gZt])),a.classList.contains(wZt)&&+l>+this.endValue&&oMt([a],[wZt]),!a.classList.contains(xZt)){var s=new Date(+this.startValue),c=new Date(+o);this.currentView()===this.depth&&+c.setHours(0,0,0,0)===+s.setHours(0,0,0,0)&&+c.setHours(0,0,0,0)>=+s.setHours(0,0,0,0)&&+this.startValue>=+this.min&&!this.inputWrapper.container.classList.contains("e-error")&&!this.isDateDisabled(this.startValue)&&!this.isDateDisabled(this.endValue)&&(aMt([a],[vZt,SZt]),this.addSelectedAttributes(a,this.startValue,!0));var d=new Date(+this.endValue);"Year"===this.currentView()?c=new Date(c.getFullYear(),c.getMonth()+1,0):"Decade"===this.currentView()&&(c=new Date(c.getFullYear(),11,31)),this.currentView()===this.depth&&!aSt(this.endValue)&&+c.setHours(0,0,0,0)===+d.setHours(0,0,0,0)&&+c.setHours(0,0,0,0)<=+d.setHours(0,0,0,0)&&+this.startValue>=+this.min&&!this.inputWrapper.container.classList.contains("e-error")&&!this.isDateDisabled(this.startValue)&&!this.isDateDisabled(this.endValue)&&(aMt([a],[gZt,SZt]),this.addSelectedAttributes(a,this.startValue,!1)),+o!==+this.startValue||aSt(this.endValue)||+o!==+this.endValue||this.addSelectedAttributes(a,this.endValue,!1,!0)}}}},t.prototype.checkMinMaxDays=function(){(!aSt(this.minDays)&&this.minDays>0||!aSt(this.maxDays)&&this.maxDays>0)&&(this.isMobile?this.updateMinMaxDays(this.popupObj.element.querySelector("."+MZt)):(this.updateMinMaxDays(this.popupObj.element.querySelector("."+hZt)),this.updateMinMaxDays(this.popupObj.element.querySelector("."+uZt))))},t.prototype.rangeArgs=function(e){var t,n,r=aSt(this.startValue)?null:this.globalize.formatDate(this.startValue,{format:this.formatString,type:"date",skeleton:"yMd"}),i=aSt(this.endValue)?null:this.globalize.formatDate(this.endValue,{format:this.formatString,type:"date",skeleton:"yMd"});return aSt(this.endValue)||aSt(this.startValue)?(t="",n=0):(t=r+" "+this.separator+" "+i,n=Math.round(Math.abs((this.removeTimeValueFromDate(this.startValue).getTime()-this.removeTimeValueFromDate(this.endValue).getTime())/864e5))+1),{value:this.value,startDate:this.startValue,endDate:this.endValue,daySpan:n,event:e||null,element:this.element,isInteracted:!aSt(e),text:t}},t.prototype.otherMonthSelect=function(e,t,n){var r=+this.getIdValue(null,e),i='*[id^="/id"]:not(.e-other-month)'.replace("/id",""+r),a=this.popupObj&&this.popupObj.element.querySelector(i);aSt(a)||(t?(aMt([a],[vZt,SZt]),this.addSelectedAttributes(a,this.startValue,!0)):(aMt([a],[gZt,SZt]),this.addSelectedAttributes(a,this.endValue,!0)),n&&this.addSelectedAttributes(e,this.endValue,!1,!0))},t.prototype.selectRange=function(e,t){var n,r;e&&e.preventDefault();var i=aSt(e)?this.getIdValue(null,t):this.getIdValue(e,null),a=i.getFullYear(),o=i.getMonth(),l=new Date(a,o,1),s=new Date(a,o+1,0),c=new Date(a,0,1),d=new Date(a,11,31);aSt(this.endValue)||aSt(this.startValue)?this.isMobile&&this.startButton.element.classList.contains(mZt)&&this.removeSelection():(!this.isMobile||this.isMobile&&!this.endButton.element.classList.contains(mZt))&&this.removeSelection();var h=t||e.currentTarget;if(aSt(this.startValue))aSt(this.previousStartValue)||(i.setHours(this.previousStartValue.getHours()),i.setMinutes(this.previousStartValue.getMinutes()),i.setSeconds(this.previousStartValue.getSeconds())),this.startValue="Month"===this.depth?new Date(this.checkValue(i)):"Year"===this.depth?l:c,this.endValue=null,this.setValue(),aMt([h],vZt),this.addSelectedAttributes(h,this.startValue,!0),h.classList.contains(xZt)&&this.otherMonthSelect(h,!0),this.checkMinMaxDays(),this.applyButton.disabled=!0,this.applyButton.element.disabled=!0,this.isMobile&&(this.endButton.element.classList.add(mZt),this.startButton.element.classList.remove(mZt),this.endButton.element.removeAttribute("disabled"),this.selectableDates()),this.trigger("select",this.rangeArgs(e));else if(+i===+this.startValue||+i>+this.startValue){if(+i===+this.startValue&&!aSt(this.minDays)&&this.minDays>1)return;this.endValue=null,this.setValue(),(this.isMobile||t)&&this.hoverSelection(e,t),aSt(this.previousEndValue)||(i.setHours(this.previousEndValue.getHours()),i.setMinutes(this.previousEndValue.getMinutes()),i.setSeconds(this.previousEndValue.getSeconds())),this.endValue="Month"===this.depth?new Date(this.checkValue(i)):"Year"===this.depth?s:d,this.setValue();var u=this.popupObj.element.querySelectorAll("."+gZt);if(this.isMobile){this.startButton.element.classList.remove(mZt),this.endButton.element.classList.add(mZt);for(var p=0,f=u;p<f.length;p++){var m=f[p];m.removeAttribute("aria-label"),m.classList.contains(vZt)?(this.addSelectedAttributes(m,this.startValue,!0),oMt([m],[gZt])):(m.setAttribute("aria-selected","false"),oMt([m],[gZt,SZt]))}}aMt([h],gZt),+this.endValue===+this.startValue?this.addSelectedAttributes(h,this.endValue,!1,!0):this.addSelectedAttributes(h,this.endValue,!1),h.classList.contains(xZt)&&(+this.endValue===+this.startValue?this.otherMonthSelect(h,!1,!0):this.otherMonthSelect(h,!1));for(var v=0,g=u=this.popupObj.element.querySelectorAll("."+gZt);v<g.length;v++){var b=g[v];b.classList.contains(vZt)&&oMt([b],[wZt])}this.applyButton.disabled=!1,this.applyButton.element.disabled=!1,this.isMobile||this.removeClassDisabled(),this.disabledDateRender(),this.trigger("select",this.rangeArgs(e))}else+i<+this.startValue&&(this.removeClassDisabled(),this.startValue="Month"===this.depth?new Date(this.checkValue(i)):"Year"===this.depth?l:c,this.setValue(),this.removeSelectedAttributes(),oMt(this.popupObj.element.querySelectorAll("."+vZt),[vZt,SZt]),aMt([h],vZt),this.addSelectedAttributes(h,this.startValue,!0),h.classList.contains(xZt)&&this.otherMonthSelect(h,!0),this.checkMinMaxDays());e&&(n=bMt(e.target,"."+hZt)),aSt(n)?(e&&(r=e&&bMt(e.target,"."+uZt)),aSt(r)||this.rightCalendar.children[1].firstElementChild.focus()):this.leftCalendar.children[1].firstElementChild.focus(),aMt([h],SZt),this.updateHeader(),this.removeFocusedDate()},t.prototype.selectableDates=function(){if(!aSt(this.startValue)){var e=this.calendarElement.querySelectorAll("."+MZt+" td"),t=!1;if(this.currentView()===this.depth){for(var n=0,r=e;n<r.length;n++){if(!(o=r[n]).classList.contains(vZt)&&!o.classList.contains(VZt)&&!o.classList.contains(CZt)){if(+this.getIdValue(null,o)<+this.startValue){aMt([o],[jZt,CZt,RZt]),nMt.clearEvents(o);continue}break}if(o.classList.contains(vZt)&&!o.classList.contains(xZt)){t=!0;break}}t&&(this.previousIcon.classList.contains(CZt)||aMt([this.previousIcon],[zZt,CZt,RZt]))}else{for(var i=0,a=e;i<a.length;i++){var o=a[i],l=this.startValue.getMonth(),s=this.startValue.getFullYear(),c=this.getIdValue(null,o);if(this.startButton.element.classList.contains(mZt)||!("Year"===this.currentView()&&c.getMonth()<l&&c.getFullYear()<=s||"Decade"===this.currentView()&&c.getMonth()<=l&&c.getFullYear()<s))break;aMt([o],[CZt])}e[0].classList.contains(CZt)?this.previousIconHandler(!0):e[e.length-1].classList.contains(CZt)&&this.nextIconHandler(!0)}}},t.prototype.updateMinMaxDays=function(e){if(!aSt(this.startValue)&&aSt(this.endValue)||this.isMobile&&this.endButton.element.classList.contains(mZt)){if(!aSt(this.minDays)&&this.minDays>0||!aSt(this.maxDays)&&this.maxDays>0){var t=this.removeTimeValueFromDate(this.startValue),n=new Date(new Date(+t).setDate(t.getDate()+(this.minDays-1))),r=new Date(new Date(+t).setDate(t.getDate()+(this.maxDays-1)));n=!aSt(this.minDays)&&this.minDays>0?n:null,r=!aSt(this.maxDays)&&this.maxDays>0?r:null,"Year"===this.currentView()?(n=aSt(n)?null:new Date(n.getFullYear(),n.getMonth(),0),r=aSt(r)?null:new Date(r.getFullYear(),r.getMonth(),1)):"Decade"===this.currentView()&&(n=aSt(n)?null:new Date(n.getFullYear()-1,11,1),r=aSt(r)?null:new Date(r.getFullYear(),0,1));for(var i=void 0,a=0,o=e.querySelectorAll("."+MZt+" td");a<o.length;a++){var l=o[a];if(!l.classList.contains(vZt)&&!l.classList.contains(VZt)){var s=this.getIdValue(null,l);if(s=this.removeTimeValueFromDate(s),!aSt(n)&&+s===+n&&l.classList.contains(CZt)&&n.setDate(n.getDate()+1),!l.classList.contains(CZt)){if(+s<=+t)continue;!aSt(n)&&+s<+n&&(aMt([l],[jZt,CZt,RZt]),nMt.clearEvents(l)),!aSt(r)&&+s>+r&&(aMt([l],[jZt,CZt,RZt]),this.isMaxDaysClicked=!0,nMt.clearEvents(l),aSt(i)&&!l.classList.contains(xZt)&&(i=l))}}}if(!aSt(i))if(this.isMobile)this.nextIcon.classList.contains(CZt)||aMt([this.nextIcon],[zZt,CZt,RZt]);else{var c=bMt(i,"."+uZt);(c=aSt(c)?this.leftCalendar:c).classList.contains(hZt)?(this.rightCalNextIcon.classList.contains(CZt)||aMt([this.rightCalNextIcon],[zZt,CZt,RZt]),this.leftCalNextIcon.classList.contains(CZt)||aMt([this.leftCalNextIcon],[zZt,CZt,RZt]),this.rightCalPrevIcon.classList.contains(CZt)||aMt([this.rightCalPrevIcon],[zZt,CZt,RZt])):this.rightCalNextIcon.classList.contains(CZt)||aMt([this.rightCalNextIcon],[zZt,CZt,RZt])}}}else this.isMaxDaysClicked=!1},t.prototype.removeTimeValueFromDate=function(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate())},t.prototype.removeClassDisabled=function(){for(var e=0,t=this.popupObj.element.querySelectorAll("."+MZt+" td."+jZt);e<t.length;e++){var n=t[e];n.classList.contains(jZt)&&(oMt([n],[jZt,CZt,RZt]),nMt.add(n,"click",this.selectRange,this),this.isMobile||nMt.add(n,"mouseover",this.hoverSelection,this))}this.isMobile?(this.nextIcon.classList.contains(zZt)&&oMt([this.nextIcon],[zZt,CZt,RZt]),this.previousIcon.classList.contains(zZt)&&oMt([this.previousIcon],[zZt,CZt,RZt])):(this.rightCalNextIcon.classList.contains(zZt)&&oMt([this.rightCalNextIcon],[zZt,CZt,RZt]),this.rightCalPrevIcon.classList.contains(zZt)&&oMt([this.rightCalPrevIcon],[zZt,CZt,RZt]),this.leftCalNextIcon.classList.contains(zZt)&&oMt([this.leftCalNextIcon],[zZt,CZt,RZt]))},t.prototype.updateHeader=function(){var e={type:"date",skeleton:"yMMMd"};if(aSt(this.endValue)||aSt(this.startValue))this.popupObj.element.querySelector("."+PZt).textContent=this.l10n.getConstant("selectedDays");else{var t=Math.round(Math.abs((this.removeTimeValueFromDate(this.startValue).getTime()-this.removeTimeValueFromDate(this.endValue).getTime())/864e5))+1;aSt(this.disabledDayCnt)||(t-=this.disabledDayCnt,this.disabledDayCnt=null),this.popupObj.element.querySelector("."+PZt).textContent=t.toString()+" "+this.l10n.getConstant("days")}this.isMobile?(aSt(this.startValue)?this.startButton.element.textContent=this.l10n.getConstant("startLabel"):this.startButton.element.textContent=this.globalize.formatDate(this.startValue,e),aSt(this.endValue)||aSt(this.startValue)?this.endButton.element.textContent=this.l10n.getConstant("endLabel"):this.endButton.element.textContent=this.globalize.formatDate(this.endValue,e)):(aSt(this.endValue)||aSt(this.startValue)?this.popupObj.element.querySelector("."+kZt).textContent=this.l10n.getConstant("endLabel"):this.popupObj.element.querySelector("."+kZt).textContent=this.globalize.formatDate(this.endValue,e),aSt(this.startValue)?this.popupObj.element.querySelector("."+EZt).textContent=this.l10n.getConstant("startLabel"):this.popupObj.element.querySelector("."+EZt).textContent=this.globalize.formatDate(this.startValue,e)),(this.isDateDisabled(this.startValue)||this.isDateDisabled(this.endValue)||!aSt(this.startValue)&&+this.startValue<+this.min||!aSt(this.endValue)&&+this.endValue>+this.max||!aSt(this.startValue)&&!aSt(this.endValue)&&+this.startValue>+this.endValue)&&(this.isMobile?(this.startButton.element.textContent=this.l10n.getConstant("startLabel"),this.endButton.element.textContent=this.l10n.getConstant("endLabel"),this.popupObj.element.querySelector("."+PZt).textContent=this.l10n.getConstant("selectedDays")):(this.popupObj.element.querySelector("."+PZt).textContent=this.l10n.getConstant("selectedDays"),this.popupObj.element.querySelector("."+EZt).textContent=this.l10n.getConstant("startLabel"),this.popupObj.element.querySelector("."+kZt).textContent=this.l10n.getConstant("endLabel"))),this.popupObj.element.querySelector("#custom_range")&&(this.popupObj.element.querySelector("#custom_range").textContent=""!==this.l10n.getConstant("customRange")?this.l10n.getConstant("customRange"):"Custom Range")},t.prototype.removeSelection=function(){this.startValue=null,this.endValue=null,this.setValue(),this.removeSelectedAttributes(),this.popupObj&&(this.popupObj.element.querySelectorAll("."+SZt).length>0&&oMt(this.popupObj.element.querySelectorAll("."+SZt),[vZt,gZt,SZt]),this.popupObj.element.querySelectorAll("."+TZt).length>0&&oMt(this.popupObj.element.querySelectorAll("."+TZt),TZt),this.popupObj.element.querySelectorAll("."+wZt).length>0&&oMt(this.popupObj.element.querySelectorAll("."+wZt),[wZt]))},t.prototype.addSelectedAttributes=function(e,t,n,r){if(e){var i=this.globalize.formatDate(t,{type:"date",skeleton:"full"});!aSt(r)&&r?e.setAttribute("aria-label","The current start and end date is "+i):e.setAttribute("aria-label","The current "+(n?"start":"end")+" date is "+i),e.setAttribute("aria-selected","true")}},t.prototype.removeSelectedAttributes=function(){if(this.popupObj){for(var e=0,t=this.popupObj.element.querySelectorAll("."+vZt);e<t.length;e++){(i=t[e]).setAttribute("aria-selected","false"),i.removeAttribute("aria-label")}for(var n=0,r=this.popupObj.element.querySelectorAll("."+gZt);n<r.length;n++){var i;(i=r[n]).setAttribute("aria-selected","false"),i.removeAttribute("aria-label")}}},t.prototype.updateCalendarElement=function(e){e.classList.contains(hZt)?(this.calendarElement=this.leftCalendar,this.currentDate=this.leftCalCurrentDate,this.previousIcon=this.leftCalPrevIcon,this.nextIcon=this.leftCalNextIcon):(this.calendarElement=this.rightCalendar,this.currentDate=this.rightCalCurrentDate,this.previousIcon=this.rightCalPrevIcon,this.nextIcon=this.rightCalNextIcon),this.contentElement=e.querySelector("."+LZt),this.tableBodyElement=mMt("."+LZt+" tbody",e),this.table=e.querySelector("."+LZt).getElementsByTagName("table")[0],this.headerTitleElement=e.querySelector("."+OZt+" ."+ZZt),this.headerElement=e.querySelector("."+OZt)},t.prototype.navPrevMonth=function(e){e.preventDefault();var t=bMt(e.target,"."+hZt);t=aSt(t)?bMt(e.target,"."+uZt):t,this.updateCalendarElement(t),this.navigatePrevious(e),!aSt(this.startValue)&&aSt(this.endValue)&&this.updateMinMaxDays(t),this.updateControl(t)},t.prototype.deviceNavigation=function(e){this.deviceCalendarEvent(),this.updateRange([this.popupObj.element.querySelector("."+MZt)]),this.endButton.element.classList.contains(mZt)&&this.updateMinMaxDays(this.popupObj.element.querySelector("."+MZt)),this.endButton.element.classList.contains(mZt)&&this.selectableDates(),this.currentView()===this.depth&&this.bindCalendarCellEvents(),this.removeFocusedDate()},t.prototype.updateControl=function(e,t){void 0===t&&(t=null),e.classList.contains(uZt)?this.rightCalCurrentDate=new Date(+(t||this.currentDate)):this.leftCalCurrentDate=new Date(+this.currentDate),this.calendarIconEvent(),("Month"===this.depth&&this.leftCalendar.querySelector(".e-content").classList.contains("e-month")&&this.rightCalendar.querySelector(".e-content").classList.contains("e-month")||"Year"===this.depth&&this.leftCalendar.querySelector(".e-content").classList.contains("e-year")&&this.rightCalendar.querySelector(".e-content").classList.contains("e-year")||"Decade"===this.depth&&this.leftCalendar.querySelector(".e-content").classList.contains("e-decade")&&this.rightCalendar.querySelector(".e-content").classList.contains("e-decade")||this.isMobile)&&this.bindCalendarCellEvents(),this.removeFocusedDate(),this.updateRange([e])},t.prototype.navNextMonth=function(e){e.preventDefault();var t=bMt(e.target,"."+hZt);t=aSt(t)?bMt(e.target,"."+uZt):t,this.updateCalendarElement(t),this.navigateNext(e),!aSt(this.startValue)&&aSt(this.endValue)&&this.updateMinMaxDays(t),this.updateControl(t)},t.prototype.isPopupOpen=function(){return!(aSt(this.popupObj)||!this.popupObj.element.classList.contains(dZt))},t.prototype.createRangeHeader=function(){var e=this.createElement("div",{className:"e-start-end"});if(this.isMobile){var t=this.createElement("button",{className:"e-end-btn"}),n=this.createElement("button",{className:bZt});this.startButton=new SOt({content:this.l10n.getConstant("startLabel")},n),this.endButton=new SOt({content:this.l10n.getConstant("endLabel")},t),e.appendChild(n),e.appendChild(t)}else{var r=this.createElement("a",{className:EZt}),i=this.createElement("a",{className:kZt}),a=this.createElement("span",{className:"e-change-icon e-icons"});fMt(r,{"aria-atomic":"true","aria-live":"assertive","aria-label":"Start Date",role:"button"}),fMt(i,{"aria-atomic":"true","aria-live":"assertive","aria-label":"End Date",role:"button"}),e.appendChild(r),e.appendChild(a),e.appendChild(i),r.textContent=this.l10n.getConstant("startLabel"),i.textContent=this.l10n.getConstant("endLabel")}return e},t.prototype.disableInput=function(){this.strictMode?aSt(this.previousStartValue)||aSt(this.previousEndValue)||(this.startValue=this.previousStartValue,this.endValue=this.previousEndValue,this.setValue(),this.updateInput()):(this.updateInput(),this.clearRange(),this.setProperties({startDate:null},!0),this.setProperties({endDate:null},!0),this.startValue=null,this.endValue=null,this.setValue(),this.errorClass()),this.setProperties({enabled:!1},!0),wOt.setEnabled(this.enabled,this.inputElement),this.bindEvents()},t.prototype.validateMinMax=function(){this.min=aSt(this.min)||!+this.min?this.min=new Date(1900,0,1):this.min,this.max=aSt(this.max)||!+this.max?this.max=new Date(2099,11,31):this.max,this.min<=this.max?(aSt(this.minDays)||aSt(this.maxDays)||this.maxDays>0&&this.minDays>0&&this.minDays>this.maxDays&&(this.maxDays=null),!aSt(this.minDays)&&this.minDays<0&&(this.minDays=null),!aSt(this.maxDays)&&this.maxDays<0&&(this.maxDays=null)):this.disableInput()},t.prototype.validateRangeStrict=function(){aSt(this.startValue)||(+this.startValue<=+this.min?(this.startValue=this.min,this.setValue()):+this.startValue>=+this.min&&+this.startValue>=+this.max&&(this.startValue=this.max)),aSt(this.endValue)||(+this.endValue>+this.max?(this.endValue=this.max,this.setValue()):+this.endValue<+this.min&&(this.endValue=this.min,this.setValue())),this.validateMinMaxDays()},t.prototype.validateRange=function(){this.validateMinMaxDays()},t.prototype.validateMinMaxDays=function(){if(!aSt(this.startValue)&&!aSt(this.endValue)){var e=Math.round(Math.abs((this.removeTimeValueFromDate(this.startValue).getTime()-this.removeTimeValueFromDate(this.endValue).getTime())/864e5))+1;if(!aSt(this.minDays)&&this.minDays>0&&!(e>=this.minDays))if(this.strictMode){var t=new Date(+this.startValue);t.setDate(t.getDate()+(this.minDays-1)),+t>+this.max?(this.endValue=this.max,this.setValue()):(this.endValue=t,this.setValue())}else this.startValue=null,this.endValue=null,this.setValue();aSt(this.maxDays)||!(this.maxDays>0)||e<=this.maxDays||(this.strictMode?(this.endValue=new Date(+this.startValue),this.endValue.setDate(this.endValue.getDate()+(this.maxDays-1)),this.setValue()):(this.startValue=null,this.endValue=null,this.setValue()))}},t.prototype.renderCalendar=function(){this.calendarElement=this.createElement("div"),this.calendarElement.classList.add(MZt),this.enableRtl&&this.calendarElement.classList.add("e-rtl"),fMt(this.calendarElement,{role:"calendar"}),e.prototype.createHeader.call(this),e.prototype.createContent.call(this)},t.prototype.isSameMonth=function(e,t){return e.getMonth()===t.getMonth()&&e.getFullYear()===t.getFullYear()},t.prototype.isSameYear=function(e,t){return e.getFullYear()===t.getFullYear()},t.prototype.isSameDecade=function(e,t){var n=e.getFullYear(),r=t.getFullYear();return n-n%10==r-r%10},t.prototype.startMonthCurrentDate=function(){this.isSameMonth(this.min,this.max)||+this.currentDate>+this.max||this.isSameMonth(this.currentDate,this.max)?(this.currentDate=new Date(+this.max),this.currentDate.setDate(1),this.currentDate.setMonth(this.currentDate.getMonth()-1)):this.currentDate<this.min&&(this.currentDate=new Date(this.checkValue(this.min)))},t.prototype.selectNextMonth=function(){if(aSt(this.endValue)||aSt(this.startValue)||this.isSameMonth(this.endValue,this.currentDate)||this.isDateDisabled(this.endValue)||this.isDateDisabled(this.startValue))return this.currentDate.setDate(1),void this.currentDate.setMonth(this.currentDate.getMonth()+1);if(this.currentDate=new Date(+this.endValue),!aSt(this.startValue)&&+this.startValue<+this.min||!aSt(this.endValue)&&+this.endValue>+this.max||!aSt(this.startValue)&&!aSt(this.endValue)&&+this.startValue>+this.endValue){this.currentDate=new Date((new Date).setHours(0,0,0,0)),this.currentDate.setDate(1);var e=this.currentDate.getMonth()+1;this.currentDate.setMonth(e)}},t.prototype.selectNextYear=function(){if(aSt(this.endValue)||aSt(this.startValue)||this.isSameYear(this.endValue,this.currentDate)||this.isDateDisabled(this.endValue)||this.isDateDisabled(this.startValue)){this.currentDate.setMonth(0);var e=this.currentDate.getFullYear()+1;this.currentDate.setFullYear(e)}else this.currentDate=new Date(+this.endValue),(!aSt(this.endValue)&&+this.endValue>+this.max||!aSt(this.startValue)&&!aSt(this.endValue)&&+this.startValue>+this.endValue||!aSt(this.startValue)&&+this.startValue<+this.min)&&(this.currentDate=new Date((new Date).setHours(0,0,0,0)),this.currentDate.setMonth(0),this.currentDate.setFullYear(this.currentDate.getFullYear()+1))},t.prototype.selectNextDecade=function(){if(aSt(this.endValue)||aSt(this.startValue)||this.isSameDecade(this.endValue,this.currentDate)||this.isDateDisabled(this.endValue)||this.isDateDisabled(this.startValue)){var e=this.currentDate.getFullYear()+10;this.currentDate.setFullYear(e)}else this.currentDate=new Date(+this.endValue),(!aSt(this.startValue)&&!aSt(this.endValue)&&+this.startValue>+this.endValue||!aSt(this.endValue)&&+this.endValue>+this.max||!aSt(this.startValue)&&+this.startValue<+this.min)&&(this.currentDate=new Date((new Date).setHours(0,0,0,0)),this.currentDate.setFullYear(this.currentDate.getFullYear()+10))},t.prototype.selectStartMonth=function(){aSt(this.startValue)?(this.currentDate=new Date((new Date).setHours(0,0,0,0)),this.startMonthCurrentDate()):!aSt(this.max)&&this.isSameMonth(this.startValue,this.max)?(this.currentDate=new Date(+this.max),this.currentDate.setDate(1),this.currentDate.setMonth(this.currentDate.getMonth()-1)):this.startValue>=this.min&&this.startValue<=this.max&&!this.isDateDisabled(this.startValue)?this.currentDate=new Date(+this.startValue):this.currentDate=new Date((new Date).setHours(0,0,0,0)),(!aSt(this.endValue)&&+this.endValue>+this.max||!aSt(this.startValue)&&+this.startValue<+this.min||!aSt(this.startValue)&&!aSt(this.endValue)&&+this.startValue>+this.endValue)&&(this.currentDate=new Date((new Date).setHours(0,0,0,0))),this.startMonthCurrentDate()},t.prototype.createCalendar=function(){var t=this.createElement("div",{className:"e-calendar-container"});if(this.isMobile){aSt(this.startValue)||(this.currentDate=new Date(+this.startValue)),e.prototype.validateDate.call(this),e.prototype.minMaxUpdate.call(this),e.prototype.render.call(this);var n=this.calendarElement.querySelector("."+MZt+" ."+_Zt),r=this.calendarElement.querySelector("."+MZt+" ."+AZt);pMt(this.calendarElement.querySelector("."+MZt+" ."+DZt)),this.calendarElement.querySelector("."+MZt+" ."+OZt).appendChild(r),this.calendarElement.querySelector("."+MZt+" ."+OZt).appendChild(n),cMt([n],this.calendarElement.querySelector("."+MZt+" ."+OZt)),this.deviceCalendar=this.calendarElement,t.appendChild(this.calendarElement),this.headerTitleElement=this.calendarElement.querySelector("."+MZt+" ."+OZt+" ."+ZZt)}else{this.selectStartMonth(),this.renderCalendar(),this.leftCalCurrentDate=new Date(+this.currentDate),this.calendarElement.classList.add(hZt),this.leftCalPrevIcon=this.calendarElement.querySelector("."+hZt+" ."+_Zt),this.leftCalNextIcon=this.calendarElement.querySelector("."+hZt+" ."+AZt),this.leftTitle=this.calendarElement.querySelector("."+hZt+" ."+ZZt),pMt(this.calendarElement.querySelector("."+hZt+" ."+DZt)),this.calendarElement.querySelector("."+hZt+" ."+OZt).appendChild(this.leftCalNextIcon),this.calendarElement.querySelector("."+hZt+" ."+OZt).appendChild(this.leftCalPrevIcon),cMt([this.leftCalPrevIcon],this.calendarElement.querySelector("."+hZt+" ."+OZt)),this.leftCalendar=this.calendarElement;var i=this.createElement("div",{className:"e-left-container"}),a=this.createElement("div",{className:"e-right-container"});i.appendChild(this.leftCalendar),t.appendChild(i),this.isMobile||nMt.add(this.leftTitle,"click",this.leftNavTitle,this),"Month"===this.start&&this.selectNextMonth(),"Year"===this.start&&this.selectNextYear(),"Decade"===this.start&&this.selectNextDecade(),this.renderCalendar(),this.rightCalCurrentDate=new Date(+this.currentDate),aMt([this.calendarElement],uZt),this.rightCalendar=this.calendarElement,oMt([this.leftCalendar&&this.leftCalendar.querySelector(".e-content tbody")],"e-zoomin"),oMt([this.rightCalendar&&this.rightCalendar.querySelector(".e-content tbody")],"e-zoomin"),this.rightCalPrevIcon=this.calendarElement.querySelector("."+uZt+" ."+_Zt),this.rightCalNextIcon=this.calendarElement.querySelector("."+uZt+" ."+AZt),this.rightTitle=this.calendarElement.querySelector("."+uZt+" ."+ZZt),pMt(this.calendarElement.querySelector("."+uZt+" ."+DZt)),this.calendarElement.querySelector("table").setAttribute("tabindex","0"),this.calendarElement.querySelector("."+uZt+" ."+OZt).appendChild(this.rightCalNextIcon),this.calendarElement.querySelector("."+uZt+" ."+OZt).appendChild(this.rightCalPrevIcon),cMt([this.rightCalPrevIcon],this.calendarElement.querySelector("."+uZt+" ."+OZt)),a.appendChild(this.rightCalendar),t.appendChild(a),this.isMobile||nMt.add(this.rightTitle,"click",this.rightNavTitle,this)}return t},t.prototype.leftNavTitle=function(e){this.isPopupOpen()&&(this.calendarElement=this.leftCalendar,this.calendarNavigation(e,this.calendarElement))},t.prototype.calendarNavigation=function(t,n){this.table=n.querySelector("table"),this.headerTitleElement=n.querySelector(".e-title"),this.tableBodyElement=n.querySelector("tbody"),this.tableHeadElement=n.querySelector("thead"),this.contentElement=n.querySelector(".e-content"),this.updateCalendarElement(n),e.prototype.navigateTitle.call(this,t),this.updateNavIcons()},t.prototype.rightNavTitle=function(e){this.isPopupOpen()&&(this.calendarElement=this.rightCalendar,this.calendarNavigation(e,this.calendarElement))},t.prototype.clickEventEmitter=function(e){this.isMobile||(bMt(e.target,".e-calendar.e-left-calendar")?(this.calendarElement=this.leftCalendar,this.updateCalendarElement(this.leftCalendar)):(this.calendarElement=this.rightCalendar,this.updateCalendarElement(this.rightCalendar)))},t.prototype.currentView=function(){return e.prototype.currentView.call(this)},t.prototype.getCalendarView=function(e){return"Year"===e?"Year":"Decade"===e?"Decade":"Month"},t.prototype.navigatedEvent=function(t){if(this.trigger("navigated",this.navigatedArgs),!aSt(this.popupObj)){var n=this.getCalendarView(this.currentView());if(this.isMobile)n===this.depth?(this.bindCalendarCellEvents(),this.deviceNavigation(),this.removeFocusedDate(),this.checkMinMaxDays()):this.selectableDates();else if(this.isMobile||n!==this.depth)this.updateNavIcons(),this.calendarIconEvent();else{if((this.calendarElement.classList.contains("e-left-calendar")?this.leftCalendar:this.rightCalendar)!==this.leftCalendar||(!t||t.currentTarget.children[0].classList.contains("e-icons"))&&aSt(this.controlDown))(t&&!t.currentTarget.children[0].classList.contains("e-icons")||!aSt(this.controlDown))&&(this.rightCalCurrentDate=new Date(+this.currentDate),this.effect="",this.currentDate=this.rightCalCurrentDate,this.updateCalendarElement(this.rightCalendar),this.updateControl(this.rightCalendar),this.updateCalendarElement(this.leftCalendar),this.startValue&&aSt(this.endValue)&&("Month"===n&&this.startValue.getMonth()<this.rightCalCurrentDate.getMonth()&&this.startValue.getFullYear()<=this.rightCalCurrentDate.getFullYear()||"Year"===n&&this.startValue.getFullYear()<this.rightCalCurrentDate.getFullYear())?e.prototype.navigateTo.call(this,n,new Date(+this.startValue)):e.prototype.navigateTo.call(this,n,this.leftCalCurrentDate),this.updateControl(this.leftCalendar),this.updateNavIcons(),this.calendarIconEvent(),this.calendarIconRipple(),this.controlDown=null);else{this.leftCalCurrentDate=new Date(+this.currentDate),this.effect="",this.currentDate=this.leftCalCurrentDate,this.updateCalendarElement(this.leftCalendar),this.updateControl(this.leftCalendar),this.updateCalendarElement(this.rightCalendar),e.prototype.navigateTo.call(this,n,this.rightCalCurrentDate);var r=this.rightCalCurrentDate?this.rightCalCurrentDate:this.currentDate;this.updateControl(this.rightCalendar,r),this.updateNavIcons(),this.calendarIconEvent(),this.calendarIconRipple(),this.controlDown=null}this.checkMinMaxDays()}}},t.prototype.createControl=function(){var e=this.createElement("div",{className:IZt}),t=this.createElement("div",{className:"e-range-header"}),n=this.createRangeHeader();t.appendChild(n);var r=this.createElement("div",{className:PZt});fMt(r,{"aria-label":"Selected Days"}),r.textContent=this.l10n.getConstant("selectedDays"),t.appendChild(r);var i=this.createElement("div",{className:"e-separator"}),a=this.createCalendar();e.appendChild(t),e.appendChild(i),e.appendChild(a);var o=this.createElement("div",{className:"e-footer"}),l=this.createElement("button",{className:"e-cancel "+YZt+" "+UZt}),s=this.createElement("button");aMt([s],["e-apply",YZt,"e-primary",UZt]),o.appendChild(s),o.appendChild(l);var c=!aSt(this.startValue)&&!aSt(this.endValue);(this.cancelButton=new SOt({content:this.l10n.getConstant("cancelText")},l),this.applyButton=new SOt({content:this.l10n.getConstant("applyText"),disabled:!c},s),nMt.add(s,"click",this.applyFunction,this),nMt.add(l,"click",this.cancelFunction,this),this.popupWrapper.appendChild(e),this.isMobile)||(oSt(this.presets[0].start&&this.presets[0].end&&this.presets[0].label)||(this.createPresets(),this.listRippleEffect(),aMt([e],"e-range-border"),aMt([this.popupWrapper],"e-preset-wrapper"),this.popupWrapper.querySelector("."+HZt).style.height=this.popupWrapper.querySelector("."+IZt).getBoundingClientRect().height+"px"));this.popupWrapper.appendChild(o),this.isMobile&&this.deviceHeaderUpdate(),this.renderPopup()},t.prototype.cancelFunction=function(e){document.activeElement!==this.inputElement&&(this.preventFocus=!0,this.inputElement.focus(),aMt([this.inputWrapper.container],[yZt])),e.preventDefault(),this.isKeyPopup&&(this.inputElement.focus(),this.isKeyPopup=!1),this.startValue=null,this.endValue=null,this.removeSelection(),this.hide(e)},t.prototype.deviceHeaderUpdate=function(){aSt(this.startValue)&&aSt(this.endValue)?(this.endButton.element.setAttribute("disabled",""),this.startButton.element.classList.add(mZt)):aSt(this.startValue)||this.startButton.element.classList.add(mZt)},t.prototype.applyFunction=function(e){var t=!1;"touchstart"!==e.type&&e.preventDefault(),this.closeEventArgs&&this.closeEventArgs.cancel&&(this.startValue=this.popupWrapper.querySelector(".e-start-date")&&this.getIdValue(null,this.popupWrapper.querySelector(".e-start-date")),this.endValue=this.popupWrapper.querySelector(".e-end-date")&&this.getIdValue(null,this.popupWrapper.querySelector(".e-end-date")),this.setValue()),document.activeElement!==this.inputElement&&(this.preventFocus=!0,this.inputElement.focus(),aMt([this.inputWrapper.container],[yZt])),"touchstart"!==e.type&&this.closeEventArgs&&!this.closeEventArgs.cancel&&e.preventDefault(),aSt(this.startValue)||aSt(this.endValue)?this.hide(e||null):(this.previousStartValue=new Date(+this.startValue),this.previousEndValue=new Date(+this.endValue),this.previousEleValue=this.inputElement.value,wOt.setValue(this.rangeArgs(e).text,this.inputElement,this.floatLabelType,this.showClearButton),+this.initStartDate===+this.startValue&&+this.initEndDate===+this.endValue||(t=!0),this.changeTrigger(e),this.hide(e||null),this.errorClass(),t=!0),bMt(e.target,"."+cZt)||t||this.focusOut(),this.isMobile||(this.isKeyPopup=!1,this.isRangeIconClicked&&(this.inputWrapper.container.children[1].focus(),this.keyInputConfigs=iSt(this.keyInputConfigs,this.keyConfigs),this.popupKeyboardModule=new wAt(this.inputWrapper.container.children[1],{eventName:"keydown",keyConfigs:this.keyInputConfigs,keyAction:this.popupKeyActionHandle.bind(this)})))},t.prototype.onMouseClick=function(e,t){if("touchstart"!==e.type){var n=bMt(t||e.target,"."+WZt),r=n&&n.classList.contains(mZt);n&&n.classList.contains(WZt)&&this.setListSelection(n,e),this.preventFocus=!0,this.inputElement.focus(),this.isMobile||(this.preventFocus=!0,n&&n.classList.contains(WZt)&&"custom_range"===n.getAttribute("id")?this.leftCalendar.children[1].firstElementChild.focus():r||"keydown"!==e.type||this.inputElement.focus())}},t.prototype.onMouseOver=function(e){var t=bMt(e.target,"."+WZt);t&&t.classList.contains(WZt)&&!t.classList.contains(FZt)&&aMt([t],FZt)},t.prototype.onMouseLeave=function(e){var t=bMt(e.target,"."+FZt);aSt(t)||oMt([t],FZt)},t.prototype.setListSelection=function(e,t){if(e&&(!e.classList.contains(mZt)||this.isMobile&&e.classList.contains(mZt))){if(this.isMobile&&e.classList.contains(mZt))return this.activeIndex=Array.prototype.slice.call(this.liCollections).indexOf(e),"custom_range"===this.presetsItem[this.activeIndex].id?void this.renderCustomPopup():void 0;this.removeListSelection(),this.activeIndex=Array.prototype.slice.call(this.liCollections).indexOf(e),aMt([e],mZt),e.setAttribute("aria-selected","true");var n=this.presetsItem[this.activeIndex];"custom_range"===n.id?this.renderCustomPopup():this.applyPresetRange(n,t)}},t.prototype.removeListSelection=function(){var e=this.presetElement.querySelector("."+mZt);aSt(e)||(oMt([e],mZt),e.removeAttribute("aria-selected"))},t.prototype.setValue=function(){this.modelValue=[this.startValue,this.endValue]},t.prototype.applyPresetRange=function(e,t){this.hide(null),this.presetsItem[this.presetsItem.length-1].start=null,this.presetsItem[this.presetsItem.length-1].end=null,this.startValue=e.start,this.endValue=e.end,this.setValue(),this.refreshControl(),this.trigger("select",this.rangeArgs(t)),this.changeTrigger(t),this.previousEleValue=this.inputElement.value,this.isCustomRange=!1,this.leftCalendar=this.rightCalendar=null,this.isKeyPopup&&(this.isRangeIconClicked=!1,this.inputElement.focus())},t.prototype.showPopup=function(e,t){this.presetHeight(),1e3===this.zIndex?this.popupObj.show(null,this.element):this.popupObj.show(null,null),this.isMobile&&this.popupObj.refreshPosition()},t.prototype.renderCustomPopup=function(){this.isCustomWindow=!0,this.popupObj.hide(),this.popupWrapper=this.createElement("div",{id:this.element.id+"_popup",className:pZt+" "+dZt}),this.renderControl(),this.openEventArgs.appendTo.appendChild(this.popupWrapper),this.showPopup(),this.isCustomRange=!0,this.isMobile||this.calendarFocus()},t.prototype.listRippleEffect=function(){for(var e=0,t=this.liCollections;e<t.length;e++){FMt(t[e])}},t.prototype.createPresets=function(){if(!oSt(this.presets[0].start&&this.presets[0].end&&this.presets[0].label)){this.presetElement=this.createElement("div",{className:HZt,attrs:{tabindex:"0"}});var e=eZt.createList(this.createElement,this.presetsItem,null,!0);fMt(e,{role:"listbox","aria-hidden":"false",id:this.element.id+"_options"}),this.presetElement.appendChild(e),this.popupWrapper.appendChild(this.presetElement);var t=this.presetElement.querySelector("#custom_range");aSt(t)||(t.textContent=""!==this.l10n.getConstant("customRange")?this.l10n.getConstant("customRange"):"Custom Range"),this.liCollections=this.presetElement.querySelectorAll("."+WZt),this.wireListEvents(),this.isMobile&&(this.presetElement.style.width=this.inputWrapper.container.getBoundingClientRect().width+"px"),!aSt(this.activeIndex)&&this.activeIndex>-1&&aMt([this.liCollections[this.activeIndex]],mZt)}},t.prototype.wireListEvents=function(){nMt.add(this.presetElement,"click",this.onMouseClick,this),this.isMobile||(nMt.add(this.presetElement,"mouseover",this.onMouseOver,this),nMt.add(this.presetElement,"mouseout",this.onMouseLeave,this))},t.prototype.unWireListEvents=function(){aSt(this.presetElement)||(nMt.remove(this.presetElement,"click touchstart",this.onMouseClick),this.isMobile||(nMt.remove(this.presetElement,"mouseover",this.onMouseOver),nMt.remove(this.presetElement,"mouseout",this.onMouseLeave)))},t.prototype.renderPopup=function(){var e=this;this.popupWrapper.classList.add("e-control");var t=this.popupWrapper.getBoundingClientRect().width;aSt(this.cssClass)||""===this.cssClass.trim()||(this.popupWrapper.className+=" "+this.cssClass),this.isMobile&&this.isCustomWindow&&(this.modal=this.createElement("div"),document.body.appendChild(this.modal)),this.popupObj=new vOt(this.popupWrapper,{relateTo:this.isMobile&&this.isCustomWindow?document.body:aSt(this.targetElement)?this.inputWrapper.container:this.targetElement,position:this.isMobile?oSt(this.presets[0].start&&this.presets[0].end&&this.presets[0].label)||this.isCustomWindow?{X:"center",Y:"center"}:{X:"left",Y:"bottom"}:this.enableRtl?{X:"left",Y:"bottom"}:{X:"right",Y:"bottom"},offsetX:this.isMobile||this.enableRtl?0:-t,offsetY:4,collision:this.isMobile?oSt(this.presets[0].start&&this.presets[0].end&&this.presets[0].label)||this.isCustomWindow?{X:"fit",Y:"fit"}:{X:"fit"}:{X:"fit",Y:"flip"},targetType:this.isMobile&&this.isCustomWindow?"container":"relative",enableRtl:this.enableRtl,zIndex:this.zIndex,open:function(){fMt(e.inputElement,{"aria-expanded":"true"}),aMt([e.inputWrapper.buttons[0]],mZt),e.isMobile||(e.cancelButton&&(e.btnKeyboardModule=new wAt(e.cancelButton.element,{eventName:"keydown",keyAction:e.popupKeyActionHandle.bind(e),keyConfigs:{tab:"tab",altRightArrow:"alt+rightarrow",altLeftArrow:"alt+leftarrow"}}),e.btnKeyboardModule=new wAt(e.applyButton.element,{eventName:"keydown",keyAction:e.popupKeyActionHandle.bind(e),keyConfigs:{altRightArrow:"alt+rightarrow",altLeftArrow:"alt+leftarrow"}})),aSt(e.leftCalendar)||e.isRangeIconClicked||e.calendarFocus(),aSt(e.presetElement)||(e.keyInputConfigs=iSt(e.keyInputConfigs,e.keyConfigs),e.presetKeyboardModule=new wAt(e.presetElement,{eventName:"keydown",keyAction:e.presetKeyActionHandler.bind(e),keyConfigs:e.keyInputConfigs}),e.presetKeyboardModule=new wAt(e.presetElement,{eventName:"keydown",keyAction:e.popupKeyActionHandle.bind(e),keyConfigs:{altRightArrow:"alt+rightarrow",altLeftArrow:"alt+leftarrow"}}),aSt(e.leftCalendar)?(e.preventBlur=!0,e.presetElement.focus()):e.presetElement.setAttribute("tabindex","-1")),e.popupKeyBoardHandler()),e.isMobile&&!tMt.isDevice&&nMt.add(document,"keydown",e.popupCloseHandler,e)},close:function(){fMt(e.inputElement,{"aria-expanded":"false"}),oMt([e.inputWrapper.buttons[0]],mZt),e.isRangeIconClicked&&e.inputWrapper.container.children[1].focus(),oSt(e.presets[0].start&&e.presets[0].end&&e.presets[0].label)||e.unWireListEvents(),aSt(e.popupObj)||(aSt(e.popupObj.element.parentElement)||uMt(e.popupObj.element),e.popupObj.destroy(),e.popupObj=null),e.isMobile&&!tMt.isDevice&&nMt.remove(document,"keydown",e.popupCloseHandler)},targetExitViewport:function(){tMt.isDevice||e.hide()}}),this.isMobile&&(this.popupObj.element.classList.add(BZt),this.isMobile||this.popupObj.element.classList.add("e-bigger")),this.isMobile&&this.isCustomWindow&&(aMt([this.modal],[BZt,pZt,"e-range-modal"]),document.body.className+=" "+qZt,this.modal.style.display="block"),nMt.add(document,"mousedown touchstart",this.documentHandler,this)},t.prototype.popupCloseHandler=function(e){if(27===e.keyCode)this.hide(e)},t.prototype.calendarFocus=function(){var e=this.popupObj&&this.popupObj.element.querySelector("."+vZt);if(e){var t=bMt(e,"."+uZt);t=aSt(t)?this.leftCalendar:t,this.isRangeIconClicked?this.inputWrapper.container.focus():(this.preventBlur=!0,t.children[1].firstElementChild.focus()),aMt([e],TZt)}else this.isRangeIconClicked?this.inputWrapper.container.focus():(this.preventBlur=!0,this.leftCalendar.children[1].firstElementChild.focus())},t.prototype.presetHeight=function(){var e=this.popupObj&&this.popupObj.element.querySelector("."+HZt),t=this.popupObj&&this.popupObj.element.querySelector("."+IZt);aSt(e)||aSt(t)||(e.style.height=t.getBoundingClientRect().height+"px")},t.prototype.presetKeyActionHandler=function(e){switch(e.action){case"moveDown":this.listMoveDown(e),this.setScrollPosition(),e.preventDefault();break;case"moveUp":this.listMoveUp(e),this.setScrollPosition(),e.preventDefault();break;case"enter":var t=this.getHoverLI(),n=this.getActiveLI();if(!aSt(this.leftCalendar)&&!aSt(n))if(aSt(t)||!aSt(n)&&n===t)if(this.activeIndex=Array.prototype.slice.call(this.liCollections).indexOf(n),"custom_range"===this.presetsItem[this.activeIndex].id)return this.calendarFocus(),n.classList.remove(FZt),void e.preventDefault();aSt(t)&&aSt(n)||this.onMouseClick(e,t||n),e.preventDefault();break;case"tab":if(this.leftCalendar){var r=this.getHoverLI();aSt(r)||r.classList.remove(FZt)}else this.hide(e),e.preventDefault()}},t.prototype.listMoveDown=function(e){var t=this.getHoverLI(),n=this.getActiveLI();if(aSt(t))if(aSt(n))aMt([this.liCollections[0]],FZt);else{var r;!aSt(r=n.nextElementSibling)&&r.classList.contains(WZt)&&aMt([r],FZt)}else!aSt(r=t.nextElementSibling)&&r.classList.contains(WZt)&&(oMt([t],FZt),aMt([r],FZt))},t.prototype.listMoveUp=function(e){var t=this.getHoverLI(),n=this.getActiveLI();if(aSt(t)){if(!aSt(n)){var r;!aSt(r=n.previousElementSibling)&&r.classList.contains(WZt)&&aMt([r],FZt)}}else!aSt(r=t.previousElementSibling)&&r.classList.contains(WZt)&&(oMt([t],FZt),aMt([r],FZt))},t.prototype.getHoverLI=function(){return this.presetElement.querySelector("."+FZt)},t.prototype.getActiveLI=function(){return this.presetElement.querySelector("."+mZt)},t.prototype.popupKeyBoardHandler=function(){this.popupKeyboardModule=new wAt(this.popupWrapper,{eventName:"keydown",keyAction:this.popupKeyActionHandle.bind(this),keyConfigs:{escape:"escape"}}),this.keyInputConfigs=iSt(this.keyInputConfigs,this.keyConfigs),this.popupKeyboardModule=new wAt(this.inputWrapper.container.children[1],{eventName:"keydown",keyAction:this.popupKeyActionHandle.bind(this),keyConfigs:this.keyInputConfigs})},t.prototype.setScrollPosition=function(){var e=this.presetElement.getBoundingClientRect().height,t=this.presetElement.querySelector("."+FZt),n=this.presetElement.querySelector("."+mZt),r=aSt(t)?n:t;if(!aSt(r)){var i=r.nextElementSibling,a=i?i.offsetTop:r.offsetTop,o=r.getBoundingClientRect().height;a+r.offsetTop>e?this.presetElement.scrollTop=i?a-(e/2+o/2):a:this.presetElement.scrollTop=0}},t.prototype.popupKeyActionHandle=function(e){var t=bMt(e.target,"."+HZt);switch(e.action){case"escape":this.isPopupOpen()?(this.isKeyPopup&&(this.inputElement.focus(),this.isKeyPopup=!1),this.hide(e)):this.inputWrapper.container.children[1].blur();break;case"enter":this.isPopupOpen()?this.inputWrapper.container.children[1].focus():this.show(null,e);break;case"tab":this.hide(e);break;case"altRightArrow":aSt(t)?document.activeElement===this.cancelButton.element&&!0!==this.applyButton.element.disabled?this.applyButton.element.focus():this.leftCalendar.children[1].firstElementChild.focus():this.cancelButton.element.focus(),e.preventDefault();break;case"altLeftArrow":aSt(t)?document.activeElement===this.applyButton.element&&!0!==this.applyButton.element.disabled?this.cancelButton.element.focus():aSt(this.presetElement)||document.activeElement!==this.cancelButton.element?this.rightCalendar.children[1].firstElementChild.focus():this.presetElement.focus():this.rightCalendar.children[1].firstElementChild.focus(),e.preventDefault()}},t.prototype.documentHandler=function(e){if(!aSt(this.popupObj)){var t=e.target;this.inputWrapper.container.contains(t)&&(aSt(this.popupObj)||bMt(t,'[id="'+this.popupWrapper.id+'"]'))||"touchstart"!==e.type&&("mousedown"===e.type||this.closeEventArgs&&!this.closeEventArgs.cancel)&&e.preventDefault(),!aSt(this.targetElement)&&(aSt(this.targetElement)||t===this.targetElement)||bMt(t,'[id="'+this.popupWrapper.id+'"]')||bMt(t,"."+cZt)===this.inputWrapper.container||bMt(t,".e-daterangepicker.e-popup")&&!t.classList.contains("e-day")||(this.preventBlur=!1,this.isPopupOpen()&&document.body.contains(this.popupObj.element)&&(this.applyFunction(e),this.isMobile||(this.isRangeIconClicked=!1)))}},t.prototype.createInput=function(){var e=this.cssClass;aSt(this.cssClass)||""===this.cssClass||(e=this.cssClass.replace(/\s+/g," ").trim()),this.inputWrapper=wOt.createInput({floatLabelType:this.floatLabelType,element:this.inputElement,properties:{readonly:this.readonly,placeholder:this.placeholder,cssClass:e,enabled:this.enabled,enableRtl:this.enableRtl,showClearButton:this.showClearButton},buttons:["e-input-group-icon e-range-icon e-icons"]},this.createElement),fMt(this.inputElement,{"aria-readonly":this.readonly?"true":"false",tabindex:"0","aria-haspopup":"true","aria-activedescendant":"null","aria-owns":this.element.id+"_popup","aria-expanded":"false",role:"combobox",autocomplete:"off","aria-disabled":this.enabled?"false":"true",autocorrect:"off",autocapitalize:"off",spellcheck:"false"}),wOt.addAttributes({"aria-label":"select"},this.inputWrapper.buttons[0]),aSt(this.placeholder)||""===this.placeholder.trim()||wOt.addAttributes({"aria-placeholder":this.placeholder},this.inputElement),this.setEleWidth(this.width),aMt([this.inputWrapper.container],"e-date-range-wrapper"),aSt(this.inputElement.getAttribute("name"))&&fMt(this.inputElement,{name:this.element.id}),"hidden"===this.inputElement.type&&(this.inputWrapper.container.style.display="none"),this.refreshControl(),this.previousEleValue=this.inputElement.value,this.inputElement.setAttribute("value",this.inputElement.value),this.startCopy=this.startDate,this.endCopy=this.endDate},t.prototype.setEleWidth=function(e){this.inputWrapper.container.style.width="string"==typeof e?this.width:"number"==typeof e?dSt(this.width):"100%"},t.prototype.adjustLongHeaderWidth=function(){"Wide"===this.dayHeaderFormat&&aMt([this.popupWrapper],"e-daterange-day-header-lg")},t.prototype.refreshControl=function(){this.validateMinMax(),this.strictMode&&this.validateRangeStrict();var e=this.disabledDates();this.strictMode&&e&&(this.startValue=this.previousStartValue,this.setProperties({startDate:this.startValue},!0),this.endValue=this.previousEndValue,this.setProperties({endDate:this.endValue},!0),this.setValue()),this.updateInput(),this.strictMode||this.validateRange(),!this.strictMode&&e&&this.clearRange(),aSt(this.endValue)||aSt(this.startValue)||e||this.disabledDateRender(),this.errorClass(),this.previousStartValue=aSt(this.startValue)||isNaN(+this.startValue)?null:new Date(+this.startValue),this.previousEndValue=aSt(this.endValue)||isNaN(+this.endValue)?null:new Date(+this.endValue)},t.prototype.updateInput=function(){if(!aSt(this.endValue)&&!aSt(this.startValue)){var e={format:this.formatString,type:"date",skeleton:"yMd"},t=this.globalize.formatDate(this.startValue,e),n=this.globalize.formatDate(this.endValue,e);wOt.setValue(t+" "+this.separator+" "+n,this.inputElement,this.floatLabelType,this.showClearButton),this.previousStartValue=new Date(+this.startValue),this.previousEndValue=new Date(+this.endValue)}!this.strictMode&&aSt(this.value)&&this.invalidValueString&&wOt.setValue(this.invalidValueString,this.inputElement,this.floatLabelType,this.showClearButton)},t.prototype.checkInvalidRange=function(e){if(!aSt(e)){var t=!1,n=void 0,r=void 0,i=null,a=null,o=null,l=!1,s=!1,c=!1;if("string"==typeof e){var d=e.split(" "+this.separator+" ");2===d.length?(i=d[0],a=d[1]):(t=!0,o=e)}else e.length>0?(n=e[0],r=e[1]):(n=e.start,r=e.end),n instanceof Date||"object"==typeof n?n instanceof Date?l=!0:aSt(n)||(c=!0):i=this.getstringvalue(n),r instanceof Date||"object"==typeof r?r instanceof Date?s=!0:aSt(r)||(c=!0):a=this.getstringvalue(r);(aSt(i)&&!l&&!aSt(a)||!aSt(i)&&!s&&aSt(a))&&(t=!0),c&&(i=a=o=null,t=!0),i&&(t=t||this.checkInvalidValue(i)),a&&(t=t||this.checkInvalidValue(a)),t&&(l&&!c&&(i=n.toLocaleDateString()),s&&!c&&(a=r.toLocaleDateString()),aSt(i)||aSt(a)?aSt(i)?aSt(a)||(o=a):o=i:o=i+" "+this.separator+" "+a,this.invalidValueString=o,this.setProperties({value:null},!0),this.setProperties({startValue:null},!0),this.setProperties({endValue:null},!0),this.startDate=null,this.endDate=null)}},t.prototype.getstringvalue=function(e){var t=null;return aSt(e)||"number"!=typeof e?aSt(e)||"string"!=typeof e||(t=""+e):t=e.toString(),t},t.prototype.checkInvalidValue=function(e){var t,n=e,r=!1;if(t={format:this.formatString,type:"date",skeleton:"yMd"},"string"!=typeof n)r=!0;else{var i=new BSt(this.locale);if(!this.checkDateValue(i.parseDate(n,t))){var a=null;a=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?/,(!/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?/.test(n)&&!a.test(n)||/^[a-zA-Z0-9- ]*$/.test(n)||isNaN(+new Date(this.checkValue(n))))&&(r=!0)}}return r},t.prototype.isDateDisabled=function(e){if(aSt(e))return!1;var t=new Date(+e);if(+t<+this.min||+t>+this.max)return!0;this.virtualRenderCellArgs={date:t,isDisabled:!1};var n=this.virtualRenderCellArgs;return this.virtualRenderCellEvent(n),!!n.isDisabled},t.prototype.disabledDateRender=function(){this.disabledDays=[],this.disabledDayCnt=null;for(var e=new Date(+this.startValue),t=0;+e<=+this.endValue&&+this.endValue<=+this.max;){this.virtualRenderCellArgs={date:e,isDisabled:!1};var n=this.virtualRenderCellArgs;this.virtualRenderCellEvent(n),n.isDisabled&&(this.disabledDays.push(new Date(+n.date)),+e>+this.startValue&&+e<+this.endValue&&t++),this.addDay(e,1,null,this.max,this.min)}this.disabledDayCnt=t},t.prototype.virtualRenderCellEvent=function(e){iSt(this.virtualRenderCellArgs,{name:"renderDayCell"}),this.trigger("renderDayCell",e)},t.prototype.disabledDates=function(){var e=!1,t=!1;return aSt(this.endValue)||aSt(this.startValue)||(e=this.isDateDisabled(this.startValue),t=this.isDateDisabled(this.endValue),this.isPopupOpen()||(this.currentDate=null),this.setValue()),e||t},t.prototype.setModelValue=function(){this.value||null!==this.startDate||null!==this.endDate?null===this.value||null===this.value.start?null===this.value?this.setProperties({value:[this.startDate,this.endDate]},!0):null===this.value.start&&this.setProperties({value:{start:this.startDate,end:this.endDate}},!0):this.value&&this.value.length>0||this.valueType&&this.valueType.length>0?(+this.startDate===+this.value[0]&&+this.endDate===+this.value[1]||this.setProperties({value:[this.startDate,this.endDate]},!0),this.value&&null==this.value[0]&&null==this.value[1]&&this.setProperties({value:null},!0)):this.value&&this.value.start&&this.setProperties({value:{start:this.startDate,end:this.endDate}},!0):this.setProperties({value:null},!0),this.createHiddenInput()},t.prototype.dispatchEvent=function(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!1,!0),e.dispatchEvent(n),this.firstHiddenChild.dispatchEvent(n)},t.prototype.changeTrigger=function(e){+this.initStartDate===+this.startValue&&+this.initEndDate===+this.endValue||(this.setProperties({endDate:this.checkDateValue(this.endValue)},!0),this.setProperties({startDate:this.checkDateValue(this.startValue)},!0),this.setModelValue(),this.isAngular&&this.preventChange?this.preventChange=!1:this.trigger("change",this.rangeArgs(e))),this.previousEleValue=this.inputElement.value,this.initStartDate=this.checkDateValue(this.startValue),this.initEndDate=this.checkDateValue(this.endValue)},t.prototype.navigateTo=function(t,n){if(this.isPopupOpen()){if("month"===t.toLowerCase())t="Month";else if("year"===t.toLowerCase())t="Year";else{if("decade"!==t.toLowerCase())return;t="Decade"}this.getViewNumber(t)<this.getViewNumber(this.depth)&&(t=this.depth),this.isMobile?e.prototype.navigateTo.call(this,t,n):(n<this.min?n=new Date(+this.min):n>=this.max&&(n=new Date(+this.max)),"Month"===t&&this.isSameMonth(n,this.max)?n=new Date(this.max.getFullYear(),this.max.getMonth()-1,this.min.getDate()):"Year"===t&&this.isSameYear(n,this.max)?n=new Date(this.max.getFullYear()-1,this.max.getMonth(),this.max.getDate()):"Decade"===t&&this.isSameDecade(n,this.max)&&(n=new Date(this.max.getFullYear()-10,this.max.getMonth(),this.max.getDate())),this.leftCalCurrentDate=n,this.navigate(this.leftCalendar,this.leftCalCurrentDate,t),n="Month"===t?new Date(this.currentDate.setMonth(this.currentDate.getMonth()+1)):"Year"===t?new Date(this.currentDate.setFullYear(this.currentDate.getFullYear()+1)):new Date(this.currentDate.setFullYear(this.currentDate.getFullYear()+10)),this.rightCalCurrentDate=n,this.navigate(this.rightCalendar,this.rightCalCurrentDate,t),this.leftKeyboardModule=this.rightKeyboardModule=null,this.updateNavIcons()),this.currentView()===this.depth&&this.bindCalendarCellEvents(),this.removeFocusedDate(),this.updateRange(this.isMobile?[this.calendarElement]:[this.leftCalendar,this.rightCalendar])}},t.prototype.navigate=function(t,n,r){this.calendarElement=t,this.table=t.querySelector("table"),this.tableBodyElement=t.querySelector("tbody"),this.headerTitleElement=t.querySelector(".e-title"),this.tableHeadElement=t.querySelector("thead"),this.contentElement=t.querySelector(".e-content"),this.previousIcon=t.querySelector(".e-prev"),this.nextIcon=t.querySelector(".e-next"),this.effect="e-zoomin",e.prototype.navigateTo.call(this,r,n)},t.prototype.focusIn=function(){document.activeElement!==this.inputElement&&this.enabled&&(aMt([this.inputWrapper.container],[yZt]),this.inputElement.focus())},t.prototype.focusOut=function(){var e=this.preventBlur;document.activeElement===this.inputElement&&(oMt([this.inputWrapper.container],[yZt]),this.preventBlur=!1,this.inputElement.blur(),this.preventBlur=e)},t.prototype.destroy=function(){this.unBindEvents(),this.hide(null);var t={"aria-readonly":this.readonly?"true":"false",tabindex:"0","aria-haspopup":"true","aria-activedescendant":"null","aria-owns":this.element.id+"_popup","aria-expanded":"false",role:"combobox",autocomplete:"off","aria-disabled":this.enabled?"false":"true",autocorrect:"off",autocapitalize:"off","aria-invalid":"false",spellcheck:"false"};this.inputElement&&(oMt([this.inputElement],[pZt]),nMt.remove(this.inputElement,"blur",this.inputBlurHandler),wOt.removeAttributes(t,this.inputElement),aSt(this.cloneElement.getAttribute("tabindex"))?this.inputElement.removeAttribute("tabindex"):this.inputElement.setAttribute("tabindex",this.tabIndex),this.ensureInputAttribute(),this.inputElement.classList.remove("e-input"),aSt(this.inputWrapper)||(nMt.remove(this.inputWrapper.buttons[0],"mousedown",this.rangeIconHandler),null===this.angularTag&&this.inputWrapper.container.parentElement.appendChild(this.inputElement),uMt(this.inputWrapper.container))),aSt(this.inputKeyboardModule)||this.isMobile||this.inputKeyboardModule.destroy(),this.popupObj&&(this.isMobile||this.clearCalendarEvents()),e.prototype.destroy.call(this),this.inputWrapper=this.popupWrapper=this.popupObj=this.cloneElement=this.presetElement=null,this.formElement&&nMt.remove(this.formElement,"reset",this.formResetHandler),aSt(this.firstHiddenChild)||aSt(this.secondHiddenChild)||(uMt(this.firstHiddenChild),uMt(this.secondHiddenChild),this.firstHiddenChild=this.secondHiddenChild=null,this.inputElement.setAttribute("name",this.element.getAttribute("data-name")),this.inputElement.removeAttribute("data-name"))},t.prototype.ensureInputAttribute=function(){for(var e=[],t=0;t<this.inputElement.attributes.length;t++)e[t]=this.inputElement.attributes[t].name;for(t=0;t<e.length;t++)aSt(this.cloneElement.getAttribute(e[t]))?("value"===e[t].toLowerCase()&&(this.inputElement.value=""),this.inputElement.removeAttribute(e[t])):("value"===e[t].toLowerCase()&&(this.inputElement.value=this.cloneElement.getAttribute(e[t])),this.inputElement.setAttribute(e[t],this.cloneElement.getAttribute(e[t])))},t.prototype.getModuleName=function(){return"daterangepicker"},t.prototype.getPersistData=function(){return this.addOnPersist(["startDate","endDate","value"])},t.prototype.getSelectedRange=function(){var e;return aSt(this.startValue)||aSt(this.endValue)?e=0:(e=Math.round(Math.abs((this.removeTimeValueFromDate(this.startValue).getTime()-this.removeTimeValueFromDate(this.endValue).getTime())/864e5))+1,this.disabledDateRender(),aSt(this.disabledDayCnt)||(e-=this.disabledDayCnt,this.disabledDayCnt=null)),{startDate:this.startValue,endDate:this.endValue,daySpan:e}},t.prototype.show=function(t,n){var r=this;if(this.isMobile&&this.popupObj&&this.popupObj.refreshPosition(),!(this.enabled&&this.readonly||!this.enabled||this.popupObj||this.isPopupOpen())){t&&(this.targetElement=t),this.createPopup(),(this.isMobile||tMt.isDevice)&&(this.mobileRangePopupWrap=this.createElement("div",{className:"e-daterangepick-mob-popup-wrap"}),document.body.appendChild(this.mobileRangePopupWrap)),this.openEventArgs={popup:this.popupObj||null,cancel:!1,date:this.inputElement.value,model:this,event:n||null,appendTo:this.isMobile||tMt.isDevice?this.mobileRangePopupWrap:document.body};var i=this.openEventArgs;this.trigger("open",i,function(i){if(r.openEventArgs=i,!r.openEventArgs.cancel){r.openEventArgs.appendTo.appendChild(r.popupWrapper),r.showPopup(t,n);var a=!r.isCustomRange||r.isMobile&&r.isCustomRange;!oSt(r.presets[0].start&&r.presets[0].end&&r.presets[0].label)&&a&&r.setScrollPosition(),r.checkMinMaxDays(),r.isMobile&&!aSt(r.startDate)&&aSt(r.endDate)&&(r.endButton.element.classList.add(mZt),r.startButton.element.classList.remove(mZt),r.endButton.element.removeAttribute("disabled"),r.selectableDates()),e.prototype.setOverlayIndex.call(r,r.mobileRangePopupWrap,r.popupObj.element,r.modal,r.isMobile||tMt.isDevice)}})}},t.prototype.hide=function(e){var t=this;if(this.popupObj){if(aSt(this.previousEndValue)&&aSt(this.previousStartValue)?this.clearRange():(aSt(this.previousStartValue)?(this.startValue=null,this.setValue()):(this.startValue=new Date(this.checkValue(this.previousStartValue)),this.setValue(),this.currentDate=new Date(this.checkValue(this.startValue))),aSt(this.previousEndValue)?(this.endValue=null,this.setValue()):(this.endValue=new Date(this.checkValue(this.previousEndValue)),this.setValue())),this.isPopupOpen()){this.closeEventArgs={cancel:!1,popup:this.popupObj,date:this.inputElement.value,model:this,event:e||null};var n=this.closeEventArgs;this.trigger("close",n,function(e){t.closeEventArgs=e,t.closeEventArgs.cancel?oMt([t.inputWrapper.buttons[0]],mZt):(t.isMobile&&(aSt(t.startButton)||aSt(t.endButton)||(nMt.remove(t.startButton.element,"click touchstart",t.deviceHeaderClick),nMt.remove(t.endButton.element,"click touchstart",t.deviceHeaderClick))),t.popupObj&&(t.popupObj.hide(),t.preventBlur&&(t.inputElement.focus(),aMt([t.inputWrapper.container],[yZt]))),t.isMobile||(aSt(t.leftKeyboardModule)||aSt(t.rightKeyboardModule)||(t.leftKeyboardModule.destroy(),t.rightKeyboardModule.destroy()),aSt(t.presetElement)||t.presetKeyboardModule.destroy(),aSt(t.cancelButton)||t.btnKeyboardModule.destroy()),t.targetElement=null,oMt([document.body],qZt),nMt.remove(document,"mousedown touchstart",t.documentHandler),t.isMobile&&t.modal&&(t.modal.style.display="none",t.modal.outerHTML="",t.modal=null),(t.isMobile||tMt.isDevice)&&(aSt(t.mobileRangePopupWrap)||(t.mobileRangePopupWrap.remove(),t.mobileRangePopupWrap=null)),t.isKeyPopup=t.dateDisabled=!1),t.updateClearIconState(),t.updateHiddenInput(),t.isMobile&&t.allowEdit&&!t.readonly&&t.inputElement.removeAttribute("readonly")})}}else this.updateClearIconState(),this.updateHiddenInput(),this.isMobile&&this.allowEdit&&!this.readonly&&this.inputElement.removeAttribute("readonly")},t.prototype.setLocale=function(){this.globalize=new BSt(this.locale),this.l10n.setLocale(this.locale),this.setProperties({placeholder:this.l10n.getConstant("placeholder")},!0),wOt.setPlaceholder(this.placeholder,this.inputElement),this.updateInput(),this.updateHiddenInput(),this.changeTrigger()},t.prototype.refreshChange=function(){this.checkView(),this.refreshControl(),this.changeTrigger()},t.prototype.setDate=function(){wOt.setValue("",this.inputElement,this.floatLabelType,this.showClearButton),this.refreshChange()},t.prototype.enableInput=function(){+this.min<=+this.max&&(this.setProperties({enabled:!0},!0),wOt.setEnabled(this.enabled,this.inputElement),this.element.hasAttribute("disabled")&&this.bindEvents())},t.prototype.clearModelvalue=function(e,t){this.setProperties({startDate:null},!0),this.setProperties({endDate:null},!0),t.value&&t.value.length>0?this.setProperties({value:null},!0):(t.value&&t.value.start||t.value&&!t.value.start)&&this.setProperties({value:{start:null,end:null}},!0),this.updateValue(),this.setDate()},t.prototype.createHiddenInput=function(){aSt(this.firstHiddenChild)&&aSt(this.secondHiddenChild)&&(this.firstHiddenChild=this.createElement("input"),this.secondHiddenChild=this.createElement("input")),aSt(this.inputElement.getAttribute("name"))||(this.inputElement.setAttribute("data-name",this.inputElement.getAttribute("name")),this.inputElement.removeAttribute("name")),fMt(this.firstHiddenChild,{type:"text",name:this.inputElement.getAttribute("data-name"),class:XZt}),fMt(this.secondHiddenChild,{type:"text",name:this.inputElement.getAttribute("data-name"),class:XZt});var e={type:"datetime",skeleton:"yMd"};this.firstHiddenChild.value=this.startDate&&this.globalize.formatDate(this.startDate,e),this.secondHiddenChild.value=this.endDate&&this.globalize.formatDate(this.endDate,e),this.inputElement.parentElement.appendChild(this.firstHiddenChild),this.inputElement.parentElement.appendChild(this.secondHiddenChild)},t.prototype.setMinMaxDays=function(){this.isPopupOpen()&&(this.removeClassDisabled(),this.checkMinMaxDays(),this.isMobile&&this.selectableDates(),!this.strictMode&&aSt(this.startValue)&&aSt(this.endValue)?this.removeSelection():this.updateRange(this.isMobile?[this.calendarElement]:[this.leftCalendar,this.rightCalendar]),this.updateHeader())},t.prototype.onPropertyChanged=function(e,t){for(var n={format:this.formatString,type:"date",skeleton:"yMd"},r=0,i=Object.keys(e);r<i.length;r++){var a=i[r];switch(["maxDays","minDays","value"].indexOf(a)<0&&this.hide(null),a){case"width":this.setEleWidth(this.width);break;case"separator":this.previousEleValue=this.inputElement.value,this.setProperties({separator:e.separator},!0),this.updateInput(),this.changeTrigger();break;case"placeholder":wOt.setPlaceholder(e.placeholder,this.inputElement),this.setProperties({placeholder:e.placeholder},!0);break;case"readonly":wOt.setReadonly(this.readonly,this.inputElement),this.inputElement.setAttribute("aria-readonly",""+this.readonly),this.setRangeAllowEdit();break;case"cssClass":this.updateCssClass(e.cssClass,t.cssClass);break;case"enabled":this.setProperties({enabled:e.enabled},!0),wOt.setEnabled(this.enabled,this.inputElement),this.enabled?this.inputElement.setAttribute("tabindex",this.tabIndex):this.inputElement.tabIndex=-1;break;case"allowEdit":this.setRangeAllowEdit();break;case"enableRtl":this.setProperties({enableRtl:e.enableRtl},!0),wOt.setEnableRtl(this.enableRtl,[this.inputWrapper.container]);break;case"zIndex":this.setProperties({zIndex:e.zIndex},!0);break;case"format":this.setProperties({format:e.format},!0),this.checkFormat(),this.updateInput(),this.changeTrigger();break;case"locale":this.globalize=new BSt(this.locale),this.l10n.setLocale(this.locale),this.setProperties({placeholder:this.l10n.getConstant("placeholder")},!0),wOt.setPlaceholder(this.placeholder,this.inputElement),this.setLocale();break;case"htmlAttributes":this.updateHtmlAttributeToElement(),this.updateHtmlAttributeToWrapper(),this.setDataAttribute(!0),this.checkHtmlAttributes(!0);break;case"showClearButton":wOt.setClearButton(this.showClearButton,this.inputElement,this.inputWrapper),this.bindClearEvent();break;case"startDate":"string"==typeof e.startDate&&(e.startDate=this.globalize.parseDate(e.startDate,n)),+this.initStartDate!==+e.startDate&&(this.startValue=this.checkDateValue(new Date(this.checkValue(e.startDate))),this.setDate(),this.setValue());break;case"endDate":"string"==typeof e.endDate&&(e.endDate=this.globalize.parseDate(e.endDate,n)),+this.initEndDate!==+e.endDate&&(this.endValue=this.checkDateValue(new Date(this.checkValue(e.endDate))),this.setDate(),this.setValue());break;case"value":if(this.invalidValueString=null,this.checkInvalidRange(e.value),"string"==typeof e.value)if(this.invalidValueString)this.clearModelvalue(e,t);else{var o=e.value.split(" "+this.separator+" ");this.value=[new Date(o[0]),new Date(o[1])],this.updateValue(),this.setDate()}else!aSt(e.value)&&e.value.length>0||!aSt(e.value)&&e.value.start?(this.valueType=e.value,null===e.value[0]||null===e.value.start?1===e.value.length||e.value.start?this.clearModelvalue(e,t):null!==e.value[1]&&null!==e.value.start||this.clearModelvalue(e,t):+this.initStartDate===+e.value[0]&&+this.initEndDate===+e.value[1]&&+this.initStartDate===+(e.value.start||+this.initEndDate!==+e.value.start)||((1===e.value.length||e.value.start)&&(this.modelValue=e.value),this.updateValue(),this.setDate())):(aSt(this.value)||null==e.value.start)&&(this.valueType=e.value,this.startValue=null,this.endValue=null,this.clearModelvalue(e,t));if(this.isPopupOpen()){if(aSt(this.startValue)&&aSt(this.endValue))return this.removeSelection(),void(this.isMobile&&this.deviceHeaderUpdate());this.isMobile?(this.navigate(this.deviceCalendar,this.startValue,this.currentView()),this.deviceHeaderUpdate()):(this.navigate(this.leftCalendar,this.startValue,this.currentView()),this.updateControl(this.leftCalendar),this.navigate(this.rightCalendar,this.endValue,this.currentView()),this.updateControl(this.rightCalendar)),this.updateRange(this.isMobile?[this.calendarElement]:[this.leftCalendar,this.rightCalendar]),this.updateHeader(),this.applyButton.disabled=this.applyButton.element.disabled=!1}this.preventChange=this.isAngular&&this.preventChange?!this.preventChange:this.preventChange;break;case"minDays":this.setProperties({minDays:e.minDays},!0),this.refreshChange(),this.setMinMaxDays();break;case"maxDays":this.setProperties({maxDays:e.maxDays},!0),this.refreshChange(),this.setMinMaxDays();break;case"min":this.setProperties({min:this.checkDateValue(new Date(this.checkValue(e.min)))},!0),this.previousEleValue=this.inputElement.value,this.enableInput(),this.refreshChange();break;case"max":this.setProperties({max:this.checkDateValue(new Date(this.checkValue(e.max)))},!0),this.enableInput(),this.refreshChange();break;case"strictMode":this.invalidValueString=null,this.setProperties({strictMode:e.strictMode},!0),this.refreshChange();break;case"presets":this.setProperties({presets:e.presets},!0),this.processPresets();break;case"floatLabelType":this.floatLabelType=e.floatLabelType,wOt.removeFloating(this.inputWrapper),wOt.addFloating(this.inputElement,this.floatLabelType,this.placeholder);break;case"start":this.setProperties({start:e.start},!0),this.refreshChange();break;case"depth":this.setProperties({depth:e.depth},!0),this.refreshChange()}}},sZt([HMt(null)],t.prototype,"value",void 0),sZt([HMt(!1)],t.prototype,"enablePersistence",void 0),sZt([HMt(new Date(1900,0,1))],t.prototype,"min",void 0),sZt([HMt(new Date(2099,11,31))],t.prototype,"max",void 0),sZt([HMt(null)],t.prototype,"locale",void 0),sZt([HMt(null)],t.prototype,"firstDayOfWeek",void 0),sZt([HMt(!1)],t.prototype,"weekNumber",void 0),sZt([HMt("Gregorian")],t.prototype,"calendarMode",void 0),sZt([HMt(!1)],t.prototype,"openOnFocus",void 0),sZt([LMt()],t.prototype,"created",void 0),sZt([LMt()],t.prototype,"destroyed",void 0),sZt([LMt()],t.prototype,"change",void 0),sZt([LMt()],t.prototype,"cleared",void 0),sZt([LMt()],t.prototype,"navigated",void 0),sZt([LMt()],t.prototype,"renderDayCell",void 0),sZt([HMt(null)],t.prototype,"startDate",void 0),sZt([HMt(null)],t.prototype,"endDate",void 0),sZt([TMt([{}],QZt)],t.prototype,"presets",void 0),sZt([HMt("")],t.prototype,"width",void 0),sZt([HMt(1e3)],t.prototype,"zIndex",void 0),sZt([HMt(!0)],t.prototype,"showClearButton",void 0),sZt([HMt(!0)],t.prototype,"showTodayButton",void 0),sZt([HMt("Month")],t.prototype,"start",void 0),sZt([HMt("Month")],t.prototype,"depth",void 0),sZt([HMt("")],t.prototype,"cssClass",void 0),sZt([HMt("-")],t.prototype,"separator",void 0),sZt([HMt(null)],t.prototype,"minDays",void 0),sZt([HMt(null)],t.prototype,"maxDays",void 0),sZt([HMt(!1)],t.prototype,"strictMode",void 0),sZt([HMt(null)],t.prototype,"keyConfigs",void 0),sZt([HMt(null)],t.prototype,"format",void 0),sZt([HMt(!0)],t.prototype,"enabled",void 0),sZt([HMt(!1)],t.prototype,"readonly",void 0),sZt([HMt(!0)],t.prototype,"allowEdit",void 0),sZt([HMt("Never")],t.prototype,"floatLabelType",void 0),sZt([HMt(null)],t.prototype,"placeholder",void 0),sZt([HMt({})],t.prototype,"htmlAttributes",void 0),sZt([LMt()],t.prototype,"open",void 0),sZt([LMt()],t.prototype,"close",void 0),sZt([LMt()],t.prototype,"select",void 0),sZt([LMt()],t.prototype,"focus",void 0),sZt([LMt()],t.prototype,"blur",void 0),t=sZt([PMt],t)}(Z_t),$Zt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),eDt=["alt","className","disabled","form","id","readOnly","style","tabIndex","title","type","name","onClick","onFocus","onBlur"],tDt=["accordion","tab","splitter"],nDt=new RegExp("]"),rDt=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.mountingState=!1,t.attrKeys=[],t.cachedTimeOut=0,t.isAppendCalled=!1,t.initRenderCalled=!1,t.isReactForeceUpdate=!1,t.isReact=!0,t.isshouldComponentUpdateCalled=!1,t.isCreated=!1,t}return $Zt(t,e),t.prototype.componentDidMount=function(){this.refreshChild(!0),this.canDelayUpdate=-1!==tDt.indexOf(this.getModuleName()),this.renderReactComponent(),this.portals&&this.portals.length&&(this.mountingState=!0,this.renderReactTemplates(),this.mountingState=!1)},t.prototype.componentDidUpdate=function(e){this.isshouldComponentUpdateCalled||!this.initRenderCalled||this.isReactForeceUpdate||(this.isshouldComponentUpdateCalled=!0,e!==this.props&&this.refreshProperties(this.props,!0))},t.prototype.renderReactComponent=function(){var e=this.reactElement;e&&!this.isAppendCalled&&(this.isAppendCalled=!0,this.appendTo(e))},t.prototype.shouldComponentUpdate=function(e){return this.isshouldComponentUpdateCalled=!0,this.initRenderCalled?(this.isAppendCalled||(clearTimeout(this.cachedTimeOut),this.isAppendCalled=!0,this.appendTo(this.reactElement)),this.updateProperties(e),!0):(this.updateProperties(e,!0),!0)},t.prototype.updateProperties=function(e,t){for(var n=this,r=iSt({},e),i=0,a=Object.keys(e);i<a.length;i++){var o=a[i],l="className"===o;if("children"!==o)if(l||aSt(this.htmlattributes[o])||this.htmlattributes[o]===r[o]||(this.htmlattributes[o]=r[o]),this.compareValues(this.props[o],e[o]))delete r[o];else if(-1!==this.attrKeys.indexOf(o))if(l){this.clsName=!0;for(var s=this.props[o].split(" "),c=0;c<s.length;c++)this.element.classList.remove(s[c]);for(var d=r[o].split(" "),h=0;h<d.length;h++)this.element.classList.add(d[h])}else"disabled"!==o&&delete r[o];else"value"===o&&e[o]===this[o]?delete r[o]:"valueTemplate"!==o&&"itemTemplate"!==o&&"headerTemplate"!==o||e[o].toString()!==this[o].toString()?"content"===o&&"function"==typeof r[o]&&delete r[o]:delete r[o]}r.children&&delete r.children,this.initRenderCalled&&(this.canDelayUpdate||this.props.delayUpdate)?setTimeout(function(){n.refreshProperties(r,e,t)}):this.refreshProperties(r,e,t)},t.prototype.refreshProperties=function(e,t,n){Object.keys(e).length&&(n||this.processComplexTemplate(e,this),this.setProperties(e,n)),this.refreshChild(n,t)},t.prototype.processComplexTemplate=function(e,t){var n=t.complexTemplate;if(n)for(var r in n){var i=n[r];e[r]&&$Ct(i,KCt(r,e),e)}},t.prototype.getDefaultAttributes=function(){var e=this;this.isReact=!0;var n=Object.keys(this.props);this.htmlattributes||(this.htmlattributes={}),this.attrKeys=eDt.concat(this.controlAttributes||[]);for(var r=0,i=n;r<i.length;r++){var a=i[r];-1===a.indexOf("data-")&&-1===a.indexOf("aria-")&&-1===this.attrKeys.indexOf(a)||this.htmlattributes[a]!==this.props[a]&&(this.htmlattributes[a]=this.props[a])}if(!this.htmlattributes.ref){this.htmlattributes.ref=function(t){e.reactElement=t};-1!==["autocomplete","combobox","dropdownlist","dropdowntree","multiselect","listbox","colorpicker","numerictextbox","textbox","uploader","maskedtextbox","slider","datepicker","datetimepicker","daterangepicker","timepicker","checkbox","switch","radio"].indexOf(this.getModuleName())&&(this.htmlattributes.key=""+t.reactUid,t.reactUid++)}if(this.clsName){for(var o=this.element.classList,l=this.htmlattributes.className,s=0;s<o.length;s++)-1==l.indexOf(o[s])&&(this.htmlattributes.className=this.htmlattributes.className+" "+o[s]);this.clsName=!1}return this.htmlattributes},t.prototype.trigger=function(e,t,n){var r=this;if(!0!==this.isDestroyed&&this.modelObserver){if(nDt.test(e)){var i=KCt(e,this);i?(i.call(this,t),n&&n.call(this,t)):n&&n.call(this,t)}"change"!==e&&"input"!==e||this.props.onChange&&t.event&&this.props.onChange.call(void 0,{syntheticEvent:t.event,nativeEvent:{text:t.value},value:t.value,target:this});var a=this.isProtectedOnChange;this.isProtectedOnChange=!1,"created"===e?setTimeout(function(){r.isCreated=!0,r.isDestroyed||r.modelObserver.notify(e,t,n)},10):this.modelObserver.notify(e,t,n),this.isProtectedOnChange=a}},t.prototype.compareValues=function(e,t){if(typeof e===typeof t){if(e===t)return!0;if((!aSt(e)&&e.constructor)!==(!aSt(t)&&t.constructor))return!1;if(e instanceof Date||e instanceof RegExp||e instanceof String||e instanceof Number)return e.toString()===t.toString();if(nSt(e)||Array.isArray(e)){var n=e,r=t;return nSt(n)&&(n=[e],r=[t]),this.compareObjects(n,r).status}}return!1},t.prototype.compareObjects=function(e,t,n){var r=!0,i=[];if(e.length===t.length)for(var a=0,o=t.length;a<o;a++){var l={},s=e[a],c=t[a],d=Object.keys(c);if(0!==d.length)for(var h=0,u=d;h<u.length;h++){var p=u[h],f=s[p],m=c[p];if("items"===p)for(var v=0;v<m.length;v++)if("richtexteditor"===this.getModuleName()&&"object"==typeof m[v])return{status:!0};if("grid"===this.getModuleName()&&"field"===p&&(l[p]=m),!s.hasOwnProperty(p)||!this.compareValues(f,m)){if(!n)return{status:!1};r=!1,l[p]=m}}else if(c[a]===s[a])r=!0;else{if(!n)return{status:!1};r=!1}Object.keys(l).length&&i.push({index:a,value:l,key:n})}else r=!1;return{status:r,changedProperties:i}},t.prototype.refreshChild=function(e,t){if(this.checkInjectedModules){for(var n=this.getInjectedModules()||[],r=0,i=this.getInjectedServices()||[];r<i.length;r++){var a=i[r];-1===n.indexOf(a)&&n.push(a)}this.injectedModules=n}if(this.directivekeys){var o=[],l=this.validateChildren({},this.directivekeys,t||this.props);if(l&&Object.keys(l).length){if(!e&&this.skipRefresh)for(var s=0,c=this.skipRefresh;s<c.length;s++){delete l[c[s]]}if(this.prevProperties)for(var d=Object.keys(this.prevProperties),h=0;h<d.length;h++){var u=d[h];if(l.hasOwnProperty(u)){var p=this.compareObjects(this.prevProperties[u],l[u],u);if(p.status)delete l[u];else{p.changedProperties.length&&(o=o.concat(p.changedProperties));var f={};f[u]=l[u],this.prevProperties=iSt(this.prevProperties,f)}}}else this.prevProperties=iSt({},l,{},!0);if(o.length)if("grid"===this.getModuleName()&&"columns"===u)for(var m=0,v=this.columns;m<v.length;m++){if(KCt("field",v[m])===KCt(m+".value.field",o)){var g=KCt(o[m].key+"."+o[m].index,this);g&&g.setProperties?g.setProperties(o[m].value):iSt(g,o[m].value)}else this.setProperties(l,e)}else for(var b=0,y=o;b<y.length;b++){var w=y[b],x=KCt(w.key+"."+w.index,this);x&&x.setProperties?x.setProperties(w.value):iSt(x,w.value)}else this.setProperties(l,e)}}},t.prototype.componentWillUnmount=function(){clearTimeout(this.cachedTimeOut);this.initRenderCalled&&this.isAppendCalled&&this.element&&(["dropdowntree","checkbox"].indexOf(this.getModuleName())||document.body.contains(this.element))&&!this.isDestroyed&&this.isCreated&&this.destroy()},t.prototype.appendReactElement=function(e,t){var n=b.createPortal(e,t);this.portals?this.portals.push(n):this.portals=[n]},t.prototype.renderReactTemplates=function(e){this.isReactForeceUpdate=!0,e?this.forceUpdate(e):this.forceUpdate(),this.isReactForeceUpdate=!1},t.prototype.clearTemplate=function(e,t,n){var r=this,i=[];e&&e.length?Array.prototype.forEach.call(e,function(e){var n=0,a=0;if(r.portals.forEach(function(t){t.propName===e&&(i.push(a),a++)}),t&&r.portals[i[t[n]]].propName==e)r.portals.splice(t,1),n++;else for(var o=0;o<r.portals.length;o++)r.portals[o].propName==e&&(r.portals.splice(o,1),o--)}):this.portals=[],this.renderReactTemplates(n)},t.prototype.validateChildren=function(e,t,n){for(var r=!1,i=0,a=m.Children.toArray(n.children);i<a.length;i++){var o=a[i],l=this.getChildType(o),s=t[l];if(l&&t){var c=this.getChildProps(m.Children.toArray(o.props.children),s);c.length&&(r=!0,e[o.type.propertyName||l]=c)}}return r?e:null},t.prototype.getChildType=function(e){return e.type&&e.type.isDirective&&e.type.moduleName||""},t.prototype.getChildProps=function(e,t){for(var n=[],r=0,i=e;r<i.length;r++){var a=i[r],o=!1,l=void 0;"string"==typeof t?(o=!0,l=t):l=Object.keys(t)[0];var s=a.props;if(this.getChildType(a)===l)if(o||!s.children){var c=iSt({},s,{},!0);this.processComplexTemplate(c,a.type),n.push(c)}else{var d=this.validateChildren(iSt({},s),t[l],s)||s;d.children&&delete d.children,this.processComplexTemplate(d,a.type),n.push(d)}}return n},t.prototype.getInjectedServices=function(){for(var e=0,t=m.Children.toArray(this.props.children);e<t.length;e++){var n=t[e];if(n.type.isService)return n.props.services}return[]},t.reactUid=1,t}(m.Component);var iDt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}iDt(t,e),t.prototype.render=function(){return null},t.isDirective=!0}(m.PureComponent);var aDt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}aDt(t,e),t.prototype.render=function(){return null},t.isService=!0}(m.PureComponent);var oDt,lDt=n_t.compile;oDt={compile:function(e,t){return"string"==typeof e?lDt(e,t):function(t,n,r,i){var a,o=e,l=t;"object"==typeof o&&(o=e.template,l=iSt({},t,e.data||{})),a=i||document.createElement("div");var s=m.createElement(o,l),c=b.createPortal(s,a);if(c.propName=r,n.portals?n.portals.push(c):n.portals=[c],!i)return[a]}}},n_t.compile=oDt.compile;var sDt,cDt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),dDt=function(e){function t(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.directivekeys={presets:"preset"},n.immediateRender=!1,n.portals=[],n}return cDt(t,e),t.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return m.createElement(m.Fragment,null,[].concat(m.createElement("input",this.getDefaultAttributes()),this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},t}(KZt);function hDt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function uDt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?hDt(Object(n),!0).forEach(function(t){as(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):hDt(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}sDt=dDt,[rDt,m.Component].forEach(function(e){Object.getOwnPropertyNames(e.prototype).forEach(function(t){"isMounted"!==t&&"replaceState"!==t&&(sDt.prototype[t]=e.prototype[t])})});var pDt={type:"logger",log:function(e){this.output("log",e)},warn:function(e){this.output("warn",e)},error:function(e){this.output("error",e)},output:function(e,t){console&&console[e]&&console[e].apply(console,t)}},fDt=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};ps(this,e),this.init(t,n)}return ms(e,[{key:"init",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.prefix=t.prefix||"i18next:",this.logger=e||pDt,this.options=t,this.debug=t.debug}},{key:"setDebug",value:function(e){this.debug=e}},{key:"log",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"log","",!0)}},{key:"warn",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","",!0)}},{key:"error",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"error","")}},{key:"deprecate",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","WARNING DEPRECATED: ",!0)}},{key:"forward",value:function(e,t,n,r){return r&&!this.debug?null:("string"==typeof e[0]&&(e[0]="".concat(n).concat(this.prefix," ").concat(e[0])),this.logger[t](e))}},{key:"create",value:function(t){return new e(this.logger,uDt(uDt({},{prefix:"".concat(this.prefix,":").concat(t,":")}),this.options))}},{key:"clone",value:function(t){return(t=t||this.options).prefix=t.prefix||this.prefix,new e(this.logger,t)}}]),e}(),mDt=new fDt,vDt=function(){function e(){ps(this,e),this.observers={}}return ms(e,[{key:"on",value:function(e,t){var n=this;return e.split(" ").forEach(function(e){n.observers[e]=n.observers[e]||[],n.observers[e].push(t)}),this}},{key:"off",value:function(e,t){this.observers[e]&&(t?this.observers[e]=this.observers[e].filter(function(e){return e!==t}):delete this.observers[e])}},{key:"emit",value:function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];this.observers[e]&&[].concat(this.observers[e]).forEach(function(e){e.apply(void 0,n)});this.observers["*"]&&[].concat(this.observers["*"]).forEach(function(t){t.apply(t,[e].concat(n))})}}]),e}();function gDt(){var e,t,n=new Promise(function(n,r){e=n,t=r});return n.resolve=e,n.reject=t,n}function bDt(e){return null==e?"":""+e}function yDt(e,t,n){function r(e){return e&&e.indexOf("###")>-1?e.replace(/###/g,"."):e}function i(){return!e||"string"==typeof e}for(var a="string"!=typeof t?[].concat(t):t.split(".");a.length>1;){if(i())return{};var o=r(a.shift());!e[o]&&n&&(e[o]=new n),e=Object.prototype.hasOwnProperty.call(e,o)?e[o]:{}}return i()?{}:{obj:e,k:r(a.shift())}}function wDt(e,t,n){var r=yDt(e,t,Object);r.obj[r.k]=n}function xDt(e,t){var n=yDt(e,t),r=n.obj,i=n.k;if(r)return r[i]}function EDt(e,t,n){var r=xDt(e,n);return void 0!==r?r:xDt(t,n)}function kDt(e,t,n){for(var r in t)"__proto__"!==r&&"constructor"!==r&&(r in e?"string"==typeof e[r]||e[r]instanceof String||"string"==typeof t[r]||t[r]instanceof String?n&&(e[r]=t[r]):kDt(e[r],t[r],n):e[r]=t[r]);return e}function CDt(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}var SDt={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};function MDt(e){return"string"==typeof e?e.replace(/[&<>"'\/]/g,function(e){return SDt[e]}):e}var ADt="undefined"!=typeof window&&window.navigator&&void 0===window.navigator.userAgentData&&window.navigator.userAgent&&window.navigator.userAgent.indexOf("MSIE")>-1,_Dt=[" ",",","?","!",";"];function ODt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function ZDt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ODt(Object(n),!0).forEach(function(t){as(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ODt(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function DDt(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}();return function(){var n,r=wbe(e);if(t){var i=wbe(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return Ebe(this,n)}}function IDt(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:".";if(e){if(e[t])return e[t];for(var r=t.split(n),i=e,a=0;a<r.length;++a){if(!i)return;if("string"==typeof i[r[a]]&&a+1<r.length)return;if(void 0===i[r[a]]){for(var o=2,l=r.slice(a,a+o).join(n),s=i[l];void 0===s&&r.length>a+o;)o++,s=i[l=r.slice(a,a+o).join(n)];if(void 0===s)return;if(null===s)return null;if(t.endsWith(l)){if("string"==typeof s)return s;if(l&&"string"==typeof s[l])return s[l]}var c=r.slice(a+o).join(n);return c?IDt(s,c,n):void 0}i=i[r[a]]}return i}}var HDt=function(){ybe(t,vDt);var e=DDt(t);function t(n){var r,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{ns:["translation"],defaultNS:"translation"};return ps(this,t),r=e.call(this),ADt&&vDt.call(Pn(r)),r.data=n||{},r.options=i,void 0===r.options.keySeparator&&(r.options.keySeparator="."),void 0===r.options.ignoreJSONStructure&&(r.options.ignoreJSONStructure=!0),r}return ms(t,[{key:"addNamespaces",value:function(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)}},{key:"removeNamespaces",value:function(e){var t=this.options.ns.indexOf(e);t>-1&&this.options.ns.splice(t,1)}},{key:"getResource",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=void 0!==r.keySeparator?r.keySeparator:this.options.keySeparator,a=void 0!==r.ignoreJSONStructure?r.ignoreJSONStructure:this.options.ignoreJSONStructure,o=[e,t];n&&"string"!=typeof n&&(o=o.concat(n)),n&&"string"==typeof n&&(o=o.concat(i?n.split(i):n)),e.indexOf(".")>-1&&(o=e.split("."));var l=xDt(this.data,o);return l||!a||"string"!=typeof n?l:IDt(this.data&&this.data[e]&&this.data[e][t],n,i)}},{key:"addResource",value:function(e,t,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{silent:!1},a=this.options.keySeparator;void 0===a&&(a=".");var o=[e,t];n&&(o=o.concat(a?n.split(a):n)),e.indexOf(".")>-1&&(r=t,t=(o=e.split("."))[1]),this.addNamespaces(t),wDt(this.data,o,r),i.silent||this.emit("added",e,t,n,r)}},{key:"addResources",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{silent:!1};for(var i in n)"string"!=typeof n[i]&&"[object Array]"!==Object.prototype.toString.apply(n[i])||this.addResource(e,t,i,n[i],{silent:!0});r.silent||this.emit("added",e,t,n)}},{key:"addResourceBundle",value:function(e,t,n,r,i){var a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{silent:!1},o=[e,t];e.indexOf(".")>-1&&(r=n,n=t,t=(o=e.split("."))[1]),this.addNamespaces(t);var l=xDt(this.data,o)||{};r?kDt(l,n,i):l=ZDt(ZDt({},l),n),wDt(this.data,o,l),a.silent||this.emit("added",e,t,n)}},{key:"removeResourceBundle",value:function(e,t){this.hasResourceBundle(e,t)&&delete this.data[e][t],this.removeNamespaces(t),this.emit("removed",e,t)}},{key:"hasResourceBundle",value:function(e,t){return void 0!==this.getResource(e,t)}},{key:"getResourceBundle",value:function(e,t){return t||(t=this.options.defaultNS),"v1"===this.options.compatibilityAPI?ZDt(ZDt({},{}),this.getResource(e,t)):this.getResource(e,t)}},{key:"getDataByLanguage",value:function(e){return this.data[e]}},{key:"hasLanguageSomeTranslations",value:function(e){var t=this.getDataByLanguage(e);return!!(t&&Object.keys(t)||[]).find(function(e){return t[e]&&Object.keys(t[e]).length>0})}},{key:"toJSON",value:function(){return this.data}}]),t}(),NDt={processors:{},addPostProcessor:function(e){this.processors[e.name]=e},handle:function(e,t,n,r,i){var a=this;return e.forEach(function(e){a.processors[e]&&(t=a.processors[e].process(t,n,r,i))}),t}};function TDt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function LDt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?TDt(Object(n),!0).forEach(function(t){as(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):TDt(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function PDt(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}();return function(){var n,r=wbe(e);if(t){var i=wbe(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return Ebe(this,n)}}var VDt={},jDt=function(){ybe(t,vDt);var e=PDt(t);function t(n){var r,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return ps(this,t),r=e.call(this),ADt&&vDt.call(Pn(r)),function(e,t,n){e.forEach(function(e){t[e]&&(n[e]=t[e])})}(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],n,Pn(r)),r.options=i,void 0===r.options.keySeparator&&(r.options.keySeparator="."),r.logger=mDt.create("translator"),r}return ms(t,[{key:"changeLanguage",value:function(e){e&&(this.language=e)}},{key:"exists",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}};if(null==e)return!1;var n=this.resolve(e,t);return n&&void 0!==n.res}},{key:"extractFromKey",value:function(e,t){var n=void 0!==t.nsSeparator?t.nsSeparator:this.options.nsSeparator;void 0===n&&(n=":");var r=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,i=t.ns||this.options.defaultNS||[],a=n&&e.indexOf(n)>-1,o=!(this.options.userDefinedKeySeparator||t.keySeparator||this.options.userDefinedNsSeparator||t.nsSeparator||function(e,t,n){t=t||"",n=n||"";var r=_Dt.filter(function(e){return t.indexOf(e)<0&&n.indexOf(e)<0});if(0===r.length)return!0;var i=new RegExp("(".concat(r.map(function(e){return"?"===e?"\\?":e}).join("|"),")")),a=!i.test(e);if(!a){var o=e.indexOf(n);o>0&&!i.test(e.substring(0,o))&&(a=!0)}return a}(e,n,r));if(a&&!o){var l=e.match(this.interpolator.nestingRegexp);if(l&&l.length>0)return{key:e,namespaces:i};var s=e.split(n);(n!==r||n===r&&this.options.ns.indexOf(s[0])>-1)&&(i=s.shift()),e=s.join(r)}return"string"==typeof i&&(i=[i]),{key:e,namespaces:i}}},{key:"translate",value:function(e,n,r){var i=this;if("object"!==rs(n)&&this.options.overloadTranslationOptionHandler&&(n=this.options.overloadTranslationOptionHandler(arguments)),n||(n={}),null==e)return"";Array.isArray(e)||(e=[String(e)]);var a=void 0!==n.returnDetails?n.returnDetails:this.options.returnDetails,o=void 0!==n.keySeparator?n.keySeparator:this.options.keySeparator,l=this.extractFromKey(e[e.length-1],n),s=l.key,c=l.namespaces,d=c[c.length-1],h=n.lng||this.language,u=n.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(h&&"cimode"===h.toLowerCase()){if(u){var p=n.nsSeparator||this.options.nsSeparator;return a?(f.res="".concat(d).concat(p).concat(s),f):"".concat(d).concat(p).concat(s)}return a?(f.res=s,f):s}var f=this.resolve(e,n),m=f&&f.res,v=f&&f.usedKey||s,g=f&&f.exactUsedKey||s,b=Object.prototype.toString.apply(m),y=void 0!==n.joinArrays?n.joinArrays:this.options.joinArrays,w=!this.i18nFormat||this.i18nFormat.handleAsObject;if(w&&m&&("string"!=typeof m&&"boolean"!=typeof m&&"number"!=typeof m)&&["[object Number]","[object Function]","[object RegExp]"].indexOf(b)<0&&("string"!=typeof y||"[object Array]"!==b)){if(!n.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");var x=this.options.returnedObjectHandler?this.options.returnedObjectHandler(v,m,LDt(LDt({},n),{},{ns:c})):"key '".concat(s," (").concat(this.language,")' returned an object instead of string.");return a?(f.res=x,f):x}if(o){var E="[object Array]"===b,k=E?[]:{},C=E?g:v;for(var S in m)if(Object.prototype.hasOwnProperty.call(m,S)){var M="".concat(C).concat(o).concat(S);k[S]=this.translate(M,LDt(LDt({},n),{joinArrays:!1,ns:c})),k[S]===M&&(k[S]=m[S])}m=k}}else if(w&&"string"==typeof y&&"[object Array]"===b)(m=m.join(y))&&(m=this.extendTranslation(m,e,n,r));else{var A=!1,_=!1,O=void 0!==n.count&&"string"!=typeof n.count,Z=t.hasDefaultValue(n),D=O?this.pluralResolver.getSuffix(h,n.count,n):"",I=n["defaultValue".concat(D)]||n.defaultValue;!this.isValidLookup(m)&&Z&&(A=!0,m=I),this.isValidLookup(m)||(_=!0,m=s);var H=(n.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&_?void 0:m,N=Z&&I!==m&&this.options.updateMissing;if(_||A||N){if(this.logger.log(N?"updateKey":"missingKey",h,d,s,N?I:m),o){var T=this.resolve(s,LDt(LDt({},n),{},{keySeparator:!1}));T&&T.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}var L=[],P=this.languageUtils.getFallbackCodes(this.options.fallbackLng,n.lng||this.language);if("fallback"===this.options.saveMissingTo&&P&&P[0])for(var V=0;V<P.length;V++)L.push(P[V]);else"all"===this.options.saveMissingTo?L=this.languageUtils.toResolveHierarchy(n.lng||this.language):L.push(n.lng||this.language);var j=function(e,t,r){var a=Z&&r!==m?r:H;i.options.missingKeyHandler?i.options.missingKeyHandler(e,d,t,a,N,n):i.backendConnector&&i.backendConnector.saveMissing&&i.backendConnector.saveMissing(e,d,t,a,N,n),i.emit("missingKey",e,d,t,m)};this.options.saveMissing&&(this.options.saveMissingPlurals&&O?L.forEach(function(e){i.pluralResolver.getSuffixes(e,n).forEach(function(t){j([e],s+t,n["defaultValue".concat(t)]||I)})}):j(L,s,I))}m=this.extendTranslation(m,e,n,f,r),_&&m===s&&this.options.appendNamespaceToMissingKey&&(m="".concat(d,":").concat(s)),(_||A)&&this.options.parseMissingKeyHandler&&(m="v1"!==this.options.compatibilityAPI?this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?"".concat(d,":").concat(s):s,A?m:void 0):this.options.parseMissingKeyHandler(m))}return a?(f.res=m,f):m}},{key:"extendTranslation",value:function(e,t,n,r,i){var a=this;if(this.i18nFormat&&this.i18nFormat.parse)e=this.i18nFormat.parse(e,LDt(LDt({},this.options.interpolation.defaultVariables),n),r.usedLng,r.usedNS,r.usedKey,{resolved:r});else if(!n.skipInterpolation){n.interpolation&&this.interpolator.init(LDt(LDt({},n),{interpolation:LDt(LDt({},this.options.interpolation),n.interpolation)}));var o,l="string"==typeof e&&(n&&n.interpolation&&void 0!==n.interpolation.skipOnVariables?n.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);if(l){var s=e.match(this.interpolator.nestingRegexp);o=s&&s.length}var c=n.replace&&"string"!=typeof n.replace?n.replace:n;if(this.options.interpolation.defaultVariables&&(c=LDt(LDt({},this.options.interpolation.defaultVariables),c)),e=this.interpolator.interpolate(e,c,n.lng||this.language,n),l){var d=e.match(this.interpolator.nestingRegexp);o<(d&&d.length)&&(n.nest=!1)}!1!==n.nest&&(e=this.interpolator.nest(e,function(){for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];return i&&i[0]===r[0]&&!n.context?(a.logger.warn("It seems you are nesting recursively key: ".concat(r[0]," in key: ").concat(t[0])),null):a.translate.apply(a,r.concat([t]))},n)),n.interpolation&&this.interpolator.reset()}var h=n.postProcess||this.options.postProcess,u="string"==typeof h?[h]:h;return null!=e&&u&&u.length&&!1!==n.applyPostProcessor&&(e=NDt.handle(u,e,t,this.options&&this.options.postProcessPassResolved?LDt({i18nResolved:r},n):n,this)),e}},{key:"resolve",value:function(e){var t,n,r,i,a,o=this,l=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return"string"==typeof e&&(e=[e]),e.forEach(function(e){if(!o.isValidLookup(t)){var s=o.extractFromKey(e,l),c=s.key;n=c;var d=s.namespaces;o.options.fallbackNS&&(d=d.concat(o.options.fallbackNS));var h=void 0!==l.count&&"string"!=typeof l.count,u=h&&!l.ordinal&&0===l.count&&o.pluralResolver.shouldUseIntlApi(),p=void 0!==l.context&&("string"==typeof l.context||"number"==typeof l.context)&&""!==l.context,f=l.lngs?l.lngs:o.languageUtils.toResolveHierarchy(l.lng||o.language,l.fallbackLng);d.forEach(function(e){o.isValidLookup(t)||(a=e,!VDt["".concat(f[0],"-").concat(e)]&&o.utils&&o.utils.hasLoadedNamespace&&!o.utils.hasLoadedNamespace(a)&&(VDt["".concat(f[0],"-").concat(e)]=!0,o.logger.warn('key "'.concat(n,'" for languages "').concat(f.join(", "),'" won\'t get resolved as namespace "').concat(a,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),f.forEach(function(n){if(!o.isValidLookup(t)){i=n;var a,s=[c];if(o.i18nFormat&&o.i18nFormat.addLookupKeys)o.i18nFormat.addLookupKeys(s,c,n,e,l);else{var d;h&&(d=o.pluralResolver.getSuffix(n,l.count,l));var f="".concat(o.options.pluralSeparator,"zero");if(h&&(s.push(c+d),u&&s.push(c+f)),p){var m="".concat(c).concat(o.options.contextSeparator).concat(l.context);s.push(m),h&&(s.push(m+d),u&&s.push(m+f))}}for(;a=s.pop();)o.isValidLookup(t)||(r=a,t=o.getResource(n,e,a,l))}}))})}}),{res:t,usedKey:n,exactUsedKey:r,usedLng:i,usedNS:a}}},{key:"isValidLookup",value:function(e){return!(void 0===e||!this.options.returnNull&&null===e||!this.options.returnEmptyString&&""===e)}},{key:"getResource",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(e,t,n,r):this.resourceStore.getResource(e,t,n,r)}}],[{key:"hasDefaultValue",value:function(e){var t="defaultValue";for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t===n.substring(0,12)&&void 0!==e[n])return!0;return!1}}]),t}();function zDt(e){return e.charAt(0).toUpperCase()+e.slice(1)}var BDt=function(){function e(t){ps(this,e),this.options=t,this.supportedLngs=this.options.supportedLngs||!1,this.logger=mDt.create("languageUtils")}return ms(e,[{key:"getScriptPartFromCode",value:function(e){if(!e||e.indexOf("-")<0)return null;var t=e.split("-");return 2===t.length?null:(t.pop(),"x"===t[t.length-1].toLowerCase()?null:this.formatLanguageCode(t.join("-")))}},{key:"getLanguagePartFromCode",value:function(e){if(!e||e.indexOf("-")<0)return e;var t=e.split("-");return this.formatLanguageCode(t[0])}},{key:"formatLanguageCode",value:function(e){if("string"==typeof e&&e.indexOf("-")>-1){var t=["hans","hant","latn","cyrl","cans","mong","arab"],n=e.split("-");return this.options.lowerCaseLng?n=n.map(function(e){return e.toLowerCase()}):2===n.length?(n[0]=n[0].toLowerCase(),n[1]=n[1].toUpperCase(),t.indexOf(n[1].toLowerCase())>-1&&(n[1]=zDt(n[1].toLowerCase()))):3===n.length&&(n[0]=n[0].toLowerCase(),2===n[1].length&&(n[1]=n[1].toUpperCase()),"sgn"!==n[0]&&2===n[2].length&&(n[2]=n[2].toUpperCase()),t.indexOf(n[1].toLowerCase())>-1&&(n[1]=zDt(n[1].toLowerCase())),t.indexOf(n[2].toLowerCase())>-1&&(n[2]=zDt(n[2].toLowerCase()))),n.join("-")}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}},{key:"isSupportedCode",value:function(e){return("languageOnly"===this.options.load||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(e)>-1}},{key:"getBestMatchFromCodes",value:function(e){var t,n=this;return e?(e.forEach(function(e){if(!t){var r=n.formatLanguageCode(e);n.options.supportedLngs&&!n.isSupportedCode(r)||(t=r)}}),!t&&this.options.supportedLngs&&e.forEach(function(e){if(!t){var r=n.getLanguagePartFromCode(e);if(n.isSupportedCode(r))return t=r;t=n.options.supportedLngs.find(function(e){if(0===e.indexOf(r))return e})}}),t||(t=this.getFallbackCodes(this.options.fallbackLng)[0]),t):null}},{key:"getFallbackCodes",value:function(e,t){if(!e)return[];if("function"==typeof e&&(e=e(t)),"string"==typeof e&&(e=[e]),"[object Array]"===Object.prototype.toString.apply(e))return e;if(!t)return e.default||[];var n=e[t];return n||(n=e[this.getScriptPartFromCode(t)]),n||(n=e[this.formatLanguageCode(t)]),n||(n=e[this.getLanguagePartFromCode(t)]),n||(n=e.default),n||[]}},{key:"toResolveHierarchy",value:function(e,t){var n=this,r=this.getFallbackCodes(t||this.options.fallbackLng||[],e),i=[],a=function(e){e&&(n.isSupportedCode(e)?i.push(e):n.logger.warn("rejecting language code not found in supportedLngs: ".concat(e)))};return"string"==typeof e&&e.indexOf("-")>-1?("languageOnly"!==this.options.load&&a(this.formatLanguageCode(e)),"languageOnly"!==this.options.load&&"currentOnly"!==this.options.load&&a(this.getScriptPartFromCode(e)),"currentOnly"!==this.options.load&&a(this.getLanguagePartFromCode(e))):"string"==typeof e&&a(this.formatLanguageCode(e)),r.forEach(function(e){i.indexOf(e)<0&&a(n.formatLanguageCode(e))}),i}}]),e}(),RDt=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","tl","ti","tr","uz","wa"],nr:[1,2],fc:1},{lngs:["af","an","ast","az","bg","bn","ca","da","de","dev","el","en","eo","es","et","eu","fi","fo","fur","fy","gl","gu","ha","hi","hu","hy","ia","it","kk","kn","ku","lb","mai","ml","mn","mr","nah","nap","nb","ne","nl","nn","no","nso","pa","pap","pms","ps","pt-PT","rm","sco","se","si","so","son","sq","sv","sw","ta","te","tk","ur","yo"],nr:[1,2],fc:2},{lngs:["ay","bo","cgg","fa","ht","id","ja","jbo","ka","km","ko","ky","lo","ms","sah","su","th","tt","ug","vi","wo","zh"],nr:[1],fc:3},{lngs:["be","bs","cnr","dz","hr","ru","sr","uk"],nr:[1,2,5],fc:4},{lngs:["ar"],nr:[0,1,2,3,11,100],fc:5},{lngs:["cs","sk"],nr:[1,2,5],fc:6},{lngs:["csb","pl"],nr:[1,2,5],fc:7},{lngs:["cy"],nr:[1,2,3,8],fc:8},{lngs:["fr"],nr:[1,2],fc:9},{lngs:["ga"],nr:[1,2,3,7,11],fc:10},{lngs:["gd"],nr:[1,2,3,20],fc:11},{lngs:["is"],nr:[1,2],fc:12},{lngs:["jv"],nr:[0,1],fc:13},{lngs:["kw"],nr:[1,2,3,4],fc:14},{lngs:["lt"],nr:[1,2,10],fc:15},{lngs:["lv"],nr:[1,2,0],fc:16},{lngs:["mk"],nr:[1,2],fc:17},{lngs:["mnk"],nr:[0,1,2],fc:18},{lngs:["mt"],nr:[1,2,11,20],fc:19},{lngs:["or"],nr:[2,1],fc:2},{lngs:["ro"],nr:[1,2,20],fc:20},{lngs:["sl"],nr:[5,1,2,3],fc:21},{lngs:["he","iw"],nr:[1,2,20,21],fc:22}],WDt={1:function(e){return Number(e>1)},2:function(e){return Number(1!=e)},3:function(e){return 0},4:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},5:function(e){return Number(0==e?0:1==e?1:2==e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5)},6:function(e){return Number(1==e?0:e>=2&&e<=4?1:2)},7:function(e){return Number(1==e?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},8:function(e){return Number(1==e?0:2==e?1:8!=e&&11!=e?2:3)},9:function(e){return Number(e>=2)},10:function(e){return Number(1==e?0:2==e?1:e<7?2:e<11?3:4)},11:function(e){return Number(1==e||11==e?0:2==e||12==e?1:e>2&&e<20?2:3)},12:function(e){return Number(e%10!=1||e%100==11)},13:function(e){return Number(0!==e)},14:function(e){return Number(1==e?0:2==e?1:3==e?2:3)},15:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2)},16:function(e){return Number(e%10==1&&e%100!=11?0:0!==e?1:2)},17:function(e){return Number(1==e||e%10==1&&e%100!=11?0:1)},18:function(e){return Number(0==e?0:1==e?1:2)},19:function(e){return Number(1==e?0:0==e||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3)},20:function(e){return Number(1==e?0:0==e||e%100>0&&e%100<20?1:2)},21:function(e){return Number(e%100==1?1:e%100==2?2:e%100==3||e%100==4?3:0)},22:function(e){return Number(1==e?0:2==e?1:(e<0||e>10)&&e%10==0?2:3)}},FDt=["v1","v2","v3"],qDt={zero:0,one:1,two:2,few:3,many:4,other:5};var YDt=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};ps(this,e),this.languageUtils=t,this.options=n,this.logger=mDt.create("pluralResolver"),this.options.compatibilityJSON&&"v4"!==this.options.compatibilityJSON||"undefined"!=typeof Intl&&Intl.PluralRules||(this.options.compatibilityJSON="v3",this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")),this.rules=function(){var e={};return RDt.forEach(function(t){t.lngs.forEach(function(n){e[n]={numbers:t.nr,plurals:WDt[t.fc]}})}),e}()}return ms(e,[{key:"addRule",value:function(e,t){this.rules[e]=t}},{key:"getRule",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(this.shouldUseIntlApi())try{return new Intl.PluralRules(e,{type:t.ordinal?"ordinal":"cardinal"})}catch(e){return}return this.rules[e]||this.rules[this.languageUtils.getLanguagePartFromCode(e)]}},{key:"needsPlural",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.getRule(e,t);return this.shouldUseIntlApi()?n&&n.resolvedOptions().pluralCategories.length>1:n&&n.numbers.length>1}},{key:"getPluralFormsOfKey",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.getSuffixes(e,n).map(function(e){return"".concat(t).concat(e)})}},{key:"getSuffixes",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=this.getRule(e,n);return r?this.shouldUseIntlApi()?r.resolvedOptions().pluralCategories.sort(function(e,t){return qDt[e]-qDt[t]}).map(function(e){return"".concat(t.options.prepend).concat(e)}):r.numbers.map(function(r){return t.getSuffix(e,r,n)}):[]}},{key:"getSuffix",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=this.getRule(e,n);return r?this.shouldUseIntlApi()?"".concat(this.options.prepend).concat(r.select(t)):this.getSuffixRetroCompatible(r,t):(this.logger.warn("no plural rule found for: ".concat(e)),"")}},{key:"getSuffixRetroCompatible",value:function(e,t){var n=this,r=e.noAbs?e.plurals(t):e.plurals(Math.abs(t)),i=e.numbers[r];this.options.simplifyPluralSuffix&&2===e.numbers.length&&1===e.numbers[0]&&(2===i?i="plural":1===i&&(i=""));var a=function(){return n.options.prepend&&i.toString()?n.options.prepend+i.toString():i.toString()};return"v1"===this.options.compatibilityJSON?1===i?"":"number"==typeof i?"_plural_".concat(i.toString()):a():"v2"===this.options.compatibilityJSON||this.options.simplifyPluralSuffix&&2===e.numbers.length&&1===e.numbers[0]?a():this.options.prepend&&r.toString()?this.options.prepend+r.toString():r.toString()}},{key:"shouldUseIntlApi",value:function(){return!FDt.includes(this.options.compatibilityJSON)}}]),e}();function UDt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function GDt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?UDt(Object(n),!0).forEach(function(t){as(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):UDt(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var XDt=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};ps(this,e),this.logger=mDt.create("interpolator"),this.options=t,this.format=t.interpolation&&t.interpolation.format||function(e){return e},this.init(t)}return ms(e,[{key:"init",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e.interpolation||(e.interpolation={escapeValue:!0});var t=e.interpolation;this.escape=void 0!==t.escape?t.escape:MDt,this.escapeValue=void 0===t.escapeValue||t.escapeValue,this.useRawValueToEscape=void 0!==t.useRawValueToEscape&&t.useRawValueToEscape,this.prefix=t.prefix?CDt(t.prefix):t.prefixEscaped||"{{",this.suffix=t.suffix?CDt(t.suffix):t.suffixEscaped||"}}",this.formatSeparator=t.formatSeparator?t.formatSeparator:t.formatSeparator||",",this.unescapePrefix=t.unescapeSuffix?"":t.unescapePrefix||"-",this.unescapeSuffix=this.unescapePrefix?"":t.unescapeSuffix||"",this.nestingPrefix=t.nestingPrefix?CDt(t.nestingPrefix):t.nestingPrefixEscaped||CDt("$t("),this.nestingSuffix=t.nestingSuffix?CDt(t.nestingSuffix):t.nestingSuffixEscaped||CDt(")"),this.nestingOptionsSeparator=t.nestingOptionsSeparator?t.nestingOptionsSeparator:t.nestingOptionsSeparator||",",this.maxReplaces=t.maxReplaces?t.maxReplaces:1e3,this.alwaysFormat=void 0!==t.alwaysFormat&&t.alwaysFormat,this.resetRegExp()}},{key:"reset",value:function(){this.options&&this.init(this.options)}},{key:"resetRegExp",value:function(){var e="".concat(this.prefix,"(.+?)").concat(this.suffix);this.regexp=new RegExp(e,"g");var t="".concat(this.prefix).concat(this.unescapePrefix,"(.+?)").concat(this.unescapeSuffix).concat(this.suffix);this.regexpUnescape=new RegExp(t,"g");var n="".concat(this.nestingPrefix,"(.+?)").concat(this.nestingSuffix);this.nestingRegexp=new RegExp(n,"g")}},{key:"interpolate",value:function(e,t,n,r){var i,a,o,l=this,s=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{};function c(e){return e.replace(/\$/g,"$$$$")}var d=function(e){if(e.indexOf(l.formatSeparator)<0){var i=EDt(t,s,e);return l.alwaysFormat?l.format(i,void 0,n,GDt(GDt(GDt({},r),t),{},{interpolationkey:e})):i}var a=e.split(l.formatSeparator),o=a.shift().trim(),c=a.join(l.formatSeparator).trim();return l.format(EDt(t,s,o),c,n,GDt(GDt(GDt({},r),t),{},{interpolationkey:o}))};this.resetRegExp();var h=r&&r.missingInterpolationHandler||this.options.missingInterpolationHandler,u=r&&r.interpolation&&void 0!==r.interpolation.skipOnVariables?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:function(e){return c(e)}},{regex:this.regexp,safeValue:function(e){return l.escapeValue?c(l.escape(e)):c(e)}}].forEach(function(t){for(o=0;i=t.regex.exec(e);){var n=i[1].trim();if(void 0===(a=d(n)))if("function"==typeof h){var s=h(e,i,r);a="string"==typeof s?s:""}else if(r&&r.hasOwnProperty(n))a="";else{if(u){a=i[0];continue}l.logger.warn("missed to pass in variable ".concat(n," for interpolating ").concat(e)),a=""}else"string"==typeof a||l.useRawValueToEscape||(a=bDt(a));var c=t.safeValue(a);if(e=e.replace(i[0],c),u?(t.regex.lastIndex+=a.length,t.regex.lastIndex-=i[0].length):t.regex.lastIndex=0,++o>=l.maxReplaces)break}}),e}},{key:"nest",value:function(e,t){var n,r,i=this,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=GDt({},a);function l(e,t){var n=this.nestingOptionsSeparator;if(e.indexOf(n)<0)return e;var r=e.split(new RegExp("".concat(n,"[ ]*{"))),i="{".concat(r[1]);e=r[0];var a=(i=this.interpolate(i,o)).match(/'/g),l=i.match(/"/g);(a&&a.length%2==0&&!l||l.length%2!=0)&&(i=i.replace(/'/g,'"'));try{o=JSON.parse(i),t&&(o=GDt(GDt({},t),o))}catch(t){return this.logger.warn("failed parsing options string in nesting for key ".concat(e),t),"".concat(e).concat(n).concat(i)}return delete o.defaultValue,e}for(o.applyPostProcessor=!1,delete o.defaultValue;n=this.nestingRegexp.exec(e);){var s=[],c=!1;if(-1!==n[0].indexOf(this.formatSeparator)&&!/{.*}/.test(n[1])){var d=n[1].split(this.formatSeparator).map(function(e){return e.trim()});n[1]=d.shift(),s=d,c=!0}if((r=t(l.call(this,n[1].trim(),o),o))&&n[0]===e&&"string"!=typeof r)return r;"string"!=typeof r&&(r=bDt(r)),r||(this.logger.warn("missed to resolve ".concat(n[1]," for nesting ").concat(e)),r=""),c&&(r=s.reduce(function(e,t){return i.format(e,t,a.lng,GDt(GDt({},a),{},{interpolationkey:n[1].trim()}))},r.trim())),e=e.replace(n[0],r),this.regexp.lastIndex=0}return e}}]),e}();function JDt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function QDt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?JDt(Object(n),!0).forEach(function(t){as(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):JDt(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function KDt(e){var t={};return function(n,r,i){var a=r+JSON.stringify(i),o=t[a];return o||(o=e(r,i),t[a]=o),o(n)}}var $Dt=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};ps(this,e),this.logger=mDt.create("formatter"),this.options=t,this.formats={number:KDt(function(e,t){var n=new Intl.NumberFormat(e,t);return function(e){return n.format(e)}}),currency:KDt(function(e,t){var n=new Intl.NumberFormat(e,QDt(QDt({},t),{},{style:"currency"}));return function(e){return n.format(e)}}),datetime:KDt(function(e,t){var n=new Intl.DateTimeFormat(e,QDt({},t));return function(e){return n.format(e)}}),relativetime:KDt(function(e,t){var n=new Intl.RelativeTimeFormat(e,QDt({},t));return function(e){return n.format(e,t.range||"day")}}),list:KDt(function(e,t){var n=new Intl.ListFormat(e,QDt({},t));return function(e){return n.format(e)}})},this.init(t)}return ms(e,[{key:"init",value:function(e){var t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}}).interpolation;this.formatSeparator=t.formatSeparator?t.formatSeparator:t.formatSeparator||","}},{key:"add",value:function(e,t){this.formats[e.toLowerCase().trim()]=t}},{key:"addCached",value:function(e,t){this.formats[e.toLowerCase().trim()]=KDt(t)}},{key:"format",value:function(e,t,n,r){var i=this,a=t.split(this.formatSeparator).reduce(function(e,t){var a=function(e){var t=e.toLowerCase().trim(),n={};if(e.indexOf("(")>-1){var r=e.split("(");t=r[0].toLowerCase().trim();var i=r[1].substring(0,r[1].length-1);"currency"===t&&i.indexOf(":")<0?n.currency||(n.currency=i.trim()):"relativetime"===t&&i.indexOf(":")<0?n.range||(n.range=i.trim()):i.split(";").forEach(function(e){if(e){var t=Rbe(e.split(":")),r=t[0],i=t.slice(1).join(":").trim().replace(/^'+|'+$/g,"");n[r.trim()]||(n[r.trim()]=i),"false"===i&&(n[r.trim()]=!1),"true"===i&&(n[r.trim()]=!0),isNaN(i)||(n[r.trim()]=parseInt(i,10))}})}return{formatName:t,formatOptions:n}}(t),o=a.formatName,l=a.formatOptions;if(i.formats[o]){var s=e;try{var c=r&&r.formatParams&&r.formatParams[r.interpolationkey]||{},d=c.locale||c.lng||r.locale||r.lng||n;s=i.formats[o](e,d,QDt(QDt(QDt({},l),r),c))}catch(e){i.logger.warn(e)}return s}return i.logger.warn("there was no format function for ".concat(o)),e},e);return a}}]),e}();function eIt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function tIt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?eIt(Object(n),!0).forEach(function(t){as(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):eIt(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function nIt(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}();return function(){var n,r=wbe(e);if(t){var i=wbe(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return Ebe(this,n)}}var rIt=function(){ybe(t,vDt);var e=nIt(t);function t(n,r,i){var a,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return ps(this,t),a=e.call(this),ADt&&vDt.call(Pn(a)),a.backend=n,a.store=r,a.services=i,a.languageUtils=i.languageUtils,a.options=o,a.logger=mDt.create("backendConnector"),a.waitingReads=[],a.maxParallelReads=o.maxParallelReads||10,a.readingCalls=0,a.maxRetries=o.maxRetries>=0?o.maxRetries:5,a.retryTimeout=o.retryTimeout>=1?o.retryTimeout:350,a.state={},a.queue=[],a.backend&&a.backend.init&&a.backend.init(i,o.backend,o),a}return ms(t,[{key:"queueLoad",value:function(e,t,n,r){var i=this,a={},o={},l={},s={};return e.forEach(function(e){var r=!0;t.forEach(function(t){var l="".concat(e,"|").concat(t);!n.reload&&i.store.hasResourceBundle(e,t)?i.state[l]=2:i.state[l]<0||(1===i.state[l]?void 0===o[l]&&(o[l]=!0):(i.state[l]=1,r=!1,void 0===o[l]&&(o[l]=!0),void 0===a[l]&&(a[l]=!0),void 0===s[t]&&(s[t]=!0)))}),r||(l[e]=!0)}),(Object.keys(a).length||Object.keys(o).length)&&this.queue.push({pending:o,pendingCount:Object.keys(o).length,loaded:{},errors:[],callback:r}),{toLoad:Object.keys(a),pending:Object.keys(o),toLoadLanguages:Object.keys(l),toLoadNamespaces:Object.keys(s)}}},{key:"loaded",value:function(e,t,n){var r=e.split("|"),i=r[0],a=r[1];t&&this.emit("failedLoading",i,a,t),n&&this.store.addResourceBundle(i,a,n),this.state[e]=t?-1:2;var o={};this.queue.forEach(function(n){!function(e,t,n,r){var i=yDt(e,t,Object),a=i.obj,o=i.k;a[o]=a[o]||[],r&&(a[o]=a[o].concat(n)),r||a[o].push(n)}(n.loaded,[i],a),function(e,t){void 0!==e.pending[t]&&(delete e.pending[t],e.pendingCount--)}(n,e),t&&n.errors.push(t),0!==n.pendingCount||n.done||(Object.keys(n.loaded).forEach(function(e){o[e]||(o[e]={});var t=n.loaded[e];t.length&&t.forEach(function(t){void 0===o[e][t]&&(o[e][t]=!0)})}),n.done=!0,n.errors.length?n.callback(n.errors):n.callback())}),this.emit("loaded",o),this.queue=this.queue.filter(function(e){return!e.done})}},{key:"read",value:function(e,t,n){var r=this,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:this.retryTimeout,o=arguments.length>5?arguments[5]:void 0;return e.length?this.readingCalls>=this.maxParallelReads?void this.waitingReads.push({lng:e,ns:t,fcName:n,tried:i,wait:a,callback:o}):(this.readingCalls++,this.backend[n](e,t,function(l,s){if(r.readingCalls--,r.waitingReads.length>0){var c=r.waitingReads.shift();r.read(c.lng,c.ns,c.fcName,c.tried,c.wait,c.callback)}l&&s&&i<r.maxRetries?setTimeout(function(){r.read.call(r,e,t,n,i+1,2*a,o)},a):o(l,s)})):o(null,{})}},{key:"prepareLoading",value:function(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),i&&i();"string"==typeof e&&(e=this.languageUtils.toResolveHierarchy(e)),"string"==typeof t&&(t=[t]);var a=this.queueLoad(e,t,r,i);if(!a.toLoad.length)return a.pending.length||i(),null;a.toLoad.forEach(function(e){n.loadOne(e)})}},{key:"load",value:function(e,t,n){this.prepareLoading(e,t,{},n)}},{key:"reload",value:function(e,t,n){this.prepareLoading(e,t,{reload:!0},n)}},{key:"loadOne",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=e.split("|"),i=r[0],a=r[1];this.read(i,a,"read",void 0,void 0,function(r,o){r&&t.logger.warn("".concat(n,"loading namespace ").concat(a," for language ").concat(i," failed"),r),!r&&o&&t.logger.log("".concat(n,"loaded namespace ").concat(a," for language ").concat(i),o),t.loaded(e,r,o)})}},{key:"saveMissing",value:function(e,t,n,r,i){var a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{};this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(t)?this.logger.warn('did not save key "'.concat(n,'" as the namespace "').concat(t,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!"):null!=n&&""!==n&&(this.backend&&this.backend.create&&this.backend.create(e,t,n,r,null,tIt(tIt({},a),{},{isUpdate:i})),e&&e[0]&&this.store.addResource(e[0],t,n,r))}}]),t}();function iIt(e){return"string"==typeof e.ns&&(e.ns=[e.ns]),"string"==typeof e.fallbackLng&&(e.fallbackLng=[e.fallbackLng]),"string"==typeof e.fallbackNS&&(e.fallbackNS=[e.fallbackNS]),e.supportedLngs&&e.supportedLngs.indexOf("cimode")<0&&(e.supportedLngs=e.supportedLngs.concat(["cimode"])),e}function aIt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function oIt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?aIt(Object(n),!0).forEach(function(t){as(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):aIt(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function lIt(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}();return function(){var n,r=wbe(e);if(t){var i=wbe(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return Ebe(this,n)}}function sIt(){}var cIt=function(){ybe(t,vDt);var e=lIt(t);function t(){var n,r,i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},a=arguments.length>1?arguments[1]:void 0;if(ps(this,t),n=e.call(this),ADt&&vDt.call(Pn(n)),n.options=iIt(i),n.services={},n.logger=mDt,n.modules={external:[]},r=Pn(n),Object.getOwnPropertyNames(Object.getPrototypeOf(r)).forEach(function(e){"function"==typeof r[e]&&(r[e]=r[e].bind(r))}),a&&!n.isInitialized&&!i.isClone){if(!n.options.initImmediate)return n.init(i,a),Ebe(n,Pn(n));setTimeout(function(){n.init(i,a)},0)}return n}return ms(t,[{key:"init",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;"function"==typeof t&&(n=t,t={}),!t.defaultNS&&!1!==t.defaultNS&&t.ns&&("string"==typeof t.ns?t.defaultNS=t.ns:t.ns.indexOf("translation")<0&&(t.defaultNS=t.ns[0]));var r={debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!0,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:function(e){var t={};if("object"===rs(e[1])&&(t=e[1]),"string"==typeof e[1]&&(t.defaultValue=e[1]),"string"==typeof e[2]&&(t.tDescription=e[2]),"object"===rs(e[2])||"object"===rs(e[3])){var n=e[3]||e[2];Object.keys(n).forEach(function(e){t[e]=n[e]})}return t},interpolation:{escapeValue:!0,format:function(e,t,n,r){return e},prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}};function i(e){return e?"function"==typeof e?new e:e:null}if(this.options=oIt(oIt(oIt({},r),this.options),iIt(t)),"v1"!==this.options.compatibilityAPI&&(this.options.interpolation=oIt(oIt({},r.interpolation),this.options.interpolation)),void 0!==t.keySeparator&&(this.options.userDefinedKeySeparator=t.keySeparator),void 0!==t.nsSeparator&&(this.options.userDefinedNsSeparator=t.nsSeparator),!this.options.isClone){var a;this.modules.logger?mDt.init(i(this.modules.logger),this.options):mDt.init(null,this.options),this.modules.formatter?a=this.modules.formatter:"undefined"!=typeof Intl&&(a=$Dt);var o=new BDt(this.options);this.store=new HDt(this.options.resources,this.options);var l=this.services;l.logger=mDt,l.resourceStore=this.store,l.languageUtils=o,l.pluralResolver=new YDt(o,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),!a||this.options.interpolation.format&&this.options.interpolation.format!==r.interpolation.format||(l.formatter=i(a),l.formatter.init(l,this.options),this.options.interpolation.format=l.formatter.format.bind(l.formatter)),l.interpolator=new XDt(this.options),l.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},l.backendConnector=new rIt(i(this.modules.backend),l.resourceStore,l,this.options),l.backendConnector.on("*",function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];e.emit.apply(e,[t].concat(r))}),this.modules.languageDetector&&(l.languageDetector=i(this.modules.languageDetector),l.languageDetector.init(l,this.options.detection,this.options)),this.modules.i18nFormat&&(l.i18nFormat=i(this.modules.i18nFormat),l.i18nFormat.init&&l.i18nFormat.init(this)),this.translator=new jDt(this.services,this.options),this.translator.on("*",function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];e.emit.apply(e,[t].concat(r))}),this.modules.external.forEach(function(t){t.init&&t.init(e)})}if(this.format=this.options.interpolation.format,n||(n=sIt),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){var s=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);s.length>0&&"dev"!==s[0]&&(this.options.lng=s[0])}this.services.languageDetector||this.options.lng||this.logger.warn("init: no languageDetector is used and no lng is defined");["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach(function(t){e[t]=function(){var n;return(n=e.store)[t].apply(n,arguments)}});["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach(function(t){e[t]=function(){var n;return(n=e.store)[t].apply(n,arguments),e}});var c=gDt(),d=function(){var t=function(t,r){e.isInitialized&&!e.initializedStoreOnce&&e.logger.warn("init: i18next is already initialized. You should call init just once!"),e.isInitialized=!0,e.options.isClone||e.logger.log("initialized",e.options),e.emit("initialized",e.options),c.resolve(r),n(t,r)};if(e.languages&&"v1"!==e.options.compatibilityAPI&&!e.isInitialized)return t(null,e.t.bind(e));e.changeLanguage(e.options.lng,t)};return this.options.resources||!this.options.initImmediate?d():setTimeout(d,0),c}},{key:"loadResources",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:sIt,r="string"==typeof e?e:this.language;if("function"==typeof e&&(n=e),!this.options.resources||this.options.partialBundledLanguages){if(r&&"cimode"===r.toLowerCase())return n();var i=[],a=function(e){e&&t.services.languageUtils.toResolveHierarchy(e).forEach(function(e){i.indexOf(e)<0&&i.push(e)})};if(r)a(r);else this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(function(e){return a(e)});this.options.preload&&this.options.preload.forEach(function(e){return a(e)}),this.services.backendConnector.load(i,this.options.ns,function(e){e||t.resolvedLanguage||!t.language||t.setResolvedLanguage(t.language),n(e)})}else n(null)}},{key:"reloadResources",value:function(e,t,n){var r=gDt();return e||(e=this.languages),t||(t=this.options.ns),n||(n=sIt),this.services.backendConnector.reload(e,t,function(e){r.resolve(),n(e)}),r}},{key:"use",value:function(e){if(!e)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!e.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return"backend"===e.type&&(this.modules.backend=e),("logger"===e.type||e.log&&e.warn&&e.error)&&(this.modules.logger=e),"languageDetector"===e.type&&(this.modules.languageDetector=e),"i18nFormat"===e.type&&(this.modules.i18nFormat=e),"postProcessor"===e.type&&NDt.addPostProcessor(e),"formatter"===e.type&&(this.modules.formatter=e),"3rdParty"===e.type&&this.modules.external.push(e),this}},{key:"setResolvedLanguage",value:function(e){if(e&&this.languages&&!(["cimode","dev"].indexOf(e)>-1))for(var t=0;t<this.languages.length;t++){var n=this.languages[t];if(!(["cimode","dev"].indexOf(n)>-1)&&this.store.hasLanguageSomeTranslations(n)){this.resolvedLanguage=n;break}}}},{key:"changeLanguage",value:function(e,t){var n=this;this.isLanguageChangingTo=e;var r=gDt();this.emit("languageChanging",e);var i=function(e){n.language=e,n.languages=n.services.languageUtils.toResolveHierarchy(e),n.resolvedLanguage=void 0,n.setResolvedLanguage(e)},a=function(a){e||a||!n.services.languageDetector||(a=[]);var o="string"==typeof a?a:n.services.languageUtils.getBestMatchFromCodes(a);o&&(n.language||i(o),n.translator.language||n.translator.changeLanguage(o),n.services.languageDetector&&n.services.languageDetector.cacheUserLanguage(o)),n.loadResources(o,function(e){!function(e,a){a?(i(a),n.translator.changeLanguage(a),n.isLanguageChangingTo=void 0,n.emit("languageChanged",a),n.logger.log("languageChanged",a)):n.isLanguageChangingTo=void 0,r.resolve(function(){return n.t.apply(n,arguments)}),t&&t(e,function(){return n.t.apply(n,arguments)})}(e,o)})};return e||!this.services.languageDetector||this.services.languageDetector.async?!e&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect(a):a(e):a(this.services.languageDetector.detect()),r}},{key:"getFixedT",value:function(e,t,n){var r=this,i=function e(t,i){var a;if("object"!==rs(i)){for(var o=arguments.length,l=new Array(o>2?o-2:0),s=2;s<o;s++)l[s-2]=arguments[s];a=r.options.overloadTranslationOptionHandler([t,i].concat(l))}else a=oIt({},i);a.lng=a.lng||e.lng,a.lngs=a.lngs||e.lngs,a.ns=a.ns||e.ns,a.keyPrefix=a.keyPrefix||n||e.keyPrefix;var c=r.options.keySeparator||".",d=a.keyPrefix?"".concat(a.keyPrefix).concat(c).concat(t):t;return r.t(d,a)};return"string"==typeof e?i.lng=e:i.lngs=e,i.ns=t,i.keyPrefix=n,i}},{key:"t",value:function(){var e;return this.translator&&(e=this.translator).translate.apply(e,arguments)}},{key:"exists",value:function(){var e;return this.translator&&(e=this.translator).exists.apply(e,arguments)}},{key:"setDefaultNamespace",value:function(e){this.options.defaultNS=e}},{key:"hasLoadedNamespace",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;var r=this.resolvedLanguage||this.languages[0],i=!!this.options&&this.options.fallbackLng,a=this.languages[this.languages.length-1];if("cimode"===r.toLowerCase())return!0;var o=function(e,n){var r=t.services.backendConnector.state["".concat(e,"|").concat(n)];return-1===r||2===r};if(n.precheck){var l=n.precheck(this,o);if(void 0!==l)return l}return!!this.hasResourceBundle(r,e)||(!(this.services.backendConnector.backend&&(!this.options.resources||this.options.partialBundledLanguages))||!(!o(r,e)||i&&!o(a,e)))}},{key:"loadNamespaces",value:function(e,t){var n=this,r=gDt();return this.options.ns?("string"==typeof e&&(e=[e]),e.forEach(function(e){n.options.ns.indexOf(e)<0&&n.options.ns.push(e)}),this.loadResources(function(e){r.resolve(),t&&t(e)}),r):(t&&t(),Promise.resolve())}},{key:"loadLanguages",value:function(e,t){var n=gDt();"string"==typeof e&&(e=[e]);var r=this.options.preload||[],i=e.filter(function(e){return r.indexOf(e)<0});return i.length?(this.options.preload=r.concat(i),this.loadResources(function(e){n.resolve(),t&&t(e)}),n):(t&&t(),Promise.resolve())}},{key:"dir",value:function(e){if(e||(e=this.resolvedLanguage||(this.languages&&this.languages.length>0?this.languages[0]:this.language)),!e)return"rtl";return["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"].indexOf(this.services.languageUtils.getLanguagePartFromCode(e))>-1||e.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}},{key:"cloneInstance",value:function(){var e=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:sIt,i=oIt(oIt(oIt({},this.options),n),{isClone:!0}),a=new t(i);void 0===n.debug&&void 0===n.prefix||(a.logger=a.logger.clone(n));return["store","services","language"].forEach(function(t){a[t]=e[t]}),a.services=oIt({},this.services),a.services.utils={hasLoadedNamespace:a.hasLoadedNamespace.bind(a)},a.translator=new jDt(a.services,a.options),a.translator.on("*",function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];a.emit.apply(a,[e].concat(n))}),a.init(i,r),a.translator.options=a.options,a.translator.backendConnector.services.utils={hasLoadedNamespace:a.hasLoadedNamespace.bind(a)},a}},{key:"toJSON",value:function(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}]),t}();as(cIt,"createInstance",function(){return new cIt(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},arguments.length>1?arguments[1]:void 0)});var dIt=cIt.createInstance();dIt.createInstance=cIt.createInstance,dIt.createInstance,dIt.init,dIt.loadResources,dIt.reloadResources,dIt.use,dIt.changeLanguage,dIt.getFixedT;var hIt=dIt.t;dIt.exists,dIt.setDefaultNamespace,dIt.hasLoadedNamespace,dIt.loadNamespaces,dIt.loadLanguages;var uIt=function(e){void 0===e&&(e=new Date);var t=e.getDay(),n=0===t?-6:1-t,r=new Date(e);return r.setDate(e.getDate()+n),r},pIt=function(e){void 0===e&&(e=new Date);var t=e.getDay(),n=0===t?0:7-t,r=new Date(e);return r.setDate(e.getDate()+n),r},fIt=function(){var e=new Date,t=e.getFullYear(),n=e.getMonth(),r=e.getDate();return[{value:null,label:"Tùy chọn",type:[]},{value:1,label:"Năm hiện tại",type:[new Date(t,0,1),new Date(t+1,0,0)]},{value:2,label:"Quý hiện tại",type:[new Date(t,3*Math.floor(n/3),1),new Date(t,3*Math.floor(n/3)+3,0)]},{value:3,label:"Tháng hiện tại",type:[new Date(t,n,1),new Date(t,n+1,0)]},{value:4,label:"30 ngày trước",type:[new Date(t,n,r-30),new Date]},{value:5,label:"30 ngày sau",type:[new Date,new Date(t,n,r+30)]},{value:6,label:"Tuần hiện tại",type:[uIt(),pIt()]},{value:7,label:"Ngày hiện tại",type:[new Date,new Date]},{value:8,label:"Năm trước",type:[new Date(t-1,0,1),new Date(t,0,0)]},{value:9,label:"Quý trước",type:[new Date(t,3*Math.floor(n/3-1),1),new Date(t,3*Math.floor(n/3-1)+3,0)]},{value:10,label:"Tháng trước",type:[new Date(t,n-1,1),new Date(t,n,0)]},{value:11,label:"Tháng sau",type:[new Date(t,n+1,1),new Date(t,n+2,0)]},{value:12,label:"Tuần trước",type:[uIt(new Date(t,n,r-7)),pIt(new Date(t,n,r-7))]},{value:13,label:"Tuần sau",type:[uIt(new Date(t,n,r+7)),pIt(new Date(t,n,r+7))]},{value:14,label:"Ngày trước",type:[new Date(t,n,r-1),new Date(t,n,r-1)]}]};exports.ExternalInterface=cCt,exports.ExternalInterfaceExtend=function(t){var n,r=t.toolbarTemplate,i=t.paramToolbar,a=t.currentPageDefault,o=t.queryOrderDefault,l=t.rowsPerPageDefault,s=t.selectionSetting,c=t.isShowSearch,d=t.queryKeyDataView,h=t.isSelectMulti,u=t.canContextMenuItems,p=t.handleContextMenuClick,m=t.rowSelected,v=t.dataSourceFilter,g=t.infiniteScroll,b=t.listContextHide,y=t.querySelectDefault,w=t.api,x=t.t,E=t.contextMenuOpen,k=t.stateId,C=t.viewIdTable,M=t.height,O=t.hasIndex,Z=t.dataSelected,D=t.showColumnChoose,I=t.typeCheckbox,H=t.format,N=t.rowSelection,T=t.dataSource,L=t.columns,P=t.totalCount,V=t.breakText,j=t.allowPaging,z=t.allowResizing,B=t.showUltilities,R=t.handleDoubleContextMenuClick,W=t.stateChildId,F=t.titleChild,q=t.loading,Y=t.checkInitSub,U=t.checkInit,G=t.hasWorkflow,X=t.apiWorkflow,K=t.rowClassName,$=t.printApi,ee=t.allowFilterClient,te=t.ultilities,ne=t.summary,re=t.hideSelectAll,ie=t.onChangeParam,ae=t.showToolbar,oe=t.initAbility,le=t.pageSizeOptions,se=t.onDataChange,ce=t.onColumnChange,de=t.group,he=t.onChangeTabChildren,ue=t.exportExcel,pe=function(){return{innerWidth:window.innerWidth,innerHeight:window.innerHeight}},fe=e.useState(pe()),me=fe[0],ve=fe[1];e.useEffect(function(){var e=function(){ve(pe())};return window.addEventListener("resize",e),function(){window.removeEventListener("resize",e)}},[]);var ge=null!=M?M:500,be=[1,0],ye=[.5,.5],we=e.useState(be),xe=we[0],Ee=we[1],ke=e.useState(ge),Ce=ke[0],Se=ke[1],Me=e.useState(0),Ae=Me[0],_e=Me[1],Oe=e.useState(0),Ze=Oe[0],De=Oe[1],Ie=e.useState({}),He=Ie[0],Ne=Ie[1],Te=e.useState({}),Le=Te[0],Pe=Te[1],Ve=e.useState({}),je=Ve[0],ze=Ve[1],Be=e.useState({}),Re=Be[0],We=Be[1],Fe=e.useState(!1),qe=Fe[0],Ye=Fe[1],Ue=e.useState({}),Ge=Ue[0],Xe=Ue[1],Je=(null==me?void 0:me.innerHeight)<=768||(null==Ge?void 0:Ge.displayChildSidebar),Qe=function(){Ye(!qe)},Ke=Q(null==He?void 0:He.file)?"[]":null==He?void 0:He.file,$e=function(){Je?Qe():(Ee(ye),Se(ge/2),_e(ge/2))},et=function(){De(0),he&&he(0),Je?Qe():(Ee(be),Se(ge),_e(0))};e.useEffect(function(){We(S(S({},Re),je))},[je]),e.useEffect(function(){0===(null==xe?void 0:xe[1])&&(De(0),he&&he(0))},[null==xe?void 0:xe[1]]);var tt=e.useState({}),nt=tt[0],rt=tt[1],it=e.useState({}),at=it[0],ot=it[1],lt=(null!==(n=null==W?void 0:W.filter(function(e){return J(e.columns)}).map(function(e){return e.stateId}))&&void 0!==n?n:[]).join();return e.useEffect(function(){!Q(lt)&&((null==xe?void 0:xe[1])>0||qe)&&function(e){A(void 0,void 0,void 0,function(){var t,n,r,i,a,o,l,s,c,d,h,u;return _(this,function(p){switch(p.label){case 0:return[4,ia({ParaJson:JSON.stringify({ViewId:e})})];case 1:return t=p.sent(),n=JSON.parse(null!==(s=null===(l=null==t?void 0:t[0])||void 0===l?void 0:l.dataJson)&&void 0!==s?s:"[]"),r=JSON.parse(null!==(d=null===(c=null==n?void 0:n[0])||void 0===c?void 0:c.DataSetting)&&void 0!==d?d:"[]"),i={},a=JSON.parse(null!==(u=null===(h=null==n?void 0:n[0])||void 0===h?void 0:h.Data)&&void 0!==u?u:"[]"),o={},null==W||W.forEach(function(e){var t,n,l,s,c,d,h,u=r.find(function(t){var n,r;return(null!==(n=null==t?void 0:t.ViewId)&&void 0!==n?n:"").toLowerCase()===(null!==(r=null==e?void 0:e.stateId)&&void 0!==r?r:"").toLowerCase()}),p=JSON.parse(Q(null==u?void 0:u.More)?"{}":null==u?void 0:u.More),f=JSON.parse(Q(null==u?void 0:u.GroupData)?"{}":null==u?void 0:u.GroupData),m=S(S({},p),{showGroupIcon:null===(t=null==f?void 0:f.showGroupIcon)||void 0===t||t,hiddenColumnGroup:null===(n=null==f?void 0:f.hiddenColumnGroup)||void 0===n||n,isGroup:null!==(s=null!==(l=null==de?void 0:de.groupAble)&&void 0!==l?l:null==f?void 0:f.isGroup)&&void 0!==s&&s,isGroupClient:null!==(c=null==f?void 0:f.isGroupClient)&&void 0!==c&&c});i[e.stateId]=m;var v=a.filter(function(t){var n,r;return(null!==(n=null==t?void 0:t.ViewId)&&void 0!==n?n:"").toLowerCase()===(null!==(r=null==e?void 0:e.stateId)&&void 0!==r?r:"").toLowerCase()});o[e.stateId]=sa([],x,{hasIndex:null===(d=null==e?void 0:e.hasIndex)||void 0===d||d,breakText:null!==(h=null==e?void 0:e.breakText)&&void 0!==h?h:null==p?void 0:p.breakText,hasWorkflow:!1,levelGroup:0,responseColumn:v}),e.columns=o[e.stateId]}),ot(i),rt(o),[2]}})})}(lt)},[lt,null==xe?void 0:xe[1],qe]),f.default.createElement("div",{style:{height:"".concat(me.innerHeight-180,"px")}},f.default.createElement(bCt,{orientation:"horizontal"},f.default.createElement(FCt,{flex:xe[0],minSize:0,onStopResize:function(e){var t=e.domElement.clientHeight;Se(t),_e(ge-t)},style:{}},f.default.createElement("div",{className:"pane-content",id:"reflex-top"},f.default.createElement("div",{onMouseUp:function(e){2===(null==e?void 0:e.button)&&et()}},f.default.createElement(cCt,{windowSize:me,showColumnChoose:D,isSelectMulti:h,dataSourceFilter:v,totalCount:P,dataSource:T,columns:L,exportExcel:ue,rowSelection:N,format:H,stateId:k,listColumn:nt,stateChildId:W,selectionSetting:s,height:Ce-5,viewIdTable:C,currentPageDefault:a,rowsPerPageDefault:l,pageSizeOptions:le,queryOrderDefault:o,queryKeyDataView:d,handleContextMenuClick:p,setSettingTb:Xe,rowSelected:function(e){m&&m(e),function(e){var t;De(0),he&&he(0);var n=e.rowData;n&&!e.rightClick&&W&&(null==W?void 0:W.length)>0&&J(null==n?void 0:n.field)&&(Ne(e.rowData),$e()),(0===(null===(t=e.selected)||void 0===t?void 0:t.length)||e.rightClick)&&(Ne({}),et())}(e)},infiniteScroll:g,group:de,allowPaging:j,allowResizing:z,listContextHide:b,querySelectDefault:y,contextMenuOpen:E,canContextMenuItems:u,typeCheckbox:I,t:x,api:w,toolbarTemplate:r,paramToolbar:i,hasIndex:O,breakText:V,dataSelected:Z,handleDoubleContextMenuClick:R,loading:q,checkInit:U,checkInitSub:Y,hasWorkflow:G,apiWorkflow:X,rowClassName:K,printApi:$,showUltilities:B,allowFilterClient:ee,summary:ne,hideSelectAll:re,ultilities:te,onChangeParam:ie,showToolbar:ae,initAbility:oe,isShowSearch:c,onDataChange:se,onColumnChange:ce})))),W&&W.length>0&&f.default.createElement(vCt,{style:{display:0===xe[1]?"none":"block"}}),W&&W.length>0&&f.default.createElement(FCt,{flex:xe[1],style:{height:"".concat(ge-Ce-150,"px")},minSize:0},f.default.createElement(yCt,{className:"handle"},!(0===xe[1])&&UCt({titleChild:F,stateChildId:W,activeTab:Ze,rowsSelectedChild:Le,handleCloseDetail:et,t:x})),!(0===xe[1])&&GCt({_height:ge,heightTop:Ce,activeTab:Ze,setActiveTab:De,onChangeTabChildren:he,stateChildId:W,t:x,windowSize:me,titleChild:F,heightBottom:Ae,format:H,listSettingTable:at,listColumn:nt,rowsSelected:He,settotalChild:ze,rowsSelectedChild:Le,setrowsSelectedChild:Pe,files:Ke,loading:q,api:w,_totalChild:Re}))),qe&&f.default.createElement(YCt,{open:qe,toggleSidebar:Qe,width:1e3},f.default.createElement(Gpe,{className:"customizer-content",style:{height:"calc(".concat(me.innerHeight-58,"px)")}},f.default.createElement(tpe,{typeModal:"View",handleModal:Qe,title:null!=F?F:"Detail"}),UCt({titleChild:F,stateChildId:W,activeTab:Ze,rowsSelectedChild:Le,handleCloseDetail:et,t:x}),GCt({_height:ge,heightTop:Ce,activeTab:Ze,setActiveTab:De,onChangeTabChildren:he,stateChildId:W,t:x,windowSize:me,titleChild:F,heightBottom:Ae,format:H,listSettingTable:at,listColumn:nt,rowsSelected:He,settotalChild:ze,rowsSelectedChild:Le,setrowsSelectedChild:Pe,files:Ke,loading:q,api:w,_totalChild:Re})),f.default.createElement("div",{className:"d-flex justify-content-end p-1",style:{boxShadow:"0 4px 24px 0 rgb(34 41 47 / 10%)"}},f.default.createElement(e.Fragment,null,f.default.createElement(xn,{color:"secondary",onClick:Qe,outline:!0},x("Close"))))))},exports.HeaderExternalInterface=function(e){var t=e.buttons,n=e.breadCrumb,r=e.CanPer,i=e.t;return f.default.createElement("div",{className:"table-toolbar"},f.default.createElement(nr,{className:"table-bar bar__action"},f.default.createElement(lr,null,f.default.createElement("div",{className:"d-flex justify-content-between align-items-center w-100"},f.default.createElement("div",{className:"bar__action-left"},f.default.createElement(XCt,{breadCrumbTitle:n.breadCrumbTitle,breadCrumbActive:i(n.breadCrumbActive),breadCrumbParent:n.breadCrumbParent})),f.default.createElement("div",{className:"bar__action-right d-flex"},t&&t.length>0&&t.map(function(e,t){var n,a,o,l=$i[null!==(n=e.icon)&&void 0!==n?n:"Plus"];return f.default.createElement(r,{I:e.userAction,a:e.userSubject,key:t},f.default.createElement(xn,{color:e.color||"primary",onClick:e.actionClick,disabled:e.disabled,className:"me-1 d-flex"},f.default.createElement(l,{fontSize:null!==(a=e.fontSize)&&void 0!==a?a:14,className:"me-50"}),String(i(null!==(o=e.title)&&void 0!==o?o:""))))}))))))},exports.RENDER=sCt,exports.ToolbarTemplate=function(e){var t=window.localStorage.getItem("i18nextLng"),n=t||"vi";return xAt.load({vi:{daterangepicker:{placeholder:"Chọn ngày",startLabel:"Ngày bắt đầu",endLabel:"Ngày kết thúc",applyText:"Chọn",cancelText:"Hủy",selectedDays:"Chọn ngày",days:"Ngày",customRange:"Tùy chỉnh"}}}),function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var n=0,r=e;n<r.length;n++){var i=r[n];iSt(PSt,i,{},!0)}}(require("@src/assets/cldr-data/main/".concat(n,"/ca-gregorian.json")),require("@src/assets/cldr-data/main/".concat(n,"/numbers.json")),require("@src/assets/cldr-data/main/".concat(n,"/timeZoneNames.json")),require("@src/assets/supplemental/numberingSystems.json")),VSt=n,LSt.notify("notifyExternalChange",{locale:VSt}),e.map(function(e,t){var r,i,a,o,l,s,c,d,u,p,m,v,g,b,y,w,x,E,k,C,M,A,_,O,Z,D,I,H,N,T,L=null!==(r=e.option)&&void 0!==r?r:[],P=function(e,t){for(var n,r=0;r<e.length;r++){var i=e[r];if(i[i.fieldValue?i.fieldValue:"value"]===t)return S({},i);if((null===(n=i.children)||void 0===n?void 0:n.length)>0){var a=P(i.children,t);if(a)return a}}};return J(e.template)?{template:f.default.createElement("div",{key:t,className:"me-50",style:{width:null!==(i=e.width)&&void 0!==i?i:"listDate"===e.type?220:200},title:hIt(null!==(a=e.placeholder)&&void 0!==a?a:"")},"daterange"===e.type&&f.default.createElement(dDt,{id:"daterangepicker",placeholder:e.t(null!==(o=e.placeholder)&&void 0!==o?o:""),startDate:!J(e.data)&&(null===(l=e.data)||void 0===l?void 0:l.length)>0?e.data[0]:void 0,endDate:!J(e.data)&&(null===(s=e.data)||void 0===s?void 0:s.length)>0?e.data[1]:void 0,format:V.dateFormat,onChange:function(t){var n,r;J(null===(n=t.target)||void 0===n?void 0:n.value)?e.setData([]):e.setData(null===(r=t.target)||void 0===r?void 0:r.value)},openOnFocus:!0,locale:n}),"listDate"===e.type&&(0===(null===(c=e.data)||void 0===c?void 0:c.value)?f.default.createElement(dDt,{id:"daterangepicker",placeholder:e.t(null!==(d=e.placeholder)&&void 0!==d?d:""),startDate:!J(null===(u=e.data)||void 0===u?void 0:u.type)&&(null===(m=null===(p=e.data)||void 0===p?void 0:p.type)||void 0===m?void 0:m.length)>0?null===(g=null===(v=e.data)||void 0===v?void 0:v.type)||void 0===g?void 0:g[0]:void 0,endDate:!J(null===(b=e.data)||void 0===b?void 0:b.type)&&(null===(w=null===(y=e.data)||void 0===y?void 0:y.type)||void 0===w?void 0:w.length)>0?null===(E=null===(x=e.data)||void 0===x?void 0:x.type)||void 0===E?void 0:E[1]:void 0,format:V.dateFormat,onChange:function(t){var n,r;J(null===(n=t.target)||void 0===n?void 0:n.value)?e.setData({}):e.setData(S(S({},e.data),{type:null===(r=t.target)||void 0===r?void 0:r.value}))},openOnFocus:!0,locale:n}):f.default.createElement(h.SelectTable,{onChange:function(t){var n;0===(null==t?void 0:t.value)?e.setData({value:t.value,type:null===(n=e.data)||void 0===n?void 0:n.type}):e.setData(t)},isClearable:!0,options:fIt(),value:fIt().find(function(t){var n;return t.value===(null===(n=e.data)||void 0===n?void 0:n.value)}),placeholder:hIt(null!==(k=e.placeholder)&&void 0!==k?k:"")})),"select"===e.type&&f.default.createElement(h.SelectTable,{value:e.isMulti?Array.isArray(e.data)&&e.data.length>0?L.filter(function(t){return Array.isArray(e.data)&&e.data.some(function(n){var r;return t[null!==(r=e.fieldValue)&&void 0!==r?r:"value"]===n})}):[]:J(e.data)?void 0:L.find(function(t){var n;return t[null!==(n=e.fieldValue)&&void 0!==n?n:"value"]===e.data}),onChange:function(t){var n,r,i;e.isMulti&&(J(t)||0===(null==t?void 0:t.length))?e.setData([]):!e.isMulti&&J(t)?e.setData(void 0):(e.isMulti||JSON.stringify(t[null!==(n=e.fieldValue)&&void 0!==n?n:"value"])!==JSON.stringify(e.data))&&(e.isMulti?e.setData((null!==(r=null==t?void 0:t.length)&&void 0!==r?r:0)>0?t.map(function(t){var n;return t[null!==(n=e.fieldValue)&&void 0!==n?n:"value"]}):[]):e.setData(J(t)?void 0:t[null!==(i=e.fieldValue)&&void 0!==i?i:"value"]))},fieldValue:null!==(C=e.fieldValue)&&void 0!==C?C:"value",fieldLabel:null!==(M=e.fieldLabel)&&void 0!==M?M:"label",placeholder:e.t(null!==(A=e.placeholder)&&void 0!==A?A:""),isMulti:null!==(_=e.isMulti)&&void 0!==_&&_,options:L,isClearable:null===(O=e.isClearable)||void 0===O||O,columns:e.columns,loadOptions:e.loadOption}),"selecttree"===e.type&&f.default.createElement(h.SelectTableTree,{value:(e.isMulti?(null===(Z=e.data)||void 0===Z?void 0:Z.length)>0:!J(e.data))?e.isMulti?e.data:P(L,e.data):e.isMulti?[]:void 0,onChange:function(t){var n;(e.isMulti||(e.fieldValue&&t?t[e.fieldValue]:null==t?void 0:t.value)!==e.data)&&(e.isMulti?e.setData(J(t)?[]:t):e.setData(J(t)?void 0:t[null!==(n=e.fieldValue)&&void 0!==n?n:"value"]))},columns:null!==(D=e.columns)&&void 0!==D?D:ae,placeholder:e.t(null!==(I=e.placeholder)&&void 0!==I?I:""),options:null!=L?L:[],isMulti:null!==(H=e.isMulti)&&void 0!==H&&H,isClearable:!0})),position:null!==(N=e.position)&&void 0!==N?N:"left"}:{template:e.template instanceof Function?e.template():e.template,position:null!==(T=e.position)&&void 0!==T?T:"left"}})},exports.listFilterDate=fIt,exports.renderColumnTableGrid=sa;
|
|
800
|
+
return fCt.isBrowser()&&!!document.documentMode}static isEdge(){return fCt.isBrowser()&&!fCt.isIE()&&!!window.StyleMedia}static isChrome(){return fCt.isBrowser()&&!!window.chrome&&!!window.chrome.webstore}static isBlink(){return fCt.isBrowser()&&(fCt.isChrome()||fCt.isOpera())&&!!window.CSS}static getUserAgent(){return"undefined"==typeof navigator?"":navigator.userAgent}static isAndroid(){return fCt.isBrowser()&&fCt.getUserAgent().match(/Android/i)}static isBlackBerry(){return fCt.isBrowser()&&fCt.getUserAgent().match(/BlackBerry/i)}static isIOS(){return fCt.isBrowser()&&fCt.getUserAgent().match(/iPhone|iPad|iPod/i)}static isOpera(){return fCt.isBrowser()&&fCt.getUserAgent().match(/Opera Mini/i)}static isWindows(){return fCt.isBrowser()&&fCt.isWindowsDesktop()||fCt.isWindowsMobile()}static isWindowsMobile(){return fCt.isBrowser()&&fCt.getUserAgent().match(/IEMobile/i)}static isWindowsDesktop(){return fCt.isBrowser()&&fCt.getUserAgent().match(/WPDesktop/i)}static isMobile(){return fCt.isBrowser()&&(fCt.isWindowsMobile()||fCt.isBlackBerry()||fCt.isAndroid()||fCt.isIOS())}}const mCt=e=>Object.keys(e).reduce((t,n)=>"data-"===n.substr(0,5)?pCt({},t,{[n]:e[n]}):t,{});class vCt extends f.default.Component{static isA(e){return!!e&&e.type===f.default.createElement(vCt,null).type}constructor(e){super(e),as(this,"ref",f.default.createRef()),as(this,"onMouseMove",e=>{if(this.state.active){const t=this.ref.current;this.props.events.emit("resize",{index:this.props.index,domElement:t,event:e}),this.props.onResize&&this.props.onResize({component:this,domElement:t}),e.stopPropagation(),e.preventDefault()}}),as(this,"onMouseDown",e=>{this.setState({active:!0}),this.props.onStartResize&&this.props.onStartResize({domElement:this.ref.current,component:this})||this.props.events.emit("startResize",{index:this.props.index,event:e})}),as(this,"onMouseUp",e=>{this.state.active&&(this.setState({active:!1}),this.props.onStopResize&&this.props.onStopResize({domElement:this.ref.current,component:this}),this.props.events.emit("stopResize",{index:this.props.index,event:e}))}),this.state={active:!1},this.document=e.document}componentDidMount(){this.document&&(this.document.addEventListener("touchend",this.onMouseUp),this.document.addEventListener("mouseup",this.onMouseUp),this.document.addEventListener("mousemove",this.onMouseMove,{passive:!1}),this.document.addEventListener("touchmove",this.onMouseMove,{passive:!1}))}componentWillUnmount(){this.document&&(this.document.removeEventListener("mouseup",this.onMouseUp),this.document.removeEventListener("touchend",this.onMouseUp),this.document.removeEventListener("mousemove",this.onMouseMove),this.document.removeEventListener("touchmove",this.onMouseMove),this.state.active&&this.props.events.emit("stopResize",{index:this.props.index,event:null}))}render(){const e=[fCt.isMobile()?"reflex-thin":"",...this.props.className.split(" "),this.state.active?"active":"","reflex-splitter"].join(" ").trim();return f.default.createElement("div",En({},mCt(this.props),{onTouchStart:this.onMouseDown,onMouseDown:this.onMouseDown,style:this.props.style,className:e,id:this.props.id,ref:this.ref}),this.props.children)}}as(vCt,"propTypes",{children:st.oneOfType([st.arrayOf(st.node),st.node]),onStartResize:st.func,onStopResize:st.func,className:st.string,propagate:st.bool,onResize:st.func,style:st.object}),as(vCt,"defaultProps",{document:"undefined"!=typeof document?document:null,onStartResize:null,onStopResize:null,propagate:!1,onResize:null,className:"",style:{}});class gCt{constructor(){this._events={}}on(e,t){return e.split(" ").forEach(e=>{this._events[e]=this._events[e]||[],this._events[e].push(t)}),this}off(e,t){if(null!=e)return e.split(" ").forEach(e=>{e in this._events!=!1&&(t?this._events[e].splice(this._events[e].indexOf(t),1):this._events[e]=[])}),this;this._events={}}emit(e){if(void 0!==this._events[e])for(var t=this._events[e].slice(),n=0;n<t.length;++n){var r=t[n].apply(this,Array.prototype.slice.call(arguments,1));if(void 0!==r)return r}}}Array.prototype.includes||Object.defineProperty(Array.prototype,"includes",{value:function(e,t){if(null==this)throw new TypeError('"this" is null or not defined');var n=Object(this),r=n.length>>>0;if(0===r)return!1;var i=0|t,a=Math.max(i>=0?i:r-Math.abs(i),0);function o(e,t){return e===t||"number"==typeof e&&"number"==typeof t&&isNaN(e)&&isNaN(t)}for(;a<r;){if(o(n[a],e))return!0;a++}return!1}}),Math.sign||(Math.sign=function(e){return(e>0)-(e<0)||+e});class bCt extends f.default.Component{constructor(e){super(e),as(this,"onWindowResize",()=>{this.setState({flexData:this.computeFlexData()})}),as(this,"onStartResize",e=>{const t=e.event.changedTouches?e.event.changedTouches[0]:e.event;if("horizontal"===this.props.orientation)document.body.classList.add("reflex-row-resize"),this.previousPos=t.clientY;else document.body.classList.add("reflex-col-resize"),this.previousPos=t.clientX;this.elements=[this.children[e.index-1],this.children[e.index+1]],this.emitElementsEvent(this.elements,"onStartResize")}),as(this,"onResize",e=>{const t=e.event.changedTouches?e.event.changedTouches[0]:e.event,n=this.getOffset(t,e.domElement);if("horizontal"===this.props.orientation)this.previousPos=t.clientY;else this.previousPos=t.clientX;if(n){const t=this.computeAvailableOffset(e.index,n);t&&(this.elements=this.dispatchOffset(e.index,t),this.adjustFlex(this.elements),this.setState({resizing:!0},()=>{this.emitElementsEvent(this.elements,"onResize")}))}}),as(this,"onStopResize",e=>{document.body.classList.remove("reflex-row-resize"),document.body.classList.remove("reflex-col-resize");const t=this.elements?this.elements.map(e=>e.ref):[],n=this.children.filter(e=>!vCt.isA(e)&&t.includes(e.ref));this.emitElementsEvent(n,"onStopResize"),this.setState({resizing:!1})}),as(this,"onElementSize",e=>new Promise(t=>{try{const n=e.index,r=this.getSize(this.children[n]),i=e.size-r,a=e.direction,o=n+a,l=this.computeAvailableOffset(o,a*i);this.elements=null,l&&(this.elements=this.dispatchOffset(o,l),this.adjustFlex(this.elements)),this.setState(this.state,()=>{this.emitElementsEvent(this.elements,"onResize"),t()})}catch(e){console.log(e)}})),this.events=new gCt,this.children=[],this.state={flexData:[]},this.ref=f.default.createRef()}componentDidMount(){const e=this.computeFlexData(),{windowResizeAware:t}=this.props;t&&window.addEventListener("resize",this.onWindowResize),this.setState({windowResizeAware:t,flexData:e}),this.events.on("element.size",this.onElementSize),this.events.on("startResize",this.onStartResize),this.events.on("stopResize",this.onStopResize),this.events.on("resize",this.onResize)}componentWillUnmount(){this.events.off(),window.removeEventListener("resize",this.onWindowResize)}getValidChildren(e=this.props){return this.toArray(e.children).filter(e=>!!e)}componentDidUpdate(e,t){const n=this.getValidChildren(this.props);if(n.length!==this.state.flexData.length||e.orientation!==this.props.orientation||this.flexHasChanged(e)){const e=this.computeFlexData(n,this.props);this.setState({flexData:e})}this.props.windowResizeAware!==this.state.windowResizeAware&&(this.props.windowResizeAware?window.addEventListener("resize",this.onWindowResize):window.removeEventListener("resize",this.onWindowResize),this.setState({windowResizeAware:this.props.windowResizeAware}))}flexHasChanged(e){const t=this.getValidChildren(e).map(e=>e.props.flex||0);return!this.getValidChildren().map(e=>e.props.flex||0).every((e,n)=>e===t[n])}getSize(e){var t,n,r;const i=null==e||null===(t=e.ref)||void 0===t?void 0:t.current;return"horizontal"===this.props.orientation?null!==(n=null==i?void 0:i.offsetHeight)&&void 0!==n?n:0:null!==(r=null==i?void 0:i.offsetWidth)&&void 0!==r?r:0}getOffset(e,t){const{top:n,bottom:r,left:i,right:a}=t.getBoundingClientRect();switch(this.props.orientation){case"horizontal":{const t=e.clientY-this.previousPos;if(t>0){if(e.clientY>=n)return t}else if(e.clientY<=r)return t;break}default:{const t=e.clientX-this.previousPos;if(t>0){if(e.clientX>i)return t}else if(e.clientX<a)return t}}return 0}adjustFlex(e){const t=e.reduce((t,n)=>{const r=n.props.index;return t+(n.props.flex-this.state.flexData[r].flex)/e.length},0);e.forEach(e=>{this.state.flexData[e.props.index].flex+=t})}computeAvailableOffset(e,t){const n=this.computeAvailableStretch(e,t),r=this.computeAvailableShrink(e,t);return Math.min(n,r)*Math.sign(t)}checkPropagate(e,t){if(t>0){if(e<this.children.length-2){const t=this.children[e+2];return vCt.isA(t)&&t.props.propagate}}else if(e>2){const t=this.children[e-2];return vCt.isA(t)&&t.props.propagate}return!1}computeAvailableStretch(e,t){var n;const r=t<0?e+1:e-1,i=this.children[r],a=this.getSize(i),o=(null!==(n=null==i?void 0:i.props.maxSize)&&void 0!==n?n:0)-a;if(o<Math.abs(t)&&this.checkPropagate(e,-1*t)){const n=Math.sign(t)*(Math.abs(t)-o);return o+this.computeAvailableStretch(t<0?e+2:e-2,n)}return Math.min(o,Math.abs(t))}computeAvailableShrink(e,t){var n;const r=t>0?e+1:e-1,i=this.children[r],a=this.getSize(i)-Math.max(null!==(n=null==i?void 0:i.props.minSize)&&void 0!==n?n:0,0);if(a<Math.abs(t)&&this.checkPropagate(e,t)){const n=Math.sign(t)*(Math.abs(t)-a);return a+this.computeAvailableShrink(t>0?e+2:e-2,n)}return Math.min(a,Math.abs(t))}computePixelFlex(e=this.props.orientation){return this.ref.current?"horizontal"===e?0===this.ref.current.offsetHeight?(console.warn("Found ReflexContainer with height=0, this will cause invalid behavior..."),console.warn(this.ref.current),0):1/this.ref.current.offsetHeight:0===this.ref.current.offsetWidth?(console.warn("Found ReflexContainer with width=0, this will cause invalid behavior..."),console.warn(this.ref.current),0):1/this.ref.current.offsetWidth:(console.warn("Unable to locate ReflexContainer dom node"),0)}addOffset(e,t){const n=this.getSize(e),r=e.props.index,i=Math.max(n+t,0),a=this.state.flexData[r].flex,o=a>0?a*i/n:this.computePixelFlex()*i;this.state.flexData[r].flex=!isFinite(o)||isNaN(o)?0:o}dispatchStretch(e,t){const n=t<0?e+1:e-1;if(n<0||n>this.children.length-1)return[];const r=this.children[n],i=this.getSize(r),a=Math.min(r.props.maxSize,i+Math.abs(t))-i;if(this.addOffset(r,a),a<Math.abs(t)){const n=e-2*Math.sign(t),i=Math.sign(t)*(Math.abs(t)-a);return[r,...this.dispatchStretch(n,i)]}return[r]}dispatchShrink(e,t){const n=t>0?e+1:e-1;if(n<0||n>this.children.length-1)return[];const r=this.children[n],i=this.getSize(r),a=Math.max(r.props.minSize,i-Math.abs(t))-i;if(this.addOffset(r,a),Math.abs(a)<Math.abs(t)){const n=e+2*Math.sign(t),i=Math.sign(t)*(Math.abs(t)+a);return[r,...this.dispatchShrink(n,i)]}return[r]}dispatchOffset(e,t){return[...this.dispatchStretch(e,t),...this.dispatchShrink(e,t)]}emitElementsEvent(e,t){this.toArray(e).forEach(e=>{e.props[t]&&e.props[t]({domElement:e.ref.current,component:e})})}computeFlexData(e=this.getValidChildren(),t=this.props){const n=this.computePixelFlex(t.orientation),r=e.map(e=>{const t=e.props;return{maxFlex:(t.maxSize||Number.MAX_VALUE)*n,sizeFlex:(t.size||Number.MAX_VALUE)*n,minFlex:(t.minSize||1)*n,constrained:void 0!==t.flex,flex:t.flex||0,type:e.type}}),i=(e,t=0)=>{let n=!1;const r=(e=>e.reduce((e,t)=>vCt.isA(t)||t.constrained?e:e+1,0))(e),a=(e=>e.reduce((e,t)=>!vCt.isA(t)&&t.constrained?e-t.flex:e,1))(e),o=e.map(e=>{if(vCt.isA(e))return e;const t=e.constrained?e.flex:a/r,i=Math.min(e.sizeFlex,Math.min(e.maxFlex,Math.max(e.minFlex,t))),o=e.constrained||i!==t;return n=n||o,pCt({},e,{flex:i,constrained:o})});return n&&t<this.props.maxRecDepth?i(o,t+1):o};return i(r).map(e=>({flex:vCt.isA(e)?0:e.flex,ref:f.default.createRef()}))}toArray(e){return e?Array.isArray(e)?e:[e]:[]}render(){const e=[this.state.resizing?"reflex-resizing":"",...this.props.className.split(" "),this.props.orientation,"reflex-container"].join(" ").trim();return this.children=f.default.Children.map(this.getValidChildren(),(e,t)=>{if(t>this.state.flexData.length-1)return f.default.createElement("div",null);const n=this.state.flexData[t],r=pCt({},e.props,{maxSize:e.props.maxSize||Number.MAX_VALUE,orientation:this.props.orientation,minSize:e.props.minSize||1,events:this.events,flex:n.flex,ref:n.ref,index:t});return f.default.cloneElement(e,r)}),f.default.createElement("div",En({},mCt(this.props),{style:this.props.style,className:e,ref:this.ref}),this.children)}}as(bCt,"propTypes",{windowResizeAware:st.bool,orientation:st.oneOf(["horizontal","vertical"]),maxRecDepth:st.number,className:st.string,style:st.object}),as(bCt,"defaultProps",{orientation:"horizontal",windowResizeAware:!1,maxRecDepth:100,className:"",style:{}});class yCt extends f.default.Component{static isA(e){return!!e&&("development"===process.env.NODE_ENV?e.type===f.default.createElement(yCt,null).type:e.type===yCt)}constructor(e){super(e),as(this,"ref",f.default.createRef()),as(this,"onMouseMove",e=>{if(this.state.active){const t=this.ref.current;this.props.events.emit("resize",{index:this.props.index,domElement:t,event:e}),this.props.onResize&&this.props.onResize({component:this,domElement:t}),e.stopPropagation(),e.preventDefault()}}),as(this,"onMouseDown",e=>{this.setState({active:!0}),this.props.onStartResize&&this.props.onStartResize({domElement:this.ref.current,component:this})||this.props.events.emit("startResize",{index:this.props.index,event:e})}),as(this,"onMouseUp",e=>{this.state.active&&(this.setState({active:!1}),this.props.onStopResize&&this.props.onStopResize({domElement:this.ref.current,component:this}),this.props.events.emit("stopResize",{index:this.props.index,event:e}))}),this.state={active:!1},this.document=e.document}componentDidMount(){this.document&&(this.document.addEventListener("touchend",this.onMouseUp),this.document.addEventListener("mouseup",this.onMouseUp),this.document.addEventListener("mousemove",this.onMouseMove,{passive:!1}),this.document.addEventListener("touchmove",this.onMouseMove,{passive:!1}))}componentWillUnmount(){this.document&&(this.document.removeEventListener("mouseup",this.onMouseUp),this.document.removeEventListener("touchend",this.onMouseUp),this.document.removeEventListener("mousemove",this.onMouseMove),this.document.removeEventListener("touchmove",this.onMouseMove),this.state.active&&this.props.events.emit("stopResize",{index:this.props.index,event:null}))}render(){const e=[...this.props.className.split(" "),this.state.active?"active":"","reflex-handle"].join(" ").trim();return f.default.createElement("div",En({},mCt(this.props),{onTouchStart:this.onMouseDown,onMouseDown:this.onMouseDown,style:this.props.style,className:e,id:this.props.id,ref:this.ref}),this.props.children)}}as(yCt,"propTypes",{children:st.oneOfType([st.arrayOf(st.node),st.node]),onStartResize:st.func,onStopResize:st.func,className:st.string,propagate:st.bool,onResize:st.func,style:st.object}),as(yCt,"defaultProps",{document:"undefined"==typeof document?null:document,onStartResize:null,onStopResize:null,propagate:!1,onResize:null,className:"",style:{}});var wCt="Expected a function",xCt=/^\s+|\s+$/g,ECt=/^[-+]0x[0-9a-f]+$/i,kCt=/^0b[01]+$/i,CCt=/^0o[0-7]+$/i,SCt=parseInt,MCt="object"==typeof Z&&Z&&Z.Object===Object&&Z,ACt="object"==typeof self&&self&&self.Object===Object&&self,_Ct=MCt||ACt||Function("return this")(),OCt=Object.prototype.toString,ZCt=Math.max,DCt=Math.min,ICt=function(){return _Ct.Date.now()};function HCt(e,t,n){var r,i,a,o,l,s,c=0,d=!1,h=!1,u=!0;if("function"!=typeof e)throw new TypeError(wCt);function p(t){var n=r,a=i;return r=i=void 0,c=t,o=e.apply(a,n)}function f(e){var n=e-s;return void 0===s||n>=t||n<0||h&&e-c>=a}function m(){var e=ICt();if(f(e))return v(e);l=setTimeout(m,function(e){var n=t-(e-s);return h?DCt(n,a-(e-c)):n}(e))}function v(e){return l=void 0,u&&r?p(e):(r=i=void 0,o)}function g(){var e=ICt(),n=f(e);if(r=arguments,i=this,s=e,n){if(void 0===l)return function(e){return c=e,l=setTimeout(m,t),d?p(e):o}(s);if(h)return l=setTimeout(m,t),p(s)}return void 0===l&&(l=setTimeout(m,t)),o}return t=TCt(t)||0,NCt(n)&&(d=!!n.leading,a=(h="maxWait"in n)?ZCt(TCt(n.maxWait)||0,t):a,u="trailing"in n?!!n.trailing:u),g.cancel=function(){void 0!==l&&clearTimeout(l),c=0,r=s=i=l=void 0},g.flush=function(){return void 0===l?o:v(ICt())},g}function NCt(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function TCt(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==OCt.call(e)}(e))return NaN;if(NCt(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=NCt(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(xCt,"");var n=kCt.test(e);return n||CCt.test(e)?SCt(e.slice(2),n?2:8):ECt.test(e)?NaN:+e}var LCt=function(e,t,n){var r=!0,i=!0;if("function"!=typeof e)throw new TypeError(wCt);return NCt(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),HCt(e,t,{leading:r,maxWait:t,trailing:i})},PCt=["client","offset","scroll","bounds","margin"];function VCt(e){var t=[];return PCt.forEach(function(n){e[n]&&t.push(n)}),t}function jCt(e,t){var n={};if(t.indexOf("client")>-1&&(n.client={top:e.clientTop,left:e.clientLeft,width:e.clientWidth,height:e.clientHeight}),t.indexOf("offset")>-1&&(n.offset={top:e.offsetTop,left:e.offsetLeft,width:e.offsetWidth,height:e.offsetHeight}),t.indexOf("scroll")>-1&&(n.scroll={top:e.scrollTop,left:e.scrollLeft,width:e.scrollWidth,height:e.scrollHeight}),t.indexOf("bounds")>-1){var r=e.getBoundingClientRect();n.bounds={top:r.top,right:r.right,bottom:r.bottom,left:r.left,width:r.width,height:r.height}}if(t.indexOf("margin")>-1){var i=getComputedStyle(e);n.margin={top:i?parseInt(i.marginTop):0,right:i?parseInt(i.marginRight):0,bottom:i?parseInt(i.marginBottom):0,left:i?parseInt(i.marginLeft):0}}return n}var zCt=function(t){return function(n){var r,i;return i=r=function(r){function i(){for(var e,n=arguments.length,i=new Array(n),a=0;a<n;a++)i[a]=arguments[a];return(e=r.call.apply(r,[this].concat(i))||this).state={contentRect:{entry:{},client:{},offset:{},scroll:{},bounds:{},margin:{}}},e._animationFrameID=null,e._resizeObserver=null,e._node=null,e._window=null,e.measure=function(n){var r=jCt(e._node,t||VCt(e.props));n&&(r.entry=n[0].contentRect),e._animationFrameID=e._window.requestAnimationFrame(function(){null!==e._resizeObserver&&(e.setState({contentRect:r}),"function"==typeof e.props.onResize&&e.props.onResize(r))})},e._handleRef=function(t){var n;null!==e._resizeObserver&&null!==e._node&&e._resizeObserver.unobserve(e._node),e._node=t,e._window=(n=e._node)&&n.ownerDocument&&n.ownerDocument.defaultView||window;var r=e.props.innerRef;r&&("function"==typeof r?r(e._node):r.current=e._node),null!==e._resizeObserver&&null!==e._node&&e._resizeObserver.observe(e._node)},e}Sn(i,r);var a=i.prototype;return a.componentDidMount=function(){this._resizeObserver=null!==this._window&&this._window.ResizeObserver?new this._window.ResizeObserver(this.measure):new mbe(this.measure),null!==this._node&&(this._resizeObserver.observe(this._node),"function"==typeof this.props.onResize&&this.props.onResize(jCt(this._node,t||VCt(this.props))))},a.componentWillUnmount=function(){null!==this._window&&this._window.cancelAnimationFrame(this._animationFrameID),null!==this._resizeObserver&&(this._resizeObserver.disconnect(),this._resizeObserver=null)},a.render=function(){var t=this.props;t.innerRef,t.onResize;var r=kn(t,["innerRef","onResize"]);return e.createElement(n,En({},r,{measureRef:this._handleRef,measure:this.measure,contentRect:this.state.contentRect}))},i}(e.Component),r.propTypes={client:st.bool,offset:st.bool,scroll:st.bool,bounds:st.bool,margin:st.bool,innerRef:st.oneOfType([st.object,st.func]),onResize:st.func},i}}()(function(e){var t=e.measure,n=e.measureRef,r=e.contentRect;return(0,e.children)({measure:t,measureRef:n,contentRect:r})});zCt.displayName="Measure",zCt.propTypes.children=st.func;const BCt=e=>e?Array.isArray(e)?e:[e]:[];class RCt extends f.default.Component{constructor(e){super(e),as(this,"onResize",e=>{const{resizeHeight:t,resizeWidth:n}=this.props,{height:r,width:i}=e.bounds;this.setDimensions(pCt({},t&&{height:r},n&&{width:i}))}),this.setDimensions=LCt(e=>{this.setState(e)},this.props.propagateDimensionsRate/1e3),this.state={height:"100%",width:"100%"}}renderChildren(){const{propagateDimensions:e}=this.props,t=BCt(this.props.children).filter(e=>!!e);return f.default.Children.map(t,t=>this.props.withHandle||yCt.isA(t)?f.default.cloneElement(t,pCt({dimensions:e&&this.state},t.props,{index:this.props.index-1,events:this.props.events})):e?f.default.cloneElement(t,pCt({},t.props,{dimensions:this.state})):t)}render(){return f.default.createElement(zCt,{bounds:!0,onResize:this.onResize},({measureRef:e})=>f.default.createElement("div",{ref:e,className:"reflex-size-aware"},f.default.createElement("div",{style:this.state},this.renderChildren())))}}class WCt extends f.default.Component{constructor(e){super(e),this.state={size:e.size}}static getDerivedStateFromProps(e,t){return e.size!==t.size?pCt({},t,{size:e.size}):null}async componentDidUpdate(e,t,n){if(t.size!==this.state.size){const e=BCt(this.props.direction);for(let t of e)await this.props.events.emit("element.size",{index:this.props.index,size:this.props.size,direction:t})}}renderChildren(){const e=BCt(this.props.children).filter(e=>!!e);return f.default.Children.map(e,e=>this.props.withHandle||yCt.isA(e)?f.default.cloneElement(e,pCt({},e.props,{index:this.props.index-1,events:this.props.events})):e)}render(){const e=[...this.props.className.split(" "),this.props.orientation,"reflex-element"].join(" ").trim(),t=pCt({},this.props.style,{flexGrow:this.props.flex,flexShrink:1,flexBasis:"0%"});return f.default.createElement("div",En({},mCt(this.props),{ref:this.props.innerRef,className:e,style:t}),this.props.propagateDimensions?f.default.createElement(RCt,this.props):this.renderChildren())}}as(WCt,"propTypes",{propagateDimensions:st.bool,resizeHeight:st.bool,resizeWidth:st.bool,className:st.string,size:st.number}),as(WCt,"defaultProps",{propagateDimensionsRate:100,propagateDimensions:!1,resizeHeight:!0,resizeWidth:!0,direction:[1],className:""});var FCt=f.default.forwardRef((e,t)=>f.default.createElement(WCt,En({innerRef:t},e)));C("body.reflex-col-resize {\n cursor: col-resize; }\n\nbody.reflex-row-resize {\n cursor: row-resize; }\n\n.reflex-container {\n justify-content: flex-start;\n /* align items in Main Axis */\n align-items: stretch;\n /* align items in Cross Axis */\n align-content: stretch;\n /* OLD - iOS 6-, Safari 3.1-6 */\n /* OLD - Firefox 19- (buggy but mostly works) */\n /* TWEENER - IE 10 */\n /* NEW - Chrome */\n display: flex;\n position: relative;\n height: 100%;\n width: 100%; }\n\n.reflex-container.horizontal {\n flex-direction: column;\n min-height: 1px; }\n\n.reflex-container.vertical {\n flex-direction: row;\n min-width: 1px; }\n\n.reflex-container > .reflex-element {\n position: relative;\n overflow: auto;\n height: 100%;\n width: 100%; }\n\n.reflex-container.reflex-resizing > .reflex-element {\n pointer-events: none;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none; }\n\n.reflex-container > .reflex-element > .reflex-size-aware {\n height: 100%;\n width: 100%; }\n\n.reflex-container > .reflex-splitter {\n background-color: #eeeeee;\n z-index: 100; }\n\n.reflex-container > .reflex-splitter.active,\n.reflex-container > .reflex-splitter:hover {\n background-color: #c6c6c6;\n transition: all 1s ease; }\n\n.horizontal > .reflex-splitter {\n border-bottom: 1px solid #c6c6c6;\n border-top: 1px solid #c6c6c6;\n cursor: row-resize;\n width: 100%;\n height: 2px; }\n\n.reflex-element.horizontal .reflex-handle {\n cursor: row-resize;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none; }\n\n.reflex-container.horizontal > .reflex-splitter:hover,\n.reflex-container.horizontal > .reflex-splitter.active {\n border-bottom: 1px solid #eeeeee;\n border-top: 1px solid #eeeeee; }\n\n.reflex-container.vertical > .reflex-splitter {\n border-right: 1px solid #c6c6c6;\n border-left: 1px solid #c6c6c6;\n cursor: col-resize;\n height: 100%;\n width: 2px; }\n\n.reflex-element.vertical .reflex-handle {\n cursor: col-resize;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none; }\n\n.reflex-container.vertical > .reflex-splitter:hover,\n.reflex-container.vertical > .reflex-splitter.active {\n border-right: 1px solid #eeeeee;\n border-left: 1px solid #eeeeee; }\n\n.reflex-container > .reflex-splitter.reflex-thin {\n box-sizing: border-box;\n -moz-background-clip: padding;\n -webkit-background-clip: padding;\n background-clip: padding-box;\n opacity: 0.2;\n z-index: 100; }\n\n.reflex-container > .reflex-splitter.reflex-thin.active\n.reflex-container > .reflex-splitter.reflex-thin:hover {\n transition: all 1.5s ease;\n opacity: 0.5; }\n\n.reflex-container.horizontal > .reflex-splitter.reflex-thin {\n border-bottom: 8px solid rgba(255, 255, 255, 0);\n border-top: 8px solid rgba(255, 255, 255, 0);\n height: 17px !important;\n cursor: row-resize;\n margin: -8px 0;\n width: 100%; }\n\n.reflex-container.horizontal > .reflex-splitter.reflex-thin.active,\n.reflex-container.horizontal > .reflex-splitter.reflex-thin:hover {\n border-bottom: 8px solid #e4e4e4;\n border-top: 8px solid #e4e4e4; }\n\n.reflex-container.vertical > .reflex-splitter.reflex-thin {\n border-right: 8px solid rgba(255, 255, 255, 0);\n border-left: 8px solid rgba(255, 255, 255, 0);\n width: 17px !important;\n cursor: col-resize;\n margin: 0 -8px;\n height: 100%; }\n\n.reflex-container.vertical > .reflex-splitter.reflex-thin.active,\n.reflex-container.vertical > .reflex-splitter.reflex-thin:hover {\n border-right: 8px solid #e4e4e4;\n border-left: 8px solid #e4e4e4; }");var qCt=function(e){var t=e.content;return f.default.createElement("div",{className:"position-relative"},t instanceof Function?t():t)},YCt=function(t){var n=t.open,r=t.children,i=t.toggleSidebar,a=t.width,o=t.keyboard,l=e.useState(!1),s=l[0],c=l[1];return f.default.createElement("div",{tabIndex:0,onKeyDown:function(e){!o&&"Escape"===e.code&&n&&(i(),e.stopPropagation(),e.preventDefault())}},f.default.createElement("div",{className:dt("offcanvas-backdrop fade",{"d-none":!n,show:n}),onClick:i}),f.default.createElement("div",{className:dt("customizer d-none d-md-block ","customizer-".concat(null!=a?a:600),{open:n,fullscreen:s})},f.default.createElement("div",{style:{position:"fixed",top:"50%",transform:"translate(-50%, -50%)",background:"#FFF",filter:"drop-shadow(0.9px 0.9px 1.5px)",height:50,display:"flex",alignItems:"center",borderRadius:"0px 5px 5px 0px",cursor:"pointer",zIndex:9,marginLeft:7},onClick:function(){c(!s)}},f.default.createElement(zi,{className:"".concat(s?"d-none":""),fontSize:16}),f.default.createElement(Bi,{className:"".concat(s?"":"d-none"),fontSize:15})),r))},UCt=function(e){var t,n,r,i,a,o,l=e.titleChild,s=e.stateChildId,c=e.activeTab,d=e.rowsSelectedChild,h=e.handleCloseDetail,u=e.t,p=e.type;return f.default.createElement("div",{style:{marginTop:"5px",marginBottom:"0px",paddingBottom:"5px"},className:"d-flex justify-content-between align-items-center bb-1"},"side"===p&&f.default.createElement("h5",{className:"m-0"},l),"side"===p&&f.default.createElement("div",{className:"me-auto ms-1 d-flex align-items-center"},(null===(t=null==s?void 0:s[c])||void 0===t?void 0:t.buttons)&&(null===(r=null===(n=null==s?void 0:s[c])||void 0===n?void 0:n.buttons)||void 0===r?void 0:r.map(function(e,t){var n,r,i,a=$i[null!==(n=e.icon)&&void 0!==n?n:"Plus"];return"right"!==e.align&&!1!==e.visible&&f.default.createElement(xn,{color:e.color||"primary",onClick:function(){return e.actionClick({rowData:null==d?void 0:d[c]})},disabled:e.disabled,key:t,className:"me-1 d-flex"},f.default.createElement(a,{fontSize:null!==(r=e.fontSize)&&void 0!==r?r:14,className:"me-50"}),String(u(null!==(i=e.title)&&void 0!==i?i:"")))}))),f.default.createElement("div",{className:"ms-auto d-flex align-items-center"},(null===(i=null==s?void 0:s[c])||void 0===i?void 0:i.buttons)&&(null===(o=null===(a=null==s?void 0:s[c])||void 0===a?void 0:a.buttons)||void 0===o?void 0:o.map(function(e,t){var n,r,i,a=$i[null!==(n=e.icon)&&void 0!==n?n:"Plus"];return"right"===e.align&&!1!==e.visible&&f.default.createElement(xn,{color:e.color||"primary",onClick:function(){return e.actionClick({rowData:null==d?void 0:d[c]})},disabled:e.disabled,key:t,className:"me-1 d-flex"},f.default.createElement(a,{fontSize:null!==(r=e.fontSize)&&void 0!==r?r:14,className:"me-50"}),String(u(null!==(i=e.title)&&void 0!==i?i:"")))}))),"side"===p&&f.default.createElement("span",null,f.default.createElement(Ki,{style:{marginRight:5},fontSize:20,onClick:h,className:"cursor-pointer"})))},GCt=function(e){var t=e._height,n=e.heightTop,r=e.activeTab,i=e.setActiveTab,a=e.onChangeTabChildren,o=e.stateChildId,l=e.t,s=e.windowSize,d=e.titleChild,h=e.heightBottom,u=e.format,p=e.listSettingTable,m=e.listColumn,v=e.rowsSelected,g=e.settotalChild,b=e.rowsSelectedChild,y=e.setrowsSelectedChild,w=e.files,x=e.loading,E=e.api,k=e._totalChild;return f.default.createElement("div",{className:"pane-content",id:"reflex-bottom",style:{height:"".concat(t-n-70,"px")}},f.default.createElement("div",{className:"bg-white p-25",style:{border:"1px solid #e0e0e0"}},f.default.createElement(c.TabComponent,{overflowMode:"Popup",heightAdjustMode:"Auto",className:"m-0",animation:{next:{effect:"None"},previous:{effect:"None"}},selectedItem:r,selected:function(e){i(e.selectedIndex),a&&a(e.selectedIndex)}},f.default.createElement(c.TabItemsDirective,null,null==o?void 0:o.map(function(e,t){var n,r,i,a;return"AttachFile"!==e.stateId?f.default.createElement(c.TabItemDirective,{key:t,headerText:"".concat(l(e.stateName)).concat(!1!==e.isShowTotal?" (".concat(null!==(r=null!==(n=e.totalCount)&&void 0!==n?n:null==k?void 0:k[t])&&void 0!==r?r:0,")"):"")}):f.default.createElement(c.TabItemDirective,{key:t,headerText:"".concat(l(Q(e.stateName)?"File attached":e.stateName)).concat(!1!==e.isShowTotal?" (".concat(null!==(i=e.totalCount)&&void 0!==i?i:null===(a=Array.isArray(JSON.parse(w))?JSON.parse(w):[])||void 0===a?void 0:a.length,")"):"")})}))),f.default.createElement("div",{className:"box form-box__border d-flex flex-column p-0"},f.default.createElement(Ii,{activeTab:r},null==o?void 0:o.map(function(e,t){var n,i,a,c,k,C,M,A,_,O,Z;return J(e.content)?"AttachFile"!==e.stateId?f.default.createElement(Pi,{key:t,tabId:t},f.default.createElement(hCt,{index:t,windowSize:s,stateChildId:o,titleChild:d,group:e.group,showColumnChoose:!0,showToolbar:!1,format:u,height:null!==(n=e.height)&&void 0!==n?n:h-95,stateId:null!==(i=e.stateId)&&void 0!==i?i:"",viewIdTable:null!==(a=e.stateId)&&void 0!==a?a:"",infiniteScroll:null!==(c=e.infiniteScroll)&&void 0!==c&&c,dataSource:null!==(k=null==e?void 0:e.dataSource)&&void 0!==k?k:(null==v?void 0:v.id)?void 0:[],columns:null!==(M=null!==(C=null==e?void 0:e.columns)&&void 0!==C?C:null==m?void 0:m[e.stateId])&&void 0!==M?M:void 0,settingTb:null!==(A=null==p?void 0:p[e.stateId])&&void 0!==A?A:{},totalCount:null==e?void 0:e.totalCount,summary:null===(_=e.summary)||void 0===_||_,onChangeParam:e.onChangeParam,isShowSearch:null===(O=e.isShowSearch)||void 0===O||O,currentPageDefault:e.currentPageDefault,rowsPerPageDefault:e.rowsPerPageDefault,pageSizeOptions:e.pageSizeOptions,selectionSetting:e.selectionSetting,rowSelected:function(t){e.rowSelected&&e.rowSelected(t),b[r]=t.selected,y(b)},callback:function(e){setTimeout(function(){g(function(n){var r;return S(S({},n),((r={})[t]=e.total,r))})},50*(t+1))},dataSelected:e.dataSelected,querySelectDefault:e.querySelectDefault,queryKeyDataView:[null==v?void 0:v.id],allowPaging:e.allowPaging,allowResizing:e.allowResizing,t:l,api:E,hasIndex:!0,breakText:e.breakText,loading:x,rowClassName:e.rowClassName,allowFilterClient:!0,typeCheckbox:e.typeCheckbox,onDataChange:e.onDataChange})):"AttachFile"===e.stateId?f.default.createElement(Pi,{tabId:t,key:t},f.default.createElement(uCt,{height:null!==(Z=e.height)&&void 0!==Z?Z:h-80,listFile:w,t:l})):void 0:f.default.createElement(Pi,{key:t,tabId:t},f.default.createElement(qCt,{content:e.content,index:t,stateChildId:o,t:l,titleChild:d,windowSize:s}))})))))},XCt=function(e){var t=e.breadCrumbTitle,n=e.breadCrumbParent,r=e.breadCrumbActive;return f.default.createElement("div",{className:"content-header row"},f.default.createElement("div",{className:"content-header-left col-md-9 col-12"},f.default.createElement("div",{className:"row breadcrumbs-top"},f.default.createElement("div",{className:"col-12"},t?f.default.createElement("h2",{className:"content-header-title float-start mb-0"},t):"",f.default.createElement("div",{className:"breadcrumb-wrapper vs-breadcrumbs d-sm-block d-none col-12"},f.default.createElement(rn,{className:"breadcrumb-nowrap"},f.default.createElement(cn,{tag:"li"},f.default.createElement("a",{href:"/"},f.default.createElement(Yi,{fontSize:20}))),n&&n.length>0&&(null==n?void 0:n.map(function(e,t){return f.default.createElement(cn,{key:t,tag:"li"},e.link?f.default.createElement("a",{href:e.link},e.title):e.title)})),f.default.createElement(cn,{tag:"li",active:!0},r)))))))};XCt.propTypes={breadCrumbActive:st.string.isRequired,breadCrumbParent:st.object};var JCt=0;function QCt(e,t){var n=t;return n.unshift(void 0),new(Function.prototype.bind.apply(e,n))}function KCt(e,t){for(var n=t,r=e.replace(/\[/g,".").replace(/\]/g,"").split("."),i=0;i<r.length&&!oSt(n);i++)n=n[r[i]];return n}function $Ct(e,t,n){var r,i,a=e.replace(/\[/g,".").replace(/\]/g,"").split("."),o=n||{},l=o,s=a.length;for(r=0;r<s;r++)i=a[r],r+1===s?l[i]=void 0===t?{}:t:aSt(l[i])&&(l[i]={}),l=l[i];return o}function eSt(e,t){delete e[t]}var tSt="undefined"!=typeof window?window:{};function nSt(e){return!aSt(e)&&e.constructor==={}.constructor}function rSt(e,t){if(!aSt(t))for(var n=e,r=t,i="deepMerge",a=0,o=Object.keys(t);a<o.length;a++){var l=o[a];aSt(n[i])||-1===n[i].indexOf(l)||!nSt(r[l])&&!Array.isArray(r[l])?n[l]=r[l]:iSt(n[l],n[l],r[l],!0)}}function iSt(e,t,n,r){var i=e&&"object"==typeof e?e:{},a=arguments.length;r&&(a-=1);for(var o=function(e){if(!l[e])return"continue";var t=l[e];Object.keys(t).forEach(function(e){var n,a=i[e],o=t[e];Array.isArray(o)&&Array.isArray(a)&&(o.length,a.length);r&&(nSt(o)||Array.isArray(o))?nSt(o)?(n=a||{},Array.isArray(n)&&n.hasOwnProperty("isComplexArray")?iSt(n,{},o,r):i[e]=iSt(n,{},o,r)):(n=a||[],i[e]=iSt([],n,o,n&&n.length||o&&o.length)):i[e]=o})},l=arguments,s=1;s<a;s++)o(s);return i}function aSt(e){return null==e}function oSt(e){return void 0===e}function lSt(e){return e+"_"+JCt++}function sSt(e,t){return e===t||!(e===document||!e)&&sSt(e.parentNode,t)}function cSt(e){try{throw new Error(e)}catch(e){throw e.message+"\n"+e.stack}}function dSt(e){var t=e+"";return t.match(/auto|cm|mm|in|px|pt|pc|%|em|ex|ch|rem|vw|vh|vmin|vmax/)?t:t+"px"}function hSt(){return false}var uSt,pSt={latn:{_digits:"0123456789",_type:"numeric"}},fSt={decimal:".",group:",",percentSign:"%",plusSign:"+",minusSign:"-",infinity:"∞",nan:"NaN",exponential:"E"},mSt=[0,1,2,3,4,5,6,7,8,9],vSt=function(){function e(){}return e.getMainObject=function(e,t){return KCt("main."+t,e)},e.getNumberingSystem=function(e){return KCt("supplemental.numberingSystems",e)||this.numberingSystems},e.reverseObject=function(e,t){for(var n={},r=0,i=t||Object.keys(e);r<i.length;r++){var a=i[r];n.hasOwnProperty(e[a])||(n[e[a]]=a)}return n},e.getSymbolRegex=function(e){var t=e.map(function(e){return e.replace(/([.*+?^=!:${}()|[\]/\\])/g,"\\$1")}).join("|");return new RegExp(t,"g")},e.getSymbolMatch=function(e){for(var t={},n=0,r=Object.keys(fSt);n<r.length;n++){var i=r[n];t[e[i]]=fSt[i]}return t},e.constructRegex=function(e){for(var t=e.length,n="",r=0;r<t;r++)n+=r!==t-1?e[r]+"|":e[r];return n},e.convertValueParts=function(e,t,n){return e.replace(t,function(e){return n[e]})},e.getDefaultNumberingSystem=function(e){var t={};return t.obj=KCt("numbers",e),t.nSystem=KCt("defaultNumberingSystem",t.obj),t},e.getCurrentNumericOptions=function(e,t,n,r){var i={},a=this.getDefaultNumberingSystem(e);if(!oSt(a.nSystem)||r){var o=r?KCt("obj.mapperDigits",a):KCt(a.nSystem+"._digits",t);oSt(o)||(i.numericPair=this.reverseObject(o,mSt),i.numberParseRegex=new RegExp(this.constructRegex(o),"g"),i.numericRegex="["+o[0]+"-"+o[9]+"]",n&&(i.numericRegex=o[0]+"-"+o[9],i.symbolNumberSystem=KCt(r?"numberSymbols":"symbols-numberSystem-"+a.nSystem,a.obj),i.symbolMatch=this.getSymbolMatch(i.symbolNumberSystem),i.numberSystem=a.nSystem))}return i},e.getNumberMapper=function(e,t,n){var r={mapper:{}},i=this.getDefaultNumberingSystem(e);if(!oSt(i.nSystem)){r.numberSystem=i.nSystem,r.numberSymbols=KCt("symbols-numberSystem-"+i.nSystem,i.obj),r.timeSeparator=KCt("timeSeparator",r.numberSymbols);var a=KCt(i.nSystem+"._digits",t);if(!oSt(a))for(var o=0,l=mSt;o<l.length;o++){var s=l[o];r.mapper[s]=a[s]}}return r},e.nPair="numericPair",e.nRegex="numericRegex",e.numberingSystems=pSt,e}(),gSt={DJF:"Fdj",ERN:"Nfk",ETB:"Br",NAD:"$",ZAR:"R",XAF:"FCFA",GHS:"GH₵",XDR:"XDR",AED:"د.إ.",BHD:"د.ب.",DZD:"د.ج.",EGP:"ج.م.",ILS:"₪",IQD:"د.ع.",JOD:"د.ا.",KMF:"CF",KWD:"د.ك.",LBP:"ل.ل.",LYD:"د.ل.",MAD:"د.م.",MRU:"أ.م.",OMR:"ر.ع.",QAR:"ر.ق.",SAR:"ر.س.",SDG:"ج.س.",SOS:"S",SSP:"£",SYP:"ل.س.",TND:"د.ت.",YER:"ر.ي.",CLP:"$",INR:"₹",TZS:"TSh",EUR:"€",AZN:"₼",RUB:"₽",BYN:"Br",ZMW:"K",BGN:"лв.",NGN:"₦",XOF:"CFA",BDT:"৳",CNY:"¥",BAM:"КМ",UGX:"USh",USD:"$",CZK:"Kč",GBP:"£",DKK:"kr.",KES:"Ksh",CHF:"CHF",MVR:"ރ.",BTN:"Nu.",XCD:"EC$",AUD:"$",BBD:"$",BIF:"FBu",BMD:"$",BSD:"$",BWP:"P",BZD:"$",CAD:"$",NZD:"$",FJD:"$",FKP:"£",GIP:"£",GMD:"D",GYD:"$",HKD:"$",IDR:"Rp",JMD:"$",KYD:"$",LRD:"$",MGA:"Ar",MOP:"MOP$",MUR:"Rs",MWK:"MK",MYR:"RM",PGK:"K",PHP:"₱",PKR:"Rs",RWF:"RF",SBD:"$",SCR:"SR",SEK:"kr",SGD:"$",SHP:"£",SLL:"Le",ANG:"NAf.",SZL:"E",TOP:"T$",TTD:"$",VUV:"VT",WST:"WS$",ARS:"$",BOB:"Bs",BRL:"R$",COP:"$",CRC:"₡",CUP:"$",DOP:"$",GTQ:"Q",HNL:"L",MXN:"$",NIO:"C$",PAB:"B/.",PEN:"S/",PYG:"₲",UYU:"$",VES:"Bs.S",IRR:"ريال",GNF:"FG",CDF:"FC",HTG:"G",XPF:"FCFP",HRK:"kn",HUF:"Ft",AMD:"֏",ISK:"kr",JPY:"¥",GEL:"₾",CVE:"",KZT:"₸",KHR:"៛",KPW:"₩",KRW:"₩",KGS:"сом",AOA:"Kz",LAK:"₭",MZN:"MTn",MKD:"ден",MNT:"₮",BND:"$",MMK:"K",NOK:"kr",NPR:"रु",AWG:"Afl.",SRD:"$",PLN:"zł",AFN:"؋",STN:"Db",MDL:"L",RON:"lei",UAH:"₴",LKR:"රු.",ALL:"Lekë",RSD:"дин.",TJS:"смн",THB:"฿",TMT:"m.",TRY:"₺",UZS:"сўм",VND:"₫",TWD:"NT$"};!function(e){var t=[28607,28636,28665,28695,28724,28754,28783,28813,28843,28872,28901,28931,28960,28990,29019,29049,29078,29108,29137,29167,29196,29226,29255,29285,29315,29345,29375,29404,29434,29463,29492,29522,29551,29580,29610,29640,29669,29699,29729,29759,29788,29818,29847,29876,29906,29935,29964,29994,30023,30053,30082,30112,30141,30171,30200,30230,30259,30289,30318,30348,30378,30408,30437,30467,30496,30526,30555,30585,30614,30644,30673,30703,30732,30762,30791,30821,30850,30880,30909,30939,30968,30998,31027,31057,31086,31116,31145,31175,31204,31234,31263,31293,31322,31352,31381,31411,31441,31471,31500,31530,31559,31589,31618,31648,31676,31706,31736,31766,31795,31825,31854,31884,31913,31943,31972,32002,32031,32061,32090,32120,32150,32180,32209,32239,32268,32298,32327,32357,32386,32416,32445,32475,32504,32534,32563,32593,32622,32652,32681,32711,32740,32770,32799,32829,32858,32888,32917,32947,32976,33006,33035,33065,33094,33124,33153,33183,33213,33243,33272,33302,33331,33361,33390,33420,33450,33479,33509,33539,33568,33598,33627,33657,33686,33716,33745,33775,33804,33834,33863,33893,33922,33952,33981,34011,34040,34069,34099,34128,34158,34187,34217,34247,34277,34306,34336,34365,34395,34424,34454,34483,34512,34542,34571,34601,34631,34660,34690,34719,34749,34778,34808,34837,34867,34896,34926,34955,34985,35015,35044,35074,35103,35133,35162,35192,35222,35251,35280,35310,35340,35370,35399,35429,35458,35488,35517,35547,35576,35605,35635,35665,35694,35723,35753,35782,35811,35841,35871,35901,35930,35960,35989,36019,36048,36078,36107,36136,36166,36195,36225,36254,36284,36314,36343,36373,36403,36433,36462,36492,36521,36551,36580,36610,36639,36669,36698,36728,36757,36786,36816,36845,36875,36904,36934,36963,36993,37022,37052,37081,37111,37141,37170,37200,37229,37259,37288,37318,37347,37377,37406,37436,37465,37495,37524,37554,37584,37613,37643,37672,37701,37731,37760,37790,37819,37849,37878,37908,37938,37967,37997,38027,38056,38085,38115,38144,38174,38203,38233,38262,38292,38322,38351,38381,38410,38440,38469,38499,38528,38558,38587,38617,38646,38676,38705,38735,38764,38794,38823,38853,38882,38912,38941,38971,39001,39030,39059,39089,39118,39148,39178,39208,39237,39267,39297,39326,39355,39385,39414,39444,39473,39503,39532,39562,39592,39621,39650,39680,39709,39739,39768,39798,39827,39857,39886,39916,39946,39975,40005,40035,40064,40094,40123,40153,40182,40212,40241,40271,40300,40330,40359,40389,40418,40448,40477,40507,40536,40566,40595,40625,40655,40685,40714,40744,40773,40803,40832,40862,40892,40921,40951,40980,41009,41039,41068,41098,41127,41157,41186,41216,41245,41275,41304,41334,41364,41393,41422,41452,41481,41511,41540,41570,41599,41629,41658,41688,41718,41748,41777,41807,41836,41865,41894,41924,41953,41983,42012,42042,42072,42102,42131,42161,42190,42220,42249,42279,42308,42337,42367,42397,42426,42456,42485,42515,42545,42574,42604,42633,42662,42692,42721,42751,42780,42810,42839,42869,42899,42929,42958,42988,43017,43046,43076,43105,43135,43164,43194,43223,43253,43283,43312,43342,43371,43401,43430,43460,43489,43519,43548,43578,43607,43637,43666,43696,43726,43755,43785,43814,43844,43873,43903,43932,43962,43991,44021,44050,44080,44109,44139,44169,44198,44228,44258,44287,44317,44346,44375,44405,44434,44464,44493,44523,44553,44582,44612,44641,44671,44700,44730,44759,44788,44818,44847,44877,44906,44936,44966,44996,45025,45055,45084,45114,45143,45172,45202,45231,45261,45290,45320,45350,45380,45409,45439,45468,45498,45527,45556,45586,45615,45644,45674,45704,45733,45763,45793,45823,45852,45882,45911,45940,45970,45999,46028,46058,46088,46117,46147,46177,46206,46236,46265,46295,46324,46354,46383,46413,46442,46472,46501,46531,46560,46590,46620,46649,46679,46708,46738,46767,46797,46826,46856,46885,46915,46944,46974,47003,47033,47063,47092,47122,47151,47181,47210,47240,47269,47298,47328,47357,47387,47417,47446,47476,47506,47535,47565,47594,47624,47653,47682,47712,47741,47771,47800,47830,47860,47890,47919,47949,47978,48008,48037,48066,48096,48125,48155,48184,48214,48244,48273,48303,48333,48362,48392,48421,48450,48480,48509,48538,48568,48598,48627,48657,48687,48717,48746,48776,48805,48834,48864,48893,48922,48952,48982,49011,49041,49071,49100,49130,49160,49189,49218,49248,49277,49306,49336,49365,49395,49425,49455,49484,49514,49543,49573,49602,49632,49661,49690,49720,49749,49779,49809,49838,49868,49898,49927,49957,49986,50016,50045,50075,50104,50133,50163,50192,50222,50252,50281,50311,50340,50370,50400,50429,50459,50488,50518,50547,50576,50606,50635,50665,50694,50724,50754,50784,50813,50843,50872,50902,50931,50960,50990,51019,51049,51078,51108,51138,51167,51197,51227,51256,51286,51315,51345,51374,51403,51433,51462,51492,51522,51552,51582,51611,51641,51670,51699,51729,51758,51787,51816,51846,51876,51906,51936,51965,51995,52025,52054,52083,52113,52142,52171,52200,52230,52260,52290,52319,52349,52379,52408,52438,52467,52497,52526,52555,52585,52614,52644,52673,52703,52733,52762,52792,52822,52851,52881,52910,52939,52969,52998,53028,53057,53087,53116,53146,53176,53205,53235,53264,53294,53324,53353,53383,53412,53441,53471,53500,53530,53559,53589,53619,53648,53678,53708,53737,53767,53796,53825,53855,53884,53913,53943,53973,54003,54032,54062,54092,54121,54151,54180,54209,54239,54268,54297,54327,54357,54387,54416,54446,54476,54505,54535,54564,54593,54623,54652,54681,54711,54741,54770,54800,54830,54859,54889,54919,54948,54977,55007,55036,55066,55095,55125,55154,55184,55213,55243,55273,55302,55332,55361,55391,55420,55450,55479,55508,55538,55567,55597,55627,55657,55686,55716,55745,55775,55804,55834,55863,55892,55922,55951,55981,56011,56040,56070,56100,56129,56159,56188,56218,56247,56276,56306,56335,56365,56394,56424,56454,56483,56513,56543,56572,56601,56631,56660,56690,56719,56749,56778,56808,56837,56867,56897,56926,56956,56985,57015,57044,57074,57103,57133,57162,57192,57221,57251,57280,57310,57340,57369,57399,57429,57458,57487,57517,57546,57576,57605,57634,57664,57694,57723,57753,57783,57813,57842,57871,57901,57930,57959,57989,58018,58048,58077,58107,58137,58167,58196,58226,58255,58285,58314,58343,58373,58402,58432,58461,58491,58521,58551,58580,58610,58639,58669,58698,58727,58757,58786,58816,58845,58875,58905,58934,58964,58994,59023,59053,59082,59111,59141,59170,59200,59229,59259,59288,59318,59348,59377,59407,59436,59466,59495,59525,59554,59584,59613,59643,59672,59702,59731,59761,59791,59820,59850,59879,59909,59939,59968,59997,60027,60056,60086,60115,60145,60174,60204,60234,60264,60293,60323,60352,60381,60411,60440,60469,60499,60528,60558,60588,60618,60648,60677,60707,60736,60765,60795,60824,60853,60883,60912,60942,60972,61002,61031,61061,61090,61120,61149,61179,61208,61237,61267,61296,61326,61356,61385,61415,61445,61474,61504,61533,61563,61592,61621,61651,61680,61710,61739,61769,61799,61828,61858,61888,61917,61947,61976,62006,62035,62064,62094,62123,62153,62182,62212,62242,62271,62301,62331,62360,62390,62419,62448,62478,62507,62537,62566,62596,62625,62655,62685,62715,62744,62774,62803,62832,62862,62891,62921,62950,62980,63009,63039,63069,63099,63128,63157,63187,63216,63246,63275,63305,63334,63363,63393,63423,63453,63482,63512,63541,63571,63600,63630,63659,63689,63718,63747,63777,63807,63836,63866,63895,63925,63955,63984,64014,64043,64073,64102,64131,64161,64190,64220,64249,64279,64309,64339,64368,64398,64427,64457,64486,64515,64545,64574,64603,64633,64663,64692,64722,64752,64782,64811,64841,64870,64899,64929,64958,64987,65017,65047,65076,65106,65136,65166,65195,65225,65254,65283,65313,65342,65371,65401,65431,65460,65490,65520,65549,65579,65608,65638,65667,65697,65726,65755,65785,65815,65844,65874,65903,65933,65963,65992,66022,66051,66081,66110,66140,66169,66199,66228,66258,66287,66317,66346,66376,66405,66435,66465,66494,66524,66553,66583,66612,66641,66671,66700,66730,66760,66789,66819,66849,66878,66908,66937,66967,66996,67025,67055,67084,67114,67143,67173,67203,67233,67262,67292,67321,67351,67380,67409,67439,67468,67497,67527,67557,67587,67617,67646,67676,67705,67735,67764,67793,67823,67852,67882,67911,67941,67971,68e3,68030,68060,68089,68119,68148,68177,68207,68236,68266,68295,68325,68354,68384,68414,68443,68473,68502,68532,68561,68591,68620,68650,68679,68708,68738,68768,68797,68827,68857,68886,68916,68946,68975,69004,69034,69063,69092,69122,69152,69181,69211,69240,69270,69300,69330,69359,69388,69418,69447,69476,69506,69535,69565,69595,69624,69654,69684,69713,69743,69772,69802,69831,69861,69890,69919,69949,69978,70008,70038,70067,70097,70126,70156,70186,70215,70245,70274,70303,70333,70362,70392,70421,70451,70481,70510,70540,70570,70599,70629,70658,70687,70717,70746,70776,70805,70835,70864,70894,70924,70954,70983,71013,71042,71071,71101,71130,71159,71189,71218,71248,71278,71308,71337,71367,71397,71426,71455,71485,71514,71543,71573,71602,71632,71662,71691,71721,71751,71781,71810,71839,71869,71898,71927,71957,71986,72016,72046,72075,72105,72135,72164,72194,72223,72253,72282,72311,72341,72370,72400,72429,72459,72489,72518,72548,72577,72607,72637,72666,72695,72725,72754,72784,72813,72843,72872,72902,72931,72961,72991,73020,73050,73080,73109,73139,73168,73197,73227,73256,73286,73315,73345,73375,73404,73434,73464,73493,73523,73552,73581,73611,73640,73669,73699,73729,73758,73788,73818,73848,73877,73907,73936,73965,73995,74024,74053,74083,74113,74142,74172,74202,74231,74261,74291,74320,74349,74379,74408,74437,74467,74497,74526,74556,74586,74615,74645,74675,74704,74733,74763,74792,74822,74851,74881,74910,74940,74969,74999,75029,75058,75088,75117,75147,75176,75206,75235,75264,75294,75323,75353,75383,75412,75442,75472,75501,75531,75560,75590,75619,75648,75678,75707,75737,75766,75796,75826,75856,75885,75915,75944,75974,76003,76032,76062,76091,76121,76150,76180,76210,76239,76269,76299,76328,76358,76387,76416,76446,76475,76505,76534,76564,76593,76623,76653,76682,76712,76741,76771,76801,76830,76859,76889,76918,76948,76977,77007,77036,77066,77096,77125,77155,77185,77214,77243,77273,77302,77332,77361,77390,77420,77450,77479,77509,77539,77569,77598,77627,77657,77686,77715,77745,77774,77804,77833,77863,77893,77923,77952,77982,78011,78041,78070,78099,78129,78158,78188,78217,78247,78277,78307,78336,78366,78395,78425,78454,78483,78513,78542,78572,78601,78631,78661,78690,78720,78750,78779,78808,78838,78867,78897,78926,78956,78985,79015,79044,79074,79104,79133,79163,79192,79222,79251,79281,79310,79340,79369,79399,79428,79458,79487,79517,79546,79576,79606,79635,79665,79695,79724,79753,79783,79812,79841,79871,79900,79930,79960,79990];e.getHijriDate=function(e){var n=e.getDate(),r=e.getMonth(),i=e.getFullYear(),a=r+1,o=i;a<3&&(o-=1,a+=12);var l=Math.floor(o/100),s=l-Math.floor(l/4)-2,c=Math.floor(365.25*(o+4716))+Math.floor(30.6001*(a+1))+n-s-1524,d=c+(s=(l=Math.floor((c-1867216.25)/36524.25))-Math.floor(l/4)+1)+1524,h=Math.floor((d-122.1)/365.25),u=Math.floor(365.25*h),p=Math.floor((d-u)/30.6001);n=d-u-Math.floor(30.6001*p),(r=Math.floor((d-u)/20.6001))>13&&(h+=1,r-=12),r-=1,i=h-4716;var f=c-24e5,m=10631/30,v=c-1948084,g=Math.floor(v/10631);v-=10631*g;var b=Math.floor((v-.1335)/m),y=30*g+b;v-=Math.floor(b*m+.1335);var w=Math.floor((v+28.5001)/29.5);13===w&&(w=12);for(var x=v-Math.floor(29.5001*w-29),E=0;E<t.length&&!(t[E]>f);E++);var k=E+16260,C=Math.floor((k-1)/12),S=C+1,M=k-12*C,A=f-t[E-1]+1;return(A+"").length>2&&(A=x,M=w,S=y),{year:S,month:M,date:A}},e.toGregorian=function(e,n,r){var i=r+t[12*(e-1)+1+(n-1)-16260-1]-1+24e5,a=Math.floor(i+.5),o=Math.floor((a-1867216.25)/36524.25),l=(o=a+1+o-Math.floor(o/4))+1524,s=Math.floor((l-122.1)/365.25),c=Math.floor(365.25*s),d=Math.floor((l-c)/30.6001),h=l-c-Math.floor(30.6001*d),u=d-(d>13.5?13:1),p=s-(u>2.5?4716:4715);return p<=0&&u--,new Date(p+"/"+u+"/"+h)}}(uSt||(uSt={}));var bSt=/\/MMMMM|MMMM|MMM|a|LLLL|LLL|EEEEE|EEEE|E|K|cccc|ccc|WW|W|G+|z+/gi,ySt="stand-alone",wSt=["sun","mon","tue","wed","thu","fri","sat"],xSt={m:"getMinutes",h:"getHours",H:"getHours",s:"getSeconds",d:"getDate",f:"getMilliseconds"},ESt={M:"month",d:"day",E:"weekday",c:"weekday",y:"year",m:"minute",h:"hour",H:"hour",s:"second",L:"month",a:"designator",z:"timeZone",Z:"timeZone",G:"era",f:"milliseconds"},kSt=function(){function e(){}return e.dateFormat=function(e,t,n){var r=this,i=RSt.getDependables(n,e,t.calendar);KCt("parserObject.numbers",i);var a=i.dateObject,o={isIslamic:RSt.islamicRegex.test(t.calendar)},l=t.format||RSt.getResultantPattern(t.skeleton,i.dateObject,t.type,!1,"");if(o.dateSeperator=RSt.getDateSeparator(i.dateObject),oSt(l))cSt("Format options or type given must be invalid");else{l=RSt.ConvertDateToWeekFormat(l),o.pattern=l,o.numMapper=vSt.getNumberMapper(i.parserObject,vSt.getNumberingSystem(n));for(var s=0,c=l.match(bSt)||[];s<c.length;s++){var d=c[s],h=d.length,u=d[0];switch("K"===u&&(u="h"),u){case"E":case"c":o.weekday=i.dateObject[RSt.days][ySt][RSt.monthIndex[h]];break;case"M":case"L":o.month=i.dateObject[RSt.month][ySt][RSt.monthIndex[h]];break;case"a":o.designator=KCt("dayPeriods.format.wide",a);break;case"G":var p=h<=3?"eraAbbr":4===h?"eraNames":"eraNarrow";o.era=KCt("eras."+p,i.dateObject);break;case"z":o.timeZone=KCt("dates.timeZoneNames",i.parserObject)}}}return function(e){return isNaN(e.getDate())?null:r.intDateFormatter(e,o)}},e.intDateFormatter=function(e,t){for(var n="",r=t.pattern.match(RSt.dateParseRegex),i=this.getCurrentDateValue(e,t.isIslamic),a=0,o=r;a<o.length;a++){var l=o[a],s=l.length,c=l[0];"K"===c&&(c="h");var d=void 0,h="",u=void 0,p=void 0,f="";switch(c){case"M":case"L":d=i.month,s>2?n+=t.month[d]:u=!0;break;case"E":case"c":n+=t.weekday[wSt[e.getDay()]];break;case"H":case"h":case"m":case"s":case"d":case"f":if(u=!0,"d"===c)d=i.date;else if("f"===c){u=!1,p=!0;var m=(h=(h=e[xSt[c]]().toString()).substring(0,s)).length;if(s!==m){if(s>3)continue;for(var v=0;v<s-m;v++)h="0"+h.toString()}f+=h}else d=e[xSt[c]]();"h"===c&&(d=d%12||12);break;case"y":p=!0,f+=i.year,2===s&&(f=f.substr(f.length-2));break;case"a":var g=e.getHours()<12?"am":"pm";n+=t.designator[g];break;case"G":var b=e.getFullYear()<0?0:1,y=t.era[b];aSt(y)&&(y=t.era[b?0:1]),n+=y||"";break;case"'":n+="''"===l?"'":l.replace(/'/g,"");break;case"z":var w=e.getTimezoneOffset(),x=s<4?"+H;-H":t.timeZone.hourFormat;x=x.replace(/:/g,t.numMapper.timeSeparator),0===w?n+=t.timeZone.gmtZeroFormat:(p=!0,f=this.getTimeZoneValue(w,x)),f=t.timeZone.gmtFormat.replace(/\{0\}/,f);break;case":":n+=t.numMapper.numberSymbols.timeSeparator;break;case"/":n+=t.dateSeperator;break;case"W":u=!0,d=RSt.getWeekOfYear(e);break;default:n+=l}u&&(p=!0,f=this.checkTwodigitNumber(d,s)),p&&(n+=vSt.convertValueParts(f,RSt.latnParseRegex,t.numMapper.mapper))}return n},e.getCurrentDateValue=function(e,t){return t?uSt.getHijriDate(e):{year:e.getFullYear(),month:e.getMonth()+1,date:e.getDate()}},e.checkTwodigitNumber=function(e,t){var n=e+"";return 2===t&&2!==n.length?"0"+n:n},e.getTimeZoneValue=function(e,t){var n=this,r=t.split(";")[e>0?1:0],i=Math.abs(e);return r.replace(/HH?|mm/g,function(e){var t=e.length,r=-1!==e.indexOf("H");return n.checkTwodigitNumber(Math.floor(r?i/60:i%60),t)})},e}(),CSt={ms:"minimumSignificantDigits",ls:"maximumSignificantDigits",mf:"minimumFractionDigits",lf:"maximumFractionDigits"},SSt=["infinity","nan","group","decimal","exponential"],MSt=function(){function e(){}return e.numberFormatter=function(e,t,n){var r,i=this,a=iSt({},t),o={},l={},s=RSt.getDependables(n,e,"",!0);s.numericObject,l.numberMapper=vSt.getNumberMapper(s.parserObject,vSt.getNumberingSystem(n),!0),l.currencySymbol=RSt.getCurrencySymbol(s.numericObject,a.currency||jSt,t.altSymbol),l.percentSymbol=l.numberMapper.numberSymbols.percentSign,l.minusSymbol=l.numberMapper.numberSymbols.minusSign;var c=l.numberMapper.numberSymbols;if(t.format&&!RSt.formatRegex.test(t.format))o=RSt.customFormat(t.format,l,s.numericObject);else{iSt(a,RSt.getProperNumericSkeleton(t.format||"N")),a.isCurrency="currency"===a.type,a.isPercent="percent"===a.type,r=RSt.getSymbolPattern(a.type,l.numberMapper.numberSystem,s.numericObject,a.isAccount),a.groupOne=this.checkValueRange(a.maximumSignificantDigits,a.minimumSignificantDigits,!0),this.checkValueRange(a.maximumFractionDigits,a.minimumFractionDigits,!1,!0),oSt(a.fractionDigits)||(a.minimumFractionDigits=a.maximumFractionDigits=a.fractionDigits),oSt(a.useGrouping)&&(a.useGrouping=!0),a.isCurrency&&(r=r.replace(/\u00A4/g,RSt.defaultCurrency));var d=r.split(";");if(o.nData=RSt.getFormatData(d[1]||"-"+d[0],!0,l.currencySymbol),o.pData=RSt.getFormatData(d[0],!1,l.currencySymbol),a.useGrouping&&(a.groupSeparator=c[SSt[2]],a.groupData=this.getGroupingDetails(d[0])),oSt(a.minimumFractionDigits)&&(a.minimumFractionDigits=o.nData.minimumFraction),oSt(a.maximumFractionDigits)){var h=o.nData.maximumFraction;a.maximumFractionDigits=oSt(h)&&a.isPercent?0:h}var u=a.minimumFractionDigits,p=a.maximumFractionDigits;oSt(u)||oSt(p)||u>p&&(a.maximumFractionDigits=u)}return iSt(o.nData,a),iSt(o.pData,a),function(e){return isNaN(e)?c[SSt[1]]:isFinite(e)?i.intNumberFormatter(e,o,l):c[SSt[0]]}},e.getGroupingDetails=function(e){var t={},n=e.match(RSt.negativeDataRegex);if(n&&n[4]){var r=n[4],i=r.lastIndexOf(",");if(-1!==i){var a=r.split(".")[0];t.primary=a.length-i-1;var o=r.lastIndexOf(",",i-1);-1!==o&&(t.secondary=i-1-o)}}return t},e.checkValueRange=function(e,t,n,r){var i=r?"f":"s",a=0,o=CSt["l"+i],l=CSt["m"+i];if(oSt(e)||(this.checkRange(e,o,r),a++),oSt(t)||(this.checkRange(t,l,r),a++),2===a){if(!(e<t))return!0;cSt(l+"specified must be less than the"+o)}else n&&1===a&&cSt("Both"+l+"and"+l+"must be present");return!1},e.checkRange=function(e,t,n){var r=n?[0,20]:[1,21];(e<r[0]||e>r[1])&&cSt(t+"value must be within the range"+r[0]+"to"+r[1])},e.intNumberFormatter=function(e,t,n){var r;if(!oSt(t.nData.type)){e<0?(e*=-1,r=t.nData):r=0===e&&t.zeroData||t.pData;var i="";return r.isPercent&&(e*=100),r.groupOne?i=this.processSignificantDigits(e,r.minimumSignificantDigits,r.maximumSignificantDigits):(i=this.processFraction(e,r.minimumFractionDigits,r.maximumFractionDigits),r.minimumIntegerDigits&&(i=this.processMinimumIntegers(i,r.minimumIntegerDigits))),"scientific"===r.type&&(i=(i=e.toExponential(r.maximumFractionDigits)).replace("e",n.numberMapper.numberSymbols[SSt[4]])),i=i.replace(".",n.numberMapper.numberSymbols[SSt[3]]),r.useGrouping&&(i=this.groupNumbers(i,r.groupData.primary,r.groupSeparator||",",n.numberMapper.numberSymbols[SSt[3]]||".",r.groupData.secondary)),i=vSt.convertValueParts(i,RSt.latnParseRegex,n.numberMapper.mapper),"N/A"===r.nlead?r.nlead:r.nlead+i+r.nend}},e.processSignificantDigits=function(e,t,n){var r=e+"";return r.length<t?e.toPrecision(t):+(r=e.toPrecision(n))+""},e.groupNumbers=function(e,t,n,r,i){for(var a=!aSt(i)&&0!==i,o=e.split(r),l=o[0],s=l.length,c="";s>t;)c=l.slice(s-t,s)+(c.length?n+c:""),s-=t,a&&(t=i,a=!1);return o[0]=l.slice(0,s)+(c.length?n:"")+c,o.join(r)},e.processFraction=function(e,t,n){var r=(e+"").split(".")[1],i=r?r.length:0;if(t&&i<t){var a="";if(0!==i){a+=e;for(var o=0;o<t-i;o++)a+="0";return a}return a=e.toFixed(t),e.toFixed(t)}return!aSt(n)&&(i>n||0===n)?e.toFixed(n):e+""},e.processMinimumIntegers=function(e,t){var n=e.split("."),r=n[0],i=r.length;if(i<t){for(var a=0;a<t-i;a++)r="0"+r;n[0]=r}return n.join(".")},e}(),ASt="stand-alone",_St=/^[0-9]*$/,OSt={minute:"setMinutes",hour:"setHours",second:"setSeconds",day:"setDate",month:"setMonth",milliseconds:"setMilliseconds"},ZSt=function(){function e(){}return e.dateParser=function(e,t,n){var r,i=this,a=RSt.getDependables(n,e,t.calendar),o=vSt.getCurrentNumericOptions(a.parserObject,vSt.getNumberingSystem(n),!1,!1),l={},s=t.format||RSt.getResultantPattern(t.skeleton,a.dateObject,t.type,!1,""),c="";if(oSt(s))cSt("Format options or type given must be invalid");else{s=RSt.ConvertDateToWeekFormat(s),l={isIslamic:RSt.islamicRegex.test(t.calendar),pattern:s,evalposition:{},culture:e};for(var d=s.match(RSt.dateParseRegex)||[],h=d.length,u=0,p=0,f=!1,m=o.numericRegex,v=vSt.getNumberMapper(a.parserObject,vSt.getNumberingSystem(n)),g=0;g<h;g++){var b=d[g],y=b.length,w="K"===b[0]?"h":b[0],x=void 0,E=void 0,k=ESt[w],C=2===y?"":"?";switch(f&&(u=p,f=!1),w){case"E":case"c":var S;S=a.dateObject[RSt.days][ASt][RSt.monthIndex[y]];var M=vSt.reverseObject(S);c+="("+Object.keys(M).join("|")+")";break;case"M":case"L":case"d":case"m":case"s":case"h":case"H":case"f":if(E=!0,("M"===w||"L"===w)&&y>2){var A;A=a.dateObject.months[ASt][RSt.monthIndex[y]],l[k]=vSt.reverseObject(A),c+="("+Object.keys(l[k]).join("|")+")"}else if("f"===w){if(y>3)continue;x=!0,c+="("+m+m+"?"+m+"?)"}else x=!0,c+="("+m+m+C+")";"h"===w&&(l.hour12=!0);break;case"W":c+="("+m+(1===y?"?":"")+m+")";break;case"y":E=x=!0,c+=2===y?"("+m+m+")":"("+m+"{"+y+",})";break;case"a":E=!0;var _=KCt("dayPeriods.format.wide",a.dateObject);l[k]=vSt.reverseObject(_),c+="("+Object.keys(l[k]).join("|")+")";break;case"G":E=!0;var O=y<=3?"eraAbbr":4===y?"eraNames":"eraNarrow";l[k]=vSt.reverseObject(KCt("eras."+O,a.dateObject)),c+="("+Object.keys(l[k]).join("|")+"?)";break;case"z":E=0!==(new Date).getTimezoneOffset(),l[k]=KCt("dates.timeZoneNames",a.parserObject);var Z=l[k],D=(r=y<4)?"+H;-H":Z.hourFormat;D=D.replace(/:/g,v.timeSeparator),c+="("+this.parseTimeZoneRegx(D,Z,m)+")?",f=!0,p=r?6:12;break;case"'":c+="("+b.replace(/'/g,"")+")?";break;default:c+="([\\D])"}E&&(l.evalposition[k]={isNumber:x,pos:g+1+u,hourOnly:r}),g!==h-1||aSt(c)||(l.parserRegex=new RegExp("^"+c+"$","i"))}}return function(e){var t=i.internalDateParse(e,l,o);if(aSt(t)||!Object.keys(t).length)return null;if(l.isIslamic){var n={},r=t.year,a=t.day,s=t.month,c=r?r+"":"",d=2===c.length;r&&s&&a&&!d||(n=uSt.getHijriDate(new Date)),d&&(r=parseInt((n.year+"").slice(0,2)+c,10));var h=uSt.toGregorian(r||n.year,s||n.month,a||n.date);t.year=h.getFullYear(),t.month=h.getMonth()+1,t.day=h.getDate()}return i.getDateObject(t)}},e.getDateObject=function(e,t){var n=t||new Date;n.setMilliseconds(0);var r=e.year,i=e.designator,a=e.timeZone;if(!oSt(r)){if((r+"").length<=2)r+=100*Math.floor(n.getFullYear()/100);n.setFullYear(r)}for(var o=0,l=["hour","minute","second","milliseconds","month","day"];o<l.length;o++){var s=l[o],c=e[s];if(oSt(c)&&"day"===s&&n.setDate(1),!oSt(c))if("month"===s){if((c-=1)<0||c>11)return new Date("invalid");var d=n.getDate();n.setDate(1),n[OSt[s]](c);var h=new Date(n.getFullYear(),c+1,0).getDate();n.setDate(d<h?d:h)}else{if("day"===s){var u=new Date(n.getFullYear(),n.getMonth()+1,0).getDate();if(c<1||c>u)return null}n[OSt[s]](c)}}if(!oSt(i)){var p=n.getHours();"pm"===i?n.setHours(p+(12===p?0:12)):12===p&&n.setHours(0)}if(!oSt(a)){var f=a-n.getTimezoneOffset();0!==f&&n.setMinutes(n.getMinutes()+f)}return n},e.internalDateParse=function(e,t,n){var r=e.match(t.parserRegex),i={hour:0,minute:0,second:0};if(aSt(r))return null;for(var a=0,o=Object.keys(t.evalposition);a<o.length;a++){var l=o[a],s=t.evalposition[l],c=r[s.pos];if(s.isNumber)i[l]=this.internalNumberParser(c,n);else if("timeZone"!==l||oSt(c))c="month"!==l||t.isIslamic||"en"!==t.culture&&"en-GB"!==t.culture&&"en-US"!==t.culture?c:c[0].toUpperCase()+c.substring(1).toLowerCase(),i[l]=t[l][c];else{var d=s.pos,h=void 0,u=r[d+1],p=!oSt(u);s.hourOnly?h=60*this.getZoneValue(p,u,r[d+4],n):(h=60*this.getZoneValue(p,u,r[d+7],n),h+=this.getZoneValue(p,r[d+4],r[d+10],n)),aSt(h)||(i[l]=h)}}return t.hour12&&(i.hour12=!0),i},e.internalNumberParser=function(e,t){return e=vSt.convertValueParts(e,t.numberParseRegex,t.numericPair),_St.test(e)?+e:null},e.parseTimeZoneRegx=function(e,t,n){var r,i,a=t.gmtFormat,o="("+n+")("+n+")";return r=e.replace("+","\\+"),i=(r=-1!==e.indexOf("HH")?r.replace(/HH|mm/g,"("+o+")"):r.replace(/H|m/g,"("+o+"?)")).split(";").map(function(e){return a.replace("{0}",e)}),r=i.join("|")+"|"+t.gmtZeroFormat},e.getZoneValue=function(e,t,n,r){var i=e?t:n;if(!i)return 0;var a=this.internalNumberParser(i,r);return e?-a:a},e}(),DSt=/^([^0-9]*)(([0-9,]*[0-9]+)(\.[0-9]+)?)([Ee][+-]?[0-9]+)?([^0-9]*)$/,ISt=/,/g,HSt=["minusSign","infinity"],NSt=function(){function e(){}return e.numberParser=function(e,t,n){var r,i,a=this,o=RSt.getDependables(n,e,"",!0),l={custom:!0};if(RSt.formatRegex.test(t.format)||!t.format?(iSt(l,RSt.getProperNumericSkeleton(t.format||"N")),l.custom=!1,l.fractionDigits||t.maximumFractionDigits&&(l.maximumFractionDigits=t.maximumFractionDigits)):iSt(l,RSt.customFormat(t.format,null,null)),KCt("numbers",o.parserObject),r=vSt.getCurrentNumericOptions(o.parserObject,vSt.getNumberingSystem(n),!0,!1),l.symbolRegex=vSt.getSymbolRegex(Object.keys(r.symbolMatch)),l.infinity=r.symbolNumberSystem[HSt[1]],i=RSt.getSymbolPattern(l.type,r.numberSystem,o.numericObject,l.isAccount)){var s=(i=i.replace(/\u00A4/g,RSt.defaultCurrency)).split(";");l.nData=RSt.getFormatData(s[1]||"-"+s[0],!0,""),l.pData=RSt.getFormatData(s[0],!0,"")}return function(e){return a.getParsedNumber(e,l,r)}},e.getParsedNumber=function(e,t,n){var r,i,a,o,l,s;if(-1!==e.indexOf(t.infinity))return 1/0;e=vSt.convertValueParts(e,t.symbolRegex,n.symbolMatch),0===(e=-1!==(e=vSt.convertValueParts(e,n.numberParseRegex,n.numericPair)).indexOf("-")?e.replace("-.","-0."):e).indexOf(".")&&(e="0"+e);var c=e.match(DSt);if(aSt(c))return NaN;o=c[1],a=c[2];var d=c[5];return l=c[6],i=(r=t.custom?o===t.nData.nlead&&l===t.nData.nend:-1!==o.indexOf(t.nData.nlead)&&-1!==l.indexOf(t.nData.nend))?t.nData.isPercent:t.pData.isPercent,a=a.replace(ISt,""),d&&(a+=d),s=+a,("percent"===t.type||i)&&(s/=100),(t.custom||t.fractionDigits)&&(s=parseFloat(s.toFixed(t.custom?r?t.nData.maximumFractionDigits:t.pData.maximumFractionDigits:t.fractionDigits))),t.maximumFractionDigits&&(s=this.convertMaxFracDigits(a,t,s,r)),r&&(s*=-1),s},e.convertMaxFracDigits=function(e,t,n,r){var i=e.split(".");return i[1]&&i[1].length>t.maximumFractionDigits&&(n=+n.toFixed(t.custom?r?t.nData.maximumFractionDigits:t.pData.maximumFractionDigits:t.maximumFractionDigits)),n},e}(),TSt=function(){function e(e){this.ranArray=[],this.boundedEvents={},aSt(e)||(this.context=e)}return e.prototype.on=function(e,t,n,r){if(!aSt(t)){var i=n||this.context;this.notExist(e)?this.boundedEvents[e]=[{handler:t,context:i}]:aSt(r)?this.isHandlerPresent(this.boundedEvents[e],t)||this.boundedEvents[e].push({handler:t,context:i}):-1===this.ranArray.indexOf(r)&&(this.ranArray.push(r),this.boundedEvents[e].push({handler:t,context:i,id:r}))}},e.prototype.off=function(e,t,n){if(!this.notExist(e)){var r=KCt(e,this.boundedEvents);if(t){for(var i=0;i<r.length;i++)if(n){if(r[i].id===n){r.splice(i,1);var a=this.ranArray.indexOf(n);-1!==a&&this.ranArray.splice(a,1);break}}else if(t===r[i].handler){r.splice(i,1);break}}else delete this.boundedEvents[e]}},e.prototype.notify=function(e,t,n,r){if(this.notExist(e))n&&n.call(this,t);else{t&&(t.name=e);var i=KCt(e,this.boundedEvents).slice(0);if(window.Blazor)return this.blazorCallback(i,t,n,r,0);for(var a=0,o=i;a<o.length;a++){var l=o[a];l.handler.call(l.context,t)}n&&n.call(this,t)}},e.prototype.blazorCallback=function(e,t,n,r,i){var a=this,o=i===e.length-1;if(i<e.length){var l=e[i],s=l.handler.call(l.context,t);if(s&&"function"==typeof s.then){if(!n)return s;s.then(function(s){if(s="string"==typeof s&&a.isJson(s)?JSON.parse(s,a.dateReviver):s,iSt(t,t,s,!0),!n||!o)return a.blazorCallback(e,t,n,r,i+1);n.call(l.context,t)}).catch(function(e){r&&r.call(l.context,"string"==typeof e&&a.isJson(e)?JSON.parse(e,a.dateReviver):e)})}else{if(!n||!o)return this.blazorCallback(e,t,n,r,i+1);n.call(l.context,t)}}},e.prototype.dateReviver=function(e,t){return hSt&&"string"==typeof t&&null!==t.match(/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}/)?new Date(t):t},e.prototype.isJson=function(e){try{JSON.parse(e)}catch(e){return!1}return!0},e.prototype.destroy=function(){this.boundedEvents=this.context=void 0},e.prototype.notExist=function(e){return!1===this.boundedEvents.hasOwnProperty(e)||this.boundedEvents[e].length<=0},e.prototype.isHandlerPresent=function(e,t){for(var n=0,r=e;n<r.length;n++){if(r[n].handler===t)return!0}return!1},e}(),LSt=new TSt,PSt={},VSt="en-US",jSt="USD",zSt=["numericObject","dateObject"],BSt=function(){function e(e){e&&(this.culture=e)}return e.prototype.getDateFormat=function(e){return kSt.dateFormat(this.getCulture(),e||{type:"date",skeleton:"short"},PSt)},e.prototype.getNumberFormat=function(e){return e&&!e.currency&&(e.currency=jSt),MSt.numberFormatter(this.getCulture(),e||{},PSt)},e.prototype.getDateParser=function(e){return ZSt.dateParser(this.getCulture(),e||{skeleton:"short",type:"date"},PSt)},e.prototype.getNumberParser=function(e){return NSt.numberParser(this.getCulture(),e||{format:"N"},PSt)},e.prototype.formatNumber=function(e,t){return this.getNumberFormat(t)(e)},e.prototype.formatDate=function(e,t){return this.getDateFormat(t)(e)},e.prototype.parseDate=function(e,t){return this.getDateParser(t)(e)},e.prototype.parseNumber=function(e,t){return this.getNumberParser(t)(e)},e.prototype.getDatePattern=function(e,t){return RSt.getActualDateTimeFormat(this.getCulture(),e,PSt,t)},e.prototype.getNumberPattern=function(e,t){return RSt.getActualNumberFormat(this.getCulture(),e,PSt,t)},e.prototype.getFirstDayOfWeek=function(){return RSt.getWeekData(this.getCulture(),PSt)},e.prototype.getCulture=function(){return this.culture||VSt},e}();var RSt,WSt={"en-US":{d:"M/d/y",D:"EEEE, MMMM d, y",f:"EEEE, MMMM d, y h:mm a",F:"EEEE, MMMM d, y h:mm:s a",g:"M/d/y h:mm a",G:"M/d/yyyy h:mm:ss tt",m:"MMMM d",M:"MMMM d",r:"ddd, dd MMM yyyy HH':'mm':'ss 'GMT'",R:"ddd, dd MMM yyyy HH':'mm':'ss 'GMT'",s:"yyyy'-'MM'-'dd'T'HH':'mm':'ss",t:"h:mm tt",T:"h:m:s tt",u:"yyyy'-'MM'-'dd HH':'mm':'ss'Z'",U:"dddd, MMMM d, yyyy h:mm:ss tt",y:"MMMM yyyy",Y:"MMMM yyyy"}};!function(e){e.negativeDataRegex=/^(('[^']+'|''|[^*#@0,.E])*)(\*.)?((([#,]*[0,]*0+)(\.0*[0-9]*#*)?)|([#,]*@+#*))(E\+?0+)?(('[^']+'|''|[^*#@0,.E])*)$/,e.customRegex=/^(('[^']+'|''|[^*#@0,.])*)(\*.)?((([0#,]*[0,]*[0#]*[0#\ ]*)(\.[0#]*)?)|([#,]*@+#*))(E\+?0+)?(('[^']+'|''|[^*#@0,.E])*)$/,e.latnParseRegex=/0|1|2|3|4|5|6|7|8|9/g;var t=/[0-9]/g;e.defaultCurrency="$";var n=["infinity","nan","group","decimal"],r=/G|M|L|H|c|'| a|yy|y|EEEE|E/g,i={G:"",M:"m",L:"m",H:"h",c:"d","'":'"'," a":" AM/PM",yy:"yy",y:"yyyy",EEEE:"dddd",E:"ddd"};e.dateConverterMapper=/dddd|ddd/gi;e.islamicRegex=/^islamic/;var a={sun:0,mon:1,tue:2,wed:3,thu:4,fri:5,sat:6};e.formatRegex=/(^[ncpae]{1})([0-1]?[0-9]|20)?$/i,e.currencyFormatRegex=/(^[ca]{1})([0-1]?[0-9]|20)?$/i,e.curWithoutNumberRegex=/(c|a)$/gi;var o={$:"isCurrency","%":"isPercent","-":"isNegative",0:"nlead",1:"nend"};function l(t,n,r,i,a){var o,l=r||"date";if(a)o=h({skeleton:t},a).format||h({skeleton:"d"},"en-US").format;else{if(-1!==e.basicPatterns.indexOf(t)){if(o=KCt(l+"Formats."+t,n),"dateTime"===l){var s=KCt("dateFormats."+t,n),c=KCt("timeFormats."+t,n);o=o.replace("{1}",s).replace("{0}",c)}}else o=KCt("dateTimeFormats.availableFormats."+t,n);oSt(o)&&"yMd"===t&&(o="M/d/y")}return o}function s(t,n,r,i){var a={},o=r||"gregorian";if(a.parserObject=vSt.getMainObject(t,n)||e.defaultObject,i)a.numericObject=KCt("numbers",a.parserObject);else{var l="dates.calendars."+o;a.dateObject=KCt(l,a.parserObject)}return a}function c(e,t,n,r){return KCt(e+"Formats-numberSystem-"+t+(r?".accounting":".standard"),n)||(r?KCt(e+"Formats-numberSystem-"+t+".standard",n):"")}function d(t){t.match(e.dateConverterMapper);return t}function h(e,t){var n=e.format||e.skeleton,r=KCt((t||"en-US")+"."+n,WSt);return r||(r=KCt("en-US."+n,WSt)),r&&(r=d(r),e.format=r.replace(/tt/,"a")),e}function u(t){var n=t.match(e.formatRegex),r={},i=n[1].toUpperCase();return r.isAccount="A"===i,r.type=e.patternMatcher[i],t.length>1&&(r.fractionDigits=parseInt(n[2],10)),r}function p(n,r,i,a){var o=a?{}:{nlead:"",nend:""},l=n.match(e.customRegex);if(l){a||(o.nlead=f(l[1],i),o.nend=f(l[10],i),o.groupPattern=l[4]);var s=l[7];if(s&&r){var c=s.match(t);aSt(c)?o.minimumFraction=0:o.minimumFraction=c.length,o.maximumFraction=s.length-1}}return o}function f(t,n){return t?t.replace(e.defaultCurrency,n):""}function m(e,t,n){return KCt("currencies."+t+(n?"."+n:".symbol"),e)||KCt("currencies."+t+".symbol-alt-narrow",e)||"$"}function v(t,r,i){var a={type:"decimal",minimumFractionDigits:0,maximumFractionDigits:0},o=t.match(e.customRegex);if(aSt(o)||""===o[5]&&"N/A"!==t)return a.type=void 0,a;a.nlead=o[1],a.nend=o[10];var l=o[6],s=!!l.match(/\ $/g),d=-1!==l.replace(/\ $/g,"").indexOf(" ");a.useGrouping=-1!==l.indexOf(",")||d,l=l.replace(/,/g,"");var h=o[7];if(-1!==l.indexOf("0")&&(a.minimumIntegerDigits=l.length-l.indexOf("0")),aSt(h)||(a.minimumFractionDigits=h.lastIndexOf("0"),a.maximumFractionDigits=h.lastIndexOf("#"),-1===a.minimumFractionDigits&&(a.minimumFractionDigits=0),(-1===a.maximumFractionDigits||a.maximumFractionDigits<a.minimumFractionDigits)&&(a.maximumFractionDigits=a.minimumFractionDigits)),aSt(r)?iSt(a,g([a.nlead,a.nend],"%","%")):(iSt(a,g([a.nlead,a.nend],"$",r.currencySymbol)),a.isCurrency||iSt(a,g([a.nlead,a.nend],"%",r.percentSymbol))),!aSt(i)){var u=c(a.type,r.numberMapper.numberSystem,i,!1);a.useGrouping&&(a.groupSeparator=d?" ":r.numberMapper.numberSymbols[n[2]],a.groupData=MSt.getGroupingDetails(u.split(";")[0])),a.nlead=a.nlead.replace(/'/g,""),a.nend=s?" "+a.nend.replace(/'/g,""):a.nend.replace(/'/g,"")}return a}function g(e,t,n){for(var r={nlead:e[0],nend:e[1]},i=0;i<2;i++){var a=e[i],l=a.indexOf(t);if(-1!==l&&(l<a.indexOf("'")||l>a.lastIndexOf("'"))){r[o[i]]=a.substr(0,l)+n+a.substr(l+1),r[o[t]]=!0,r.type=r.isCurrency?"currency":"percent";break}}return r}function b(e,t,n){e+=".";for(var r=0;r<t;r++)e+="0";if(t<n)for(var i=n-t,a=0;a<i;a++)e+="#";return e}function y(e,t){for(var n=e.split("."),r="",i=0;i<t;i++)r+="0";return n[1]?r+"."+n[1]:r}function w(e){var t=e.split("."),n=t[0],r=3-n.length%3;e="";for(var i=(n=(r&&1===r?"#":2===r?"##":"")+n).length-1;i>0;i-=3)e=","+n[i-2]+n[i-1]+n[i]+e;return e=e.slice(1),t[1]?e+"."+t[1]:e}e.dateParseRegex=/([a-z])\1*|'([^']|'')+'|''|./gi,e.basicPatterns=["short","medium","long","full"],e.defaultObject={dates:{calendars:{gregorian:{months:{"stand-alone":{abbreviated:{1:"Jan",2:"Feb",3:"Mar",4:"Apr",5:"May",6:"Jun",7:"Jul",8:"Aug",9:"Sep",10:"Oct",11:"Nov",12:"Dec"},narrow:{1:"J",2:"F",3:"M",4:"A",5:"M",6:"J",7:"J",8:"A",9:"S",10:"O",11:"N",12:"D"},wide:{1:"January",2:"February",3:"March",4:"April",5:"May",6:"June",7:"July",8:"August",9:"September",10:"October",11:"November",12:"December"}}},days:{"stand-alone":{abbreviated:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},narrow:{sun:"S",mon:"M",tue:"T",wed:"W",thu:"T",fri:"F",sat:"S"},short:{sun:"Su",mon:"Mo",tue:"Tu",wed:"We",thu:"Th",fri:"Fr",sat:"Sa"},wide:{sun:"Sunday",mon:"Monday",tue:"Tuesday",wed:"Wednesday",thu:"Thursday",fri:"Friday",sat:"Saturday"}}},dayPeriods:{format:{wide:{am:"AM",pm:"PM"}}},eras:{eraNames:{0:"Before Christ","0-alt-variant":"Before Common Era",1:"Anno Domini","1-alt-variant":"Common Era"},eraAbbr:{0:"BC","0-alt-variant":"BCE",1:"AD","1-alt-variant":"CE"},eraNarrow:{0:"B","0-alt-variant":"BCE",1:"A","1-alt-variant":"CE"}},dateFormats:{full:"EEEE, MMMM d, y",long:"MMMM d, y",medium:"MMM d, y",short:"M/d/yy"},timeFormats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},dateTimeFormats:{full:"{1} 'at' {0}",long:"{1} 'at' {0}",medium:"{1}, {0}",short:"{1}, {0}",availableFormats:{d:"d",E:"ccc",Ed:"d E",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMMM:"MMM y G",GyMMMd:"MMM d, y G",GyMMMEd:"E, MMM d, y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",hmsv:"h:mm:ss a v",Hmsv:"HH:mm:ss v",hmv:"h:mm a v",Hmv:"HH:mm v",M:"L",Md:"M/d",MEd:"E, M/d",MMM:"LLL",MMMd:"MMM d",MMMEd:"E, MMM d",MMMMd:"MMMM d",ms:"mm:ss",y:"y",yM:"M/y",yMd:"M/d/y",yMEd:"E, M/d/y",yMMM:"MMM y",yMMMd:"MMM d, y",yMMMEd:"E, MMM d, y",yMMMM:"MMMM y"}}},islamic:{months:{"stand-alone":{abbreviated:{1:"Muh.",2:"Saf.",3:"Rab. I",4:"Rab. II",5:"Jum. I",6:"Jum. II",7:"Raj.",8:"Sha.",9:"Ram.",10:"Shaw.",11:"Dhuʻl-Q.",12:"Dhuʻl-H."},narrow:{1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12"},wide:{1:"Muharram",2:"Safar",3:"Rabiʻ I",4:"Rabiʻ II",5:"Jumada I",6:"Jumada II",7:"Rajab",8:"Shaʻban",9:"Ramadan",10:"Shawwal",11:"Dhuʻl-Qiʻdah",12:"Dhuʻl-Hijjah"}}},days:{"stand-alone":{abbreviated:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},narrow:{sun:"S",mon:"M",tue:"T",wed:"W",thu:"T",fri:"F",sat:"S"},short:{sun:"Su",mon:"Mo",tue:"Tu",wed:"We",thu:"Th",fri:"Fr",sat:"Sa"},wide:{sun:"Sunday",mon:"Monday",tue:"Tuesday",wed:"Wednesday",thu:"Thursday",fri:"Friday",sat:"Saturday"}}},dayPeriods:{format:{wide:{am:"AM",pm:"PM"}}},eras:{eraNames:{0:"AH"},eraAbbr:{0:"AH"},eraNarrow:{0:"AH"}},dateFormats:{full:"EEEE, MMMM d, y G",long:"MMMM d, y G",medium:"MMM d, y G",short:"M/d/y GGGGG"},timeFormats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},dateTimeFormats:{full:"{1} 'at' {0}",long:"{1} 'at' {0}",medium:"{1}, {0}",short:"{1}, {0}",availableFormats:{d:"d",E:"ccc",Ed:"d E",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMMM:"MMM y G",GyMMMd:"MMM d, y G",GyMMMEd:"E, MMM d, y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",M:"L",Md:"M/d",MEd:"E, M/d",MMM:"LLL",MMMd:"MMM d",MMMEd:"E, MMM d",MMMMd:"MMMM d",ms:"mm:ss",y:"y G",yyyy:"y G",yyyyM:"M/y GGGGG",yyyyMd:"M/d/y GGGGG",yyyyMEd:"E, M/d/y GGGGG",yyyyMMM:"MMM y G",yyyyMMMd:"MMM d, y G",yyyyMMMEd:"E, MMM d, y G",yyyyMMMM:"MMMM y G",yyyyQQQ:"QQQ y G",yyyyQQQQ:"QQQQ y G"}}}},timeZoneNames:{hourFormat:"+HH:mm;-HH:mm",gmtFormat:"GMT{0}",gmtZeroFormat:"GMT"}},numbers:{currencies:{USD:{displayName:"US Dollar",symbol:"$","symbol-alt-narrow":"$"},EUR:{displayName:"Euro",symbol:"€","symbol-alt-narrow":"€"},GBP:{displayName:"British Pound","symbol-alt-narrow":"£"}},defaultNumberingSystem:"latn",minimumGroupingDigits:"1","symbols-numberSystem-latn":{decimal:".",group:",",list:";",percentSign:"%",plusSign:"+",minusSign:"-",exponential:"E",superscriptingExponent:"×",perMille:"‰",infinity:"∞",nan:"NaN",timeSeparator:":"},"decimalFormats-numberSystem-latn":{standard:"#,##0.###"},"percentFormats-numberSystem-latn":{standard:"#,##0%"},"currencyFormats-numberSystem-latn":{standard:"¤#,##0.00",accounting:"¤#,##0.00;(¤#,##0.00)"},"scientificFormats-numberSystem-latn":{standard:"#E0"}}},e.blazorDefaultObject={numbers:{mapper:{0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9"},mapperDigits:"0123456789",numberSymbols:{decimal:".",group:",",plusSign:"+",minusSign:"-",percentSign:"%",nan:"NaN",timeSeparator:":",infinity:"∞"},timeSeparator:":",currencySymbol:"$",currencypData:{nlead:"$",nend:"",groupSeparator:",",groupData:{primary:3},maximumFraction:2,minimumFraction:2},percentpData:{nlead:"",nend:"%",groupSeparator:",",groupData:{primary:3},maximumFraction:2,minimumFraction:2},percentnData:{nlead:"-",nend:"%",groupSeparator:",",groupData:{primary:3},maximumFraction:2,minimumFraction:2},currencynData:{nlead:"($",nend:")",groupSeparator:",",groupData:{primary:3},maximumFraction:2,minimumFraction:2},decimalnData:{nlead:"-",nend:"",groupData:{primary:3},maximumFraction:2,minimumFraction:2},decimalpData:{nlead:"",nend:"",groupData:{primary:3},maximumFraction:2,minimumFraction:2}},dates:{dayPeriods:{am:"AM",pm:"PM"},dateSeperator:"/",days:{abbreviated:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},short:{sun:"Su",mon:"Mo",tue:"Tu",wed:"We",thu:"Th",fri:"Fr",sat:"Sa"},wide:{sun:"Sunday",mon:"Monday",tue:"Tuesday",wed:"Wednesday",thu:"Thursday",fri:"Friday",sat:"Saturday"}},months:{abbreviated:{1:"Jan",2:"Feb",3:"Mar",4:"Apr",5:"May",6:"Jun",7:"Jul",8:"Aug",9:"Sep",10:"Oct",11:"Nov",12:"Dec"},wide:{1:"January",2:"February",3:"March",4:"April",5:"May",6:"June",7:"July",8:"August",9:"September",10:"October",11:"November",12:"December"}},eras:{1:"AD"}}},e.monthIndex={3:"abbreviated",4:"wide",5:"narrow",1:"abbreviated"},e.month="months",e.days="days",e.patternMatcher={C:"currency",P:"percent",N:"decimal",A:"currency",E:"scientific"},e.getResultantPattern=l,e.getDependables=s,e.getSymbolPattern=c,e.ConvertDateToWeekFormat=d,e.compareBlazorDateFormats=h,e.getProperNumericSkeleton=u,e.getFormatData=p,e.changeCurrencySymbol=f,e.getCurrencySymbol=m,e.customFormat=function(e,t,n){for(var r={},i=e.split(";"),a=["pData","nData","zeroData"],o=0;o<i.length;o++)r[a[o]]=v(i[o],t,n);return aSt(r.nData)&&(r.nData=iSt({},r.pData),r.nData.nlead=aSt(t)?"-"+r.nData.nlead:t.minusSymbol+r.nData.nlead),r},e.customNumberFormat=v,e.isCurrencyPercent=g,e.getDateSeparator=function(e){var t=(KCt("dateFormats.short",e)||"").match(/[dM]([^dM])[dM]/i);return t?t[1]:"/"},e.getActualDateTimeFormat=function(e,t,n,a){var o=s(n,e,t.calendar),c=t.format||l(t.skeleton,o.dateObject,t.type);if(a){if(c=c.replace(r,function(e){return i[e]}),-1!==c.indexOf("z")){var d=c.match(/z/g).length,h=void 0,u={timeZone:{}};u.numMapper=vSt.getNumberMapper(o.parserObject,vSt.getNumberingSystem(n)),u.timeZone=KCt("dates.timeZoneNames",o.parserObject);var p=(new Date).getTimezoneOffset(),f=d<4?"+H;-H":u.timeZone.hourFormat;f=f.replace(/:/g,u.numMapper.timeSeparator),0===p?h=u.timeZone.gmtZeroFormat:(h=kSt.getTimeZoneValue(p,f),h=u.timeZone.gmtFormat.replace(/\{0\}/,h)),c=c.replace(/[z]+/,'"'+h+'"')}c=c.replace(/ $/,"")}return c},e.getActualNumberFormat=function(t,n,r,i){var a,o=s(r,t,"",!0),l={custom:!0};o.numericObject;var d={},h=(n.format||"").match(e.currencyFormatRegex);!e.formatRegex.test(n.format)||u(n.format||"N");var f,v={};if(h){v.numberMapper=vSt.getNumberMapper(o.parserObject,vSt.getNumberingSystem(r),!0);var g=m(o.numericObject,n.currency||jSt,n.altSymbol),x=c("currency",v.numberMapper.numberSystem,o.numericObject,/a/i.test(n.format)),E=(x=x.replace(/\u00A4/g,g)).split(";");d.hasNegativePattern=E.length>1,d.nData=p(E[1]||"-"+E[0],!0,g),d.pData=p(E[0],!1,g),h[2]||n.minimumFractionDigits||n.maximumFractionDigits||(a=p(x.split(";")[0],!0,"",!0).minimumFraction)}if(e.formatRegex.test(n.format)||!n.format){if(iSt(l,u(n.format||"N")),l.custom=!1,f="###0",l.fractionDigits||n.minimumFractionDigits||n.maximumFractionDigits||a){l.fractionDigits&&(n.minimumFractionDigits=n.maximumFractionDigits=l.fractionDigits),f=b(f,a||l.fractionDigits||n.minimumFractionDigits||0,n.maximumFractionDigits||0)}if(n.minimumIntegerDigits&&(f=y(f,n.minimumIntegerDigits)),n.useGrouping&&(f=w(f)),"currency"===l.type||(l.type,0)){var k=f;f=d.pData.nlead+k+d.pData.nend,d.hasNegativePattern&&(f+=";"+d.nData.nlead+k+d.nData.nend)}"percent"===l.type&&(f+=" %")}else f=n.format.replace(/'/g,'"');return Object.keys(v).length>0&&(f=i?f:function(e,t){if(-1!==e.indexOf(",")){var n=e.split(",");e=n[0]+KCt("numberMapper.numberSymbols.group",t)+n[1].replace(".",KCt("numberMapper.numberSymbols.decimal",t))}else e=e.replace(".",KCt("numberMapper.numberSymbols.decimal",t));return e}(f,v)),f},e.fractionDigitsPattern=b,e.minimumIntegerPattern=y,e.groupingPattern=w,e.getWeekData=function(e,t){var n="sun",r=KCt("supplemental.weekData.firstDay",t),i=e;return/en-/.test(i)&&(i=i.slice(3)),i=i.slice(0,2).toUpperCase()+i.substr(2),r&&(n=r[i]||r[i.slice(0,2)]||"sun"),a[n]},e.replaceBlazorCurrency=function(e,t,n){var r=KCt(n||"",gSt);if(t!==r)for(var i=0,a=e;i<a.length;i++){var o=a[i];o.nend=o.nend.replace(t,r),o.nlead=o.nlead.replace(t,r)}},e.getWeekOfYear=function(e){var t,n=new Date(e.getFullYear(),0,1),r=n.getDay();r=r>=0?r:r+7;var i=Math.floor((e.getTime()-n.getTime()-6e4*(e.getTimezoneOffset()-n.getTimezoneOffset()))/864e5)+1;if(r<4){if((t=Math.floor((i+r-1)/7)+1)>52){var a=new Date(e.getFullYear()+1,0,1).getDay();t=(a=a>=0?a:a+7)<4?1:53}}else t=Math.floor((i+r-1)/7);return t}}(RSt||(RSt={}));var FSt=/^(.*?):[ \t]*([^\r\n]*)$/gm,qSt=function(){function e(e,t,n,r){this.mode=!0,this.emitError=!0,this.options={},"string"==typeof e?(this.url=e,this.type=t?t.toUpperCase():"GET",this.mode=!!aSt(n)||n):"object"==typeof e&&(this.options=e,rSt(this,this.options)),this.type=this.type?this.type.toUpperCase():"GET",this.contentType=void 0!==this.contentType?this.contentType:r}return e.prototype.send=function(e){var t=this;this.data=aSt(e)?this.data:e;var n={cancel:!1,httpRequest:null};return new Promise(function(e,r){t.httpRequest=new XMLHttpRequest,t.httpRequest.onreadystatechange=function(){t.stateChange(e,r)},aSt(t.onLoad)||(t.httpRequest.onload=t.onLoad),aSt(t.onProgress)||(t.httpRequest.onprogress=t.onProgress),aSt(t.onAbort)||(t.httpRequest.onabort=t.onAbort),aSt(t.onError)||(t.httpRequest.onerror=t.onError),aSt(t.onUploadProgress)||(t.httpRequest.upload.onprogress=t.onUploadProgress),t.httpRequest.open(t.type,t.url,t.mode),aSt(t.data)||null===t.contentType||t.httpRequest.setRequestHeader("Content-Type",t.contentType||"application/json; charset=utf-8"),t.beforeSend&&(n.httpRequest=t.httpRequest,t.beforeSend(n)),n.cancel||t.httpRequest.send(aSt(t.data)?null:t.data)})},e.prototype.successHandler=function(e){return this.onSuccess&&this.onSuccess(e,this),e},e.prototype.failureHandler=function(e){return this.onFailure&&this.onFailure(this.httpRequest),e},e.prototype.stateChange=function(e,t){var n=this.httpRequest.responseText;if(this.dataType&&"json"===this.dataType.toLowerCase())if(""===n)n=void 0;else try{n=JSON.parse(n)}catch(e){}4===this.httpRequest.readyState&&(this.httpRequest.status>=200&&this.httpRequest.status<=299||304===this.httpRequest.status?e(this.successHandler(n)):this.emitError?t(new Error(this.failureHandler(this.httpRequest.statusText))):e())},e.prototype.getResponseHeader=function(e){var t,n;t={};for(var r=FSt.exec(this.httpRequest.getAllResponseHeaders());r;)t[r[1].toLowerCase()]=r[2],r=FSt.exec(this.httpRequest.getAllResponseHeaders());return aSt(n=t[e.toLowerCase()])?null:n},e}(),YSt=/android|webos|iphone|ipad|ipod|blackberry|iemobile|opera mini|mobile/i,USt=/msie|trident/i,GSt=/Trident\/7\./,XSt=/(ipad|iphone|ipod touch)/i,JSt=/(ipad|iphone|ipod touch);.*os 7_\d|(ipad|iphone|ipod touch);.*os 8_\d/i,QSt=/android/i,KSt=/trident|windows phone|edge/i,$St=/(version)[ /]([\w.]+)/i,eMt={OPERA:/(opera|opr)(?:.*version|)[ /]([\w.]+)/i,EDGE:/(edge)(?:.*version|)[ /]([\w.]+)/i,CHROME:/(chrome|crios)[ /]([\w.]+)/i,PANTHOMEJS:/(phantomjs)[ /]([\w.]+)/i,SAFARI:/(safari)[ /]([\w.]+)/i,WEBKIT:/(webkit)[ /]([\w.]+)/i,MSIE:/(msie|trident) ([\w.]+)/i,MOZILLA:/(mozilla)(?:.*? rv:([\w.]+)|)/i};"undefined"!=typeof window&&(window.browserDetails=window.browserDetails||{});var tMt=function(){function e(){}return e.extractBrowserDetail=function(){for(var t={culture:{}},n=[],r=0,i=Object.keys(eMt);r<i.length;r++){var a=i[r];if(n=e.userAgent.match(eMt[a])){if(t.name="opr"===n[1].toLowerCase()?"opera":n[1].toLowerCase(),t.name="crios"===n[1].toLowerCase()?"chrome":t.name,t.version=n[2],t.culture.name=t.culture.language=navigator.language,e.userAgent.match(GSt)){t.name="msie";break}var o=e.userAgent.match($St);"safari"===t.name&&o&&(t.version=o[2]);break}}return t},e.getEvent=function(t){var n={start:{isPointer:"pointerdown",isTouch:"touchstart",isDevice:"mousedown"},move:{isPointer:"pointermove",isTouch:"touchmove",isDevice:"mousemove"},end:{isPointer:"pointerup",isTouch:"touchend",isDevice:"mouseup"},cancel:{isPointer:"pointercancel",isTouch:"touchcancel",isDevice:"mouseleave"}};return e.isPointer?n[t].isPointer:e.isTouch?n[t].isTouch+(e.isDevice?"":" "+n[t].isDevice):n[t].isDevice},e.getTouchStartEvent=function(){return e.getEvent("start")},e.getTouchEndEvent=function(){return e.getEvent("end")},e.getTouchMoveEvent=function(){return e.getEvent("move")},e.getTouchCancelEvent=function(){return e.getEvent("cancel")},e.getValue=function(t,n){var r=window.browserDetails;return"MacIntel"===navigator.platform&&navigator.maxTouchPoints>1&&!0===e.isTouch&&(r.isIos=!0,r.isDevice=!0,r.isTouch=!0,r.isPointer=!0),void 0===r[t]?r[t]=n.test(e.userAgent):r[t]},Object.defineProperty(e,"userAgent",{get:function(){return e.uA},set:function(t){e.uA=t,window.browserDetails={}},enumerable:!0,configurable:!0}),Object.defineProperty(e,"info",{get:function(){return oSt(window.browserDetails.info)?window.browserDetails.info=e.extractBrowserDetail():window.browserDetails.info},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isIE",{get:function(){return e.getValue("isIE",USt)},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isTouch",{get:function(){return oSt(window.browserDetails.isTouch)?window.browserDetails.isTouch="ontouchstart"in window.navigator||window&&window.navigator&&window.navigator.maxTouchPoints>0||"ontouchstart"in window:window.browserDetails.isTouch},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isPointer",{get:function(){return oSt(window.browserDetails.isPointer)?window.browserDetails.isPointer="pointerEnabled"in window.navigator:window.browserDetails.isPointer},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isMSPointer",{get:function(){return oSt(window.browserDetails.isMSPointer)?window.browserDetails.isMSPointer="msPointerEnabled"in window.navigator:window.browserDetails.isMSPointer},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isDevice",{get:function(){return e.getValue("isDevice",YSt)},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isIos",{get:function(){return e.getValue("isIos",XSt)},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isIos7",{get:function(){return e.getValue("isIos7",JSt)},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isAndroid",{get:function(){return e.getValue("isAndroid",QSt)},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isWebView",{get:function(){return oSt(window.browserDetails.isWebView)?(window.browserDetails.isWebView=!(oSt(window.cordova)&&oSt(window.PhoneGap)&&oSt(window.phonegap)&&"object"!==window.forge),window.browserDetails.isWebView):window.browserDetails.isWebView},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isWindows",{get:function(){return e.getValue("isWindows",KSt)},enumerable:!0,configurable:!0}),Object.defineProperty(e,"touchStartEvent",{get:function(){return oSt(window.browserDetails.touchStartEvent)?window.browserDetails.touchStartEvent=e.getTouchStartEvent():window.browserDetails.touchStartEvent},enumerable:!0,configurable:!0}),Object.defineProperty(e,"touchMoveEvent",{get:function(){return oSt(window.browserDetails.touchMoveEvent)?window.browserDetails.touchMoveEvent=e.getTouchMoveEvent():window.browserDetails.touchMoveEvent},enumerable:!0,configurable:!0}),Object.defineProperty(e,"touchEndEvent",{get:function(){return oSt(window.browserDetails.touchEndEvent)?window.browserDetails.touchEndEvent=e.getTouchEndEvent():window.browserDetails.touchEndEvent},enumerable:!0,configurable:!0}),Object.defineProperty(e,"touchCancelEvent",{get:function(){return oSt(window.browserDetails.touchCancelEvent)?window.browserDetails.touchCancelEvent=e.getTouchCancelEvent():window.browserDetails.touchCancelEvent},enumerable:!0,configurable:!0}),e.uA="undefined"!=typeof navigator?navigator.userAgent:"",e}(),nMt=function(){function e(){}return e.addOrGetEventData=function(e){return"__eventList"in e?e.__eventList.events:(e.__eventList={},e.__eventList.events=[])},e.add=function(t,n,r,i,a){var o,l,s,c,d=e.addOrGetEventData(t);a?(l=r,s=a,o=function(){var e=this,t=arguments;clearTimeout(c),c=setTimeout(function(){return c=null,l.apply(e,t)},s)}):o=r,i&&(o=o.bind(i));for(var h=n.split(" "),u=0;u<h.length;u++)d.push({name:h[u],listener:r,debounce:o}),tMt.isIE?t.addEventListener(h[u],o):t.addEventListener(h[u],o,{passive:!1});return o},e.remove=function(t,n,r){for(var i=e.addOrGetEventData(t),a=n.split(" "),o=function(e){var n,o=-1;i&&0!==i.length&&i.some(function(t,i){return t.name===a[e]&&t.listener===r&&(o=i,n=t.debounce,!0)}),-1!==o&&i.splice(o,1),n&&t.removeEventListener(a[e],n)},l=0;l<a.length;l++)o(l)},e.clearEvents=function(t){var n,r;r=iSt([],r,n=e.addOrGetEventData(t));for(var i=0;i<r.length;i++)t.removeEventListener(r[i].name,r[i].debounce),n.shift()},e.trigger=function(t,n,r){for(var i=0,a=e.addOrGetEventData(t);i<a.length;i++){var o=a[i];o.name===n&&o.debounce.call(this,r)}},e}(),rMt=/^svg|^path|^g/;function iMt(e,t){var n=rMt.test(e)?document.createElementNS("http://www.w3.org/2000/svg",e):document.createElement(e);return void 0===t||(n.innerHTML=t.innerHTML?t.innerHTML:"",void 0!==t.className&&(n.className=t.className),void 0!==t.id&&(n.id=t.id),void 0!==t.styles&&n.setAttribute("style",t.styles),void 0!==t.attrs&&fMt(n,t.attrs)),n}function aMt(e,t){for(var n=lMt(t),r=0,i=e;r<i.length;r++)for(var a=i[r],o=0,l=n;o<l.length;o++){var s=l[o];if(nSt(a)){var c=KCt("attributes.className",a);aSt(c)?$Ct("attributes.className",s,a):new RegExp("\\b"+s+"\\b","i").test(c)||$Ct("attributes.className",c+" "+s,a)}else a.classList.contains(s)||a.classList.add(s)}return e}function oMt(e,t){for(var n=lMt(t),r=0,i=e;r<i.length;r++){var a=i[r],o=nSt(a);if(o?KCt("attributes.className",a):""!==a.className)for(var l=0,s=n;l<s.length;l++){var c=s[l];if(o){var d=KCt("attributes.className",a).split(" "),h=d.indexOf(c);-1!==h&&d.splice(h,1),$Ct("attributes.className",d.join(" "),a)}else a.classList.remove(c)}}return e}function lMt(e){var t=[];return"string"==typeof e?t.push(e):t=e,t}function sMt(e){var t=e;return""===t.style.visibility&&t.offsetWidth>0}function cMt(e,t,n){for(var r=document.createDocumentFragment(),i=0,a=e;i<a.length;i++){var o=a[i];r.appendChild(o)}return t.insertBefore(r,t.firstElementChild),n&&hMt(t),e}function dMt(e,t,n){for(var r=document.createDocumentFragment(),i=0,a=e;i<a.length;i++){var o=a[i];r.appendChild(o)}return t.appendChild(r),n&&hMt(t),e}function hMt(e){e.querySelectorAll("script").forEach(function(e){var t=document.createElement("script");t.text=e.innerHTML,document.head.appendChild(t),uMt(t)})}function uMt(e){var t=e.parentNode;if(t)return t.removeChild(e)}function pMt(e){var t=e.parentNode;nMt.clearEvents(e),t.removeChild(e)}function fMt(e,t){for(var n=e,r=0,i=Object.keys(t);r<i.length;r++){var a=i[r];if(nSt(n)){var o=a;"tabindex"===a&&(o="tabIndex"),n.attributes[o]=t[a]}else n.setAttribute(a,t[a])}return n}function mMt(e,t,n){return void 0===t&&(t=document),e=gMt(e),t.querySelector(e)}function vMt(e,t,n){return void 0===t&&(t=document),e=gMt(e),t.querySelectorAll(e)}function gMt(e){var t=/(!|"|\$|%|&|'|\(|\)|\*|\/|:|;|<|=|\?|@|\]|\^|`|{|}|\||\+|~)/g;if(e.match(/#[0-9]/g)||e.match(t)){for(var n=e.split(","),r=0;r<n.length;r++){for(var i=n[r].split(" "),a=0;a<i.length;a++)if(i[a].indexOf("#")>-1&&!i[a].match(/\[.*\]/)){var o=i[a].split("#");if(o[1].match(/^\d/)||o[1].match(t)){var l=i[a].split(".");l[0]=l[0].replace(/#/,"[id='")+"']",i[a]=l.join(".")}}n[r]=i.join(" ")}return n.join(",")}return e}function bMt(e,t){var n=e;if("function"==typeof n.closest)return n.closest(t);for(;n&&1===n.nodeType;){if(wMt(n,t))return n;n=n.parentNode}return null}function yMt(e,t){void 0!==t&&Object.keys(t).forEach(function(n){e.style[n]=t[n]})}function wMt(e,t){var n=e.matches||e.msMatchesSelector||e.webkitMatchesSelector;return n?n.call(e,t):-1!==[].indexOf.call(document.querySelectorAll(t),e)}var xMt=new RegExp("]"),EMt=function(){function e(e,t){this.isRendered=!1,this.isComplexArraySetter=!1,this.isServerRendered=!1,this.allowServerDataBinding=!0,this.isProtectedOnChange=!0,this.properties={},this.changedProperties={},this.oldProperties={},this.bulkChanges={},this.refreshing=!1,this.ignoreCollectionWatch=!1,this.finalUpdate=function(){},this.childChangedProperties={},this.modelObserver=new TSt(this),oSt(t)||(this.element="string"==typeof t?document.querySelector(t):t,aSt(this.element)||(this.isProtectedOnChange=!1,this.addInstance())),oSt(e)||this.setProperties(e,!0),this.isDestroyed=!1}return e.prototype.setProperties=function(e,t){var n=this.isProtectedOnChange;this.isProtectedOnChange=!!t,rSt(this,e),!0!==t&&(rSt(this.changedProperties,e),this.dataBind()),this.finalUpdate(),this.changedProperties={},this.oldProperties={},this.isProtectedOnChange=n},e.callChildDataBind=function(e,t){for(var n=0,r=Object.keys(e);n<r.length;n++){var i=r[n];if(t[i]instanceof Array)for(var a=0,o=t[i];a<o.length;a++){var l=o[a];void 0!==l.dataBind&&l.dataBind()}else t[i].dataBind()}},e.prototype.clearChanges=function(){this.finalUpdate(),this.changedProperties={},this.oldProperties={},this.childChangedProperties={}},e.prototype.dataBind=function(){if(e.callChildDataBind(this.childChangedProperties,this),Object.getOwnPropertyNames(this.changedProperties).length){var t=this.isProtectedOnChange,n=this.changedProperties,r=this.oldProperties;this.clearChanges(),this.isProtectedOnChange=!0,this.onPropertyChanged(n,r),this.isProtectedOnChange=t}},e.prototype.serverDataBind=function(e){},e.prototype.saveChanges=function(e,t,n){this.isProtectedOnChange||(this.oldProperties[e]=n,this.changedProperties[e]=t,this.finalUpdate(),this.finalUpdate=function(e){var t,n=new Uint16Array(5);(window.msCrypto||window.crypto).getRandomValues(n);var r="ej2"+function(e){for(var t="",n=0;n<5;n++)t+=(n?",":"")+e[n];return t}(n),i=function(n){n.source===window&&"string"==typeof n.data&&n.data.length<=32&&n.data===r&&(e(),t())};return window.addEventListener("message",i,!1),window.postMessage(r,"*"),t=function(){window.removeEventListener("message",i),e=i=r=void 0}}(this.dataBind.bind(this)))},e.prototype.addEventListener=function(e,t){this.modelObserver.on(e,t)},e.prototype.removeEventListener=function(e,t){this.modelObserver.off(e,t)},e.prototype.trigger=function(e,t,n,r){var i=this;if(!0!==this.isDestroyed){var a=this.isProtectedOnChange;this.isProtectedOnChange=!1;var o=this.modelObserver.notify(e,t,n,r);if(xMt.test(e)){var l=KCt(e,this);if(l){if(window.Blazor){var s=l.call(this,t);s&&"function"==typeof s.then?n?s.then(function(e){n&&(e="string"==typeof e&&i.modelObserver.isJson(e)?JSON.parse(e):e,n.call(i,e))}).catch(function(e){r&&(e="string"==typeof e&&i.modelObserver.isJson(e)?JSON.parse(e):e,r.call(i,e))}):o=s:n&&n.call(this,t)}else l.call(this,t),n&&n.call(this,t)}else n&&n.call(this,t)}return this.isProtectedOnChange=a,o}},e.prototype.addInstance=function(){var e="e-"+this.getModuleName().toLowerCase();aMt([this.element],["e-lib",e]),aSt(this.element.ej2_instances)?$Ct("ej2_instances",[this],this.element):this.element.ej2_instances.push(this)},e.prototype.destroy=function(){var e=this;this.element.ej2_instances=this.element.ej2_instances.filter(function(t){return t!==e}),oMt([this.element],["e-"+this.getModuleName()]),0===this.element.ej2_instances.length&&oMt([this.element],["e-lib"]),this.clearChanges(),this.modelObserver.destroy(),this.isDestroyed=!0},e}();function kMt(e,t,n,r){return e.properties.hasOwnProperty(t)&&e.properties[t]instanceof r||(e.properties[t]=QCt(r,[e,t,n])),e.properties[t]}function CMt(e,t,n,r,i,a){for(var o=[],l=n?n.length:0,s=0;s<l;s++){var c=r;if(a&&(c=r(n[s],e)),i){var d=QCt(c,[e,t,{},!0]);d.setProperties(n[s],!0),o.push(d)}else o.push(QCt(c,[e,t,n[s],!1]))}return o}function SMt(e,t){return function(){return this.properties.hasOwnProperty(t)||(this.properties[t]=e),this.properties[t]}}function MMt(e,t){return function(n){if(this.properties[t]!==n){var r=this.properties.hasOwnProperty(t)?this.properties[t]:e;this.saveChanges(t,n,r),this.properties[t]=n}}}function AMt(e,t,n){return function(){return kMt(this,t,e,n)}}function _Mt(e,t,n){return function(r){kMt(this,t,e,n).setProperties(r)}}function OMt(e,t,n){return function(){var r=this;if(!this.properties.hasOwnProperty(t)){var i=CMt(this,t,e,n,!1);this.properties[t]=i}var a=void 0!==this.controlParent&&this.controlParent.ignoreCollectionWatch||this.ignoreCollectionWatch;return this.properties[t].hasOwnProperty("push")||a||["push","pop"].forEach(function(e){var i={value:DMt(e,t,n,r.properties[t]).bind(r),configurable:!0};Object.defineProperty(r.properties[t],e,i)}),this.properties[t].hasOwnProperty("isComplexArray")||Object.defineProperty(this.properties[t],"isComplexArray",{value:!0}),this.properties[t]}}function ZMt(e,t,n){return function(r){this.isComplexArraySetter=!0;var i=CMt(this,t,e,n,!1),a=CMt(this,t,r,n,!0);this.isComplexArraySetter=!1,this.saveChanges(t,a,i),this.properties[t]=a}}function DMt(e,t,n,r){return function(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];var a=this.propName?this.getParentKey()+"."+t+"-":t+"-";switch(e){case"push":for(var o=0;o<n.length;o++){Array.prototype[e].apply(r,[n[o]]);var l=IMt(a+(r.length-1),n[o],!this.controlParent,e);this.serverDataBind(l,n[o],!1,e)}break;case"pop":Array.prototype[e].apply(r);var s=IMt(a+r.length,null,!this.controlParent,e);this.serverDataBind(s,{ejsAction:"pop"},!1,e)}return r}}function IMt(e,t,n,r){var i=e;if(n&&((i={})[e]=t,t&&"object"==typeof t)){i[e].ejsAction=r}return i}function HMt(e){return function(t,n){var r={set:MMt(e,n),get:SMt(e,n),enumerable:!0,configurable:!0};Object.defineProperty(t,n,r),VMt(t,n,"prop",e)}}function NMt(e,t){return function(n,r){var i={set:_Mt(e,r,t),get:AMt(e,r,t),enumerable:!0,configurable:!0};Object.defineProperty(n,r,i),VMt(n,r,"complexProp",e,t)}}function TMt(e,t){return function(n,r){var i={set:ZMt(e,r,t),get:OMt(e,r,t),enumerable:!0,configurable:!0};Object.defineProperty(n,r,i),VMt(n,r,"colProp",e,t)}}function LMt(){return function(e,t){var n={set:function(e){var n=this.properties[t];if(n!==e){var r=jMt(this,t);!1===oSt(n)&&r.context.removeEventListener(r.prefix,n),r.context.addEventListener(r.prefix,e),this.properties[t]=e}},get:SMt(void 0,t),enumerable:!0,configurable:!0};Object.defineProperty(e,t,n),VMt(e,t,"event")}}function PMt(e){}function VMt(e,t,n,r,i){oSt(e.propList)&&(e.propList={props:[],complexProps:[],colProps:[],events:[],propNames:[],complexPropNames:[],colPropNames:[],eventNames:[]}),e.propList[n+"s"].push({propertyName:t,defaultValue:r,type:i}),e.propList[n+"Names"].push(t)}function jMt(e,t){if(!1===e.hasOwnProperty("parentObj"))return{context:e,prefix:t};var n=KCt("propName",e);return n&&(t=n+"-"+t),jMt(KCt("parentObj",e),t)}var zMt,BMt=(zMt=function(e,t){return zMt=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},zMt(e,t)},function(e,t){function n(){this.constructor=e}zMt(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),RMt=function(e,t,n,r){var i,a=arguments.length,o=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(i=e[l])&&(o=(a<3?i(o):a>3?i(t,n,o):i(t,n))||o);return a>3&&o&&Object.defineProperty(t,n,o),o},WMt=function(e){function t(t){var n=e.call(this,t,void 0)||this;return n.easing={ease:"cubic-bezier(0.250, 0.100, 0.250, 1.000)",linear:"cubic-bezier(0.250, 0.250, 0.750, 0.750)",easeIn:"cubic-bezier(0.420, 0.000, 1.000, 1.000)",easeOut:"cubic-bezier(0.000, 0.000, 0.580, 1.000)",easeInOut:"cubic-bezier(0.420, 0.000, 0.580, 1.000)",elasticInOut:"cubic-bezier(0.5,-0.58,0.38,1.81)",elasticIn:"cubic-bezier(0.17,0.67,0.59,1.81)",elasticOut:"cubic-bezier(0.7,-0.75,0.99,1.01)"},n}var n;return BMt(t,e),n=t,t.prototype.animate=function(e,t){t=t||{};var r=this.getModel(t);if("string"==typeof e)for(var i=0,a=Array.prototype.slice.call(vMt(e,document));i<a.length;i++){var o=a[i];r.element=o,n.delayAnimation(r)}else r.element=e,n.delayAnimation(r)},t.stop=function(e,t){e.style.animation="",e.removeAttribute("e-animate");var n=e.getAttribute("e-animation-id");if(n){var r=parseInt(n,10);cancelAnimationFrame(r),e.removeAttribute("e-animation-id")}t&&t.end&&t.end.call(this,t)},t.delayAnimation=function(e){"Disable"===JMt?(e.begin&&e.begin.call(this,e),e.end&&e.end.call(this,e)):e.delay?setTimeout(function(){n.applyAnimation(e)},e.delay):n.applyAnimation(e)},t.applyAnimation=function(e){var t=this;e.timeStamp=0;var n=0,r=0,i=0,a=e.duration;e.element.setAttribute("e-animate","true");var o=function(l){try{if(l){i=0===i?l:i,e.timeStamp=l+e.timeStamp-i,i=l,!n&&e.begin&&e.begin.call(t,e),n+=1;var s=e.timeStamp/n;e.timeStamp<a&&e.timeStamp+s<a&&e.element.getAttribute("e-animate")?(e.element.style.animation=e.name+" "+e.duration+"ms "+e.timingFunction,e.progress&&e.progress.call(t,e),requestAnimationFrame(o)):(cancelAnimationFrame(r),e.element.removeAttribute("e-animation-id"),e.element.removeAttribute("e-animate"),e.element.style.animation="",e.end&&e.end.call(t,e))}else r=requestAnimationFrame(o),e.element.setAttribute("e-animation-id",r.toString())}catch(n){cancelAnimationFrame(r),e.element.removeAttribute("e-animation-id"),e.fail&&e.fail.call(t,n)}};o()},t.prototype.getModel=function(e){return{name:e.name||this.name,delay:e.delay||this.delay,duration:void 0!==e.duration?e.duration:this.duration,begin:e.begin||this.begin,end:e.end||this.end,fail:e.fail||this.fail,progress:e.progress||this.progress,timingFunction:this.easing[e.timingFunction]?this.easing[e.timingFunction]:e.timingFunction||this.easing[this.timingFunction]}},t.prototype.onPropertyChanged=function(e,t){},t.prototype.getModuleName=function(){return"animation"},t.prototype.destroy=function(){},RMt([HMt("FadeIn")],t.prototype,"name",void 0),RMt([HMt(400)],t.prototype,"duration",void 0),RMt([HMt("ease")],t.prototype,"timingFunction",void 0),RMt([HMt(0)],t.prototype,"delay",void 0),RMt([LMt()],t.prototype,"progress",void 0),RMt([LMt()],t.prototype,"begin",void 0),RMt([LMt()],t.prototype,"end",void 0),RMt([LMt()],t.prototype,"fail",void 0),t=n=RMt([PMt],t)}(EMt);function FMt(e,t,n){var r=function(e){var t={selector:e&&e.selector?e.selector:null,ignore:e&&e.ignore?e.ignore:null,rippleFlag:e&&e.rippleFlag,isCenterRipple:e&&e.isCenterRipple,duration:e&&e.duration?e.duration:350};return t}(t);return!1===r.rippleFlag||void 0===r.rippleFlag&&!XMt?function(){}:(e.setAttribute("data-ripple","true"),nMt.add(e,"mousedown",qMt,{parent:e,rippleOptions:r}),nMt.add(e,"mouseup",YMt,{parent:e,rippleOptions:r,done:n}),nMt.add(e,"mouseleave",UMt,{parent:e,rippleOptions:r}),tMt.isPointer&&nMt.add(e,"transitionend",UMt,{parent:e,rippleOptions:r}),function(){e.removeAttribute("data-ripple"),nMt.remove(e,"mousedown",qMt),nMt.remove(e,"mouseup",YMt),nMt.remove(e,"mouseleave",UMt),nMt.remove(e,"transitionend",UMt)})}function qMt(e){var t=e.target,n=this.rippleOptions.selector,r=n?bMt(t,n):t;if(!(!r||this.rippleOptions&&bMt(t,this.rippleOptions.ignore))){var i=r.getBoundingClientRect(),a=e.pageX-document.body.scrollLeft,o=e.pageY-(!document.body.scrollTop&&document.documentElement?document.documentElement.scrollTop:document.body.scrollTop),l=Math.max(Math.abs(a-i.left),Math.abs(a-i.right)),s=Math.max(Math.abs(o-i.top),Math.abs(o-i.bottom)),c=Math.sqrt(l*l+s*s),d=2*c+"px",h=a-i.left-c,u=o-i.top-c;this.rippleOptions&&this.rippleOptions.isCenterRipple&&(h=0,u=0,d="100%"),r.classList.add("e-ripple");var p=iMt("div",{className:"e-ripple-element",styles:"width: "+d+";height: "+d+";left: "+h+"px;top: "+u+"px;transition-duration: "+this.rippleOptions.duration.toString()+"ms;"});r.appendChild(p),window.getComputedStyle(p).getPropertyValue("opacity"),p.style.transform="scale(1)",r!==this.parent&&nMt.add(r,"mouseleave",UMt,{parent:this.parent,rippleOptions:this.rippleOptions})}}function YMt(e){GMt(e,this)}function UMt(e){GMt(e,this)}function GMt(e,t){var n=t.rippleOptions.duration,r=e.target,i=t.rippleOptions.selector,a=i?bMt(r,i):r;if(a&&(!a||-1!==a.className.indexOf("e-ripple"))){var o=vMt(".e-ripple-element",a),l=o[o.length-1];l&&(l.style.opacity="0.5"),t.parent!==a&&nMt.remove(a,"mouseleave",UMt),setTimeout(function(){l&&l.parentNode&&l.parentNode.removeChild(l),a.getElementsByClassName("e-ripple-element").length||a.classList.remove("e-ripple"),t.done&&t.done(e)},n)}}var XMt=!1,JMt="",QMt=function(){function e(e){this.loadedModules=[],this.parent=e}return e.prototype.inject=function(e,t){var n=e.length;if(0!==n){this.loadedModules.length&&this.clearUnusedModule(e);for(var r=0;r<n;r++)for(var i=e[r],a=0,o=t;a<o.length;a++){var l=o[a],s=i.member;if(l.prototype.getModuleName()===i.member&&!this.isModuleLoaded(s)){var c=QCt(l,i.args),d=this.getMemberName(s);i.isProperty?$Ct(d,l,this.parent):$Ct(d,c,this.parent);var h=i;h.member=d,this.loadedModules.push(h)}}}else this.clean()},e.prototype.clean=function(){for(var e=0,t=this.loadedModules;e<t.length;e++){var n=t[e];n.isProperty||KCt(n.member,this.parent).destroy()}this.loadedModules=[]},e.prototype.clearUnusedModule=function(e){for(var t=this,n=e.map(function(e){return t.getMemberName(e.member)}),r=0,i=this.loadedModules.filter(function(e){return-1===n.indexOf(e.member)});r<i.length;r++){var a=i[r];a.isProperty||KCt(a.member,this.parent).destroy(),this.loadedModules.splice(this.loadedModules.indexOf(a),1),eSt(this.parent,a.member)}},e.prototype.getMemberName=function(e){return e[0].toLowerCase()+e.substring(1)+"Module"},e.prototype.isModuleLoaded=function(e){for(var t=0,n=this.loadedModules;t<n.length;t++){if(n[t].member===this.getMemberName(e))return!0}return!1},e}(),KMt=function(){function e(e,t,n,r){this.isComplexArraySetter=!1,this.properties={},this.changedProperties={},this.childChangedProperties={},this.oldProperties={},this.finalUpdate=function(){},this.callChildDataBind=KCt("callChildDataBind",EMt),this.parentObj=e,this.controlParent=this.parentObj.controlParent||this.parentObj,this.propName=t,this.isParentArray=r,this.setProperties(n,!0)}return e.prototype.updateChange=function(e,t){!0===e?this.parentObj.childChangedProperties[t]=e:delete this.parentObj.childChangedProperties[t],this.parentObj.updateChange&&this.parentObj.updateChange(e,this.parentObj.propName)},e.prototype.updateTimeOut=function(){if(this.parentObj.updateTimeOut)this.parentObj.finalUpdate(),this.parentObj.updateTimeOut();else{var e=setTimeout(this.parentObj.dataBind.bind(this.parentObj));this.finalUpdate=function(){clearTimeout(e)}}},e.prototype.clearChanges=function(){this.finalUpdate(),this.updateChange(!1,this.propName),this.oldProperties={},this.changedProperties={}},e.prototype.setProperties=function(e,t){!0===t?(rSt(this,e),this.updateChange(!1,this.propName),this.clearChanges()):rSt(this,e)},e.prototype.dataBind=function(){if(this.callChildDataBind(this.childChangedProperties,this),this.isParentArray){var e=this.parentObj[this.propName].indexOf(this);Object.keys(this.changedProperties).length&&($Ct(this.propName+"."+e,this.changedProperties,this.parentObj.changedProperties),$Ct(this.propName+"."+e,this.oldProperties,this.parentObj.oldProperties))}else this.parentObj.changedProperties[this.propName]=this.changedProperties,this.parentObj.oldProperties[this.propName]=this.oldProperties;this.clearChanges()},e.prototype.saveChanges=function(e,t,n,r){this.controlParent.isProtectedOnChange||(r||this.serverDataBind(e,t,!0),this.oldProperties[e]=n,this.changedProperties[e]=t,this.updateChange(!0,this.propName),this.finalUpdate(),this.updateTimeOut())},e.prototype.serverDataBind=function(e,t,n,r){},e.prototype.getParentKey=function(e){var t="",n=this.propName;if(this.isParentArray){t=this.parentObj[this.propName].indexOf(this);var r=this.parentObj[this.propName].length;r=e?r:r>0?r-1:0,n+=t=-1!==t?"-"+t:"-"+r}return this.controlParent!==this.parentObj&&(n=this.parentObj.getParentKey()+"."+this.propName+t),n},e}(),$Mt=[115,121,110,99,102,117,115,105,111,110,46,105,115,76,105,99,86,97,108,105,100,97,116,101,100],eAt=function(){function e(e){var t;this.isValidated=!1,this.version="20.2",this.platform=/JavaScript|ASPNET|ASPNETCORE|ASPNETMVC|FileFormats/i,this.errors={noLicense:'This application was built using a trial version of Syncfusion Essential Studio. Please include a valid license to permanently remove this license validation message. You can also obtain a free 30 day evaluation license to temporarily remove this message during the evaluation period. Please refer to this <a class="e-license"href="https://help.syncfusion.com/common/essential-studio/licensing">help topic</a> for more information.',trailExpired:'Your Syncfusion trial license has expired. Please refer to this <a class="e-license"href="https://help.syncfusion.com/common/essential-studio/licensing/licensing-errors#trial-expired">help topic</a> for more information.',versionMismatched:'The included Syncfusion license (v##LicenseVersion) is invalid for version ##Requireversion. Please refer to this <a class="e-license" href="https://help.syncfusion.com/es/licensing/version-mismatch/">help topic</a> for more information.',platformMismatched:'The included Syncfusion license is invalid (Platform mismatch). Please refer to this <a class="e-license" href="https://help.syncfusion.com/common/essential-studio/licensing/licensing-errors#platform-mismatch">help topic</a> for more information.',invalidKey:'The included Syncfusion license is invalid. Please refer to this <a class="e-license" href="https://help.syncfusion.com/common/essential-studio/licensing/licensing-errors#invalid-key">help topic</a> for more information.'},this.manager=(t=null,{setKey:function(e){t=e},getKey:function(){return t}}),this.npxManager={getKey:function(){return"npxKeyReplace"}},this.manager.setKey(e)}return e.prototype.validate=function(){if(!this.isValidated&&tSt&&!KCt(nAt($Mt),tSt)&&!KCt("Blazor",tSt)){var e=void 0;if(this.manager&&this.manager.getKey()||this.npxManager&&"npxKeyReplace"!==this.npxManager.getKey()){var t=this.getInfoFromKey();if(t&&t.length)for(var n=0,r=t;n<r.length;n++){var i=r[n];if(!this.platform.test(i.platform)||i.invalidPlatform)e=this.errors.platformMismatched;else if(-1===i.version.indexOf(this.version))e=(e=(e=this.errors.versionMismatched).replace("##LicenseVersion",i.version)).replace("##Requireversion",this.version+".x");else if(i.expiryDate){var a=new Date(i.expiryDate),o=new Date;if(!(a!==o&&a<o))break;e=this.errors.trailExpired}}else e=this.errors.invalidKey}else e=this.errors.noLicense;if(e&&"undefined"!=typeof document&&!aSt(document)){var l=iMt("div",{innerHTML:e+'<span id="license-banner-error" class=".e-license-banner"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"><line x1="5" y1="5" x2="15" y2="15" stroke="yellow" stroke-width="2.5" stroke-miterlimit="10" stroke-linecap="round"></line><line x1="15" y1="5" x2="5" y2="15" stroke="yellow" stroke-width="2.5" stroke-linecap="round" stroke-miterlimit="10"></line></svg></span>',styles:'position:fixed;top:0;left:0;right:0;font-family:"Segoe UI";font-size:16px;background:repeating-linear-gradient(45deg,#d70f0f,#d70f0f 10px,#e12121 10px,#e12121 17px);color:#ffffff;z-index:999999999;text-align:center;padding:10px 50px 10px 25px;'});l.setAttribute("id","js-licensing"),document.body.appendChild(l),document.getElementById("license-banner-error").addEventListener("click",function(){document.getElementById("js-licensing").remove()})}this.isValidated=!0,$Ct(nAt($Mt),this.isValidated,tSt)}},e.prototype.getDecryptedData=function(e){try{return atob(e)}catch(e){return""}},e.prototype.getInfoFromKey=function(){try{var e="",t=[5439488,7929856,5111808,6488064,4587520,7667712,5439488,6881280,5177344,7208960,4194304,4456448,6619136,7733248,5242880,7077888,6356992,7602176,4587520,7274496,7471104,7143424],n=[],r=[],i=!1,a=!1;this.manager.getKey()?e=this.manager.getKey():(a=!0,e=this.npxManager.getKey().split("npxKeyReplace")[1]);for(var o=e.split(";"),l=0,s=o;l<s.length;l++){var c=s[l],d=this.getDecryptedData(c);if(d){var h=0,u="";if(a){var p=d[d.length-1],f=[];for(m=0;m<d.length;m++)f[m]=d[m].charCodeAt(0)-p.charCodeAt(0);for(m=0;m<f.length;m++)u+=String.fromCharCode(f[m])}else for(var m=0;m<d.length;m++,h++){h===t.length&&(h=0);var v=d.charCodeAt(m);u+=String.fromCharCode(v^t[h]>>16)}this.platform.test(u)?(n=u.split(";"),i=!1,n.length>3&&r.push({platform:n[0],version:n[1],expiryDate:n[2]})):u&&u.split(";").length>3&&(i=!0)}}return i&&!r.length?[{invalidPlatform:i}]:r.length?r:null}catch(e){return null}},e}(),tAt=new eAt;function nAt(e){for(var t="",n=0,r=e;n<r.length;n++){var i=r[n];t+=String.fromCharCode(i)}return t}var rAt,iAt=function(e){e&&function(e){tAt=new eAt(e)}(e),tAt.validate()},aAt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),oAt=function(e,t,n,r){var i,a=arguments.length,o=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(i=e[l])&&(o=(a<3?i(o):a>3?i(t,n,o):i(t,n))||o);return a>3&&o&&Object.defineProperty(t,n,o),o},lAt=0,sAt=0,cAt=function(e){function t(t,n){var r=e.call(this,t,n)||this;return r.randomId=function(){if("undefined"!=typeof window){var e=new Uint16Array(5);return(window.msCrypto||window.crypto).getRandomValues(e)}}(),r.isStringTemplate=!1,r.needsID=!1,r.isReactHybrid=!1,aSt(r.enableRtl)&&r.setProperties({enableRtl:false},!0),aSt(r.locale)&&r.setProperties({locale:VSt},!0),r.moduleLoader=new QMt(r),r.localObserver=new TSt(r),LSt.on("notifyExternalChange",r.detectFunction,r,r.randomId),iAt(),oSt(n)||r.appendTo(),r}return aAt(t,e),t.prototype.requiredModules=function(){return[]},t.prototype.destroy=function(){this.isDestroyed||(this.enablePersistence&&this.setPersistData(),this.localObserver.destroy(),this.refreshing||(oMt([this.element],["e-control"]),this.trigger("destroyed",{cancel:!1}),e.prototype.destroy.call(this),this.moduleLoader.clean(),LSt.off("notifyExternalChange",this.detectFunction,this.randomId)))},t.prototype.refresh=function(){this.refreshing=!0,this.moduleLoader.clean(),this.destroy(),this.clearChanges(),this.localObserver=new TSt(this),this.preRender(),this.injectModules(),this.render(),this.refreshing=!1},t.prototype.accessMount=function(){this.mount&&!this.isReactHybrid&&this.mount()},t.prototype.getRootElement=function(){return this.isReactHybrid?this.actualElement:this.element},t.prototype.getLocalData=function(){var e=this.getModuleName()+this.element.id;return window.localStorage.getItem(e)},t.prototype.appendTo=function(t){if(aSt(t)||"string"!=typeof t?aSt(t)||(this.element=t):this.element=mMt(t,document),!aSt(this.element)){var n="e-"+this.getModuleName().toLowerCase();aMt([this.element],["e-control",n]),this.isProtectedOnChange=!1,this.needsID&&!this.element.id&&(this.element.id=this.getUniqueID(this.getModuleName())),this.enablePersistence&&(this.mergePersistData(),window.addEventListener("unload",this.setPersistData.bind(this)));var r=KCt("ej2_instances",this.element);r&&-1!==r.indexOf(this)||e.prototype.addInstance.call(this),this.preRender(),this.injectModules(),this.render(),this.mount?this.accessMount():this.trigger("created")}},t.prototype.renderComplete=function(e){this.isRendered=!0},t.prototype.dataBind=function(){this.injectModules(),e.prototype.dataBind.call(this)},t.prototype.on=function(e,t,n){if("string"==typeof e)this.localObserver.on(e,t,n);else for(var r=0,i=e;r<i.length;r++){var a=i[r];this.localObserver.on(a.event,a.handler,a.context)}},t.prototype.off=function(e,t){if("string"==typeof e)this.localObserver.off(e,t);else for(var n=0,r=e;n<r.length;n++){var i=r[n];this.localObserver.off(i.event,i.handler)}},t.prototype.notify=function(e,t){!0!==this.isDestroyed&&this.localObserver.notify(e,t)},t.prototype.getInjectedModules=function(){return this.injectedModules},t.Inject=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.prototype.injectedModules||(this.prototype.injectedModules=[]);for(var n=0;n<e.length;n++)-1===this.prototype.injectedModules.indexOf(e[n])&&this.prototype.injectedModules.push(e[n])},t.prototype.createElement=function(e,t,n){return iMt(e,t)},t.prototype.triggerStateChange=function(e,t){this.isReactHybrid&&(this.setState(),this.currentContext={calls:e,args:t})},t.prototype.injectModules=function(){this.injectedModules&&this.injectedModules.length&&this.moduleLoader.inject(this.requiredModules(),this.injectedModules)},t.prototype.detectFunction=function(e){var t=Object.keys(e);t.length&&(this[t[0]]=e[t[0]])},t.prototype.mergePersistData=function(){var e;aSt(e=window.localStorage.getItem(this.getModuleName()+this.element.id))||""===e||this.setProperties(JSON.parse(e),!0)},t.prototype.setPersistData=function(){this.isDestroyed||window.localStorage.setItem(this.getModuleName()+this.element.id,this.getPersistData())},t.prototype.renderReactTemplates=function(){},t.prototype.clearTemplate=function(e,t){},t.prototype.getUniqueID=function(e){return this.isHistoryChanged()&&(lAt=0),rAt=this.pageID(location.href),sAt=history.length,e+"_"+rAt+"_"+lAt++},t.prototype.pageID=function(e){var t=0;if(0===e.length)return t;for(var n=0;n<e.length;n++){t=(t<<5)-t+e.charCodeAt(n),t&=t}return Math.abs(t)},t.prototype.isHistoryChanged=function(){return rAt!==this.pageID(location.href)||sAt!==history.length},t.prototype.addOnPersist=function(e){for(var t=this,n={},r=0,i=e;r<i.length;r++){var a,o=i[r];oSt(a=KCt(o,this))||$Ct(o,this.getActualProperties(a),n)}return JSON.stringify(n,function(e,n){return t.getActualProperties(n)})},t.prototype.getActualProperties=function(e){return e instanceof KMt?KCt("properties",e):e},t.prototype.ignoreOnPersist=function(e){return JSON.stringify(this.iterateJsonProperties(this.properties,e))},t.prototype.iterateJsonProperties=function(e,t){for(var n={},r=function(r){if(-1===t.indexOf(r)){var a=e[r];if("object"!=typeof a||a instanceof Array)n[r]=a;else{var o=t.filter(function(e){return new RegExp(r+".").test(e)}).map(function(e){return e.replace(r+".","")});n[r]=i.iterateJsonProperties(i.getActualProperties(a),o)}}},i=this,a=0,o=Object.keys(e);a<o.length;a++){r(o[a])}return n},oAt([HMt(!1)],t.prototype,"enablePersistence",void 0),oAt([HMt()],t.prototype,"enableRtl",void 0),oAt([HMt()],t.prototype,"locale",void 0),t=oAt([PMt],t)}(EMt);"undefined"!=typeof window&&window.addEventListener("popstate",function(){lAt=0});var dAt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),hAt=function(e,t,n,r){var i,a=arguments.length,o=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(i=e[l])&&(o=(a<3?i(o):a>3?i(t,n,o):i(t,n))||o);return a>3&&o&&Object.defineProperty(t,n,o),o},uAt={left:0,top:0,bottom:0,right:0},pAt={isDragged:!1},fAt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return dAt(t,e),hAt([HMt(0)],t.prototype,"left",void 0),hAt([HMt(0)],t.prototype,"top",void 0),t}(KMt);!function(e){function t(t,r){var i=e.call(this,r,t)||this;return i.dragLimit=n.getDefaultPosition(),i.borderWidth=n.getDefaultPosition(),i.padding=n.getDefaultPosition(),i.diffX=0,i.prevLeft=0,i.prevTop=0,i.dragProcessStarted=!1,i.eleTop=0,i.tapHoldTimer=0,i.externalInitialize=!1,i.diffY=0,i.parentScrollX=0,i.parentScrollY=0,i.droppables={},i.bind(),i}var n;dAt(t,e),n=t,t.prototype.bind=function(){this.toggleEvents(),tMt.isIE&&aMt([this.element],"e-block-touch"),this.droppables[this.scope]={}},t.getDefaultPosition=function(){return iSt({},uAt)},t.prototype.toggleEvents=function(e){var t;oSt(this.handle)||(t=mMt(this.handle,this.element));var n=this.enableTapHold&&tMt.isDevice&&tMt.isTouch?this.mobileInitialize:this.initialize;e?nMt.remove(t||this.element,tMt.touchStartEvent,n):nMt.add(t||this.element,tMt.touchStartEvent,n,this)},t.prototype.mobileInitialize=function(e){var t=this,n=e.currentTarget;this.tapHoldTimer=setTimeout(function(){t.externalInitialize=!0,t.removeTapholdTimer(),t.initialize(e,n)},this.tapHoldThreshold),nMt.add(document,tMt.touchMoveEvent,this.removeTapholdTimer,this),nMt.add(document,tMt.touchEndEvent,this.removeTapholdTimer,this)},t.prototype.removeTapholdTimer=function(){clearTimeout(this.tapHoldTimer),nMt.remove(document,tMt.touchMoveEvent,this.removeTapholdTimer),nMt.remove(document,tMt.touchEndEvent,this.removeTapholdTimer)},t.prototype.getScrollableParent=function(e,t){return aSt(e)?null:e[{vertical:"scrollHeight",horizontal:"scrollWidth"}[t]]>e[{vertical:"clientHeight",horizontal:"clientWidth"}[t]]&&("vertical"===t?e.scrollTop>0:e.scrollLeft>0)?("vertical"===t?(this.parentScrollY=this.parentScrollY+(0===this.parentScrollY?e.scrollTop:e.scrollTop-this.parentScrollY),this.tempScrollHeight=e.scrollHeight):(this.parentScrollX=this.parentScrollX+(0===this.parentScrollX?e.scrollLeft:e.scrollLeft-this.parentScrollX),this.tempScrollWidth=e.scrollWidth),aSt(e)?e:this.getScrollableParent(e.parentNode,t)):this.getScrollableParent(e.parentNode,t)},t.prototype.getScrollableValues=function(){this.parentScrollX=0,this.parentScrollY=0,this.element.classList.contains("e-dialog")&&this.element.classList.contains("e-dlg-modal"),this.getScrollableParent(this.element.parentNode,"vertical"),this.getScrollableParent(this.element.parentNode,"horizontal")},t.prototype.initialize=function(e,t){if(this.currentStateTarget=e.target,!this.isDragStarted()){if(this.isDragStarted(!0),this.externalInitialize=!1,this.target=e.currentTarget||t,this.dragProcessStarted=!1,this.abort){var n=this.abort;"string"==typeof n&&(n=[n]);for(var r=0;r<n.length;r++)if(!aSt(bMt(e.target,n[r])))return void(this.isDragStarted()&&this.isDragStarted(!0))}this.preventDefault&&!oSt(e.changedTouches)&&"touchstart"!==e.type&&e.preventDefault(),this.element.setAttribute("aria-grabbed","true");var i=this.getCoordinates(e);if(this.initialPosition={x:i.pageX,y:i.pageY},!this.clone){var a=this.element.getBoundingClientRect();this.getScrollableValues(),e.clientX===e.pageX&&(this.parentScrollX=0),e.clientY===e.pageY&&(this.parentScrollY=0),this.relativeXPosition=i.pageX-(a.left+this.parentScrollX),this.relativeYPosition=i.pageY-(a.top+this.parentScrollY)}this.externalInitialize?this.intDragStart(e):(nMt.add(document,tMt.touchMoveEvent,this.intDragStart,this),nMt.add(document,tMt.touchEndEvent,this.intDestroy,this)),this.toggleEvents(!0),"touchstart"!==e.type&&this.isPreventSelect&&document.body.classList.add("e-prevent-select"),this.externalInitialize=!1,nMt.trigger(document.documentElement,tMt.touchStartEvent,e)}},t.prototype.intDragStart=function(e){this.removeTapholdTimer();var t=!oSt(e.changedTouches);if(!t||1===e.changedTouches.length){var n,r=this.getCoordinates(e),i=getComputedStyle(this.element);this.margin={left:parseInt(i.marginLeft,10),top:parseInt(i.marginTop,10),right:parseInt(i.marginRight,10),bottom:parseInt(i.marginBottom,10)};var a=this.element;if(this.clone&&this.dragTarget){var o=bMt(e.target,this.dragTarget);aSt(o)||(a=o)}this.isReplaceDragEle&&(a=this.currentStateCheck(e.target,a)),this.offset=this.calculateParentPosition(a),this.position=this.getMousePosition(e,this.isDragScroll);var l=this.initialPosition.x-r.pageX,s=this.initialPosition.y-r.pageY;if(Math.sqrt(l*l+s*s)>=this.distance||this.externalInitialize){var c=this.getHelperElement(e);if(!c||aSt(c))return;t&&e.preventDefault();var d=this.helperElement=c;if(this.parentClientRect=this.calculateParentPosition(d.offsetParent),this.dragStart){var h={event:e,element:a,target:this.getProperTargetElement(e),bindEvents:null,dragElement:d};this.trigger("dragStart",h)}this.dragArea?this.setDragArea():(this.dragLimit={left:0,right:0,bottom:0,top:0},this.borderWidth={top:0,left:0}),n={left:this.position.left-this.parentClientRect.left,top:this.position.top-this.parentClientRect.top},this.clone&&!this.enableTailMode&&(this.diffX=this.position.left-this.offset.left,this.diffY=this.position.top-this.offset.top),this.getScrollableValues();var u=getComputedStyle(a),p=parseFloat(u.marginTop);this.clone&&0!==p&&(n.top+=p),this.eleTop=isNaN(parseFloat(u.top))?0:parseFloat(u.top)-this.offset.top,this.enableScrollHandler&&!this.clone&&(n.top-=this.parentScrollY,n.left-=this.parentScrollX);var f=this.getProcessedPositionValue({top:n.top-this.diffY+"px",left:n.left-this.diffX+"px"});this.dragElePosition={top:n.top,left:n.left},yMt(d,this.getDragPosition({position:"absolute",left:f.left,top:f.top})),nMt.remove(document,tMt.touchMoveEvent,this.intDragStart),nMt.remove(document,tMt.touchEndEvent,this.intDestroy),this.bindDragEvents(d)}}},t.prototype.bindDragEvents=function(e){sMt(e)?(nMt.add(document,tMt.touchMoveEvent,this.intDrag,this),nMt.add(document,tMt.touchEndEvent,this.intDragStop,this),this.setGlobalDroppables(!1,this.element,e)):(this.toggleEvents(),document.body.classList.remove("e-prevent-select"))},t.prototype.elementInViewport=function(e){for(this.top=e.offsetTop,this.left=e.offsetLeft,this.width=e.offsetWidth,this.height=e.offsetHeight;e.offsetParent;)e=e.offsetParent,this.top+=e.offsetTop,this.left+=e.offsetLeft;return this.top>=window.pageYOffset&&this.left>=window.pageXOffset&&this.top+this.height<=window.pageYOffset+window.innerHeight&&this.left+this.width<=window.pageXOffset+window.innerWidth},t.prototype.getProcessedPositionValue=function(e){return this.queryPositionInfo?this.queryPositionInfo(e):e},t.prototype.calculateParentPosition=function(e){if(aSt(e))return{left:0,top:0};var t=e.getBoundingClientRect(),n=getComputedStyle(e);return{left:t.left+window.pageXOffset-parseInt(n.marginLeft,10),top:t.top+window.pageYOffset-parseInt(n.marginTop,10)}},t.prototype.intDrag=function(e){if(oSt(e.changedTouches)||1===e.changedTouches.length){var t,n;this.clone&&e.changedTouches&&tMt.isDevice&&tMt.isTouch&&e.preventDefault(),this.position=this.getMousePosition(e,this.isDragScroll);var r=this.getDocumentWidthHeight("Height");r<this.position.top&&(this.position.top=r);var i=this.getDocumentWidthHeight("Width");if(i<this.position.left&&(this.position.left=i),this.drag){var a=this.getProperTargetElement(e);this.trigger("drag",{event:e,element:this.element,target:a})}var o=this.checkTargetElement(e);if(o.target&&o.instance){var l=!0;this.hoverObject&&(this.hoverObject.instance!==o.instance?this.triggerOutFunction(e,o):l=!1),l&&(o.instance.dragData[this.scope]=this.droppables[this.scope],o.instance.intOver(e,o.target),this.hoverObject=o)}else this.hoverObject&&this.triggerOutFunction(e,o);var s=this.droppables[this.scope].helper;this.parentClientRect=this.calculateParentPosition(this.helperElement.offsetParent);var c=this.parentClientRect.left,d=this.parentClientRect.top,h=this.getCoordinates(e),u=h.pageX,p=h.pageY,f=this.position.left-this.diffX,m=this.position.top-this.diffY,v=getComputedStyle(s);if(this.dragArea){if(this.pageX!==u||this.skipDistanceCheck){var g=s.offsetWidth+(parseFloat(v.marginLeft)+parseFloat(v.marginRight));t=this.dragLimit.left>f&&f>0?this.dragLimit.left:this.dragLimit.right+window.pageXOffset<f+g&&f>0?f-(f-this.dragLimit.right)+window.pageXOffset-g:f<0?this.dragLimit.left:f}if(this.pageY!==p||this.skipDistanceCheck){var b=s.offsetHeight+(parseFloat(v.marginTop)+parseFloat(v.marginBottom));n=this.dragLimit.top>m&&m>0?this.dragLimit.top:this.dragLimit.bottom+window.pageYOffset<m+b&&m>0?m-(m-this.dragLimit.bottom)+window.pageYOffset-b:m<0?this.dragLimit.top:m}}else t=f,n=m;var y,w,x=d+this.borderWidth.top,E=c+this.borderWidth.left;this.dragProcessStarted&&(aSt(n)&&(n=this.prevTop),aSt(t)&&(t=this.prevLeft)),this.dragArea?(this.dragLimit.top=this.clone?this.dragLimit.top:0,y=n-x<0?this.dragLimit.top:n-x,w=t-E<0?this.dragElePosition.left:t-E):(y=n-x,w=t-E);var k=parseFloat(getComputedStyle(this.element).marginTop);if(k>0&&(this.clone&&(y+=k,m<0&&(k+m>=0?y=k+m:y-=k),y=this.dragLimit.bottom<y?this.dragLimit.bottom:y),n-x<0))if(m+k+(s.offsetHeight-x)>=0){var C=this.dragLimit.top+m-x;C+k+x<0?y-=k+x:y=C}else y-=k+x;this.enableScrollHandler&&!this.clone&&(y-=this.parentScrollY,w-=this.parentScrollX);var S=this.getProcessedPositionValue({top:y+"px",left:w+"px"});yMt(s,this.getDragPosition(S)),this.elementInViewport(s)||!this.enableAutoScroll||this.helperElement.classList.contains("e-treeview")||this.helperElement.scrollIntoView();var M=document.querySelectorAll(":hover");if(this.enableAutoScroll&&this.helperElement.classList.contains("e-treeview")){0===M.length&&(M=this.getPathElements(e));var A=this.getScrollParent(M,!1);this.elementInViewport(this.helperElement)?this.getScrollPosition(A,y):this.elementInViewport(this.helperElement)||(0===(M=[].slice.call(document.querySelectorAll(":hover"))).length&&(M=this.getPathElements(e)),A=this.getScrollParent(M,!0),this.getScrollPosition(A,y))}this.dragProcessStarted=!0,this.prevLeft=t,this.prevTop=n,this.position.left=t,this.position.top=n,this.pageX=u,this.pageY=p}},t.prototype.getScrollParent=function(e,t){for(var n,r=t?e.reverse():e,i=r.length-1;i>=0;i--)if(("auto"===(n=window.getComputedStyle(r[i])["overflow-y"])||"scroll"===n)&&r[i].scrollHeight>r[i].clientHeight)return r[i];if("visible"===(n=window.getComputedStyle(document.scrollingElement)["overflow-y"]))return document.scrollingElement.style.overflow="auto",document.scrollingElement},t.prototype.getScrollPosition=function(e,t){e&&e===document.scrollingElement?e.clientHeight-e.getBoundingClientRect().top-this.helperElement.clientHeight<t&&e.getBoundingClientRect().height>t?e.scrollTop+=this.helperElement.clientHeight:e.scrollHeight-e.clientHeight>t&&(e.scrollTop-=this.helperElement.clientHeight):e&&e!==document.scrollingElement&&(e.clientHeight+e.getBoundingClientRect().top-this.helperElement.clientHeight<t?e.scrollTop+=this.helperElement.clientHeight:e.getBoundingClientRect().top>t-this.helperElement.clientHeight&&(e.scrollTop-=this.helperElement.clientHeight))},t.prototype.getPathElements=function(e){var t=e.clientX>0?e.clientX:0,n=e.clientY>0?e.clientY:0;return document.elementsFromPoint(t,n)},t.prototype.triggerOutFunction=function(e,t){this.hoverObject.instance.intOut(e,t.target),this.hoverObject.instance.dragData[this.scope]=null,this.hoverObject=null},t.prototype.getDragPosition=function(e){var t=iSt({},e);return this.axis&&("x"===this.axis?delete t.top:"y"===this.axis&&delete t.left),t},t.prototype.getDocumentWidthHeight=function(e){var t=document.body,n=document.documentElement;return Math.max(t["scroll"+e],n["scroll"+e],t["offset"+e],n["offset"+e],n["client"+e])},t.prototype.intDragStop=function(e){if(this.dragProcessStarted=!1,oSt(e.changedTouches)||1===e.changedTouches.length){if(-1!==["touchend","pointerup","mouseup"].indexOf(e.type)){if(this.dragStop){var t=this.getProperTargetElement(e);this.trigger("dragStop",{event:e,element:this.element,target:t,helper:this.helperElement})}this.intDestroy(e)}else this.element.setAttribute("aria-grabbed","false");var n=this.checkTargetElement(e);n.target&&n.instance&&(n.instance.dragStopCalled=!0,n.instance.dragData[this.scope]=this.droppables[this.scope],n.instance.intDrop(e,n.target)),this.setGlobalDroppables(!0),document.body.classList.remove("e-prevent-select")}},t.prototype.intDestroy=function(e){this.dragProcessStarted=!1,this.toggleEvents(),document.body.classList.remove("e-prevent-select"),this.element.setAttribute("aria-grabbed","false"),nMt.remove(document,tMt.touchMoveEvent,this.intDragStart),nMt.remove(document,tMt.touchEndEvent,this.intDragStop),nMt.remove(document,tMt.touchEndEvent,this.intDestroy),nMt.remove(document,tMt.touchMoveEvent,this.intDrag),this.isDragStarted()&&this.isDragStarted(!0)},t.prototype.onPropertyChanged=function(e,t){},t.prototype.getModuleName=function(){return"draggable"},t.prototype.isDragStarted=function(e){return e&&(pAt.isDragged=!pAt.isDragged),pAt.isDragged},t.prototype.setDragArea=function(){var e,t,n,r=0,i=0;if(n="string"===typeof this.dragArea?mMt(this.dragArea):this.dragArea){var a=n.getBoundingClientRect();e=n.scrollWidth?n.scrollWidth:a.right-a.left,t=n.scrollHeight?n.scrollHeight:a.bottom-a.top;for(var o=["Top","Left","Bottom","Right"],l=getComputedStyle(n),s=0;s<o.length;s++){var c=o[s],d=l["border"+c+"Width"],h=l["padding"+c],u=c.toLowerCase();this.borderWidth[u]=isNaN(parseFloat(d))?0:parseFloat(d),this.padding[u]=isNaN(parseFloat(h))?0:parseFloat(h)}r=a.top,i=a.left,this.dragLimit.left=i+this.borderWidth.left+this.padding.left,this.dragLimit.top=n.offsetTop+this.borderWidth.top+this.padding.top,this.dragLimit.right=i+e-(this.borderWidth.right+this.padding.right),this.dragLimit.bottom=r+t-(this.borderWidth.bottom+this.padding.bottom)}},t.prototype.getProperTargetElement=function(e){var t,n=this.getCoordinates(e),r=this.helperElement.style.pointerEvents||"";return sSt(e.target,this.helperElement)||-1!==e.type.indexOf("touch")?(this.helperElement.style.pointerEvents="none",t=document.elementFromPoint(n.clientX,n.clientY),this.helperElement.style.pointerEvents=r):t=e.target,t},t.prototype.currentStateCheck=function(e,t){return aSt(this.currentStateTarget)||this.currentStateTarget===e?aSt(t)?e:t:this.currentStateTarget},t.prototype.getMousePosition=function(e,t){var n,r,i=void 0!==e.srcElement?e.srcElement:e.target,a=this.getCoordinates(e),o=aSt(i.offsetParent);return t?(n=this.clone?a.pageX:a.pageX+(o?0:i.offsetParent.scrollLeft)-this.relativeXPosition,r=this.clone?a.pageY:a.pageY+(o?0:i.offsetParent.scrollTop)-this.relativeYPosition):(n=this.clone?a.pageX:a.pageX+window.pageXOffset-this.relativeXPosition,r=this.clone?a.pageY:a.pageY+window.pageYOffset-this.relativeYPosition),{left:n-(this.margin.left+this.cursorAt.left),top:r-(this.margin.top+this.cursorAt.top)}},t.prototype.getCoordinates=function(e){return e.type.indexOf("touch")>-1?e.changedTouches[0]:e},t.prototype.getHelperElement=function(e){var t;return this.clone?this.helper?t=this.helper({sender:e,element:this.target}):(t=iMt("div",{className:"e-drag-helper e-block-touch",innerHTML:"Draggable"}),document.body.appendChild(t)):t=this.element,t},t.prototype.setGlobalDroppables=function(e,t,n){this.droppables[this.scope]=e?null:{draggable:t,helper:n,draggedElement:this.element}},t.prototype.checkTargetElement=function(e){var t=this.getProperTargetElement(e),n=this.getDropInstance(t);if(!n&&t&&!aSt(t.parentNode)){var r=bMt(t.parentNode,".e-droppable")||t.parentElement;r&&(n=this.getDropInstance(r))}return{target:t,instance:n}},t.prototype.getDropInstance=function(e){var t,n=e&&e.ej2_instances;if(n)for(var r=0,i=n;r<i.length;r++){var a=i[r];if("droppable"===a.getModuleName()){t=a;break}}return t},t.prototype.destroy=function(){this.toggleEvents(!0),e.prototype.destroy.call(this)},hAt([NMt({},fAt)],t.prototype,"cursorAt",void 0),hAt([HMt(!0)],t.prototype,"clone",void 0),hAt([HMt()],t.prototype,"dragArea",void 0),hAt([HMt()],t.prototype,"isDragScroll",void 0),hAt([HMt()],t.prototype,"isReplaceDragEle",void 0),hAt([HMt(!0)],t.prototype,"isPreventSelect",void 0),hAt([LMt()],t.prototype,"drag",void 0),hAt([LMt()],t.prototype,"dragStart",void 0),hAt([LMt()],t.prototype,"dragStop",void 0),hAt([HMt(1)],t.prototype,"distance",void 0),hAt([HMt()],t.prototype,"handle",void 0),hAt([HMt()],t.prototype,"abort",void 0),hAt([HMt()],t.prototype,"helper",void 0),hAt([HMt("default")],t.prototype,"scope",void 0),hAt([HMt("")],t.prototype,"dragTarget",void 0),hAt([HMt()],t.prototype,"axis",void 0),hAt([HMt()],t.prototype,"queryPositionInfo",void 0),hAt([HMt(!1)],t.prototype,"enableTailMode",void 0),hAt([HMt(!1)],t.prototype,"skipDistanceCheck",void 0),hAt([HMt(!0)],t.prototype,"preventDefault",void 0),hAt([HMt(!1)],t.prototype,"enableAutoScroll",void 0),hAt([HMt(!1)],t.prototype,"enableTapHold",void 0),hAt([HMt(750)],t.prototype,"tapHoldThreshold",void 0),hAt([HMt(!1)],t.prototype,"enableScrollHandler",void 0),t=n=hAt([PMt],t)}(EMt);var mAt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),vAt=function(e,t,n,r){var i,a=arguments.length,o=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(i=e[l])&&(o=(a<3?i(o):a>3?i(t,n,o):i(t,n))||o);return a>3&&o&&Object.defineProperty(t,n,o),o};!function(e){function t(t,n){var r=e.call(this,n,t)||this;return r.mouseOver=!1,r.dragData={},r.dragStopCalled=!1,r.bind(),r}mAt(t,e),t.prototype.bind=function(){this.wireEvents()},t.prototype.wireEvents=function(){nMt.add(this.element,tMt.touchEndEvent,this.intDrop,this)},t.prototype.onPropertyChanged=function(e,t){},t.prototype.getModuleName=function(){return"droppable"},t.prototype.intOver=function(e,t){if(!this.mouseOver){var n=this.dragData[this.scope];this.trigger("over",{event:e,target:t,dragData:n}),this.mouseOver=!0}},t.prototype.intOut=function(e,t){this.mouseOver&&(this.trigger("out",{evt:e,target:t}),this.mouseOver=!1)},t.prototype.intDrop=function(e,t){if(this.dragStopCalled){this.dragStopCalled=!1;var n,r=!0,i=this.dragData[this.scope],a=!!i&&(i.helper&&sMt(i.helper));a&&(n=this.isDropArea(e,i.helper,t),this.accept&&(r=wMt(i.helper,this.accept))),a&&this.drop&&n.canDrop&&r&&this.trigger("drop",{event:e,target:n.target,droppedElement:i.helper,dragData:i}),this.mouseOver=!1}},t.prototype.isDropArea=function(e,t,n){var r={canDrop:!0,target:n||e.target},i="touchend"===e.type;if(i||r.target===t){t.style.display="none";var a=i?e.changedTouches[0]:e,o=document.elementFromPoint(a.clientX,a.clientY);r.canDrop=!1,r.canDrop=sSt(o,this.element),r.canDrop&&(r.target=o),t.style.display=""}return r},t.prototype.destroy=function(){nMt.remove(this.element,tMt.touchEndEvent,this.intDrop),e.prototype.destroy.call(this)},vAt([HMt()],t.prototype,"accept",void 0),vAt([HMt("default")],t.prototype,"scope",void 0),vAt([LMt()],t.prototype,"drop",void 0),vAt([LMt()],t.prototype,"over",void 0),vAt([LMt()],t.prototype,"out",void 0),t=vAt([PMt],t)}(EMt);var gAt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),bAt=function(e,t,n,r){var i,a=arguments.length,o=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(i=e[l])&&(o=(a<3?i(o):a>3?i(t,n,o):i(t,n))||o);return a>3&&o&&Object.defineProperty(t,n,o),o},yAt={backspace:8,tab:9,enter:13,shift:16,control:17,alt:18,pause:19,capslock:20,space:32,escape:27,pageup:33,pagedown:34,end:35,home:36,leftarrow:37,uparrow:38,rightarrow:39,downarrow:40,insert:45,delete:46,f1:112,f2:113,f3:114,f4:115,f5:116,f6:117,f7:118,f8:119,f9:120,f10:121,f11:122,f12:123,semicolon:186,plus:187,comma:188,minus:189,dot:190,forwardslash:191,graveaccent:192,openbracket:219,backslash:220,closebracket:221,singlequote:222},wAt=function(e){function t(t,r){var i=e.call(this,r,t)||this;return i.keyPressHandler=function(e){for(var t=e.altKey,r=e.ctrlKey,a=e.shiftKey,o=e.which,l=0,s=Object.keys(i.keyConfigs);l<s.length;l++)for(var c=s[l],d=0,h=i.keyConfigs[c].split(",");d<h.length;d++){var u=h[d],p=n.getKeyConfigData(u.trim());t===p.altKey&&r===p.ctrlKey&&a===p.shiftKey&&o===p.keyCode&&(e.action=c,i.keyAction&&i.keyAction(e))}},i.bind(),i}var n;return gAt(t,e),n=t,t.prototype.destroy=function(){this.unwireEvents(),e.prototype.destroy.call(this)},t.prototype.onPropertyChanged=function(e,t){},t.prototype.bind=function(){this.wireEvents()},t.prototype.getModuleName=function(){return"keyboard"},t.prototype.wireEvents=function(){this.element.addEventListener(this.eventName,this.keyPressHandler)},t.prototype.unwireEvents=function(){this.element.removeEventListener(this.eventName,this.keyPressHandler)},t.getKeyConfigData=function(e){if(e in this.configCache)return this.configCache[e];var t=e.toLowerCase().split("+"),r={altKey:-1!==t.indexOf("alt"),ctrlKey:-1!==t.indexOf("ctrl"),shiftKey:-1!==t.indexOf("shift"),keyCode:null};return t[t.length-1].length>1&&Number(t[t.length-1])?r.keyCode=Number(t[t.length-1]):r.keyCode=n.getKeyCode(t[t.length-1]),n.configCache[e]=r,r},t.getKeyCode=function(e){return yAt[e]||e.toUpperCase().charCodeAt(0)},t.configCache={},bAt([HMt({})],t.prototype,"keyConfigs",void 0),bAt([HMt("keyup")],t.prototype,"eventName",void 0),bAt([LMt()],t.prototype,"keyAction",void 0),t=n=bAt([PMt],t)}(EMt),xAt=function(){function e(e,t,n){this.controlName=e,this.localeStrings=t,this.setLocale(n||VSt)}return e.prototype.setLocale=function(t){var n=this.intGetControlConstant(e.locale,t);this.currentLocale=n||this.localeStrings},e.load=function(e){this.locale=iSt(this.locale,e,{},!0)},e.prototype.getConstant=function(e){return aSt(this.currentLocale[e])?this.localeStrings[e]||"":this.currentLocale[e]},e.prototype.intGetControlConstant=function(e,t){return e[t]?e[t][this.controlName]:null},e.locale={},e}(),EAt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),kAt=function(e,t,n,r){var i,a=arguments.length,o=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(i=e[l])&&(o=(a<3?i(o):a>3?i(t,n,o):i(t,n))||o);return a>3&&o&&Object.defineProperty(t,n,o),o},CAt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return EAt(t,e),kAt([HMt(50)],t.prototype,"swipeThresholdDistance",void 0),t}(KMt),SAt=/(Up|Down)/;!function(e){function t(t,n){var r=e.call(this,n,t)||this;return r.touchAction=!0,r.tapCount=0,r.startEvent=function(e){if(!0===r.touchAction){var t=r.updateChangeTouches(e);void 0!==e.changedTouches&&(r.touchAction=!1),r.isTouchMoved=!1,r.movedDirection="",r.startPoint=r.lastMovedPoint={clientX:t.clientX,clientY:t.clientY},r.startEventData=t,r.hScrollLocked=r.vScrollLocked=!1,r.tStampStart=Date.now(),r.timeOutTapHold=setTimeout(function(){r.tapHoldEvent(e)},r.tapHoldThreshold),nMt.add(r.element,tMt.touchMoveEvent,r.moveEvent,r),nMt.add(r.element,tMt.touchEndEvent,r.endEvent,r),nMt.add(r.element,tMt.touchCancelEvent,r.cancelEvent,r)}},r.moveEvent=function(e){var t=r.updateChangeTouches(e);r.movedPoint=t,r.isTouchMoved=!(t.clientX===r.startPoint.clientX&&t.clientY===r.startPoint.clientY);var n={};r.isTouchMoved&&(clearTimeout(r.timeOutTapHold),r.calcScrollPoints(e),n=iSt(n,{},{startEvents:r.startEventData,originalEvent:e,startX:r.startPoint.clientX,startY:r.startPoint.clientY,distanceX:r.distanceX,distanceY:r.distanceY,scrollDirection:r.scrollDirection,velocity:r.getVelocity(t)}),r.trigger("scroll",n),r.lastMovedPoint={clientX:t.clientX,clientY:t.clientY})},r.cancelEvent=function(e){clearTimeout(r.timeOutTapHold),clearTimeout(r.timeOutTap),r.tapCount=0,r.swipeFn(e),nMt.remove(r.element,tMt.touchCancelEvent,r.cancelEvent)},r.endEvent=function(e){r.swipeFn(e),r.isTouchMoved||"function"==typeof r.tap&&(r.trigger("tap",{originalEvent:e,tapCount:++r.tapCount}),r.timeOutTap=setTimeout(function(){r.tapCount=0},r.tapThreshold)),r.modeclear()},r.swipeFn=function(e){clearTimeout(r.timeOutTapHold),clearTimeout(r.timeOutTap);var t=r.updateChangeTouches(e),n=t.clientX-r.startPoint.clientX,i=t.clientY-r.startPoint.clientY;n=Math.floor(n<0?-1*n:n),i=Math.floor(i<0?-1*i:n),r.isTouchMoved=n>1||i>1,/Firefox/.test(tMt.userAgent)&&0===t.clientX&&0===t.clientY&&"mouseup"===e.type&&(r.isTouchMoved=!1),r.endPoint=t,r.calcPoints(e);var a={originalEvent:e,startEvents:r.startEventData,startX:r.startPoint.clientX,startY:r.startPoint.clientY,distanceX:r.distanceX,distanceY:r.distanceY,swipeDirection:r.movedDirection,velocity:r.getVelocity(t)};if(r.isTouchMoved){var o=void 0,l=r.swipeSettings.swipeThresholdDistance;o=iSt(o,r.defaultArgs,a);var s=!1,c=r.element,d=r.isScrollable(c),h=SAt.test(r.movedDirection);(l<r.distanceX&&!h||l<r.distanceY&&h)&&(s=!d||r.checkSwipe(c,h)),s&&r.trigger("swipe",o)}r.modeclear()},r.modeclear=function(){r.modeClear=setTimeout(function(){r.touchAction=!0},"function"!=typeof r.tap?0:20),r.lastTapTime=(new Date).getTime(),nMt.remove(r.element,tMt.touchMoveEvent,r.moveEvent),nMt.remove(r.element,tMt.touchEndEvent,r.endEvent),nMt.remove(r.element,tMt.touchCancelEvent,r.cancelEvent)},r.bind(),r}EAt(t,e),t.prototype.onPropertyChanged=function(e,t){},t.prototype.bind=function(){this.wireEvents(),tMt.isIE&&this.element.classList.add("e-block-touch")},t.prototype.destroy=function(){this.unwireEvents(),e.prototype.destroy.call(this)},t.prototype.wireEvents=function(){nMt.add(this.element,tMt.touchStartEvent,this.startEvent,this)},t.prototype.unwireEvents=function(){nMt.remove(this.element,tMt.touchStartEvent,this.startEvent)},t.prototype.getModuleName=function(){return"touch"},t.prototype.isScrollable=function(e){var t=getComputedStyle(e),n=t.overflow+t.overflowX+t.overflowY;return!!/(auto|scroll)/.test(n)},t.prototype.tapHoldEvent=function(e){var t;this.tapCount=0,this.touchAction=!0,nMt.remove(this.element,tMt.touchMoveEvent,this.moveEvent),nMt.remove(this.element,tMt.touchEndEvent,this.endEvent),t={originalEvent:e},this.trigger("tapHold",t),nMt.remove(this.element,tMt.touchCancelEvent,this.cancelEvent)},t.prototype.calcPoints=function(e){var t=this.updateChangeTouches(e);this.defaultArgs={originalEvent:e},this.distanceX=Math.abs(Math.abs(t.clientX)-Math.abs(this.startPoint.clientX)),this.distanceY=Math.abs(Math.abs(t.clientY)-Math.abs(this.startPoint.clientY)),this.distanceX>this.distanceY?this.movedDirection=t.clientX>this.startPoint.clientX?"Right":"Left":this.movedDirection=t.clientY<this.startPoint.clientY?"Up":"Down"},t.prototype.calcScrollPoints=function(e){var t=this.updateChangeTouches(e);this.defaultArgs={originalEvent:e},this.distanceX=Math.abs(Math.abs(t.clientX)-Math.abs(this.lastMovedPoint.clientX)),this.distanceY=Math.abs(Math.abs(t.clientY)-Math.abs(this.lastMovedPoint.clientY)),(this.distanceX>this.distanceY||!0===this.hScrollLocked)&&!1===this.vScrollLocked?(this.scrollDirection=t.clientX>this.lastMovedPoint.clientX?"Right":"Left",this.hScrollLocked=!0):(this.scrollDirection=t.clientY<this.lastMovedPoint.clientY?"Up":"Down",this.vScrollLocked=!0)},t.prototype.getVelocity=function(e){var t=e.clientX,n=e.clientY,r=Date.now(),i=t-this.startPoint.clientX,a=n-this.startPoint.clientX,o=r-this.tStampStart;return Math.sqrt(i*i+a*a)/o},t.prototype.checkSwipe=function(e,t){var n=["scroll","offset"],r=t?["Height","Top"]:["Width","Left"];return e[n[0]+r[0]]<=e[n[1]+r[0]]||(0===e[n[0]+r[1]]||e[n[1]+r[0]]+e[n[0]+r[1]]>=e[n[0]+r[0]])},t.prototype.updateChangeTouches=function(e){return e.changedTouches&&0!==e.changedTouches.length?e.changedTouches[0]:e},kAt([LMt()],t.prototype,"tap",void 0),kAt([LMt()],t.prototype,"tapHold",void 0),kAt([LMt()],t.prototype,"swipe",void 0),kAt([LMt()],t.prototype,"scroll",void 0),kAt([HMt(350)],t.prototype,"tapThreshold",void 0),kAt([HMt(750)],t.prototype,"tapHoldThreshold",void 0),kAt([NMt({},CAt)],t.prototype,"swipeSettings",void 0),t=kAt([PMt],t)}(EMt);var MAt=new RegExp("\\n|\\r|\\s\\s+","g"),AAt=new RegExp(/'|"/g),_At=new RegExp("if ?\\("),OAt=new RegExp("else if ?\\("),ZAt=new RegExp("else"),DAt=new RegExp("for ?\\("),IAt=new RegExp("(/if|/for)"),HAt=new RegExp("\\((.*)\\)",""),NAt=new RegExp("^[0-9]+$","g"),TAt=new RegExp("[\\w\"'.\\s+]+","g"),LAt=new RegExp('"(.*?)"',"g"),PAt=new RegExp("[\\w\"'@#$.\\s-+]+","g"),VAt=new RegExp("\\${([^}]*)}","g"),jAt=/^\..*/gm,zAt=/\\/gi,BAt=/\\\\/gi,RAt=new RegExp("[\\w\"'@#$.\\s+]+","g"),WAt=/\window\./gm;function FAt(e,t,n){var r="data",i=function(e,t,n,r){var i=0,a=[],o=e.match(/class="([^"]+|)\s{2}/g),l="";o&&o.forEach(function(t){l=t.replace(/\s\s+/g," "),e=e.replace(t,l)});return e.replace(MAt,"").replace(LAt,"'$1'").replace(VAt,function(e,o,l,s){var c=/@|#|\$/gm,d=o.match(HAt);if(d){var h=d[1];if(OAt.test(o))o='";} '+o.replace(d[1],h.replace(TAt,function(e){return qAt(e=e.trim(),!AAt.test(e)&&-1===a.indexOf(e),t,a,r)}))+'{ \n str = str + "';else if(_At.test(o))o='"; '+o.replace(d[1],h.replace(PAt,function(e){return GAt(e,t,a,r)}))+'{ \n str = str + "';else if(DAt.test(o)){var u=d[1].split(" of ");o='"; '+o.replace(d[1],function(e){return a.push(u[0]),a.push(u[0]+"Index"),"var i"+(i+=1)+"=0; i"+i+" < "+qAt(u[1],!0,t,a,r)+".length; i"+i+"++"})+"{ \n "+u[0]+"= "+qAt(u[1],!0,t,a,r)+"[i"+i+"]; \n var "+u[0]+"Index=i"+i+'; \n str = str + "'}else{var p=o.split("("),f=n&&n.hasOwnProperty(p[0])?"this.":"global";f=/\./.test(p[0])?"":f;var m=d[1].split(",");0===d[1].length||/data/.test(m[0])||/window./.test(m[0])||(d[1]="global"===f?t+"."+d[1]:d[1]);var v=/@|\$|#/gm,g=/\]\./gm;if(WAt.test(o)&&g.test(o)||v.test(o))/@|\$|#|\]\./gm.test(o)&&(o='"+ '+("global"===f?"":f)+o.replace(d[1],h.replace(RAt,function(e){return GAt(e,t,a,r)}))+'+ "');else o='" + '+("global"===f?"":f)+o.replace(h,qAt(d[1].replace(/,( |)data.|,/gi,","+t+".").replace(/,( |)data.window/gi,",window"),"global"!==f,t,a,r))+'+"'}}else ZAt.test(o)?o='"; '+o.replace(ZAt,'} else { \n str = str + "'):o.match(IAt)?o=o.replace(IAt,'"; \n } \n str = str + "'):c.test(o)?(o.match(zAt)&&(o=UAt(o)),o='"+'+YAt(o,-1===a.indexOf(o),t,a)+'"]+"'):o=o.match(zAt)?'"+'+YAt(o=UAt(o),-1===a.indexOf(o),t,a)+'"]+"':'"+'+qAt(o.replace(/,/gi,"+"+t+"."),-1===a.indexOf(o),t,a,r)+'+"';return o})}(e,r,t,n);return new Function(r,'var str="'+i+"\";var valueRegEx = (/value=\\'([A-Za-z0-9 _]*)((.)([\\w)(!-;?-■\\s]+)['])/g);\n var hrefRegex = (/(?:href)([\\s='\"./]+)([\\w-./?=&\\\\#\"]+)((.)([\\w)(!-;/?-■\\s]+)['])/g);\n if(str.match(valueRegEx)){\n var check = str.match(valueRegEx);\n var str1 = str;\n for (var i=0; i < check.length; i++) {\n var check1 = str.match(valueRegEx)[i].split('value=')[1];\n var change = check1.match(/^'/) !== null ? check1.replace(/^'/, '\"') : check1;\n change =change.match(/.$/)[0] === '\\'' ? change.replace(/.$/,'\"') : change;\n str1 = str1.replace(check1, change);\n }\n str = str.replace(str, str1);\n }\n else if (str.match(/(?:href='')/) === null) {\n if(str.match(hrefRegex)) {\n var check = str.match(hrefRegex);\n var str1 = str;\n for (var i=0; i < check.length; i++) {\n var check1 = str.match(hrefRegex)[i].split('href=')[1];\n if (check1) {\n var change = check1.match(/^'/) !== null ? check1.replace(/^'/, '\"') : check1;\n change =change.match(/.$/)[0] === '\\'' ? change.replace(/.$/,'\"') : change;\n str1 = str1.replace(check1, change);\n }\n }\n str = str.replace(str, str1);\n }\n }\n return str;").bind(t)}function qAt(e,t,n,r,i){return!t||NAt.test(e)||-1!==r.indexOf(e.split(".")[0])||i?e:n+"."+e}function YAt(e,t,n,r){return t&&!NAt.test(e)&&-1===r.indexOf(e.split(".")[0])?n+'["'+e:e}function UAt(e){return e.match(BAt)||(e=e.replace(zAt,"\\\\")),e}function GAt(e,t,n,r){e=e.trim();if(/\window\./gm.test(e))return e;var i=/'|"/gm;return/@|\$|#/gm.test(e)&&(e=YAt(e,-1===n.indexOf(e),t,n)+'"]'),jAt.test(e)?function(e,t,n,r){return!t||NAt.test(e)||-1!==r.indexOf(e.split(".")[0])||/^\..*/gm.test(e)?e:n+"."+e}(e,!i.test(e)&&-1===n.indexOf(e),t,n):qAt(e,!i.test(e)&&-1===n.indexOf(e),t,n,r)}var XAt=/^[\n\r.]+<tr|^<tr/,JAt=/^[\n\r.]+<svg|^<path|^<g/;function QAt(e,t,n){var r=n_t.compile(e,t,n);return function(e,t,n,i,a,o,l,s){var c=r(e,t,n,l,s);return"string"==typeof c?JAt.test(c)?iMt("svg",{innerHTML:c}).childNodes:iMt(XAt.test(c)?"table":"div",{innerHTML:c}).childNodes:c}}var KAt,$At,e_t,t_t,n_t={compile:(new(function(){function e(){}return e.prototype.compile=function(e,t,n){return void 0===t&&(t={}),FAt(e,t)},e}())).compile},r_t=["script","style","iframe[src]",'link[href*="javascript:"]','object[type="text/x-scriptlet"]','object[data^="data:text/html;base64"]','img[src^="data:text/html;base64"]','[src^="javascript:"]','[dynsrc^="javascript:"]','[lowsrc^="javascript:"]','[type^="application/x-shockwave-flash"]'],i_t=[{attribute:"href",selector:'[href*="javascript:"]'},{attribute:"background",selector:'[background^="javascript:"]'},{attribute:"style",selector:'[style*="javascript:"]'},{attribute:"style",selector:'[style*="expression("]'},{attribute:"href",selector:'a[href^="data:text/html;base64"]'}],a_t=["onchange","onclick","onmouseover","onmouseout","onkeydown","onload","onerror","onblur","onfocus","onbeforeload","onbeforeunload","onkeyup","onsubmit","onafterprint","onbeforeonload","onbeforeprint","onblur","oncanplay","oncanplaythrough","onchange","onclick","oncontextmenu","ondblclick","ondrag","ondragend","ondragenter","ondragleave","ondragover","ondragstart","ondrop","ondurationchange","onemptied","onended","onerror","onerror","onfocus","onformchange","onforminput","onhaschange","oninput","oninvalid","onkeydown","onkeypress","onkeyup","onload","onloadeddata","onloadedmetadata","onloadstart","onmessage","onmousedown","onmousemove","onmouseout","onmouseover","onmouseup","onmousewheel","onoffline","onoine","ononline","onpagehide","onpageshow","onpause","onplay","onplaying","onpopstate","onprogress","onratechange","onreadystatechange","onredo","onresize","onscroll","onseeked","onseeking","onselect","onstalled","onstorage","onsubmit","onsuspend","ontimeupdate","onundo","onunload","onvolumechange","onwaiting","onmouseenter","onmouseleave","onmousewheel","onstart","onpropertychange"],o_t=function(){function e(){}return e.beforeSanitize=function(){return{selectors:{tags:r_t,attributes:i_t}}},e.sanitize=function(e){var t=this.beforeSanitize();return this.serializeValue(t,e)},e.serializeValue=function(e,t){this.removeAttrs=e.selectors.attributes,this.removeTags=e.selectors.tags,this.wrapElement=document.createElement("div"),this.wrapElement.innerHTML=t,this.removeXssTags(),this.removeJsEvents(),this.removeXssAttrs();var n=this.wrapElement.innerHTML;return this.removeElement(),n.replace("&","&")},e.removeElement=function(){for(var e=this.wrapElement.children,t=0;t<e.length;t++)for(var n=e[t].attributes,r=0;r<n.length;r++)this.wrapElement.children[t].removeAttribute(n[r].localName)},e.removeXssTags=function(){var e=this.wrapElement.querySelectorAll(this.removeTags.join(","));e.length>0&&e.forEach(function(e){uMt(e)})},e.removeJsEvents=function(){var e=this.wrapElement.querySelectorAll("["+a_t.join("],[")+"]");e.length>0&&e.forEach(function(e){a_t.forEach(function(t){e.hasAttribute(t)&&e.removeAttribute(t)})})},e.removeXssAttrs=function(){var e=this;this.removeAttrs.forEach(function(t,n){var r=e.wrapElement.querySelectorAll(t.selector);r.length>0&&r.forEach(function(e){e.removeAttribute(t.attribute)})})},e}(),l_t=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),s_t=function(e,t,n,r){var i,a=arguments.length,o=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(i=e[l])&&(o=(a<3?i(o):a>3?i(t,n,o):i(t,n))||o);return a>3&&o&&Object.defineProperty(t,n,o),o},c_t="e-other-month",d_t="e-other-year",h_t="e-calendar",u_t="e-device",p_t="e-rtl",f_t="e-year",m_t="e-month",v_t="e-decade",g_t="e-icons",b_t="e-disabled",y_t="e-overlay",w_t="e-week-number",x_t="e-selected",E_t="e-focused-date",k_t="e-month-hide",C_t="e-today",S_t="e-day",M_t="e-cell",A_t="e-zoomin",__t="e-calendar-day-header-lg",O_t=864e5,Z_t=function(e){function t(t,n){var r=e.call(this,t,n)||this;return r.effect="",r.isPopupClicked=!1,r.isDateSelected=!0,r.isTodayClicked=!1,r.preventChange=!1,r.isAngular=!1,r}return l_t(t,e),t.prototype.render=function(){this.rangeValidation(this.min,this.max),this.calendarEleCopy=this.element.cloneNode(!0),"Islamic"===this.calendarMode&&(+this.min.setSeconds(0)===+new Date(1900,0,1,0,0,0)&&(this.min=new Date(1944,2,18)),+this.max===+new Date(2099,11,31)&&(this.max=new Date(2069,10,16))),this.globalize=new BSt(this.locale),(aSt(this.firstDayOfWeek)||this.firstDayOfWeek>6||this.firstDayOfWeek<0)&&this.setProperties({firstDayOfWeek:this.globalize.getFirstDayOfWeek()},!0),this.todayDisabled=!1,this.todayDate=new Date((new Date).setHours(0,0,0,0)),"calendar"===this.getModuleName()?(this.element.classList.add(h_t),this.enableRtl&&this.element.classList.add(p_t),tMt.isDevice&&this.element.classList.add(u_t),fMt(this.element,{"data-role":"calendar"}),this.tabIndex=this.element.hasAttribute("tabindex")?this.element.getAttribute("tabindex"):"0",this.element.setAttribute("tabindex",this.tabIndex)):(this.calendarElement=this.createElement("div"),this.calendarElement.classList.add(h_t),this.enableRtl&&this.calendarElement.classList.add(p_t),tMt.isDevice&&this.calendarElement.classList.add(u_t),fMt(this.calendarElement,{role:"calendar"})),this.createHeader(),this.createContent(),this.wireEvents()},t.prototype.rangeValidation=function(e,t){aSt(e)&&this.setProperties({min:new Date(1900,0,1)},!0),aSt(t)&&this.setProperties({max:new Date(2099,11,31)},!0)},t.prototype.getDefaultKeyConfig=function(){return this.defaultKeyConfigs={controlUp:"ctrl+38",controlDown:"ctrl+40",moveDown:"downarrow",moveUp:"uparrow",moveLeft:"leftarrow",moveRight:"rightarrow",select:"enter",home:"home",end:"end",pageUp:"pageup",pageDown:"pagedown",shiftPageUp:"shift+pageup",shiftPageDown:"shift+pagedown",controlHome:"ctrl+home",controlEnd:"ctrl+end",altUpArrow:"alt+uparrow",spacebar:"space",altRightArrow:"alt+rightarrow",altLeftArrow:"alt+leftarrow"},this.defaultKeyConfigs},t.prototype.validateDate=function(e){this.setProperties({min:this.checkDateValue(new Date(this.checkValue(this.min)))},!0),this.setProperties({max:this.checkDateValue(new Date(this.checkValue(this.max)))},!0),this.currentDate=this.currentDate?this.currentDate:new Date((new Date).setHours(0,0,0,0)),!aSt(e)&&this.min<=this.max&&e>=this.min&&e<=this.max&&(this.currentDate=new Date(this.checkValue(e)))},t.prototype.setOverlayIndex=function(e,t,n,r){if(r&&!aSt(t)&&!aSt(n)&&!aSt(e)){var i=parseInt(t.style.zIndex,10)?parseInt(t.style.zIndex,10):1e3;n.style.zIndex=(i-1).toString(),e.style.zIndex=i.toString()}},t.prototype.minMaxUpdate=function(e){+this.min<=+this.max?oMt([this.element],y_t):(this.setProperties({min:this.min},!0),aMt([this.element],y_t)),this.min=aSt(this.min)||!+this.min?this.min=new Date(1900,0,1):this.min,this.max=aSt(this.max)||!+this.max?this.max=new Date(2099,11,31):this.max,+this.min<=+this.max&&e&&+e<=+this.max&&+e>=+this.min?this.currentDate=new Date(this.checkValue(e)):+this.min<=+this.max&&!e&&+this.currentDate>+this.max?this.currentDate=new Date(this.checkValue(this.max)):+this.currentDate<+this.min&&(this.currentDate=new Date(this.checkValue(this.min)))},t.prototype.createHeader=function(){this.headerElement=this.createElement("div",{className:"e-header"});var e=this.createElement("div",{className:"e-icon-container"});this.previousIcon=this.createElement("button",{className:"e-prev",attrs:{type:"button"}}),FMt(this.previousIcon,{duration:400,selector:".e-prev",isCenterRipple:!0}),fMt(this.previousIcon,{"aria-disabled":"false","aria-label":"previous month"}),this.nextIcon=this.createElement("button",{className:"e-next",attrs:{type:"button"}}),FMt(this.nextIcon,{selector:".e-next",duration:400,isCenterRipple:!0}),"daterangepicker"===this.getModuleName()&&(fMt(this.previousIcon,{tabIndex:"-1"}),fMt(this.nextIcon,{tabIndex:"-1"})),fMt(this.nextIcon,{"aria-disabled":"false","aria-label":"next month"}),this.headerTitleElement=this.createElement("div",{className:S_t+" e-title"}),fMt(this.headerTitleElement,{"aria-atomic":"true","aria-live":"assertive","aria-label":"title"}),this.headerElement.appendChild(this.headerTitleElement),this.previousIcon.appendChild(this.createElement("span",{className:"e-date-icon-prev "+g_t})),this.nextIcon.appendChild(this.createElement("span",{className:"e-date-icon-next "+g_t})),e.appendChild(this.previousIcon),e.appendChild(this.nextIcon),this.headerElement.appendChild(e),"calendar"===this.getModuleName()?this.element.appendChild(this.headerElement):this.calendarElement.appendChild(this.headerElement),this.adjustLongHeaderSize()},t.prototype.createContent=function(){this.contentElement=this.createElement("div",{className:"e-content"}),this.table=this.createElement("table",{attrs:{tabIndex:"0",role:"grid","aria-activedescendant":""}}),"calendar"===this.getModuleName()?this.element.appendChild(this.contentElement):this.calendarElement.appendChild(this.contentElement),this.contentElement.appendChild(this.table),this.createContentHeader(),this.createContentBody(),this.showTodayButton&&this.createContentFooter()},t.prototype.getCultureValues=function(){var e,t,n=[],r="days.stand-alone."+this.dayHeaderFormat.toLowerCase();e="en"===this.locale||"en-US"===this.locale?KCt(r,RSt.getDependables(PSt,"",t,!1)[zSt[1]]):this.getCultureObjects(PSt,""+this.locale);for(var i=0,a=Object.keys(e);i<a.length;i++){var o=a[i];n.push(KCt(o,e))}return n},t.prototype.toCapitalize=function(e){return!aSt(e)&&e.length?e[0].toUpperCase()+e.slice(1):e},t.prototype.createContentHeader=function(){"calendar"===this.getModuleName()?aSt(this.element.querySelectorAll(".e-content .e-week-header")[0])||uMt(this.element.querySelectorAll(".e-content .e-week-header")[0]):aSt(this.calendarElement.querySelectorAll(".e-content .e-week-header")[0])||uMt(this.calendarElement.querySelectorAll(".e-content .e-week-header")[0]);var e="";(this.firstDayOfWeek>6||this.firstDayOfWeek<0)&&this.setProperties({firstDayOfWeek:0},!0),this.tableHeadElement=this.createElement("thead",{className:"e-week-header"}),this.weekNumber&&(e+='<th class="e-week-number"></th>',"calendar"===this.getModuleName()?aMt([this.element],""+w_t):aMt([this.calendarElement],""+w_t));for(var t=this.shiftArray(this.getCultureValues().length>0&&this.getCultureValues(),this.firstDayOfWeek),n=0;n<=6;n++)e+='<th class="">'+this.toCapitalize(t[n])+"</th>";e="<tr>"+e+"</tr>",this.tableHeadElement.innerHTML=e,this.table.appendChild(this.tableHeadElement)},t.prototype.createContentBody=function(){switch("calendar"===this.getModuleName()?aSt(this.element.querySelectorAll(".e-content tbody")[0])||uMt(this.element.querySelectorAll(".e-content tbody")[0]):aSt(this.calendarElement.querySelectorAll(".e-content tbody")[0])||uMt(this.calendarElement.querySelectorAll(".e-content tbody")[0]),this.start){case"Year":this.renderYears();break;case"Decade":this.renderDecades();break;default:this.renderMonths()}},t.prototype.updateFooter=function(){this.todayElement.textContent=this.l10.getConstant("today"),this.todayElement.setAttribute("aria-label",this.l10.getConstant("today"))},t.prototype.createContentFooter=function(){if(this.showTodayButton){var e=new Date(+this.min),t=new Date(+this.max);this.globalize=new BSt(this.locale),this.l10=new xAt(this.getModuleName(),{today:"Today"},this.locale),this.todayElement=this.createElement("button",{attrs:{role:"button"}}),FMt(this.todayElement),this.updateFooter(),aMt([this.todayElement],["e-btn",C_t,"e-flat","e-primary","e-css"]),+new Date(e.setHours(0,0,0,0))<=+this.todayDate&&+this.todayDate<=+new Date(t.setHours(0,0,0,0))&&!this.todayDisabled||aMt([this.todayElement],b_t),this.footer=this.createElement("div",{className:"e-footer-container"}),this.footer.appendChild(this.todayElement),"calendar"===this.getModuleName()&&this.element.appendChild(this.footer),"datepicker"===this.getModuleName()&&this.calendarElement.appendChild(this.footer),"datetimepicker"===this.getModuleName()&&this.calendarElement.appendChild(this.footer),this.todayElement.classList.contains(b_t)||nMt.add(this.todayElement,"click",this.todayButtonClick,this)}},t.prototype.wireEvents=function(e,t,n,r){nMt.add(this.headerTitleElement,"click",this.navigateTitle,this),this.defaultKeyConfigs=iSt(this.defaultKeyConfigs,this.keyConfigs),"calendar"===this.getModuleName()?this.keyboardModule=new wAt(this.element,{eventName:"keydown",keyAction:this.keyActionHandle.bind(this),keyConfigs:this.defaultKeyConfigs}):this.keyboardModule=new wAt(this.calendarElement,{eventName:"keydown",keyAction:this.keyActionHandle.bind(this),keyConfigs:this.defaultKeyConfigs})},t.prototype.dateWireEvents=function(e,t,n,r){this.defaultKeyConfigs=this.getDefaultKeyConfig(),this.defaultKeyConfigs=iSt(this.defaultKeyConfigs,n),this.serverModuleName=r},t.prototype.todayButtonClick=function(e,t,n){this.showTodayButton&&(this.currentView()===this.depth?this.effect="":this.effect="e-zoomin",this.getViewNumber(this.start)>=this.getViewNumber(this.depth)?this.navigateTo(this.depth,new Date(this.checkValue(t)),n):this.navigateTo("Month",new Date(this.checkValue(t)),n))},t.prototype.resetCalendar=function(){this.calendarElement&&uMt(this.calendarElement),this.tableBodyElement&&uMt(this.tableBodyElement),this.table&&uMt(this.table),this.tableHeadElement&&uMt(this.tableHeadElement),this.nextIcon&&uMt(this.nextIcon),this.previousIcon&&uMt(this.previousIcon),this.footer&&uMt(this.footer),this.todayElement=null,this.renderDayCellArgs=null,this.calendarElement=this.tableBodyElement=this.footer=this.tableHeadElement=this.nextIcon=this.previousIcon=this.table=null},t.prototype.keyActionHandle=function(e,t,n){var r,i=this.tableBodyElement.querySelector("tr td.e-focused-date");r=n?aSt(i)||+t!==parseInt(i.getAttribute("id").split("_")[0],10)?this.tableBodyElement.querySelector("tr td.e-selected"):i:this.tableBodyElement.querySelector("tr td.e-selected");var a=this.getViewNumber(this.currentView()),o=this.getViewNumber(this.depth),l=a===o&&this.getViewNumber(this.start)>=o;switch(this.effect="",e.action){case"moveLeft":this.keyboardNavigate(-1,a,e,this.max,this.min),e.preventDefault();break;case"moveRight":this.keyboardNavigate(1,a,e,this.max,this.min),e.preventDefault();break;case"moveUp":0===a?this.keyboardNavigate(-7,a,e,this.max,this.min):this.keyboardNavigate(-4,a,e,this.max,this.min),e.preventDefault();break;case"moveDown":0===a?this.keyboardNavigate(7,a,e,this.max,this.min):this.keyboardNavigate(4,a,e,this.max,this.min),e.preventDefault();break;case"select":if(e.target===this.todayElement)this.todayButtonClick(e,t);else{var s=aSt(i)?r:i;if(!aSt(s)&&!s.classList.contains(b_t))if(l){var c=new Date(parseInt(""+s.id,0));this.selectDate(e,c,s)}else this.contentClick(null,--a,s,t)}break;case"controlUp":this.title(),e.preventDefault();break;case"controlDown":aSt(i)&&(aSt(r)||l)||this.contentClick(null,--a,i||r,t),e.preventDefault();break;case"home":this.currentDate=this.firstDay(this.currentDate),uMt(this.tableBodyElement),0===a?this.renderMonths(e):1===a?this.renderYears(e):this.renderDecades(e),e.preventDefault();break;case"end":this.currentDate=this.lastDay(this.currentDate,a),uMt(this.tableBodyElement),0===a?this.renderMonths(e):1===a?this.renderYears(e):this.renderDecades(e),e.preventDefault();break;case"pageUp":this.addMonths(this.currentDate,-1),this.navigateTo("Month",this.currentDate),e.preventDefault();break;case"pageDown":this.addMonths(this.currentDate,1),this.navigateTo("Month",this.currentDate),e.preventDefault();break;case"shiftPageUp":this.addYears(this.currentDate,-1),this.navigateTo("Month",this.currentDate),e.preventDefault();break;case"shiftPageDown":this.addYears(this.currentDate,1),this.navigateTo("Month",this.currentDate),e.preventDefault();break;case"controlHome":this.navigateTo("Month",new Date(this.currentDate.getFullYear(),0,1)),e.preventDefault();break;case"controlEnd":this.navigateTo("Month",new Date(this.currentDate.getFullYear(),11,31)),e.preventDefault()}"calendar"===this.getModuleName()&&this.table.focus()},t.prototype.keyboardNavigate=function(e,t,n,r,i){var a=new Date(this.checkValue(this.currentDate));switch(t){case 2:this.addYears(this.currentDate,e),this.isMonthYearRange(this.currentDate)?(uMt(this.tableBodyElement),this.renderDecades(n)):this.currentDate=a;break;case 1:this.addMonths(this.currentDate,e),this.calendarMode,this.isMonthYearRange(this.currentDate)?(uMt(this.tableBodyElement),this.renderYears(n)):this.currentDate=a;break;case 0:this.addDay(this.currentDate,e,n,r,i),this.isMinMaxRange(this.currentDate)?(uMt(this.tableBodyElement),this.renderMonths(n)):this.currentDate=a}},t.prototype.preRender=function(e){var t=this;this.navigatePreviousHandler=this.navigatePrevious.bind(this),this.navigateNextHandler=this.navigateNext.bind(this),this.defaultKeyConfigs=this.getDefaultKeyConfig(),this.navigateHandler=function(e){t.triggerNavigate(e)}},t.prototype.minMaxDate=function(e){var t=new Date(new Date(+e).setHours(0,0,0,0)),n=new Date(new Date(+this.min).setHours(0,0,0,0)),r=new Date(new Date(+this.max).setHours(0,0,0,0));return+t!==+n&&+t!==+r||(+e<+this.min&&(e=new Date(+this.min)),+e>+this.max&&(e=new Date(+this.max))),e},t.prototype.renderMonths=function(e,t,n){var r,i=this.weekNumber?8:7;r="Gregorian"===this.calendarMode?this.renderDays(this.currentDate,t,null,null,n):this.islamicModule.islamicRenderDays(this.currentDate,t),this.createContentHeader(),"Gregorian"===this.calendarMode?this.renderTemplate(r,i,m_t,e,t):this.islamicModule.islamicRenderTemplate(r,i,m_t,e,t)},t.prototype.renderDays=function(e,t,n,r,i){var a,o=[],l=i?new Date(+e):this.getDate(new Date,this.timezone),s=new Date(this.checkValue(e)),c=s.getMonth();this.titleUpdate(e,"days");var d=s;for(s=new Date(d.getFullYear(),d.getMonth(),0,d.getHours(),d.getMinutes(),d.getSeconds(),d.getMilliseconds());s.getDay()!==this.firstDayOfWeek;)this.setStartDate(s,-864e5);for(var h=0;h<42;++h){var u=this.createElement("td",{className:M_t}),p=this.createElement("span");if(h%7==0&&this.weekNumber){var f="FirstDay"===this.weekRule?6:"FirstFourDayWeek"===this.weekRule?3:0,m=new Date(s.getFullYear(),s.getMonth(),s.getDate()+f);p.textContent=""+this.getWeek(m),u.appendChild(p),aMt([u],""+w_t),o.push(u)}a=new Date(+s),s=this.minMaxDate(s);var v={type:"dateTime",skeleton:"full"},g=this.globalize.parseDate(this.globalize.formatDate(s,v),v),b=this.dayCell(s),y=this.globalize.formatDate(s,{type:"date",skeleton:"full"}),w=this.createElement("span");w.textContent=this.globalize.formatDate(s,{format:"d",type:"date",skeleton:"yMd"});var x=this.min>s||this.max<s;x?(aMt([b],b_t),aMt([b],y_t)):w.setAttribute("title",""+y),c!==s.getMonth()&&aMt([b],c_t),0!==s.getDay()&&6!==s.getDay()||aMt([b],"e-weekend"),b.appendChild(w),this.renderDayCellArgs={date:s,isDisabled:!1,element:b,isOutOfRange:x};var E=this.renderDayCellArgs;if(this.renderDayCellEvent(E),E.isDisabled){var k=new Date(this.checkValue(t)),C=new Date(this.checkValue(E.date));if(n){if(!aSt(r)&&r.length>0)for(var S=0;S<r.length;S++){+new Date(this.globalize.formatDate(E.date,{type:"date",skeleton:"yMd"}))===+new Date(this.globalize.formatDate(r[S],{type:"date",skeleton:"yMd"}))&&(r.splice(S,1),S=-1)}}else k&&+k===+C&&this.setProperties({value:null},!0)}this.renderDayCellArgs.isDisabled&&!b.classList.contains(x_t)&&(aMt([b],b_t),aMt([b],y_t),+this.renderDayCellArgs.date===+this.todayDate&&(this.todayDisabled=!0));var M=b.classList.contains(c_t),A=b.classList.contains(b_t);if(A||nMt.add(b,"click",this.clickHandler,this),!n||aSt(r)||A)!A&&this.getDateVal(s,t)&&aMt([b],x_t);else{for(var _=0;_<r.length;_++){var O={format:null,type:"date",skeleton:"short",calendar:"Gregorian"===this.calendarMode?"gregorian":"islamic"};this.globalize.formatDate(s,O)===this.globalize.formatDate(r[_],O)&&this.getDateVal(s,r[_])||this.getDateVal(s,t)?aMt([b],x_t):this.updateFocus(M,A,s,b,e)}r.length<=0&&this.updateFocus(M,A,s,b,e)}this.updateFocus(M,A,s,b,e),g.getFullYear()===l.getFullYear()&&g.getMonth()===l.getMonth()&&g.getDate()===l.getDate()&&aMt([b],C_t),o.push(this.renderDayCellArgs.element),s=new Date(+a),this.addDay(s,1,null,this.max,this.min)}return o},t.prototype.updateFocus=function(e,t,n,r,i){i.getDate()!==n.getDate()||e||t?(i>=this.max&&parseInt(r.id,0)===+this.max&&!e&&!t&&aMt([r],E_t),i<=this.min&&parseInt(r.id,0)===+this.min&&!e&&!t&&aMt([r],E_t)):aMt([r],E_t)},t.prototype.renderYears=function(e,t){this.removeTableHeadElement();var n=[],r=aSt(t),i=new Date(this.checkValue(this.currentDate)),a=i.getMonth(),o=i.getFullYear(),l=i,s=l.getFullYear(),c=new Date(this.checkValue(this.min)).getFullYear(),d=new Date(this.checkValue(this.min)).getMonth(),h=new Date(this.checkValue(this.max)).getFullYear(),u=new Date(this.checkValue(this.max)).getMonth();l.setMonth(0),this.titleUpdate(this.currentDate,"months"),l.setDate(1);for(var p=0;p<12;++p){var f=this.dayCell(l),m=this.createElement("span"),v=t&&t.getMonth()===l.getMonth(),g=t&&t.getFullYear()===o&&v;m.textContent=this.toCapitalize(this.globalize.formatDate(l,{format:null,type:"dateTime",skeleton:"MMM"})),this.min&&(s<c||p<d&&s===c)||this.max&&(s>h||p>u&&s>=h)?aMt([f],b_t):!r&&g?aMt([f],x_t):l.getMonth()===a&&this.currentDate.getMonth()===a&&aMt([f],E_t),l.setDate(1),l.setMonth(l.getMonth()+1),f.classList.contains(b_t)||nMt.add(f,"click",this.clickHandler,this),f.appendChild(m),n.push(f)}this.renderTemplate(n,4,f_t,e,t)},t.prototype.renderDecades=function(e,t){this.removeTableHeadElement();var n=[],r=new Date(this.checkValue(this.currentDate));r.setMonth(0),r.setDate(1);var i=r.getFullYear(),a=new Date(r.setFullYear(i-i%10)),o=new Date(r.setFullYear(i-i%10+9)),l=a.getFullYear(),s=o.getFullYear(),c=this.globalize.formatDate(a,{format:null,type:"dateTime",skeleton:"y"}),d=this.globalize.formatDate(o,{format:null,type:"dateTime",skeleton:"y"});this.headerTitleElement.textContent=c+" - "+d;for(var h=new Date(i-i%10-1,0,1).getFullYear(),u=0;u<12;++u){var p=h+u;r.setFullYear(p);var f=this.dayCell(r);fMt(f,{role:"gridcell"});var m=this.createElement("span");m.textContent=this.globalize.formatDate(r,{format:null,type:"dateTime",skeleton:"y"}),p<l||p>s?(aMt([f],d_t),aSt(t)||r.getFullYear()!==t.getFullYear()||aMt([f],x_t),(p<new Date(this.checkValue(this.min)).getFullYear()||p>new Date(this.checkValue(this.max)).getFullYear())&&aMt([f],b_t)):p<new Date(this.checkValue(this.min)).getFullYear()||p>new Date(this.checkValue(this.max)).getFullYear()?aMt([f],b_t):aSt(t)||r.getFullYear()!==t.getFullYear()?r.getFullYear()!==this.currentDate.getFullYear()||f.classList.contains(b_t)||aMt([f],E_t):aMt([f],x_t),f.classList.contains(b_t)||nMt.add(f,"click",this.clickHandler,this),f.appendChild(m),n.push(f)}this.renderTemplate(n,4,"e-decade",e,t)},t.prototype.dayCell=function(e){var t={skeleton:"full",type:"dateTime",calendar:"Gregorian"===this.calendarMode?"gregorian":"islamic"},n=this.globalize.parseDate(this.globalize.formatDate(e,t),t).valueOf(),r={className:M_t,attrs:{id:""+lSt(""+n),"aria-selected":"false",role:"gridcell"}};return this.createElement("td",r)},t.prototype.firstDay=function(e){var t="Decade"!==this.currentView()?this.tableBodyElement.querySelectorAll("td:not(."+c_t):this.tableBodyElement.querySelectorAll("td:not(."+d_t);if(t.length)for(var n=0;n<t.length;n++)if(!t[n].classList.contains(b_t)){e=new Date(parseInt(t[n].id,0));break}return e},t.prototype.lastDay=function(e,t){var n=new Date(e.getFullYear(),e.getMonth()+1,0);if(2!==t){var r=Math.abs(n.getTimezoneOffset()-this.firstDay(e).getTimezoneOffset());return r&&n.setHours(this.firstDay(e).getHours()+r/60),this.findLastDay(n)}return this.findLastDay(this.firstDay(n))},t.prototype.checkDateValue=function(e){return!aSt(e)&&e instanceof Date&&!isNaN(+e)?e:null},t.prototype.findLastDay=function(e){var t="Decade"===this.currentView()?this.tableBodyElement.querySelectorAll("td:not(."+d_t):this.tableBodyElement.querySelectorAll("td:not(."+c_t);if(t.length)for(var n=t.length-1;n>=0;n--)if(!t[n].classList.contains(b_t)){e=new Date(parseInt(t[n].id,0));break}return e},t.prototype.removeTableHeadElement=function(){"calendar"===this.getModuleName()?aSt(this.element.querySelectorAll(".e-content table thead")[0])||uMt(this.tableHeadElement):aSt(this.calendarElement.querySelectorAll(".e-content table thead")[0])||uMt(this.tableHeadElement)},t.prototype.renderTemplate=function(e,t,n,r,i){var a,o=this.getViewNumber(this.currentView());this.tableBodyElement=this.createElement("tbody"),this.table.appendChild(this.tableBodyElement),oMt([this.contentElement,this.headerElement],[m_t,v_t,f_t]),aMt([this.contentElement,this.headerElement],[n]);for(var l=t,s=0,c=0;c<e.length/t;++c){for(a=this.createElement("tr",{attrs:{role:"row"}}),s=0+s;s<l;s++)e[s].classList.contains("e-week-number")||aSt(e[s].children[0])||(aMt([e[s].children[0]],[S_t]),FMt(e[s].children[0],{duration:600,isCenterRipple:!0})),a.appendChild(e[s]),this.weekNumber&&7===s&&e[7].classList.contains(c_t)&&aMt([a],k_t),!this.weekNumber&&6===s&&e[6].classList.contains(c_t)&&aMt([a],k_t),this.weekNumber?41===s&&e[41].classList.contains(c_t)&&aMt([a],k_t):35===s&&e[35].classList.contains(c_t)&&aMt([a],k_t);l+=t,s+=0,this.tableBodyElement.appendChild(a)}this.table.querySelector("tbody").className=this.effect,"Gregorian"===this.calendarMode?this.iconHandler():this.islamicModule.islamicIconHandler(),(o!==this.getViewNumber(this.currentView())||0===o&&o!==this.getViewNumber(this.currentView()))&&this.navigateHandler(r),this.setAriaActiveDescendant()},t.prototype.clickHandler=function(e,t){this.clickEventEmitter(e);var n=e.currentTarget,r=this.getViewNumber(this.currentView());n.classList.contains(c_t)?this.contentClick(e,0,null,t):r===this.getViewNumber(this.depth)&&this.getViewNumber(this.start)>=this.getViewNumber(this.depth)||2===r?this.contentClick(e,1,null,t):n.classList.contains(c_t)||0!==r?this.contentClick(e,0,n,t):this.selectDate(e,this.getIdValue(e,null),null),"calendar"===this.getModuleName()&&this.table.focus()},t.prototype.clickEventEmitter=function(e){e.preventDefault()},t.prototype.contentClick=function(e,t,n,r){var i=this.getViewNumber(this.currentView()),a=this.getIdValue(e,n);switch(t){case 0:i===this.getViewNumber(this.depth)&&this.getViewNumber(this.start)>=this.getViewNumber(this.depth)?(uMt(this.tableBodyElement),this.currentDate=a,this.effect=A_t,this.renderMonths(e)):("Gregorian"===this.calendarMode?(this.currentDate.setMonth(a.getMonth()),a.getMonth()>0&&this.currentDate.getMonth()!==a.getMonth()&&this.currentDate.setDate(0),this.currentDate.setFullYear(a.getFullYear())):this.currentDate=a,this.effect=A_t,uMt(this.tableBodyElement),this.renderMonths(e));break;case 1:if(i===this.getViewNumber(this.depth)&&this.getViewNumber(this.start)>=this.getViewNumber(this.depth))this.selectDate(e,a,null);else{if("Gregorian"===this.calendarMode)this.currentDate.setFullYear(a.getFullYear());else{var o=this.islamicModule.getIslamicDate(a);this.currentDate=this.islamicModule.toGregorian(o.year,o.month,1)}this.effect=A_t,uMt(this.tableBodyElement),this.renderYears(e)}}},t.prototype.switchView=function(e,t,n,r){switch(e){case 0:uMt(this.tableBodyElement),this.renderMonths(t,null,r),n&&!aSt(this.tableBodyElement.querySelectorAll("."+E_t)[0])&&this.tableBodyElement.querySelectorAll("."+E_t)[0].classList.remove(E_t);break;case 1:uMt(this.tableBodyElement),this.renderYears(t);break;case 2:uMt(this.tableBodyElement),this.renderDecades(t)}},t.prototype.getModuleName=function(){return"calendar"},t.prototype.requiredModules=function(){var e=[];return this&&e.push({args:[this],member:"islamic"}),e},t.prototype.getPersistData=function(){return this.addOnPersist(["value"])},t.prototype.onPropertyChanged=function(e,t,n,r){this.effect="";for(var i=0,a=Object.keys(e);i<a.length;i++){var o=a[i];switch(o){case"enableRtl":e.enableRtl?"calendar"===this.getModuleName()?this.element.classList.add("e-rtl"):this.calendarElement.classList.add("e-rtl"):"calendar"===this.getModuleName()?this.element.classList.remove("e-rtl"):this.calendarElement.classList.remove("e-rtl");break;case"dayHeaderFormat":this.getCultureValues(),("datepicker"!==this.getModuleName()||this.calendarElement)&&this.createContentHeader(),this.adjustLongHeaderSize();break;case"min":case"max":this.rangeValidation(this.min,this.max),"min"===o?this.setProperties({min:this.checkDateValue(new Date(this.checkValue(e.min)))},!0):this.setProperties({max:this.checkDateValue(new Date(this.checkValue(e.max)))},!0),this.setProperties({start:this.currentView()},!0),this.tableBodyElement&&uMt(this.tableBodyElement),this.minMaxUpdate(),n&&this.validateValues(n,r),("datepicker"!==this.getModuleName()||this.calendarElement)&&this.createContentBody(),(this.todayDate<this.min||this.max<this.todayDate)&&this.footer&&this.todayElement?(uMt(this.todayElement),uMt(this.footer),this.todayElement=this.footer=null,this.createContentFooter()):this.footer&&this.todayElement&&this.todayElement.classList.contains("e-disabled")&&(oMt([this.todayElement],b_t),uMt(this.todayElement),uMt(this.footer),this.todayElement=this.footer=null,this.createContentFooter());break;case"start":case"depth":case"weekNumber":case"firstDayOfWeek":case"weekRule":this.checkView(),("datepicker"!==this.getModuleName()||this.calendarElement)&&(this.createContentHeader(),this.createContentBody());break;case"locale":this.globalize=new BSt(this.locale),("datepicker"!==this.getModuleName()||this.calendarElement)&&(this.createContentHeader(),this.createContentBody()),this.l10.setLocale(this.locale),this.updateFooter();break;case"showTodayButton":e.showTodayButton?this.createContentFooter():aSt(this.todayElement)||aSt(this.footer)||(uMt(this.todayElement),uMt(this.footer),this.todayElement=this.footer=void 0),this.setProperties({showTodayButton:e.showTodayButton},!0)}}},t.prototype.validateValues=function(e,t){if(e&&!aSt(t)&&t.length>0){for(var n=this.copyValues(t),r=0;r<n.length;r++){var i=n[r],a="Gregorian"===this.calendarMode?"gregorian":"islamic",o=void 0;o="Gregorian"===this.calendarMode?this.globalize.formatDate(i,{type:"date",skeleton:"yMd"}):this.globalize.formatDate(i,{type:"dateTime",skeleton:"full",calendar:"islamic"});var l={type:"date",skeleton:"yMd",calendar:a},s=this.globalize.formatDate(this.min,l),c={type:"date",skeleton:"yMd",calendar:a},d=this.globalize.formatDate(this.max,c);(+new Date(o)<+new Date(s)||+new Date(o)>+new Date(d))&&(n.splice(r,1),r=-1)}this.setProperties({values:n},!0)}},t.prototype.setValueUpdate=function(){aSt(this.tableBodyElement)||(uMt(this.tableBodyElement),this.setProperties({start:this.currentView()},!0),this.createContentBody())},t.prototype.copyValues=function(e){var t=[];if(!aSt(e)&&e.length>0)for(var n=0;n<e.length;n++)t.push(new Date(+e[n]));return t},t.prototype.titleUpdate=function(e,t){var n,r,i=new BSt(this.locale),a="Gregorian"===this.calendarMode?"gregorian":"islamic";switch("Gregorian"===this.calendarMode?(n=i.formatDate(e,{type:"dateTime",skeleton:"yMMMM",calendar:a}),r=i.formatDate(e,{format:null,type:"dateTime",skeleton:"y",calendar:a})):(n=i.formatDate(e,{type:"dateTime",format:"MMMM y",calendar:a}),r=i.formatDate(e,{type:"dateTime",format:"y",calendar:a})),t){case"days":this.headerTitleElement.textContent=this.toCapitalize(n);break;case"months":this.headerTitleElement.textContent=r}},t.prototype.setActiveDescendant=function(){var e,t,n=this.tableBodyElement.querySelector("tr td.e-focused-date"),r=this.tableBodyElement.querySelector("tr td.e-selected"),i="Gregorian"===this.calendarMode?"gregorian":"islamic",a=this.currentView();return t="Month"===a?this.globalize.formatDate(this.currentDate,{type:"date",skeleton:"full",calendar:i}):"Year"===a?"islamic"!==i?this.globalize.formatDate(this.currentDate,{type:"date",skeleton:"yMMMM",calendar:i}):this.globalize.formatDate(this.currentDate,{type:"date",skeleton:"GyMMM",calendar:i}):this.globalize.formatDate(this.currentDate,{format:null,type:"date",skeleton:"y",calendar:i}),(r||n)&&(aSt(r)||r.setAttribute("aria-selected","true"),(n||r).setAttribute("aria-label",t),e=(n||r).getAttribute("id")),e},t.prototype.iconHandler=function(){switch(new Date(this.checkValue(this.currentDate)).setDate(1),this.currentView()){case"Month":this.previousIconHandler(this.compareMonth(new Date(this.checkValue(this.currentDate)),this.min)<1),this.nextIconHandler(this.compareMonth(new Date(this.checkValue(this.currentDate)),this.max)>-1);break;case"Year":this.previousIconHandler(this.compareYear(new Date(this.checkValue(this.currentDate)),this.min)<1),this.nextIconHandler(this.compareYear(new Date(this.checkValue(this.currentDate)),this.max)>-1);break;case"Decade":this.previousIconHandler(this.compareDecade(new Date(this.checkValue(this.currentDate)),this.min)<1),this.nextIconHandler(this.compareDecade(new Date(this.checkValue(this.currentDate)),this.max)>-1)}},t.prototype.destroy=function(){("calendar"===this.getModuleName()&&this.element||this.calendarElement&&this.element)&&oMt([this.element],[h_t]),"calendar"===this.getModuleName()&&this.element&&(nMt.remove(this.headerTitleElement,"click",this.navigateTitle),this.todayElement&&nMt.remove(this.todayElement,"click",this.todayButtonClick),this.previousIconHandler(!0),this.nextIconHandler(!0),this.keyboardModule.destroy(),this.element.removeAttribute("data-role"),aSt(this.calendarEleCopy.getAttribute("tabindex"))?this.element.removeAttribute("tabindex"):this.element.setAttribute("tabindex",this.tabIndex)),this.element&&(this.element.innerHTML=""),e.prototype.destroy.call(this)},t.prototype.title=function(e){var t=this.getViewNumber(this.currentView());this.effect=A_t,this.switchView(++t,e)},t.prototype.getViewNumber=function(e){return"Month"===e?0:"Year"===e?1:2},t.prototype.navigateTitle=function(e){e.preventDefault(),this.title(e),"calendar"===this.getModuleName()&&this.table.focus()},t.prototype.previous=function(){this.effect="";var e=this.getViewNumber(this.currentView());switch(this.currentView()){case"Month":this.addMonths(this.currentDate,-1),this.switchView(e);break;case"Year":this.addYears(this.currentDate,-1),this.switchView(e);break;case"Decade":this.addYears(this.currentDate,-10),this.switchView(e)}},t.prototype.navigatePrevious=function(e){e.preventDefault(),"Gregorian"===this.calendarMode?this.previous():this.islamicModule.islamicPrevious(),this.triggerNavigate(e),"calendar"===this.getModuleName()&&this.table.focus()},t.prototype.next=function(){this.effect="";var e=this.getViewNumber(this.currentView());switch(this.currentView()){case"Month":this.addMonths(this.currentDate,1),this.switchView(e);break;case"Year":this.addYears(this.currentDate,1),this.switchView(e);break;case"Decade":this.addYears(this.currentDate,10),this.switchView(e)}},t.prototype.navigateNext=function(e){e.preventDefault(),"Gregorian"===this.calendarMode?this.next():this.islamicModule.islamicNext(),this.triggerNavigate(e),"calendar"===this.getModuleName()&&this.table.focus()},t.prototype.navigateTo=function(e,t,n){+t>=+this.min&&+t<=+this.max&&(this.currentDate=t),+t<=+this.min&&(this.currentDate=new Date(this.checkValue(this.min))),+t>=+this.max&&(this.currentDate=new Date(this.checkValue(this.max))),this.getViewNumber(this.depth)>=this.getViewNumber(e)&&(this.getViewNumber(this.depth)<=this.getViewNumber(this.start)||this.getViewNumber(this.depth)===this.getViewNumber(e))&&(e=this.depth),this.switchView(this.getViewNumber(e),null,null,n)},t.prototype.currentView=function(){return this.contentElement.classList.contains(f_t)?"Year":this.contentElement.classList.contains(v_t)?"Decade":"Month"},t.prototype.getDateVal=function(e,t){return!aSt(t)&&e.getDate()===t.getDate()&&e.getMonth()===t.getMonth()&&e.getFullYear()===t.getFullYear()},t.prototype.getCultureObjects=function(e,t){var n=".dates.calendars.gregorian.days.format."+this.dayHeaderFormat.toLowerCase(),r=".dates.calendars.islamic.days.format."+this.dayHeaderFormat.toLowerCase();return"Gregorian"===this.calendarMode?KCt("main."+this.locale+n,e):KCt("main."+this.locale+r,e)},t.prototype.getWeek=function(e){var t=new Date(this.checkValue(e)).valueOf(),n=new Date(e.getFullYear(),0,1).valueOf();return Math.ceil((t-n+O_t)/O_t/7)},t.prototype.setStartDate=function(e,t){var n=e.getTimezoneOffset(),r=new Date(e.getTime()+t),i=r.getTimezoneOffset()-n;e.setTime(r.getTime()+6e4*i)},t.prototype.addMonths=function(e,t){if("Gregorian"===this.calendarMode){var n=e.getDate();e.setDate(1),e.setMonth(e.getMonth()+t),e.setDate(Math.min(n,this.getMaxDays(e)))}else{var r=this.islamicModule.getIslamicDate(e);this.currentDate=this.islamicModule.toGregorian(r.year,r.month+t,1)}},t.prototype.addYears=function(e,t){if("Gregorian"===this.calendarMode){var n=e.getDate();e.setDate(1),e.setFullYear(e.getFullYear()+t),e.setDate(Math.min(n,this.getMaxDays(e)))}else{var r=this.islamicModule.getIslamicDate(e);this.currentDate=this.islamicModule.toGregorian(r.year+t,r.month,1)}},t.prototype.getIdValue=function(e,t){var n;n=e?e.currentTarget:t;var r={type:"dateTime",skeleton:"full",calendar:"Gregorian"===this.calendarMode?"gregorian":"islamic"},i=this.globalize.formatDate(new Date(parseInt(""+n.getAttribute("id"),0)),r),a=this.globalize.parseDate(i,r),o=a.valueOf()-a.valueOf()%1e3;return new Date(o)},t.prototype.adjustLongHeaderSize=function(){oMt([this.element],__t),"Wide"===this.dayHeaderFormat&&aMt(["calendar"===this.getModuleName()?this.element:this.calendarElement],__t)},t.prototype.selectDate=function(e,t,n,r,i){var a=n||e.currentTarget;if(this.isDateSelected=!1,"Decade"===this.currentView())this.setDateDecade(this.currentDate,t.getFullYear());else if("Year"===this.currentView())this.setDateYear(this.currentDate,t);else{if(r&&!this.checkPresentDate(t,i)){var o=this.copyValues(i);!aSt(i)&&o.length>0?(o.push(new Date(this.checkValue(t))),this.setProperties({values:o},!0),this.setProperties({value:i[i.length-1]},!0)):this.setProperties({values:[new Date(this.checkValue(t))]},!0)}else this.setProperties({value:new Date(this.checkValue(t))},!0);this.currentDate=new Date(this.checkValue(t))}var l=bMt(a,"."+h_t);if(aSt(l)&&(l=this.tableBodyElement),r||aSt(l.querySelector("."+x_t))||oMt([l.querySelector("."+x_t)],x_t),r||aSt(l.querySelector("."+E_t))||oMt([l.querySelector("."+E_t)],E_t),r){o=this.copyValues(i);for(var s=Array.prototype.slice.call(this.tableBodyElement.querySelectorAll("td")),c=0;c<s.length;c++){var d=l.querySelectorAll("td."+E_t)[0],h=l.querySelectorAll("td."+x_t)[0];s[c]===d&&oMt([s[c]],E_t),s[c]!==h||this.checkPresentDate(new Date(parseInt(h.getAttribute("id").split("_")[0],10)),i)||oMt([s[c]],x_t)}if(a.classList.contains(x_t)){oMt([a],x_t);for(var u=0;u<o.length;u++){var p={format:null,type:"date",skeleton:"short",calendar:"Gregorian"===this.calendarMode?"gregorian":"islamic"};if(this.globalize.formatDate(t,p)===this.globalize.formatDate(o[u],p)){c=o.indexOf(o[u]);o.splice(c,1),aMt([a],E_t)}}this.setProperties({values:o},!0)}else aMt([a],x_t)}else aMt([a],x_t);this.isDateSelected=!0},t.prototype.checkPresentDate=function(e,t){var n=!1;if(!aSt(t))for(var r=0;r<t.length;r++){var i="Gregorian"===this.calendarMode?"gregorian":"islamic";this.globalize.formatDate(e,{format:null,type:"date",skeleton:"short",calendar:i})===this.globalize.formatDate(t[r],{format:null,type:"date",skeleton:"short",calendar:i})&&(n=!0)}return n},t.prototype.setAriaActiveDescendant=function(){fMt(this.table,{"aria-activedescendant":""+this.setActiveDescendant()})},t.prototype.previousIconHandler=function(e){e?(nMt.remove(this.previousIcon,"click",this.navigatePreviousHandler),aMt([this.previousIcon],""+b_t),aMt([this.previousIcon],""+y_t),this.previousIcon.setAttribute("aria-disabled","true")):(nMt.add(this.previousIcon,"click",this.navigatePreviousHandler),oMt([this.previousIcon],""+b_t),oMt([this.previousIcon],""+y_t),this.previousIcon.setAttribute("aria-disabled","false"))},t.prototype.renderDayCellEvent=function(e){iSt(this.renderDayCellArgs,{name:"renderDayCell"}),this.trigger("renderDayCell",e)},t.prototype.navigatedEvent=function(e){iSt(this.navigatedArgs,{name:"navigated",event:e}),this.trigger("navigated",this.navigatedArgs)},t.prototype.triggerNavigate=function(e){this.navigatedArgs={view:this.currentView(),date:this.currentDate},this.navigatedEvent(e)},t.prototype.nextIconHandler=function(e){e?(nMt.remove(this.nextIcon,"click",this.navigateNextHandler),aMt([this.nextIcon],b_t),aMt([this.nextIcon],y_t),this.nextIcon.setAttribute("aria-disabled","true")):(nMt.add(this.nextIcon,"click",this.navigateNextHandler),oMt([this.nextIcon],b_t),oMt([this.nextIcon],y_t),this.nextIcon.setAttribute("aria-disabled","false"))},t.prototype.compare=function(e,t,n){var r,i,a=t.getFullYear();return r=a,i=0,n&&(r=(a-=a%n)-a%n+n-1),e.getFullYear()>r?i=1:e.getFullYear()<a&&(i=-1),i},t.prototype.isMinMaxRange=function(e){return+e>=+this.min&&+e<=+this.max},t.prototype.isMonthYearRange=function(e){if("Gregorian"===this.calendarMode)return e.getMonth()>=this.min.getMonth()&&e.getFullYear()>=this.min.getFullYear()&&e.getMonth()<=this.max.getMonth()&&e.getFullYear()<=this.max.getFullYear();var t=this.islamicModule.getIslamicDate(e);return t.month>=this.islamicModule.getIslamicDate(new Date(1944,1,18)).month&&t.year>=this.islamicModule.getIslamicDate(new Date(1944,1,18)).year&&t.month<=this.islamicModule.getIslamicDate(new Date(2069,1,16)).month&&t.year<=this.islamicModule.getIslamicDate(new Date(2069,1,16)).year},t.prototype.compareYear=function(e,t){return this.compare(e,t,0)},t.prototype.compareDecade=function(e,t){return this.compare(e,t,10)},t.prototype.shiftArray=function(e,t){return e.slice(t).concat(e.slice(0,t))},t.prototype.addDay=function(e,t,n,r,i){var a=t,o=new Date(+e);if(!aSt(this.tableBodyElement)&&!aSt(n)){for(;this.findNextTD(new Date(+e),a,r,i);)a+=t;var l=new Date(o.setDate(o.getDate()+a));a=+l>+r||+l<+i?a===t?t-t:t:a}e.setDate(e.getDate()+a)},t.prototype.findNextTD=function(e,t,n,r){var i=new Date(e.setDate(e.getDate()+t)),a=[],o=!1;if((!aSt(i)&&i.getMonth())===(!aSt(this.currentDate)&&this.currentDate.getMonth())){a=("Gregorian"===this.calendarMode?this.renderDays(i):this.islamicModule.islamicRenderDays(this.currentDate,i)).filter(function(e){return e.classList.contains(b_t)})}else a=this.tableBodyElement.querySelectorAll("td."+b_t);if(+i<=+n&&+i>=+r&&a.length)for(var l=0;l<a.length&&!(o=+i===+new Date(parseInt(a[l].id,0)));l++);return o},t.prototype.getMaxDays=function(e){var t,n=new Date(this.checkValue(e));t=28;for(var r=n.getMonth();n.getMonth()===r;)++t,n.setDate(t);return t-1},t.prototype.setDateDecade=function(e,t){e.setFullYear(t),this.setProperties({value:new Date(this.checkValue(e))},!0)},t.prototype.setDateYear=function(e,t){e.setFullYear(t.getFullYear(),t.getMonth(),e.getDate()),t.getMonth()!==e.getMonth()&&(e.setDate(0),this.currentDate=new Date(this.checkValue(t))),this.setProperties({value:new Date(this.checkValue(e))},!0)},t.prototype.compareMonth=function(e,t){return e.getFullYear()>t.getFullYear()?1:e.getFullYear()<t.getFullYear()?-1:e.getMonth()===t.getMonth()?0:e.getMonth()>t.getMonth()?1:-1},t.prototype.checkValue=function(e){return e instanceof Date?e.toUTCString():""+e},t.prototype.checkView=function(){"Decade"!==this.start&&"Year"!==this.start&&this.setProperties({start:"Month"},!0),"Decade"!==this.depth&&"Year"!==this.depth&&this.setProperties({depth:"Month"},!0),this.getViewNumber(this.depth)>this.getViewNumber(this.start)&&this.setProperties({depth:"Month"},!0)},t.prototype.getDate=function(e,t){return t&&(e=new Date(e.toLocaleString("en-US",{timeZone:t}))),e},s_t([HMt(new Date(1900,0,1))],t.prototype,"min",void 0),s_t([HMt(!0)],t.prototype,"enabled",void 0),s_t([HMt(null)],t.prototype,"cssClass",void 0),s_t([HMt(new Date(2099,11,31))],t.prototype,"max",void 0),s_t([HMt(null)],t.prototype,"firstDayOfWeek",void 0),s_t([HMt("Gregorian")],t.prototype,"calendarMode",void 0),s_t([HMt("Month")],t.prototype,"start",void 0),s_t([HMt("Month")],t.prototype,"depth",void 0),s_t([HMt(!1)],t.prototype,"weekNumber",void 0),s_t([HMt("FirstDay")],t.prototype,"weekRule",void 0),s_t([HMt(!0)],t.prototype,"showTodayButton",void 0),s_t([HMt("Short")],t.prototype,"dayHeaderFormat",void 0),s_t([HMt(!1)],t.prototype,"enablePersistence",void 0),s_t([HMt(null)],t.prototype,"keyConfigs",void 0),s_t([HMt(null)],t.prototype,"serverTimezoneOffset",void 0),s_t([LMt()],t.prototype,"created",void 0),s_t([LMt()],t.prototype,"destroyed",void 0),s_t([LMt()],t.prototype,"navigated",void 0),s_t([LMt()],t.prototype,"renderDayCell",void 0),t=s_t([PMt],t)}(cAt);!function(e){function t(t,n){return e.call(this,t,n)||this}l_t(t,e),t.prototype.render=function(){if("Islamic"===this.calendarMode&&void 0===this.islamicModule&&cSt("Requires the injectable Islamic modules to render Calendar in Islamic mode"),this.isMultiSelection&&"object"==typeof this.values&&!aSt(this.values)&&this.values.length>0){for(var t=[],n=[],r=0;r<this.values.length;r++)-1===t.indexOf(+this.values[r])&&(t.push(+this.values[r]),n.push(this.values[r]));this.setProperties({values:n},!0);for(var i=0;i<this.values.length;i++)if(!this.checkDateValue(this.values[i]))if("string"==typeof this.values[i]&&this.checkDateValue(new Date(this.checkValue(this.values[i])))){var a=new Date(this.checkValue(this.values[i]));this.values.splice(i,1),this.values.splice(i,0,a)}else this.values.splice(i,1);this.setProperties({value:this.values[this.values.length-1]},!0),this.previousValues=this.values.length}if(this.validateDate(),this.minMaxUpdate(),"calendar"===this.getModuleName()&&(this.setEnable(this.enabled),this.setClass(this.cssClass)),e.prototype.render.call(this),"calendar"===this.getModuleName()){var o=bMt(this.element,"form");o&&nMt.add(o,"reset",this.formResetHandler.bind(this)),this.setTimeZone(this.serverTimezoneOffset)}this.renderComplete()},t.prototype.setEnable=function(e){e?oMt([this.element],b_t):aMt([this.element],b_t)},t.prototype.setClass=function(e,t){aSt(t)||(t=t.replace(/\s+/g," ").trim()),aSt(e)||(e=e.replace(/\s+/g," ").trim()),aSt(t)||""===t||oMt([this.element],t.split(" ")),aSt(e)||aMt([this.element],e.split(" "))},t.prototype.isDayLightSaving=function(){var e=new Date(this.value.getFullYear(),6,1).getTimezoneOffset(),t=new Date(this.value.getFullYear(),0,1).getTimezoneOffset();return this.value.getTimezoneOffset()<Math.max(t,e)},t.prototype.setTimeZone=function(e){if(!aSt(this.serverTimezoneOffset)&&this.value){var t=e+(new Date).getTimezoneOffset()/60;t=this.isDayLightSaving()?t--:t,this.value=new Date(this.value.getTime()+60*t*60*1e3)}},t.prototype.formResetHandler=function(){this.setProperties({value:null},!0)},t.prototype.validateDate=function(){"string"==typeof this.value&&this.setProperties({value:this.checkDateValue(new Date(this.checkValue(this.value)))},!0),e.prototype.validateDate.call(this,this.value),!aSt(this.value)&&this.min<=this.max&&this.value>=this.min&&this.value<=this.max&&(this.currentDate=new Date(this.checkValue(this.value))),isNaN(+this.value)&&this.setProperties({value:null},!0)},t.prototype.minMaxUpdate=function(){"calendar"===this.getModuleName()&&(!aSt(this.value)&&this.value<=this.min&&this.min<=this.max?(this.setProperties({value:this.min},!0),this.changedArgs={value:this.value}):!aSt(this.value)&&this.value>=this.max&&this.min<=this.max&&(this.setProperties({value:this.max},!0),this.changedArgs={value:this.value})),"calendar"===this.getModuleName()||aSt(this.value)?e.prototype.minMaxUpdate.call(this,this.value):!aSt(this.value)&&this.value<this.min&&this.min<=this.max?e.prototype.minMaxUpdate.call(this,this.min):!aSt(this.value)&&this.value>this.max&&this.min<=this.max&&e.prototype.minMaxUpdate.call(this,this.max)},t.prototype.generateTodayVal=function(t){var n=new Date;return aSt(this.timezone)||(n=e.prototype.getDate.call(this,n,this.timezone)),t&&aSt(this.timezone)?(n.setHours(t.getHours()),n.setMinutes(t.getMinutes()),n.setSeconds(t.getSeconds()),n.setMilliseconds(t.getMilliseconds())):n=new Date(n.getFullYear(),n.getMonth(),n.getDate(),0,0,0,0),n},t.prototype.todayButtonClick=function(t){if(this.showTodayButton){var n=this.generateTodayVal(this.value);if(this.setProperties({value:n},!0),this.isTodayClicked=!0,this.todayButtonEvent=t,this.isMultiSelection){var r=this.copyValues(this.values);e.prototype.checkPresentDate.call(this,n,this.values)||(r.push(n),this.setProperties({values:r}))}e.prototype.todayButtonClick.call(this,t,new Date(+this.value))}},t.prototype.keyActionHandle=function(t){e.prototype.keyActionHandle.call(this,t,this.value,this.isMultiSelection)},t.prototype.preRender=function(){var t=this;this.changeHandler=function(e){t.triggerChange(e)},this.checkView(),e.prototype.preRender.call(this,this.value)},t.prototype.createContent=function(){this.previousDate=this.value,this.previousDateTime=this.value,e.prototype.createContent.call(this)},t.prototype.minMaxDate=function(t){return e.prototype.minMaxDate.call(this,t)},t.prototype.renderMonths=function(t,n,r){e.prototype.renderMonths.call(this,t,this.value,r)},t.prototype.renderDays=function(t,n,r,i,a){var o=e.prototype.renderDays.call(this,t,this.value,this.isMultiSelection,this.values,a);return this.isMultiSelection&&e.prototype.validateValues.call(this,this.isMultiSelection,this.values),o},t.prototype.renderYears=function(t){"Gregorian"===this.calendarMode?e.prototype.renderYears.call(this,t,this.value):this.islamicModule.islamicRenderYears(t,this.value)},t.prototype.renderDecades=function(t){"Gregorian"===this.calendarMode?e.prototype.renderDecades.call(this,t,this.value):this.islamicModule.islamicRenderDecade(t,this.value)},t.prototype.renderTemplate=function(t,n,r,i){"Gregorian"===this.calendarMode?e.prototype.renderTemplate.call(this,t,n,r,i,this.value):this.islamicModule.islamicRenderTemplate(t,n,r,i,this.value),this.changedArgs={value:this.value,values:this.values},this.changeHandler()},t.prototype.clickHandler=function(t){var n=t.currentTarget;if(this.isPopupClicked=!0,n.classList.contains(c_t))if(this.isMultiSelection){var r=this.copyValues(this.values);r.push(this.getIdValue(t,null)),this.setProperties({values:r},!0),this.setProperties({value:this.values[this.values.length-1]},!0)}else this.setProperties({value:this.getIdValue(t,null)},!0);var i=this.currentView();e.prototype.clickHandler.call(this,t,this.value),this.isMultiSelection&&this.currentDate!==this.value&&!aSt(this.tableBodyElement.querySelectorAll("."+E_t)[0])&&"Year"===i&&this.tableBodyElement.querySelectorAll("."+E_t)[0].classList.remove(E_t)},t.prototype.switchView=function(t,n,r,i){e.prototype.switchView.call(this,t,n,this.isMultiSelection,i)},t.prototype.getModuleName=function(){return e.prototype.getModuleName.call(this),"calendar"},t.prototype.getPersistData=function(){e.prototype.getPersistData.call(this);return this.addOnPersist(["value","values"])},t.prototype.onPropertyChanged=function(t,n){this.effect="",this.rangeValidation(this.min,this.max);for(var r=0,i=Object.keys(t);r<i.length;r++){switch(i[r]){case"value":this.isDateSelected&&("string"==typeof t.value?this.setProperties({value:new Date(this.checkValue(t.value))},!0):t.value=new Date(this.checkValue(t.value)),isNaN(+this.value)&&this.setProperties({value:n.value},!0),this.update());break;case"values":if(this.isDateSelected){if("string"==typeof t.values||"number"==typeof t.values)this.setProperties({values:null},!0);else{for(var a=this.copyValues(this.values),o=0;o<a.length;o++){var l=a[o];this.checkDateValue(l)&&!e.prototype.checkPresentDate.call(this,l,a)&&a.push(l)}this.setProperties({values:a},!0),this.values.length>0&&this.setProperties({value:t.values[t.values.length-1]},!0)}this.validateValues(this.isMultiSelection,this.values),this.update()}break;case"isMultiSelection":this.isDateSelected&&(this.setProperties({isMultiSelection:t.isMultiSelection},!0),this.update());break;case"enabled":this.setEnable(this.enabled);break;case"cssClass":"calendar"===this.getModuleName()&&this.setClass(t.cssClass,n.cssClass);break;default:e.prototype.onPropertyChanged.call(this,t,n,this.isMultiSelection,this.values)}}this.preventChange=this.isAngular&&this.preventChange?!this.preventChange:this.preventChange},t.prototype.destroy=function(){if(e.prototype.destroy.call(this),"calendar"===this.getModuleName()){var t=bMt(this.element,"form");t&&nMt.remove(t,"reset",this.formResetHandler.bind(this))}},t.prototype.navigateTo=function(t,n,r){this.minMaxUpdate(),e.prototype.navigateTo.call(this,t,n,r)},t.prototype.currentView=function(){return e.prototype.currentView.call(this)},t.prototype.addDate=function(t){if("string"!=typeof t&&"number"!=typeof t){var n=this.copyValues(this.values);if("object"==typeof t&&t.length>0)for(var r=t,i=0;i<r.length;i++)this.checkDateValue(r[i])&&!e.prototype.checkPresentDate.call(this,r[i],n)&&(!aSt(n)&&n.length>0?n.push(r[i]):n=[new Date(+r[i])]);else this.checkDateValue(t)&&!e.prototype.checkPresentDate.call(this,t,n)&&(!aSt(n)&&n.length>0?n.push(t):n=[new Date(+t)]);this.setProperties({values:n},!0),this.isMultiSelection&&this.setProperties({value:this.values[this.values.length-1]},!0),this.validateValues(this.isMultiSelection,n),this.update(),this.changedArgs={value:this.value,values:this.values},this.changeHandler()}},t.prototype.removeDate=function(e){if("string"!=typeof e&&"number"!=typeof e&&!aSt(this.values)&&this.values.length>0){var t=this.copyValues(this.values);if("object"==typeof e&&e.length>0)for(var n=e,r=0;r<n.length;r++)for(var i=0;i<t.length;i++)+t[i]===+n[r]&&t.splice(i,1);else for(i=0;i<t.length;i++)+t[i]===+e&&t.splice(i,1);this.setProperties({values:t},!1),this.update(),this.isMultiSelection&&this.setProperties({value:this.values[this.values.length-1]},!0),this.changedArgs={value:this.value,values:this.values},this.changeHandler()}},t.prototype.setTodayDate=function(t){var n=new Date(+t);this.setProperties({value:n},!0),e.prototype.todayButtonClick.call(this,null,n,!0)},t.prototype.update=function(){this.validateDate(),this.minMaxUpdate(),e.prototype.setValueUpdate.call(this)},t.prototype.selectDate=function(t,n,r){e.prototype.selectDate.call(this,t,n,r,this.isMultiSelection,this.values),this.isMultiSelection&&!aSt(this.values)&&this.values.length>0&&this.setProperties({value:this.values[this.values.length-1]},!0),this.changedArgs={value:this.value,values:this.values},this.changeHandler(t)},t.prototype.changeEvent=function(e){((this.value&&this.value.valueOf())!==(this.previousDate&&+this.previousDate.valueOf())||this.isMultiSelection)&&(this.isAngular&&this.preventChange?this.preventChange=!1:this.trigger("change",this.changedArgs),this.previousDate=new Date(+this.value))},t.prototype.triggerChange=function(e){!aSt(this.todayButtonEvent)&&this.isTodayClicked&&(e=this.todayButtonEvent,this.isTodayClicked=!1),this.changedArgs.event=e||null,this.changedArgs.isInteracted=!aSt(e),aSt(this.value)||this.setProperties({value:this.value},!0),this.isMultiSelection||+this.value===Number.NaN||+this.value===+this.previousDate&&(null!=this.previousDate||isNaN(+this.value))?aSt(this.values)||this.previousValues===this.values.length||(this.changeEvent(e),this.previousValues=this.values.length):this.changeEvent(e)},s_t([HMt(null)],t.prototype,"value",void 0),s_t([HMt(null)],t.prototype,"values",void 0),s_t([HMt(!1)],t.prototype,"isMultiSelection",void 0),s_t([LMt()],t.prototype,"change",void 0),t=s_t([PMt],t)}(Z_t);var D_t,I_t,H_t=!1;function N_t(e,t,n,r,i){if($At=void 0,$At=i,H_t=!!r,!e)return{left:0,top:0};t||(t="left"),n||(n="top"),t_t=e.ownerDocument,e_t=e;return function(e,t,n){switch(KAt=e_t.getBoundingClientRect(),t+e){case"topcenter":T_t(F_t(),n),L_t(B_t(),n);break;case"topright":T_t(W_t(),n),L_t(B_t(),n);break;case"centercenter":T_t(F_t(),n),L_t(z_t(),n);break;case"centerright":T_t(W_t(),n),L_t(z_t(),n);break;case"centerleft":T_t(R_t(),n),L_t(z_t(),n);break;case"bottomcenter":T_t(F_t(),n),L_t(j_t(),n);break;case"bottomright":T_t(W_t(),n),L_t(j_t(),n);break;case"bottomleft":T_t(R_t(),n),L_t(j_t(),n);break;default:T_t(R_t(),n),L_t(B_t(),n)}return n}(t.toLowerCase(),n.toLowerCase(),{left:0,top:0})}function T_t(e,t){t.left=e}function L_t(e,t){t.top=e}function P_t(){return t_t.documentElement.scrollTop||t_t.body.scrollTop}function V_t(){return t_t.documentElement.scrollLeft||t_t.body.scrollLeft}function j_t(){return H_t?KAt.bottom:KAt.bottom+P_t()}function z_t(){return B_t()+KAt.height/2}function B_t(){return H_t?KAt.top:KAt.top+P_t()}function R_t(){return KAt.left+V_t()}function W_t(){var e=e_t&&e_t.classList.contains("e-date-range-wrapper")?$At?$At.width:0:$At&&KAt.width>=$At.width?$At.width:0;return KAt.right+V_t()-e}function F_t(){return R_t()+KAt.width/2}function q_t(e,t,n,r,i,a,o,l,s){if(void 0===o&&(o=null),void 0===l&&(l={X:!0,Y:!0}),t&&e&&i&&a&&(l.X||l.Y)){var c,d={TL:null,TR:null,BL:null,BR:null},h={TL:null,TR:null,BL:null,BR:null};if("none"===window.getComputedStyle(e).display){var u=e.style.visibility;e.style.visibility="hidden",e.style.display="block",c=e.getBoundingClientRect(),e.style.removeProperty("display"),e.style.visibility=u}else c=e.getBoundingClientRect();var p={posX:i,posY:a,offsetX:n,offsetY:r,position:{left:0,top:0}};I_t=o,D_t=t.ownerDocument,function(e,t,n,r,i){n.position=N_t(e,n.posX,n.posY,r,i),t.TL=N_t(e,"left","top",r,i),t.TR=N_t(e,"right","top",r,i),t.BR=N_t(e,"left","bottom",r,i),t.BL=N_t(e,"right","bottom",r,i)}(t,d,p,s,c),Y_t(h,p,c),l.X&&G_t(t,h,d,p,c,!0),l.Y&&d.TL.top>-1&&X_t(t,h,d,p,c,!0),function(e,t,n){var r=0,i=0;if(null!=e.offsetParent&&("absolute"===getComputedStyle(e.offsetParent).position||"relative"===getComputedStyle(e.offsetParent).position)){var a=N_t(e.offsetParent,"left","top",!1,n);r=a.left,i=a.top}e.style.top=t.position.top+t.offsetY-i+"px",e.style.left=t.position.left+t.offsetX-r+"px"}(e,p,c)}}function Y_t(e,t,n){e.TL={top:t.position.top+t.offsetY,left:t.position.left+t.offsetX},e.TR={top:e.TL.top,left:e.TL.left+n.width},e.BL={top:e.TL.top+n.height,left:e.TL.left},e.BR={top:e.TL.top+n.height,left:e.TL.left+n.width}}function U_t(e,t){var n=!1,r=!1;return e-oOt()<nOt()&&(n=!0),t>rOt()&&(r=!0),{leftSide:n,rightSide:r}}function G_t(e,t,n,r,i,a){var o=U_t(t.TL.left,t.TR.left);n.TL.left-oOt()<=nOt()&&(o.leftSide=!1),n.TR.left>rOt()&&(o.rightSide=!1),(o.leftSide&&!o.rightSide||!o.leftSide&&o.rightSide)&&("right"===r.posX?r.posX="left":r.posX="right",r.offsetX=r.offsetX+i.width,r.offsetX=-1*r.offsetX,r.position=N_t(e,r.posX,r.posY,!1),Y_t(t,r,i),a&&G_t(e,t,n,r,i,!1))}function X_t(e,t,n,r,i,a){var o=J_t(t.TL.top,t.BL.top);n.TL.top-aOt()<=tOt()&&(o.topSide=!1),n.BL.top>=iOt()&&e.getBoundingClientRect().bottom<window.innerHeight&&(o.bottomSide=!1),(o.topSide&&!o.bottomSide||!o.topSide&&o.bottomSide)&&("top"===r.posY?r.posY="bottom":r.posY="top",r.offsetY=r.offsetY+i.height,r.offsetY=-1*r.offsetY,r.position=N_t(e,r.posX,r.posY,!1,i),Y_t(t,r,i),a&&X_t(e,t,n,r,i,!1))}function J_t(e,t){var n=!1,r=!1;return e-aOt()<tOt()&&(n=!0),t>iOt()&&(r=!0),{topSide:n,bottomSide:r}}function Q_t(){return I_t.getBoundingClientRect().width}function K_t(){return I_t.getBoundingClientRect().height}function $_t(){return I_t.getBoundingClientRect().left}function eOt(){return I_t.getBoundingClientRect().top}function tOt(){return I_t?eOt():0}function nOt(){return I_t?$_t():0}function rOt(){return I_t?oOt()+$_t()+Q_t():oOt()+sOt()}function iOt(){return I_t?aOt()+eOt()+K_t():aOt()+lOt()}function aOt(){return D_t.documentElement.scrollTop||D_t.body.scrollTop}function oOt(){return D_t.documentElement.scrollLeft||D_t.body.scrollLeft}function lOt(){return window.innerHeight}function sOt(){var e=window.innerWidth,t=document.documentElement.getBoundingClientRect();return e-(e-(aSt(document.documentElement)?0:t.width))}var cOt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),dOt=function(e,t,n,r){var i,a=arguments.length,o=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(i=e[l])&&(o=(a<3?i(o):a>3?i(t,n,o):i(t,n))||o);return a>3&&o&&Object.defineProperty(t,n,o),o},hOt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return cOt(t,e),dOt([HMt("left")],t.prototype,"X",void 0),dOt([HMt("top")],t.prototype,"Y",void 0),t}(KMt),uOt="e-popup",pOt="e-rtl",fOt="e-popup-open",mOt="e-popup-close",vOt=function(e){function t(t,n){return e.call(this,n,t)||this}return cOt(t,e),t.prototype.onPropertyChanged=function(e,t){for(var n=0,r=Object.keys(e);n<r.length;n++){switch(r[n]){case"width":yMt(this.element,{width:dSt(e.width)});break;case"height":yMt(this.element,{height:dSt(e.height)});break;case"zIndex":yMt(this.element,{zIndex:e.zIndex});break;case"enableRtl":this.setEnableRtl();break;case"position":case"relateTo":this.refreshPosition();break;case"offsetX":var i=e.offsetX-t.offsetX;this.element.style.left=(parseInt(this.element.style.left,10)+i).toString()+"px";break;case"offsetY":var a=e.offsetY-t.offsetY;this.element.style.top=(parseInt(this.element.style.top,10)+a).toString()+"px";break;case"content":this.setContent();break;case"actionOnScroll":"none"!==e.actionOnScroll?this.wireScrollEvents():this.unwireScrollEvents()}}},t.prototype.getModuleName=function(){return"popup"},t.prototype.resolveCollision=function(){this.checkCollision()},t.prototype.getPersistData=function(){return this.addOnPersist([])},t.prototype.destroy=function(){this.element.classList.remove(uOt,pOt,fOt,mOt),this.element.classList.contains("e-popup-open")&&this.unwireEvents(),e.prototype.destroy.call(this)},t.prototype.render=function(){this.element.classList.add(uOt);var e={};1e3!==this.zIndex&&(e.zIndex=this.zIndex),"auto"!==this.width&&(e.width=dSt(this.width)),"auto"!==this.height&&(e.height=dSt(this.height)),yMt(this.element,e),this.fixedParent=!1,this.setEnableRtl(),this.setContent()},t.prototype.wireEvents=function(){tMt.isDevice&&nMt.add(window,"orientationchange",this.orientationOnChange,this),"none"!==this.actionOnScroll&&this.wireScrollEvents()},t.prototype.wireScrollEvents=function(){if(this.getRelateToElement())for(var e=0,t=this.getScrollableParent(this.getRelateToElement());e<t.length;e++){var n=t[e];nMt.add(n,"scroll",this.scrollRefresh,this)}},t.prototype.unwireEvents=function(){tMt.isDevice&&nMt.remove(window,"orientationchange",this.orientationOnChange),"none"!==this.actionOnScroll&&this.unwireScrollEvents()},t.prototype.unwireScrollEvents=function(){if(this.getRelateToElement())for(var e=0,t=this.getScrollableParent(this.getRelateToElement());e<t.length;e++){var n=t[e];nMt.remove(n,"scroll",this.scrollRefresh)}},t.prototype.getRelateToElement=function(){var e=""===this.relateTo||aSt(this.relateTo)?document.body:this.relateTo;return this.setProperties({relateTo:e},!0),"string"==typeof this.relateTo?document.querySelector(this.relateTo):this.relateTo},t.prototype.scrollRefresh=function(e){if("reposition"===this.actionOnScroll?aSt(this.element)||this.element.offsetParent===e.target||this.element.offsetParent&&"BODY"===this.element.offsetParent.tagName&&null==e.target.parentElement||this.refreshPosition():"hide"===this.actionOnScroll&&this.hide(),"none"!==this.actionOnScroll&&this.getRelateToElement()){var t=this.isElementOnViewport(this.getRelateToElement(),e.target);t||this.targetInvisibleStatus?t&&(this.targetInvisibleStatus=!1):(this.trigger("targetExitViewport"),this.targetInvisibleStatus=!0)}},t.prototype.isElementOnViewport=function(e,t){for(var n=this.getScrollableParent(e),r=0;r<n.length;r++)if(!this.isElementVisible(e,n[r]))return!1;return!0},t.prototype.isElementVisible=function(e,t){var n=this.checkGetBoundingClientRect(e);if(!n.height||!n.width)return!1;if(aSt(this.checkGetBoundingClientRect(t))){var r=window,i={top:r.scrollY,left:r.scrollX,right:r.scrollX+r.outerWidth,bottom:r.scrollY+r.outerHeight},a=N_t(e),o={top:a.top,left:a.left,right:a.left+n.width,bottom:a.top+n.height},l={top:i.bottom-o.top,left:i.right-o.left,bottom:o.bottom-i.top,right:o.right-i.left};return l.top>0&&l.left>0&&l.right>0&&l.bottom>0}var s=t.getBoundingClientRect();return!(n.bottom<s.top||n.bottom>s.bottom||n.right>s.right||n.left<s.left)},t.prototype.preRender=function(){},t.prototype.setEnableRtl=function(){this.reposition(),this.enableRtl?this.element.classList.add(pOt):this.element.classList.remove(pOt)},t.prototype.setContent=function(){if(!aSt(this.content))if(this.element.innerHTML="","string"==typeof this.content)this.element.textContent=this.content;else{var e=this.getRelateToElement(),t=this.content.props;e.classList.contains("e-dropdown-btn")&&!aSt(t)||this.element.appendChild(this.content)}},t.prototype.orientationOnChange=function(){var e=this;setTimeout(function(){e.refreshPosition()},200)},t.prototype.refreshPosition=function(e,t){aSt(e)||this.checkFixedParent(e),this.reposition(),t||this.checkCollision()},t.prototype.reposition=function(){var e,t,n=this.getRelateToElement();if("number"==typeof this.position.X&&"number"==typeof this.position.Y)e={left:this.position.X,top:this.position.Y};else if("string"==typeof this.position.X&&"number"==typeof this.position.Y||"number"==typeof this.position.X&&"string"==typeof this.position.Y){var r=void 0,i=this.element.style.display;this.element.style.display="block",this.element.classList.contains("e-dlg-modal")&&(r=this.element.parentElement.style.display,this.element.parentElement.style.display="block"),t=this.getAnchorPosition(n,this.element,this.position,this.offsetX,this.offsetY),e="string"==typeof this.position.X?{left:t.left,top:this.position.Y}:{left:this.position.X,top:t.top},this.element.style.display=i,this.element.classList.contains("e-dlg-modal")&&(this.element.parentElement.style.display=r)}else if(n){i=this.element.style.display;this.element.style.display="block",e=this.getAnchorPosition(n,this.element,this.position,this.offsetX,this.offsetY),this.element.style.display=i}else e={left:0,top:0};aSt(e)||(this.element.style.left=e.left+"px",this.element.style.top=e.top+"px")},t.prototype.checkGetBoundingClientRect=function(e){try{return e.getBoundingClientRect()}catch(e){return null}},t.prototype.getAnchorPosition=function(e,t,n,r,i){var a=this.checkGetBoundingClientRect(t),o=this.checkGetBoundingClientRect(e);if(aSt(a)||aSt(o))return null;var l=e,s={left:0,top:0};switch(t.offsetParent&&"BODY"===t.offsetParent.tagName&&"BODY"===e.tagName?s=N_t(e):(t.classList.contains("e-dlg-modal")&&"BODY"!==l.tagName&&(t=t.parentElement),s=function(e,t){var n=!1,r={left:0,top:0},i=e;if(!e||!t)return r;for(aSt(t.offsetParent)&&"fixed"===t.style.position&&(n=!0);(t.offsetParent||n)&&e&&t.offsetParent!==e;)r.left+=e.offsetLeft,r.top+=e.offsetTop,e=e.offsetParent;for(e=i;(t.offsetParent||n)&&e&&t.offsetParent!==e;)r.left-=e.scrollLeft,r.top-=e.scrollTop,e=e.parentElement;return r}(l,t)),n.X){default:case"left":break;case"center":t.classList.contains("e-dlg-modal")&&"BODY"===l.tagName&&"container"===this.targetType?s.left+=window.innerWidth/2-a.width/2:"container"===this.targetType?s.left+=o.width/2-a.width/2:s.left+=o.width/2;break;case"right":t.classList.contains("e-dlg-modal")&&"BODY"===l.tagName&&"container"===this.targetType?s.left+=window.innerWidth-a.width:"container"===this.targetType?s.left+=o.width-a.width:s.left+=o.width}switch(n.Y){default:case"top":break;case"center":t.classList.contains("e-dlg-modal")&&"BODY"===l.tagName&&"container"===this.targetType?s.top+=window.innerHeight/2-a.height/2:"container"===this.targetType?s.top+=o.height/2-a.height/2:s.top+=o.height/2;break;case"bottom":t.classList.contains("e-dlg-modal")&&"BODY"===l.tagName&&"container"===this.targetType?s.top+=window.innerHeight-a.height:"container"===this.targetType?s.top+=o.height-a.height:s.top+=o.height}return s.left+=r,s.top+=i,s},t.prototype.callFlip=function(e){var t=this.getRelateToElement();q_t(this.element,t,this.offsetX,this.offsetY,this.position.X,this.position.Y,this.viewPortElement,e,this.fixedParent)},t.prototype.callFit=function(e){if(0!==function(e,t,n,r){void 0===t&&(t=null);var i=N_t(e,"left","top");n&&(i.left=n),r&&(i.top=r);var a=[];I_t=t,D_t=e.ownerDocument;var o=e.getBoundingClientRect(),l=i.top,s=i.left,c=i.left+o.width,d=J_t(l,i.top+o.height),h=U_t(s,c);return d.topSide&&a.push("top"),h.rightSide&&a.push("right"),h.leftSide&&a.push("left"),d.bottomSide&&a.push("bottom"),a}(this.element,this.viewPortElement).length)if(aSt(this.viewPortElement)){var t=function(e,t,n,r){if(void 0===t&&(t=null),void 0===n&&(n={X:!1,Y:!1}),!n.Y&&!n.X)return{left:0,top:0};var i=e.getBoundingClientRect();if(I_t=t,D_t=e.ownerDocument,r||(r=N_t(e,"left","top")),n.X){var a=I_t?Q_t():sOt(),o=nOt(),l=rOt(),s=o-r.left,c=r.left+i.width-l;i.width>a?r.left=s>0&&c<=0?l-i.width:c>0&&s<=0?o:s>c?l-i.width:o:s>0?r.left+=s:c>0&&(r.left-=c)}if(n.Y){var d=I_t?K_t():lOt(),h=tOt(),u=iOt(),p=h-r.top,f=r.top+i.height-u;i.height>d?r.top=p>0&&f<=0?u-i.height:f>0&&p<=0?h:p>f?u-i.height:h:p>0?r.top+=p:f>0&&(r.top-=f)}return r}(this.element,this.viewPortElement,e);e.X&&(this.element.style.left=t.left+"px"),e.Y&&(this.element.style.top=t.top+"px")}else{var n=this.checkGetBoundingClientRect(this.element),r=this.checkGetBoundingClientRect(this.viewPortElement);if(aSt(n)||aSt(r))return null;e&&!0===e.Y&&(r.top>n.top?this.element.style.top="0px":r.bottom<n.bottom&&(this.element.style.top=parseInt(this.element.style.top,10)-(n.bottom-r.bottom)+"px")),e&&!0===e.X&&(r.right<n.right?this.element.style.left=parseInt(this.element.style.left,10)-(n.right-r.right)+"px":r.left>n.left&&(this.element.style.left=parseInt(this.element.style.left,10)+(r.left-n.left)+"px"))}},t.prototype.checkCollision=function(){var e=this.collision.X,t=this.collision.Y;"none"===e&&"none"===t||("flip"===e&&"flip"===t?this.callFlip({X:!0,Y:!0}):"fit"===e&&"fit"===t?this.callFit({X:!0,Y:!0}):("flip"===e?this.callFlip({X:!0,Y:!1}):"flip"===t&&this.callFlip({Y:!0,X:!1}),"fit"===e?this.callFit({X:!0,Y:!1}):"fit"===t&&this.callFit({X:!1,Y:!0})))},t.prototype.show=function(e,t){var n=this;if(this.wireEvents(),1e3===this.zIndex||!aSt(t)){var r=aSt(t)?this.element:t;this.zIndex=function(e){var t=e.parentElement,n=[];for(;t&&"BODY"!==t.tagName;){var r=document.defaultView.getComputedStyle(t,null).getPropertyValue("z-index"),i=document.defaultView.getComputedStyle(t,null).getPropertyValue("position");"auto"!==r&&"static"!==i&&n.push(r),t=t.parentElement}for(var a=[],o=0;o<document.body.children.length;o++)if(!e.isEqualNode(document.body.children[o])){r=document.defaultView.getComputedStyle(document.body.children[o],null).getPropertyValue("z-index"),i=document.defaultView.getComputedStyle(document.body.children[o],null).getPropertyValue("position");"auto"!==r&&"static"!==i&&a.push(r)}a.push("999");var l=[];if(!aSt(e.parentElement)&&"BODY"!==e.parentElement.tagName){var s=[].slice.call(e.parentElement.children);for(o=0;o<s.length;o++)if(!e.isEqualNode(s[o])){r=document.defaultView.getComputedStyle(s[o],null).getPropertyValue("z-index"),i=document.defaultView.getComputedStyle(s[o],null).getPropertyValue("position");"auto"!==r&&"static"!==i&&l.push(r)}}var c=n.concat(a,l),d=Math.max.apply(Math,c)+1;return d>2147483647?2147483647:d}(r),yMt(this.element,{zIndex:this.zIndex})}e=aSt(e)||"object"!=typeof e?this.showAnimation:e,"none"===this.collision.X&&"none"===this.collision.Y||(oMt([this.element],mOt),aMt([this.element],fOt),this.checkCollision(),oMt([this.element],fOt),aMt([this.element],mOt)),aSt(e)?(oMt([this.element],mOt),aMt([this.element],fOt),this.trigger("open")):(e.begin=function(){n.isDestroyed||(oMt([n.element],mOt),aMt([n.element],fOt))},e.end=function(){n.isDestroyed||n.trigger("open")},new WMt(e).animate(this.element))},t.prototype.hide=function(e){var t=this;e=aSt(e)||"object"!=typeof e?this.hideAnimation:e,aSt(e)?(oMt([this.element],fOt),aMt([this.element],mOt),this.trigger("close")):(e.end=function(){t.isDestroyed||(oMt([t.element],fOt),aMt([t.element],mOt),t.trigger("close"))},new WMt(e).animate(this.element)),this.unwireEvents()},t.prototype.getScrollableParent=function(e){return this.checkFixedParent(e),function(e,t){var n=getComputedStyle(e),r=[],i=/(auto|scroll)/,a=e.parentElement;for(;a&&"HTML"!==a.tagName;){var o=getComputedStyle(a);"absolute"===n.position&&"static"===o.position||!i.test(o.overflow+o.overflowY+o.overflowX)||r.push(a),a=a.parentElement}t||r.push(document);return r}(e,this.fixedParent)},t.prototype.checkFixedParent=function(e){for(var t=e.parentElement;t&&"HTML"!==t.tagName;){var n=getComputedStyle(t);"fixed"===n.position&&!aSt(this.element)&&this.element.offsetParent&&"BODY"===this.element.offsetParent.tagName&&(this.element.style.top=window.scrollY>parseInt(this.element.style.top)?dSt(window.scrollY-parseInt(this.element.style.top)):dSt(parseInt(this.element.style.top)-window.scrollY),this.element.style.position="fixed",this.fixedParent=!0),t=t.parentElement,!aSt(this.element)&&aSt(this.element.offsetParent)&&"fixed"===n.position&&"fixed"===this.element.style.position&&(this.fixedParent=!0)}},dOt([HMt("auto")],t.prototype,"height",void 0),dOt([HMt("auto")],t.prototype,"width",void 0),dOt([HMt(null)],t.prototype,"content",void 0),dOt([HMt("container")],t.prototype,"targetType",void 0),dOt([HMt(null)],t.prototype,"viewPortElement",void 0),dOt([HMt({X:"none",Y:"none"})],t.prototype,"collision",void 0),dOt([HMt("")],t.prototype,"relateTo",void 0),dOt([NMt({},hOt)],t.prototype,"position",void 0),dOt([HMt(0)],t.prototype,"offsetX",void 0),dOt([HMt(0)],t.prototype,"offsetY",void 0),dOt([HMt(1e3)],t.prototype,"zIndex",void 0),dOt([HMt(!1)],t.prototype,"enableRtl",void 0),dOt([HMt("reposition")],t.prototype,"actionOnScroll",void 0),dOt([HMt(null)],t.prototype,"showAnimation",void 0),dOt([HMt(null)],t.prototype,"hideAnimation",void 0),dOt([LMt()],t.prototype,"open",void 0),dOt([LMt()],t.prototype,"close",void 0),dOt([LMt()],t.prototype,"targetExitViewport",void 0),t=dOt([PMt],t)}(cAt);function gOt(e){for(var t,n=e.childNodes,r=0;r<n.length;r++)if(3===(t=n[r]).nodeType)return t;return null}var bOt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),yOt=function(e,t,n,r){var i,a=arguments.length,o=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(i=e[l])&&(o=(a<3?i(o):a>3?i(t,n,o):i(t,n))||o);return a>3&&o&&Object.defineProperty(t,n,o),o};new TSt;var wOt,xOt="e-rtl",EOt="e-btn",kOt="e-primary",COt="e-icon-btn",SOt=function(e){function t(t,n){return e.call(this,t,n)||this}return bOt(t,e),t.prototype.preRender=function(){},t.prototype.render=function(){this.initialize(),this.removeRippleEffect=FMt(this.element,{selector:"."+EOt}),this.renderComplete()},t.prototype.initialize=function(){if(this.cssClass&&aMt([this.element],this.cssClass.split(" ")),this.isPrimary&&this.element.classList.add(kOt),this.content){var e=this.enableHtmlSanitizer?o_t.sanitize(this.content):this.content;this.element.innerHTML=e}this.setIconCss(),this.enableRtl&&this.element.classList.add(xOt),this.disabled?this.controlStatus(this.disabled):this.wireEvents()},t.prototype.controlStatus=function(e){this.element.disabled=e},t.prototype.setIconCss=function(){if(this.iconCss){var e=this.createElement("span",{className:"e-btn-icon "+this.iconCss});this.element.textContent.trim()?(e.classList.add("e-icon-"+this.iconPosition.toLowerCase()),"Top"!==this.iconPosition&&"Bottom"!==this.iconPosition||this.element.classList.add("e-"+this.iconPosition.toLowerCase()+"-icon-btn")):this.element.classList.add(COt);var t=this.element.childNodes[0];!t||"Left"!==this.iconPosition&&"Top"!==this.iconPosition?this.element.appendChild(e):this.element.insertBefore(e,t)}},t.prototype.wireEvents=function(){this.isToggle&&nMt.add(this.element,"click",this.btnClickHandler,this)},t.prototype.unWireEvents=function(){this.isToggle&&nMt.remove(this.element,"click",this.btnClickHandler)},t.prototype.btnClickHandler=function(){this.element.classList.contains("e-active")?this.element.classList.remove("e-active"):this.element.classList.add("e-active")},t.prototype.destroy=function(){var t=[kOt,xOt,COt,"e-success","e-info","e-danger","e-warning","e-flat","e-outline","e-small","e-bigger","e-active","e-round","e-top-icon-btn","e-bottom-icon-btn"];this.cssClass&&(t=t.concat(this.cssClass.split(" "))),e.prototype.destroy.call(this),oMt([this.element],t),this.element.getAttribute("class")||this.element.removeAttribute("class"),this.disabled&&this.element.removeAttribute("disabled"),this.content&&(this.element.innerHTML=this.element.innerHTML.replace(this.content,""));var n=this.element.querySelector("span.e-btn-icon");n&&uMt(n),this.unWireEvents()},t.prototype.getModuleName=function(){return"btn"},t.prototype.getPersistData=function(){return this.addOnPersist([])},t.Inject=function(){},t.prototype.onPropertyChanged=function(e,t){for(var n=this.element.querySelector("span.e-btn-icon"),r=0,i=Object.keys(e);r<i.length;r++){switch(i[r]){case"isPrimary":e.isPrimary?this.element.classList.add(kOt):this.element.classList.remove(kOt);break;case"disabled":this.controlStatus(e.disabled);break;case"iconCss":n?e.iconCss?(n.className="e-btn-icon "+e.iconCss,this.element.textContent.trim()&&("Left"===this.iconPosition?n.classList.add("e-icon-left"):n.classList.add("e-icon-right"))):uMt(n):this.setIconCss();break;case"iconPosition":oMt([this.element],["e-top-icon-btn","e-bottom-icon-btn"]),(n=this.element.querySelector("span.e-btn-icon"))&&uMt(n),this.setIconCss();break;case"cssClass":t.cssClass&&oMt([this.element],t.cssClass.split(" ")),e.cssClass&&aMt([this.element],e.cssClass.split(" "));break;case"enableRtl":e.enableRtl?this.element.classList.add(xOt):this.element.classList.remove(xOt);break;case"content":gOt(this.element)||this.element.classList.remove(COt),this.enableHtmlSanitizer&&(e.content=o_t.sanitize(e.content)),this.element.innerHTML=e.content,this.setIconCss();break;case"isToggle":e.isToggle?nMt.add(this.element,"click",this.btnClickHandler,this):(nMt.remove(this.element,"click",this.btnClickHandler),oMt([this.element],["e-active"]))}}},t.prototype.click=function(){this.element.click()},t.prototype.focusIn=function(){this.element.focus()},yOt([HMt("Left")],t.prototype,"iconPosition",void 0),yOt([HMt("")],t.prototype,"iconCss",void 0),yOt([HMt(!1)],t.prototype,"disabled",void 0),yOt([HMt(!1)],t.prototype,"isPrimary",void 0),yOt([HMt("")],t.prototype,"cssClass",void 0),yOt([HMt("")],t.prototype,"content",void 0),yOt([HMt(!1)],t.prototype,"isToggle",void 0),yOt([HMt()],t.prototype,"locale",void 0),yOt([HMt(!1)],t.prototype,"enableHtmlSanitizer",void 0),yOt([LMt()],t.prototype,"created",void 0),t=yOt([PMt],t)}(cAt),MOt="e-rtl",AOt="e-disabled",_Ot="e-input",OOt="e-multi-line-input",ZOt="e-input-group",DOt="e-float-input",IOt="e-float-line",HOt="e-float-text",NOt="e-float-text-content",TOt="e-clear-icon",LOt="e-clear-icon-hide",POt="e-label-top",VOt="e-label-bottom",jOt="e-no-float-label",zOt="e-input-custom-tag",BOt="e-float-custom-tag";!function(e){var t,n=!0;function r(e){i(e.floatLabelType,e.element),e.element.addEventListener("focus",function(){var e=u(this);(e.classList.contains("e-input-group")||e.classList.contains("e-outline")||e.classList.contains("e-filled"))&&e.classList.add("e-input-focus")}),e.element.addEventListener("blur",function(){var e=u(this);(e.classList.contains("e-input-group")||e.classList.contains("e-outline")||e.classList.contains("e-filled"))&&e.classList.remove("e-input-focus")}),e.element.addEventListener("input",function(){i(t,e.element)})}function i(e,t){var n=t.value;""!==n&&!aSt(n)&&t.parentElement?t.parentElement.classList.add("e-valid-input"):"Always"!==e&&t.parentElement&&t.parentElement.classList.remove("e-valid-input")}function a(){var e=u(this).getElementsByClassName("e-float-text")[0];aSt(e)||(aMt([e],POt),e.classList.contains(VOt)&&oMt([e],VOt))}function o(){var e=u(this);if(e.getElementsByTagName("textarea")[0]?""===e.getElementsByTagName("textarea")[0].value:""===e.getElementsByTagName("input")[0].value){var t=e.getElementsByClassName("e-float-text")[0];aSt(t)||(t.classList.contains(POt)&&oMt([t],POt),aMt([t],VOt))}}function l(e){e.addEventListener("focus",a),e.addEventListener("blur",o)}function s(e,t,n){var r=aSt(n)?iMt:n;"Auto"===e.floatLabelType&&l(e.element),aSt(t.container)?(t.container=m(e,DOt,BOt,"div",r),e.element.parentNode&&e.element.parentNode.insertBefore(t.container,e.element)):(aSt(e.customTag)||t.container.classList.add(BOt),t.container.classList.add(DOt));var i=r("span",{className:IOt}),a=r("label",{className:HOt});if(aSt(e.element.id)||""===e.element.id||(a.id="label_"+e.element.id.replace(/ /g,"_"),fMt(e.element,{"aria-labelledby":a.id})),aSt(e.element.placeholder)||""===e.element.placeholder||(a.innerText=v(e.element.placeholder),e.element.removeAttribute("placeholder")),aSt(e.properties)||aSt(e.properties.placeholder)||""===e.properties.placeholder||(a.innerText=v(e.properties.placeholder)),a.innerText||t.container.classList.add(jOt),t.container.classList.contains("e-float-icon-left")){var o=t.container.querySelector(".e-input-in-wrap");o.appendChild(e.element),o.appendChild(i),o.appendChild(a)}else t.container.appendChild(e.element),t.container.appendChild(i),t.container.appendChild(a);h(e.element.value,a),"Always"===e.floatLabelType&&(a.classList.contains(VOt)&&oMt([a],VOt),aMt([a],POt)),"Auto"===e.floatLabelType&&(e.element.addEventListener("input",function(t){h(e.element.value,a,e.element)}),e.element.addEventListener("blur",function(t){h(e.element.value,a)})),aSt(e.element.getAttribute("id"))||a.setAttribute("for",e.element.getAttribute("id"))}function c(e,t){"Always"===e&&t.classList.contains("e-outline")&&t.classList.add("e-valid-input")}function d(e,t,n){e&&!n?oMt([t],LOt):aMt([t],LOt)}function h(e,t,n){(void 0===n&&(n=null),e)?(aMt([t],POt),t.classList.contains(VOt)&&oMt([t],VOt)):(null==n||n!==document.activeElement)&&(t.classList.contains(POt)&&oMt([t],POt),aMt([t],VOt))}function u(e){var t=aSt(e.parentNode)?e:e.parentNode;return t&&t.classList.contains("e-input-in-wrap")&&(t=t.parentNode),t}function p(e,t,r){(null==n||n)&&t.addEventListener("click",function(n){e.classList.contains(AOt)||e.readOnly||(n.preventDefault(),e!==document.activeElement&&e.focus(),e.value="",aMt([t],LOt))}),e.addEventListener("input",function(n){d(e.value,t)}),e.addEventListener("focus",function(n){d(e.value,t,e.readOnly)}),e.addEventListener("blur",function(e){setTimeout(function(){aMt([t],LOt)},200)})}function f(e,t){if(u(e).classList.contains(DOt)&&"Auto"===t){var n=u(e).getElementsByClassName("e-float-text")[0];h(e.value,n,e)}}function m(e,t,n,r,i){var a,o=aSt(i)?iMt:i;return aSt(e.customTag)?a=o(r,{className:t}):(a=o(e.customTag,{className:t})).classList.add(n),a.classList.add("e-control-wrapper"),a}function v(e){var t="";if(!aSt(e)&&""!==e){var n=document.createElement("span");n.innerHTML='<input placeholder="'+e+'"/>',t=n.children[0].placeholder}return t}function g(e,t,n){aSt(n)||""===n||oMt(t,n.split(" ")),aSt(e)||""===e||aMt(t,e.split(" "))}function b(e,t){aSt(t.getElementsByClassName("e-float-text-content")[0])||(t.getElementsByClassName("e-float-text-content")[0].classList.contains("e-float-text-overflow")&&t.getElementsByClassName("e-float-text-content")[0].classList.remove("e-float-text-overflow"),(e.clientWidth<t.getElementsByClassName("e-float-text-content")[0].clientWidth||e.clientWidth===t.getElementsByClassName("e-float-text-content")[0].clientWidth)&&t.getElementsByClassName("e-float-text-content")[0].classList.add("e-float-text-overflow"))}function y(e,t){e=v(e);var n=u(t);n.classList.contains(DOt)?aSt(e)||""===e?(n.classList.add(jOt),n.getElementsByClassName("e-float-text-content")[0]?n.getElementsByClassName(HOt)[0].children[0].textContent="":n.getElementsByClassName(HOt)[0].textContent=""):(n.getElementsByClassName("e-float-text-content")[0]?n.getElementsByClassName(HOt)[0].children[0].textContent=e:n.getElementsByClassName(HOt)[0].textContent=e,n.classList.remove(jOt),t.removeAttribute("placeholder")):aSt(e)||""===e?(t.removeAttribute("placeholder"),t.removeAttribute("aria-placeholder")):fMt(t,{placeholder:e,"aria-placeholder":e})}function w(e,t,n){e?fMt(t,{readonly:""}):t.removeAttribute("readonly"),aSt(n)||f(t,n)}function x(e,t){e?aMt(t,MOt):oMt(t,MOt)}function E(e,t,n,r){var i={disabled:"disabled","aria-disabled":"true"},a=!aSt(r);e?(t.classList.remove(AOt),C(i,t),a&&oMt([r],AOt)):(t.classList.add(AOt),S(i,t),a&&aMt([r],AOt)),aSt(n)||f(t,n)}function k(e,t,n,r,i){var a=aSt(i)?iMt:i;e?n.clearButton=function(e,t,n,r){var i=(aSt(r)?iMt:r)("span",{className:TOt}),a=t.container;return aSt(n)?(t.container.classList.contains(DOt)?t.container.querySelector("."+HOt):e).insertAdjacentElement("afterend",i):a.appendChild(i),!aSt(a)&&a.classList.contains(DOt)&&aMt([a],ZOt),aMt([i],LOt),p(e,i),i.setAttribute("aria-label","close"),i}(t,n,r,a):(pMt(n.clearButton),n.clearButton=null)}function C(e,t){for(var n=0,r=Object.keys(e);n<r.length;n++){var i=r[n],a=u(t);"disabled"===i&&t.classList.remove(AOt),"disabled"===i&&a.classList.contains(ZOt)&&a.classList.remove(AOt),"placeholder"===i&&a.classList.contains(DOt)?a.getElementsByClassName(HOt)[0].textContent="":t.removeAttribute(i)}}function S(e,t){for(var n=0,r=Object.keys(e);n<r.length;n++){var i=r[n],a=u(t);"disabled"===i&&t.classList.add(AOt),"disabled"===i&&a.classList.contains(ZOt)&&a.classList.add(AOt),"placeholder"===i&&a.classList.contains(DOt)?a.getElementsByClassName(HOt)[0].textContent=e[i]:t.setAttribute(i,e[i])}}function M(e,t){if(e.container.classList.contains("e-outline")&&e.container.getElementsByClassName("e-float-text")[0]){var n=t("span",{className:NOt});n.innerHTML=e.container.getElementsByClassName("e-float-text")[0].innerHTML,e.container.getElementsByClassName("e-float-text")[0].innerHTML="",e.container.getElementsByClassName("e-float-text")[0].appendChild(n)}}function A(e,t,n){var r=[];r.push(n);var i=aSt(n)?t.querySelectorAll(".e-input-group-icon"):r;if(e&&i.length>0)for(var a=0;a<i.length;a++)i[a].addEventListener("mousedown",_,!1),i[a].addEventListener("mouseup",O,!1);else if(i.length>0)for(a=0;a<i.length;a++)i[a].removeEventListener("mousedown",_,this),i[a].removeEventListener("mouseup",O,this)}function _(){for(var e=this.parentElement;!e.classList.contains("e-input-group");)e=e.parentElement;!function(e,t){e.classList.contains("e-disabled")||e.querySelector("input").readOnly||t.classList.add("e-input-btn-ripple")}(e,this)}function O(){var e=this;setTimeout(function(){e.classList.remove("e-input-btn-ripple")},500)}function Z(e,t){var n=t("span",{className:e});return n.classList.add("e-input-group-icon"),n}function D(e,t,n,r){var i=aSt(r)?iMt:r,a=Z(e,i);t.classList.add("e-float-icon-left");var o=t.querySelector(".e-input-in-wrap");if(aSt(o)){o=i("span",{className:"e-input-in-wrap"}),n.parentNode.insertBefore(o,n);var l=t.querySelectorAll(n.tagName+" ~ *");o.appendChild(n);for(var s=0;s<l.length;s++)o.appendChild(l[s])}return o.parentNode.insertBefore(a,o),t.classList.contains(ZOt)||t.classList.add(ZOt),A(!0,t,a),a}function I(e,t,n){var r=Z(e,aSt(n)?iMt:n);return t.classList.contains(ZOt)||t.classList.add(ZOt),(t.classList.contains("e-float-icon-left")?t.querySelector(".e-input-in-wrap"):t).appendChild(r),A(!0,t,r),r}function H(e,t){"hidden"===t.type?e.classList.add("e-hidden"):e.classList.contains("e-hidden")&&e.classList.remove("e-hidden")}e.createInput=function(e,i){var a=aSt(i)?iMt:i,o={container:null,buttons:[],clearButton:null};if(t=e.floatLabelType,n=e.bindClearAction,aSt(e.floatLabelType)||"Never"===e.floatLabelType?(o.container=m(e,ZOt,zOt,"span",a),e.element.parentNode.insertBefore(o.container,e.element),aMt([e.element],_Ot),o.container.appendChild(e.element)):s(e,o,a),r(e),aSt(e.properties)||aSt(e.properties.showClearButton)||!e.properties.showClearButton||"TEXTAREA"===e.element.tagName||(k(e.properties.showClearButton,e.element,o,!0,a),o.clearButton.setAttribute("role","button"),o.container.classList.contains(DOt)&&aMt([o.container],ZOt)),!aSt(e.buttons)&&"TEXTAREA"!==e.element.tagName)for(var l=0;l<e.buttons.length;l++)o.buttons.push(I(e.buttons[l],o.container,a));return aSt(e.element)||"TEXTAREA"!==e.element.tagName||aMt([o.container],OOt),H(o.container,e.element),o=function(e,t){if(!aSt(e.properties))for(var n=0,r=Object.keys(e.properties);n<r.length;n++){switch(r[n]){case"cssClass":g(e.properties.cssClass,[t.container]),c(e.floatLabelType,t.container);break;case"enabled":E(e.properties.enabled,e.element,e.floatLabelType,t.container);break;case"enableRtl":x(e.properties.enableRtl,[t.container]);break;case"placeholder":y(e.properties.placeholder,e.element);break;case"readonly":w(e.properties.readonly,e.element)}}return t}(e,o),M(o,a),o},e.bindInitialEvent=r,e.wireFloatingEvents=l,e.wireClearBtnEvents=p,e.setValue=function(e,t,n,r){if(t.value=e,aSt(t.getAttribute("value"))&&b(t,t.parentElement),aSt(n)||"Auto"!==n||f(t,n),!aSt(r)&&r){var a=u(t);if(!aSt(a)){var o=a.getElementsByClassName(TOt)[0];aSt(o)||(t.value&&a.classList.contains("e-input-focus")?oMt([o],LOt):aMt([o],LOt))}}i(n,t)},e.setCssClass=g,e.calculateWidth=b,e.setWidth=function(e,t){"number"==typeof e?t.style.width=dSt(e):"string"==typeof e&&(t.style.width=e.match(/px|%|em/)?e:dSt(e)),b(t.firstChild,t)},e.setPlaceholder=y,e.setReadonly=w,e.setEnableRtl=x,e.setEnabled=E,e.setClearButton=k,e.removeAttributes=C,e.addAttributes=S,e.removeFloating=function(e){var t=e.container;if(!aSt(t)&&t.classList.contains(DOt)){var n=t.querySelector("textarea")?t.querySelector("textarea"):t.querySelector("input"),r=t.querySelector("."+HOt).textContent,i=null!==t.querySelector(".e-clear-icon");uMt(t.querySelector("."+IOt)),uMt(t.querySelector("."+HOt)),function(e,t,n){aMt([e],t),oMt([e],n)}(t,[ZOt],[DOt]),function(e){e.removeEventListener("focus",a),e.removeEventListener("blur",o)}(n),fMt(n,{placeholder:r}),n.classList.add(_Ot),i||"INPUT"!==n.tagName||n.removeAttribute("required")}},e.addFloating=function(e,n,r,i){var a=aSt(i)?iMt:i,o=bMt(e,"."+ZOt);if(t=n,"Never"!==n){var l=o.tagName,d={element:e,floatLabelType:n,customTag:l="DIV"!==l&&"SPAN"!==l?l:null,properties:{placeholder:r}},h=o.querySelector(".e-clear-icon"),u={container:o};e.classList.remove(_Ot),s(d,u,a),M(u,a),b(d.element,u.container);var p=o.classList.contains("e-float-icon-left");if(aSt(h))if(p)h=o.querySelector(".e-input-in-wrap").querySelector(".e-input-group-icon");else h=o.querySelector(".e-input-group-icon");if(aSt(h))p&&(h=o.querySelector(".e-input-group-icon")),aSt(h)&&o.classList.remove(ZOt);else{var f=o.querySelector("."+IOt),m=o.querySelector("."+HOt),v=p?o.querySelector(".e-input-in-wrap"):o;v.insertBefore(e,h),v.insertBefore(f,h),v.insertBefore(m,h)}}c(n,e.parentElement)},e.createSpanElement=M,e.setRipple=function(e,t){for(var n=0;n<t.length;n++)A(e,t[n].container)},e.addIcon=function(e,t,n,r,i){var a="string"==typeof t?t.split(","):t;if("append"===e.toLowerCase())for(var o=0,l=a;o<l.length;o++){I(l[o],n,i)}else for(var s=0,c=a;s<c.length;s++){D(c[s],n,r,i)}n.getElementsByClassName("e-input-group-icon")[0]&&n.getElementsByClassName("e-float-text-overflow")[0]&&n.getElementsByClassName("e-float-text-overflow")[0].classList.add("e-icon")},e.prependSpan=D,e.appendSpan=I,e.validateInputType=H}(wOt||(wOt={}));var ROt=function(){function e(e){return this.subQuery=null,this.isChild=!1,this.distincts=[],this.queries=[],this.key="",this.fKey="","string"==typeof e?this.fromTable=e:e&&e instanceof Array&&(this.lookups=e),this.expands=[],this.sortedColumns=[],this.groupedColumns=[],this.subQuery=null,this.isChild=!1,this.params=[],this.lazyLoad=[],this}return e.prototype.setKey=function(e){return this.key=e,this},e.prototype.using=function(e){return this.dataManager=e,this},e.prototype.execute=function(e,t,n,r){return(e=e||this.dataManager)?e.executeQuery(this,t,n,r):qOt.throwError('Query - execute() : dataManager needs to be is set using "using" function or should be passed as argument')},e.prototype.executeLocal=function(e){return(e=e||this.dataManager)?e.executeLocal(this):qOt.throwError('Query - executeLocal() : dataManager needs to be is set using "using" function or should be passed as argument')},e.prototype.clone=function(){var t=new e;return t.queries=this.queries.slice(0),t.key=this.key,t.isChild=this.isChild,t.dataManager=this.dataManager,t.fromTable=this.fromTable,t.params=this.params.slice(0),t.expands=this.expands.slice(0),t.sortedColumns=this.sortedColumns.slice(0),t.groupedColumns=this.groupedColumns.slice(0),t.subQuerySelector=this.subQuerySelector,t.subQuery=this.subQuery,t.fKey=this.fKey,t.isCountRequired=this.isCountRequired,t.distincts=this.distincts.slice(0),t.lazyLoad=this.lazyLoad.slice(0),t},e.prototype.from=function(e){return this.fromTable=e,this},e.prototype.addParams=function(e,t){return"function"==typeof t?this.params.push({key:e,fn:t}):this.params.push({key:e,value:t}),this},e.prototype.distinct=function(e){return this.distincts="string"==typeof e?[].slice.call([e],0):e.slice(0),this},e.prototype.expand=function(e){return this.expands="string"==typeof e?[].slice.call([e],0):e.slice(0),this},e.prototype.where=function(e,t,n,r,i){t=t?t.toLowerCase():null;var a=null;return"string"==typeof e?a=new WOt(e,t,n,r,i):e instanceof WOt&&(a=e),this.queries.push({fn:"onWhere",e:a}),this},e.prototype.search=function(e,t,n,r,i){"string"==typeof t&&(t=[t]),n&&"none"!==n||(n="contains");var a=qOt.fnOperators[n];return this.queries.push({fn:"onSearch",e:{fieldNames:t,operator:n,searchKey:e,ignoreCase:r,ignoreAccent:i,comparer:a}}),this},e.prototype.sortBy=function(e,t,n){return this.sortByForeignKey(e,t,n)},e.prototype.sortByForeignKey=function(t,n,r,i){var a,o,l=aSt(i)?"ascending":i;if("string"==typeof t&&qOt.endsWith(t.toLowerCase()," desc")&&(t=t.replace(/ desc$/i,""),n="descending"),n&&"string"!=typeof n||(l=n?n.toLowerCase():"ascending",n=qOt.fnSort(n)),r){a=e.filterQueries(this.queries,"onSortBy");for(var s=0;s<a.length;s++)if("string"==typeof(o=a[s].e.fieldName)){if(o===t)return this}else if(o instanceof Array)for(var c=0;c<o.length;c++)if(o[c]===t||t.toLowerCase()===o[c]+" desc")return this}return this.queries.push({fn:"onSortBy",e:{fieldName:t,comparer:n,direction:l}}),this},e.prototype.sortByDesc=function(e){return this.sortBy(e,"descending")},e.prototype.group=function(e,t,n){return this.sortBy(e,null,!0),this.queries.push({fn:"onGroup",e:{fieldName:e,comparer:t||null,format:n||null}}),this},e.prototype.page=function(e,t){return this.queries.push({fn:"onPage",e:{pageIndex:e,pageSize:t}}),this},e.prototype.range=function(e,t){return this.queries.push({fn:"onRange",e:{start:e,end:t}}),this},e.prototype.take=function(e){return this.queries.push({fn:"onTake",e:{nos:e}}),this},e.prototype.skip=function(e){return this.queries.push({fn:"onSkip",e:{nos:e}}),this},e.prototype.select=function(e){return"string"==typeof e&&(e=[].slice.call([e],0)),this.queries.push({fn:"onSelect",e:{fieldNames:e}}),this},e.prototype.hierarchy=function(e,t){return this.subQuerySelector=t,this.subQuery=e,this},e.prototype.foreignKey=function(e){return this.fKey=e,this},e.prototype.requiresCount=function(){return this.isCountRequired=!0,this},e.prototype.aggregate=function(e,t){return this.queries.push({fn:"onAggregates",e:{field:t,type:e}}),this},e.filterQueries=function(e,t){return e.filter(function(e){return e.fn===t})},e.filterQueryLists=function(e,t){for(var n=e.filter(function(e){return-1!==t.indexOf(e.fn)}),r={},i=0;i<n.length;i++)r[n[i].fn]||(r[n[i].fn]=n[i].e);return r},e}(),WOt=function(){function e(t,n,r,i,a){return void 0===i&&(i=!1),this.ignoreAccent=!1,this.isComplex=!1,"string"==typeof t?(this.field=t,this.operator=n.toLowerCase(),this.value=r,this.ignoreCase=i,this.ignoreAccent=a,this.isComplex=!1,this.comparer=qOt.fnOperators.processOperator(this.operator)):(t instanceof e&&r instanceof e||r instanceof Array)&&(this.isComplex=!0,this.condition=n.toLowerCase(),this.predicates=[t],r instanceof Array?[].push.apply(this.predicates,r):this.predicates.push(r)),this}return e.and=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return e.combinePredicates([].slice.call(t,0),"and")},e.prototype.and=function(t,n,r,i,a){return e.combine(this,t,n,r,"and",i,a)},e.or=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return e.combinePredicates([].slice.call(t,0),"or")},e.prototype.or=function(t,n,r,i,a){return e.combine(this,t,n,r,"or",i,a)},e.fromJson=function(e){if(e instanceof Array){for(var t=[],n=0,r=e.length;n<r;n++)t.push(this.fromJSONData(e[n]));return t}var i=e;return this.fromJSONData(i)},e.prototype.validate=function(e){var t,n,r=this.predicates?this.predicates:[];if(!this.isComplex&&this.comparer)return this.comparer.call(this,qOt.getObject(this.field,e),this.value,this.ignoreCase,this.ignoreAccent);t="and"===this.condition;for(var i=0;i<r.length;i++)if(n=r[i].validate(e),t){if(!n)return!1}else if(n)return!0;return t},e.prototype.toJson=function(){var e,t;if(this.isComplex){e=[],t=this.predicates;for(var n=0;n<t.length;n++)e.push(t[n].toJson())}return{isComplex:this.isComplex,field:this.field,operator:this.operator,value:this.value,ignoreCase:this.ignoreCase,ignoreAccent:this.ignoreAccent,condition:this.condition,predicates:e}},e.combinePredicates=function(t,n){if(1===t.length){if(!(t[0]instanceof Array))return t[0];t=t[0]}return new e(t[0],n,t.slice(1))},e.combine=function(t,n,r,i,a,o,l){return n instanceof e?e[a](t,n):"string"==typeof n?e[a](t,new e(n,r,i,o,l)):qOt.throwError("Predicate - "+a+" : invalid arguments")},e.fromJSONData=function(t){for(var n=t.predicates||[],r=n.length,i=[],a=0;a<r;a++)i.push(this.fromJSONData(n[a]));return t.isComplex?new e(i[0],t.condition,i.slice(1)):new e(t.field,t.operator,t.value,t.ignoreCase,t.ignoreAccent)},e}(),FOt={GroupGuid:"{271bbba0-1ee7}"},qOt=function(){function e(){}return e.getValue=function(e,t){return"function"==typeof e?e.call(t||{}):e},e.endsWith=function(e,t){return e.slice&&e.slice(-t.length)===t},e.startsWith=function(e,t){return e.slice(0,t.length)===t},e.fnSort=function(t){return"ascending"===(t=t?e.toLowerCase(t):"ascending")?this.fnAscending:this.fnDescending},e.fnAscending=function(e,t){return aSt(e)&&aSt(t)||null==t?-1:"string"==typeof e?e.localeCompare(t):null==e?1:e-t},e.fnDescending=function(e,t){return aSt(e)&&aSt(t)?-1:null==t?1:"string"==typeof e?-1*e.localeCompare(t):null==e?-1:t-e},e.extractFields=function(e,t){for(var n={},r=0;r<t.length;r++)n=this.setValue(t[r],this.getObject(t[r],e),n);return n},e.select=function(e,t){for(var n=[],r=0;r<e.length;r++)n.push(this.extractFields(e[r],t));return n},e.group=function(t,n,r,i,a,o,l){i=i||1;var s=t,c="GroupGuid";if(s.GroupGuid===FOt[c]){for(var d=function(e){if(aSt(a))s[e].items=h.group(s[e].items,n,r,s.level+1,null,o,l),s[e].count=s[e].items.length;else{var t,i=a.filter(function(t){return t.key===s[e].key});t=a.indexOf(i[0]),s[e].items=h.group(s[e].items,n,r,s.level+1,a[t].items,o,l),s[e].count=a[t].count}},h=this,u=0;u<s.length;u++)d(u);return s.childLevels+=1,s}var p={},f=[];f.GroupGuid=FOt[c],f.level=i,f.childLevels=0,f.records=s;for(var m=function(e){var t=v.getVal(s,e,n);if(aSt(o)||(t=o(t,n)),!p[t]&&(p[t]={key:t,count:0,items:[],aggregates:{},field:n},f.push(p[t]),!aSt(a))){var i=a.filter(function(e){return e.key===p[t].key});p[t].count=i[0].count}p[t].count=aSt(a)?p[t].count+=1:p[t].count,(!l||l&&r.length)&&p[t].items.push(s[e])},v=this,g=0;g<s.length;g++)m(g);if(r&&r.length){var b=function(t){for(var n={},i=void 0,o=r,l=0;l<r.length;l++)if(i=e.aggregates[r[l].type],aSt(a))i&&(n[o[l].field+" - "+o[l].type]=i(f[t].items,o[l].field));else{var s=a.filter(function(e){return e.key===f[t].key});i&&(n[o[l].field+" - "+o[l].type]=i(s[0].items,o[l].field))}f[t].aggregates=n};for(g=0;g<f.length;g++)b(g)}if(l&&f.length&&r.length)for(g=0;g<f.length;g++)f[g].items=[];return s.length&&f||s},e.buildHierarchy=function(e,t,n,r,i){var a,o={};for(r.result&&(r=r.result),r.GroupGuid&&this.throwError("DataManager: Do not have support Grouping in hierarchy"),a=0;a<r.length;a++){(o[l=this.getObject(e,r[a])]||(o[l]=[])).push(r[a])}for(a=0;a<n.length;a++){var l=this.getObject(i||e,n[a]);n[a][t]=o[l]}},e.getFieldList=function(e,t,n){if(void 0===n&&(n=""),null==t)return this.getFieldList(e,[],n);for(var r=e,i=0,a=Object.keys(e);i<a.length;i++){var o=a[i];"object"!=typeof r[o]||r[o]instanceof Array?t.push(n+o):this.getFieldList(r[o],t,n+o+".")}return t},e.getObject=function(e,t){if(!e)return t;if(t){if(-1===e.indexOf("."))return t[e];for(var n=t,r=e.split("."),i=0;i<r.length&&null!=n;i++)n=n[r[i]];return n}},e.setValue=function(e,t,n){var r,i,a=e.toString().split("."),o=n||{},l=o,s=a.length;for(r=0;r<s;r++)i=a[r],r+1===s?l[i]=void 0===t?void 0:t:aSt(l[i])&&(l[i]={}),l=l[i];return o},e.sort=function(e,t,n){if(e.length<=1)return e;var r=parseInt((e.length/2).toString(),10),i=e.slice(0,r),a=e.slice(r);return i=this.sort(i,t,n),a=this.sort(a,t,n),this.merge(i,a,t,n)},e.ignoreDiacritics=function(t){return"string"!=typeof t?t:t.split("").map(function(t){return t in e.diacritics?e.diacritics[t]:t}).join("")},e.merge=function(e,t,n,r){for(var i,a=[];e.length>0||t.length>0;)i=e.length>0&&t.length>0?r?r(this.getVal(e,0,n),this.getVal(t,0,n),e[0],t[0])<=0?e:t:e[0][n]<e[0][n]?e:t:e.length>0?e:t,a.push(i.shift());return a},e.getVal=function(e,t,n){return n?this.getObject(n,e[t]):e[t]},e.toLowerCase=function(e){return e?"string"==typeof e?e.toLowerCase():e.toString():0===e||!1===e?e.toString():""},e.callAdaptorFunction=function(e,t,n,r){if(t in e){var i=e[t](n,r);aSt(i)||(n=i)}return n},e.getAddParams=function(t,n,r){var i={};return e.callAdaptorFunction(t,"addParams",{dm:n,query:r,params:r.params,reqParams:i}),i},e.isPlainObject=function(e){return!!e&&e.constructor===Object},e.isCors=function(){var e=null;try{e=new window.XMLHttpRequest}catch(e){}return!!e&&"withCredentials"in e},e.getGuid=function(e){var t;return(e||"")+"00000000-0000-4000-0000-000000000000".replace(/0/g,function(e,n){if("crypto"in window&&"getRandomValues"in crypto){var r=new Uint8Array(1);window.crypto.getRandomValues(r),t=r[0]%16|0}else t=16*Math.random()|0;return"0123456789abcdef"[19===n?3&t|8:t]})},e.isNull=function(e){return null==e},e.getItemFromComparer=function(t,n,r){var i,a,o,l=0,s="string"==typeof e.getVal(t,0,n);if(t.length)for(;aSt(i)&&l<t.length;)i=e.getVal(t,l,n),o=t[l++];for(;l<t.length;l++)aSt(a=e.getVal(t,l,n))||(s&&(i=+i,a=+a),r(i,a)>0&&(i=a,o=t[l]));return o},e.distinct=function(t,n,r){r=!aSt(r)&&r;var i,a=[],o={};return t.forEach(function(l,s){(i="object"==typeof t[s]?e.getVal(t,s,n):t[s])in o||(a.push(r?t[s]:i),o[i]=1)}),a},e.processData=function(e,t){var n=this.prepareQuery(e),r=new nZt(t);e.requiresCounts&&n.requiresCount();var i=r.executeLocal(n),a={result:e.requiresCounts?i.result:i,count:i.count,aggregates:JSON.stringify(i.aggregates)};return e.requiresCounts?a:i},e.prepareQuery=function(t){var n=this,r=new ROt;(t.select&&r.select(t.select),t.where)&&e.parse.parseJson(t.where).filter(function(e){if(aSt(e.condition))r.where(e.field,e.operator,e.value,e.ignoreCase,e.ignoreAccent);else{var t=[];e.field?t.push(new WOt(e.field,e.operator,e.value,e.ignoreCase,e.ignoreAccent)):t=t.concat(n.getPredicate(e.predicates)),"or"==e.condition?r.where(WOt.or(t)):"and"==e.condition&&r.where(WOt.and(t))}});t.search&&e.parse.parseJson(t.search).filter(function(e){return r.search(e.key,e.fields,e.operator,e.ignoreCase,e.ignoreAccent)});return t.aggregates&&t.aggregates.filter(function(e){return r.aggregate(e.type,e.field)}),t.sorted&&t.sorted.filter(function(e){return r.sortBy(e.name,e.direction)}),t.skip&&r.skip(t.skip),t.take&&r.take(t.take),t.group&&t.group.filter(function(e){return r.group(e)}),r},e.getPredicate=function(e){for(var t=[],n=0;n<e.length;n++){var r=e[n];if(r.field)t.push(new WOt(r.field,r.operator,r.value,r.ignoreCase,r.ignoreAccent));else{for(var i=[],a=this.getPredicate(r.predicates),o=0,l=Object.keys(a);o<l.length;o++){var s=l[o];i.push(a[s])}t.push("or"==r.condition?WOt.or(i):WOt.and(i))}}return t},e.serverTimezoneOffset=null,e.timeZoneHandling=!0,e.throwError=function(e){try{throw new Error(e)}catch(e){throw e.message+"\n"+e.stack}},e.aggregates={sum:function(t,n){for(var r,i=0,a="number"!=typeof e.getVal(t,0,n),o=0;o<t.length;o++)r=e.getVal(t,o,n),isNaN(r)||null===r||(a&&(r=+r),i+=r);return i},average:function(t,n){return e.aggregates.sum(t,n)/t.length},min:function(t,n){var r;return"function"==typeof n&&(r=n,n=null),e.getObject(n,e.getItemFromComparer(t,n,r||e.fnAscending))},max:function(t,n){var r;return"function"==typeof n&&(r=n,n=null),e.getObject(n,e.getItemFromComparer(t,n,r||e.fnDescending))},truecount:function(e,t){return new nZt(e).executeLocal((new ROt).where(t,"equal",!0,!0)).length},falsecount:function(e,t){return new nZt(e).executeLocal((new ROt).where(t,"equal",!1,!0)).length},count:function(e,t){return e.length}},e.operatorSymbols={"<":"lessthan",">":"greaterthan","<=":"lessthanorequal",">=":"greaterthanorequal","==":"equal","!=":"notequal","*=":"contains","$=":"endswith","^=":"startswith"},e.odBiOperator={"<":" lt ",">":" gt ","<=":" le ",">=":" ge ","==":" eq ","!=":" ne ",lessthan:" lt ",lessthanorequal:" le ",greaterthan:" gt ",greaterthanorequal:" ge ",equal:" eq ",notequal:" ne "},e.odUniOperator={"$=":"endswith","^=":"startswith","*=":"substringof",endswith:"endswith",startswith:"startswith",contains:"substringof"},e.odv4UniOperator={"$=":"endswith","^=":"startswith","*=":"contains",endswith:"endswith",startswith:"startswith",contains:"contains"},e.diacritics={"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ω":"ω","ς":"σ"},e.fnOperators={equal:function(t,n,r,i){return i&&(t=e.ignoreDiacritics(t),n=e.ignoreDiacritics(n)),r?e.toLowerCase(t)===e.toLowerCase(n):t===n},notequal:function(t,n,r,i){return i&&(t=e.ignoreDiacritics(t),n=e.ignoreDiacritics(n)),!e.fnOperators.equal(t,n,r)},lessthan:function(t,n,r){return r?e.toLowerCase(t)<e.toLowerCase(n):(aSt(t)&&(t=void 0),t<n)},greaterthan:function(t,n,r){return r?e.toLowerCase(t)>e.toLowerCase(n):t>n},lessthanorequal:function(t,n,r){return r?e.toLowerCase(t)<=e.toLowerCase(n):(aSt(t)&&(t=void 0),t<=n)},greaterthanorequal:function(t,n,r){return r?e.toLowerCase(t)>=e.toLowerCase(n):t>=n},contains:function(t,n,r,i){return i&&(t=e.ignoreDiacritics(t),n=e.ignoreDiacritics(n)),r?!aSt(t)&&!aSt(n)&&-1!==e.toLowerCase(t).indexOf(e.toLowerCase(n)):!aSt(t)&&!aSt(n)&&-1!==t.toString().indexOf(n)},notnull:function(e){return null!==e},isnull:function(e){return null===e},startswith:function(t,n,r,i){return i&&(t=e.ignoreDiacritics(t),n=e.ignoreDiacritics(n)),r?t&&n&&e.startsWith(e.toLowerCase(t),e.toLowerCase(n)):t&&n&&e.startsWith(t,n)},endswith:function(t,n,r,i){return i&&(t=e.ignoreDiacritics(t),n=e.ignoreDiacritics(n)),r?t&&n&&e.endsWith(e.toLowerCase(t),e.toLowerCase(n)):t&&n&&e.endsWith(t,n)},processSymbols:function(t){var n=e.operatorSymbols[t];return n?e.fnOperators[n]:e.throwError("Query - Process Operator : Invalid operator")},processOperator:function(t){var n=e.fnOperators[t];return n||e.fnOperators.processSymbols(t)}},e.parse={parseJson:function(t){return"string"==typeof t?t=JSON.parse(t,e.parse.jsonReviver):t instanceof Array?e.parse.iterateAndReviveArray(t):"object"==typeof t&&null!==t&&e.parse.iterateAndReviveJson(t),t},iterateAndReviveArray:function(t){for(var n=0;n<t.length;n++)"object"==typeof t[n]&&null!==t[n]?e.parse.iterateAndReviveJson(t[n]):"string"!=typeof t[n]||/^[\s]*\[|^[\s]*\{(.)+:|\"/g.test(t[n])?t[n]=e.parse.parseJson(t[n]):t[n]=e.parse.jsonReviver("",t[n])},iterateAndReviveJson:function(t){for(var n,r=0,i=Object.keys(t);r<i.length;r++){var a=i[r];e.startsWith(a,"__")||("object"==typeof(n=t[a])?n instanceof Array?e.parse.iterateAndReviveArray(n):n&&e.parse.iterateAndReviveJson(n):t[a]=e.parse.jsonReviver(t[a],n))}},jsonReviver:function(t,n){if("string"==typeof n){var r=/^\/Date\(([+-]?[0-9]+)([+-][0-9]{4})?\)\/$/.exec(n),i=e.timeZoneHandling?e.serverTimezoneOffset:null;if(r)return e.dateParse.toTimeZone(new Date(parseInt(r[1],10)),i,!0);if(/^(\d{4}\-\d\d\-\d\d([tT][\d:\.]*){1})([zZ]|([+\-])(\d\d):?(\d\d))?$/.test(n)){var a=n.indexOf("Z")>-1||n.indexOf("z")>-1,o=n.split(/[^0-9.]/);if(a)n=e.dateParse.toTimeZone(new Date(parseInt(o[0],10),parseInt(o[1],10)-1,parseInt(o[2],10),parseInt(o[3],10),parseInt(o[4],10),parseInt(o[5],10)),e.serverTimezoneOffset,!1);else{var l=new Date(parseInt(o[0],10),parseInt(o[1],10)-1,parseInt(o[2],10),parseInt(o[3],10),parseInt(o[4],10),parseInt(o[5],10)),s=parseInt(o[6],10),c=parseInt(o[7],10);if(isNaN(s)&&isNaN(c))return l;n.indexOf("+")>-1?l.setHours(l.getHours()-s,l.getMinutes()-c):l.setHours(l.getHours()+s,l.getMinutes()+c),n=e.dateParse.toTimeZone(l,e.serverTimezoneOffset,!1)}null==e.serverTimezoneOffset&&(n=e.dateParse.addSelfOffset(n))}}return n},isJson:function(t){return"string"==typeof t[0]?t:e.parse.parseJson(t)},isGuid:function(e){return null!=/[A-Fa-f0-9]{8}(?:-[A-Fa-f0-9]{4}){3}-[A-Fa-f0-9]{12}/i.exec(e)},replacer:function(t,n){return e.isPlainObject(t)?e.parse.jsonReplacer(t,n):t instanceof Array?e.parse.arrayReplacer(t):t instanceof Date?e.parse.jsonReplacer({val:t},n).val:t},jsonReplacer:function(t,n){for(var r,i=0,a=Object.keys(t);i<a.length;i++){var o=a[i];if((r=t[o])instanceof Date){var l=r;null==e.serverTimezoneOffset?t[o]=e.dateParse.toTimeZone(l,null).toJSON():(l=new Date(+l+36e5*e.serverTimezoneOffset),t[o]=e.dateParse.toTimeZone(e.dateParse.addSelfOffset(l),null).toJSON())}}return t},arrayReplacer:function(t){for(var n=0;n<t.length;n++)e.isPlainObject(t[n])?t[n]=e.parse.jsonReplacer(t[n]):t[n]instanceof Date&&(t[n]=e.parse.jsonReplacer({date:t[n]}).date);return t},jsonDateReplacer:function(t,n){if("value"===t&&n){if("string"==typeof n){var r=/^\/Date\(([+-]?[0-9]+)([+-][0-9]{4})?\)\/$/.exec(n);if(r)n=e.dateParse.toTimeZone(new Date(parseInt(r[1],10)),null,!0);else if(/^(\d{4}\-\d\d\-\d\d([tT][\d:\.]*){1})([zZ]|([+\-])(\d\d):?(\d\d))?$/.test(n)){var i=n.split(/[^0-9]/);n=e.dateParse.toTimeZone(new Date(parseInt(i[0],10),parseInt(i[1],10)-1,parseInt(i[2],10),parseInt(i[3],10),parseInt(i[4],10),parseInt(i[5],10)),null,!0)}}if(n instanceof Date)return n=e.dateParse.addSelfOffset(n),null===e.serverTimezoneOffset?e.dateParse.toTimeZone(e.dateParse.addSelfOffset(n),null).toJSON():(n=e.dateParse.toTimeZone(n,n.getTimezoneOffset()/60*2-e.serverTimezoneOffset,!1)).toJSON()}return n}},e.dateParse={addSelfOffset:function(e){return new Date(+e-6e4*e.getTimezoneOffset())},toUTC:function(e){return new Date(+e+6e4*e.getTimezoneOffset())},toTimeZone:function(t,n,r){if(null===n)return t;var i=r?e.dateParse.toUTC(t):t;return new Date(+i-36e5*n)},toLocalTime:function(e){var t=e,n=-t.getTimezoneOffset(),r=n>=0?"+":"-",i=function(e){var t=Math.floor(Math.abs(e));return(t<10?"0":"")+t};return t.getFullYear()+"-"+i(t.getMonth()+1)+"-"+i(t.getDate())+"T"+i(t.getHours())+":"+i(t.getMinutes())+":"+i(t.getSeconds())+r+i(n/60)+":"+i(n%60)}},e}(),YOt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),UOt={GroupGuid:"{271bbba0-1ee7}"},GOt=function(){function e(t){this.options={from:"table",requestType:"json",sortBy:"sorted",select:"select",skip:"skip",group:"group",take:"take",search:"search",count:"requiresCounts",where:"where",aggregates:"aggregates",expand:"expand"},this.type=e,this.dataSource=t,this.pvt={}}return e.prototype.processResponse=function(e,t,n,r){return e},e}(),XOt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return YOt(t,e),t.prototype.processQuery=function(e,t){for(var n,r,i,a=e.dataSource.json.slice(0),o=a.length,l=!0,s={},c=0,d=[],h=0;h<t.lazyLoad.length;h++)c++,s[t.lazyLoad[h].key]=t.lazyLoad[h].value;var u={};for(h=0;h<t.queries.length;h++)"onPage"!==(r=t.queries[h]).fn&&"onGroup"!==r.fn||!t.lazyLoad.length?(n=this[r.fn].call(this,a,r.e,t),"onAggregates"===r.fn?u[r.e.field+" - "+r.e.type]=n:a=void 0!==n?n:a,"onPage"!==r.fn&&"onSkip"!==r.fn&&"onTake"!==r.fn&&"onRange"!==r.fn||(l=!1),l&&(o=a.length)):("onGroup"===r.fn&&d.push(r.e),"onPage"===r.fn&&(i=r.e));if(c){var p={query:t,lazyLoad:s,result:a,group:d,page:i},f=this.lazyLoadGroup(p);a=f.result,o=f.count}return t.isCountRequired&&(a={result:a,count:o,aggregates:u}),a},t.prototype.lazyLoadGroup=function(e){var t=0,n=this.getAggregate(e.query),r=e.result;if(aSt(e.lazyLoad.onDemandGroupInfo)){o=e.group[0].fieldName;t=(r=qOt.group(r,o,n,null,null,e.group[0].comparer,!0)).length;l=r;e.page&&(r=this.onPage(r,e.page,e.query)),this.formGroupResult(r,l)}else{for(var i=e.lazyLoad.onDemandGroupInfo,a=i.where.length-1;a>=0;a--)r=this.onWhere(r,i.where[a]);if(e.group.length!==i.level){var o=e.group[i.level].fieldName;r=qOt.group(r,o,n,null,null,e.group[0].comparer,!0)}t=r.length;var l=r;r=(r=r.slice(i.skip)).slice(0,i.take),e.group.length!==i.level&&this.formGroupResult(r,l)}return{result:r,count:t}},t.prototype.formGroupResult=function(e,t){if(e.length&&t.length){var n="GroupGuid",r="childLevels",i="level",a="records";e[n]=t[n],e[r]=t[r],e[i]=t[i],e[a]=t[a]}return e},t.prototype.getAggregate=function(e){var t=ROt.filterQueries(e.queries,"onAggregates"),n=[];if(t.length)for(var r=void 0,i=0;i<t.length;i++)r=t[i].e,n.push({type:r.type,field:qOt.getValue(r.field,e)});return n},t.prototype.batchRequest=function(e,t,n){var r,i=t.deletedRecords.length;for(r=0;r<t.addedRecords.length;r++)this.insert(e,t.addedRecords[r]);for(r=0;r<t.changedRecords.length;r++)this.update(e,n.key,t.changedRecords[r]);for(r=0;r<i;r++)this.remove(e,n.key,t.deletedRecords[r]);return t},t.prototype.onWhere=function(e,t){return e&&e.length?e.filter(function(e){if(t)return t.validate(e)}):e},t.prototype.onAggregates=function(e,t){var n=qOt.aggregates[t.type];return e&&n&&0!==e.length?n(e,t.field):null},t.prototype.onSearch=function(e,t){return e&&e.length?(0===t.fieldNames.length&&qOt.getFieldList(e[0],t.fieldNames),e.filter(function(e){for(var n=0;n<t.fieldNames.length;n++)if(t.comparer.call(e,qOt.getObject(t.fieldNames[n],e),t.searchKey,t.ignoreCase,t.ignoreAccent))return!0;return!1})):e},t.prototype.onSortBy=function(e,t,n){if(!e||!e.length)return e;var r,i=qOt.getValue(t.fieldName,n);if(!i)return e.sort(t.comparer);if(i instanceof Array){for(var a=(i=i.slice(0)).length-1;a>=0;a--)i[a]&&(r=t.comparer,qOt.endsWith(i[a]," desc")&&(r=qOt.fnSort("descending"),i[a]=i[a].replace(" desc","")),e=qOt.sort(e,i[a],r));return e}return qOt.sort(e,i,t.comparer)},t.prototype.onGroup=function(e,t,n){if(!e||!e.length)return e;var r=this.getAggregate(n);return qOt.group(e,qOt.getValue(t.fieldName,n),r,null,null,t.comparer)},t.prototype.onPage=function(e,t,n){var r=qOt.getValue(t.pageSize,n),i=(qOt.getValue(t.pageIndex,n)-1)*r,a=i+r;return e&&e.length?e.slice(i,a):e},t.prototype.onRange=function(e,t){return e&&e.length?e.slice(qOt.getValue(t.start),qOt.getValue(t.end)):e},t.prototype.onTake=function(e,t){return e&&e.length?e.slice(0,qOt.getValue(t.nos)):e},t.prototype.onSkip=function(e,t){return e&&e.length?e.slice(qOt.getValue(t.nos)):e},t.prototype.onSelect=function(e,t){return e&&e.length?qOt.select(e,qOt.getValue(t.fieldNames)):e},t.prototype.insert=function(e,t,n,r,i){return aSt(i)?e.dataSource.json.push(t):e.dataSource.json.splice(i,0,t)},t.prototype.remove=function(e,t,n,r){var i,a=e.dataSource.json;for("object"!=typeof n||n instanceof Date||(n=qOt.getObject(t,n)),i=0;i<a.length&&qOt.getObject(t,a[i])!==n;i++);return i!==a.length?a.splice(i,1):null},t.prototype.update=function(e,t,n,r){var i,a,o=e.dataSource.json;for(aSt(t)||(a=KCt(t,n)),i=0;i<o.length&&(aSt(t)||KCt(t,o[i])!==a);i++);return i<o.length?rSt(o[i],n):null},t}(GOt),JOt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return YOt(t,e),t.prototype.processQuery=function(e,t,n){var r,i,a=this.getQueryRequest(t),o=ROt.filterQueryLists(t.queries,["onSelect","onPage","onSkip","onTake","onRange"]),l=t.params,s=e.dataSource.url,c=null,d=this.options,h={sorts:[],groups:[],filters:[],searches:[],aggregates:[]};"onPage"in o?(r=o.onPage,i=((i=qOt.getValue(r.pageIndex,t))-1)*(c=qOt.getValue(r.pageSize,t))):"onRange"in o&&(i=(r=o.onRange).start,c=r.end-r.start);for(var u=0;u<a.sorts.length;u++)r=qOt.getValue(a.sorts[u].e.fieldName,t),h.sorts.push(qOt.callAdaptorFunction(this,"onEachSort",{name:r,direction:a.sorts[u].e.direction},t));n&&(r=this.getFiltersFrom(n,t))&&h.filters.push(qOt.callAdaptorFunction(this,"onEachWhere",r.toJson(),t));for(u=0;u<a.filters.length;u++){var p=qOt.callAdaptorFunction(this,"onEachWhere",a.filters[u].e.toJson(),t);this.getModuleName&&"ODataV4Adaptor"===this.getModuleName()&&!aSt(a.filters[u].e.key)&&a.filters.length>1&&(p="("+p+")"),h.filters.push(p);for(var f=0,m="object"==typeof h.filters[u]?Object.keys(h.filters[u]):[];f<m.length;f++){var v=m[f];qOt.isNull(h[v])&&delete h[v]}}for(u=0;u<a.searches.length;u++)r=a.searches[u].e,h.searches.push(qOt.callAdaptorFunction(this,"onEachSearch",{fields:r.fieldNames,operator:r.operator,key:r.searchKey,ignoreCase:r.ignoreCase},t));for(u=0;u<a.groups.length;u++)h.groups.push(qOt.getValue(a.groups[u].e.fieldName,t));for(u=0;u<a.aggregates.length;u++)r=a.aggregates[u].e,h.aggregates.push({type:r.type,field:qOt.getValue(r.field,t)});var g={};if(this.getRequestQuery(d,t,o,h,g),qOt.callAdaptorFunction(this,"addParams",{dm:e,query:t,params:l,reqParams:g}),t.lazyLoad.length)for(u=0;u<t.lazyLoad.length;u++)g[t.lazyLoad[u].key]=t.lazyLoad[u].value;for(var b=0,y=Object.keys(g);b<y.length;b++){v=y[b];(qOt.isNull(g[v])||""===g[v]||0===g[v].length)&&delete g[v]}d.skip in g&&d.take in g||null===c||(g[d.skip]=qOt.callAdaptorFunction(this,"onSkip",i,t),g[d.take]=qOt.callAdaptorFunction(this,"onTake",c,t));var w=this.pvt;return this.pvt={},"json"===this.options.requestType?{data:JSON.stringify(g,qOt.parse.jsonDateReplacer),url:s,pvtData:w,type:"POST",contentType:"application/json; charset=utf-8"}:(r=this.convertToQueryString(g,t,e),{type:"GET",url:(r=(-1!==e.dataSource.url.indexOf("?")?"&":"/")+r).length?s.replace(/\/*$/,r):s,pvtData:w})},t.prototype.getRequestQuery=function(e,t,n,r,i){var a=i;a[e.from]=t.fromTable,e.apply&&t.distincts.length&&(a[e.apply]="onDistinct"in this?qOt.callAdaptorFunction(this,"onDistinct",t.distincts):""),!t.distincts.length&&e.expand&&(a[e.expand]="onExpand"in this&&"onSelect"in n?qOt.callAdaptorFunction(this,"onExpand",{selects:qOt.getValue(n.onSelect.fieldNames,t),expands:t.expands},t):t.expands),a[e.select]="onSelect"in n&&!t.distincts.length?qOt.callAdaptorFunction(this,"onSelect",qOt.getValue(n.onSelect.fieldNames,t),t):"",a[e.count]=t.isCountRequired?qOt.callAdaptorFunction(this,"onCount",t.isCountRequired,t):"",a[e.search]=r.searches.length?qOt.callAdaptorFunction(this,"onSearch",r.searches,t):"",a[e.skip]="onSkip"in n?qOt.callAdaptorFunction(this,"onSkip",qOt.getValue(n.onSkip.nos,t),t):"",a[e.take]="onTake"in n?qOt.callAdaptorFunction(this,"onTake",qOt.getValue(n.onTake.nos,t),t):"",a[e.where]=r.filters.length||r.searches.length?qOt.callAdaptorFunction(this,"onWhere",r.filters,t):"",a[e.sortBy]=r.sorts.length?qOt.callAdaptorFunction(this,"onSortBy",r.sorts,t):"",a[e.group]=r.groups.length?qOt.callAdaptorFunction(this,"onGroup",r.groups,t):"",a[e.aggregates]=r.aggregates.length?qOt.callAdaptorFunction(this,"onAggregates",r.aggregates,t):"",a.param=[]},t.prototype.convertToQueryString=function(e,t,n){return""},t.prototype.processResponse=function(e,t,n,r,i,a){if(r&&r.getResponseHeader("Content-Type")&&-1!==r.getResponseHeader("Content-Type").indexOf("application/json")){var o=qOt.timeZoneHandling;t&&!t.timeZoneHandling&&(qOt.timeZoneHandling=!1),e=qOt.parse.parseJson(e),qOt.timeZoneHandling=o}var l=i,s=l.pvtData||{},c=e?e.groupDs:[];if(r&&r.getResponseHeader("Content-Type")&&-1!==r.getResponseHeader("Content-Type").indexOf("xml"))return n.isCountRequired?{result:[],count:0}:[];var d=JSON.parse(l.data);if(d&&"batch"===d.action&&e&&e.addedRecords)return a.addedRecords=e.addedRecords,a;e&&e.d&&(e=e.d);var h={};e&&"count"in e&&(h.count=e.count),h.result=e&&e.result?e.result:e;var u=!1;if(Array.isArray(e.result)&&e.result.length){if(aSt(e.result[0].key)||(h.result=this.formRemoteGroupedData(h.result,1,s.groups.length-1)),n&&n.lazyLoad.length&&s.groups.length)for(var p=0;p<n.lazyLoad.length;p++)if("onDemandGroupInfo"===n.lazyLoad[p].key){var f=n.lazyLoad[p].value.level;s.groups.length===f&&(u=!0)}}return u||this.getAggregateResult(s,e,h,c,n),qOt.isNull(h.count)?h.result:{result:h.result,count:h.count,aggregates:h.aggregates}},t.prototype.formRemoteGroupedData=function(e,t,n){for(var r=0;r<e.length;r++)e[r].items.length&&Object.keys(e[r].items[0]).indexOf("key")>-1&&this.formRemoteGroupedData(e[r].items,t+1,n-1);var i="GroupGuid",a="records";return e[i]=UOt[i],e.level=t,e.childLevels=n,e[a]=e[0].items.length?this.getGroupedRecords(e,!aSt(e[0].items[a])):[],e},t.prototype.getGroupedRecords=function(e,t){for(var n=[],r=0;r<e.length;r++)if(t)n=n.concat(e[r].items.records);else for(var i=0;i<e[r].items.length;i++)n.push(e[r].items[i]);return n},t.prototype.onGroup=function(e){return this.pvt.groups=e,e},t.prototype.onAggregates=function(e){this.pvt.aggregates=e},t.prototype.batchRequest=function(e,t,n,r,i){return{type:"POST",url:e.dataSource.batchUrl||e.dataSource.crudUrl||e.dataSource.removeUrl||e.dataSource.url,contentType:"application/json; charset=utf-8",dataType:"json",data:JSON.stringify(iSt({},{changed:t.changedRecords,added:t.addedRecords,deleted:t.deletedRecords,action:"batch",table:n[undefined],key:n[undefined]},qOt.getAddParams(this,e,r)))}},t.prototype.beforeSend=function(e,t){},t.prototype.insert=function(e,t,n,r){return{url:e.dataSource.insertUrl||e.dataSource.crudUrl||e.dataSource.url,data:JSON.stringify(iSt({},{value:t,table:n,action:"insert"},qOt.getAddParams(this,e,r)))}},t.prototype.remove=function(e,t,n,r,i){return{type:"POST",url:e.dataSource.removeUrl||e.dataSource.crudUrl||e.dataSource.url,data:JSON.stringify(iSt({},{key:n,keyColumn:t,table:r,action:"remove"},qOt.getAddParams(this,e,i)))}},t.prototype.update=function(e,t,n,r,i){return{type:"POST",url:e.dataSource.updateUrl||e.dataSource.crudUrl||e.dataSource.url,data:JSON.stringify(iSt({},{value:n,action:"update",keyColumn:t,key:qOt.getObject(t,n),table:r},qOt.getAddParams(this,e,i)))}},t.prototype.getFiltersFrom=function(e,t){var n,r=t.fKey,i=r,a=t.key,o=[];"object"!=typeof e[0]&&(i=null);for(var l=0;l<e.length;l++)n="object"==typeof e[0]?qOt.getObject(a||i,e[l]):e[l],o.push(new WOt(r,"equal",n));return WOt.or(o)},t.prototype.getAggregateResult=function(e,t,n,r,i){var a=t;if(t&&t.result&&(a=t.result),e&&e.aggregates&&e.aggregates.length){var o=e.aggregates,l=void 0,s=a,c={};t.aggregate&&(s=t.aggregate);for(var d=0;d<o.length;d++)(l=qOt.aggregates[o[d].type])&&(c[o[d].field+" - "+o[d].type]=l(s,o[d].field));n.aggregates=c}var h=Array.isArray(t.result)&&t.result.length&&!aSt(t.result[0].key);if(e&&e.groups&&e.groups.length&&!h){var u=e.groups;for(d=0;d<u.length;d++){aSt(r)||(r=qOt.group(r,u[d]));var p=ROt.filterQueries(i.queries,"onGroup")[d].e;a=qOt.group(a,u[d],e.aggregates,null,r,p.comparer)}n.result=a}return n},t.prototype.getQueryRequest=function(e){var t={sorts:[],groups:[],filters:[],searches:[],aggregates:[]};return t.sorts=ROt.filterQueries(e.queries,"onSortBy"),t.groups=ROt.filterQueries(e.queries,"onGroup"),t.filters=ROt.filterQueries(e.queries,"onWhere"),t.searches=ROt.filterQueries(e.queries,"onSearch"),t.aggregates=ROt.filterQueries(e.queries,"onAggregates"),t},t.prototype.addParams=function(e){var t=e.reqParams;e.params.length&&(t.params={});for(var n=0,r=e.params;n<r.length;n++){var i=r[n];if(t[i.key])throw new Error("Query() - addParams: Custom Param is conflicting other request arguments");t[i.key]=i.value,i.fn&&(t[i.key]=i.fn.call(e.query,i.key,e.query,e.dm)),t.params[i.key]=t[i.key]}},t}(GOt),QOt=function(e){function t(t){var n=e.call(this)||this;return n.options=iSt({},n.options,{requestType:"get",accept:"application/json;odata=light;q=1,application/json;odata=verbose;q=0.5",multipartAccept:"multipart/mixed",sortBy:"$orderby",select:"$select",skip:"$skip",take:"$top",count:"$inlinecount",where:"$filter",expand:"$expand",batch:"$batch",changeSet:"--changeset_",batchPre:"batch_",contentId:"Content-Id: ",batchContent:"Content-Type: multipart/mixed; boundary=",changeSetContent:"Content-Type: application/http\nContent-Transfer-Encoding: binary ",batchChangeSetContentType:"Content-Type: application/json; charset=utf-8 ",updateType:"PUT"}),iSt(n.options,t||{}),n}return YOt(t,e),t.prototype.getModuleName=function(){return"ODataAdaptor"},t.prototype.onPredicate=function(e,n,r){var i,a,o="",l=e.value,s=typeof l,c=e.field?t.getField(e.field):null;if(l instanceof Date&&(l="datetime'"+qOt.parse.replacer(l)+"'"),"string"===s&&(l=l.replace(/'/g,"''"),e.ignoreCase&&(l=l.toLowerCase()),l="'"+(l=encodeURIComponent(l))+"'",r&&(c="cast("+c+", 'Edm.String')"),qOt.parse.isGuid(l)&&(a="guid"),e.ignoreCase&&(a||(c="tolower("+c+")"),l=l.toLowerCase())),i=qOt.odBiOperator[e.operator])return o+=c,o+=i,a&&(o+=a),o+l;if("substringof"===(i=aSt(this.getModuleName)||"ODataV4Adaptor"!==this.getModuleName()?qOt.odUniOperator[e.operator]:qOt.odv4UniOperator[e.operator])){var d=l;l=c,c=d}return o+=i+"(",o+=c+",",a&&(o+=a),o+=l+")"},t.prototype.addParams=function(t){e.prototype.addParams.call(this,t),delete t.reqParams.params},t.prototype.onComplexPredicate=function(e,t,n){for(var r=[],i=0;i<e.predicates.length;i++)r.push("("+this.onEachWhere(e.predicates[i],t,n)+")");return r.join(" "+e.condition+" ")},t.prototype.onEachWhere=function(e,t,n){return e.isComplex?this.onComplexPredicate(e,t,n):this.onPredicate(e,t,n)},t.prototype.onWhere=function(e){return this.pvt.search&&e.push(this.onEachWhere(this.pvt.search,null,!0)),e.join(" and ")},t.prototype.onEachSearch=function(e){e.fields&&0===e.fields.length&&qOt.throwError("Query() - Search : oData search requires list of field names to search");for(var t=this.pvt.search||[],n=0;n<e.fields.length;n++)t.push(new WOt(e.fields[n],e.operator,e.key,e.ignoreCase));this.pvt.search=t},t.prototype.onSearch=function(e){return this.pvt.search=WOt.or(this.pvt.search),""},t.prototype.onEachSort=function(e){var n=[];if(e.name instanceof Array)for(var r=0;r<e.name.length;r++)n.push(t.getField(e.name[r])+("descending"===e.direction?" desc":""));else n.push(t.getField(e.name)+("descending"===e.direction?" desc":""));return n.join(",")},t.prototype.onSortBy=function(e){return e.reverse().join(",")},t.prototype.onGroup=function(e){return this.pvt.groups=e,[]},t.prototype.onSelect=function(e){for(var n=0;n<e.length;n++)e[n]=t.getField(e[n]);return e.join(",")},t.prototype.onAggregates=function(e){return this.pvt.aggregates=e,""},t.prototype.onCount=function(e){return!0===e?"allpages":""},t.prototype.beforeSend=function(e,t,n){qOt.endsWith(n.url,this.options.batch)&&"post"===n.type.toLowerCase()?(t.setRequestHeader("Accept",this.options.multipartAccept),t.setRequestHeader("DataServiceVersion","2.0"),t.overrideMimeType("text/plain; charset=x-user-defined")):t.setRequestHeader("Accept",this.options.accept),t.setRequestHeader("DataServiceVersion","2.0"),t.setRequestHeader("MaxDataServiceVersion","2.0")},t.prototype.processResponse=function(e,t,n,r,i,a){var o="odata.metadata";if(i&&"GET"===i.type&&!this.rootUrl&&e[o]){var l=e[o].split("/$metadata#");this.rootUrl=l[0],this.resourceTableName=l[1]}if(!aSt(e.d)){var s=n&&n.isCountRequired?e.d.results:e.d,c="__metadata";if(!aSt(s))for(var d=0;d<s.length;d++)aSt(s[d][c])||delete s[d][c]}var h=i&&i.pvtData,u=this.processBatchResponse(e,n,r,i,a);if(u)return u;var p=r&&i.getResponseHeader("DataServiceVersion"),f=null,m=p&&parseInt(p,10)||2;if(n&&n.isCountRequired){var v="__count";(e[v]||e["odata.count"])&&(f=e[v]||e["odata.count"]),e.d&&(e=e.d),(e[v]||e["odata.count"])&&(f=e[v]||e["odata.count"])}3===m&&e.value&&(e=e.value),e.d&&(e=e.d),m<3&&e.results&&(e=e.results);var g={};return g.count=f,g.result=e,this.getAggregateResult(h,e,g,null,n),qOt.isNull(f)?g.result:{result:g.result,count:g.count,aggregates:g.aggregates}},t.prototype.convertToQueryString=function(e,t,n){var r=[],i="table",a=e[i]||"";delete e[i],n.dataSource.requiresFormat&&(e.$format="json");for(var o=0,l=Object.keys(e);o<l.length;o++){var s=l[o];r.push(s+"="+e[s])}return r=r.join("&"),n.dataSource.url&&-1!==n.dataSource.url.indexOf("?")&&!a?r:r.length?a+"?"+r:a||""},t.prototype.localTimeReplacer=function(e,t){for(var n=0,r=aSt(t)?[]:Object.keys(t);n<r.length;n++){var i=r[n];t[i]instanceof Date&&(t[i]=qOt.dateParse.toLocalTime(t[i]))}return t},t.prototype.insert=function(e,t,n){return{url:(e.dataSource.insertUrl||e.dataSource.url).replace(/\/*$/,n?"/"+n:""),data:JSON.stringify(t,this.options.localTime?this.localTimeReplacer:null)}},t.prototype.remove=function(e,t,n,r){var i;return i="string"!=typeof n||qOt.parse.isGuid(n)?"("+n+")":"('"+n+"')",{type:"DELETE",url:(e.dataSource.removeUrl||e.dataSource.url).replace(/\/*$/,r?"/"+r:"")+i}},t.prototype.update=function(e,t,n,r,i,a){var o;return"PATCH"!==this.options.updateType||aSt(a)||(n=this.compareAndRemove(n,a,t)),o="string"!=typeof n[t]||qOt.parse.isGuid(n[t])?"("+n[t]+")":"('"+n[t]+"')",{type:this.options.updateType,url:(e.dataSource.updateUrl||e.dataSource.url).replace(/\/*$/,r?"/"+r:"")+o,data:JSON.stringify(n,this.options.localTime?this.localTimeReplacer:null),accept:this.options.accept}},t.prototype.batchRequest=function(e,t,n,r,i){var a=n.guid=qOt.getGuid(this.options.batchPre),o=this.rootUrl?this.rootUrl+"/"+this.options.batch:e.dataSource.url.replace(/\/*$/,"/"+this.options.batch);n.url=this.resourceTableName?this.resourceTableName:n.url;var l={url:n.url,key:n.key,cid:1,cSet:qOt.getGuid(this.options.changeSet)},s="--"+a+"\n";return s+="Content-Type: multipart/mixed; boundary="+l.cSet.replace("--","")+"\n",this.pvt.changeSet=0,s+=this.generateInsertRequest(t.addedRecords,l,e),s+=this.generateUpdateRequest(t.changedRecords,l,e,i?i.changedRecords:[]),s+=this.generateDeleteRequest(t.deletedRecords,l,e),s+=l.cSet+"--\n",{type:"POST",url:o,dataType:"json",contentType:"multipart/mixed; charset=UTF-8;boundary="+a,data:s+="--"+a+"--"}},t.prototype.generateDeleteRequest=function(e,t,n){if(!e)return"";var r={method:"DELETE ",url:function(e,t,n){var r=qOt.getObject(n,e[t]);return"number"==typeof r||qOt.parse.isGuid(r)?"("+r+")":r instanceof Date?"("+e[t][n].toJSON()+")":"('"+r+"')"},data:function(e,t){return""}};return this.generateBodyContent(e,t,r,n)+"\n"},t.prototype.generateInsertRequest=function(e,t,n){if(!e)return"";var r={method:"POST ",url:function(e,t,n){return""},data:function(e,t){return JSON.stringify(e[t])+"\n\n"}};return this.generateBodyContent(e,t,r,n)},t.prototype.generateUpdateRequest=function(e,t,n,r){var i=this;if(!e)return"";e.forEach(function(e){return e=i.compareAndRemove(e,r.filter(function(n){return qOt.getObject(t.key,n)===qOt.getObject(t.key,e)})[0],t.key)});var a={method:this.options.updateType+" ",url:function(e,t,n){return"number"==typeof e[t][n]||qOt.parse.isGuid(e[t][n])?"("+e[t][n]+")":e[t][n]instanceof Date?"("+e[t][n].toJSON()+")":"('"+e[t][n]+"')"},data:function(e,t){return JSON.stringify(e[t])+"\n\n"}};return this.generateBodyContent(e,t,a,n)},t.getField=function(e){return e.replace(/\./g,"/")},t.prototype.generateBodyContent=function(e,t,n,r){for(var i="",a=0;a<e.length;a++)i+="\n"+t.cSet+"\n",i+=this.options.changeSetContent+"\n\n",i+=n.method,"POST "===n.method?i+=(r.dataSource.insertUrl||r.dataSource.crudUrl||t.url)+n.url(e,a,t.key)+" HTTP/1.1\n":"PUT "===n.method||"PATCH "===n.method?i+=(r.dataSource.updateUrl||r.dataSource.crudUrl||t.url)+n.url(e,a,t.key)+" HTTP/1.1\n":"DELETE "===n.method&&(i+=(r.dataSource.removeUrl||r.dataSource.crudUrl||t.url)+n.url(e,a,t.key)+" HTTP/1.1\n"),i+="Accept: "+this.options.accept+"\n",i+="Content-Id: "+this.pvt.changeSet+++"\n",i+=this.options.batchChangeSetContentType+"\n",aSt(e[a]["@odata.etag"])?i+="\n":(i+="If-Match: "+e[a]["@odata.etag"]+"\n\n",delete e[a]["@odata.etag"]),i+=n.data(e,a);return i},t.prototype.processBatchResponse=function(e,t,n,r,i){if(n&&n.getResponseHeader("Content-Type")&&-1!==n.getResponseHeader("Content-Type").indexOf("xml"))return t.isCountRequired?{result:[],count:0}:[];if(r&&this.options.batch&&qOt.endsWith(r.url,this.options.batch)&&"post"===r.type.toLowerCase()){var a=n.getResponseHeader("Content-Type"),o=void 0,l=void 0,s=e+"";if(a=a.substring(a.indexOf("=batchresponse")+1),(s=s.split(a)).length<2)return{};s=s[1];var c=/(?:\bContent-Type.+boundary=)(changesetresponse.+)/i.exec(s);c&&s.replace(c[0],"");for(var d=c?c[1]:"",h=(s=s.split(d)).length;h>-1;h--)/\bContent-ID:/i.test(s[h])&&/\bHTTP.+201/.test(s[h])&&(o=parseInt(/\bContent-ID: (\d+)/i.exec(s[h])[1],10),i.addedRecords[o]&&(l=qOt.parse.parseJson(/^\{.+\}/m.exec(s[h])[0]),iSt({},i.addedRecords[o],this.processResponse(l))));return i}return null},t.prototype.compareAndRemove=function(e,t,n){var r=this;return aSt(t)||Object.keys(e).forEach(function(i){i!==n&&"@odata.etag"!==i&&(qOt.isPlainObject(e[i])?(r.compareAndRemove(e[i],t[i]),0===Object.keys(e[i]).filter(function(e){return"@odata.etag"!==e}).length&&delete e[i]):(e[i]===t[i]||e[i]&&t[i]&&e[i].valueOf()===t[i].valueOf())&&delete e[i])}),e},t}(JOt);!function(e){function t(t){var n=e.call(this,t)||this;return n.options=iSt({},n.options,{requestType:"get",accept:"application/json, text/javascript, */*; q=0.01",multipartAccept:"multipart/mixed",sortBy:"$orderby",select:"$select",skip:"$skip",take:"$top",count:"$count",search:"$search",where:"$filter",expand:"$expand",batch:"$batch",changeSet:"--changeset_",batchPre:"batch_",contentId:"Content-Id: ",batchContent:"Content-Type: multipart/mixed; boundary=",changeSetContent:"Content-Type: application/http\nContent-Transfer-Encoding: binary ",batchChangeSetContentType:"Content-Type: application/json; charset=utf-8 ",updateType:"PATCH",localTime:!1,apply:"$apply"}),iSt(n.options,t||{}),n}YOt(t,e),t.prototype.getModuleName=function(){return"ODataV4Adaptor"},t.prototype.onCount=function(e){return!0===e?"true":""},t.prototype.onPredicate=function(t,n,r){var i="",a=t.value,o=a instanceof Date;if(n instanceof ROt)for(var l=this.getQueryRequest(n),s=0;s<l.filters.length;s++)l.filters[s].e.key===t.value&&(r=!0);return i=e.prototype.onPredicate.call(this,t,n,r),o&&(i=i.replace(/datetime'(.*)'$/,"$1")),qOt.parse.isGuid(a)&&(i=i.replace("guid","").replace(/'/g,"")),i},t.prototype.onEachSearch=function(e){var t=this.pvt.searches||[];t.push(e.key),this.pvt.searches=t},t.prototype.onSearch=function(e){return this.pvt.searches.join(" OR ")},t.prototype.onExpand=function(e){var t=this,n={},r={},i=e.expands.slice(),a=[];return e.selects.filter(function(e){return e.indexOf(".")>-1}).forEach(function(e){var r=e.split(".");if(r[0]in n||(n[r[0]]=[]),2==r.length)n[r[0]].length&&-1!==Object.keys(n).indexOf(r[0])?-1!==n[r[0]][0].indexOf("$expand")&&-1===n[r[0]][0].indexOf(";$select=")?n[r[0]][0]=n[r[0]][0]+";$select="+r[1]:n[r[0]][0]=n[r[0]][0]+","+r[1]:n[r[0]].push("$select="+r[1]);else{for(var i="$select="+r[r.length-1],a="",o="",l=1;l<r.length-1;l++)a=a+"$expand="+r[l]+"(",o+=")";var s=a+i+o;if(n[r[0]].length&&-1!==Object.keys(n).indexOf(r[0])&&t.expandQueryIndex(n[r[0]],!0)){var c=t.expandQueryIndex(n[r[0]]);n[r[0]][c]=n[r[0]][c]+s.replace("$expand=",",")}else n[r[0]].push(s)}}),Object.keys(n).forEach(function(e){-1===i.indexOf(e)&&i.push(e)}),i.forEach(function(e){r[e]=e in n?e+"("+n[e].join(";")+")":e}),Object.keys(r).forEach(function(e){return a.push(r[e])}),a.join(",")},t.prototype.expandQueryIndex=function(e,t){for(var n=0;n<e.length;n++)if(-1!==e[n].indexOf("$expand"))return!!t||n;return!t&&0},t.prototype.onDistinct=function(e){return"groupby(("+e.map(function(e){return QOt.getField(e)}).join(",")+"))"},t.prototype.onSelect=function(t){return e.prototype.onSelect.call(this,t.filter(function(e){return-1===e.indexOf(".")}))},t.prototype.beforeSend=function(e,t,n){"POST"!==n.type&&"PUT"!==n.type&&"PATCH"!==n.type||t.setRequestHeader("Prefer","return=representation"),t.setRequestHeader("Accept",this.options.accept)},t.prototype.processResponse=function(t,n,r,i,a,o){var l="@odata.context";if(a&&"GET"===a.type&&!this.rootUrl&&t[l]){var s=t[l].split("/$metadata#");this.rootUrl=s[0],this.resourceTableName=s[1]}var c=a&&a.pvtData,d=e.prototype.processBatchResponse.call(this,t,r,i,a,o);if(d)return d;var h=null,u="@odata.count";r&&r.isCountRequired&&u in t&&(h=t[u]),t=aSt(t.value)?t:t.value;var p={};return p.count=h,p.result=t,this.getAggregateResult(c,t,p,null,r),qOt.isNull(h)?p.result:{result:p.result,count:h,aggregates:p.aggregates}}}(QOt),function(e){function t(){return null!==e&&e.apply(this,arguments)||this}YOt(t,e),t.prototype.getModuleName=function(){return"WebApiAdaptor"},t.prototype.insert=function(e,t,n){return{type:"POST",url:e.dataSource.url,data:JSON.stringify(t)}},t.prototype.remove=function(e,t,n,r){return{type:"DELETE",url:e.dataSource.url+"/"+n,data:JSON.stringify(n)}},t.prototype.update=function(e,t,n,r){return{type:"PUT",url:e.dataSource.url,data:JSON.stringify(n)}},t.prototype.batchRequest=function(e,t,n){var r=this,i=n.guid=qOt.getGuid(this.options.batchPre),a=e.dataSource.url.replace(/\/*$/,"/"+this.options.batch);n.url=this.resourceTableName?this.resourceTableName:n.url;for(var o=[],l=function(r,a){t.addedRecords.forEach(function(a,l){var s=function(e,t,n){return""};o.push("--"+i),o.push("Content-Type: application/http; msgtype=request",""),o.push("POST /api/"+(e.dataSource.insertUrl||e.dataSource.crudUrl||n.url)+s(t.addedRecords,r,n.key)+" HTTP/1.1"),o.push("Content-Type: application/json; charset=utf-8"),o.push("Host: "+location.host),o.push("",a?JSON.stringify(a):"")})},s=0,c=t.addedRecords.length;s<c;s++)l(s);var d=function(a,l){t.changedRecords.forEach(function(l,s){r.options.updateType;var c=function(e,t,n){return""};o.push("--"+i),o.push("Content-Type: application/http; msgtype=request",""),o.push("PUT /api/"+(e.dataSource.updateUrl||e.dataSource.crudUrl||n.url)+c(t.changedRecords,a,n.key)+" HTTP/1.1"),o.push("Content-Type: application/json; charset=utf-8"),o.push("Host: "+location.host),o.push("",l?JSON.stringify(l):"")})};for(s=0,c=t.changedRecords.length;s<c;s++)d(s);var h=function(r,a){t.deletedRecords.forEach(function(a,l){var s=function(e,t,n){var r=qOt.getObject(n,e[t]);return"number"==typeof r||qOt.parse.isGuid(r)?"/"+r:r instanceof Date?"/"+e[t][n].toJSON():"/'"+r+"'"};o.push("--"+i),o.push("Content-Type: application/http; msgtype=request",""),o.push("DELETE /api/"+(e.dataSource.removeUrl||e.dataSource.crudUrl||n.url)+s(t.deletedRecords,r,n.key)+" HTTP/1.1"),o.push("Content-Type: application/json; charset=utf-8"),o.push("Host: "+location.host),o.push("",a?JSON.stringify(a):"")})};for(s=0,c=t.deletedRecords.length;s<c;s++)h(s);return o.push("--"+i+"--",""),{type:"POST",url:a,contentType:"multipart/mixed; boundary="+i,data:o.join("\r\n")}},t.prototype.beforeSend=function(e,t,n){t.setRequestHeader("Accept","application/json, text/javascript, */*; q=0.01")},t.prototype.processResponse=function(e,t,n,r,i,a){var o=i&&i.pvtData,l=null,s={};if(i&&"post"!==i.type.toLowerCase()){var c=r&&i.getResponseHeader("DataServiceVersion"),d=c&&parseInt(c,10)||2;n&&n.isCountRequired&&(qOt.isNull(e.Count)||(l=e.Count)),d<3&&e.Items&&(e=e.Items),s.count=l,s.result=e,this.getAggregateResult(o,e,s,null,n)}return s.result=s.result||e,qOt.isNull(l)?s.result:{result:s.result,count:s.count,aggregates:s.aggregates}}}(QOt),function(e){function t(){return null!==e&&e.apply(this,arguments)||this}YOt(t,e),t.prototype.processQuery=function(e,t,n){var r=(new JOt).processQuery(e,t,n),i=qOt.parse.parseJson(r.data),a={};if(i.param)for(var o=0;o<i.param.length;o++){var l=i.param[o],s=Object.keys(l)[0];a[s]=l[s]}a.value=i;return{data:JSON.stringify(a),url:r.url,pvtData:r.pvtData,type:"POST",contentType:"application/json; charset=utf-8"}}}(JOt);var KOt=function(e){function t(){var t=e.call(this)||this;return $Ct("beforeSend",JOt.prototype.beforeSend,t),t}return YOt(t,e),t.prototype.insert=function(e,t,n,r,i){return this.pvt.position=i,this.updateType="add",{url:e.dataSource.insertUrl||e.dataSource.crudUrl||e.dataSource.url,data:JSON.stringify(iSt({},{value:t,table:n,action:"insert"},qOt.getAddParams(this,e,r)))}},t.prototype.remove=function(t,n,r,i,a){return e.prototype.remove.call(this,t,n,r),{type:"POST",url:t.dataSource.removeUrl||t.dataSource.crudUrl||t.dataSource.url,data:JSON.stringify(iSt({},{key:r,keyColumn:n,table:i,action:"remove"},qOt.getAddParams(this,t,a)))}},t.prototype.update=function(e,t,n,r,i){return this.updateType="update",this.updateKey=t,{type:"POST",url:e.dataSource.updateUrl||e.dataSource.crudUrl||e.dataSource.url,data:JSON.stringify(iSt({},{value:n,action:"update",keyColumn:t,key:n[t],table:r},qOt.getAddParams(this,e,i)))}},t.prototype.processResponse=function(t,n,r,i,a,o,l){var s;if(t="batch"===(a?JSON.parse(a.data):t).action?qOt.parse.parseJson(t):t,"add"===this.updateType&&e.prototype.insert.call(this,n,t,null,null,this.pvt.position),"update"===this.updateType&&e.prototype.update.call(this,n,this.updateKey,t),this.updateType=void 0,t.added)for(s=0;s<t.added.length;s++)e.prototype.insert.call(this,n,t.added[s]);if(t.changed)for(s=0;s<t.changed.length;s++)e.prototype.update.call(this,n,l.key,t.changed[s]);if(t.deleted)for(s=0;s<t.deleted.length;s++)e.prototype.remove.call(this,n,l.key,t.deleted[s]);return t},t.prototype.batchRequest=function(e,t,n,r,i){return{type:"POST",url:e.dataSource.batchUrl||e.dataSource.crudUrl||e.dataSource.url,contentType:"application/json; charset=utf-8",dataType:"json",data:JSON.stringify(iSt({},{changed:t.changedRecords,added:t.addedRecords,deleted:t.deletedRecords,action:"batch",table:n.url,key:n.key},qOt.getAddParams(this,e,r)))}},t.prototype.addParams=function(e){(new JOt).addParams(e)},t}(XOt),$Ot=function(e){function t(t){var n=e.call(this)||this;return n.options=iSt({},n.options,{getData:new Function,addRecord:new Function,updateRecord:new Function,deleteRecord:new Function,batchUpdate:new Function}),iSt(n.options,t||{}),n}return YOt(t,e),t.prototype.getModuleName=function(){return"CustomDataAdaptor"},t}(JOt);!function(e){function t(t){var n=e.call(this)||this;return n.opt=t,n.schema=n.opt.response,n.query=n.opt.query,n.getVariables=n.opt.getVariables?n.opt.getVariables:function(){},n.getQuery=function(){return n.query},n}YOt(t,e),t.prototype.getModuleName=function(){return"GraphQLAdaptor"},t.prototype.processQuery=function(t,n){var r=e.prototype.processQuery.apply(this,arguments),i=JSON.parse(r.data),a={};["skip","take","sorted","table","select","where","search","requiresCounts","aggregates","params"].filter(function(e){a[e]="searchwhereparams".indexOf(e)>-1?JSON.stringify(i[e]):i[e]});var o=this.getVariables()||{};o.datamanager=a;var l=JSON.stringify({query:this.getQuery(),variables:o});return r.data=l,r},t.prototype.processResponse=function(e,t,n,r,i){var a,o,l=e,s=KCt(this.schema.result,l.data);this.schema.count&&(a=KCt(this.schema.count,l.data)),this.schema.aggregates&&(o=aSt(o=KCt(this.schema.aggregates,l.data))?o:qOt.parse.parseJson(o));var c=i.pvtData||{},d={result:s,aggregates:o},h=d;return c&&c.groups&&c.groups.length&&this.getAggregateResult(c,h,d,null,n),aSt(a)?d.result:{result:d.result,count:a,aggregates:o}},t.prototype.insert=function(){var t=e.prototype.insert.apply(this,arguments);return this.generateCrudData(t,"insert")},t.prototype.update=function(){var t=e.prototype.update.apply(this,arguments);return this.generateCrudData(t,"update")},t.prototype.remove=function(){var t=e.prototype.remove.apply(this,arguments);return this.generateCrudData(t,"remove")},t.prototype.batchRequest=function(t,n,r,i,a){var o=e.prototype.batchRequest.apply(this,arguments),l=JSON.parse(o.data);return l.key=r.key,o.data=JSON.stringify(l),this.generateCrudData(o,"batch")},t.prototype.generateCrudData=function(e,t){var n=JSON.parse(e.data);return e.data=JSON.stringify({query:this.opt.getMutation(t),variables:n}),e}}(JOt);var eZt,tZt=function(e){function t(t,n,r){var i=e.call(this)||this;i.isCrudAction=!1,i.isInsertAction=!1,aSt(t)||(i.cacheAdaptor=t),i.pageSize=r,i.guidId=qOt.getGuid("cacheAdaptor");window.localStorage.setItem(i.guidId,JSON.stringify({keys:[],results:[]}));var a=i.guidId;return aSt(n)||setInterval(function(){var e;e=qOt.parse.parseJson(window.localStorage.getItem(a));for(var t=[],r=0;r<e.results.length;r++){var i=+new Date,o=+new Date(e.results[r].timeStamp);e.results[r].timeStamp=i-o,i-o>n&&t.push(r)}for(r=0;r<t.length;r++)e.results.splice(t[r],1),e.keys.splice(t[r],1);window.localStorage.removeItem(a),window.localStorage.setItem(a,JSON.stringify(e))},n),i}return YOt(t,e),t.prototype.generateKey=function(e,t){var n=this.getQueryRequest(t),r=ROt.filterQueryLists(t.queries,["onSelect","onPage","onSkip","onTake","onRange"]),i=e,a="onPage";a in r&&(i+=r[a].pageIndex),n.sorts.forEach(function(e){i+=e.e.direction+e.e.fieldName}),n.groups.forEach(function(e){i+=e.e.fieldName}),n.searches.forEach(function(e){i+=e.e.searchKey});for(var o=0;o<n.filters.length;o++){var l=n.filters[o];if(l.e.isComplex){var s=t.clone();s.queries=[];for(var c=0;c<l.e.predicates.length;c++)s.queries.push({fn:"onWhere",e:l.e.predicates[c],filter:t.queries.filter});i+=l.e.condition+this.generateKey(e,s)}else i+=l.e.field+l.e.operator+l.e.value}return i},t.prototype.processQuery=function(e,t,n){var r,i=this.generateKey(e.dataSource.url,t),a=(r=qOt.parse.parseJson(window.localStorage.getItem(this.guidId)))?r.results[r.keys.indexOf(i)]:null;return null==a||this.isCrudAction||this.isInsertAction?(this.isCrudAction=null,this.isInsertAction=null,this.cacheAdaptor.processQuery.apply(this.cacheAdaptor,[].slice.call(arguments,0))):a},t.prototype.processResponse=function(e,t,n,r,i,a){if(this.isInsertAction||i&&this.cacheAdaptor.options.batch&&qOt.endsWith(i.url,this.cacheAdaptor.options.batch)&&"post"===i.type.toLowerCase())return this.cacheAdaptor.processResponse(e,t,n,r,i,a);e=this.cacheAdaptor.processResponse.apply(this.cacheAdaptor,[].slice.call(arguments,0));var o=n?this.generateKey(t.dataSource.url,n):t.dataSource.url,l={},s=(l=qOt.parse.parseJson(window.localStorage.getItem(this.guidId))).keys.indexOf(o);for(-1!==s&&(l.results.splice(s,1),l.keys.splice(s,1)),l.results[l.keys.push(o)-1]={keys:o,result:e.result,timeStamp:new Date,count:e.count};l.results.length>this.pageSize;)l.results.splice(0,1),l.keys.splice(0,1);return window.localStorage.setItem(this.guidId,JSON.stringify(l)),e},t.prototype.beforeSend=function(e,t,n){!aSt(this.cacheAdaptor.options.batch)&&qOt.endsWith(n.url,this.cacheAdaptor.options.batch)&&"post"===n.type.toLowerCase()&&t.setRequestHeader("Accept",this.cacheAdaptor.options.multipartAccept),e.dataSource.crossDomain||t.setRequestHeader("Accept",this.cacheAdaptor.options.accept)},t.prototype.update=function(e,t,n,r){return this.isCrudAction=!0,this.cacheAdaptor.update(e,t,n,r)},t.prototype.insert=function(e,t,n){return this.isInsertAction=!0,this.cacheAdaptor.insert(e,t,n)},t.prototype.remove=function(e,t,n,r){return this.isCrudAction=!0,this.cacheAdaptor.remove(e,t,n,r)},t.prototype.batchRequest=function(e,t,n){return this.cacheAdaptor.batchRequest(e,t,n)},t}(JOt),nZt=function(){function e(e,t,n){var r,i=this;return this.dateParse=!0,this.timeZoneHandling=!0,this.requests=[],e||this.dataSource||(e=[]),n=n||e.adaptor,e&&!1===e.timeZoneHandling&&(this.timeZoneHandling=e.timeZoneHandling),e instanceof Array?r={json:e,offline:!0}:"object"==typeof e?(e.json||(e.json=[]),r={url:e.url,insertUrl:e.insertUrl,removeUrl:e.removeUrl,updateUrl:e.updateUrl,crudUrl:e.crudUrl,batchUrl:e.batchUrl,json:e.json,headers:e.headers,accept:e.accept,data:e.data,timeTillExpiration:e.timeTillExpiration,cachingPageSize:e.cachingPageSize,enableCaching:e.enableCaching,requestType:e.requestType,key:e.key,crossDomain:e.crossDomain,jsonp:e.jsonp,dataType:e.dataType,offline:void 0!==e.offline?e.offline:!(e.adaptor instanceof KOt||e.adaptor instanceof $Ot)&&!e.url,requiresFormat:e.requiresFormat}):qOt.throwError("DataManager: Invalid arguments"),void 0!==r.requiresFormat||qOt.isCors()||(r.requiresFormat=!!aSt(r.crossDomain)||r.crossDomain),void 0===r.dataType&&(r.dataType="json"),this.dataSource=r,this.defaultQuery=t,r.url&&r.offline&&!r.json.length?(this.isDataAvailable=!1,this.adaptor=n||new QOt,this.dataSource.offline=!1,this.ready=this.executeQuery(t||new ROt),this.ready.then(function(e){i.dataSource.offline=!0,i.isDataAvailable=!0,r.json=e.result,i.adaptor=new XOt})):this.adaptor=r.offline?new XOt:new QOt,!r.jsonp&&this.adaptor instanceof QOt&&(r.jsonp="callback"),this.adaptor=n||this.adaptor,r.enableCaching&&(this.adaptor=new tZt(this.adaptor,r.timeTillExpiration,r.cachingPageSize)),this}return e.prototype.setDefaultQuery=function(e){return this.defaultQuery=e,this},e.prototype.executeLocal=function(t){this.defaultQuery||t instanceof ROt||qOt.throwError("DataManager - executeLocal() : A query is required to execute"),this.dataSource.json||qOt.throwError("DataManager - executeLocal() : Json data is required to execute"),t=t||this.defaultQuery;var n=this.adaptor.processQuery(this,t);if(t.subQuery){var r=t.subQuery.fromTable,i=t.subQuery.lookups,a=t.isCountRequired?n.result:n;i&&i instanceof Array&&qOt.buildHierarchy(t.subQuery.fKey,r,a,i,t.subQuery.key);for(var o=0;o<a.length;o++)a[o][r]instanceof Array&&(a[o]=iSt({},{},a[o]),a[o][r]=this.adaptor.processResponse(t.subQuery.using(new e(a[o][r].slice(0))).executeLocal(),this,t))}return this.adaptor.processResponse(n,this,t)},e.prototype.executeQuery=function(t,n,r,i){var a=this,o="makeRequest";"function"==typeof t&&(i=r,r=n,n=t,t=null),t||(t=this.defaultQuery),t instanceof ROt||qOt.throwError("DataManager - executeQuery() : A query is required to execute");var l=new rZt,s={query:t};if(!this.dataSource.offline&&void 0!==this.dataSource.url&&""!==this.dataSource.url||!aSt(this.adaptor[o])||this.isCustomDataAdaptor(this.adaptor)){var c=this.adaptor.processQuery(this,t);aSt(this.adaptor[o])?!aSt(c.url)||this.isCustomDataAdaptor(this.adaptor)?this.makeRequest(c,l,s,t):(s=e.getDeferedArgs(t,c,s),l.resolve(s)):this.adaptor[o](c,l,s,t)}else e.nextTick(function(){var n=a.executeLocal(t);s=e.getDeferedArgs(t,n,s),l.resolve(s)});return(n||r)&&l.promise.then(n,r),i&&l.promise.then(i,i),l.promise},e.getDeferedArgs=function(e,t,n){return e.isCountRequired?(n.result=t.result,n.count=t.count,n.aggregates=t.aggregates):n.result=t,n},e.nextTick=function(e){(window.setImmediate||window.setTimeout)(e,0)},e.prototype.extendRequest=function(e,t,n){return iSt({},{type:"GET",dataType:this.dataSource.dataType,crossDomain:this.dataSource.crossDomain,jsonp:this.dataSource.jsonp,cache:!0,processData:!1,onSuccess:t,onFailure:n},e)},e.prototype.makeRequest=function(e,t,n,r){var i=this,a=!!r.subQuerySelector,o=function(e){n.error=e,t.reject(n)},l=function(e,r,i,a,o,l,s){n.xhr=i,n.count=r?parseInt(r.toString(),10):0,n.result=e,n.request=a,n.aggregates=l,n.actual=o,n.virtualSelectRecords=s,t.resolve(n)},s=function(e,t){var s=new rZt,c={parent:n};r.subQuery.isChild=!0;var d=i.adaptor.processQuery(i,r.subQuery,e?i.adaptor.processResponse(e):t),h=i.makeRequest(d,s,c,r.subQuery);return a||s.then(function(t){e&&(qOt.buildHierarchy(r.subQuery.fKey,r.subQuery.fromTable,e,t,r.subQuery.key),l(e,t.count,t.xhr))},o),h},c=this.extendRequest(e,function(e,t){if(i.isGraphQLAdaptor(i.adaptor)&&!aSt(e.errors))return o(e.errors);i.isCustomDataAdaptor(i.adaptor)&&(t=iSt({},i.ajaxReqOption,t)),-1===t.httpRequest.getResponseHeader("Content-Type").indexOf("xml")&&i.dateParse&&(e=qOt.parse.parseJson(e));var n=i.adaptor.processResponse(e,i,r,t.httpRequest,t),c=0,d=null,h=e.virtualSelectRecords;r.isCountRequired&&(c=n.count,d=n.aggregates,n=n.result),r.subQuery?a||s(n,t):l(n,c,t.httpRequest,t.type,e,d,h)},o);if(this.isCustomDataAdaptor(this.adaptor)){this.ajaxReqOption=c;var d=c;this.adaptor.options.getData({data:d.data,onSuccess:d.onSuccess,onFailure:d.onFailure})}else{var h=new qSt(c);h.beforeSend=function(){i.beforeSend(h.httpRequest,h)},(c=h.send()).catch(function(e){return!0}),this.requests.push(h)}if(a){var u=r.subQuerySelector.call(this,{query:r.subQuery,parent:r});u&&u.length?Promise.all([c,s(null,u)]).then(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=e[0],o=i.adaptor.processResponse(n[0],i,r,i.requests[0].httpRequest,i.requests[0]),s=0;r.isCountRequired&&(s=o.count,o=o.result);var c=i.adaptor.processResponse(n[1],i,r.subQuery,i.requests[1].httpRequest,i.requests[1]);s=0,r.subQuery.isCountRequired&&(s=c.count,c=c.result),qOt.buildHierarchy(r.subQuery.fKey,r.subQuery.fromTable,o,c,r.subQuery.key),a=!1,l(o,s,i.requests[0].httpRequest)}):a=!1}return c},e.prototype.beforeSend=function(e,t){this.adaptor.beforeSend(this,e,t);for(var n,r=this.dataSource.headers,i=0;r&&i<r.length;i++){n=[];for(var a=0,o=Object.keys(r[i]);a<o.length;a++){var l=o[a];n.push(l),e.setRequestHeader(l,r[i][l])}}},e.prototype.saveChanges=function(e,t,n,r,i){var a=this;n instanceof ROt&&(r=n,n=null);var o={url:n,key:t||this.dataSource.key},l=this.adaptor.batchRequest(this,e,o,r||new ROt,i),s="doAjaxRequest";if(this.dataSource.offline)return l;if(aSt(this.adaptor[s])){if(this.isCustomDataAdaptor(this.adaptor))return this.doAjaxRequest(l,this.adaptor.options.batchUpdate);var c=new rZt,d=new qSt(l);return d.beforeSend=function(){a.beforeSend(d.httpRequest,d)},d.onSuccess=function(t,n){a.isGraphQLAdaptor(a.adaptor)&&(aSt(t.errors)||d.onFailure(JSON.stringify(t.errors))),c.resolve(a.adaptor.processResponse(t,a,null,n.httpRequest,n,e,o))},d.onFailure=function(e){c.reject([{error:e}])},d.send().catch(function(e){return!0}),c.promise}return this.adaptor[s](l)},e.prototype.insert=function(e,t,n,r){t instanceof ROt&&(n=t,t=null);var i=this.adaptor.insert(this,e,t,n,r),a="doAjaxRequest";return this.dataSource.offline?i:aSt(this.adaptor[a])?this.doAjaxRequest(i,this.adaptor.options.addRecord):this.adaptor[a](i)},e.prototype.remove=function(e,t,n,r){"object"==typeof t&&(t=qOt.getObject(e,t)),n instanceof ROt&&(r=n,n=null);var i=this.adaptor.remove(this,e,t,n,r),a="doAjaxRequest";if(this.dataSource.offline)return i;if(aSt(this.adaptor[a])){var o=this.adaptor.options.deleteRecord;return this.doAjaxRequest(i,o)}return this.adaptor[a](i)},e.prototype.update=function(e,t,n,r,i){n instanceof ROt&&(r=n,n=null);var a=this.adaptor.update(this,e,t,n,r,i),o="doAjaxRequest";if(this.dataSource.offline)return a;if(aSt(this.adaptor[o])){var l=this.adaptor.options.updateRecord;return this.doAjaxRequest(a,l)}return this.adaptor[o](a)},e.prototype.isCustomDataAdaptor=function(e){return this.adaptor.getModuleName&&"CustomDataAdaptor"===this.adaptor.getModuleName()},e.prototype.isGraphQLAdaptor=function(e){return this.adaptor.getModuleName&&"GraphQLAdaptor"===this.adaptor.getModuleName()},e.prototype.successFunc=function(e,t){if(this.isGraphQLAdaptor(this.adaptor)){var n=JSON.parse(e);aSt(n.errors)||this.failureFunc(JSON.stringify(n.errors))}this.isCustomDataAdaptor(this.adaptor)&&(t=iSt({},this.ajaxReqOption,t));try{qOt.parse.parseJson(e)}catch(t){e=[]}e=this.adaptor.processResponse(qOt.parse.parseJson(e),this,null,t.httpRequest,t),this.ajaxDeffered.resolve(e)},e.prototype.failureFunc=function(e){this.ajaxDeffered.reject([{error:e}])},e.prototype.doAjaxRequest=function(e,t){var n=this;if(e=iSt({},{type:"POST",contentType:"application/json; charset=utf-8",processData:!1},e),this.ajaxDeffered=new rZt,this.isCustomDataAdaptor(this.adaptor))this.ajaxReqOption=e,t.call(this,{data:e.data,onSuccess:this.successFunc.bind(this),onFailure:this.failureFunc.bind(this)});else{var r=new qSt(e);r.beforeSend=function(){n.beforeSend(r.httpRequest,r)},r.onSuccess=this.successFunc.bind(this),r.onFailure=this.failureFunc.bind(this),r.send().catch(function(e){return!0})}return this.ajaxDeffered.promise},e}(),rZt=function(){var e=this;this.promise=new Promise(function(t,n){e.resolve=t,e.reject=n}),this.then=this.promise.then.bind(this.promise),this.catch=this.promise.catch.bind(this.promise)},iZt={li:"e-list-item",ul:"e-list-parent e-ul",group:"e-list-group-item",icon:"e-list-icon",text:"e-list-text",check:"e-list-check",checked:"e-checked",selected:"e-selected",expanded:"e-expanded",textContent:"e-text-content",hasChild:"e-has-child",level:"e-level",url:"e-list-url",collapsible:"e-icon-collapsible",disabled:"e-disabled",image:"e-list-img",iconWrapper:"e-icon-wrapper",anchorWrap:"e-anchor-wrap",navigable:"e-navigable"};function aZt(e,t){var n={};if(aSt(e)||"string"==typeof e||"number"==typeof e||!aSt(e.isHeader))return e;for(var r=0,i=Object.keys(t);r<i.length;r++){var a=t[i[r]],o=aSt(a)||"string"!=typeof a?void 0:KCt(a,e);aSt(o)||(n[a]=o)}return n}function oZt(e){if(e)try{return document.querySelector(e)?QAt(document.querySelector(e).innerHTML.trim()):QAt(e)}catch(t){return QAt(e)}}!function(e){e.defaultMappedFields={id:"id",text:"text",url:"url",value:"value",isChecked:"isChecked",enabled:"enabled",expanded:"expanded",selected:"selected",iconCss:"iconCss",child:"child",isVisible:"isVisible",hasChildren:"hasChildren",tooltip:"tooltip",htmlAttributes:"htmlAttributes",urlAttributes:"urlAttributes",imageAttributes:"imageAttributes",imageUrl:"imageUrl",groupBy:null,sortBy:null};var t={level:1,listRole:"presentation",itemRole:"presentation",groupItemRole:"group",itemText:"list-item",wrapperRole:"presentation"},n={showCheckBox:!1,showIcon:!1,enableHtmlSanitizer:!1,expandCollapse:!1,fields:e.defaultMappedFields,ariaAttributes:t,listClass:"",itemClass:"",processSubChild:!1,sortOrder:"None",template:null,groupTemplate:null,headerTemplate:null,expandIconClass:"e-icon-collapsible",moduleName:"list",expandIconPosition:"Right",itemNavigable:!1};function r(e,t,n,r,a){return y(e,i(e,t,n,r,a),null,r)}function i(e,t,r,i,a){var o=[],l=iSt({},n,i);iZt=v(l.moduleName);for(var s=p(),c=0;c<t.length;c++)if(!aSt(t[c])){var d=void 0;if(l.itemCreating&&"function"==typeof l.itemCreating){var h={dataSource:t,curData:t[c],text:t[c],options:l};l.itemCreating(h)}if(d=r?m(e,t[c],void 0,null,null,[],null,s,c,i):b(e,t[c],void 0,null,null,i,a),l.itemCreated&&"function"==typeof l.itemCreated){h={dataSource:t,curData:t[c],text:t[c],item:d,options:l};l.itemCreated(h)}o.push(d)}return o}function a(r,i,a,o,l,s){var c=iSt({},n,a);iZt=v(c.moduleName);var u,g=!s||"listview"!==s.getModuleName()&&"multiselect"!==s.getModuleName()?iSt({},e.defaultMappedFields,c.fields):c.fields,y=iSt({},t,c.ariaAttributes),w=[];o&&(y.level=o);var x,E,k=[];i&&i.length&&!aSt(d(i).item)&&!d(i).item.hasOwnProperty(g.id)&&(u=p());for(var C=0;C<i.length;C++){var S=aZt(i[C],g);if(!aSt(i[C])){if(c.itemCreating&&"function"==typeof c.itemCreating){var M={dataSource:i,curData:i[C],text:S[g.text],options:c,fields:g};c.itemCreating(M)}var A=i[C];c.itemCreating&&"function"==typeof c.itemCreating&&(S=aZt(i[C],g)),S.hasOwnProperty(g.id)&&!aSt(S[g.id])&&(u=S[g.id]);var _=[];if(c.showCheckBox&&(c.itemNavigable&&(S[g.url]||S[g.urlAttributes])?w.push(r("input",{className:iZt.check,attrs:{type:"checkbox"}})):_.push(r("input",{className:iZt.check,attrs:{type:"checkbox"}}))),!0===l)c.showIcon&&S.hasOwnProperty(g.iconCss)&&!aSt(S[g.iconCss])&&_.push(r("span",{className:iZt.icon+" "+S[g.iconCss]})),E=(x=m(r,A,S,g,c.itemClass,_,!(!A.hasOwnProperty("isHeader")||!A.isHeader),u,C,a)).querySelector("."+iZt.anchorWrap),c.itemNavigable&&w.length&&cMt(w,x.firstElementChild);else{if((x=b(r,A,S,g,c.itemClass,a,s)).classList.add(iZt.level+"-"+y.level),x.setAttribute("aria-level",y.level.toString()),E=x.querySelector("."+iZt.anchorWrap),S.hasOwnProperty(g.tooltip)&&x.setAttribute("title",S[g.tooltip]),S.hasOwnProperty(g.htmlAttributes)&&S[g.htmlAttributes]&&h(x,S[g.htmlAttributes]),S.hasOwnProperty(g.enabled)&&!1===S[g.enabled]&&x.classList.add(iZt.disabled),S.hasOwnProperty(g.isVisible)&&!1===S[g.isVisible]&&(x.style.display="none"),S.hasOwnProperty(g.imageUrl)&&!aSt(S[g.imageUrl])&&!c.template){var O={src:S[g.imageUrl]};rSt(O,S[g.imageAttributes]);var Z=r("img",{className:iZt.image,attrs:O});E?E.insertAdjacentElement("afterbegin",Z):cMt([Z],x.firstElementChild)}if(c.showIcon&&S.hasOwnProperty(g.iconCss)&&!aSt(S[g.iconCss])&&!c.template){var D=r("div",{className:iZt.icon+" "+S[g.iconCss]});E?E.insertAdjacentElement("afterbegin",D):cMt([D],x.firstElementChild)}_.length&&cMt(_,x.firstElementChild),c.itemNavigable&&w.length&&cMt(w,x.firstElementChild),f(r,S,g,i,c,x,y.level)}if(E&&aMt([x],[iZt.navigable]),c.itemCreated&&"function"==typeof c.itemCreated){M={dataSource:i,curData:i[C],text:S[g.text],item:x,options:c,fields:g};c.itemCreated(M)}w=[],k.push(x)}}return k}function o(e,t,r,i,o,l){var s=iSt({},n,r);return y(e,a(e,t,r,i,o,l),s.listClass,r)}function l(e,t){if(t&&e){return Array.prototype.slice.call(t).indexOf(e)}}function s(e,t,n){if(void 0===n&&(n=new ROt),"Ascending"===e)n.sortBy(t,"ascending",!0);else if("Descending"===e)n.sortBy(t,"descending",!0);else for(var r=0;r<n.queries.length;r++)"onSortBy"===n.queries[r].fn&&n.queries.splice(r,1);return n}function c(e,t){return new nZt(e).executeLocal(t)}function d(e){for(var t={typeof:null,item:null},n=0;n<e.length;n++)if(!aSt(e[n]))return{typeof:typeof e[n],item:e[n]};return t}function h(e,t){var n={};rSt(n,t),n.class&&(aMt([e],n.class.split(" ")),delete n.class),fMt(e,n)}function u(e){for(var t={},n=e.attributes,r=0;r<n.length;r++)t[n[r].nodeName]=n[r].nodeValue;return t}function p(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}function f(e,t,n,r,i,a,l){var s=t[n.child]||[],c=t[n.hasChildren];if(s.length&&(c=!0,a.classList.add(iZt.hasChild),i.processSubChild)){var d=o(e,s,i,++l);a.appendChild(d)}i.expandCollapse&&c&&!i.template&&(a.firstElementChild.classList.add(iZt.iconWrapper),("Left"===i.expandIconPosition?cMt:dMt)([e("div",{className:"e-icons "+i.expandIconClass})],a.querySelector("."+iZt.textContent)))}function m(e,r,i,a,o,l,s,c,d,u){var p,f,m=iSt({},n,u),v=iSt({},t,m.ariaAttributes),b=r,y=r;"string"!=typeof r&&"number"!=typeof r&&"boolean"!=typeof r&&(p=r,b="boolean"==typeof i[a.text]||"number"==typeof i[a.text]?i[a.text]:i[a.text]||"",y=i[a.value]),f=aSt(p)||aSt(i[a.id])||""===i[a.id]?c+"-"+d:c;var w=e("li",{className:(!0===s?iZt.group:iZt.li)+" "+(aSt(o)?"":o),id:f,attrs:""!==v.groupItemRole&&""!==v.itemRole?{role:!0===s?v.groupItemRole:v.itemRole}:{}});return p&&i.hasOwnProperty(a.enabled)&&"false"===i[a.enabled].toString()&&w.classList.add(iZt.disabled),s?w.innerText=b:(w.setAttribute("data-value",aSt(y)?"null":y),w.setAttribute("role","option"),p&&i.hasOwnProperty(a.htmlAttributes)&&i[a.htmlAttributes]&&h(w,i[a.htmlAttributes]),l.length&&!m.itemNavigable&&dMt(l,w),p&&(i[a.url]||i[a.urlAttributes]&&i[a.urlAttributes].href)?w.appendChild(g(e,p,a,b,l,m.itemNavigable)):(l.length&&m.itemNavigable&&dMt(l,w),w.appendChild(document.createTextNode(b)))),w}function v(e){return{li:"e-"+e+"-item",ul:"e-"+e+"-parent e-ul",group:"e-"+e+"-group-item",icon:"e-"+e+"-icon",text:"e-"+e+"-text",check:"e-"+e+"-check",checked:"e-checked",selected:"e-selected",expanded:"e-expanded",textContent:"e-text-content",hasChild:"e-has-child",level:"e-level",url:"e-"+e+"-url",collapsible:"e-icon-collapsible",disabled:"e-disabled",image:"e-"+e+"-img",iconWrapper:"e-icon-wrapper",anchorWrap:"e-anchor-wrap",navigable:"e-navigable"}}function g(e,t,n,r,i,a){var o,l=aZt(t,n),s={href:l[n.url]};if(l.hasOwnProperty(n.urlAttributes)&&l[n.urlAttributes]&&(rSt(s,l[n.urlAttributes]),s.href=l[n.url]?l[n.url]:l[n.urlAttributes].href),a){o=e("a",{className:iZt.text+" "+iZt.url});var c=e("div",{className:iZt.anchorWrap});i&&i.length&&dMt(i,c),c.appendChild(document.createTextNode(r)),dMt([c],o)}else o=e("a",{className:iZt.text+" "+iZt.url,innerHTML:r});return h(o,s),o}function b(e,r,i,a,o,l,s){var c,d,h,u=iSt({},n,l),f=iSt({},t,u.ariaAttributes),m=r;"string"!=typeof r&&"number"!=typeof r&&(h=r,m=i[a.text]||"",c=aSt(i._id)?i[a.id]:i._id,d=!(!r.hasOwnProperty("isHeader")||!r.isHeader)),l&&l.enableHtmlSanitizer;var v=e("li",{className:(!0===d?iZt.group:iZt.li)+" "+(aSt(o)?"":o),attrs:""!==f.groupItemRole&&""!==f.itemRole?{role:!0===d?f.groupItemRole:f.itemRole}:{}});if(!0==!aSt(c)?v.setAttribute("data-uid",c):v.setAttribute("data-uid",p()),d&&l&&l.groupTemplate){var b=oZt(l.groupTemplate);if(s&&"listview"!==s.getModuleName())(y=b(r,s,"groupTemplate",u.groupTemplateID,!!u.isStringTemplate,null,v))&&dMt(y,v);else dMt(b(r,s,"groupTemplate",u.groupTemplateID,!!u.isStringTemplate),v)}else if(!d&&l&&l.template){var y;b=oZt(l.template);if(s&&"listview"!==s.getModuleName())(y=b(r,s,"template",u.templateID,!!u.isStringTemplate,null,v))&&dMt(y,v);else dMt(b(r,s,"template",u.templateID,!!u.isStringTemplate),v)}else{var w=e("div",{className:iZt.textContent,attrs:""!==f.wrapperRole?{role:f.wrapperRole}:{}});if(h&&(i[a.url]||i[a.urlAttributes]&&i[a.urlAttributes].href))w.appendChild(g(e,h,a,m,null,u.itemNavigable));else{var x=e("span",{className:iZt.text,attrs:""!==f.itemText?{role:f.itemText}:{}});l&&l.enableHtmlSanitizer?x.innerText=m:x.innerHTML=m,w.appendChild(x)}v.appendChild(w)}return v}function y(e,r,i,a){var o=iSt({},n,a),l=iSt({},t,o.ariaAttributes),s=e("ul",{className:(iZt=v(o.moduleName)).ul+" "+(aSt(i)?"":i),attrs:""!==l.listRole?{role:l.listRole}:{}});return dMt(r,s),s}e.createList=function(e,i,a,l,s){var c=iSt({},n,a),h=iSt({},t,c.ariaAttributes),u=d(i).typeof;return"string"===u||"number"===u?r(e,i,l,a,s):o(e,i,a,h.level,l,s)},e.createListFromArray=r,e.createListItemFromArray=i,e.createListItemFromJson=a,e.createListFromJson=o,e.getSiblingLI=function(e,t,r){if(iZt=v(n.moduleName),e&&e.length){var i,a,o=Array.prototype.slice.call(e);for(i=o[(a=t?l(t,o):!0===r?o.length:-1)+(!0===r?-1:1)];i&&(!sMt(i)||i.classList.contains(iZt.disabled));)i=o[a+=!0===r?-1:1];return i}},e.indexOf=l,e.groupDataSource=function(t,n,r){void 0===r&&(r="None");var i=iSt({},e.defaultMappedFields,n),a=(new ROt).group(i.groupBy),o=c(t,a=s(r,"key",a));t=[];for(var l=0;l<o.length;l++){var d=o[l].items,h={};h[i.text]=o[l].key,h.isHeader=!0;var u=i.text;"id"===u&&(h[u="text"]=o[l].key),h._id="group-list-item-"+(o[l].key?o[l].key.toString().trim():"undefined"),h.items=d,t.push(h);for(var p=0;p<d.length;p++)t.push(d[p])}return t},e.addSorting=s,e.getDataSource=c,e.createJsonFromElement=function t(r,i){var a=iSt({},n,i),o=iSt({},e.defaultMappedFields,a.fields),l=r.cloneNode(!0),s=[];l.classList.add("json-parent");var c=l.querySelectorAll(".json-parent>li");l.classList.remove("json-parent");for(var d=0;d<c.length;d++){for(var h=c[d],f=h.querySelector("a"),m=h.querySelector("ul"),v={},g=f?f.childNodes:h.childNodes,b=Object.keys(g),y=0;y<g.length;y++)g[Number(b[y])].hasChildNodes()||(v[o.text]=g[Number(b[y])].textContent);var w=u(h);w.id?(v[o.id]=w.id,delete w.id):v[o.id]=p(),Object.keys(w).length&&(v[o.htmlAttributes]=w),f&&(w=u(f),Object.keys(w).length&&(v[o.urlAttributes]=w)),m&&(v[o.child]=t(m,i)),s.push(v)}return s},e.renderContentTemplate=function(t,r,i,a,o,l){for(var s,c=t("ul",{className:(iZt=v(n.moduleName)).ul,attrs:{role:"presentation"}}),d=iSt({},n,o),h=iSt({},e.defaultMappedFields,a),u=oZt(r),f=[],m=p(),g=0;g<i.length;g++){var b=aZt(i[g],h),y=i[g],w=y.isHeader;if(s="string"==typeof i[g]||"number"==typeof i[g]?y:b[h.value],d.itemCreating&&"function"==typeof d.itemCreating){var x={dataSource:i,curData:y,text:s,options:d,fields:h};d.itemCreating(x)}d.itemCreating&&"function"==typeof d.itemCreating&&(b=aZt(i[g],h),s="string"==typeof i[g]||"number"==typeof i[g]?y:b[h.value]);var E=t("li",{id:m+"-"+g,className:w?iZt.group:iZt.li,attrs:{role:"presentation"}});if(w)"string"==typeof i[g]||"number"==typeof i[g]?E.innerText=y:E.innerText=b[h.text];else{var k,C=w?d.groupTemplateID:d.templateID;if(w)if(l&&"listview"!=l.getModuleName())(k=u(y,l,"headerTemplate",C,!!d.isStringTemplate,null,E))&&dMt(k,E);else dMt(u(y,l,"headerTemplate",C,!!d.isStringTemplate),E);else if(l&&"listview"!==l.getModuleName())(k=u(y,l,"template",C,!!d.isStringTemplate,null,E))&&dMt(k,E);else dMt(u(y,l,"template",C,!!d.isStringTemplate),E);E.setAttribute("data-value",aSt(s)?"null":s),E.setAttribute("role","option")}if(d.itemCreated&&"function"==typeof d.itemCreated){x={dataSource:i,curData:y,text:s,item:E,options:d,fields:h};d.itemCreated(x)}f.push(E)}return dMt(f,c),c},e.renderGroupTemplate=function(t,r,i,a,o,l){for(var s=oZt(t),c=iSt({},e.defaultMappedFields,i),d=iSt({},n,o),h=c.groupBy,u=0,p=a;u<p.length;u++){var f=p[u],m={};if(m[h]=f.textContent,f.innerHTML="",l&&"listview"!==l.getModuleName()){var v=s(m,l,"groupTemplate",d.groupTemplateID,!!d.isStringTemplate,null,f);v&&dMt(v,f)}else dMt(s(m,l,"groupTemplate",d.groupTemplateID,!!d.isStringTemplate),f)}return a},e.generateId=p,e.generateUL=y,e.generateIcon=function(e,t,r,i){var a=iSt({},n,i);return iZt=v(a.moduleName),("Left"===a.expandIconPosition?cMt:dMt)([e("div",{className:"e-icons "+a.expandIconClass+" "+(aSt(r)?"":r)})],t.querySelector("."+iZt.textContent)),t}}(eZt||(eZt={}));var lZt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),sZt=function(e,t,n,r){var i,a=arguments.length,o=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var l=e.length-1;l>=0;l--)(i=e[l])&&(o=(a<3?i(o):a>3?i(t,n,o):i(t,n))||o);return a>3&&o&&Object.defineProperty(t,n,o),o},cZt="e-input-group",dZt="e-popup",hZt="e-left-calendar",uZt="e-right-calendar",pZt="e-daterangepicker",fZt="e-error",mZt="e-active",vZt="e-start-date",gZt="e-end-date",bZt="e-start-btn",yZt="e-input-focus",wZt="e-range-hover",xZt="e-other-month",EZt="e-start-label",kZt="e-end-label",CZt="e-disabled",SZt="e-selected",MZt="e-calendar",AZt="e-next",_Zt="e-prev",OZt="e-header",ZZt="e-title",DZt="e-icon-container",IZt="e-date-range-container",HZt="e-presets",NZt="e-today",TZt="e-focused-date",LZt="e-content",PZt="e-day-span",VZt="e-week-number",jZt="e-date-disabled",zZt="e-icon-disabled",BZt="e-device",RZt="e-overlay",WZt="e-list-item",FZt="e-hover",qZt="e-range-overflow",YZt="e-flat",UZt="e-css",GZt="e-non-edit",XZt="e-daterange-hidden",JZt=["title","class","style"],QZt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return lZt(t,e),sZt([HMt()],t.prototype,"label",void 0),sZt([HMt()],t.prototype,"start",void 0),sZt([HMt()],t.prototype,"end",void 0),t}(KMt),KZt=function(e){function t(t,n){var r=e.call(this,t,n)||this;return r.isCustomRange=!1,r.isCustomWindow=!1,r.presetsItem=[],r.liCollections=[],r.previousEleValue="",r.isKeyPopup=!1,r.dateDisabled=!1,r.isRangeIconClicked=!1,r.isMaxDaysClicked=!1,r.disabledDays=[],r.preventBlur=!1,r.preventFocus=!1,r.invalidValueString=null,r.isAngular=!1,r.preventChange=!1,r.dateRangeOptions=t,r}return lZt(t,e),t.prototype.render=function(){this.initialize(),this.setProperties({startDate:this.startValue},!0),this.setProperties({endDate:this.endValue},!0),this.setModelValue(),this.setDataAttribute(!1),this.element.hasAttribute("data-val")&&this.element.setAttribute("data-val","false"),this.renderComplete()},t.prototype.preRender=function(){if(this.keyInputConfigs={altDownArrow:"alt+downarrow",escape:"escape",enter:"enter",tab:"tab",altRightArrow:"alt+rightarrow",altLeftArrow:"alt+leftarrow",moveUp:"uparrow",moveDown:"downarrow",spacebar:"space"},this.defaultConstant={placeholder:this.placeholder,startLabel:"Start Date",endLabel:"End Date",customRange:"Custom Range",applyText:"Apply",cancelText:"Cancel",selectedDays:"Selected Days",days:"days"},this.isMobile=window.matchMedia("(max-width:550px)").matches,this.inputElement=this.element,this.angularTag=null,"EJS-DATERANGEPICKER"===this.element.tagName&&(this.angularTag=this.element.tagName,this.inputElement=this.createElement("input"),this.element.appendChild(this.inputElement)),this.cloneElement=this.element.cloneNode(!0),oMt([this.cloneElement],[pZt,"e-control","e-lib"]),this.updateHtmlAttributeToElement(),this.element.getAttribute("id")?null!==this.angularTag&&(this.inputElement.id=this.element.getAttribute("id")+"_input"):(this.element.id=lSt("ej2-datetimepicker"),null!==this.angularTag&&fMt(this.inputElement,{id:this.element.id+"_input"})),this.checkInvalidRange(this.value),!this.invalidValueString&&"string"==typeof this.value){var t=this.value.split(" "+this.separator+" ");this.value=[new Date(t[0]),new Date(t[1])]}this.initProperty(),this.tabIndex=this.element.hasAttribute("tabindex")?this.element.getAttribute("tabindex"):"0",this.element.removeAttribute("tabindex"),e.prototype.preRender.call(this),this.navNextFunction=this.navNextMonth.bind(this),this.navPrevFunction=this.navPrevMonth.bind(this),this.deviceNavNextFunction=this.deviceNavNext.bind(this),this.deviceNavPrevFunction=this.deviceNavPrevious.bind(this),this.initStartDate=this.checkDateValue(this.startValue),this.initEndDate=this.checkDateValue(this.endValue),this.formElement=bMt(this.element,"form")},t.prototype.updateValue=function(){this.value&&this.value.length>0?(this.value[0]instanceof Date&&!isNaN(+this.value[0])?(this.setProperties({startDate:this.value[0]},!0),this.startValue=this.value[0]):"string"==typeof this.value[0]?0===+this.value[0]||isNaN(+new Date(this.checkValue(this.value[0])))?(this.startValue=null,this.setValue()):(this.setProperties({startDate:new Date(this.checkValue(this.value[0]))},!0),this.startValue=new Date(this.checkValue(this.value[0]))):(this.startValue=null,this.setValue()),this.value[1]instanceof Date&&!isNaN(+this.value[1])?(this.setProperties({endDate:this.value[1]},!0),this.endValue=this.value[1]):"string"==typeof this.value[1]?0===+this.value[0]||isNaN(+new Date(this.checkValue(this.value[0])))?(this.setProperties({endDate:null},!0),this.endValue=null,this.setValue()):(this.setProperties({endDate:new Date(this.checkValue(this.value[1]))},!0),this.endValue=new Date(this.checkValue(this.value[1])),this.setValue()):(this.setProperties({endDate:null},!0),this.endValue=null,this.setValue())):this.value&&this.value.start?(this.value.start instanceof Date&&!isNaN(+this.value.start)?(this.setProperties({startDate:this.value.start},!0),this.startValue=this.value.start):"string"==typeof this.value.start?(this.setProperties({startDate:new Date(this.checkValue(this.value.start))},!0),this.startValue=new Date(this.checkValue(this.value.start))):(this.startValue=null,this.setValue()),this.value.end instanceof Date&&!isNaN(+this.value.end)?(this.setProperties({endDate:this.value.end},!0),this.endValue=this.value.end):"string"==typeof this.value.end?(this.setProperties({endDate:new Date(this.checkValue(this.value.end))},!0),this.endValue=new Date(this.checkValue(this.value.end)),this.setValue()):(this.setProperties({endDate:null},!0),this.endValue=null,this.setValue())):aSt(this.value)&&(this.endValue=this.checkDateValue(new Date(this.checkValue(this.endDate))),this.startValue=this.checkDateValue(new Date(this.checkValue(this.startDate))),this.setValue())},t.prototype.initProperty=function(){this.globalize=new BSt(this.locale),this.checkFormat(),this.checkView(),(aSt(this.firstDayOfWeek)||this.firstDayOfWeek>6||this.firstDayOfWeek<0)&&this.setProperties({firstDayOfWeek:this.globalize.getFirstDayOfWeek()},!0),this.updateValue()},t.prototype.checkFormat=function(){if(this.format)if("string"==typeof this.format)this.formatString=this.format;else if(""===this.format.skeleton||aSt(this.format.skeleton))this.formatString=null;else{var e=this.format.skeleton;this.formatString=this.globalize.getDatePattern({skeleton:e,type:"date"})}else this.formatString=null},t.prototype.initialize=function(){null!==this.angularTag&&this.validationAttribute(this.element,this.inputElement),this.checkHtmlAttributes(!1),rSt(this.defaultKeyConfigs,{shiftTab:"shift+tab",tab:"tab"});var e=this.checkDateValue(new Date(this.checkValue(this.startValue)));this.setProperties({startDate:e},!0),this.setProperties({endValue:this.checkDateValue(new Date(this.checkValue(this.endValue)))},!0),this.setValue(),this.setProperties({min:this.checkDateValue(new Date(this.checkValue(this.min)))},!0),this.setProperties({max:this.checkDateValue(new Date(this.checkValue(this.max)))},!0),this.l10n=new xAt("daterangepicker",this.defaultConstant,this.locale),this.l10n.setLocale(this.locale),this.setProperties({placeholder:this.placeholder||this.l10n.getConstant("placeholder")},!0),this.processPresets(),this.createInput(),this.updateHtmlAttributeToWrapper(),this.setRangeAllowEdit(),this.bindEvents()},t.prototype.setDataAttribute=function(e){var t={};if(e)t=this.htmlAttributes;else for(var n=0;n<this.element.attributes.length;n++)t[this.element.attributes[n].name]=this.element.getAttribute(this.element.attributes[n].name);for(var r=0,i=Object.keys(t);r<i.length;r++){var a=i[r];0===a.indexOf("data")&&(this.firstHiddenChild.setAttribute(a,t[a]),this.secondHiddenChild.setAttribute(a,t[a]))}},t.prototype.setRangeAllowEdit=function(){this.allowEdit?this.readonly||this.inputElement.removeAttribute("readonly"):fMt(this.inputElement,{readonly:""}),this.updateClearIconState()},t.prototype.updateClearIconState=function(){this.allowEdit||!this.inputWrapper||this.readonly?this.inputWrapper&&oMt([this.inputWrapper.container],[GZt]):""===this.inputElement.value?oMt([this.inputWrapper.container],[GZt]):aMt([this.inputWrapper.container],[GZt])},t.prototype.validationAttribute=function(e,t){var n=e.getAttribute("name")?e.getAttribute("name"):e.getAttribute("id");t.setAttribute("name",n),e.removeAttribute("name");for(var r=["required","aria-required","form"],i=0;i<r.length;i++)if(!aSt(e.getAttribute(r[i]))){var a=e.getAttribute(r[i]);t.setAttribute(r[i],a),e.removeAttribute(r[i])}},t.prototype.updateHtmlAttributeToWrapper=function(){if(!aSt(this.htmlAttributes))for(var e=0,t=Object.keys(this.htmlAttributes);e<t.length;e++){var n=t[e];if(JZt.indexOf(n)>-1)if("class"===n){var r=this.htmlAttributes[n].replace(/\s+/g," ").trim();""!==r&&aMt([this.inputWrapper.container],r.split(" "))}else if("style"===n){var i=this.inputWrapper.container.getAttribute(n);i=aSt(i)?this.htmlAttributes[n]:i+this.htmlAttributes[n],this.inputWrapper.container.setAttribute(n,i)}else this.inputWrapper.container.setAttribute(n,this.htmlAttributes[n])}},t.prototype.updateHtmlAttributeToElement=function(){if(!aSt(this.htmlAttributes))for(var e=0,t=Object.keys(this.htmlAttributes);e<t.length;e++){var n=t[e];JZt.indexOf(n)<0&&this.inputElement.setAttribute(n,this.htmlAttributes[n])}},t.prototype.updateCssClass=function(e,t){aSt(t)||(t=t.replace(/\s+/g," ").trim()),aSt(e)||(e=e.replace(/\s+/g," ").trim()),wOt.setCssClass(e,[this.inputWrapper.container],t),this.popupWrapper&&wOt.setCssClass(e,[this.popupWrapper],t)},t.prototype.processPresets=function(){this.presetsItem=[];var e=0;if(!oSt(this.presets[0].start&&this.presets[0].end&&this.presets[0].label)){for(var t=0,n=this.presets;t<n.length;t++){var r=n[t],i=r.label.replace(/\s+/g,"")+"_"+ ++e;"string"==typeof r.end?this.presetsItem.push({id:i,text:r.label,end:new Date(this.checkValue(r.end)),start:new Date(this.checkValue(r.start))}):this.presetsItem.push({id:i,text:r.label,start:r.start,end:r.end})}var a=aSt(this.startValue)?null:new Date(+this.startValue),o=aSt(this.endValue)?null:new Date(+this.endValue);this.presetsItem.push({id:"custom_range",text:this.l10n.getConstant("customRange"),start:a,end:o}),aSt(this.startValue)||aSt(this.endValue)||(this.isCustomRange=!0,this.activeIndex=this.presetsItem.length-1)}},t.prototype.bindEvents=function(){nMt.add(this.inputWrapper.buttons[0],"mousedown",this.rangeIconHandler,this),nMt.add(this.inputElement,"focus",this.inputFocusHandler,this),nMt.add(this.inputElement,"blur",this.inputBlurHandler,this),nMt.add(this.inputElement,"change",this.inputChangeHandler,this),this.showClearButton&&this.inputWrapper.clearButton&&nMt.add(this.inputWrapper.clearButton,"mousedown",this.resetHandler,this),this.isMobile||(this.keyInputConfigs=iSt(this.keyInputConfigs,this.keyConfigs),this.inputKeyboardModule=new wAt(this.inputElement,{eventName:"keydown",keyAction:this.inputHandler.bind(this),keyConfigs:this.keyInputConfigs})),this.formElement&&nMt.add(this.formElement,"reset",this.formResetHandler,this),this.enabled?this.inputElement.setAttribute("tabindex",this.tabIndex):this.inputElement.tabIndex=-1},t.prototype.unBindEvents=function(){nMt.remove(this.inputWrapper.buttons[0],"mousedown",this.rangeIconHandler),nMt.remove(this.inputElement,"blur",this.inputBlurHandler),nMt.remove(this.inputElement,"focus",this.inputFocusHandler),nMt.remove(this.inputElement,"change",this.inputChangeHandler),this.showClearButton&&this.inputWrapper.clearButton&&nMt.remove(this.inputWrapper.clearButton,"mousedown touchstart",this.resetHandler),this.isMobile||aSt(this.inputKeyboardModule)||this.inputKeyboardModule.destroy(),this.formElement&&nMt.remove(this.formElement,"reset",this.formResetHandler),this.inputElement.tabIndex=-1},t.prototype.updateHiddenInput=function(){if(this.firstHiddenChild&&this.secondHiddenChild){var e={type:"datetime",skeleton:"yMd"};"string"==typeof this.startDate&&(this.startDate=this.globalize.parseDate(this.startDate,e)),"string"==typeof this.endDate&&(this.endDate=this.globalize.parseDate(this.endDate,e)),this.firstHiddenChild.value=this.startDate&&this.globalize.formatDate(this.startDate,e)||this.inputElement.value,this.secondHiddenChild.value=this.endDate&&this.globalize.formatDate(this.endDate,e)||this.inputElement.value,this.dispatchEvent(this.firstHiddenChild,"focusout"),this.dispatchEvent(this.firstHiddenChild,"change")}},t.prototype.inputChangeHandler=function(e){this.enabled&&(e.stopPropagation(),this.updateHiddenInput())},t.prototype.bindClearEvent=function(){this.showClearButton&&this.inputWrapper.clearButton&&nMt.add(this.inputWrapper.clearButton,"mousedown",this.resetHandler,this)},t.prototype.resetHandler=function(e){if(this.enabled){this.valueType=this.value,e.preventDefault(),this.clear();var t={event:e};this.setProperties({endDate:this.checkDateValue(this.endValue)},!0),this.setProperties({startDate:this.checkDateValue(this.startValue)},!0),this.trigger("cleared",t),this.changeTrigger(e),this.clearRange(),this.hide(e)}},t.prototype.restoreValue=function(){this.previousEleValue=this.inputElement.value,this.previousStartValue=this.startValue,this.previousEndValue=this.endValue,this.valueType=null,this.initStartDate=this.checkDateValue(this.startValue),this.initEndDate=this.checkDateValue(this.endValue),this.setValue(),this.setModelValue()},t.prototype.formResetHandler=function(e){if(this.enabled&&this.formElement&&e.target===this.formElement&&!this.inputElement.disabled){var t=this.inputElement.getAttribute("value");aSt(this.startCopy)?(this.setProperties({value:null,startDate:null,endDate:null},!0),this.startValue=this.endValue=null):(aSt(this.value)||aSt(this.value.start)?(this.setProperties({value:[this.startCopy,this.endCopy]},!0),this.startValue=this.value[0],this.endValue=this.value[1]):(this.setProperties({value:{start:this.startCopy,end:this.endCopy}},!0),this.startValue=this.value.start,this.endValue=this.value.end),this.setProperties({startDate:this.startValue,endDate:this.endValue},!0)),"EJS-DATERANGEPICKER"===this.element.tagName&&(this.setProperties({value:null,startDate:null,endDate:null},!0),t="",this.startValue=this.endValue=null,this.inputElement.setAttribute("value","")),this.restoreValue(),this.inputElement&&(wOt.setValue(t,this.inputElement,this.floatLabelType,this.showClearButton),this.errorClass())}},t.prototype.clear=function(){null!==this.startValue&&(this.startValue=null),null!==this.endValue&&(this.endValue=null),this.value&&this.value.start&&this.setProperties({value:{start:null,end:null}},!0),null!==this.value&&this.value.length>0&&this.setProperties({value:null},!0),wOt.setValue("",this.inputElement,this.floatLabelType,this.showClearButton),aSt(this.applyButton)||(this.applyButton.disabled=this.applyButton.element.disabled=!0),this.removeSelection()},t.prototype.rangeIconHandler=function(e){this.enabled&&(this.isMobile&&this.inputElement.setAttribute("readonly",""),e.preventDefault(),this.targetElement=null,this.isPopupOpen()&&document.body.contains(this.popupObj.element)?this.applyFunction(e):(this.isRangeIconClicked=!0,this.inputWrapper.container.children[0].focus(),this.show(null,e),this.isMobile||aSt(this.leftCalendar)||(this.isRangeIconClicked=!1,this.calendarFocus(),this.isRangeIconClicked=!0),aMt([this.inputWrapper.container],[yZt])))},t.prototype.checkHtmlAttributes=function(e){this.globalize=new BSt(this.locale);for(var t=e?aSt(this.htmlAttributes)?[]:Object.keys(this.htmlAttributes):["startDate","endDate","minDays","maxDays","min","max","disabled","readonly","style","name","placeholder","type","value"],n={format:this.formatString,type:"date",skeleton:"yMd"},r=0,i=t;r<i.length;r++){var a=i[r];if(!aSt(this.inputElement.getAttribute(a)))switch(a){case"disabled":if(aSt(this.dateRangeOptions)||void 0===this.dateRangeOptions.enabled||e){var o="disabled"===this.inputElement.getAttribute(a)||""===this.inputElement.getAttribute(a)||"true"===this.inputElement.getAttribute(a);this.setProperties({enabled:!o},!e)}break;case"readonly":if(aSt(this.dateRangeOptions)||void 0===this.dateRangeOptions.readonly||e){var l="readonly"===this.inputElement.getAttribute(a)||"true"===this.inputElement.getAttribute(a)||""===this.inputElement.getAttribute(a);this.setProperties({readonly:l},!e)}break;case"placeholder":(aSt(this.dateRangeOptions)||void 0===this.dateRangeOptions.placeholder||e)&&this.setProperties({placeholder:this.inputElement.getAttribute(a)},!e);break;case"value":if(aSt(this.dateRangeOptions)||void 0===this.dateRangeOptions.value||e){var s=this.inputElement.getAttribute(a);this.setProperties($Ct(a,s,{}),!e)}break;case"style":this.inputElement.setAttribute("style",""+this.inputElement.getAttribute(a));break;case"min":if(aSt(this.min)||+this.min===+new Date(1900,0,1)||e){var c=this.globalize.parseDate(this.inputElement.getAttribute(a),n);this.setProperties($Ct(a,c,{}),!e)}break;case"name":this.inputElement.setAttribute("name",""+this.inputElement.getAttribute(a));break;case"max":if(aSt(this.max)||+this.max===+new Date(2099,11,31)||e){c=this.globalize.parseDate(this.inputElement.getAttribute(a),n);this.setProperties($Ct(a,c,{}),!e)}break;case"startDate":if(aSt(this.startDate)){c=this.globalize.parseDate(this.inputElement.getAttribute(a),n);this.startValue=c,this.setValue()}break;case"endDate":if(aSt(this.endDate)){c=this.globalize.parseDate(this.inputElement.getAttribute(a),n);this.endValue=c,this.setValue()}break;case"minDays":aSt(this.minDays)&&this.setProperties($Ct(a,parseInt(this.inputElement.getAttribute(a),10),{}),!0);break;case"maxDays":aSt(this.maxDays)&&this.setProperties($Ct(a,parseInt(this.inputElement.getAttribute(a),10),{}),!0);break;case"type":"text"!==this.inputElement.getAttribute(a)&&this.inputElement.setAttribute("type","text")}}},t.prototype.createPopup=function(){for(var e=0;e<this.presetsItem.length;e++)e!==this.presetsItem.length-1&&"custom_range"===this.presetsItem[e].id&&this.presetsItem.splice(e,1);this.activeIndex=this.presetsItem.length-1,this.isCustomRange=!0;for(e=0;e<=this.presetsItem.length-2;e++){var t=this.presetsItem[e].start,n=this.presetsItem[e].end;this.startValue&&this.endValue&&+new Date(t.setHours(0,0,0,0))===+new Date(this.startValue.setHours(0,0,0,0))&&+new Date(n.setHours(0,0,0,0))===+new Date(this.endValue.setHours(0,0,0,0))&&(this.activeIndex=e,this.isCustomRange=!1)}this.popupWrapper=iMt("div",{id:this.element.id+"_popup",className:pZt+" "+dZt}),this.adjustLongHeaderWidth();var r=!this.isCustomRange||this.isMobile;!oSt(this.presets[0].start&&this.presets[0].end&&this.presets[0].label)&&r?(this.isCustomWindow=!1,this.createPresets(),this.listRippleEffect(),this.renderPopup()):(this.isCustomWindow=!0,this.renderControl())},t.prototype.renderControl=function(){this.createControl(),this.bindCalendarEvents(),this.updateRange(this.isMobile?[this.calendarElement]:[this.leftCalendar,this.rightCalendar]),aSt(this.endValue)||aSt(this.startValue)||this.disabledDateRender(),this.updateHeader()},t.prototype.clearCalendarEvents=function(){nMt.clearEvents(this.leftCalPrevIcon),nMt.clearEvents(this.leftCalNextIcon),nMt.clearEvents(this.rightCalPrevIcon),nMt.clearEvents(this.rightCalNextIcon)},t.prototype.updateNavIcons=function(){e.prototype.iconHandler.call(this)},t.prototype.calendarIconEvent=function(){this.clearCalendarEvents(),this.leftCalPrevIcon&&!this.leftCalPrevIcon.classList.contains(CZt)&&nMt.add(this.leftCalPrevIcon,"mousedown",this.navPrevFunction),this.leftCalNextIcon&&!this.leftCalNextIcon.classList.contains(CZt)&&nMt.add(this.leftCalNextIcon,"mousedown",this.navNextFunction),this.rightCalPrevIcon&&!this.rightCalPrevIcon.classList.contains(CZt)&&nMt.add(this.rightCalPrevIcon,"mousedown",this.navPrevFunction),this.rightCalNextIcon&&!this.rightCalNextIcon.classList.contains(CZt)&&nMt.add(this.rightCalNextIcon,"mousedown",this.navNextFunction)},t.prototype.bindCalendarEvents=function(){this.isMobile?(this.deviceCalendarEvent(),nMt.add(this.startButton.element,"click",this.deviceHeaderClick,this),nMt.add(this.endButton.element,"click",this.deviceHeaderClick,this)):(this.updateNavIcons(),this.calendarIconEvent(),this.calendarIconRipple(),this.headerTitleElement=this.popupObj.element.querySelector("."+uZt+" ."+OZt+" ."+ZZt),this.headerTitleElement=this.popupObj.element.querySelector("."+hZt+" ."+OZt+" ."+ZZt),this.defaultKeyConfigs=iSt(this.defaultKeyConfigs,this.keyConfigs),this.leftKeyboardModule=new wAt(this.leftCalendar,{eventName:"keydown",keyAction:this.keyInputHandler.bind(this),keyConfigs:this.defaultKeyConfigs}),this.rightKeyboardModule=new wAt(this.rightCalendar,{eventName:"keydown",keyAction:this.keyInputHandler.bind(this),keyConfigs:this.defaultKeyConfigs})),this.start===this.depth&&this.bindCalendarCellEvents(),this.removeFocusedDate()},t.prototype.calendarIconRipple=function(){FMt(this.leftCalPrevIcon,{selector:".e-prev",duration:400,isCenterRipple:!0}),FMt(this.leftCalNextIcon,{selector:".e-next",duration:400,isCenterRipple:!0}),FMt(this.rightCalPrevIcon,{selector:".e-prev",duration:400,isCenterRipple:!0}),FMt(this.rightCalNextIcon,{selector:".e-next",duration:400,isCenterRipple:!0})},t.prototype.deviceCalendarEvent=function(){nMt.clearEvents(this.nextIcon),nMt.clearEvents(this.previousIcon),FMt(this.nextIcon,{selector:".e-prev",duration:400,isCenterRipple:!0}),FMt(this.previousIcon,{selector:".e-next",duration:400,isCenterRipple:!0}),this.nextIcon&&!this.nextIcon.classList.contains(CZt)&&nMt.add(this.nextIcon,"mousedown",this.deviceNavNextFunction),this.previousIcon&&!this.previousIcon.classList.contains(CZt)&&nMt.add(this.previousIcon,"mousedown",this.deviceNavPrevFunction)},t.prototype.deviceNavNext=function(e){var t=bMt(e.target,"."+MZt);this.updateDeviceCalendar(t),this.navigateNext(e),this.deviceNavigation()},t.prototype.deviceNavPrevious=function(e){var t=bMt(e.target,"."+MZt);this.updateDeviceCalendar(t),this.navigatePrevious(e),this.deviceNavigation()},t.prototype.updateDeviceCalendar=function(e){e&&(this.previousIcon=e.querySelector("."+_Zt),this.nextIcon=e.querySelector("."+AZt),this.calendarElement=e,this.deviceCalendar=e,this.contentElement=e.querySelector("."+LZt),this.tableBodyElement=mMt("."+LZt+" tbody",e),this.table=e.querySelector("."+LZt).getElementsByTagName("table")[0],this.headerTitleElement=e.querySelector("."+OZt+" ."+ZZt),this.headerElement=e.querySelector("."+OZt))},t.prototype.deviceHeaderClick=function(e){if(e.currentTarget.classList.contains(bZt)&&!aSt(this.startValue)){this.endButton.element.classList.remove(mZt),this.startButton.element.classList.add(mZt);var t=this.popupObj.element.querySelector("."+MZt);this.updateDeviceCalendar(t),aSt(this.calendarElement.querySelector("."+vZt+":not(.e-other-month)"))&&(this.currentDate=new Date(+this.startValue),pMt(this.tableBodyElement),this.createContentBody(),this.deviceNavigation()),this.removeClassDisabled()}else if(!aSt(this.startValue)&&!aSt(this.endValue)){this.startButton.element.classList.remove(mZt),this.endButton.element.classList.add(mZt);t=this.popupObj.element.querySelector("."+MZt);this.updateDeviceCalendar(t),aSt(this.calendarElement.querySelector("."+gZt+":not(.e-other-month)"))&&(this.currentDate=new Date(+this.endValue),pMt(this.tableBodyElement),this.createContentBody(),this.deviceNavigation()),this.updateMinMaxDays(this.popupObj.element.querySelector("."+MZt)),this.selectableDates()}},t.prototype.inputFocusHandler=function(){if(this.enabled){this.preventBlur=!1;var e={model:this};this.preventFocus||this.trigger("focus",e),this.updateClearIconState(),this.updateHiddenInput(),this.openOnFocus&&!this.preventFocus?(this.preventFocus=!0,this.show()):this.preventFocus=!0}},t.prototype.inputBlurHandler=function(e){if(this.enabled){if(!this.preventBlur){var t=this.inputElement.value;if(aSt(this.presetsItem)||this.presetsItem.length>0&&this.previousEleValue!==this.inputElement.value&&(this.activeIndex=this.presetsItem.length-1,this.isCustomRange=!0),!aSt(t)&&""!==t.trim()){var n=t.split(" "+this.separator+" ");if(n.length>1){this.invalidValueString=null;var r={format:this.formatString,type:"date",skeleton:"yMd"},i=this.globalize.parseDate(n[0].trim(),r),a=this.globalize.parseDate(n[1].trim(),r);if(!(aSt(i)||isNaN(+i)||aSt(a)||isNaN(+a))){var o=this.startValue;this.startValue=i;var l=this.endValue;if(this.endValue=a,this.setValue(),this.refreshControl(),t!==this.previousEleValue&&this.changeTrigger(e),!this.preventBlur&&document.activeElement!==this.inputElement){this.preventFocus=!1;var s={model:this};this.trigger("blur",s)}return this.updateHiddenInput(),void(this.isMobile&&this.isPopupOpen()&&(this.startValue=o,this.endValue=l))}this.strictMode||(this.startValue=null,this.endValue=null,this.setValue())}else this.strictMode||(this.startValue=null,this.endValue=null,this.setValue())}if(this.strictMode?(aSt(t)||""!==t.trim()||(this.startValue=null,this.endValue=null),wOt.setValue("",this.inputElement,this.floatLabelType,this.showClearButton),this.updateInput()):(aSt(this.popupObj)&&(this.currentDate=null),this.previousStartValue=this.previousEndValue=null,this.startValue=null,this.endValue=null,this.setValue()),this.errorClass(),this.changeTrigger(e),!this.preventBlur&&document.activeElement!==this.inputElement){this.preventFocus=!1;s={model:this};this.trigger("blur",s)}}this.updateHiddenInput()}},t.prototype.clearRange=function(){this.previousStartValue=this.previousEndValue=null,this.currentDate=null},t.prototype.errorClass=function(){var e=this.inputElement.value.trim();(aSt(this.endValue)&&aSt(this.startValue)&&""!==e||!aSt(this.startValue)&&+this.startValue<+this.min||!aSt(this.startValue)&&!aSt(this.endValue)&&+this.startValue>+this.endValue||!aSt(this.endValue)&&+this.endValue>+this.max||this.startValue&&this.isDateDisabled(this.startValue)||this.endValue&&this.isDateDisabled(this.endValue))&&""!==e?(aMt([this.inputWrapper.container],fZt),fMt(this.inputElement,{"aria-invalid":"true"})):this.inputWrapper&&(oMt([this.inputWrapper.container],fZt),fMt(this.inputElement,{"aria-invalid":"false"}))},t.prototype.keyCalendarUpdate=function(e,t,n){return void 0===n&&(n=!0),n&&this.removeFocusedDate(),e?(this.leftCalCurrentDate=new Date(+this.currentDate),t=this.leftCalendar):(this.rightCalCurrentDate=new Date(+this.currentDate),t=this.rightCalendar),this.updateCalendarElement(t),this.table.focus(),t},t.prototype.navInCalendar=function(e,t,n,r,i){var a,o,l=this.getViewNumber(this.currentView()),s=this.min;switch(o=aSt(this.maxDays)||!this.isMaxDaysClicked||aSt(this.startValue)?this.max:new Date(new Date(+this.startValue).setDate(this.startValue.getDate()+(this.maxDays-1))),e.action){case"moveRight":a=new Date(+this.currentDate),this.addDay(a,1,e,o,s),t&&+a===+r&&(i=this.keyCalendarUpdate(!1,i)),this.keyboardNavigate(1,l,e,o,s),this.keyNavigation(i,e);break;case"moveLeft":a=new Date(+this.currentDate),this.addDay(a,-1,e,o,s),t||+a===+n&&(i=this.keyCalendarUpdate(!0,i)),this.keyboardNavigate(-1,l,e,o,s),this.keyNavigation(i,e);break;case"moveUp":0===l?(a=new Date(+this.currentDate),this.addDay(a,-7,e,o,s),+a<=+n&&!t&&(i=this.keyCalendarUpdate(!0,i)),this.keyboardNavigate(-7,l,e,o,s)):this.keyboardNavigate(-4,l,e,this.max,this.min),this.keyNavigation(i,e);break;case"moveDown":0===l?(a=new Date(+this.currentDate),this.addDay(a,7,e,o,s),t&&+a>=+r&&(i=this.keyCalendarUpdate(!1,i)),this.keyboardNavigate(7,l,e,o,s)):this.keyboardNavigate(4,l,e,this.max,this.min),this.keyNavigation(i,e);break;case"home":this.currentDate=this.firstDay(this.currentDate),pMt(this.tableBodyElement),0===l?this.renderMonths(e):1===l?this.renderYears(e):this.renderDecades(e),this.keyNavigation(i,e);break;case"end":this.currentDate=this.lastDay(this.currentDate,l),pMt(this.tableBodyElement),0===l?this.renderMonths(e):1===l?this.renderYears(e):this.renderDecades(e),this.keyNavigation(i,e);break;case"tab":if(this.tabKeyValidation(i,hZt))aSt((i=this.keyCalendarUpdate(!1,i,!1)).querySelector(".e-focused-date"))&&(this.currentDate=this.firstCellToFocus(this.rightCalendar)),this.keyboardNavigate(0,l,e,o,s),this.keyNavigation(i,e);break;case"shiftTab":if(this.tabKeyValidation(i,uZt))aSt((i=this.keyCalendarUpdate(!0,i,!1)).querySelector(".e-focused-date"))&&(this.currentDate=this.firstCellToFocus(this.leftCalendar)),this.keyboardNavigate(0,l,e,o,s),this.keyNavigation(i,e)}},t.prototype.firstCellToFocus=function(e){var t=e.children[1].firstElementChild.querySelector("td.e-cell:not(.e-week-number):not(.e-disabled):not(.e-other-month)"),n=t&&t.id?t.id.split("_")[0]:null,r=new Date(this.currentDate.getFullYear(),this.currentDate.getMonth(),1);return n?new Date(+n):r},t.prototype.keyInputHandler=function(t,n){var r,i=this.getViewNumber(this.currentView()),a=new Date(this.rightCalCurrentDate.getFullYear(),this.rightCalCurrentDate.getMonth(),1),o=new Date(this.leftCalCurrentDate.getFullYear(),this.leftCalCurrentDate.getMonth()+1,0),l=bMt(t.target,"."+uZt),s=(l=aSt(l)?this.leftCalendar:l).classList.contains(hZt);this.updateCalendarElement(l);var c=this.tableBodyElement.querySelector("tr td.e-selected"),d=l.querySelector("tr td."+TZt),h=l.querySelector("tr td."+vZt),u=l.querySelector("tr td."+gZt),p=this.getViewNumber(this.depth),f=i===p&&this.getViewNumber(this.start)>=p,m=bMt(t.target,"."+hZt),v=bMt(t.target,"."+uZt),g=bMt(t.target,"."+HZt);switch(aSt(d)?aSt(u)||this.dateDisabled?aSt(h)||this.dateDisabled?this.dateDisabled||this.currentDate.setDate(1):this.currentDate=new Date(+this.startValue):this.currentDate=new Date(+this.endValue):this.currentDate=this.currentDate,this.effect="",t.action){case"altUpArrow":this.isPopupOpen()&&(this.hide(t),this.preventFocus=!0,this.inputElement.focus(),aMt([this.inputWrapper.container],[yZt]));break;case"select":if(f){var b=aSt(d)?h:d;aSt(b)||b.classList.contains(CZt)||this.selectRange(null,b)}else(aSt(c)||f)&&aSt(d)||(aSt(this.value)||(n=this.calendarElement.classList.contains(hZt)?this.startDate:this.endDate),this.controlDown=t,this.contentClick(null,--i,d||c,n));t.preventDefault();break;case"controlHome":var y=new Date(this.currentDate.getFullYear(),0,1);!s&&+y<+o&&(l=this.keyCalendarUpdate(!0,l)),e.prototype.navigateTo.call(this,"Month",new Date(this.currentDate.getFullYear(),0,1)),this.keyNavigation(l,t);break;case"altRightArrow":aSt(m)?aSt(v)?aSt(g)||this.cancelButton.element.focus():aSt(this.presetElement)?this.cancelButton.element.focus():(this.presetElement.focus(),this.removeFocusedDate()):this.rightCalendar.children[1].firstElementChild.focus(),t.preventDefault();break;case"altLeftArrow":aSt(m)?aSt(v)||this.leftCalendar.children[1].firstElementChild.focus():!0!==this.applyButton.element.disabled?this.applyButton.element.focus():this.cancelButton.element.focus(),t.preventDefault();break;case"controlUp":this.calendarElement.classList.contains(hZt),this.calendarNavigation(t,this.calendarElement),t.preventDefault();break;case"controlDown":aSt(c)&&aSt(d)||f||(aSt(this.value)||(n=this.calendarElement.classList.contains(hZt)?this.startDate:this.endDate),this.controlDown=t,this.contentClick(null,--i,c||d,n)),t.preventDefault();break;case"controlEnd":y=new Date(this.currentDate.getFullYear(),11,31);s&&+y>+a&&(l=this.keyCalendarUpdate(!1,l)),e.prototype.navigateTo.call(this,"Month",new Date(this.currentDate.getFullYear(),11,31)),this.keyNavigation(l,t);break;case"pageUp":r=new Date(+this.currentDate),this.addMonths(r,-1),!s&&+r<=+o&&(l=this.keyCalendarUpdate(!0,l)),this.addMonths(this.currentDate,-1),e.prototype.navigateTo.call(this,"Month",this.currentDate),this.keyNavigation(l,t);break;case"pageDown":r=new Date(+this.currentDate),this.addMonths(r,1),s&&+r>=+a&&(l=this.keyCalendarUpdate(!1,l)),this.addMonths(this.currentDate,1),e.prototype.navigateTo.call(this,"Month",this.currentDate),this.keyNavigation(l,t);break;case"shiftPageUp":r=new Date(+this.currentDate),this.addYears(r,-1),!s&&+r<=+o&&(l=this.keyCalendarUpdate(!0,l)),this.addYears(this.currentDate,-1),e.prototype.navigateTo.call(this,"Month",this.currentDate),this.keyNavigation(l,t);break;case"shiftPageDown":r=new Date(+this.currentDate),this.addYears(r,1),s&&+r>=+a&&(l=this.keyCalendarUpdate(!1,l)),this.addYears(this.currentDate,1),e.prototype.navigateTo.call(this,"Month",this.currentDate),this.keyNavigation(l,t);break;case"shiftTab":aSt(this.presetElement)||(this.presetElement.setAttribute("tabindex","0"),this.presetElement.focus(),this.removeFocusedDate()),s&&t.preventDefault(),this.tabKeyValidation(l,uZt)&&(this.currentDate=new Date(+this.leftCalCurrentDate),this.navInCalendar(t,s,o,a,l));break;case"spacebar":this.applyButton&&!this.applyButton.disabled&&this.applyFunction(t);break;case"tab":this.tabKeyValidation(l,hZt)&&(this.currentDate=new Date(+this.rightCalCurrentDate),this.navInCalendar(t,s,o,a,l));break;default:this.navInCalendar(t,s,o,a,l),this.checkMinMaxDays()}this.presetHeight()},t.prototype.tabKeyValidation=function(e,t){var n=e.classList.contains(t),r=this.rightCalendar.querySelector(".e-header"),i=this.leftCalendar.querySelector(".e-header"),a=!!r&&r.classList.contains("e-month"),o=!!i&&i.classList.contains("e-month");return n&&o&&a&&!this.isMobile},t.prototype.keyNavigation=function(e,t){this.bindCalendarCellEvents(e),e.classList.contains(hZt)?this.leftCalCurrentDate=new Date(+this.currentDate):this.rightCalCurrentDate=new Date(+this.currentDate),this.updateNavIcons(),this.calendarIconEvent(),this.updateRange([e]),this.dateDisabled=this.isDateDisabled(this.currentDate),t.preventDefault()},t.prototype.inputHandler=function(e){switch(e.action){case"altDownArrow":this.isPopupOpen()||(""===this.inputElement.value&&(this.clear(),this.changeTrigger(e),this.clearRange()),this.show(null,e),this.isRangeIconClicked=!1,this.isMobile||aSt(this.leftCalendar)||this.calendarFocus(),this.isKeyPopup=!0);break;case"escape":this.isPopupOpen()&&this.hide(e);break;case"enter":document.activeElement===this.inputElement&&(this.inputBlurHandler(e),this.hide(e));break;case"tab":document.activeElement===this.inputElement&&this.isPopupOpen()&&(this.hide(e),e.preventDefault())}},t.prototype.bindCalendarCellEvents=function(e){for(var t=0,n=e?e.querySelectorAll("."+MZt+" td"):this.popupObj.element.querySelectorAll("."+MZt+" td");t<n.length;t++){var r=n[t];nMt.clearEvents(r),r.classList.contains(CZt)||r.classList.contains(jZt)||r.classList.contains(VZt)||(this.isMobile||nMt.add(r,"mouseover",this.hoverSelection,this),nMt.add(r,"mousedown",this.selectRange,this))}},t.prototype.removeFocusedDate=function(){for(var e=!aSt(this.startValue)||!aSt(this.endValue),t=0,n=this.popupObj.element.querySelectorAll("."+MZt+" ."+TZt);t<n.length;t++){var r=n[t],i=new Date,a=this.getIdValue(null,r);("Month"===this.depth&&"Month"===this.currentView()&&(!r.classList.contains(NZt)||r.classList.contains(NZt)&&e)||"Year"===this.depth&&"Year"===this.currentView()&&(!this.isSameMonth(i,a)&&!this.isSameYear(i,a)||e)||"Decade"===this.depth&&"Decade"===this.currentView()&&(!this.isSameYear(i,a)||e))&&(r.classList.remove(TZt),r.classList.contains(vZt)||r.classList.contains(gZt)||r.removeAttribute("aria-label"))}},t.prototype.hoverSelection=function(e,t){var n=t||e.currentTarget,r=this.getIdValue(null,n);if(!aSt(this.startValue)&&+this.startValue>=+this.min&&+this.startValue<=+this.max&&(!this.isDateDisabled(this.endValue)&&!this.isDateDisabled(this.startValue)&&aSt(this.endValue)&&aSt(this.startValue)||!aSt(this.startValue)&&aSt(this.endValue)))for(var i=0,a=this.popupObj.element.querySelectorAll("."+MZt+" td");i<a.length;i++){var o=a[i],l=!o.classList.contains(CZt)||o.classList.contains(jZt);if(!o.classList.contains(VZt)&&l){var s=this.getIdValue(null,o),c=new Date(+this.startValue);new Date(+s).setHours(0,0,0,0)>=c.setHours(0,0,0,0)&&+s<=+r?aMt([o],wZt):oMt([o],[wZt])}}},t.prototype.isSameStartEnd=function(e,t){var n=!1;return"Month"===this.depth?e.setHours(0,0,0,0)===t.setHours(0,0,0,0)&&(n=!0):"Year"===this.depth?e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()&&(n=!0):"Decade"===this.depth&&e.getFullYear()===t.getFullYear()&&(n=!0),n},t.prototype.updateRange=function(e){if(!aSt(this.startValue))for(var t=0,n=e;t<n.length;t++)for(var r=0,i=n[t].querySelectorAll("."+MZt+" td");r<i.length;r++){var a=i[r];if(!a.classList.contains(VZt)&&!a.classList.contains(CZt)){var o=this.getIdValue(null,a),l=this.getIdValue(null,a);if(aSt(this.endValue)?oMt([a],[wZt]):this.currentView()===this.depth&&+l.setHours(0,0,0,0)>=+new Date(+this.startValue).setHours(0,0,0,0)&&+l.setHours(0,0,0,0)<=+new Date(+this.endValue).setHours(0,0,0,0)&&!this.isSameStartEnd(new Date(+this.startValue),new Date(+this.endValue))&&+new Date(+this.startValue).setHours(0,0,0,0)>=+this.min&&+new Date(+this.endValue).setHours(0,0,0,0)<=+this.max&&!this.isDateDisabled(this.startValue)&&!this.isDateDisabled(this.endValue)&&aMt([a],wZt),a.classList.contains(SZt)&&a.classList.contains(gZt)&&+l!==+this.endValue&&(oMt([a],[SZt]),oMt([a],[gZt])),a.classList.contains(wZt)&&+l>+this.endValue&&oMt([a],[wZt]),!a.classList.contains(xZt)){var s=new Date(+this.startValue),c=new Date(+o);this.currentView()===this.depth&&+c.setHours(0,0,0,0)===+s.setHours(0,0,0,0)&&+c.setHours(0,0,0,0)>=+s.setHours(0,0,0,0)&&+this.startValue>=+this.min&&!this.inputWrapper.container.classList.contains("e-error")&&!this.isDateDisabled(this.startValue)&&!this.isDateDisabled(this.endValue)&&(aMt([a],[vZt,SZt]),this.addSelectedAttributes(a,this.startValue,!0));var d=new Date(+this.endValue);"Year"===this.currentView()?c=new Date(c.getFullYear(),c.getMonth()+1,0):"Decade"===this.currentView()&&(c=new Date(c.getFullYear(),11,31)),this.currentView()===this.depth&&!aSt(this.endValue)&&+c.setHours(0,0,0,0)===+d.setHours(0,0,0,0)&&+c.setHours(0,0,0,0)<=+d.setHours(0,0,0,0)&&+this.startValue>=+this.min&&!this.inputWrapper.container.classList.contains("e-error")&&!this.isDateDisabled(this.startValue)&&!this.isDateDisabled(this.endValue)&&(aMt([a],[gZt,SZt]),this.addSelectedAttributes(a,this.startValue,!1)),+o!==+this.startValue||aSt(this.endValue)||+o!==+this.endValue||this.addSelectedAttributes(a,this.endValue,!1,!0)}}}},t.prototype.checkMinMaxDays=function(){(!aSt(this.minDays)&&this.minDays>0||!aSt(this.maxDays)&&this.maxDays>0)&&(this.isMobile?this.updateMinMaxDays(this.popupObj.element.querySelector("."+MZt)):(this.updateMinMaxDays(this.popupObj.element.querySelector("."+hZt)),this.updateMinMaxDays(this.popupObj.element.querySelector("."+uZt))))},t.prototype.rangeArgs=function(e){var t,n,r=aSt(this.startValue)?null:this.globalize.formatDate(this.startValue,{format:this.formatString,type:"date",skeleton:"yMd"}),i=aSt(this.endValue)?null:this.globalize.formatDate(this.endValue,{format:this.formatString,type:"date",skeleton:"yMd"});return aSt(this.endValue)||aSt(this.startValue)?(t="",n=0):(t=r+" "+this.separator+" "+i,n=Math.round(Math.abs((this.removeTimeValueFromDate(this.startValue).getTime()-this.removeTimeValueFromDate(this.endValue).getTime())/864e5))+1),{value:this.value,startDate:this.startValue,endDate:this.endValue,daySpan:n,event:e||null,element:this.element,isInteracted:!aSt(e),text:t}},t.prototype.otherMonthSelect=function(e,t,n){var r=+this.getIdValue(null,e),i='*[id^="/id"]:not(.e-other-month)'.replace("/id",""+r),a=this.popupObj&&this.popupObj.element.querySelector(i);aSt(a)||(t?(aMt([a],[vZt,SZt]),this.addSelectedAttributes(a,this.startValue,!0)):(aMt([a],[gZt,SZt]),this.addSelectedAttributes(a,this.endValue,!0)),n&&this.addSelectedAttributes(e,this.endValue,!1,!0))},t.prototype.selectRange=function(e,t){var n,r;e&&e.preventDefault();var i=aSt(e)?this.getIdValue(null,t):this.getIdValue(e,null),a=i.getFullYear(),o=i.getMonth(),l=new Date(a,o,1),s=new Date(a,o+1,0),c=new Date(a,0,1),d=new Date(a,11,31);aSt(this.endValue)||aSt(this.startValue)?this.isMobile&&this.startButton.element.classList.contains(mZt)&&this.removeSelection():(!this.isMobile||this.isMobile&&!this.endButton.element.classList.contains(mZt))&&this.removeSelection();var h=t||e.currentTarget;if(aSt(this.startValue))aSt(this.previousStartValue)||(i.setHours(this.previousStartValue.getHours()),i.setMinutes(this.previousStartValue.getMinutes()),i.setSeconds(this.previousStartValue.getSeconds())),this.startValue="Month"===this.depth?new Date(this.checkValue(i)):"Year"===this.depth?l:c,this.endValue=null,this.setValue(),aMt([h],vZt),this.addSelectedAttributes(h,this.startValue,!0),h.classList.contains(xZt)&&this.otherMonthSelect(h,!0),this.checkMinMaxDays(),this.applyButton.disabled=!0,this.applyButton.element.disabled=!0,this.isMobile&&(this.endButton.element.classList.add(mZt),this.startButton.element.classList.remove(mZt),this.endButton.element.removeAttribute("disabled"),this.selectableDates()),this.trigger("select",this.rangeArgs(e));else if(+i===+this.startValue||+i>+this.startValue){if(+i===+this.startValue&&!aSt(this.minDays)&&this.minDays>1)return;this.endValue=null,this.setValue(),(this.isMobile||t)&&this.hoverSelection(e,t),aSt(this.previousEndValue)||(i.setHours(this.previousEndValue.getHours()),i.setMinutes(this.previousEndValue.getMinutes()),i.setSeconds(this.previousEndValue.getSeconds())),this.endValue="Month"===this.depth?new Date(this.checkValue(i)):"Year"===this.depth?s:d,this.setValue();var u=this.popupObj.element.querySelectorAll("."+gZt);if(this.isMobile){this.startButton.element.classList.remove(mZt),this.endButton.element.classList.add(mZt);for(var p=0,f=u;p<f.length;p++){var m=f[p];m.removeAttribute("aria-label"),m.classList.contains(vZt)?(this.addSelectedAttributes(m,this.startValue,!0),oMt([m],[gZt])):(m.setAttribute("aria-selected","false"),oMt([m],[gZt,SZt]))}}aMt([h],gZt),+this.endValue===+this.startValue?this.addSelectedAttributes(h,this.endValue,!1,!0):this.addSelectedAttributes(h,this.endValue,!1),h.classList.contains(xZt)&&(+this.endValue===+this.startValue?this.otherMonthSelect(h,!1,!0):this.otherMonthSelect(h,!1));for(var v=0,g=u=this.popupObj.element.querySelectorAll("."+gZt);v<g.length;v++){var b=g[v];b.classList.contains(vZt)&&oMt([b],[wZt])}this.applyButton.disabled=!1,this.applyButton.element.disabled=!1,this.isMobile||this.removeClassDisabled(),this.disabledDateRender(),this.trigger("select",this.rangeArgs(e))}else+i<+this.startValue&&(this.removeClassDisabled(),this.startValue="Month"===this.depth?new Date(this.checkValue(i)):"Year"===this.depth?l:c,this.setValue(),this.removeSelectedAttributes(),oMt(this.popupObj.element.querySelectorAll("."+vZt),[vZt,SZt]),aMt([h],vZt),this.addSelectedAttributes(h,this.startValue,!0),h.classList.contains(xZt)&&this.otherMonthSelect(h,!0),this.checkMinMaxDays());e&&(n=bMt(e.target,"."+hZt)),aSt(n)?(e&&(r=e&&bMt(e.target,"."+uZt)),aSt(r)||this.rightCalendar.children[1].firstElementChild.focus()):this.leftCalendar.children[1].firstElementChild.focus(),aMt([h],SZt),this.updateHeader(),this.removeFocusedDate()},t.prototype.selectableDates=function(){if(!aSt(this.startValue)){var e=this.calendarElement.querySelectorAll("."+MZt+" td"),t=!1;if(this.currentView()===this.depth){for(var n=0,r=e;n<r.length;n++){if(!(o=r[n]).classList.contains(vZt)&&!o.classList.contains(VZt)&&!o.classList.contains(CZt)){if(+this.getIdValue(null,o)<+this.startValue){aMt([o],[jZt,CZt,RZt]),nMt.clearEvents(o);continue}break}if(o.classList.contains(vZt)&&!o.classList.contains(xZt)){t=!0;break}}t&&(this.previousIcon.classList.contains(CZt)||aMt([this.previousIcon],[zZt,CZt,RZt]))}else{for(var i=0,a=e;i<a.length;i++){var o=a[i],l=this.startValue.getMonth(),s=this.startValue.getFullYear(),c=this.getIdValue(null,o);if(this.startButton.element.classList.contains(mZt)||!("Year"===this.currentView()&&c.getMonth()<l&&c.getFullYear()<=s||"Decade"===this.currentView()&&c.getMonth()<=l&&c.getFullYear()<s))break;aMt([o],[CZt])}e[0].classList.contains(CZt)?this.previousIconHandler(!0):e[e.length-1].classList.contains(CZt)&&this.nextIconHandler(!0)}}},t.prototype.updateMinMaxDays=function(e){if(!aSt(this.startValue)&&aSt(this.endValue)||this.isMobile&&this.endButton.element.classList.contains(mZt)){if(!aSt(this.minDays)&&this.minDays>0||!aSt(this.maxDays)&&this.maxDays>0){var t=this.removeTimeValueFromDate(this.startValue),n=new Date(new Date(+t).setDate(t.getDate()+(this.minDays-1))),r=new Date(new Date(+t).setDate(t.getDate()+(this.maxDays-1)));n=!aSt(this.minDays)&&this.minDays>0?n:null,r=!aSt(this.maxDays)&&this.maxDays>0?r:null,"Year"===this.currentView()?(n=aSt(n)?null:new Date(n.getFullYear(),n.getMonth(),0),r=aSt(r)?null:new Date(r.getFullYear(),r.getMonth(),1)):"Decade"===this.currentView()&&(n=aSt(n)?null:new Date(n.getFullYear()-1,11,1),r=aSt(r)?null:new Date(r.getFullYear(),0,1));for(var i=void 0,a=0,o=e.querySelectorAll("."+MZt+" td");a<o.length;a++){var l=o[a];if(!l.classList.contains(vZt)&&!l.classList.contains(VZt)){var s=this.getIdValue(null,l);if(s=this.removeTimeValueFromDate(s),!aSt(n)&&+s===+n&&l.classList.contains(CZt)&&n.setDate(n.getDate()+1),!l.classList.contains(CZt)){if(+s<=+t)continue;!aSt(n)&&+s<+n&&(aMt([l],[jZt,CZt,RZt]),nMt.clearEvents(l)),!aSt(r)&&+s>+r&&(aMt([l],[jZt,CZt,RZt]),this.isMaxDaysClicked=!0,nMt.clearEvents(l),aSt(i)&&!l.classList.contains(xZt)&&(i=l))}}}if(!aSt(i))if(this.isMobile)this.nextIcon.classList.contains(CZt)||aMt([this.nextIcon],[zZt,CZt,RZt]);else{var c=bMt(i,"."+uZt);(c=aSt(c)?this.leftCalendar:c).classList.contains(hZt)?(this.rightCalNextIcon.classList.contains(CZt)||aMt([this.rightCalNextIcon],[zZt,CZt,RZt]),this.leftCalNextIcon.classList.contains(CZt)||aMt([this.leftCalNextIcon],[zZt,CZt,RZt]),this.rightCalPrevIcon.classList.contains(CZt)||aMt([this.rightCalPrevIcon],[zZt,CZt,RZt])):this.rightCalNextIcon.classList.contains(CZt)||aMt([this.rightCalNextIcon],[zZt,CZt,RZt])}}}else this.isMaxDaysClicked=!1},t.prototype.removeTimeValueFromDate=function(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate())},t.prototype.removeClassDisabled=function(){for(var e=0,t=this.popupObj.element.querySelectorAll("."+MZt+" td."+jZt);e<t.length;e++){var n=t[e];n.classList.contains(jZt)&&(oMt([n],[jZt,CZt,RZt]),nMt.add(n,"click",this.selectRange,this),this.isMobile||nMt.add(n,"mouseover",this.hoverSelection,this))}this.isMobile?(this.nextIcon.classList.contains(zZt)&&oMt([this.nextIcon],[zZt,CZt,RZt]),this.previousIcon.classList.contains(zZt)&&oMt([this.previousIcon],[zZt,CZt,RZt])):(this.rightCalNextIcon.classList.contains(zZt)&&oMt([this.rightCalNextIcon],[zZt,CZt,RZt]),this.rightCalPrevIcon.classList.contains(zZt)&&oMt([this.rightCalPrevIcon],[zZt,CZt,RZt]),this.leftCalNextIcon.classList.contains(zZt)&&oMt([this.leftCalNextIcon],[zZt,CZt,RZt]))},t.prototype.updateHeader=function(){var e={type:"date",skeleton:"yMMMd"};if(aSt(this.endValue)||aSt(this.startValue))this.popupObj.element.querySelector("."+PZt).textContent=this.l10n.getConstant("selectedDays");else{var t=Math.round(Math.abs((this.removeTimeValueFromDate(this.startValue).getTime()-this.removeTimeValueFromDate(this.endValue).getTime())/864e5))+1;aSt(this.disabledDayCnt)||(t-=this.disabledDayCnt,this.disabledDayCnt=null),this.popupObj.element.querySelector("."+PZt).textContent=t.toString()+" "+this.l10n.getConstant("days")}this.isMobile?(aSt(this.startValue)?this.startButton.element.textContent=this.l10n.getConstant("startLabel"):this.startButton.element.textContent=this.globalize.formatDate(this.startValue,e),aSt(this.endValue)||aSt(this.startValue)?this.endButton.element.textContent=this.l10n.getConstant("endLabel"):this.endButton.element.textContent=this.globalize.formatDate(this.endValue,e)):(aSt(this.endValue)||aSt(this.startValue)?this.popupObj.element.querySelector("."+kZt).textContent=this.l10n.getConstant("endLabel"):this.popupObj.element.querySelector("."+kZt).textContent=this.globalize.formatDate(this.endValue,e),aSt(this.startValue)?this.popupObj.element.querySelector("."+EZt).textContent=this.l10n.getConstant("startLabel"):this.popupObj.element.querySelector("."+EZt).textContent=this.globalize.formatDate(this.startValue,e)),(this.isDateDisabled(this.startValue)||this.isDateDisabled(this.endValue)||!aSt(this.startValue)&&+this.startValue<+this.min||!aSt(this.endValue)&&+this.endValue>+this.max||!aSt(this.startValue)&&!aSt(this.endValue)&&+this.startValue>+this.endValue)&&(this.isMobile?(this.startButton.element.textContent=this.l10n.getConstant("startLabel"),this.endButton.element.textContent=this.l10n.getConstant("endLabel"),this.popupObj.element.querySelector("."+PZt).textContent=this.l10n.getConstant("selectedDays")):(this.popupObj.element.querySelector("."+PZt).textContent=this.l10n.getConstant("selectedDays"),this.popupObj.element.querySelector("."+EZt).textContent=this.l10n.getConstant("startLabel"),this.popupObj.element.querySelector("."+kZt).textContent=this.l10n.getConstant("endLabel"))),this.popupObj.element.querySelector("#custom_range")&&(this.popupObj.element.querySelector("#custom_range").textContent=""!==this.l10n.getConstant("customRange")?this.l10n.getConstant("customRange"):"Custom Range")},t.prototype.removeSelection=function(){this.startValue=null,this.endValue=null,this.setValue(),this.removeSelectedAttributes(),this.popupObj&&(this.popupObj.element.querySelectorAll("."+SZt).length>0&&oMt(this.popupObj.element.querySelectorAll("."+SZt),[vZt,gZt,SZt]),this.popupObj.element.querySelectorAll("."+TZt).length>0&&oMt(this.popupObj.element.querySelectorAll("."+TZt),TZt),this.popupObj.element.querySelectorAll("."+wZt).length>0&&oMt(this.popupObj.element.querySelectorAll("."+wZt),[wZt]))},t.prototype.addSelectedAttributes=function(e,t,n,r){if(e){var i=this.globalize.formatDate(t,{type:"date",skeleton:"full"});!aSt(r)&&r?e.setAttribute("aria-label","The current start and end date is "+i):e.setAttribute("aria-label","The current "+(n?"start":"end")+" date is "+i),e.setAttribute("aria-selected","true")}},t.prototype.removeSelectedAttributes=function(){if(this.popupObj){for(var e=0,t=this.popupObj.element.querySelectorAll("."+vZt);e<t.length;e++){(i=t[e]).setAttribute("aria-selected","false"),i.removeAttribute("aria-label")}for(var n=0,r=this.popupObj.element.querySelectorAll("."+gZt);n<r.length;n++){var i;(i=r[n]).setAttribute("aria-selected","false"),i.removeAttribute("aria-label")}}},t.prototype.updateCalendarElement=function(e){e.classList.contains(hZt)?(this.calendarElement=this.leftCalendar,this.currentDate=this.leftCalCurrentDate,this.previousIcon=this.leftCalPrevIcon,this.nextIcon=this.leftCalNextIcon):(this.calendarElement=this.rightCalendar,this.currentDate=this.rightCalCurrentDate,this.previousIcon=this.rightCalPrevIcon,this.nextIcon=this.rightCalNextIcon),this.contentElement=e.querySelector("."+LZt),this.tableBodyElement=mMt("."+LZt+" tbody",e),this.table=e.querySelector("."+LZt).getElementsByTagName("table")[0],this.headerTitleElement=e.querySelector("."+OZt+" ."+ZZt),this.headerElement=e.querySelector("."+OZt)},t.prototype.navPrevMonth=function(e){e.preventDefault();var t=bMt(e.target,"."+hZt);t=aSt(t)?bMt(e.target,"."+uZt):t,this.updateCalendarElement(t),this.navigatePrevious(e),!aSt(this.startValue)&&aSt(this.endValue)&&this.updateMinMaxDays(t),this.updateControl(t)},t.prototype.deviceNavigation=function(e){this.deviceCalendarEvent(),this.updateRange([this.popupObj.element.querySelector("."+MZt)]),this.endButton.element.classList.contains(mZt)&&this.updateMinMaxDays(this.popupObj.element.querySelector("."+MZt)),this.endButton.element.classList.contains(mZt)&&this.selectableDates(),this.currentView()===this.depth&&this.bindCalendarCellEvents(),this.removeFocusedDate()},t.prototype.updateControl=function(e,t){void 0===t&&(t=null),e.classList.contains(uZt)?this.rightCalCurrentDate=new Date(+(t||this.currentDate)):this.leftCalCurrentDate=new Date(+this.currentDate),this.calendarIconEvent(),("Month"===this.depth&&this.leftCalendar.querySelector(".e-content").classList.contains("e-month")&&this.rightCalendar.querySelector(".e-content").classList.contains("e-month")||"Year"===this.depth&&this.leftCalendar.querySelector(".e-content").classList.contains("e-year")&&this.rightCalendar.querySelector(".e-content").classList.contains("e-year")||"Decade"===this.depth&&this.leftCalendar.querySelector(".e-content").classList.contains("e-decade")&&this.rightCalendar.querySelector(".e-content").classList.contains("e-decade")||this.isMobile)&&this.bindCalendarCellEvents(),this.removeFocusedDate(),this.updateRange([e])},t.prototype.navNextMonth=function(e){e.preventDefault();var t=bMt(e.target,"."+hZt);t=aSt(t)?bMt(e.target,"."+uZt):t,this.updateCalendarElement(t),this.navigateNext(e),!aSt(this.startValue)&&aSt(this.endValue)&&this.updateMinMaxDays(t),this.updateControl(t)},t.prototype.isPopupOpen=function(){return!(aSt(this.popupObj)||!this.popupObj.element.classList.contains(dZt))},t.prototype.createRangeHeader=function(){var e=this.createElement("div",{className:"e-start-end"});if(this.isMobile){var t=this.createElement("button",{className:"e-end-btn"}),n=this.createElement("button",{className:bZt});this.startButton=new SOt({content:this.l10n.getConstant("startLabel")},n),this.endButton=new SOt({content:this.l10n.getConstant("endLabel")},t),e.appendChild(n),e.appendChild(t)}else{var r=this.createElement("a",{className:EZt}),i=this.createElement("a",{className:kZt}),a=this.createElement("span",{className:"e-change-icon e-icons"});fMt(r,{"aria-atomic":"true","aria-live":"assertive","aria-label":"Start Date",role:"button"}),fMt(i,{"aria-atomic":"true","aria-live":"assertive","aria-label":"End Date",role:"button"}),e.appendChild(r),e.appendChild(a),e.appendChild(i),r.textContent=this.l10n.getConstant("startLabel"),i.textContent=this.l10n.getConstant("endLabel")}return e},t.prototype.disableInput=function(){this.strictMode?aSt(this.previousStartValue)||aSt(this.previousEndValue)||(this.startValue=this.previousStartValue,this.endValue=this.previousEndValue,this.setValue(),this.updateInput()):(this.updateInput(),this.clearRange(),this.setProperties({startDate:null},!0),this.setProperties({endDate:null},!0),this.startValue=null,this.endValue=null,this.setValue(),this.errorClass()),this.setProperties({enabled:!1},!0),wOt.setEnabled(this.enabled,this.inputElement),this.bindEvents()},t.prototype.validateMinMax=function(){this.min=aSt(this.min)||!+this.min?this.min=new Date(1900,0,1):this.min,this.max=aSt(this.max)||!+this.max?this.max=new Date(2099,11,31):this.max,this.min<=this.max?(aSt(this.minDays)||aSt(this.maxDays)||this.maxDays>0&&this.minDays>0&&this.minDays>this.maxDays&&(this.maxDays=null),!aSt(this.minDays)&&this.minDays<0&&(this.minDays=null),!aSt(this.maxDays)&&this.maxDays<0&&(this.maxDays=null)):this.disableInput()},t.prototype.validateRangeStrict=function(){aSt(this.startValue)||(+this.startValue<=+this.min?(this.startValue=this.min,this.setValue()):+this.startValue>=+this.min&&+this.startValue>=+this.max&&(this.startValue=this.max)),aSt(this.endValue)||(+this.endValue>+this.max?(this.endValue=this.max,this.setValue()):+this.endValue<+this.min&&(this.endValue=this.min,this.setValue())),this.validateMinMaxDays()},t.prototype.validateRange=function(){this.validateMinMaxDays()},t.prototype.validateMinMaxDays=function(){if(!aSt(this.startValue)&&!aSt(this.endValue)){var e=Math.round(Math.abs((this.removeTimeValueFromDate(this.startValue).getTime()-this.removeTimeValueFromDate(this.endValue).getTime())/864e5))+1;if(!aSt(this.minDays)&&this.minDays>0&&!(e>=this.minDays))if(this.strictMode){var t=new Date(+this.startValue);t.setDate(t.getDate()+(this.minDays-1)),+t>+this.max?(this.endValue=this.max,this.setValue()):(this.endValue=t,this.setValue())}else this.startValue=null,this.endValue=null,this.setValue();aSt(this.maxDays)||!(this.maxDays>0)||e<=this.maxDays||(this.strictMode?(this.endValue=new Date(+this.startValue),this.endValue.setDate(this.endValue.getDate()+(this.maxDays-1)),this.setValue()):(this.startValue=null,this.endValue=null,this.setValue()))}},t.prototype.renderCalendar=function(){this.calendarElement=this.createElement("div"),this.calendarElement.classList.add(MZt),this.enableRtl&&this.calendarElement.classList.add("e-rtl"),fMt(this.calendarElement,{role:"calendar"}),e.prototype.createHeader.call(this),e.prototype.createContent.call(this)},t.prototype.isSameMonth=function(e,t){return e.getMonth()===t.getMonth()&&e.getFullYear()===t.getFullYear()},t.prototype.isSameYear=function(e,t){return e.getFullYear()===t.getFullYear()},t.prototype.isSameDecade=function(e,t){var n=e.getFullYear(),r=t.getFullYear();return n-n%10==r-r%10},t.prototype.startMonthCurrentDate=function(){this.isSameMonth(this.min,this.max)||+this.currentDate>+this.max||this.isSameMonth(this.currentDate,this.max)?(this.currentDate=new Date(+this.max),this.currentDate.setDate(1),this.currentDate.setMonth(this.currentDate.getMonth()-1)):this.currentDate<this.min&&(this.currentDate=new Date(this.checkValue(this.min)))},t.prototype.selectNextMonth=function(){if(aSt(this.endValue)||aSt(this.startValue)||this.isSameMonth(this.endValue,this.currentDate)||this.isDateDisabled(this.endValue)||this.isDateDisabled(this.startValue))return this.currentDate.setDate(1),void this.currentDate.setMonth(this.currentDate.getMonth()+1);if(this.currentDate=new Date(+this.endValue),!aSt(this.startValue)&&+this.startValue<+this.min||!aSt(this.endValue)&&+this.endValue>+this.max||!aSt(this.startValue)&&!aSt(this.endValue)&&+this.startValue>+this.endValue){this.currentDate=new Date((new Date).setHours(0,0,0,0)),this.currentDate.setDate(1);var e=this.currentDate.getMonth()+1;this.currentDate.setMonth(e)}},t.prototype.selectNextYear=function(){if(aSt(this.endValue)||aSt(this.startValue)||this.isSameYear(this.endValue,this.currentDate)||this.isDateDisabled(this.endValue)||this.isDateDisabled(this.startValue)){this.currentDate.setMonth(0);var e=this.currentDate.getFullYear()+1;this.currentDate.setFullYear(e)}else this.currentDate=new Date(+this.endValue),(!aSt(this.endValue)&&+this.endValue>+this.max||!aSt(this.startValue)&&!aSt(this.endValue)&&+this.startValue>+this.endValue||!aSt(this.startValue)&&+this.startValue<+this.min)&&(this.currentDate=new Date((new Date).setHours(0,0,0,0)),this.currentDate.setMonth(0),this.currentDate.setFullYear(this.currentDate.getFullYear()+1))},t.prototype.selectNextDecade=function(){if(aSt(this.endValue)||aSt(this.startValue)||this.isSameDecade(this.endValue,this.currentDate)||this.isDateDisabled(this.endValue)||this.isDateDisabled(this.startValue)){var e=this.currentDate.getFullYear()+10;this.currentDate.setFullYear(e)}else this.currentDate=new Date(+this.endValue),(!aSt(this.startValue)&&!aSt(this.endValue)&&+this.startValue>+this.endValue||!aSt(this.endValue)&&+this.endValue>+this.max||!aSt(this.startValue)&&+this.startValue<+this.min)&&(this.currentDate=new Date((new Date).setHours(0,0,0,0)),this.currentDate.setFullYear(this.currentDate.getFullYear()+10))},t.prototype.selectStartMonth=function(){aSt(this.startValue)?(this.currentDate=new Date((new Date).setHours(0,0,0,0)),this.startMonthCurrentDate()):!aSt(this.max)&&this.isSameMonth(this.startValue,this.max)?(this.currentDate=new Date(+this.max),this.currentDate.setDate(1),this.currentDate.setMonth(this.currentDate.getMonth()-1)):this.startValue>=this.min&&this.startValue<=this.max&&!this.isDateDisabled(this.startValue)?this.currentDate=new Date(+this.startValue):this.currentDate=new Date((new Date).setHours(0,0,0,0)),(!aSt(this.endValue)&&+this.endValue>+this.max||!aSt(this.startValue)&&+this.startValue<+this.min||!aSt(this.startValue)&&!aSt(this.endValue)&&+this.startValue>+this.endValue)&&(this.currentDate=new Date((new Date).setHours(0,0,0,0))),this.startMonthCurrentDate()},t.prototype.createCalendar=function(){var t=this.createElement("div",{className:"e-calendar-container"});if(this.isMobile){aSt(this.startValue)||(this.currentDate=new Date(+this.startValue)),e.prototype.validateDate.call(this),e.prototype.minMaxUpdate.call(this),e.prototype.render.call(this);var n=this.calendarElement.querySelector("."+MZt+" ."+_Zt),r=this.calendarElement.querySelector("."+MZt+" ."+AZt);pMt(this.calendarElement.querySelector("."+MZt+" ."+DZt)),this.calendarElement.querySelector("."+MZt+" ."+OZt).appendChild(r),this.calendarElement.querySelector("."+MZt+" ."+OZt).appendChild(n),cMt([n],this.calendarElement.querySelector("."+MZt+" ."+OZt)),this.deviceCalendar=this.calendarElement,t.appendChild(this.calendarElement),this.headerTitleElement=this.calendarElement.querySelector("."+MZt+" ."+OZt+" ."+ZZt)}else{this.selectStartMonth(),this.renderCalendar(),this.leftCalCurrentDate=new Date(+this.currentDate),this.calendarElement.classList.add(hZt),this.leftCalPrevIcon=this.calendarElement.querySelector("."+hZt+" ."+_Zt),this.leftCalNextIcon=this.calendarElement.querySelector("."+hZt+" ."+AZt),this.leftTitle=this.calendarElement.querySelector("."+hZt+" ."+ZZt),pMt(this.calendarElement.querySelector("."+hZt+" ."+DZt)),this.calendarElement.querySelector("."+hZt+" ."+OZt).appendChild(this.leftCalNextIcon),this.calendarElement.querySelector("."+hZt+" ."+OZt).appendChild(this.leftCalPrevIcon),cMt([this.leftCalPrevIcon],this.calendarElement.querySelector("."+hZt+" ."+OZt)),this.leftCalendar=this.calendarElement;var i=this.createElement("div",{className:"e-left-container"}),a=this.createElement("div",{className:"e-right-container"});i.appendChild(this.leftCalendar),t.appendChild(i),this.isMobile||nMt.add(this.leftTitle,"click",this.leftNavTitle,this),"Month"===this.start&&this.selectNextMonth(),"Year"===this.start&&this.selectNextYear(),"Decade"===this.start&&this.selectNextDecade(),this.renderCalendar(),this.rightCalCurrentDate=new Date(+this.currentDate),aMt([this.calendarElement],uZt),this.rightCalendar=this.calendarElement,oMt([this.leftCalendar&&this.leftCalendar.querySelector(".e-content tbody")],"e-zoomin"),oMt([this.rightCalendar&&this.rightCalendar.querySelector(".e-content tbody")],"e-zoomin"),this.rightCalPrevIcon=this.calendarElement.querySelector("."+uZt+" ."+_Zt),this.rightCalNextIcon=this.calendarElement.querySelector("."+uZt+" ."+AZt),this.rightTitle=this.calendarElement.querySelector("."+uZt+" ."+ZZt),pMt(this.calendarElement.querySelector("."+uZt+" ."+DZt)),this.calendarElement.querySelector("table").setAttribute("tabindex","0"),this.calendarElement.querySelector("."+uZt+" ."+OZt).appendChild(this.rightCalNextIcon),this.calendarElement.querySelector("."+uZt+" ."+OZt).appendChild(this.rightCalPrevIcon),cMt([this.rightCalPrevIcon],this.calendarElement.querySelector("."+uZt+" ."+OZt)),a.appendChild(this.rightCalendar),t.appendChild(a),this.isMobile||nMt.add(this.rightTitle,"click",this.rightNavTitle,this)}return t},t.prototype.leftNavTitle=function(e){this.isPopupOpen()&&(this.calendarElement=this.leftCalendar,this.calendarNavigation(e,this.calendarElement))},t.prototype.calendarNavigation=function(t,n){this.table=n.querySelector("table"),this.headerTitleElement=n.querySelector(".e-title"),this.tableBodyElement=n.querySelector("tbody"),this.tableHeadElement=n.querySelector("thead"),this.contentElement=n.querySelector(".e-content"),this.updateCalendarElement(n),e.prototype.navigateTitle.call(this,t),this.updateNavIcons()},t.prototype.rightNavTitle=function(e){this.isPopupOpen()&&(this.calendarElement=this.rightCalendar,this.calendarNavigation(e,this.calendarElement))},t.prototype.clickEventEmitter=function(e){this.isMobile||(bMt(e.target,".e-calendar.e-left-calendar")?(this.calendarElement=this.leftCalendar,this.updateCalendarElement(this.leftCalendar)):(this.calendarElement=this.rightCalendar,this.updateCalendarElement(this.rightCalendar)))},t.prototype.currentView=function(){return e.prototype.currentView.call(this)},t.prototype.getCalendarView=function(e){return"Year"===e?"Year":"Decade"===e?"Decade":"Month"},t.prototype.navigatedEvent=function(t){if(this.trigger("navigated",this.navigatedArgs),!aSt(this.popupObj)){var n=this.getCalendarView(this.currentView());if(this.isMobile)n===this.depth?(this.bindCalendarCellEvents(),this.deviceNavigation(),this.removeFocusedDate(),this.checkMinMaxDays()):this.selectableDates();else if(this.isMobile||n!==this.depth)this.updateNavIcons(),this.calendarIconEvent();else{if((this.calendarElement.classList.contains("e-left-calendar")?this.leftCalendar:this.rightCalendar)!==this.leftCalendar||(!t||t.currentTarget.children[0].classList.contains("e-icons"))&&aSt(this.controlDown))(t&&!t.currentTarget.children[0].classList.contains("e-icons")||!aSt(this.controlDown))&&(this.rightCalCurrentDate=new Date(+this.currentDate),this.effect="",this.currentDate=this.rightCalCurrentDate,this.updateCalendarElement(this.rightCalendar),this.updateControl(this.rightCalendar),this.updateCalendarElement(this.leftCalendar),this.startValue&&aSt(this.endValue)&&("Month"===n&&this.startValue.getMonth()<this.rightCalCurrentDate.getMonth()&&this.startValue.getFullYear()<=this.rightCalCurrentDate.getFullYear()||"Year"===n&&this.startValue.getFullYear()<this.rightCalCurrentDate.getFullYear())?e.prototype.navigateTo.call(this,n,new Date(+this.startValue)):e.prototype.navigateTo.call(this,n,this.leftCalCurrentDate),this.updateControl(this.leftCalendar),this.updateNavIcons(),this.calendarIconEvent(),this.calendarIconRipple(),this.controlDown=null);else{this.leftCalCurrentDate=new Date(+this.currentDate),this.effect="",this.currentDate=this.leftCalCurrentDate,this.updateCalendarElement(this.leftCalendar),this.updateControl(this.leftCalendar),this.updateCalendarElement(this.rightCalendar),e.prototype.navigateTo.call(this,n,this.rightCalCurrentDate);var r=this.rightCalCurrentDate?this.rightCalCurrentDate:this.currentDate;this.updateControl(this.rightCalendar,r),this.updateNavIcons(),this.calendarIconEvent(),this.calendarIconRipple(),this.controlDown=null}this.checkMinMaxDays()}}},t.prototype.createControl=function(){var e=this.createElement("div",{className:IZt}),t=this.createElement("div",{className:"e-range-header"}),n=this.createRangeHeader();t.appendChild(n);var r=this.createElement("div",{className:PZt});fMt(r,{"aria-label":"Selected Days"}),r.textContent=this.l10n.getConstant("selectedDays"),t.appendChild(r);var i=this.createElement("div",{className:"e-separator"}),a=this.createCalendar();e.appendChild(t),e.appendChild(i),e.appendChild(a);var o=this.createElement("div",{className:"e-footer"}),l=this.createElement("button",{className:"e-cancel "+YZt+" "+UZt}),s=this.createElement("button");aMt([s],["e-apply",YZt,"e-primary",UZt]),o.appendChild(s),o.appendChild(l);var c=!aSt(this.startValue)&&!aSt(this.endValue);(this.cancelButton=new SOt({content:this.l10n.getConstant("cancelText")},l),this.applyButton=new SOt({content:this.l10n.getConstant("applyText"),disabled:!c},s),nMt.add(s,"click",this.applyFunction,this),nMt.add(l,"click",this.cancelFunction,this),this.popupWrapper.appendChild(e),this.isMobile)||(oSt(this.presets[0].start&&this.presets[0].end&&this.presets[0].label)||(this.createPresets(),this.listRippleEffect(),aMt([e],"e-range-border"),aMt([this.popupWrapper],"e-preset-wrapper"),this.popupWrapper.querySelector("."+HZt).style.height=this.popupWrapper.querySelector("."+IZt).getBoundingClientRect().height+"px"));this.popupWrapper.appendChild(o),this.isMobile&&this.deviceHeaderUpdate(),this.renderPopup()},t.prototype.cancelFunction=function(e){document.activeElement!==this.inputElement&&(this.preventFocus=!0,this.inputElement.focus(),aMt([this.inputWrapper.container],[yZt])),e.preventDefault(),this.isKeyPopup&&(this.inputElement.focus(),this.isKeyPopup=!1),this.startValue=null,this.endValue=null,this.removeSelection(),this.hide(e)},t.prototype.deviceHeaderUpdate=function(){aSt(this.startValue)&&aSt(this.endValue)?(this.endButton.element.setAttribute("disabled",""),this.startButton.element.classList.add(mZt)):aSt(this.startValue)||this.startButton.element.classList.add(mZt)},t.prototype.applyFunction=function(e){var t=!1;"touchstart"!==e.type&&e.preventDefault(),this.closeEventArgs&&this.closeEventArgs.cancel&&(this.startValue=this.popupWrapper.querySelector(".e-start-date")&&this.getIdValue(null,this.popupWrapper.querySelector(".e-start-date")),this.endValue=this.popupWrapper.querySelector(".e-end-date")&&this.getIdValue(null,this.popupWrapper.querySelector(".e-end-date")),this.setValue()),document.activeElement!==this.inputElement&&(this.preventFocus=!0,this.inputElement.focus(),aMt([this.inputWrapper.container],[yZt])),"touchstart"!==e.type&&this.closeEventArgs&&!this.closeEventArgs.cancel&&e.preventDefault(),aSt(this.startValue)||aSt(this.endValue)?this.hide(e||null):(this.previousStartValue=new Date(+this.startValue),this.previousEndValue=new Date(+this.endValue),this.previousEleValue=this.inputElement.value,wOt.setValue(this.rangeArgs(e).text,this.inputElement,this.floatLabelType,this.showClearButton),+this.initStartDate===+this.startValue&&+this.initEndDate===+this.endValue||(t=!0),this.changeTrigger(e),this.hide(e||null),this.errorClass(),t=!0),bMt(e.target,"."+cZt)||t||this.focusOut(),this.isMobile||(this.isKeyPopup=!1,this.isRangeIconClicked&&(this.inputWrapper.container.children[1].focus(),this.keyInputConfigs=iSt(this.keyInputConfigs,this.keyConfigs),this.popupKeyboardModule=new wAt(this.inputWrapper.container.children[1],{eventName:"keydown",keyConfigs:this.keyInputConfigs,keyAction:this.popupKeyActionHandle.bind(this)})))},t.prototype.onMouseClick=function(e,t){if("touchstart"!==e.type){var n=bMt(t||e.target,"."+WZt),r=n&&n.classList.contains(mZt);n&&n.classList.contains(WZt)&&this.setListSelection(n,e),this.preventFocus=!0,this.inputElement.focus(),this.isMobile||(this.preventFocus=!0,n&&n.classList.contains(WZt)&&"custom_range"===n.getAttribute("id")?this.leftCalendar.children[1].firstElementChild.focus():r||"keydown"!==e.type||this.inputElement.focus())}},t.prototype.onMouseOver=function(e){var t=bMt(e.target,"."+WZt);t&&t.classList.contains(WZt)&&!t.classList.contains(FZt)&&aMt([t],FZt)},t.prototype.onMouseLeave=function(e){var t=bMt(e.target,"."+FZt);aSt(t)||oMt([t],FZt)},t.prototype.setListSelection=function(e,t){if(e&&(!e.classList.contains(mZt)||this.isMobile&&e.classList.contains(mZt))){if(this.isMobile&&e.classList.contains(mZt))return this.activeIndex=Array.prototype.slice.call(this.liCollections).indexOf(e),"custom_range"===this.presetsItem[this.activeIndex].id?void this.renderCustomPopup():void 0;this.removeListSelection(),this.activeIndex=Array.prototype.slice.call(this.liCollections).indexOf(e),aMt([e],mZt),e.setAttribute("aria-selected","true");var n=this.presetsItem[this.activeIndex];"custom_range"===n.id?this.renderCustomPopup():this.applyPresetRange(n,t)}},t.prototype.removeListSelection=function(){var e=this.presetElement.querySelector("."+mZt);aSt(e)||(oMt([e],mZt),e.removeAttribute("aria-selected"))},t.prototype.setValue=function(){this.modelValue=[this.startValue,this.endValue]},t.prototype.applyPresetRange=function(e,t){this.hide(null),this.presetsItem[this.presetsItem.length-1].start=null,this.presetsItem[this.presetsItem.length-1].end=null,this.startValue=e.start,this.endValue=e.end,this.setValue(),this.refreshControl(),this.trigger("select",this.rangeArgs(t)),this.changeTrigger(t),this.previousEleValue=this.inputElement.value,this.isCustomRange=!1,this.leftCalendar=this.rightCalendar=null,this.isKeyPopup&&(this.isRangeIconClicked=!1,this.inputElement.focus())},t.prototype.showPopup=function(e,t){this.presetHeight(),1e3===this.zIndex?this.popupObj.show(null,this.element):this.popupObj.show(null,null),this.isMobile&&this.popupObj.refreshPosition()},t.prototype.renderCustomPopup=function(){this.isCustomWindow=!0,this.popupObj.hide(),this.popupWrapper=this.createElement("div",{id:this.element.id+"_popup",className:pZt+" "+dZt}),this.renderControl(),this.openEventArgs.appendTo.appendChild(this.popupWrapper),this.showPopup(),this.isCustomRange=!0,this.isMobile||this.calendarFocus()},t.prototype.listRippleEffect=function(){for(var e=0,t=this.liCollections;e<t.length;e++){FMt(t[e])}},t.prototype.createPresets=function(){if(!oSt(this.presets[0].start&&this.presets[0].end&&this.presets[0].label)){this.presetElement=this.createElement("div",{className:HZt,attrs:{tabindex:"0"}});var e=eZt.createList(this.createElement,this.presetsItem,null,!0);fMt(e,{role:"listbox","aria-hidden":"false",id:this.element.id+"_options"}),this.presetElement.appendChild(e),this.popupWrapper.appendChild(this.presetElement);var t=this.presetElement.querySelector("#custom_range");aSt(t)||(t.textContent=""!==this.l10n.getConstant("customRange")?this.l10n.getConstant("customRange"):"Custom Range"),this.liCollections=this.presetElement.querySelectorAll("."+WZt),this.wireListEvents(),this.isMobile&&(this.presetElement.style.width=this.inputWrapper.container.getBoundingClientRect().width+"px"),!aSt(this.activeIndex)&&this.activeIndex>-1&&aMt([this.liCollections[this.activeIndex]],mZt)}},t.prototype.wireListEvents=function(){nMt.add(this.presetElement,"click",this.onMouseClick,this),this.isMobile||(nMt.add(this.presetElement,"mouseover",this.onMouseOver,this),nMt.add(this.presetElement,"mouseout",this.onMouseLeave,this))},t.prototype.unWireListEvents=function(){aSt(this.presetElement)||(nMt.remove(this.presetElement,"click touchstart",this.onMouseClick),this.isMobile||(nMt.remove(this.presetElement,"mouseover",this.onMouseOver),nMt.remove(this.presetElement,"mouseout",this.onMouseLeave)))},t.prototype.renderPopup=function(){var e=this;this.popupWrapper.classList.add("e-control");var t=this.popupWrapper.getBoundingClientRect().width;aSt(this.cssClass)||""===this.cssClass.trim()||(this.popupWrapper.className+=" "+this.cssClass),this.isMobile&&this.isCustomWindow&&(this.modal=this.createElement("div"),document.body.appendChild(this.modal)),this.popupObj=new vOt(this.popupWrapper,{relateTo:this.isMobile&&this.isCustomWindow?document.body:aSt(this.targetElement)?this.inputWrapper.container:this.targetElement,position:this.isMobile?oSt(this.presets[0].start&&this.presets[0].end&&this.presets[0].label)||this.isCustomWindow?{X:"center",Y:"center"}:{X:"left",Y:"bottom"}:this.enableRtl?{X:"left",Y:"bottom"}:{X:"right",Y:"bottom"},offsetX:this.isMobile||this.enableRtl?0:-t,offsetY:4,collision:this.isMobile?oSt(this.presets[0].start&&this.presets[0].end&&this.presets[0].label)||this.isCustomWindow?{X:"fit",Y:"fit"}:{X:"fit"}:{X:"fit",Y:"flip"},targetType:this.isMobile&&this.isCustomWindow?"container":"relative",enableRtl:this.enableRtl,zIndex:this.zIndex,open:function(){fMt(e.inputElement,{"aria-expanded":"true"}),aMt([e.inputWrapper.buttons[0]],mZt),e.isMobile||(e.cancelButton&&(e.btnKeyboardModule=new wAt(e.cancelButton.element,{eventName:"keydown",keyAction:e.popupKeyActionHandle.bind(e),keyConfigs:{tab:"tab",altRightArrow:"alt+rightarrow",altLeftArrow:"alt+leftarrow"}}),e.btnKeyboardModule=new wAt(e.applyButton.element,{eventName:"keydown",keyAction:e.popupKeyActionHandle.bind(e),keyConfigs:{altRightArrow:"alt+rightarrow",altLeftArrow:"alt+leftarrow"}})),aSt(e.leftCalendar)||e.isRangeIconClicked||e.calendarFocus(),aSt(e.presetElement)||(e.keyInputConfigs=iSt(e.keyInputConfigs,e.keyConfigs),e.presetKeyboardModule=new wAt(e.presetElement,{eventName:"keydown",keyAction:e.presetKeyActionHandler.bind(e),keyConfigs:e.keyInputConfigs}),e.presetKeyboardModule=new wAt(e.presetElement,{eventName:"keydown",keyAction:e.popupKeyActionHandle.bind(e),keyConfigs:{altRightArrow:"alt+rightarrow",altLeftArrow:"alt+leftarrow"}}),aSt(e.leftCalendar)?(e.preventBlur=!0,e.presetElement.focus()):e.presetElement.setAttribute("tabindex","-1")),e.popupKeyBoardHandler()),e.isMobile&&!tMt.isDevice&&nMt.add(document,"keydown",e.popupCloseHandler,e)},close:function(){fMt(e.inputElement,{"aria-expanded":"false"}),oMt([e.inputWrapper.buttons[0]],mZt),e.isRangeIconClicked&&e.inputWrapper.container.children[1].focus(),oSt(e.presets[0].start&&e.presets[0].end&&e.presets[0].label)||e.unWireListEvents(),aSt(e.popupObj)||(aSt(e.popupObj.element.parentElement)||uMt(e.popupObj.element),e.popupObj.destroy(),e.popupObj=null),e.isMobile&&!tMt.isDevice&&nMt.remove(document,"keydown",e.popupCloseHandler)},targetExitViewport:function(){tMt.isDevice||e.hide()}}),this.isMobile&&(this.popupObj.element.classList.add(BZt),this.isMobile||this.popupObj.element.classList.add("e-bigger")),this.isMobile&&this.isCustomWindow&&(aMt([this.modal],[BZt,pZt,"e-range-modal"]),document.body.className+=" "+qZt,this.modal.style.display="block"),nMt.add(document,"mousedown touchstart",this.documentHandler,this)},t.prototype.popupCloseHandler=function(e){if(27===e.keyCode)this.hide(e)},t.prototype.calendarFocus=function(){var e=this.popupObj&&this.popupObj.element.querySelector("."+vZt);if(e){var t=bMt(e,"."+uZt);t=aSt(t)?this.leftCalendar:t,this.isRangeIconClicked?this.inputWrapper.container.focus():(this.preventBlur=!0,t.children[1].firstElementChild.focus()),aMt([e],TZt)}else this.isRangeIconClicked?this.inputWrapper.container.focus():(this.preventBlur=!0,this.leftCalendar.children[1].firstElementChild.focus())},t.prototype.presetHeight=function(){var e=this.popupObj&&this.popupObj.element.querySelector("."+HZt),t=this.popupObj&&this.popupObj.element.querySelector("."+IZt);aSt(e)||aSt(t)||(e.style.height=t.getBoundingClientRect().height+"px")},t.prototype.presetKeyActionHandler=function(e){switch(e.action){case"moveDown":this.listMoveDown(e),this.setScrollPosition(),e.preventDefault();break;case"moveUp":this.listMoveUp(e),this.setScrollPosition(),e.preventDefault();break;case"enter":var t=this.getHoverLI(),n=this.getActiveLI();if(!aSt(this.leftCalendar)&&!aSt(n))if(aSt(t)||!aSt(n)&&n===t)if(this.activeIndex=Array.prototype.slice.call(this.liCollections).indexOf(n),"custom_range"===this.presetsItem[this.activeIndex].id)return this.calendarFocus(),n.classList.remove(FZt),void e.preventDefault();aSt(t)&&aSt(n)||this.onMouseClick(e,t||n),e.preventDefault();break;case"tab":if(this.leftCalendar){var r=this.getHoverLI();aSt(r)||r.classList.remove(FZt)}else this.hide(e),e.preventDefault()}},t.prototype.listMoveDown=function(e){var t=this.getHoverLI(),n=this.getActiveLI();if(aSt(t))if(aSt(n))aMt([this.liCollections[0]],FZt);else{var r;!aSt(r=n.nextElementSibling)&&r.classList.contains(WZt)&&aMt([r],FZt)}else!aSt(r=t.nextElementSibling)&&r.classList.contains(WZt)&&(oMt([t],FZt),aMt([r],FZt))},t.prototype.listMoveUp=function(e){var t=this.getHoverLI(),n=this.getActiveLI();if(aSt(t)){if(!aSt(n)){var r;!aSt(r=n.previousElementSibling)&&r.classList.contains(WZt)&&aMt([r],FZt)}}else!aSt(r=t.previousElementSibling)&&r.classList.contains(WZt)&&(oMt([t],FZt),aMt([r],FZt))},t.prototype.getHoverLI=function(){return this.presetElement.querySelector("."+FZt)},t.prototype.getActiveLI=function(){return this.presetElement.querySelector("."+mZt)},t.prototype.popupKeyBoardHandler=function(){this.popupKeyboardModule=new wAt(this.popupWrapper,{eventName:"keydown",keyAction:this.popupKeyActionHandle.bind(this),keyConfigs:{escape:"escape"}}),this.keyInputConfigs=iSt(this.keyInputConfigs,this.keyConfigs),this.popupKeyboardModule=new wAt(this.inputWrapper.container.children[1],{eventName:"keydown",keyAction:this.popupKeyActionHandle.bind(this),keyConfigs:this.keyInputConfigs})},t.prototype.setScrollPosition=function(){var e=this.presetElement.getBoundingClientRect().height,t=this.presetElement.querySelector("."+FZt),n=this.presetElement.querySelector("."+mZt),r=aSt(t)?n:t;if(!aSt(r)){var i=r.nextElementSibling,a=i?i.offsetTop:r.offsetTop,o=r.getBoundingClientRect().height;a+r.offsetTop>e?this.presetElement.scrollTop=i?a-(e/2+o/2):a:this.presetElement.scrollTop=0}},t.prototype.popupKeyActionHandle=function(e){var t=bMt(e.target,"."+HZt);switch(e.action){case"escape":this.isPopupOpen()?(this.isKeyPopup&&(this.inputElement.focus(),this.isKeyPopup=!1),this.hide(e)):this.inputWrapper.container.children[1].blur();break;case"enter":this.isPopupOpen()?this.inputWrapper.container.children[1].focus():this.show(null,e);break;case"tab":this.hide(e);break;case"altRightArrow":aSt(t)?document.activeElement===this.cancelButton.element&&!0!==this.applyButton.element.disabled?this.applyButton.element.focus():this.leftCalendar.children[1].firstElementChild.focus():this.cancelButton.element.focus(),e.preventDefault();break;case"altLeftArrow":aSt(t)?document.activeElement===this.applyButton.element&&!0!==this.applyButton.element.disabled?this.cancelButton.element.focus():aSt(this.presetElement)||document.activeElement!==this.cancelButton.element?this.rightCalendar.children[1].firstElementChild.focus():this.presetElement.focus():this.rightCalendar.children[1].firstElementChild.focus(),e.preventDefault()}},t.prototype.documentHandler=function(e){if(!aSt(this.popupObj)){var t=e.target;this.inputWrapper.container.contains(t)&&(aSt(this.popupObj)||bMt(t,'[id="'+this.popupWrapper.id+'"]'))||"touchstart"!==e.type&&("mousedown"===e.type||this.closeEventArgs&&!this.closeEventArgs.cancel)&&e.preventDefault(),!aSt(this.targetElement)&&(aSt(this.targetElement)||t===this.targetElement)||bMt(t,'[id="'+this.popupWrapper.id+'"]')||bMt(t,"."+cZt)===this.inputWrapper.container||bMt(t,".e-daterangepicker.e-popup")&&!t.classList.contains("e-day")||(this.preventBlur=!1,this.isPopupOpen()&&document.body.contains(this.popupObj.element)&&(this.applyFunction(e),this.isMobile||(this.isRangeIconClicked=!1)))}},t.prototype.createInput=function(){var e=this.cssClass;aSt(this.cssClass)||""===this.cssClass||(e=this.cssClass.replace(/\s+/g," ").trim()),this.inputWrapper=wOt.createInput({floatLabelType:this.floatLabelType,element:this.inputElement,properties:{readonly:this.readonly,placeholder:this.placeholder,cssClass:e,enabled:this.enabled,enableRtl:this.enableRtl,showClearButton:this.showClearButton},buttons:["e-input-group-icon e-range-icon e-icons"]},this.createElement),fMt(this.inputElement,{"aria-readonly":this.readonly?"true":"false",tabindex:"0","aria-haspopup":"true","aria-activedescendant":"null","aria-owns":this.element.id+"_popup","aria-expanded":"false",role:"combobox",autocomplete:"off","aria-disabled":this.enabled?"false":"true",autocorrect:"off",autocapitalize:"off",spellcheck:"false"}),wOt.addAttributes({"aria-label":"select"},this.inputWrapper.buttons[0]),aSt(this.placeholder)||""===this.placeholder.trim()||wOt.addAttributes({"aria-placeholder":this.placeholder},this.inputElement),this.setEleWidth(this.width),aMt([this.inputWrapper.container],"e-date-range-wrapper"),aSt(this.inputElement.getAttribute("name"))&&fMt(this.inputElement,{name:this.element.id}),"hidden"===this.inputElement.type&&(this.inputWrapper.container.style.display="none"),this.refreshControl(),this.previousEleValue=this.inputElement.value,this.inputElement.setAttribute("value",this.inputElement.value),this.startCopy=this.startDate,this.endCopy=this.endDate},t.prototype.setEleWidth=function(e){this.inputWrapper.container.style.width="string"==typeof e?this.width:"number"==typeof e?dSt(this.width):"100%"},t.prototype.adjustLongHeaderWidth=function(){"Wide"===this.dayHeaderFormat&&aMt([this.popupWrapper],"e-daterange-day-header-lg")},t.prototype.refreshControl=function(){this.validateMinMax(),this.strictMode&&this.validateRangeStrict();var e=this.disabledDates();this.strictMode&&e&&(this.startValue=this.previousStartValue,this.setProperties({startDate:this.startValue},!0),this.endValue=this.previousEndValue,this.setProperties({endDate:this.endValue},!0),this.setValue()),this.updateInput(),this.strictMode||this.validateRange(),!this.strictMode&&e&&this.clearRange(),aSt(this.endValue)||aSt(this.startValue)||e||this.disabledDateRender(),this.errorClass(),this.previousStartValue=aSt(this.startValue)||isNaN(+this.startValue)?null:new Date(+this.startValue),this.previousEndValue=aSt(this.endValue)||isNaN(+this.endValue)?null:new Date(+this.endValue)},t.prototype.updateInput=function(){if(!aSt(this.endValue)&&!aSt(this.startValue)){var e={format:this.formatString,type:"date",skeleton:"yMd"},t=this.globalize.formatDate(this.startValue,e),n=this.globalize.formatDate(this.endValue,e);wOt.setValue(t+" "+this.separator+" "+n,this.inputElement,this.floatLabelType,this.showClearButton),this.previousStartValue=new Date(+this.startValue),this.previousEndValue=new Date(+this.endValue)}!this.strictMode&&aSt(this.value)&&this.invalidValueString&&wOt.setValue(this.invalidValueString,this.inputElement,this.floatLabelType,this.showClearButton)},t.prototype.checkInvalidRange=function(e){if(!aSt(e)){var t=!1,n=void 0,r=void 0,i=null,a=null,o=null,l=!1,s=!1,c=!1;if("string"==typeof e){var d=e.split(" "+this.separator+" ");2===d.length?(i=d[0],a=d[1]):(t=!0,o=e)}else e.length>0?(n=e[0],r=e[1]):(n=e.start,r=e.end),n instanceof Date||"object"==typeof n?n instanceof Date?l=!0:aSt(n)||(c=!0):i=this.getstringvalue(n),r instanceof Date||"object"==typeof r?r instanceof Date?s=!0:aSt(r)||(c=!0):a=this.getstringvalue(r);(aSt(i)&&!l&&!aSt(a)||!aSt(i)&&!s&&aSt(a))&&(t=!0),c&&(i=a=o=null,t=!0),i&&(t=t||this.checkInvalidValue(i)),a&&(t=t||this.checkInvalidValue(a)),t&&(l&&!c&&(i=n.toLocaleDateString()),s&&!c&&(a=r.toLocaleDateString()),aSt(i)||aSt(a)?aSt(i)?aSt(a)||(o=a):o=i:o=i+" "+this.separator+" "+a,this.invalidValueString=o,this.setProperties({value:null},!0),this.setProperties({startValue:null},!0),this.setProperties({endValue:null},!0),this.startDate=null,this.endDate=null)}},t.prototype.getstringvalue=function(e){var t=null;return aSt(e)||"number"!=typeof e?aSt(e)||"string"!=typeof e||(t=""+e):t=e.toString(),t},t.prototype.checkInvalidValue=function(e){var t,n=e,r=!1;if(t={format:this.formatString,type:"date",skeleton:"yMd"},"string"!=typeof n)r=!0;else{var i=new BSt(this.locale);if(!this.checkDateValue(i.parseDate(n,t))){var a=null;a=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?/,(!/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?/.test(n)&&!a.test(n)||/^[a-zA-Z0-9- ]*$/.test(n)||isNaN(+new Date(this.checkValue(n))))&&(r=!0)}}return r},t.prototype.isDateDisabled=function(e){if(aSt(e))return!1;var t=new Date(+e);if(+t<+this.min||+t>+this.max)return!0;this.virtualRenderCellArgs={date:t,isDisabled:!1};var n=this.virtualRenderCellArgs;return this.virtualRenderCellEvent(n),!!n.isDisabled},t.prototype.disabledDateRender=function(){this.disabledDays=[],this.disabledDayCnt=null;for(var e=new Date(+this.startValue),t=0;+e<=+this.endValue&&+this.endValue<=+this.max;){this.virtualRenderCellArgs={date:e,isDisabled:!1};var n=this.virtualRenderCellArgs;this.virtualRenderCellEvent(n),n.isDisabled&&(this.disabledDays.push(new Date(+n.date)),+e>+this.startValue&&+e<+this.endValue&&t++),this.addDay(e,1,null,this.max,this.min)}this.disabledDayCnt=t},t.prototype.virtualRenderCellEvent=function(e){iSt(this.virtualRenderCellArgs,{name:"renderDayCell"}),this.trigger("renderDayCell",e)},t.prototype.disabledDates=function(){var e=!1,t=!1;return aSt(this.endValue)||aSt(this.startValue)||(e=this.isDateDisabled(this.startValue),t=this.isDateDisabled(this.endValue),this.isPopupOpen()||(this.currentDate=null),this.setValue()),e||t},t.prototype.setModelValue=function(){this.value||null!==this.startDate||null!==this.endDate?null===this.value||null===this.value.start?null===this.value?this.setProperties({value:[this.startDate,this.endDate]},!0):null===this.value.start&&this.setProperties({value:{start:this.startDate,end:this.endDate}},!0):this.value&&this.value.length>0||this.valueType&&this.valueType.length>0?(+this.startDate===+this.value[0]&&+this.endDate===+this.value[1]||this.setProperties({value:[this.startDate,this.endDate]},!0),this.value&&null==this.value[0]&&null==this.value[1]&&this.setProperties({value:null},!0)):this.value&&this.value.start&&this.setProperties({value:{start:this.startDate,end:this.endDate}},!0):this.setProperties({value:null},!0),this.createHiddenInput()},t.prototype.dispatchEvent=function(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!1,!0),e.dispatchEvent(n),this.firstHiddenChild.dispatchEvent(n)},t.prototype.changeTrigger=function(e){+this.initStartDate===+this.startValue&&+this.initEndDate===+this.endValue||(this.setProperties({endDate:this.checkDateValue(this.endValue)},!0),this.setProperties({startDate:this.checkDateValue(this.startValue)},!0),this.setModelValue(),this.isAngular&&this.preventChange?this.preventChange=!1:this.trigger("change",this.rangeArgs(e))),this.previousEleValue=this.inputElement.value,this.initStartDate=this.checkDateValue(this.startValue),this.initEndDate=this.checkDateValue(this.endValue)},t.prototype.navigateTo=function(t,n){if(this.isPopupOpen()){if("month"===t.toLowerCase())t="Month";else if("year"===t.toLowerCase())t="Year";else{if("decade"!==t.toLowerCase())return;t="Decade"}this.getViewNumber(t)<this.getViewNumber(this.depth)&&(t=this.depth),this.isMobile?e.prototype.navigateTo.call(this,t,n):(n<this.min?n=new Date(+this.min):n>=this.max&&(n=new Date(+this.max)),"Month"===t&&this.isSameMonth(n,this.max)?n=new Date(this.max.getFullYear(),this.max.getMonth()-1,this.min.getDate()):"Year"===t&&this.isSameYear(n,this.max)?n=new Date(this.max.getFullYear()-1,this.max.getMonth(),this.max.getDate()):"Decade"===t&&this.isSameDecade(n,this.max)&&(n=new Date(this.max.getFullYear()-10,this.max.getMonth(),this.max.getDate())),this.leftCalCurrentDate=n,this.navigate(this.leftCalendar,this.leftCalCurrentDate,t),n="Month"===t?new Date(this.currentDate.setMonth(this.currentDate.getMonth()+1)):"Year"===t?new Date(this.currentDate.setFullYear(this.currentDate.getFullYear()+1)):new Date(this.currentDate.setFullYear(this.currentDate.getFullYear()+10)),this.rightCalCurrentDate=n,this.navigate(this.rightCalendar,this.rightCalCurrentDate,t),this.leftKeyboardModule=this.rightKeyboardModule=null,this.updateNavIcons()),this.currentView()===this.depth&&this.bindCalendarCellEvents(),this.removeFocusedDate(),this.updateRange(this.isMobile?[this.calendarElement]:[this.leftCalendar,this.rightCalendar])}},t.prototype.navigate=function(t,n,r){this.calendarElement=t,this.table=t.querySelector("table"),this.tableBodyElement=t.querySelector("tbody"),this.headerTitleElement=t.querySelector(".e-title"),this.tableHeadElement=t.querySelector("thead"),this.contentElement=t.querySelector(".e-content"),this.previousIcon=t.querySelector(".e-prev"),this.nextIcon=t.querySelector(".e-next"),this.effect="e-zoomin",e.prototype.navigateTo.call(this,r,n)},t.prototype.focusIn=function(){document.activeElement!==this.inputElement&&this.enabled&&(aMt([this.inputWrapper.container],[yZt]),this.inputElement.focus())},t.prototype.focusOut=function(){var e=this.preventBlur;document.activeElement===this.inputElement&&(oMt([this.inputWrapper.container],[yZt]),this.preventBlur=!1,this.inputElement.blur(),this.preventBlur=e)},t.prototype.destroy=function(){this.unBindEvents(),this.hide(null);var t={"aria-readonly":this.readonly?"true":"false",tabindex:"0","aria-haspopup":"true","aria-activedescendant":"null","aria-owns":this.element.id+"_popup","aria-expanded":"false",role:"combobox",autocomplete:"off","aria-disabled":this.enabled?"false":"true",autocorrect:"off",autocapitalize:"off","aria-invalid":"false",spellcheck:"false"};this.inputElement&&(oMt([this.inputElement],[pZt]),nMt.remove(this.inputElement,"blur",this.inputBlurHandler),wOt.removeAttributes(t,this.inputElement),aSt(this.cloneElement.getAttribute("tabindex"))?this.inputElement.removeAttribute("tabindex"):this.inputElement.setAttribute("tabindex",this.tabIndex),this.ensureInputAttribute(),this.inputElement.classList.remove("e-input"),aSt(this.inputWrapper)||(nMt.remove(this.inputWrapper.buttons[0],"mousedown",this.rangeIconHandler),null===this.angularTag&&this.inputWrapper.container.parentElement.appendChild(this.inputElement),uMt(this.inputWrapper.container))),aSt(this.inputKeyboardModule)||this.isMobile||this.inputKeyboardModule.destroy(),this.popupObj&&(this.isMobile||this.clearCalendarEvents()),e.prototype.destroy.call(this),this.inputWrapper=this.popupWrapper=this.popupObj=this.cloneElement=this.presetElement=null,this.formElement&&nMt.remove(this.formElement,"reset",this.formResetHandler),aSt(this.firstHiddenChild)||aSt(this.secondHiddenChild)||(uMt(this.firstHiddenChild),uMt(this.secondHiddenChild),this.firstHiddenChild=this.secondHiddenChild=null,this.inputElement.setAttribute("name",this.element.getAttribute("data-name")),this.inputElement.removeAttribute("data-name"))},t.prototype.ensureInputAttribute=function(){for(var e=[],t=0;t<this.inputElement.attributes.length;t++)e[t]=this.inputElement.attributes[t].name;for(t=0;t<e.length;t++)aSt(this.cloneElement.getAttribute(e[t]))?("value"===e[t].toLowerCase()&&(this.inputElement.value=""),this.inputElement.removeAttribute(e[t])):("value"===e[t].toLowerCase()&&(this.inputElement.value=this.cloneElement.getAttribute(e[t])),this.inputElement.setAttribute(e[t],this.cloneElement.getAttribute(e[t])))},t.prototype.getModuleName=function(){return"daterangepicker"},t.prototype.getPersistData=function(){return this.addOnPersist(["startDate","endDate","value"])},t.prototype.getSelectedRange=function(){var e;return aSt(this.startValue)||aSt(this.endValue)?e=0:(e=Math.round(Math.abs((this.removeTimeValueFromDate(this.startValue).getTime()-this.removeTimeValueFromDate(this.endValue).getTime())/864e5))+1,this.disabledDateRender(),aSt(this.disabledDayCnt)||(e-=this.disabledDayCnt,this.disabledDayCnt=null)),{startDate:this.startValue,endDate:this.endValue,daySpan:e}},t.prototype.show=function(t,n){var r=this;if(this.isMobile&&this.popupObj&&this.popupObj.refreshPosition(),!(this.enabled&&this.readonly||!this.enabled||this.popupObj||this.isPopupOpen())){t&&(this.targetElement=t),this.createPopup(),(this.isMobile||tMt.isDevice)&&(this.mobileRangePopupWrap=this.createElement("div",{className:"e-daterangepick-mob-popup-wrap"}),document.body.appendChild(this.mobileRangePopupWrap)),this.openEventArgs={popup:this.popupObj||null,cancel:!1,date:this.inputElement.value,model:this,event:n||null,appendTo:this.isMobile||tMt.isDevice?this.mobileRangePopupWrap:document.body};var i=this.openEventArgs;this.trigger("open",i,function(i){if(r.openEventArgs=i,!r.openEventArgs.cancel){r.openEventArgs.appendTo.appendChild(r.popupWrapper),r.showPopup(t,n);var a=!r.isCustomRange||r.isMobile&&r.isCustomRange;!oSt(r.presets[0].start&&r.presets[0].end&&r.presets[0].label)&&a&&r.setScrollPosition(),r.checkMinMaxDays(),r.isMobile&&!aSt(r.startDate)&&aSt(r.endDate)&&(r.endButton.element.classList.add(mZt),r.startButton.element.classList.remove(mZt),r.endButton.element.removeAttribute("disabled"),r.selectableDates()),e.prototype.setOverlayIndex.call(r,r.mobileRangePopupWrap,r.popupObj.element,r.modal,r.isMobile||tMt.isDevice)}})}},t.prototype.hide=function(e){var t=this;if(this.popupObj){if(aSt(this.previousEndValue)&&aSt(this.previousStartValue)?this.clearRange():(aSt(this.previousStartValue)?(this.startValue=null,this.setValue()):(this.startValue=new Date(this.checkValue(this.previousStartValue)),this.setValue(),this.currentDate=new Date(this.checkValue(this.startValue))),aSt(this.previousEndValue)?(this.endValue=null,this.setValue()):(this.endValue=new Date(this.checkValue(this.previousEndValue)),this.setValue())),this.isPopupOpen()){this.closeEventArgs={cancel:!1,popup:this.popupObj,date:this.inputElement.value,model:this,event:e||null};var n=this.closeEventArgs;this.trigger("close",n,function(e){t.closeEventArgs=e,t.closeEventArgs.cancel?oMt([t.inputWrapper.buttons[0]],mZt):(t.isMobile&&(aSt(t.startButton)||aSt(t.endButton)||(nMt.remove(t.startButton.element,"click touchstart",t.deviceHeaderClick),nMt.remove(t.endButton.element,"click touchstart",t.deviceHeaderClick))),t.popupObj&&(t.popupObj.hide(),t.preventBlur&&(t.inputElement.focus(),aMt([t.inputWrapper.container],[yZt]))),t.isMobile||(aSt(t.leftKeyboardModule)||aSt(t.rightKeyboardModule)||(t.leftKeyboardModule.destroy(),t.rightKeyboardModule.destroy()),aSt(t.presetElement)||t.presetKeyboardModule.destroy(),aSt(t.cancelButton)||t.btnKeyboardModule.destroy()),t.targetElement=null,oMt([document.body],qZt),nMt.remove(document,"mousedown touchstart",t.documentHandler),t.isMobile&&t.modal&&(t.modal.style.display="none",t.modal.outerHTML="",t.modal=null),(t.isMobile||tMt.isDevice)&&(aSt(t.mobileRangePopupWrap)||(t.mobileRangePopupWrap.remove(),t.mobileRangePopupWrap=null)),t.isKeyPopup=t.dateDisabled=!1),t.updateClearIconState(),t.updateHiddenInput(),t.isMobile&&t.allowEdit&&!t.readonly&&t.inputElement.removeAttribute("readonly")})}}else this.updateClearIconState(),this.updateHiddenInput(),this.isMobile&&this.allowEdit&&!this.readonly&&this.inputElement.removeAttribute("readonly")},t.prototype.setLocale=function(){this.globalize=new BSt(this.locale),this.l10n.setLocale(this.locale),this.setProperties({placeholder:this.l10n.getConstant("placeholder")},!0),wOt.setPlaceholder(this.placeholder,this.inputElement),this.updateInput(),this.updateHiddenInput(),this.changeTrigger()},t.prototype.refreshChange=function(){this.checkView(),this.refreshControl(),this.changeTrigger()},t.prototype.setDate=function(){wOt.setValue("",this.inputElement,this.floatLabelType,this.showClearButton),this.refreshChange()},t.prototype.enableInput=function(){+this.min<=+this.max&&(this.setProperties({enabled:!0},!0),wOt.setEnabled(this.enabled,this.inputElement),this.element.hasAttribute("disabled")&&this.bindEvents())},t.prototype.clearModelvalue=function(e,t){this.setProperties({startDate:null},!0),this.setProperties({endDate:null},!0),t.value&&t.value.length>0?this.setProperties({value:null},!0):(t.value&&t.value.start||t.value&&!t.value.start)&&this.setProperties({value:{start:null,end:null}},!0),this.updateValue(),this.setDate()},t.prototype.createHiddenInput=function(){aSt(this.firstHiddenChild)&&aSt(this.secondHiddenChild)&&(this.firstHiddenChild=this.createElement("input"),this.secondHiddenChild=this.createElement("input")),aSt(this.inputElement.getAttribute("name"))||(this.inputElement.setAttribute("data-name",this.inputElement.getAttribute("name")),this.inputElement.removeAttribute("name")),fMt(this.firstHiddenChild,{type:"text",name:this.inputElement.getAttribute("data-name"),class:XZt}),fMt(this.secondHiddenChild,{type:"text",name:this.inputElement.getAttribute("data-name"),class:XZt});var e={type:"datetime",skeleton:"yMd"};this.firstHiddenChild.value=this.startDate&&this.globalize.formatDate(this.startDate,e),this.secondHiddenChild.value=this.endDate&&this.globalize.formatDate(this.endDate,e),this.inputElement.parentElement.appendChild(this.firstHiddenChild),this.inputElement.parentElement.appendChild(this.secondHiddenChild)},t.prototype.setMinMaxDays=function(){this.isPopupOpen()&&(this.removeClassDisabled(),this.checkMinMaxDays(),this.isMobile&&this.selectableDates(),!this.strictMode&&aSt(this.startValue)&&aSt(this.endValue)?this.removeSelection():this.updateRange(this.isMobile?[this.calendarElement]:[this.leftCalendar,this.rightCalendar]),this.updateHeader())},t.prototype.onPropertyChanged=function(e,t){for(var n={format:this.formatString,type:"date",skeleton:"yMd"},r=0,i=Object.keys(e);r<i.length;r++){var a=i[r];switch(["maxDays","minDays","value"].indexOf(a)<0&&this.hide(null),a){case"width":this.setEleWidth(this.width);break;case"separator":this.previousEleValue=this.inputElement.value,this.setProperties({separator:e.separator},!0),this.updateInput(),this.changeTrigger();break;case"placeholder":wOt.setPlaceholder(e.placeholder,this.inputElement),this.setProperties({placeholder:e.placeholder},!0);break;case"readonly":wOt.setReadonly(this.readonly,this.inputElement),this.inputElement.setAttribute("aria-readonly",""+this.readonly),this.setRangeAllowEdit();break;case"cssClass":this.updateCssClass(e.cssClass,t.cssClass);break;case"enabled":this.setProperties({enabled:e.enabled},!0),wOt.setEnabled(this.enabled,this.inputElement),this.enabled?this.inputElement.setAttribute("tabindex",this.tabIndex):this.inputElement.tabIndex=-1;break;case"allowEdit":this.setRangeAllowEdit();break;case"enableRtl":this.setProperties({enableRtl:e.enableRtl},!0),wOt.setEnableRtl(this.enableRtl,[this.inputWrapper.container]);break;case"zIndex":this.setProperties({zIndex:e.zIndex},!0);break;case"format":this.setProperties({format:e.format},!0),this.checkFormat(),this.updateInput(),this.changeTrigger();break;case"locale":this.globalize=new BSt(this.locale),this.l10n.setLocale(this.locale),this.setProperties({placeholder:this.l10n.getConstant("placeholder")},!0),wOt.setPlaceholder(this.placeholder,this.inputElement),this.setLocale();break;case"htmlAttributes":this.updateHtmlAttributeToElement(),this.updateHtmlAttributeToWrapper(),this.setDataAttribute(!0),this.checkHtmlAttributes(!0);break;case"showClearButton":wOt.setClearButton(this.showClearButton,this.inputElement,this.inputWrapper),this.bindClearEvent();break;case"startDate":"string"==typeof e.startDate&&(e.startDate=this.globalize.parseDate(e.startDate,n)),+this.initStartDate!==+e.startDate&&(this.startValue=this.checkDateValue(new Date(this.checkValue(e.startDate))),this.setDate(),this.setValue());break;case"endDate":"string"==typeof e.endDate&&(e.endDate=this.globalize.parseDate(e.endDate,n)),+this.initEndDate!==+e.endDate&&(this.endValue=this.checkDateValue(new Date(this.checkValue(e.endDate))),this.setDate(),this.setValue());break;case"value":if(this.invalidValueString=null,this.checkInvalidRange(e.value),"string"==typeof e.value)if(this.invalidValueString)this.clearModelvalue(e,t);else{var o=e.value.split(" "+this.separator+" ");this.value=[new Date(o[0]),new Date(o[1])],this.updateValue(),this.setDate()}else!aSt(e.value)&&e.value.length>0||!aSt(e.value)&&e.value.start?(this.valueType=e.value,null===e.value[0]||null===e.value.start?1===e.value.length||e.value.start?this.clearModelvalue(e,t):null!==e.value[1]&&null!==e.value.start||this.clearModelvalue(e,t):+this.initStartDate===+e.value[0]&&+this.initEndDate===+e.value[1]&&+this.initStartDate===+(e.value.start||+this.initEndDate!==+e.value.start)||((1===e.value.length||e.value.start)&&(this.modelValue=e.value),this.updateValue(),this.setDate())):(aSt(this.value)||null==e.value.start)&&(this.valueType=e.value,this.startValue=null,this.endValue=null,this.clearModelvalue(e,t));if(this.isPopupOpen()){if(aSt(this.startValue)&&aSt(this.endValue))return this.removeSelection(),void(this.isMobile&&this.deviceHeaderUpdate());this.isMobile?(this.navigate(this.deviceCalendar,this.startValue,this.currentView()),this.deviceHeaderUpdate()):(this.navigate(this.leftCalendar,this.startValue,this.currentView()),this.updateControl(this.leftCalendar),this.navigate(this.rightCalendar,this.endValue,this.currentView()),this.updateControl(this.rightCalendar)),this.updateRange(this.isMobile?[this.calendarElement]:[this.leftCalendar,this.rightCalendar]),this.updateHeader(),this.applyButton.disabled=this.applyButton.element.disabled=!1}this.preventChange=this.isAngular&&this.preventChange?!this.preventChange:this.preventChange;break;case"minDays":this.setProperties({minDays:e.minDays},!0),this.refreshChange(),this.setMinMaxDays();break;case"maxDays":this.setProperties({maxDays:e.maxDays},!0),this.refreshChange(),this.setMinMaxDays();break;case"min":this.setProperties({min:this.checkDateValue(new Date(this.checkValue(e.min)))},!0),this.previousEleValue=this.inputElement.value,this.enableInput(),this.refreshChange();break;case"max":this.setProperties({max:this.checkDateValue(new Date(this.checkValue(e.max)))},!0),this.enableInput(),this.refreshChange();break;case"strictMode":this.invalidValueString=null,this.setProperties({strictMode:e.strictMode},!0),this.refreshChange();break;case"presets":this.setProperties({presets:e.presets},!0),this.processPresets();break;case"floatLabelType":this.floatLabelType=e.floatLabelType,wOt.removeFloating(this.inputWrapper),wOt.addFloating(this.inputElement,this.floatLabelType,this.placeholder);break;case"start":this.setProperties({start:e.start},!0),this.refreshChange();break;case"depth":this.setProperties({depth:e.depth},!0),this.refreshChange()}}},sZt([HMt(null)],t.prototype,"value",void 0),sZt([HMt(!1)],t.prototype,"enablePersistence",void 0),sZt([HMt(new Date(1900,0,1))],t.prototype,"min",void 0),sZt([HMt(new Date(2099,11,31))],t.prototype,"max",void 0),sZt([HMt(null)],t.prototype,"locale",void 0),sZt([HMt(null)],t.prototype,"firstDayOfWeek",void 0),sZt([HMt(!1)],t.prototype,"weekNumber",void 0),sZt([HMt("Gregorian")],t.prototype,"calendarMode",void 0),sZt([HMt(!1)],t.prototype,"openOnFocus",void 0),sZt([LMt()],t.prototype,"created",void 0),sZt([LMt()],t.prototype,"destroyed",void 0),sZt([LMt()],t.prototype,"change",void 0),sZt([LMt()],t.prototype,"cleared",void 0),sZt([LMt()],t.prototype,"navigated",void 0),sZt([LMt()],t.prototype,"renderDayCell",void 0),sZt([HMt(null)],t.prototype,"startDate",void 0),sZt([HMt(null)],t.prototype,"endDate",void 0),sZt([TMt([{}],QZt)],t.prototype,"presets",void 0),sZt([HMt("")],t.prototype,"width",void 0),sZt([HMt(1e3)],t.prototype,"zIndex",void 0),sZt([HMt(!0)],t.prototype,"showClearButton",void 0),sZt([HMt(!0)],t.prototype,"showTodayButton",void 0),sZt([HMt("Month")],t.prototype,"start",void 0),sZt([HMt("Month")],t.prototype,"depth",void 0),sZt([HMt("")],t.prototype,"cssClass",void 0),sZt([HMt("-")],t.prototype,"separator",void 0),sZt([HMt(null)],t.prototype,"minDays",void 0),sZt([HMt(null)],t.prototype,"maxDays",void 0),sZt([HMt(!1)],t.prototype,"strictMode",void 0),sZt([HMt(null)],t.prototype,"keyConfigs",void 0),sZt([HMt(null)],t.prototype,"format",void 0),sZt([HMt(!0)],t.prototype,"enabled",void 0),sZt([HMt(!1)],t.prototype,"readonly",void 0),sZt([HMt(!0)],t.prototype,"allowEdit",void 0),sZt([HMt("Never")],t.prototype,"floatLabelType",void 0),sZt([HMt(null)],t.prototype,"placeholder",void 0),sZt([HMt({})],t.prototype,"htmlAttributes",void 0),sZt([LMt()],t.prototype,"open",void 0),sZt([LMt()],t.prototype,"close",void 0),sZt([LMt()],t.prototype,"select",void 0),sZt([LMt()],t.prototype,"focus",void 0),sZt([LMt()],t.prototype,"blur",void 0),t=sZt([PMt],t)}(Z_t),$Zt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),eDt=["alt","className","disabled","form","id","readOnly","style","tabIndex","title","type","name","onClick","onFocus","onBlur"],tDt=["accordion","tab","splitter"],nDt=new RegExp("]"),rDt=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.mountingState=!1,t.attrKeys=[],t.cachedTimeOut=0,t.isAppendCalled=!1,t.initRenderCalled=!1,t.isReactForeceUpdate=!1,t.isReact=!0,t.isshouldComponentUpdateCalled=!1,t.isCreated=!1,t}return $Zt(t,e),t.prototype.componentDidMount=function(){this.refreshChild(!0),this.canDelayUpdate=-1!==tDt.indexOf(this.getModuleName()),this.renderReactComponent(),this.portals&&this.portals.length&&(this.mountingState=!0,this.renderReactTemplates(),this.mountingState=!1)},t.prototype.componentDidUpdate=function(e){this.isshouldComponentUpdateCalled||!this.initRenderCalled||this.isReactForeceUpdate||(this.isshouldComponentUpdateCalled=!0,e!==this.props&&this.refreshProperties(this.props,!0))},t.prototype.renderReactComponent=function(){var e=this.reactElement;e&&!this.isAppendCalled&&(this.isAppendCalled=!0,this.appendTo(e))},t.prototype.shouldComponentUpdate=function(e){return this.isshouldComponentUpdateCalled=!0,this.initRenderCalled?(this.isAppendCalled||(clearTimeout(this.cachedTimeOut),this.isAppendCalled=!0,this.appendTo(this.reactElement)),this.updateProperties(e),!0):(this.updateProperties(e,!0),!0)},t.prototype.updateProperties=function(e,t){for(var n=this,r=iSt({},e),i=0,a=Object.keys(e);i<a.length;i++){var o=a[i],l="className"===o;if("children"!==o)if(l||aSt(this.htmlattributes[o])||this.htmlattributes[o]===r[o]||(this.htmlattributes[o]=r[o]),this.compareValues(this.props[o],e[o]))delete r[o];else if(-1!==this.attrKeys.indexOf(o))if(l){this.clsName=!0;for(var s=this.props[o].split(" "),c=0;c<s.length;c++)this.element.classList.remove(s[c]);for(var d=r[o].split(" "),h=0;h<d.length;h++)this.element.classList.add(d[h])}else"disabled"!==o&&delete r[o];else"value"===o&&e[o]===this[o]?delete r[o]:"valueTemplate"!==o&&"itemTemplate"!==o&&"headerTemplate"!==o||e[o].toString()!==this[o].toString()?"content"===o&&"function"==typeof r[o]&&delete r[o]:delete r[o]}r.children&&delete r.children,this.initRenderCalled&&(this.canDelayUpdate||this.props.delayUpdate)?setTimeout(function(){n.refreshProperties(r,e,t)}):this.refreshProperties(r,e,t)},t.prototype.refreshProperties=function(e,t,n){Object.keys(e).length&&(n||this.processComplexTemplate(e,this),this.setProperties(e,n)),this.refreshChild(n,t)},t.prototype.processComplexTemplate=function(e,t){var n=t.complexTemplate;if(n)for(var r in n){var i=n[r];e[r]&&$Ct(i,KCt(r,e),e)}},t.prototype.getDefaultAttributes=function(){var e=this;this.isReact=!0;var n=Object.keys(this.props);this.htmlattributes||(this.htmlattributes={}),this.attrKeys=eDt.concat(this.controlAttributes||[]);for(var r=0,i=n;r<i.length;r++){var a=i[r];-1===a.indexOf("data-")&&-1===a.indexOf("aria-")&&-1===this.attrKeys.indexOf(a)||this.htmlattributes[a]!==this.props[a]&&(this.htmlattributes[a]=this.props[a])}if(!this.htmlattributes.ref){this.htmlattributes.ref=function(t){e.reactElement=t};-1!==["autocomplete","combobox","dropdownlist","dropdowntree","multiselect","listbox","colorpicker","numerictextbox","textbox","uploader","maskedtextbox","slider","datepicker","datetimepicker","daterangepicker","timepicker","checkbox","switch","radio"].indexOf(this.getModuleName())&&(this.htmlattributes.key=""+t.reactUid,t.reactUid++)}if(this.clsName){for(var o=this.element.classList,l=this.htmlattributes.className,s=0;s<o.length;s++)-1==l.indexOf(o[s])&&(this.htmlattributes.className=this.htmlattributes.className+" "+o[s]);this.clsName=!1}return this.htmlattributes},t.prototype.trigger=function(e,t,n){var r=this;if(!0!==this.isDestroyed&&this.modelObserver){if(nDt.test(e)){var i=KCt(e,this);i?(i.call(this,t),n&&n.call(this,t)):n&&n.call(this,t)}"change"!==e&&"input"!==e||this.props.onChange&&t.event&&this.props.onChange.call(void 0,{syntheticEvent:t.event,nativeEvent:{text:t.value},value:t.value,target:this});var a=this.isProtectedOnChange;this.isProtectedOnChange=!1,"created"===e?setTimeout(function(){r.isCreated=!0,r.isDestroyed||r.modelObserver.notify(e,t,n)},10):this.modelObserver.notify(e,t,n),this.isProtectedOnChange=a}},t.prototype.compareValues=function(e,t){if(typeof e===typeof t){if(e===t)return!0;if((!aSt(e)&&e.constructor)!==(!aSt(t)&&t.constructor))return!1;if(e instanceof Date||e instanceof RegExp||e instanceof String||e instanceof Number)return e.toString()===t.toString();if(nSt(e)||Array.isArray(e)){var n=e,r=t;return nSt(n)&&(n=[e],r=[t]),this.compareObjects(n,r).status}}return!1},t.prototype.compareObjects=function(e,t,n){var r=!0,i=[];if(e.length===t.length)for(var a=0,o=t.length;a<o;a++){var l={},s=e[a],c=t[a],d=Object.keys(c);if(0!==d.length)for(var h=0,u=d;h<u.length;h++){var p=u[h],f=s[p],m=c[p];if("items"===p)for(var v=0;v<m.length;v++)if("richtexteditor"===this.getModuleName()&&"object"==typeof m[v])return{status:!0};if("grid"===this.getModuleName()&&"field"===p&&(l[p]=m),!s.hasOwnProperty(p)||!this.compareValues(f,m)){if(!n)return{status:!1};r=!1,l[p]=m}}else if(c[a]===s[a])r=!0;else{if(!n)return{status:!1};r=!1}Object.keys(l).length&&i.push({index:a,value:l,key:n})}else r=!1;return{status:r,changedProperties:i}},t.prototype.refreshChild=function(e,t){if(this.checkInjectedModules){for(var n=this.getInjectedModules()||[],r=0,i=this.getInjectedServices()||[];r<i.length;r++){var a=i[r];-1===n.indexOf(a)&&n.push(a)}this.injectedModules=n}if(this.directivekeys){var o=[],l=this.validateChildren({},this.directivekeys,t||this.props);if(l&&Object.keys(l).length){if(!e&&this.skipRefresh)for(var s=0,c=this.skipRefresh;s<c.length;s++){delete l[c[s]]}if(this.prevProperties)for(var d=Object.keys(this.prevProperties),h=0;h<d.length;h++){var u=d[h];if(l.hasOwnProperty(u)){var p=this.compareObjects(this.prevProperties[u],l[u],u);if(p.status)delete l[u];else{p.changedProperties.length&&(o=o.concat(p.changedProperties));var f={};f[u]=l[u],this.prevProperties=iSt(this.prevProperties,f)}}}else this.prevProperties=iSt({},l,{},!0);if(o.length)if("grid"===this.getModuleName()&&"columns"===u)for(var m=0,v=this.columns;m<v.length;m++){if(KCt("field",v[m])===KCt(m+".value.field",o)){var g=KCt(o[m].key+"."+o[m].index,this);g&&g.setProperties?g.setProperties(o[m].value):iSt(g,o[m].value)}else this.setProperties(l,e)}else for(var b=0,y=o;b<y.length;b++){var w=y[b],x=KCt(w.key+"."+w.index,this);x&&x.setProperties?x.setProperties(w.value):iSt(x,w.value)}else this.setProperties(l,e)}}},t.prototype.componentWillUnmount=function(){clearTimeout(this.cachedTimeOut);this.initRenderCalled&&this.isAppendCalled&&this.element&&(["dropdowntree","checkbox"].indexOf(this.getModuleName())||document.body.contains(this.element))&&!this.isDestroyed&&this.isCreated&&this.destroy()},t.prototype.appendReactElement=function(e,t){var n=b.createPortal(e,t);this.portals?this.portals.push(n):this.portals=[n]},t.prototype.renderReactTemplates=function(e){this.isReactForeceUpdate=!0,e?this.forceUpdate(e):this.forceUpdate(),this.isReactForeceUpdate=!1},t.prototype.clearTemplate=function(e,t,n){var r=this,i=[];e&&e.length?Array.prototype.forEach.call(e,function(e){var n=0,a=0;if(r.portals.forEach(function(t){t.propName===e&&(i.push(a),a++)}),t&&r.portals[i[t[n]]].propName==e)r.portals.splice(t,1),n++;else for(var o=0;o<r.portals.length;o++)r.portals[o].propName==e&&(r.portals.splice(o,1),o--)}):this.portals=[],this.renderReactTemplates(n)},t.prototype.validateChildren=function(e,t,n){for(var r=!1,i=0,a=m.Children.toArray(n.children);i<a.length;i++){var o=a[i],l=this.getChildType(o),s=t[l];if(l&&t){var c=this.getChildProps(m.Children.toArray(o.props.children),s);c.length&&(r=!0,e[o.type.propertyName||l]=c)}}return r?e:null},t.prototype.getChildType=function(e){return e.type&&e.type.isDirective&&e.type.moduleName||""},t.prototype.getChildProps=function(e,t){for(var n=[],r=0,i=e;r<i.length;r++){var a=i[r],o=!1,l=void 0;"string"==typeof t?(o=!0,l=t):l=Object.keys(t)[0];var s=a.props;if(this.getChildType(a)===l)if(o||!s.children){var c=iSt({},s,{},!0);this.processComplexTemplate(c,a.type),n.push(c)}else{var d=this.validateChildren(iSt({},s),t[l],s)||s;d.children&&delete d.children,this.processComplexTemplate(d,a.type),n.push(d)}}return n},t.prototype.getInjectedServices=function(){for(var e=0,t=m.Children.toArray(this.props.children);e<t.length;e++){var n=t[e];if(n.type.isService)return n.props.services}return[]},t.reactUid=1,t}(m.Component);var iDt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}iDt(t,e),t.prototype.render=function(){return null},t.isDirective=!0}(m.PureComponent);var aDt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();!function(e){function t(){return null!==e&&e.apply(this,arguments)||this}aDt(t,e),t.prototype.render=function(){return null},t.isService=!0}(m.PureComponent);var oDt,lDt=n_t.compile;oDt={compile:function(e,t){return"string"==typeof e?lDt(e,t):function(t,n,r,i){var a,o=e,l=t;"object"==typeof o&&(o=e.template,l=iSt({},t,e.data||{})),a=i||document.createElement("div");var s=m.createElement(o,l),c=b.createPortal(s,a);if(c.propName=r,n.portals?n.portals.push(c):n.portals=[c],!i)return[a]}}},n_t.compile=oDt.compile;var sDt,cDt=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},e(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),dDt=function(e){function t(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.directivekeys={presets:"preset"},n.immediateRender=!1,n.portals=[],n}return cDt(t,e),t.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return m.createElement(m.Fragment,null,[].concat(m.createElement("input",this.getDefaultAttributes()),this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},t}(KZt);function hDt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function uDt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?hDt(Object(n),!0).forEach(function(t){as(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):hDt(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}sDt=dDt,[rDt,m.Component].forEach(function(e){Object.getOwnPropertyNames(e.prototype).forEach(function(t){"isMounted"!==t&&"replaceState"!==t&&(sDt.prototype[t]=e.prototype[t])})});var pDt={type:"logger",log:function(e){this.output("log",e)},warn:function(e){this.output("warn",e)},error:function(e){this.output("error",e)},output:function(e,t){console&&console[e]&&console[e].apply(console,t)}},fDt=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};ps(this,e),this.init(t,n)}return ms(e,[{key:"init",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.prefix=t.prefix||"i18next:",this.logger=e||pDt,this.options=t,this.debug=t.debug}},{key:"setDebug",value:function(e){this.debug=e}},{key:"log",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"log","",!0)}},{key:"warn",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","",!0)}},{key:"error",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"error","")}},{key:"deprecate",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","WARNING DEPRECATED: ",!0)}},{key:"forward",value:function(e,t,n,r){return r&&!this.debug?null:("string"==typeof e[0]&&(e[0]="".concat(n).concat(this.prefix," ").concat(e[0])),this.logger[t](e))}},{key:"create",value:function(t){return new e(this.logger,uDt(uDt({},{prefix:"".concat(this.prefix,":").concat(t,":")}),this.options))}},{key:"clone",value:function(t){return(t=t||this.options).prefix=t.prefix||this.prefix,new e(this.logger,t)}}]),e}(),mDt=new fDt,vDt=function(){function e(){ps(this,e),this.observers={}}return ms(e,[{key:"on",value:function(e,t){var n=this;return e.split(" ").forEach(function(e){n.observers[e]=n.observers[e]||[],n.observers[e].push(t)}),this}},{key:"off",value:function(e,t){this.observers[e]&&(t?this.observers[e]=this.observers[e].filter(function(e){return e!==t}):delete this.observers[e])}},{key:"emit",value:function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];this.observers[e]&&[].concat(this.observers[e]).forEach(function(e){e.apply(void 0,n)});this.observers["*"]&&[].concat(this.observers["*"]).forEach(function(t){t.apply(t,[e].concat(n))})}}]),e}();function gDt(){var e,t,n=new Promise(function(n,r){e=n,t=r});return n.resolve=e,n.reject=t,n}function bDt(e){return null==e?"":""+e}function yDt(e,t,n){function r(e){return e&&e.indexOf("###")>-1?e.replace(/###/g,"."):e}function i(){return!e||"string"==typeof e}for(var a="string"!=typeof t?[].concat(t):t.split(".");a.length>1;){if(i())return{};var o=r(a.shift());!e[o]&&n&&(e[o]=new n),e=Object.prototype.hasOwnProperty.call(e,o)?e[o]:{}}return i()?{}:{obj:e,k:r(a.shift())}}function wDt(e,t,n){var r=yDt(e,t,Object);r.obj[r.k]=n}function xDt(e,t){var n=yDt(e,t),r=n.obj,i=n.k;if(r)return r[i]}function EDt(e,t,n){var r=xDt(e,n);return void 0!==r?r:xDt(t,n)}function kDt(e,t,n){for(var r in t)"__proto__"!==r&&"constructor"!==r&&(r in e?"string"==typeof e[r]||e[r]instanceof String||"string"==typeof t[r]||t[r]instanceof String?n&&(e[r]=t[r]):kDt(e[r],t[r],n):e[r]=t[r]);return e}function CDt(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}var SDt={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};function MDt(e){return"string"==typeof e?e.replace(/[&<>"'\/]/g,function(e){return SDt[e]}):e}var ADt="undefined"!=typeof window&&window.navigator&&void 0===window.navigator.userAgentData&&window.navigator.userAgent&&window.navigator.userAgent.indexOf("MSIE")>-1,_Dt=[" ",",","?","!",";"];function ODt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function ZDt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ODt(Object(n),!0).forEach(function(t){as(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ODt(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function DDt(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}();return function(){var n,r=wbe(e);if(t){var i=wbe(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return Ebe(this,n)}}function IDt(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:".";if(e){if(e[t])return e[t];for(var r=t.split(n),i=e,a=0;a<r.length;++a){if(!i)return;if("string"==typeof i[r[a]]&&a+1<r.length)return;if(void 0===i[r[a]]){for(var o=2,l=r.slice(a,a+o).join(n),s=i[l];void 0===s&&r.length>a+o;)o++,s=i[l=r.slice(a,a+o).join(n)];if(void 0===s)return;if(null===s)return null;if(t.endsWith(l)){if("string"==typeof s)return s;if(l&&"string"==typeof s[l])return s[l]}var c=r.slice(a+o).join(n);return c?IDt(s,c,n):void 0}i=i[r[a]]}return i}}var HDt=function(){ybe(t,vDt);var e=DDt(t);function t(n){var r,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{ns:["translation"],defaultNS:"translation"};return ps(this,t),r=e.call(this),ADt&&vDt.call(Pn(r)),r.data=n||{},r.options=i,void 0===r.options.keySeparator&&(r.options.keySeparator="."),void 0===r.options.ignoreJSONStructure&&(r.options.ignoreJSONStructure=!0),r}return ms(t,[{key:"addNamespaces",value:function(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)}},{key:"removeNamespaces",value:function(e){var t=this.options.ns.indexOf(e);t>-1&&this.options.ns.splice(t,1)}},{key:"getResource",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=void 0!==r.keySeparator?r.keySeparator:this.options.keySeparator,a=void 0!==r.ignoreJSONStructure?r.ignoreJSONStructure:this.options.ignoreJSONStructure,o=[e,t];n&&"string"!=typeof n&&(o=o.concat(n)),n&&"string"==typeof n&&(o=o.concat(i?n.split(i):n)),e.indexOf(".")>-1&&(o=e.split("."));var l=xDt(this.data,o);return l||!a||"string"!=typeof n?l:IDt(this.data&&this.data[e]&&this.data[e][t],n,i)}},{key:"addResource",value:function(e,t,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{silent:!1},a=this.options.keySeparator;void 0===a&&(a=".");var o=[e,t];n&&(o=o.concat(a?n.split(a):n)),e.indexOf(".")>-1&&(r=t,t=(o=e.split("."))[1]),this.addNamespaces(t),wDt(this.data,o,r),i.silent||this.emit("added",e,t,n,r)}},{key:"addResources",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{silent:!1};for(var i in n)"string"!=typeof n[i]&&"[object Array]"!==Object.prototype.toString.apply(n[i])||this.addResource(e,t,i,n[i],{silent:!0});r.silent||this.emit("added",e,t,n)}},{key:"addResourceBundle",value:function(e,t,n,r,i){var a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{silent:!1},o=[e,t];e.indexOf(".")>-1&&(r=n,n=t,t=(o=e.split("."))[1]),this.addNamespaces(t);var l=xDt(this.data,o)||{};r?kDt(l,n,i):l=ZDt(ZDt({},l),n),wDt(this.data,o,l),a.silent||this.emit("added",e,t,n)}},{key:"removeResourceBundle",value:function(e,t){this.hasResourceBundle(e,t)&&delete this.data[e][t],this.removeNamespaces(t),this.emit("removed",e,t)}},{key:"hasResourceBundle",value:function(e,t){return void 0!==this.getResource(e,t)}},{key:"getResourceBundle",value:function(e,t){return t||(t=this.options.defaultNS),"v1"===this.options.compatibilityAPI?ZDt(ZDt({},{}),this.getResource(e,t)):this.getResource(e,t)}},{key:"getDataByLanguage",value:function(e){return this.data[e]}},{key:"hasLanguageSomeTranslations",value:function(e){var t=this.getDataByLanguage(e);return!!(t&&Object.keys(t)||[]).find(function(e){return t[e]&&Object.keys(t[e]).length>0})}},{key:"toJSON",value:function(){return this.data}}]),t}(),NDt={processors:{},addPostProcessor:function(e){this.processors[e.name]=e},handle:function(e,t,n,r,i){var a=this;return e.forEach(function(e){a.processors[e]&&(t=a.processors[e].process(t,n,r,i))}),t}};function TDt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function LDt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?TDt(Object(n),!0).forEach(function(t){as(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):TDt(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function PDt(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}();return function(){var n,r=wbe(e);if(t){var i=wbe(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return Ebe(this,n)}}var VDt={},jDt=function(){ybe(t,vDt);var e=PDt(t);function t(n){var r,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return ps(this,t),r=e.call(this),ADt&&vDt.call(Pn(r)),function(e,t,n){e.forEach(function(e){t[e]&&(n[e]=t[e])})}(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],n,Pn(r)),r.options=i,void 0===r.options.keySeparator&&(r.options.keySeparator="."),r.logger=mDt.create("translator"),r}return ms(t,[{key:"changeLanguage",value:function(e){e&&(this.language=e)}},{key:"exists",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}};if(null==e)return!1;var n=this.resolve(e,t);return n&&void 0!==n.res}},{key:"extractFromKey",value:function(e,t){var n=void 0!==t.nsSeparator?t.nsSeparator:this.options.nsSeparator;void 0===n&&(n=":");var r=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,i=t.ns||this.options.defaultNS||[],a=n&&e.indexOf(n)>-1,o=!(this.options.userDefinedKeySeparator||t.keySeparator||this.options.userDefinedNsSeparator||t.nsSeparator||function(e,t,n){t=t||"",n=n||"";var r=_Dt.filter(function(e){return t.indexOf(e)<0&&n.indexOf(e)<0});if(0===r.length)return!0;var i=new RegExp("(".concat(r.map(function(e){return"?"===e?"\\?":e}).join("|"),")")),a=!i.test(e);if(!a){var o=e.indexOf(n);o>0&&!i.test(e.substring(0,o))&&(a=!0)}return a}(e,n,r));if(a&&!o){var l=e.match(this.interpolator.nestingRegexp);if(l&&l.length>0)return{key:e,namespaces:i};var s=e.split(n);(n!==r||n===r&&this.options.ns.indexOf(s[0])>-1)&&(i=s.shift()),e=s.join(r)}return"string"==typeof i&&(i=[i]),{key:e,namespaces:i}}},{key:"translate",value:function(e,n,r){var i=this;if("object"!==rs(n)&&this.options.overloadTranslationOptionHandler&&(n=this.options.overloadTranslationOptionHandler(arguments)),n||(n={}),null==e)return"";Array.isArray(e)||(e=[String(e)]);var a=void 0!==n.returnDetails?n.returnDetails:this.options.returnDetails,o=void 0!==n.keySeparator?n.keySeparator:this.options.keySeparator,l=this.extractFromKey(e[e.length-1],n),s=l.key,c=l.namespaces,d=c[c.length-1],h=n.lng||this.language,u=n.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(h&&"cimode"===h.toLowerCase()){if(u){var p=n.nsSeparator||this.options.nsSeparator;return a?(f.res="".concat(d).concat(p).concat(s),f):"".concat(d).concat(p).concat(s)}return a?(f.res=s,f):s}var f=this.resolve(e,n),m=f&&f.res,v=f&&f.usedKey||s,g=f&&f.exactUsedKey||s,b=Object.prototype.toString.apply(m),y=void 0!==n.joinArrays?n.joinArrays:this.options.joinArrays,w=!this.i18nFormat||this.i18nFormat.handleAsObject;if(w&&m&&("string"!=typeof m&&"boolean"!=typeof m&&"number"!=typeof m)&&["[object Number]","[object Function]","[object RegExp]"].indexOf(b)<0&&("string"!=typeof y||"[object Array]"!==b)){if(!n.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");var x=this.options.returnedObjectHandler?this.options.returnedObjectHandler(v,m,LDt(LDt({},n),{},{ns:c})):"key '".concat(s," (").concat(this.language,")' returned an object instead of string.");return a?(f.res=x,f):x}if(o){var E="[object Array]"===b,k=E?[]:{},C=E?g:v;for(var S in m)if(Object.prototype.hasOwnProperty.call(m,S)){var M="".concat(C).concat(o).concat(S);k[S]=this.translate(M,LDt(LDt({},n),{joinArrays:!1,ns:c})),k[S]===M&&(k[S]=m[S])}m=k}}else if(w&&"string"==typeof y&&"[object Array]"===b)(m=m.join(y))&&(m=this.extendTranslation(m,e,n,r));else{var A=!1,_=!1,O=void 0!==n.count&&"string"!=typeof n.count,Z=t.hasDefaultValue(n),D=O?this.pluralResolver.getSuffix(h,n.count,n):"",I=n["defaultValue".concat(D)]||n.defaultValue;!this.isValidLookup(m)&&Z&&(A=!0,m=I),this.isValidLookup(m)||(_=!0,m=s);var H=(n.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&_?void 0:m,N=Z&&I!==m&&this.options.updateMissing;if(_||A||N){if(this.logger.log(N?"updateKey":"missingKey",h,d,s,N?I:m),o){var T=this.resolve(s,LDt(LDt({},n),{},{keySeparator:!1}));T&&T.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}var L=[],P=this.languageUtils.getFallbackCodes(this.options.fallbackLng,n.lng||this.language);if("fallback"===this.options.saveMissingTo&&P&&P[0])for(var V=0;V<P.length;V++)L.push(P[V]);else"all"===this.options.saveMissingTo?L=this.languageUtils.toResolveHierarchy(n.lng||this.language):L.push(n.lng||this.language);var j=function(e,t,r){var a=Z&&r!==m?r:H;i.options.missingKeyHandler?i.options.missingKeyHandler(e,d,t,a,N,n):i.backendConnector&&i.backendConnector.saveMissing&&i.backendConnector.saveMissing(e,d,t,a,N,n),i.emit("missingKey",e,d,t,m)};this.options.saveMissing&&(this.options.saveMissingPlurals&&O?L.forEach(function(e){i.pluralResolver.getSuffixes(e,n).forEach(function(t){j([e],s+t,n["defaultValue".concat(t)]||I)})}):j(L,s,I))}m=this.extendTranslation(m,e,n,f,r),_&&m===s&&this.options.appendNamespaceToMissingKey&&(m="".concat(d,":").concat(s)),(_||A)&&this.options.parseMissingKeyHandler&&(m="v1"!==this.options.compatibilityAPI?this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?"".concat(d,":").concat(s):s,A?m:void 0):this.options.parseMissingKeyHandler(m))}return a?(f.res=m,f):m}},{key:"extendTranslation",value:function(e,t,n,r,i){var a=this;if(this.i18nFormat&&this.i18nFormat.parse)e=this.i18nFormat.parse(e,LDt(LDt({},this.options.interpolation.defaultVariables),n),r.usedLng,r.usedNS,r.usedKey,{resolved:r});else if(!n.skipInterpolation){n.interpolation&&this.interpolator.init(LDt(LDt({},n),{interpolation:LDt(LDt({},this.options.interpolation),n.interpolation)}));var o,l="string"==typeof e&&(n&&n.interpolation&&void 0!==n.interpolation.skipOnVariables?n.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);if(l){var s=e.match(this.interpolator.nestingRegexp);o=s&&s.length}var c=n.replace&&"string"!=typeof n.replace?n.replace:n;if(this.options.interpolation.defaultVariables&&(c=LDt(LDt({},this.options.interpolation.defaultVariables),c)),e=this.interpolator.interpolate(e,c,n.lng||this.language,n),l){var d=e.match(this.interpolator.nestingRegexp);o<(d&&d.length)&&(n.nest=!1)}!1!==n.nest&&(e=this.interpolator.nest(e,function(){for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];return i&&i[0]===r[0]&&!n.context?(a.logger.warn("It seems you are nesting recursively key: ".concat(r[0]," in key: ").concat(t[0])),null):a.translate.apply(a,r.concat([t]))},n)),n.interpolation&&this.interpolator.reset()}var h=n.postProcess||this.options.postProcess,u="string"==typeof h?[h]:h;return null!=e&&u&&u.length&&!1!==n.applyPostProcessor&&(e=NDt.handle(u,e,t,this.options&&this.options.postProcessPassResolved?LDt({i18nResolved:r},n):n,this)),e}},{key:"resolve",value:function(e){var t,n,r,i,a,o=this,l=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return"string"==typeof e&&(e=[e]),e.forEach(function(e){if(!o.isValidLookup(t)){var s=o.extractFromKey(e,l),c=s.key;n=c;var d=s.namespaces;o.options.fallbackNS&&(d=d.concat(o.options.fallbackNS));var h=void 0!==l.count&&"string"!=typeof l.count,u=h&&!l.ordinal&&0===l.count&&o.pluralResolver.shouldUseIntlApi(),p=void 0!==l.context&&("string"==typeof l.context||"number"==typeof l.context)&&""!==l.context,f=l.lngs?l.lngs:o.languageUtils.toResolveHierarchy(l.lng||o.language,l.fallbackLng);d.forEach(function(e){o.isValidLookup(t)||(a=e,!VDt["".concat(f[0],"-").concat(e)]&&o.utils&&o.utils.hasLoadedNamespace&&!o.utils.hasLoadedNamespace(a)&&(VDt["".concat(f[0],"-").concat(e)]=!0,o.logger.warn('key "'.concat(n,'" for languages "').concat(f.join(", "),'" won\'t get resolved as namespace "').concat(a,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),f.forEach(function(n){if(!o.isValidLookup(t)){i=n;var a,s=[c];if(o.i18nFormat&&o.i18nFormat.addLookupKeys)o.i18nFormat.addLookupKeys(s,c,n,e,l);else{var d;h&&(d=o.pluralResolver.getSuffix(n,l.count,l));var f="".concat(o.options.pluralSeparator,"zero");if(h&&(s.push(c+d),u&&s.push(c+f)),p){var m="".concat(c).concat(o.options.contextSeparator).concat(l.context);s.push(m),h&&(s.push(m+d),u&&s.push(m+f))}}for(;a=s.pop();)o.isValidLookup(t)||(r=a,t=o.getResource(n,e,a,l))}}))})}}),{res:t,usedKey:n,exactUsedKey:r,usedLng:i,usedNS:a}}},{key:"isValidLookup",value:function(e){return!(void 0===e||!this.options.returnNull&&null===e||!this.options.returnEmptyString&&""===e)}},{key:"getResource",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(e,t,n,r):this.resourceStore.getResource(e,t,n,r)}}],[{key:"hasDefaultValue",value:function(e){var t="defaultValue";for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t===n.substring(0,12)&&void 0!==e[n])return!0;return!1}}]),t}();function zDt(e){return e.charAt(0).toUpperCase()+e.slice(1)}var BDt=function(){function e(t){ps(this,e),this.options=t,this.supportedLngs=this.options.supportedLngs||!1,this.logger=mDt.create("languageUtils")}return ms(e,[{key:"getScriptPartFromCode",value:function(e){if(!e||e.indexOf("-")<0)return null;var t=e.split("-");return 2===t.length?null:(t.pop(),"x"===t[t.length-1].toLowerCase()?null:this.formatLanguageCode(t.join("-")))}},{key:"getLanguagePartFromCode",value:function(e){if(!e||e.indexOf("-")<0)return e;var t=e.split("-");return this.formatLanguageCode(t[0])}},{key:"formatLanguageCode",value:function(e){if("string"==typeof e&&e.indexOf("-")>-1){var t=["hans","hant","latn","cyrl","cans","mong","arab"],n=e.split("-");return this.options.lowerCaseLng?n=n.map(function(e){return e.toLowerCase()}):2===n.length?(n[0]=n[0].toLowerCase(),n[1]=n[1].toUpperCase(),t.indexOf(n[1].toLowerCase())>-1&&(n[1]=zDt(n[1].toLowerCase()))):3===n.length&&(n[0]=n[0].toLowerCase(),2===n[1].length&&(n[1]=n[1].toUpperCase()),"sgn"!==n[0]&&2===n[2].length&&(n[2]=n[2].toUpperCase()),t.indexOf(n[1].toLowerCase())>-1&&(n[1]=zDt(n[1].toLowerCase())),t.indexOf(n[2].toLowerCase())>-1&&(n[2]=zDt(n[2].toLowerCase()))),n.join("-")}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}},{key:"isSupportedCode",value:function(e){return("languageOnly"===this.options.load||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(e)>-1}},{key:"getBestMatchFromCodes",value:function(e){var t,n=this;return e?(e.forEach(function(e){if(!t){var r=n.formatLanguageCode(e);n.options.supportedLngs&&!n.isSupportedCode(r)||(t=r)}}),!t&&this.options.supportedLngs&&e.forEach(function(e){if(!t){var r=n.getLanguagePartFromCode(e);if(n.isSupportedCode(r))return t=r;t=n.options.supportedLngs.find(function(e){if(0===e.indexOf(r))return e})}}),t||(t=this.getFallbackCodes(this.options.fallbackLng)[0]),t):null}},{key:"getFallbackCodes",value:function(e,t){if(!e)return[];if("function"==typeof e&&(e=e(t)),"string"==typeof e&&(e=[e]),"[object Array]"===Object.prototype.toString.apply(e))return e;if(!t)return e.default||[];var n=e[t];return n||(n=e[this.getScriptPartFromCode(t)]),n||(n=e[this.formatLanguageCode(t)]),n||(n=e[this.getLanguagePartFromCode(t)]),n||(n=e.default),n||[]}},{key:"toResolveHierarchy",value:function(e,t){var n=this,r=this.getFallbackCodes(t||this.options.fallbackLng||[],e),i=[],a=function(e){e&&(n.isSupportedCode(e)?i.push(e):n.logger.warn("rejecting language code not found in supportedLngs: ".concat(e)))};return"string"==typeof e&&e.indexOf("-")>-1?("languageOnly"!==this.options.load&&a(this.formatLanguageCode(e)),"languageOnly"!==this.options.load&&"currentOnly"!==this.options.load&&a(this.getScriptPartFromCode(e)),"currentOnly"!==this.options.load&&a(this.getLanguagePartFromCode(e))):"string"==typeof e&&a(this.formatLanguageCode(e)),r.forEach(function(e){i.indexOf(e)<0&&a(n.formatLanguageCode(e))}),i}}]),e}(),RDt=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","tl","ti","tr","uz","wa"],nr:[1,2],fc:1},{lngs:["af","an","ast","az","bg","bn","ca","da","de","dev","el","en","eo","es","et","eu","fi","fo","fur","fy","gl","gu","ha","hi","hu","hy","ia","it","kk","kn","ku","lb","mai","ml","mn","mr","nah","nap","nb","ne","nl","nn","no","nso","pa","pap","pms","ps","pt-PT","rm","sco","se","si","so","son","sq","sv","sw","ta","te","tk","ur","yo"],nr:[1,2],fc:2},{lngs:["ay","bo","cgg","fa","ht","id","ja","jbo","ka","km","ko","ky","lo","ms","sah","su","th","tt","ug","vi","wo","zh"],nr:[1],fc:3},{lngs:["be","bs","cnr","dz","hr","ru","sr","uk"],nr:[1,2,5],fc:4},{lngs:["ar"],nr:[0,1,2,3,11,100],fc:5},{lngs:["cs","sk"],nr:[1,2,5],fc:6},{lngs:["csb","pl"],nr:[1,2,5],fc:7},{lngs:["cy"],nr:[1,2,3,8],fc:8},{lngs:["fr"],nr:[1,2],fc:9},{lngs:["ga"],nr:[1,2,3,7,11],fc:10},{lngs:["gd"],nr:[1,2,3,20],fc:11},{lngs:["is"],nr:[1,2],fc:12},{lngs:["jv"],nr:[0,1],fc:13},{lngs:["kw"],nr:[1,2,3,4],fc:14},{lngs:["lt"],nr:[1,2,10],fc:15},{lngs:["lv"],nr:[1,2,0],fc:16},{lngs:["mk"],nr:[1,2],fc:17},{lngs:["mnk"],nr:[0,1,2],fc:18},{lngs:["mt"],nr:[1,2,11,20],fc:19},{lngs:["or"],nr:[2,1],fc:2},{lngs:["ro"],nr:[1,2,20],fc:20},{lngs:["sl"],nr:[5,1,2,3],fc:21},{lngs:["he","iw"],nr:[1,2,20,21],fc:22}],WDt={1:function(e){return Number(e>1)},2:function(e){return Number(1!=e)},3:function(e){return 0},4:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},5:function(e){return Number(0==e?0:1==e?1:2==e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5)},6:function(e){return Number(1==e?0:e>=2&&e<=4?1:2)},7:function(e){return Number(1==e?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},8:function(e){return Number(1==e?0:2==e?1:8!=e&&11!=e?2:3)},9:function(e){return Number(e>=2)},10:function(e){return Number(1==e?0:2==e?1:e<7?2:e<11?3:4)},11:function(e){return Number(1==e||11==e?0:2==e||12==e?1:e>2&&e<20?2:3)},12:function(e){return Number(e%10!=1||e%100==11)},13:function(e){return Number(0!==e)},14:function(e){return Number(1==e?0:2==e?1:3==e?2:3)},15:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2)},16:function(e){return Number(e%10==1&&e%100!=11?0:0!==e?1:2)},17:function(e){return Number(1==e||e%10==1&&e%100!=11?0:1)},18:function(e){return Number(0==e?0:1==e?1:2)},19:function(e){return Number(1==e?0:0==e||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3)},20:function(e){return Number(1==e?0:0==e||e%100>0&&e%100<20?1:2)},21:function(e){return Number(e%100==1?1:e%100==2?2:e%100==3||e%100==4?3:0)},22:function(e){return Number(1==e?0:2==e?1:(e<0||e>10)&&e%10==0?2:3)}},FDt=["v1","v2","v3"],qDt={zero:0,one:1,two:2,few:3,many:4,other:5};var YDt=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};ps(this,e),this.languageUtils=t,this.options=n,this.logger=mDt.create("pluralResolver"),this.options.compatibilityJSON&&"v4"!==this.options.compatibilityJSON||"undefined"!=typeof Intl&&Intl.PluralRules||(this.options.compatibilityJSON="v3",this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")),this.rules=function(){var e={};return RDt.forEach(function(t){t.lngs.forEach(function(n){e[n]={numbers:t.nr,plurals:WDt[t.fc]}})}),e}()}return ms(e,[{key:"addRule",value:function(e,t){this.rules[e]=t}},{key:"getRule",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(this.shouldUseIntlApi())try{return new Intl.PluralRules(e,{type:t.ordinal?"ordinal":"cardinal"})}catch(e){return}return this.rules[e]||this.rules[this.languageUtils.getLanguagePartFromCode(e)]}},{key:"needsPlural",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.getRule(e,t);return this.shouldUseIntlApi()?n&&n.resolvedOptions().pluralCategories.length>1:n&&n.numbers.length>1}},{key:"getPluralFormsOfKey",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.getSuffixes(e,n).map(function(e){return"".concat(t).concat(e)})}},{key:"getSuffixes",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=this.getRule(e,n);return r?this.shouldUseIntlApi()?r.resolvedOptions().pluralCategories.sort(function(e,t){return qDt[e]-qDt[t]}).map(function(e){return"".concat(t.options.prepend).concat(e)}):r.numbers.map(function(r){return t.getSuffix(e,r,n)}):[]}},{key:"getSuffix",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=this.getRule(e,n);return r?this.shouldUseIntlApi()?"".concat(this.options.prepend).concat(r.select(t)):this.getSuffixRetroCompatible(r,t):(this.logger.warn("no plural rule found for: ".concat(e)),"")}},{key:"getSuffixRetroCompatible",value:function(e,t){var n=this,r=e.noAbs?e.plurals(t):e.plurals(Math.abs(t)),i=e.numbers[r];this.options.simplifyPluralSuffix&&2===e.numbers.length&&1===e.numbers[0]&&(2===i?i="plural":1===i&&(i=""));var a=function(){return n.options.prepend&&i.toString()?n.options.prepend+i.toString():i.toString()};return"v1"===this.options.compatibilityJSON?1===i?"":"number"==typeof i?"_plural_".concat(i.toString()):a():"v2"===this.options.compatibilityJSON||this.options.simplifyPluralSuffix&&2===e.numbers.length&&1===e.numbers[0]?a():this.options.prepend&&r.toString()?this.options.prepend+r.toString():r.toString()}},{key:"shouldUseIntlApi",value:function(){return!FDt.includes(this.options.compatibilityJSON)}}]),e}();function UDt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function GDt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?UDt(Object(n),!0).forEach(function(t){as(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):UDt(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}var XDt=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};ps(this,e),this.logger=mDt.create("interpolator"),this.options=t,this.format=t.interpolation&&t.interpolation.format||function(e){return e},this.init(t)}return ms(e,[{key:"init",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e.interpolation||(e.interpolation={escapeValue:!0});var t=e.interpolation;this.escape=void 0!==t.escape?t.escape:MDt,this.escapeValue=void 0===t.escapeValue||t.escapeValue,this.useRawValueToEscape=void 0!==t.useRawValueToEscape&&t.useRawValueToEscape,this.prefix=t.prefix?CDt(t.prefix):t.prefixEscaped||"{{",this.suffix=t.suffix?CDt(t.suffix):t.suffixEscaped||"}}",this.formatSeparator=t.formatSeparator?t.formatSeparator:t.formatSeparator||",",this.unescapePrefix=t.unescapeSuffix?"":t.unescapePrefix||"-",this.unescapeSuffix=this.unescapePrefix?"":t.unescapeSuffix||"",this.nestingPrefix=t.nestingPrefix?CDt(t.nestingPrefix):t.nestingPrefixEscaped||CDt("$t("),this.nestingSuffix=t.nestingSuffix?CDt(t.nestingSuffix):t.nestingSuffixEscaped||CDt(")"),this.nestingOptionsSeparator=t.nestingOptionsSeparator?t.nestingOptionsSeparator:t.nestingOptionsSeparator||",",this.maxReplaces=t.maxReplaces?t.maxReplaces:1e3,this.alwaysFormat=void 0!==t.alwaysFormat&&t.alwaysFormat,this.resetRegExp()}},{key:"reset",value:function(){this.options&&this.init(this.options)}},{key:"resetRegExp",value:function(){var e="".concat(this.prefix,"(.+?)").concat(this.suffix);this.regexp=new RegExp(e,"g");var t="".concat(this.prefix).concat(this.unescapePrefix,"(.+?)").concat(this.unescapeSuffix).concat(this.suffix);this.regexpUnescape=new RegExp(t,"g");var n="".concat(this.nestingPrefix,"(.+?)").concat(this.nestingSuffix);this.nestingRegexp=new RegExp(n,"g")}},{key:"interpolate",value:function(e,t,n,r){var i,a,o,l=this,s=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{};function c(e){return e.replace(/\$/g,"$$$$")}var d=function(e){if(e.indexOf(l.formatSeparator)<0){var i=EDt(t,s,e);return l.alwaysFormat?l.format(i,void 0,n,GDt(GDt(GDt({},r),t),{},{interpolationkey:e})):i}var a=e.split(l.formatSeparator),o=a.shift().trim(),c=a.join(l.formatSeparator).trim();return l.format(EDt(t,s,o),c,n,GDt(GDt(GDt({},r),t),{},{interpolationkey:o}))};this.resetRegExp();var h=r&&r.missingInterpolationHandler||this.options.missingInterpolationHandler,u=r&&r.interpolation&&void 0!==r.interpolation.skipOnVariables?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:function(e){return c(e)}},{regex:this.regexp,safeValue:function(e){return l.escapeValue?c(l.escape(e)):c(e)}}].forEach(function(t){for(o=0;i=t.regex.exec(e);){var n=i[1].trim();if(void 0===(a=d(n)))if("function"==typeof h){var s=h(e,i,r);a="string"==typeof s?s:""}else if(r&&r.hasOwnProperty(n))a="";else{if(u){a=i[0];continue}l.logger.warn("missed to pass in variable ".concat(n," for interpolating ").concat(e)),a=""}else"string"==typeof a||l.useRawValueToEscape||(a=bDt(a));var c=t.safeValue(a);if(e=e.replace(i[0],c),u?(t.regex.lastIndex+=a.length,t.regex.lastIndex-=i[0].length):t.regex.lastIndex=0,++o>=l.maxReplaces)break}}),e}},{key:"nest",value:function(e,t){var n,r,i=this,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=GDt({},a);function l(e,t){var n=this.nestingOptionsSeparator;if(e.indexOf(n)<0)return e;var r=e.split(new RegExp("".concat(n,"[ ]*{"))),i="{".concat(r[1]);e=r[0];var a=(i=this.interpolate(i,o)).match(/'/g),l=i.match(/"/g);(a&&a.length%2==0&&!l||l.length%2!=0)&&(i=i.replace(/'/g,'"'));try{o=JSON.parse(i),t&&(o=GDt(GDt({},t),o))}catch(t){return this.logger.warn("failed parsing options string in nesting for key ".concat(e),t),"".concat(e).concat(n).concat(i)}return delete o.defaultValue,e}for(o.applyPostProcessor=!1,delete o.defaultValue;n=this.nestingRegexp.exec(e);){var s=[],c=!1;if(-1!==n[0].indexOf(this.formatSeparator)&&!/{.*}/.test(n[1])){var d=n[1].split(this.formatSeparator).map(function(e){return e.trim()});n[1]=d.shift(),s=d,c=!0}if((r=t(l.call(this,n[1].trim(),o),o))&&n[0]===e&&"string"!=typeof r)return r;"string"!=typeof r&&(r=bDt(r)),r||(this.logger.warn("missed to resolve ".concat(n[1]," for nesting ").concat(e)),r=""),c&&(r=s.reduce(function(e,t){return i.format(e,t,a.lng,GDt(GDt({},a),{},{interpolationkey:n[1].trim()}))},r.trim())),e=e.replace(n[0],r),this.regexp.lastIndex=0}return e}}]),e}();function JDt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function QDt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?JDt(Object(n),!0).forEach(function(t){as(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):JDt(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function KDt(e){var t={};return function(n,r,i){var a=r+JSON.stringify(i),o=t[a];return o||(o=e(r,i),t[a]=o),o(n)}}var $Dt=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};ps(this,e),this.logger=mDt.create("formatter"),this.options=t,this.formats={number:KDt(function(e,t){var n=new Intl.NumberFormat(e,t);return function(e){return n.format(e)}}),currency:KDt(function(e,t){var n=new Intl.NumberFormat(e,QDt(QDt({},t),{},{style:"currency"}));return function(e){return n.format(e)}}),datetime:KDt(function(e,t){var n=new Intl.DateTimeFormat(e,QDt({},t));return function(e){return n.format(e)}}),relativetime:KDt(function(e,t){var n=new Intl.RelativeTimeFormat(e,QDt({},t));return function(e){return n.format(e,t.range||"day")}}),list:KDt(function(e,t){var n=new Intl.ListFormat(e,QDt({},t));return function(e){return n.format(e)}})},this.init(t)}return ms(e,[{key:"init",value:function(e){var t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}}).interpolation;this.formatSeparator=t.formatSeparator?t.formatSeparator:t.formatSeparator||","}},{key:"add",value:function(e,t){this.formats[e.toLowerCase().trim()]=t}},{key:"addCached",value:function(e,t){this.formats[e.toLowerCase().trim()]=KDt(t)}},{key:"format",value:function(e,t,n,r){var i=this,a=t.split(this.formatSeparator).reduce(function(e,t){var a=function(e){var t=e.toLowerCase().trim(),n={};if(e.indexOf("(")>-1){var r=e.split("(");t=r[0].toLowerCase().trim();var i=r[1].substring(0,r[1].length-1);"currency"===t&&i.indexOf(":")<0?n.currency||(n.currency=i.trim()):"relativetime"===t&&i.indexOf(":")<0?n.range||(n.range=i.trim()):i.split(";").forEach(function(e){if(e){var t=Rbe(e.split(":")),r=t[0],i=t.slice(1).join(":").trim().replace(/^'+|'+$/g,"");n[r.trim()]||(n[r.trim()]=i),"false"===i&&(n[r.trim()]=!1),"true"===i&&(n[r.trim()]=!0),isNaN(i)||(n[r.trim()]=parseInt(i,10))}})}return{formatName:t,formatOptions:n}}(t),o=a.formatName,l=a.formatOptions;if(i.formats[o]){var s=e;try{var c=r&&r.formatParams&&r.formatParams[r.interpolationkey]||{},d=c.locale||c.lng||r.locale||r.lng||n;s=i.formats[o](e,d,QDt(QDt(QDt({},l),r),c))}catch(e){i.logger.warn(e)}return s}return i.logger.warn("there was no format function for ".concat(o)),e},e);return a}}]),e}();function eIt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function tIt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?eIt(Object(n),!0).forEach(function(t){as(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):eIt(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function nIt(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}();return function(){var n,r=wbe(e);if(t){var i=wbe(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return Ebe(this,n)}}var rIt=function(){ybe(t,vDt);var e=nIt(t);function t(n,r,i){var a,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return ps(this,t),a=e.call(this),ADt&&vDt.call(Pn(a)),a.backend=n,a.store=r,a.services=i,a.languageUtils=i.languageUtils,a.options=o,a.logger=mDt.create("backendConnector"),a.waitingReads=[],a.maxParallelReads=o.maxParallelReads||10,a.readingCalls=0,a.maxRetries=o.maxRetries>=0?o.maxRetries:5,a.retryTimeout=o.retryTimeout>=1?o.retryTimeout:350,a.state={},a.queue=[],a.backend&&a.backend.init&&a.backend.init(i,o.backend,o),a}return ms(t,[{key:"queueLoad",value:function(e,t,n,r){var i=this,a={},o={},l={},s={};return e.forEach(function(e){var r=!0;t.forEach(function(t){var l="".concat(e,"|").concat(t);!n.reload&&i.store.hasResourceBundle(e,t)?i.state[l]=2:i.state[l]<0||(1===i.state[l]?void 0===o[l]&&(o[l]=!0):(i.state[l]=1,r=!1,void 0===o[l]&&(o[l]=!0),void 0===a[l]&&(a[l]=!0),void 0===s[t]&&(s[t]=!0)))}),r||(l[e]=!0)}),(Object.keys(a).length||Object.keys(o).length)&&this.queue.push({pending:o,pendingCount:Object.keys(o).length,loaded:{},errors:[],callback:r}),{toLoad:Object.keys(a),pending:Object.keys(o),toLoadLanguages:Object.keys(l),toLoadNamespaces:Object.keys(s)}}},{key:"loaded",value:function(e,t,n){var r=e.split("|"),i=r[0],a=r[1];t&&this.emit("failedLoading",i,a,t),n&&this.store.addResourceBundle(i,a,n),this.state[e]=t?-1:2;var o={};this.queue.forEach(function(n){!function(e,t,n,r){var i=yDt(e,t,Object),a=i.obj,o=i.k;a[o]=a[o]||[],r&&(a[o]=a[o].concat(n)),r||a[o].push(n)}(n.loaded,[i],a),function(e,t){void 0!==e.pending[t]&&(delete e.pending[t],e.pendingCount--)}(n,e),t&&n.errors.push(t),0!==n.pendingCount||n.done||(Object.keys(n.loaded).forEach(function(e){o[e]||(o[e]={});var t=n.loaded[e];t.length&&t.forEach(function(t){void 0===o[e][t]&&(o[e][t]=!0)})}),n.done=!0,n.errors.length?n.callback(n.errors):n.callback())}),this.emit("loaded",o),this.queue=this.queue.filter(function(e){return!e.done})}},{key:"read",value:function(e,t,n){var r=this,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:this.retryTimeout,o=arguments.length>5?arguments[5]:void 0;return e.length?this.readingCalls>=this.maxParallelReads?void this.waitingReads.push({lng:e,ns:t,fcName:n,tried:i,wait:a,callback:o}):(this.readingCalls++,this.backend[n](e,t,function(l,s){if(r.readingCalls--,r.waitingReads.length>0){var c=r.waitingReads.shift();r.read(c.lng,c.ns,c.fcName,c.tried,c.wait,c.callback)}l&&s&&i<r.maxRetries?setTimeout(function(){r.read.call(r,e,t,n,i+1,2*a,o)},a):o(l,s)})):o(null,{})}},{key:"prepareLoading",value:function(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),i&&i();"string"==typeof e&&(e=this.languageUtils.toResolveHierarchy(e)),"string"==typeof t&&(t=[t]);var a=this.queueLoad(e,t,r,i);if(!a.toLoad.length)return a.pending.length||i(),null;a.toLoad.forEach(function(e){n.loadOne(e)})}},{key:"load",value:function(e,t,n){this.prepareLoading(e,t,{},n)}},{key:"reload",value:function(e,t,n){this.prepareLoading(e,t,{reload:!0},n)}},{key:"loadOne",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=e.split("|"),i=r[0],a=r[1];this.read(i,a,"read",void 0,void 0,function(r,o){r&&t.logger.warn("".concat(n,"loading namespace ").concat(a," for language ").concat(i," failed"),r),!r&&o&&t.logger.log("".concat(n,"loaded namespace ").concat(a," for language ").concat(i),o),t.loaded(e,r,o)})}},{key:"saveMissing",value:function(e,t,n,r,i){var a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{};this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(t)?this.logger.warn('did not save key "'.concat(n,'" as the namespace "').concat(t,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!"):null!=n&&""!==n&&(this.backend&&this.backend.create&&this.backend.create(e,t,n,r,null,tIt(tIt({},a),{},{isUpdate:i})),e&&e[0]&&this.store.addResource(e[0],t,n,r))}}]),t}();function iIt(e){return"string"==typeof e.ns&&(e.ns=[e.ns]),"string"==typeof e.fallbackLng&&(e.fallbackLng=[e.fallbackLng]),"string"==typeof e.fallbackNS&&(e.fallbackNS=[e.fallbackNS]),e.supportedLngs&&e.supportedLngs.indexOf("cimode")<0&&(e.supportedLngs=e.supportedLngs.concat(["cimode"])),e}function aIt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function oIt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?aIt(Object(n),!0).forEach(function(t){as(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):aIt(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function lIt(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}();return function(){var n,r=wbe(e);if(t){var i=wbe(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return Ebe(this,n)}}function sIt(){}var cIt=function(){ybe(t,vDt);var e=lIt(t);function t(){var n,r,i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},a=arguments.length>1?arguments[1]:void 0;if(ps(this,t),n=e.call(this),ADt&&vDt.call(Pn(n)),n.options=iIt(i),n.services={},n.logger=mDt,n.modules={external:[]},r=Pn(n),Object.getOwnPropertyNames(Object.getPrototypeOf(r)).forEach(function(e){"function"==typeof r[e]&&(r[e]=r[e].bind(r))}),a&&!n.isInitialized&&!i.isClone){if(!n.options.initImmediate)return n.init(i,a),Ebe(n,Pn(n));setTimeout(function(){n.init(i,a)},0)}return n}return ms(t,[{key:"init",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;"function"==typeof t&&(n=t,t={}),!t.defaultNS&&!1!==t.defaultNS&&t.ns&&("string"==typeof t.ns?t.defaultNS=t.ns:t.ns.indexOf("translation")<0&&(t.defaultNS=t.ns[0]));var r={debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!0,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:function(e){var t={};if("object"===rs(e[1])&&(t=e[1]),"string"==typeof e[1]&&(t.defaultValue=e[1]),"string"==typeof e[2]&&(t.tDescription=e[2]),"object"===rs(e[2])||"object"===rs(e[3])){var n=e[3]||e[2];Object.keys(n).forEach(function(e){t[e]=n[e]})}return t},interpolation:{escapeValue:!0,format:function(e,t,n,r){return e},prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}};function i(e){return e?"function"==typeof e?new e:e:null}if(this.options=oIt(oIt(oIt({},r),this.options),iIt(t)),"v1"!==this.options.compatibilityAPI&&(this.options.interpolation=oIt(oIt({},r.interpolation),this.options.interpolation)),void 0!==t.keySeparator&&(this.options.userDefinedKeySeparator=t.keySeparator),void 0!==t.nsSeparator&&(this.options.userDefinedNsSeparator=t.nsSeparator),!this.options.isClone){var a;this.modules.logger?mDt.init(i(this.modules.logger),this.options):mDt.init(null,this.options),this.modules.formatter?a=this.modules.formatter:"undefined"!=typeof Intl&&(a=$Dt);var o=new BDt(this.options);this.store=new HDt(this.options.resources,this.options);var l=this.services;l.logger=mDt,l.resourceStore=this.store,l.languageUtils=o,l.pluralResolver=new YDt(o,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),!a||this.options.interpolation.format&&this.options.interpolation.format!==r.interpolation.format||(l.formatter=i(a),l.formatter.init(l,this.options),this.options.interpolation.format=l.formatter.format.bind(l.formatter)),l.interpolator=new XDt(this.options),l.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},l.backendConnector=new rIt(i(this.modules.backend),l.resourceStore,l,this.options),l.backendConnector.on("*",function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];e.emit.apply(e,[t].concat(r))}),this.modules.languageDetector&&(l.languageDetector=i(this.modules.languageDetector),l.languageDetector.init(l,this.options.detection,this.options)),this.modules.i18nFormat&&(l.i18nFormat=i(this.modules.i18nFormat),l.i18nFormat.init&&l.i18nFormat.init(this)),this.translator=new jDt(this.services,this.options),this.translator.on("*",function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];e.emit.apply(e,[t].concat(r))}),this.modules.external.forEach(function(t){t.init&&t.init(e)})}if(this.format=this.options.interpolation.format,n||(n=sIt),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){var s=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);s.length>0&&"dev"!==s[0]&&(this.options.lng=s[0])}this.services.languageDetector||this.options.lng||this.logger.warn("init: no languageDetector is used and no lng is defined");["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach(function(t){e[t]=function(){var n;return(n=e.store)[t].apply(n,arguments)}});["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach(function(t){e[t]=function(){var n;return(n=e.store)[t].apply(n,arguments),e}});var c=gDt(),d=function(){var t=function(t,r){e.isInitialized&&!e.initializedStoreOnce&&e.logger.warn("init: i18next is already initialized. You should call init just once!"),e.isInitialized=!0,e.options.isClone||e.logger.log("initialized",e.options),e.emit("initialized",e.options),c.resolve(r),n(t,r)};if(e.languages&&"v1"!==e.options.compatibilityAPI&&!e.isInitialized)return t(null,e.t.bind(e));e.changeLanguage(e.options.lng,t)};return this.options.resources||!this.options.initImmediate?d():setTimeout(d,0),c}},{key:"loadResources",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:sIt,r="string"==typeof e?e:this.language;if("function"==typeof e&&(n=e),!this.options.resources||this.options.partialBundledLanguages){if(r&&"cimode"===r.toLowerCase())return n();var i=[],a=function(e){e&&t.services.languageUtils.toResolveHierarchy(e).forEach(function(e){i.indexOf(e)<0&&i.push(e)})};if(r)a(r);else this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(function(e){return a(e)});this.options.preload&&this.options.preload.forEach(function(e){return a(e)}),this.services.backendConnector.load(i,this.options.ns,function(e){e||t.resolvedLanguage||!t.language||t.setResolvedLanguage(t.language),n(e)})}else n(null)}},{key:"reloadResources",value:function(e,t,n){var r=gDt();return e||(e=this.languages),t||(t=this.options.ns),n||(n=sIt),this.services.backendConnector.reload(e,t,function(e){r.resolve(),n(e)}),r}},{key:"use",value:function(e){if(!e)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!e.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return"backend"===e.type&&(this.modules.backend=e),("logger"===e.type||e.log&&e.warn&&e.error)&&(this.modules.logger=e),"languageDetector"===e.type&&(this.modules.languageDetector=e),"i18nFormat"===e.type&&(this.modules.i18nFormat=e),"postProcessor"===e.type&&NDt.addPostProcessor(e),"formatter"===e.type&&(this.modules.formatter=e),"3rdParty"===e.type&&this.modules.external.push(e),this}},{key:"setResolvedLanguage",value:function(e){if(e&&this.languages&&!(["cimode","dev"].indexOf(e)>-1))for(var t=0;t<this.languages.length;t++){var n=this.languages[t];if(!(["cimode","dev"].indexOf(n)>-1)&&this.store.hasLanguageSomeTranslations(n)){this.resolvedLanguage=n;break}}}},{key:"changeLanguage",value:function(e,t){var n=this;this.isLanguageChangingTo=e;var r=gDt();this.emit("languageChanging",e);var i=function(e){n.language=e,n.languages=n.services.languageUtils.toResolveHierarchy(e),n.resolvedLanguage=void 0,n.setResolvedLanguage(e)},a=function(a){e||a||!n.services.languageDetector||(a=[]);var o="string"==typeof a?a:n.services.languageUtils.getBestMatchFromCodes(a);o&&(n.language||i(o),n.translator.language||n.translator.changeLanguage(o),n.services.languageDetector&&n.services.languageDetector.cacheUserLanguage(o)),n.loadResources(o,function(e){!function(e,a){a?(i(a),n.translator.changeLanguage(a),n.isLanguageChangingTo=void 0,n.emit("languageChanged",a),n.logger.log("languageChanged",a)):n.isLanguageChangingTo=void 0,r.resolve(function(){return n.t.apply(n,arguments)}),t&&t(e,function(){return n.t.apply(n,arguments)})}(e,o)})};return e||!this.services.languageDetector||this.services.languageDetector.async?!e&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect(a):a(e):a(this.services.languageDetector.detect()),r}},{key:"getFixedT",value:function(e,t,n){var r=this,i=function e(t,i){var a;if("object"!==rs(i)){for(var o=arguments.length,l=new Array(o>2?o-2:0),s=2;s<o;s++)l[s-2]=arguments[s];a=r.options.overloadTranslationOptionHandler([t,i].concat(l))}else a=oIt({},i);a.lng=a.lng||e.lng,a.lngs=a.lngs||e.lngs,a.ns=a.ns||e.ns,a.keyPrefix=a.keyPrefix||n||e.keyPrefix;var c=r.options.keySeparator||".",d=a.keyPrefix?"".concat(a.keyPrefix).concat(c).concat(t):t;return r.t(d,a)};return"string"==typeof e?i.lng=e:i.lngs=e,i.ns=t,i.keyPrefix=n,i}},{key:"t",value:function(){var e;return this.translator&&(e=this.translator).translate.apply(e,arguments)}},{key:"exists",value:function(){var e;return this.translator&&(e=this.translator).exists.apply(e,arguments)}},{key:"setDefaultNamespace",value:function(e){this.options.defaultNS=e}},{key:"hasLoadedNamespace",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;var r=this.resolvedLanguage||this.languages[0],i=!!this.options&&this.options.fallbackLng,a=this.languages[this.languages.length-1];if("cimode"===r.toLowerCase())return!0;var o=function(e,n){var r=t.services.backendConnector.state["".concat(e,"|").concat(n)];return-1===r||2===r};if(n.precheck){var l=n.precheck(this,o);if(void 0!==l)return l}return!!this.hasResourceBundle(r,e)||(!(this.services.backendConnector.backend&&(!this.options.resources||this.options.partialBundledLanguages))||!(!o(r,e)||i&&!o(a,e)))}},{key:"loadNamespaces",value:function(e,t){var n=this,r=gDt();return this.options.ns?("string"==typeof e&&(e=[e]),e.forEach(function(e){n.options.ns.indexOf(e)<0&&n.options.ns.push(e)}),this.loadResources(function(e){r.resolve(),t&&t(e)}),r):(t&&t(),Promise.resolve())}},{key:"loadLanguages",value:function(e,t){var n=gDt();"string"==typeof e&&(e=[e]);var r=this.options.preload||[],i=e.filter(function(e){return r.indexOf(e)<0});return i.length?(this.options.preload=r.concat(i),this.loadResources(function(e){n.resolve(),t&&t(e)}),n):(t&&t(),Promise.resolve())}},{key:"dir",value:function(e){if(e||(e=this.resolvedLanguage||(this.languages&&this.languages.length>0?this.languages[0]:this.language)),!e)return"rtl";return["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"].indexOf(this.services.languageUtils.getLanguagePartFromCode(e))>-1||e.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}},{key:"cloneInstance",value:function(){var e=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:sIt,i=oIt(oIt(oIt({},this.options),n),{isClone:!0}),a=new t(i);void 0===n.debug&&void 0===n.prefix||(a.logger=a.logger.clone(n));return["store","services","language"].forEach(function(t){a[t]=e[t]}),a.services=oIt({},this.services),a.services.utils={hasLoadedNamespace:a.hasLoadedNamespace.bind(a)},a.translator=new jDt(a.services,a.options),a.translator.on("*",function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];a.emit.apply(a,[e].concat(n))}),a.init(i,r),a.translator.options=a.options,a.translator.backendConnector.services.utils={hasLoadedNamespace:a.hasLoadedNamespace.bind(a)},a}},{key:"toJSON",value:function(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}]),t}();as(cIt,"createInstance",function(){return new cIt(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},arguments.length>1?arguments[1]:void 0)});var dIt=cIt.createInstance();dIt.createInstance=cIt.createInstance,dIt.createInstance,dIt.init,dIt.loadResources,dIt.reloadResources,dIt.use,dIt.changeLanguage,dIt.getFixedT;var hIt=dIt.t;dIt.exists,dIt.setDefaultNamespace,dIt.hasLoadedNamespace,dIt.loadNamespaces,dIt.loadLanguages;var uIt=function(e){void 0===e&&(e=new Date);var t=e.getDay(),n=0===t?-6:1-t,r=new Date(e);return r.setDate(e.getDate()+n),r},pIt=function(e){void 0===e&&(e=new Date);var t=e.getDay(),n=0===t?0:7-t,r=new Date(e);return r.setDate(e.getDate()+n),r},fIt=function(){var e=new Date,t=e.getFullYear(),n=e.getMonth(),r=e.getDate();return[{value:null,label:"Tùy chọn",type:[]},{value:1,label:"Năm hiện tại",type:[new Date(t,0,1),new Date(t+1,0,0)]},{value:2,label:"Quý hiện tại",type:[new Date(t,3*Math.floor(n/3),1),new Date(t,3*Math.floor(n/3)+3,0)]},{value:3,label:"Tháng hiện tại",type:[new Date(t,n,1),new Date(t,n+1,0)]},{value:4,label:"30 ngày trước",type:[new Date(t,n,r-30),new Date]},{value:5,label:"30 ngày sau",type:[new Date,new Date(t,n,r+30)]},{value:6,label:"Tuần hiện tại",type:[uIt(),pIt()]},{value:7,label:"Ngày hiện tại",type:[new Date,new Date]},{value:8,label:"Năm trước",type:[new Date(t-1,0,1),new Date(t,0,0)]},{value:9,label:"Quý trước",type:[new Date(t,3*Math.floor(n/3-1),1),new Date(t,3*Math.floor(n/3-1)+3,0)]},{value:10,label:"Tháng trước",type:[new Date(t,n-1,1),new Date(t,n,0)]},{value:11,label:"Tháng sau",type:[new Date(t,n+1,1),new Date(t,n+2,0)]},{value:12,label:"Tuần trước",type:[uIt(new Date(t,n,r-7)),pIt(new Date(t,n,r-7))]},{value:13,label:"Tuần sau",type:[uIt(new Date(t,n,r+7)),pIt(new Date(t,n,r+7))]},{value:14,label:"Ngày trước",type:[new Date(t,n,r-1),new Date(t,n,r-1)]}]};exports.ExternalInterface=cCt,exports.ExternalInterfaceExtend=function(t){var n,r=t.toolbarTemplate,i=t.paramToolbar,a=t.currentPageDefault,o=t.queryOrderDefault,l=t.rowsPerPageDefault,s=t.selectionSetting,c=t.isShowSearch,d=t.queryKeyDataView,h=t.isSelectMulti,u=t.canContextMenuItems,p=t.handleContextMenuClick,m=t.rowSelected,v=t.dataSourceFilter,g=t.infiniteScroll,b=t.listContextHide,y=t.querySelectDefault,w=t.api,x=t.t,E=t.contextMenuOpen,k=t.stateId,C=t.viewIdTable,M=t.height,O=t.hasIndex,Z=t.dataSelected,D=t.showColumnChoose,I=t.typeCheckbox,H=t.format,N=t.rowSelection,T=t.dataSource,L=t.columns,P=t.totalCount,V=t.breakText,j=t.allowPaging,z=t.allowResizing,B=t.showUltilities,R=t.handleDoubleContextMenuClick,W=t.stateChildId,F=t.titleChild,q=t.loading,Y=t.checkInitSub,U=t.checkInit,G=t.hasWorkflow,X=t.apiWorkflow,K=t.rowClassName,$=t.printApi,ee=t.allowFilterClient,te=t.ultilities,ne=t.summary,re=t.hideSelectAll,ie=t.onChangeParam,ae=t.showToolbar,oe=t.initAbility,le=t.pageSizeOptions,se=t.onDataChange,ce=t.onColumnChange,de=t.group,he=t.onChangeTabChildren,ue=t.exportExcel,pe=function(){return{innerWidth:window.innerWidth,innerHeight:window.innerHeight}},fe=e.useState(pe()),me=fe[0],ve=fe[1];e.useEffect(function(){var e=function(){ve(pe())};return window.addEventListener("resize",e),function(){window.removeEventListener("resize",e)}},[]);var ge=null!=M?M:500,be=[1,0],ye=[.5,.5],we=e.useState(be),xe=we[0],Ee=we[1],ke=e.useState(ge),Ce=ke[0],Se=ke[1],Me=e.useState(0),Ae=Me[0],_e=Me[1],Oe=e.useState(0),Ze=Oe[0],De=Oe[1],Ie=e.useState({}),He=Ie[0],Ne=Ie[1],Te=e.useState({}),Le=Te[0],Pe=Te[1],Ve=e.useState({}),je=Ve[0],ze=Ve[1],Be=e.useState({}),Re=Be[0],We=Be[1],Fe=e.useState(!1)[0],qe=function(){},Ye=Q(null==He?void 0:He.file)?"[]":null==He?void 0:He.file,Ue=function(){Ee(ye),Se(ge/2),_e(ge/2)},Ge=function(){De(0),he&&he(0),Ee(be),Se(ge),_e(0)};e.useEffect(function(){We(S(S({},Re),je))},[je]),e.useEffect(function(){0===(null==xe?void 0:xe[1])&&(De(0),he&&he(0))},[null==xe?void 0:xe[1]]);var Xe=e.useState({}),Je=Xe[0],Qe=Xe[1],Ke=e.useState({}),$e=Ke[0],et=Ke[1],tt=(null!==(n=null==W?void 0:W.filter(function(e){return J(e.columns)}).map(function(e){return e.stateId}))&&void 0!==n?n:[]).join();return e.useEffect(function(){!Q(tt)&&((null==xe?void 0:xe[1])>0||Fe)&&function(e){A(void 0,void 0,void 0,function(){var t,n,r,i,a,o,l,s,c,d,h,u;return _(this,function(p){switch(p.label){case 0:return[4,ia({ParaJson:JSON.stringify({ViewId:e})})];case 1:return t=p.sent(),n=JSON.parse(null!==(s=null===(l=null==t?void 0:t[0])||void 0===l?void 0:l.dataJson)&&void 0!==s?s:"[]"),r=JSON.parse(null!==(d=null===(c=null==n?void 0:n[0])||void 0===c?void 0:c.DataSetting)&&void 0!==d?d:"[]"),i={},a=JSON.parse(null!==(u=null===(h=null==n?void 0:n[0])||void 0===h?void 0:h.Data)&&void 0!==u?u:"[]"),o={},null==W||W.forEach(function(e){var t,n,l,s,c,d,h,u=r.find(function(t){var n,r;return(null!==(n=null==t?void 0:t.ViewId)&&void 0!==n?n:"").toLowerCase()===(null!==(r=null==e?void 0:e.stateId)&&void 0!==r?r:"").toLowerCase()}),p=JSON.parse(Q(null==u?void 0:u.More)?"{}":null==u?void 0:u.More),f=JSON.parse(Q(null==u?void 0:u.GroupData)?"{}":null==u?void 0:u.GroupData),m=S(S({},p),{showGroupIcon:null===(t=null==f?void 0:f.showGroupIcon)||void 0===t||t,hiddenColumnGroup:null===(n=null==f?void 0:f.hiddenColumnGroup)||void 0===n||n,isGroup:null!==(s=null!==(l=null==de?void 0:de.groupAble)&&void 0!==l?l:null==f?void 0:f.isGroup)&&void 0!==s&&s,isGroupClient:null!==(c=null==f?void 0:f.isGroupClient)&&void 0!==c&&c});i[e.stateId]=m;var v=a.filter(function(t){var n,r;return(null!==(n=null==t?void 0:t.ViewId)&&void 0!==n?n:"").toLowerCase()===(null!==(r=null==e?void 0:e.stateId)&&void 0!==r?r:"").toLowerCase()});o[e.stateId]=sa([],x,{hasIndex:null===(d=null==e?void 0:e.hasIndex)||void 0===d||d,breakText:null!==(h=null==e?void 0:e.breakText)&&void 0!==h?h:null==p?void 0:p.breakText,hasWorkflow:!1,levelGroup:0,responseColumn:v}),e.columns=o[e.stateId]}),et(i),Qe(o),[2]}})})}(tt)},[tt,null==xe?void 0:xe[1],Fe]),f.default.createElement("div",{style:{height:"".concat(me.innerHeight-180,"px")}},f.default.createElement(bCt,{orientation:"horizontal"},f.default.createElement(FCt,{flex:xe[0],minSize:0,onStopResize:function(e){var t=e.domElement.clientHeight;Se(t),_e(ge-t)},style:{}},f.default.createElement("div",{className:"pane-content",id:"reflex-top"},f.default.createElement("div",{onMouseUp:function(e){2===(null==e?void 0:e.button)&&Ge()}},f.default.createElement(cCt,{windowSize:me,showColumnChoose:D,isSelectMulti:h,dataSourceFilter:v,totalCount:P,dataSource:T,columns:L,exportExcel:ue,rowSelection:N,format:H,stateId:k,listColumn:Je,stateChildId:W,selectionSetting:s,height:Ce-5,viewIdTable:C,currentPageDefault:a,rowsPerPageDefault:l,pageSizeOptions:le,queryOrderDefault:o,queryKeyDataView:d,handleContextMenuClick:p,rowSelected:function(e){m&&m(e),function(e){var t;De(0),he&&he(0);var n=e.rowData;n&&!e.rightClick&&W&&(null==W?void 0:W.length)>0&&J(null==n?void 0:n.field)&&(Ne(e.rowData),Ue()),(0===(null===(t=e.selected)||void 0===t?void 0:t.length)||e.rightClick)&&(Ne({}),Ge())}(e)},infiniteScroll:g,group:de,allowPaging:j,allowResizing:z,listContextHide:b,querySelectDefault:y,contextMenuOpen:E,canContextMenuItems:u,typeCheckbox:I,t:x,api:w,toolbarTemplate:r,paramToolbar:i,hasIndex:O,breakText:V,dataSelected:Z,handleDoubleContextMenuClick:R,loading:q,checkInit:U,checkInitSub:Y,hasWorkflow:G,apiWorkflow:X,rowClassName:K,printApi:$,showUltilities:B,allowFilterClient:ee,summary:ne,hideSelectAll:re,ultilities:te,onChangeParam:ie,showToolbar:ae,initAbility:oe,isShowSearch:c,onDataChange:se,onColumnChange:ce})))),W&&W.length>0&&f.default.createElement(vCt,{style:{display:0===xe[1]?"none":"block"}}),W&&W.length>0&&f.default.createElement(FCt,{flex:xe[1],style:{height:"".concat(ge-Ce-150,"px")},minSize:0},f.default.createElement(yCt,{className:"handle"},!(0===xe[1])&&UCt({titleChild:F,stateChildId:W,activeTab:Ze,rowsSelectedChild:Le,handleCloseDetail:Ge,t:x})),!(0===xe[1])&&GCt({_height:ge,heightTop:Ce,activeTab:Ze,setActiveTab:De,onChangeTabChildren:he,stateChildId:W,t:x,windowSize:me,titleChild:F,heightBottom:Ae,format:H,listSettingTable:$e,listColumn:Je,rowsSelected:He,settotalChild:ze,rowsSelectedChild:Le,setrowsSelectedChild:Pe,files:Ye,loading:q,api:w,_totalChild:Re}))),Fe&&f.default.createElement(YCt,{open:Fe,toggleSidebar:qe,width:1e3},f.default.createElement(Gpe,{className:"customizer-content",style:{height:"calc(".concat(me.innerHeight-58,"px)")}},f.default.createElement(tpe,{typeModal:"View",handleModal:qe,title:null!=F?F:"Detail"}),UCt({titleChild:F,stateChildId:W,activeTab:Ze,rowsSelectedChild:Le,handleCloseDetail:Ge,t:x}),GCt({_height:ge,heightTop:Ce,activeTab:Ze,setActiveTab:De,onChangeTabChildren:he,stateChildId:W,t:x,windowSize:me,titleChild:F,heightBottom:Ae,format:H,listSettingTable:$e,listColumn:Je,rowsSelected:He,settotalChild:ze,rowsSelectedChild:Le,setrowsSelectedChild:Pe,files:Ye,loading:q,api:w,_totalChild:Re})),f.default.createElement("div",{className:"d-flex justify-content-end p-1",style:{boxShadow:"0 4px 24px 0 rgb(34 41 47 / 10%)"}},f.default.createElement(e.Fragment,null,f.default.createElement(xn,{color:"secondary",onClick:qe,outline:!0},x("Close"))))))},exports.HeaderExternalInterface=function(e){var t=e.buttons,n=e.breadCrumb,r=e.CanPer,i=e.t;return f.default.createElement("div",{className:"table-toolbar"},f.default.createElement(nr,{className:"table-bar bar__action"},f.default.createElement(lr,null,f.default.createElement("div",{className:"d-flex justify-content-between align-items-center w-100"},f.default.createElement("div",{className:"bar__action-left"},f.default.createElement(XCt,{breadCrumbTitle:n.breadCrumbTitle,breadCrumbActive:i(n.breadCrumbActive),breadCrumbParent:n.breadCrumbParent})),f.default.createElement("div",{className:"bar__action-right d-flex"},t&&t.length>0&&t.map(function(e,t){var n,a,o,l=$i[null!==(n=e.icon)&&void 0!==n?n:"Plus"];return f.default.createElement(r,{I:e.userAction,a:e.userSubject,key:t},f.default.createElement(xn,{color:e.color||"primary",onClick:e.actionClick,disabled:e.disabled,className:"me-1 d-flex"},f.default.createElement(l,{fontSize:null!==(a=e.fontSize)&&void 0!==a?a:14,className:"me-50"}),String(i(null!==(o=e.title)&&void 0!==o?o:""))))}))))))},exports.RENDER=sCt,exports.ToolbarTemplate=function(e){var t=window.localStorage.getItem("i18nextLng"),n=t||"vi";return xAt.load({vi:{daterangepicker:{placeholder:"Chọn ngày",startLabel:"Ngày bắt đầu",endLabel:"Ngày kết thúc",applyText:"Chọn",cancelText:"Hủy",selectedDays:"Chọn ngày",days:"Ngày",customRange:"Tùy chỉnh"}}}),function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var n=0,r=e;n<r.length;n++){var i=r[n];iSt(PSt,i,{},!0)}}(require("@src/assets/cldr-data/main/".concat(n,"/ca-gregorian.json")),require("@src/assets/cldr-data/main/".concat(n,"/numbers.json")),require("@src/assets/cldr-data/main/".concat(n,"/timeZoneNames.json")),require("@src/assets/supplemental/numberingSystems.json")),VSt=n,LSt.notify("notifyExternalChange",{locale:VSt}),e.map(function(e,t){var r,i,a,o,l,s,c,d,u,p,m,v,g,b,y,w,x,E,k,C,M,A,_,O,Z,D,I,H,N,T,L=null!==(r=e.option)&&void 0!==r?r:[],P=function(e,t){for(var n,r=0;r<e.length;r++){var i=e[r];if(i[i.fieldValue?i.fieldValue:"value"]===t)return S({},i);if((null===(n=i.children)||void 0===n?void 0:n.length)>0){var a=P(i.children,t);if(a)return a}}};return J(e.template)?{template:f.default.createElement("div",{key:t,className:"me-50",style:{width:null!==(i=e.width)&&void 0!==i?i:"listDate"===e.type?220:200},title:hIt(null!==(a=e.placeholder)&&void 0!==a?a:"")},"daterange"===e.type&&f.default.createElement(dDt,{id:"daterangepicker",placeholder:e.t(null!==(o=e.placeholder)&&void 0!==o?o:""),startDate:!J(e.data)&&(null===(l=e.data)||void 0===l?void 0:l.length)>0?e.data[0]:void 0,endDate:!J(e.data)&&(null===(s=e.data)||void 0===s?void 0:s.length)>0?e.data[1]:void 0,format:V.dateFormat,onChange:function(t){var n,r;J(null===(n=t.target)||void 0===n?void 0:n.value)?e.setData([]):e.setData(null===(r=t.target)||void 0===r?void 0:r.value)},openOnFocus:!0,locale:n}),"listDate"===e.type&&(0===(null===(c=e.data)||void 0===c?void 0:c.value)?f.default.createElement(dDt,{id:"daterangepicker",placeholder:e.t(null!==(d=e.placeholder)&&void 0!==d?d:""),startDate:!J(null===(u=e.data)||void 0===u?void 0:u.type)&&(null===(m=null===(p=e.data)||void 0===p?void 0:p.type)||void 0===m?void 0:m.length)>0?null===(g=null===(v=e.data)||void 0===v?void 0:v.type)||void 0===g?void 0:g[0]:void 0,endDate:!J(null===(b=e.data)||void 0===b?void 0:b.type)&&(null===(w=null===(y=e.data)||void 0===y?void 0:y.type)||void 0===w?void 0:w.length)>0?null===(E=null===(x=e.data)||void 0===x?void 0:x.type)||void 0===E?void 0:E[1]:void 0,format:V.dateFormat,onChange:function(t){var n,r;J(null===(n=t.target)||void 0===n?void 0:n.value)?e.setData({}):e.setData(S(S({},e.data),{type:null===(r=t.target)||void 0===r?void 0:r.value}))},openOnFocus:!0,locale:n}):f.default.createElement(h.SelectTable,{onChange:function(t){var n;0===(null==t?void 0:t.value)?e.setData({value:t.value,type:null===(n=e.data)||void 0===n?void 0:n.type}):e.setData(t)},isClearable:!0,options:fIt(),value:fIt().find(function(t){var n;return t.value===(null===(n=e.data)||void 0===n?void 0:n.value)}),placeholder:hIt(null!==(k=e.placeholder)&&void 0!==k?k:"")})),"select"===e.type&&f.default.createElement(h.SelectTable,{value:e.isMulti?Array.isArray(e.data)&&e.data.length>0?L.filter(function(t){return Array.isArray(e.data)&&e.data.some(function(n){var r;return t[null!==(r=e.fieldValue)&&void 0!==r?r:"value"]===n})}):[]:J(e.data)?void 0:L.find(function(t){var n;return t[null!==(n=e.fieldValue)&&void 0!==n?n:"value"]===e.data}),onChange:function(t){var n,r,i;e.isMulti&&(J(t)||0===(null==t?void 0:t.length))?e.setData([]):!e.isMulti&&J(t)?e.setData(void 0):(e.isMulti||JSON.stringify(t[null!==(n=e.fieldValue)&&void 0!==n?n:"value"])!==JSON.stringify(e.data))&&(e.isMulti?e.setData((null!==(r=null==t?void 0:t.length)&&void 0!==r?r:0)>0?t.map(function(t){var n;return t[null!==(n=e.fieldValue)&&void 0!==n?n:"value"]}):[]):e.setData(J(t)?void 0:t[null!==(i=e.fieldValue)&&void 0!==i?i:"value"]))},fieldValue:null!==(C=e.fieldValue)&&void 0!==C?C:"value",fieldLabel:null!==(M=e.fieldLabel)&&void 0!==M?M:"label",placeholder:e.t(null!==(A=e.placeholder)&&void 0!==A?A:""),isMulti:null!==(_=e.isMulti)&&void 0!==_&&_,options:L,isClearable:null===(O=e.isClearable)||void 0===O||O,columns:e.columns,loadOptions:e.loadOption}),"selecttree"===e.type&&f.default.createElement(h.SelectTableTree,{value:(e.isMulti?(null===(Z=e.data)||void 0===Z?void 0:Z.length)>0:!J(e.data))?e.isMulti?e.data:P(L,e.data):e.isMulti?[]:void 0,onChange:function(t){var n;(e.isMulti||(e.fieldValue&&t?t[e.fieldValue]:null==t?void 0:t.value)!==e.data)&&(e.isMulti?e.setData(J(t)?[]:t):e.setData(J(t)?void 0:t[null!==(n=e.fieldValue)&&void 0!==n?n:"value"]))},columns:null!==(D=e.columns)&&void 0!==D?D:ae,placeholder:e.t(null!==(I=e.placeholder)&&void 0!==I?I:""),options:null!=L?L:[],isMulti:null!==(H=e.isMulti)&&void 0!==H&&H,isClearable:!0})),position:null!==(N=e.position)&&void 0!==N?N:"left"}:{template:e.template instanceof Function?e.template():e.template,position:null!==(T=e.position)&&void 0!==T?T:"left"}})},exports.listFilterDate=fIt,exports.renderColumnTableGrid=sa;
|