@syncfusion/ej2-base 20.1.56 → 20.1.58-106983

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.
Files changed (100) hide show
  1. package/.eslintrc.json +16 -1
  2. package/CHANGELOG.md +108 -4
  3. package/{README.md → ReadMe.md} +5 -6
  4. package/bin/syncfusion-license.js +2 -0
  5. package/dist/ej2-base.min.js +1 -0
  6. package/dist/ej2-base.umd.min.js +1 -10
  7. package/dist/ej2-base.umd.min.js.map +1 -1
  8. package/dist/es6/ej2-base.es2015.js +671 -315
  9. package/dist/es6/ej2-base.es2015.js.map +1 -1
  10. package/dist/es6/ej2-base.es5.js +448 -233
  11. package/dist/es6/ej2-base.es5.js.map +1 -1
  12. package/dist/global/ej2-base.min.js +1 -10
  13. package/dist/global/ej2-base.min.js.map +1 -1
  14. package/dist/global/index.d.ts +0 -9
  15. package/e2e/modified-protractor/protractor.config.js +316 -0
  16. package/e2e/protractor.config.js +56 -24
  17. package/helpers/e2e/base.js +62 -52
  18. package/helpers/e2e/index.js +8 -6
  19. package/package.json +78 -158
  20. package/src/animation.d.ts +13 -0
  21. package/src/animation.js +31 -4
  22. package/src/base.js +12 -12
  23. package/src/browser.js +9 -9
  24. package/src/child-property.js +10 -10
  25. package/src/component-model.d.ts +1 -1
  26. package/src/component.d.ts +1 -1
  27. package/src/component.js +30 -11
  28. package/src/dom.js +10 -10
  29. package/src/draggable-model.d.ts +21 -8
  30. package/src/draggable.d.ts +31 -6
  31. package/src/draggable.js +118 -21
  32. package/src/event-handler.js +6 -6
  33. package/src/hijri-parser.js +1 -1
  34. package/src/intl/date-parser.js +4 -4
  35. package/src/intl/intl-base.js +4 -4
  36. package/src/intl/number-formatter.js +3 -3
  37. package/src/intl/parser-base.js +2 -2
  38. package/src/keyboard.js +4 -4
  39. package/src/l10n.js +5 -5
  40. package/src/module-loader.js +2 -2
  41. package/src/notify-property-change.js +28 -28
  42. package/src/observer.js +9 -9
  43. package/src/sanitize-helper.js +3 -3
  44. package/src/template-engine.js +14 -14
  45. package/src/template.js +3 -2
  46. package/src/touch.js +4 -0
  47. package/src/util.js +30 -28
  48. package/src/validate-lic.d.ts +4 -0
  49. package/src/validate-lic.js +107 -42
  50. package/styles/_all.scss +1 -2
  51. package/styles/_bootstrap4-definition.scss +0 -1
  52. package/styles/_fusionnew-dark-definition.scss +9 -0
  53. package/styles/_fusionnew-definition.scss +9 -0
  54. package/styles/_highcontrast-light-definition.scss +0 -1
  55. package/styles/_material-dark-definition.scss +1 -1
  56. package/styles/_material-definition.scss +1 -1
  57. package/styles/_material3-dark-definition.scss +10 -0
  58. package/styles/_material3-definition.scss +9 -0
  59. package/styles/_tailwind-dark-definition.scss +1 -1
  60. package/styles/_tailwind-definition.scss +1 -1
  61. package/styles/animation/_all.scss +31 -30
  62. package/styles/bootstrap-dark.css +157 -1
  63. package/styles/bootstrap.css +157 -1
  64. package/styles/bootstrap4.css +157 -1
  65. package/styles/bootstrap5-dark.css +157 -1
  66. package/styles/bootstrap5.css +157 -1
  67. package/styles/common/_core.scss +16 -4
  68. package/styles/definition/_bootstrap-dark.scss +114 -0
  69. package/styles/definition/_bootstrap.scss +115 -1
  70. package/styles/definition/_bootstrap4.scss +114 -0
  71. package/styles/definition/_bootstrap5-dark.scss +132 -24
  72. package/styles/definition/_bootstrap5.scss +124 -14
  73. package/styles/definition/_fabric-dark.scss +114 -0
  74. package/styles/definition/_fabric.scss +114 -0
  75. package/styles/definition/_fluent-dark.scss +144 -22
  76. package/styles/definition/_fluent.scss +135 -14
  77. package/styles/definition/_fusionnew-dark.scss +360 -0
  78. package/styles/definition/_fusionnew.scss +361 -0
  79. package/styles/definition/_highcontrast-light.scss +112 -0
  80. package/styles/definition/_highcontrast.scss +114 -0
  81. package/styles/definition/_material-dark.scss +114 -0
  82. package/styles/definition/_material.scss +117 -0
  83. package/styles/definition/_material3-dark.scss +421 -0
  84. package/styles/definition/_material3.scss +361 -0
  85. package/styles/definition/_tailwind-dark.scss +128 -17
  86. package/styles/definition/_tailwind.scss +130 -19
  87. package/styles/fabric-dark.css +161 -2
  88. package/styles/fabric.css +161 -2
  89. package/styles/fluent-dark.css +157 -1
  90. package/styles/fluent.css +157 -1
  91. package/styles/highcontrast-light.css +164 -2
  92. package/styles/highcontrast.css +164 -2
  93. package/styles/material-dark.css +157 -1
  94. package/styles/material.css +157 -1
  95. package/styles/offline-theme/material-dark.css +2625 -0
  96. package/styles/offline-theme/material.css +2625 -0
  97. package/styles/offline-theme/tailwind-dark.css +1899 -0
  98. package/styles/offline-theme/tailwind.css +1899 -0
  99. package/styles/tailwind-dark.css +157 -1
  100. package/styles/tailwind.css +157 -1
@@ -1,11 +1,2 @@
1
- /*!
2
- * filename: ej2-base.umd.min.js
3
- * version : 20.1.56
4
- * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
- * Use of this code is subject to the terms of our license.
6
- * A copy of the current license can be obtained at any time by e-mailing
7
- * licensing@syncfusion.com. Any infringement will be prosecuted under
8
- * applicable laws.
9
- */
10
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t(e.ej={})}(this,function(e){"use strict";function t(e,t){var r=t;return r.unshift(void 0),new(Function.prototype.bind.apply(e,r))}function r(e){var t,r=new Uint16Array(5);(window.msCrypto||window.crypto).getRandomValues(r);var n="ej2"+function(e){for(var t="",r=0;r<5;r++)t+=(r?",":"")+e[r];return t}(r),i=function(r){r.source===window&&"string"==typeof r.data&&r.data.length<=32&&r.data===n&&(e(),t())};return window.addEventListener("message",i,!1),window.postMessage(n,"*"),t=function(){window.removeEventListener("message",i),e=i=n=void 0}}function n(e,t){for(var r=t,n=e.replace(/\[/g,".").replace(/\]/g,"").split("."),i=0;i<n.length&&!u(r);i++)r=r[n[i]];return r}function i(e,t,r){var n,i,o=e.replace(/\[/g,".").replace(/\]/g,"").split("."),a=r||{},s=a,l=o.length;for(n=0;n<l;n++)i=o[n],n+1===l?s[i]=void 0===t?{}:t:c(s[i])&&(s[i]={}),s=s[i];return a}function o(e,t){delete e[t]}function a(e){return!c(e)&&e.constructor==={}.constructor}function s(e,t){if(!c(t))for(var r=e,n=t,i=0,o=Object.keys(t);i<o.length;i++){var s=o[i];c(r.deepMerge)||-1===r.deepMerge.indexOf(s)||!a(n[s])&&!Array.isArray(n[s])?r[s]=n[s]:l(r[s],r[s],n[s],!0)}}function l(e,t,r,n){var i=e&&"object"==typeof e?e:{},o=arguments.length;n&&(o-=1);for(var s=function(e){if(!c[e])return"continue";var t=c[e];Object.keys(t).forEach(function(e){var r,o=i[e],s=t[e],c=Array.isArray(s)&&Array.isArray(o)&&s.length!==o.length,u=!m()||!(o instanceof Event||c);n&&u&&(a(s)||Array.isArray(s))?a(s)?(r=o||{},Array.isArray(r)&&r.hasOwnProperty("isComplexArray")?l(r,{},s,n):i[e]=l(r,{},s,n)):(r=m()?o&&Object.keys(s).length:o||[],i[e]=l([],r,s,n)):i[e]=s})},c=arguments,u=1;u<o;u++)s(u);return i}function c(e){return void 0===e||null===e}function u(e){return void 0===e}function p(e,t){var r;return function(){var n=this,i=arguments;clearTimeout(r),r=setTimeout(function(){return r=null,e.apply(n,i)},t)}}function h(e,t){var r=e;return r===t||!(r===document||!r)&&h(r.parentNode,t)}function d(e){try{throw new Error(e)}catch(e){throw e.message+"\n"+e.stack}}function m(){return ne}function f(){if("undefined"!=typeof window){var e=new Uint16Array(5);return(window.msCrypto||window.crypto).getRandomValues(e)}}function g(e,t){var r=Ve.test(e)?document.createElementNS("http://www.w3.org/2000/svg",e):document.createElement(e);return void 0===t?r:(r.innerHTML=t.innerHTML?t.innerHTML:"",void 0!==t.className&&(r.className=t.className),void 0!==t.id&&(r.id=t.id),void 0!==t.styles&&r.setAttribute("style",t.styles),void 0!==t.attrs&&P(r,t.attrs),r)}function y(e,t){for(var r=b(t),o=0,s=e;o<s.length;o++)for(var l=s[o],u=0,p=r;u<p.length;u++){var h=p[u];if(a(l)){var d=n("attributes.className",l);c(d)?i("attributes.className",h,l):new RegExp("\\b"+h+"\\b","i").test(d)||i("attributes.className",d+" "+h,l)}else l.classList.contains(h)||l.classList.add(h)}return e}function v(e,t){for(var r=b(t),o=0,s=e;o<s.length;o++){var l=s[o],c=a(l);if(c?n("attributes.className",l):""!==l.className)for(var u=0,p=r;u<p.length;u++){var h=p[u];if(c){var d=n("attributes.className",l).split(" "),m=d.indexOf(h);-1!==m&&d.splice(m,1),i("attributes.className",d.join(" "),l)}else l.classList.remove(h)}}return e}function b(e){var t=[];return"string"==typeof e?t.push(e):t=e,t}function M(e){var t=e;return""===t.style.visibility&&t.offsetWidth>0}function D(e){e.querySelectorAll("script").forEach(function(e){var t=document.createElement("script");t.text=e.innerHTML,document.head.appendChild(t),w(t)})}function w(e){var t=e.parentNode;if(t)return t.removeChild(e)}function P(e,t){for(var r=e,n=0,i=Object.keys(t);n<i.length;n++){var o=i[n];if(a(r)){var s=o;"tabindex"===o&&(s="tabIndex"),r.attributes[s]=t[o]}else r.setAttribute(o,t[o])}return r}function E(e,t,r){return void 0===t&&(t=document),e=O(e),t.querySelector(e)}function S(e,t,r){void 0===t&&(t=document),e=O(e);return t.querySelectorAll(e)}function O(e){var t=/(!|"|\$|%|&|'|\(|\)|\*|\/|:|;|<|=|\?|@|\]|\^|`|{|}|\||\+|~)/g;if(e.match(/#[0-9]/g)||e.match(t)){for(var r=e.split(","),n=0;n<r.length;n++){for(var i=r[n].split(" "),o=0;o<i.length;o++)if(i[o].indexOf("#")>-1&&!i[o].match(/\[.*\]/)){var a=i[o].split("#");if(a[1].match(/^\d/)||a[1].match(t)){var s=i[o].split(".");s[0]=s[0].replace(/#/,"[id='")+"']",i[o]=s.join(".")}}r[n]=i.join(" ")}return r.join(",")}return e}function C(e,t){var r=e;if("function"==typeof r.closest)return r.closest(t);for(;r&&1===r.nodeType;){if(T(r,t))return r;r=r.parentNode}return null}function x(e,t){void 0!==t&&Object.keys(t).forEach(function(r){e.style[r]=t[r]})}function T(e,t){var r=e.matches||e.msMatchesSelector||e.webkitMatchesSelector;return r?r.call(e,t):-1!==[].indexOf.call(document.querySelectorAll(t),e)}function j(e,t){var r,n,i="string"==typeof e?document.getElementById(e):e;for(n=0;n<i.ej2_instances.length;n++)if(r=i.ej2_instances[n],"string"==typeof t){if(t===r.getModuleName())return r}else if(r instanceof t)return r}function N(e,r,n,i){return e.properties.hasOwnProperty(r)&&e.properties[r]instanceof i||(e.properties[r]=t(i,[e,r,n])),e.properties[r]}function F(e,r,n,i,o,a){for(var s=[],l=n?n.length:0,c=0;c<l;c++){var u=i;if(a&&(u=i(n[c],e)),o){var p=t(u,[e,r,{},!0]);p.setProperties(n[c],!0),s.push(p)}else s.push(t(u,[e,r,n[c],!1]))}return s}function R(e,t){return function(){return this.properties.hasOwnProperty(t)||(this.properties[t]=e),this.properties[t]}}function A(e,t,r){return function(){var n=this;if(!this.properties.hasOwnProperty(t)){var i=F(this,t,e,r,!1);this.properties[t]=i}var o=void 0!==this.controlParent&&this.controlParent.ignoreCollectionWatch||this.ignoreCollectionWatch;return this.properties[t].hasOwnProperty("push")||o||["push","pop"].forEach(function(e){var r={value:function(e,t,r,n){return function(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];var o=this.propName?this.getParentKey()+"."+t+"-":t+"-";switch(e){case"push":for(var a=0;a<r.length;a++){Array.prototype[e].apply(n,[r[a]]);var s=I(o+(n.length-1),r[a],!this.controlParent,e);this.serverDataBind(s,r[a],!1,e)}break;case"pop":Array.prototype[e].apply(n);var l=I(o+n.length,null,!this.controlParent,e);this.serverDataBind(l,{ejsAction:"pop"},!1,e)}return n}}(e,t,0,n.properties[t]).bind(n),configurable:!0};Object.defineProperty(n.properties[t],e,r)}),this.properties[t].hasOwnProperty("isComplexArray")||Object.defineProperty(this.properties[t],"isComplexArray",{value:!0}),this.properties[t]}}function I(e,t,r,n){var i=e;if(r&&(i={},i[e]=t,t&&"object"==typeof t)){i[e].ejsAction=n}return i}function k(e){return function(t,r){var n={set:function(e,t){return function(r){if(this.properties[t]!==r){var n=this.properties.hasOwnProperty(t)?this.properties[t]:e;this.saveChanges(t,r,n),this.properties[t]=r}}}(e,r),get:R(e,r),enumerable:!0,configurable:!0};Object.defineProperty(t,r,n),G(t,r,"prop",e)}}function L(e,t){return function(r,n){var i={set:function(e,t,r){return function(n){N(this,t,e,r).setProperties(n)}}(e,n,t),get:function(e,t,r){return function(){return N(this,t,e,r)}}(e,n,t),enumerable:!0,configurable:!0};Object.defineProperty(r,n,i),G(r,n,"complexProp",e,t)}}function H(){return function(e,t){var r={set:function(e){var r=this.properties[t];if(r!==e){var n=z(this,t);!1===u(r)&&n.context.removeEventListener(n.prefix,r),n.context.addEventListener(n.prefix,e),this.properties[t]=e}},get:R(void 0,t),enumerable:!0,configurable:!0};Object.defineProperty(e,t,r),G(e,t,"event")}}function B(e){}function G(e,t,r,n,i){u(e.propList)&&(e.propList={props:[],complexProps:[],colProps:[],events:[],propNames:[],complexPropNames:[],colPropNames:[],eventNames:[]}),e.propList[r+"s"].push({propertyName:t,defaultValue:n,type:i}),e.propList[r+"Names"].push(t)}function Y(e){if(u(e.prototype.builderObject)){e.prototype.builderObject={properties:{},propCollections:[],add:function(){this.isPropertyArray=!0,this.propCollections.push(l({},this.properties,{}))}};for(var t=/complex/,r=0,n=Object.keys(e.prototype.propList);r<n.length;r++)for(var i=n[r],o=function(r){t.test(i)?e.prototype.builderObject[r.propertyName]=function(e){var t={};s(t,Y(r.type)),e(t);var n;return n=t.isPropertyArray?t.propCollections:l({},t.properties,{}),this.properties[r.propertyName]=n,t.properties={},t.propCollections=[],t.isPropertyArray=!1,this}:e.prototype.builderObject[r.propertyName]=function(e){return this.properties[r.propertyName]=e,this}},a=0,c=e.prototype.propList[i];a<c.length;a++){o(c[a])}}return e.prototype.builderObject}function z(e,t){if(!1===e.hasOwnProperty("parentObj"))return{context:e,prefix:t};var r=n("propName",e);return r&&(t=r+"-"+t),z(n("parentObj",e),t)}function X(e){var t=e.target,r=this.rippleOptions.selector,n=r?C(t,r):t;if(!(!n||this.rippleOptions&&C(t,this.rippleOptions.ignore))){var i=n.getBoundingClientRect(),o=e.pageX-document.body.scrollLeft,a=e.pageY-(!document.body.scrollTop&&document.documentElement?document.documentElement.scrollTop:document.body.scrollTop),s=Math.max(Math.abs(o-i.left),Math.abs(o-i.right)),l=Math.max(Math.abs(a-i.top),Math.abs(a-i.bottom)),c=Math.sqrt(s*s+l*l),u=2*c+"px",p=o-i.left-c,h=a-i.top-c;this.rippleOptions&&this.rippleOptions.isCenterRipple&&(p=0,h=0,u="100%"),n.classList.add("e-ripple");var d=g("div",{className:"e-ripple-element",styles:"width: "+u+";height: "+u+";left: "+p+"px;top: "+h+"px;transition-duration: "+this.rippleOptions.duration.toString()+"ms;"});n.appendChild(d),window.getComputedStyle(d).getPropertyValue("opacity"),d.style.transform="scale(1)",n!==this.parent&&_e.add(n,"mouseleave",V,{parent:this.parent,rippleOptions:this.rippleOptions})}}function _(e){W(e,this)}function V(e){W(e,this)}function W(e,t){var r=t.rippleOptions.duration,n=e.target,i=t.rippleOptions.selector,o=i?C(n,i):n;if(o&&(!o||-1!==o.className.indexOf("e-ripple"))){var a=S(".e-ripple-element",o),s=a[a.length-1];s&&(s.style.opacity="0.5"),t.parent!==o&&_e.remove(o,"mouseleave",V),setTimeout(function(){s&&s.parentNode&&s.parentNode.removeChild(s),o.getElementsByClassName("e-ripple-element").length||o.classList.remove("e-ripple"),t.done&&t.done(e)},r)}}function $(e){for(var t="",r=0,n=e;r<n.length;r++){var i=n[r];t+=String.fromCharCode(i)}return t}function K(e){rt=new tt(e)}function U(e,t,r){var n='var str="'+function(e,t,r,n){var i=0,o=[],a=e.match(/class="([^"]+|)\s{2}/g),s="";a&&a.forEach(function(t){s=t.replace(/\s\s+/g," "),e=e.replace(t,s)});return e.replace(xt,"").replace(Ht,"'$1'").replace(Gt,function(e,a,s,l){var c=a.match(It);if(c){var u=c[1];if(Nt.test(a))a='";} '+a.replace(c[1],u.replace(Lt,function(e){return e=e.trim(),q(e,!Tt.test(e)&&-1===o.indexOf(e),t,o,n)}))+'{ \n str = str + "';else if(jt.test(a))a='"; '+a.replace(c[1],u.replace(Bt,function(e){return Q(e,t,o,n)}))+'{ \n str = str + "';else if(Rt.test(a)){var p=c[1].split(" of ");a='"; '+a.replace(c[1],function(e){return o.push(p[0]),o.push(p[0]+"Index"),"var i"+(i+=1)+"=0; i"+i+" < "+q(p[1],!0,t,o,n)+".length; i"+i+"++"})+"{ \n "+p[0]+"= "+q(p[1],!0,t,o,n)+"[i"+i+"]; \n var "+p[0]+"Index=i"+i+'; \n str = str + "'}else{var h=a.split("("),d=r&&r.hasOwnProperty(h[0])?"this.":"global";d=/\./.test(h[0])?"":d;var m=c[1].split(",");0===c[1].length||/data/.test(m[0])||/window./.test(m[0])||(c[1]="global"===d?t+"."+c[1]:c[1]);if(Vt.test(a)&&/\]\./gm.test(a)||/@|\$|#/gm.test(a)){/@|\$|#|\]\./gm.test(a)&&(a='"+ '+("global"===d?"":d)+a.replace(c[1],u.replace(_t,function(e){return Q(e,t,o,n)}))+'+ "')}else a='" + '+("global"===d?"":d)+a.replace(u,q(c[1].replace(/,( |)data.|,/gi,","+t+".").replace(/,( |)data.window/gi,",window"),"global"!==d,t,o,n))+'+"'}}else Ft.test(a)?a='"; '+a.replace(Ft,'} else { \n str = str + "'):a.match(At)?a=a.replace(At,'"; \n } \n str = str + "'):/@|#|\$/gm.test(a)?(a.match(zt)&&(a=Z(a)),a='"+'+J(a,-1===o.indexOf(a),t,o)+'"]+"'):a=a.match(zt)?'"+'+J(a=Z(a),-1===o.indexOf(a),t,o)+'"]+"':'"+'+q(a.replace(/,/gi,"+"+t+"."),-1===o.indexOf(a),t,o,n)+'+"';return a})}(e,"data",t,r)+"\";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;";return new Function("data",n).bind(t)}function q(e,t,r,n,i){return!t||kt.test(e)||-1!==n.indexOf(e.split(".")[0])||i?e:r+"."+e}function J(e,t,r,n){return t&&!kt.test(e)&&-1===n.indexOf(e.split(".")[0])?r+'["'+e:e}function Z(e){return e=e.match(Xt)?e:e.replace(zt,"\\\\")}function Q(e,t,r,n){e=e.trim();if(/\window\./gm.test(e))return e;var i=/'|"/gm;return/@|\$|#/gm.test(e)&&(e=J(e,-1===r.indexOf(e),t,r)+'"]'),Yt.test(e)?function(e,t,r,n){return!t||kt.test(e)||-1!==n.indexOf(e.split(".")[0])||/^\..*/gm.test(e)?e:r+"."+e}(e,!i.test(e)&&-1===r.indexOf(e),t,r):q(e,!i.test(e)&&-1===r.indexOf(e),t,r,n)}function ee(){return"-"+Math.random().toString(36).substr(2,5)}var te="ej2_instances",re=0,ne=!1,ie="undefined"!=typeof window?window:{},oe={latn:{_digits:"0123456789",_type:"numeric"}},ae={decimal:".",group:",",percentSign:"%",plusSign:"+",minusSign:"-",infinity:"∞",nan:"NaN",exponential:"E"},se=[0,1,2,3,4,5,6,7,8,9],le=function(){function e(){}return e.getMainObject=function(e,t){return n(m()?t:"main."+t,e)},e.getNumberingSystem=function(e){return n("supplemental.numberingSystems",e)||this.numberingSystems},e.reverseObject=function(e,t){for(var r={},n=0,i=t||Object.keys(e);n<i.length;n++){var o=i[n];r.hasOwnProperty(e[o])||(r[e[o]]=o)}return r},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={},r=0,n=Object.keys(ae);r<n.length;r++){var i=n[r];t[e[i]]=ae[i]}return t},e.constructRegex=function(e){for(var t=e.length,r="",n=0;n<t;n++)r+=n!==t-1?e[n]+"|":e[n];return r},e.convertValueParts=function(e,t,r){return e.replace(t,function(e){return r[e]})},e.getDefaultNumberingSystem=function(e){var t={};return t.obj=n("numbers",e),t.nSystem=n("defaultNumberingSystem",t.obj),t},e.getCurrentNumericOptions=function(e,t,r,i){var o={},a=this.getDefaultNumberingSystem(e);if(!u(a.nSystem)||i){var s=i?n("obj.mapperDigits",a):n(a.nSystem+"._digits",t);u(s)||(o.numericPair=this.reverseObject(s,se),o.numberParseRegex=new RegExp(this.constructRegex(s),"g"),o.numericRegex="["+s[0]+"-"+s[9]+"]",r&&(o.numericRegex=s[0]+"-"+s[9],o.symbolNumberSystem=n(i?"numberSymbols":"symbols-numberSystem-"+a.nSystem,a.obj),o.symbolMatch=this.getSymbolMatch(o.symbolNumberSystem),o.numberSystem=a.nSystem))}return o},e.getNumberMapper=function(e,t,r){var i={mapper:{}},o=this.getDefaultNumberingSystem(e);if(!u(o.nSystem)){i.numberSystem=o.nSystem,i.numberSymbols=n("symbols-numberSystem-"+o.nSystem,o.obj),i.timeSeparator=n("timeSeparator",i.numberSymbols);var a=n(o.nSystem+"._digits",t);if(!u(a))for(var s=0,l=se;s<l.length;s++){var c=l[s];i.mapper[c]=a[c]}}return i},e.nPair="numericPair",e.nRegex="numericRegex",e.numberingSystems=oe,e}(),ce={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 r=e.getDate(),n=e.getMonth(),i=e.getFullYear(),o=n+1,a=i;o<3&&(a-=1,o+=12);var s=Math.floor(a/100),l=s-Math.floor(s/4)-2,c=Math.floor(365.25*(a+4716))+Math.floor(30.6001*(o+1))+r-l-1524,u=c+(l=(s=Math.floor((c-1867216.25)/36524.25))-Math.floor(s/4)+1)+1524,p=Math.floor((u-122.1)/365.25),h=Math.floor(365.25*p),d=Math.floor((u-h)/30.6001);r=u-h-Math.floor(30.6001*d),(n=Math.floor((u-h)/20.6001))>13&&(p+=1,n-=12),n-=1,i=p-4716;var m=c-24e5,f=c-1948084,g=Math.floor(f/10631);f-=10631*g;var y=Math.floor((f-.1335)/(10631/30)),v=30*g+y;f-=Math.floor(y*(10631/30)+.1335);var b=Math.floor((f+28.5001)/29.5);13===b&&(b=12);for(var M=f-Math.floor(29.5001*b-29),D=0;D<t.length&&!(t[D]>m);D++);var w=D+16260,P=Math.floor((w-1)/12),E=P+1,S=w-12*P,O=m-t[D-1]+1;return(O+"").length>2&&(O=M,S=b,E=v),{year:E,month:S,date:O}},e.toGregorian=function(e,r,n){var i=n+t[12*(e-1)+1+(r-1)-16260-1]-1+24e5,o=Math.floor(i+.5),a=Math.floor((o-1867216.25)/36524.25),s=1524+(a=o+1+a-Math.floor(a/4)),l=Math.floor((s-122.1)/365.25),c=Math.floor(365.25*l),u=Math.floor((s-c)/30.6001),p=s-c-Math.floor(30.6001*u),h=u-(u>13.5?13:1),d=l-(h>2.5?4716:4715);return d<=0&&h--,new Date(d+"/"+h+"/"+p)}}(e.HijriParser||(e.HijriParser={}));var ue=/\/MMMMM|MMMM|MMM|a|LLLL|LLL|EEEEE|EEEE|E|K|cccc|ccc|WW|W|G+|z+/gi,pe=["sun","mon","tue","wed","thu","fri","sat"],he={m:"getMinutes",h:"getHours",H:"getHours",s:"getSeconds",d:"getDate",f:"getMilliseconds"},de={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"},me=function(){function t(){}return t.dateFormat=function(t,r,i){var o=this,a=e.IntlBase.getDependables(i,t,r.calendar),s=n("parserObject.numbers",a),c=a.dateObject,p={isIslamic:e.IntlBase.islamicRegex.test(r.calendar)};m()&&r.isServerRendered&&(r=e.IntlBase.compareBlazorDateFormats(r,t));var h=r.format||e.IntlBase.getResultantPattern(r.skeleton,a.dateObject,r.type,!1,m()?t:"");if(p.dateSeperator=m()?n("dateSeperator",c):e.IntlBase.getDateSeparator(a.dateObject),u(h))d("Format options or type given must be invalid");else{h=e.IntlBase.ConvertDateToWeekFormat(h),m()&&(h=h.replace(/tt/,"a")),p.pattern=h,p.numMapper=m()?l({},s):le.getNumberMapper(a.parserObject,le.getNumberingSystem(i));for(var f=0,g=h.match(ue)||[];f<g.length;f++){var y=g[f],v=y.length,b=y[0];switch("K"===b&&(b="h"),b){case"E":case"c":m()?p.weekday=n("days."+e.IntlBase.monthIndex[v],c):p.weekday=a.dateObject[e.IntlBase.days]["stand-alone"][e.IntlBase.monthIndex[v]];break;case"M":case"L":m()?p.month=n("months."+e.IntlBase.monthIndex[v],c):p.month=a.dateObject[e.IntlBase.month]["stand-alone"][e.IntlBase.monthIndex[v]];break;case"a":p.designator=m()?n("dayPeriods",c):n("dayPeriods.format.wide",c);break;case"G":var M=v<=3?"eraAbbr":4===v?"eraNames":"eraNarrow";p.era=m()?n("eras",c):n("eras."+M,a.dateObject);break;case"z":p.timeZone=n("dates.timeZoneNames",a.parserObject)}}}return function(e){return isNaN(e.getDate())?null:o.intDateFormatter(e,p)}},t.intDateFormatter=function(t,r){for(var n="",i=r.pattern.match(e.IntlBase.dateParseRegex),o=this.getCurrentDateValue(t,r.isIslamic),a=0,s=i;a<s.length;a++){var l=s[a],u=l.length,p=l[0];"K"===p&&(p="h");var h=void 0,d="",m=void 0,f=void 0,g="";switch(p){case"M":case"L":h=o.month,u>2?n+=r.month[h]:m=!0;break;case"E":case"c":n+=r.weekday[pe[t.getDay()]];break;case"H":case"h":case"m":case"s":case"d":case"f":if(m=!0,"d"===p)h=o.date;else if("f"===p){m=!1,f=!0;var y=(d=(d=t[he[p]]().toString()).substring(0,u)).length;if(u!==y){if(u>3)continue;for(var v=0;v<u-y;v++)d="0"+d.toString()}g+=d}else h=t[he[p]]();"h"===p&&(h=h%12||12);break;case"y":f=!0,g+=o.year,2===u&&(g=g.substr(g.length-2));break;case"a":var b=t.getHours()<12?"am":"pm";n+=r.designator[b];break;case"G":var M=t.getFullYear()<0?0:1,D=r.era[M];c(D)&&(D=r.era[M?0:1]),n+=D||"";break;case"'":n+="''"===l?"'":l.replace(/'/g,"");break;case"z":var w=t.getTimezoneOffset(),P=u<4?"+H;-H":r.timeZone.hourFormat;P=P.replace(/:/g,r.numMapper.timeSeparator),0===w?n+=r.timeZone.gmtZeroFormat:(f=!0,g=this.getTimeZoneValue(w,P)),g=r.timeZone.gmtFormat.replace(/\{0\}/,g);break;case":":n+=r.numMapper.numberSymbols.timeSeparator;break;case"/":n+=r.dateSeperator;break;case"W":m=!0,h=e.IntlBase.getWeekOfYear(t);break;default:n+=l}m&&(f=!0,g=this.checkTwodigitNumber(h,u)),f&&(n+=le.convertValueParts(g,e.IntlBase.latnParseRegex,r.numMapper.mapper))}return n},t.getCurrentDateValue=function(t,r){return r?e.HijriParser.getHijriDate(t):{year:t.getFullYear(),month:t.getMonth()+1,date:t.getDate()}},t.checkTwodigitNumber=function(e,t){var r=e+"";return 2===t&&2!==r.length?"0"+r:r},t.getTimeZoneValue=function(e,t){var r=this,n=t.split(";")[e>0?1:0],i=Math.abs(e);return n=n.replace(/HH?|mm/g,function(e){var t=e.length,n=-1!==e.indexOf("H");return r.checkTwodigitNumber(Math.floor(n?i/60:i%60),t)})},t}(),fe={ms:"minimumSignificantDigits",ls:"maximumSignificantDigits",mf:"minimumFractionDigits",lf:"maximumFractionDigits"},ge=["infinity","nan","group","decimal","exponential"],ye=function(){function t(){}return t.numberFormatter=function(t,r,i){var o,a=this,s=l({},r),c={},p={},h=e.IntlBase.getDependables(i,t,"",!0),d=h.numericObject;p.numberMapper=m()?l({},d):le.getNumberMapper(h.parserObject,le.getNumberingSystem(i),!0),p.currencySymbol=m()?n("currencySymbol",d):e.IntlBase.getCurrencySymbol(h.numericObject,s.currency||e.defaultCurrencyCode,r.altSymbol),p.percentSymbol=m()?n("numberSymbols.percentSign",d):p.numberMapper.numberSymbols.percentSign,p.minusSymbol=m()?n("numberSymbols.minusSign",d):p.numberMapper.numberSymbols.minusSign;var f=p.numberMapper.numberSymbols;if(r.format&&!e.IntlBase.formatRegex.test(r.format))c=e.IntlBase.customFormat(r.format,p,h.numericObject);else{if(l(s,e.IntlBase.getProperNumericSkeleton(r.format||"N")),s.isCurrency="currency"===s.type,s.isPercent="percent"===s.type,m()||(o=e.IntlBase.getSymbolPattern(s.type,p.numberMapper.numberSystem,h.numericObject,s.isAccount)),s.groupOne=this.checkValueRange(s.maximumSignificantDigits,s.minimumSignificantDigits,!0),this.checkValueRange(s.maximumFractionDigits,s.minimumFractionDigits,!1,!0),u(s.fractionDigits)||(s.minimumFractionDigits=s.maximumFractionDigits=s.fractionDigits),u(s.useGrouping)&&(s.useGrouping=!0),s.isCurrency&&!m()&&(o=o.replace(/\u00A4/g,e.IntlBase.defaultCurrency)),m())c.nData=l({},{},n(s.type+"nData",d)),c.pData=l({},{},n(s.type+"pData",d)),"currency"===s.type&&r.currency&&e.IntlBase.replaceBlazorCurrency([c.pData,c.nData],p.currencySymbol,r.currency);else{var g=o.split(";");c.nData=e.IntlBase.getFormatData(g[1]||"-"+g[0],!0,p.currencySymbol),c.pData=e.IntlBase.getFormatData(g[0],!1,p.currencySymbol),s.useGrouping&&(s.groupSeparator=f[ge[2]],s.groupData=this.getGroupingDetails(g[0]))}if(u(s.minimumFractionDigits)&&(s.minimumFractionDigits=c.nData.minimumFraction),u(s.maximumFractionDigits)){var y=c.nData.maximumFraction;s.maximumFractionDigits=u(y)&&s.isPercent?0:y}var v=s.minimumFractionDigits,b=s.maximumFractionDigits;u(v)||u(b)||v>b&&(s.maximumFractionDigits=v)}return l(c.nData,s),l(c.pData,s),function(e){return isNaN(e)?f[ge[1]]:isFinite(e)?a.intNumberFormatter(e,c,p):f[ge[0]]}},t.getGroupingDetails=function(t){var r={},n=t.match(e.IntlBase.negativeDataRegex);if(n&&n[4]){var i=n[4],o=i.lastIndexOf(",");if(-1!==o){var a=i.split(".")[0];r.primary=a.length-o-1;var s=i.lastIndexOf(",",o-1);-1!==s&&(r.secondary=o-1-s)}}return r},t.checkValueRange=function(e,t,r,n){var i=n?"f":"s",o=0,a=fe["l"+i],s=fe["m"+i];if(u(e)||(this.checkRange(e,a,n),o++),u(t)||(this.checkRange(t,s,n),o++),2===o){if(!(e<t))return!0;d(s+"specified must be less than the"+a)}else r&&1===o&&d("Both"+s+"and"+s+"must be present");return!1},t.checkRange=function(e,t,r){var n=r?[0,20]:[1,21];(e<n[0]||e>n[1])&&d(t+"value must be within the range"+n[0]+"to"+n[1])},t.intNumberFormatter=function(t,r,n){var i;if(!u(r.nData.type)){t<0?(t*=-1,i=r.nData):i=0===t?r.zeroData||r.pData:r.pData;var o="";return i.isPercent&&(t*=100),i.groupOne?o=this.processSignificantDigits(t,i.minimumSignificantDigits,i.maximumSignificantDigits):(o=this.processFraction(t,i.minimumFractionDigits,i.maximumFractionDigits),i.minimumIntegerDigits&&(o=this.processMinimumIntegers(o,i.minimumIntegerDigits))),"scientific"===i.type&&(o=(o=t.toExponential(i.maximumFractionDigits)).replace("e",n.numberMapper.numberSymbols[ge[4]])),o=o.replace(".",n.numberMapper.numberSymbols[ge[3]]),i.useGrouping&&(o=this.groupNumbers(o,i.groupData.primary,i.groupSeparator||",",n.numberMapper.numberSymbols[ge[3]]||".",i.groupData.secondary)),o=le.convertValueParts(o,e.IntlBase.latnParseRegex,n.numberMapper.mapper),"N/A"===i.nlead?i.nlead:i.nlead+o+i.nend}},t.processSignificantDigits=function(e,t,r){var n=e+"";return n.length<t?e.toPrecision(t):(n=e.toPrecision(r),+n+"")},t.groupNumbers=function(e,t,r,n,i){for(var o=!c(i)&&0!==i,a=e.split(n),s=a[0],l=s.length,u="";l>t;)u=s.slice(l-t,l)+(u.length?r+u:""),l-=t,o&&(t=i,o=!1);return a[0]=s.slice(0,l)+(u.length?r:"")+u,a.join(n)},t.processFraction=function(e,t,r){var n=(e+"").split(".")[1],i=n?n.length:0;if(t&&i<t){var o="";if(0!==i){o+=e;for(var a=0;a<t-i;a++)o+="0";return o}return o=e.toFixed(t),e.toFixed(t)}return!c(r)&&(i>r||0===r)?e.toFixed(r):e+""},t.processMinimumIntegers=function(e,t){var r=e.split("."),n=r[0],i=n.length;if(i<t){for(var o=0;o<t-i;o++)n="0"+n;r[0]=n}return r.join(".")},t}(),ve=/^[0-9]*$/,be={minute:"setMinutes",hour:"setHours",second:"setSeconds",day:"setDate",month:"setMonth",milliseconds:"setMilliseconds"},Me=function(){function t(){}return t.dateParser=function(t,r,i){var o=this,a=e.IntlBase.getDependables(i,t,r.calendar),s=le.getCurrentNumericOptions(a.parserObject,le.getNumberingSystem(i),!1,m()),l={};m()&&r.isServerRendered&&(r=e.IntlBase.compareBlazorDateFormats(r,t));var p,h=r.format||e.IntlBase.getResultantPattern(r.skeleton,a.dateObject,r.type,!1,m()?t:""),f="";if(u(h))d("Format options or type given must be invalid");else{h=e.IntlBase.ConvertDateToWeekFormat(h),l={isIslamic:e.IntlBase.islamicRegex.test(r.calendar),pattern:h,evalposition:{},culture:t};for(var g=h.match(e.IntlBase.dateParseRegex)||[],y=g.length,v=0,b=0,M=!1,D=s.numericRegex,w=m()?a.parserObject.numbers:le.getNumberMapper(a.parserObject,le.getNumberingSystem(i)),P=0;P<y;P++){var E=g[P],S=E.length,O="K"===E[0]?"h":E[0],C=void 0,x=void 0,T=de[O],j=2===S?"":"?";switch(M&&(v=b,M=!1),O){case"E":case"c":var N=void 0;N=m()?n("days."+e.IntlBase.monthIndex[S],a.dateObject):a.dateObject[e.IntlBase.days]["stand-alone"][e.IntlBase.monthIndex[S]];var F=le.reverseObject(N);f+="("+Object.keys(F).join("|")+")";break;case"M":case"L":case"d":case"m":case"s":case"h":case"H":case"f":if(x=!0,("M"===O||"L"===O)&&S>2){var R=void 0;R=m()?n("months."+e.IntlBase.monthIndex[S],a.dateObject):a.dateObject.months["stand-alone"][e.IntlBase.monthIndex[S]],l[T]=le.reverseObject(R),f+="("+Object.keys(l[T]).join("|")+")"}else if("f"===O){if(S>3)continue;C=!0,f+="("+D+D+"?"+D+"?)"}else C=!0,f+="("+D+D+j+")";"h"===O&&(l.hour12=!0);break;case"W":f+="("+D+(1===S?"?":"")+D+")";break;case"y":x=C=!0,f+=2===S?"("+D+D+")":"("+D+"{"+S+",})";break;case"a":x=!0;var A=m()?n("dayPeriods",a.dateObject):n("dayPeriods.format.wide",a.dateObject);l[T]=le.reverseObject(A),f+="("+Object.keys(l[T]).join("|")+")";break;case"G":x=!0;var I=S<=3?"eraAbbr":4===S?"eraNames":"eraNarrow";l[T]=le.reverseObject(m()?n("eras",a.dateObject):n("eras."+I,a.dateObject)),f+="("+Object.keys(l[T]).join("|")+"?)";break;case"z":x=0!==(new Date).getTimezoneOffset(),l[T]=n("dates.timeZoneNames",a.parserObject);var k=l[T],L=(p=S<4)?"+H;-H":k.hourFormat;L=L.replace(/:/g,w.timeSeparator),f+="("+this.parseTimeZoneRegx(L,k,D)+")?",M=!0,b=p?6:12;break;case"'":f+="("+E.replace(/'/g,"")+")?";break;default:f+="([\\D])"}x&&(l.evalposition[T]={isNumber:C,pos:P+1+v,hourOnly:p}),P!==y-1||c(f)||(l.parserRegex=new RegExp("^"+f+"$","i"))}}return function(t){var r=o.internalDateParse(t,l,s);if(c(r)||!Object.keys(r).length)return null;if(l.isIslamic){var n={},i=r.year,a=r.day,u=r.month,p=i?i+"":"",h=2===p.length;i&&u&&a&&!h||(n=e.HijriParser.getHijriDate(new Date)),h&&(i=parseInt((n.year+"").slice(0,2)+p,10));var d=e.HijriParser.toGregorian(i||n.year,u||n.month,a||n.date);r.year=d.getFullYear(),r.month=d.getMonth()+1,r.day=d.getDate()}return o.getDateObject(r)}},t.getDateObject=function(e,t){var r=t||new Date;r.setMilliseconds(0);var n=e.year,i=e.designator,o=e.timeZone;if(!u(n)){if((n+"").length<=2){n+=100*Math.floor(r.getFullYear()/100)}r.setFullYear(n)}for(var a=0,s=["hour","minute","second","milliseconds","month","day"];a<s.length;a++){var l=s[a],c=e[l];if(u(c)&&"day"===l&&r.setDate(1),!u(c))if("month"===l){if((c-=1)<0||c>11)return new Date("invalid");var p=r.getDate();r.setDate(1),r[be[l]](c);var h=new Date(r.getFullYear(),c+1,0).getDate();r.setDate(p<h?p:h)}else{if("day"===l){var d=new Date(r.getFullYear(),r.getMonth()+1,0).getDate();if(c<1||c>d)return null}r[be[l]](c)}}if(!u(i)){var m=r.getHours();"pm"===i?r.setHours(m+(12===m?0:12)):12===m&&r.setHours(0)}if(!u(o)){var f=o-r.getTimezoneOffset();0!==f&&r.setMinutes(r.getMinutes()+f)}return r},t.internalDateParse=function(e,t,r){var n=e.match(t.parserRegex),i={hour:0,minute:0,second:0};if(c(n))return null;for(var o=0,a=Object.keys(t.evalposition);o<a.length;o++){var s=a[o],l=t.evalposition[s],p=n[l.pos];if(l.isNumber)i[s]=this.internalNumberParser(p,r);else if("timeZone"!==s||u(p))p="month"!==s||t.isIslamic||"en"!==t.culture&&"en-GB"!==t.culture&&"en-US"!==t.culture?p:p[0].toUpperCase()+p.substring(1).toLowerCase(),i[s]=t[s][p];else{var h=l.pos,d=void 0,m=n[h+1],f=!u(m);l.hourOnly?d=60*this.getZoneValue(f,m,n[h+4],r):(d=60*this.getZoneValue(f,m,n[h+7],r),d+=this.getZoneValue(f,n[h+4],n[h+10],r)),c(d)||(i[s]=d)}}return t.hour12&&(i.hour12=!0),i},t.internalNumberParser=function(e,t){return e=le.convertValueParts(e,t.numberParseRegex,t.numericPair),ve.test(e)?+e:null},t.parseTimeZoneRegx=function(e,t,r){var n,i,o=t.gmtFormat,a="("+r+")("+r+")";return n=e.replace("+","\\+"),n=-1!==e.indexOf("HH")?n.replace(/HH|mm/g,"("+a+")"):n.replace(/H|m/g,"("+a+"?)"),i=n.split(";").map(function(e){return o.replace("{0}",e)}),n=i.join("|")+"|"+t.gmtZeroFormat},t.getZoneValue=function(e,t,r,n){var i=e?t:r;if(!i)return 0;var o=this.internalNumberParser(i,n);return e?-o:o},t}(),De=/^([^0-9]*)(([0-9,]*[0-9]+)(\.[0-9]+)?)([Ee][+-]?[0-9]+)?([^0-9]*)$/,we=/,/g,Pe=["minusSign","infinity"],Ee=function(){function t(){}return t.numberParser=function(t,r,i){var o,a=this,s=e.IntlBase.getDependables(i,t,"",!0),c={custom:!0};e.IntlBase.formatRegex.test(r.format)||!r.format?(l(c,e.IntlBase.getProperNumericSkeleton(r.format||"N")),c.custom=!1,c.fractionDigits||r.maximumFractionDigits&&(c.maximumFractionDigits=r.maximumFractionDigits)):l(c,e.IntlBase.customFormat(r.format,null,null));var u=n("numbers",s.parserObject);o=le.getCurrentNumericOptions(s.parserObject,le.getNumberingSystem(i),!0,m()),c.symbolRegex=le.getSymbolRegex(Object.keys(o.symbolMatch)),c.infinity=o.symbolNumberSystem[Pe[1]];var p;if(m())c.nData=l({},{},n(c.type+"nData",u)),c.pData=l({},{},n(c.type+"pData",u)),"currency"===c.type&&r.currency&&e.IntlBase.replaceBlazorCurrency([c.pData,c.nData],n("currencySymbol",u),r.currency);else if(p=e.IntlBase.getSymbolPattern(c.type,o.numberSystem,s.numericObject,c.isAccount)){var h=(p=p.replace(/\u00A4/g,e.IntlBase.defaultCurrency)).split(";");c.nData=e.IntlBase.getFormatData(h[1]||"-"+h[0],!0,""),c.pData=e.IntlBase.getFormatData(h[0],!0,"")}return function(e){return a.getParsedNumber(e,c,o)}},t.getParsedNumber=function(e,t,r){var n,i,o,a,s,l;if(-1!==e.indexOf(t.infinity))return 1/0;e=le.convertValueParts(e,t.symbolRegex,r.symbolMatch),0===(e=-1!==(e=le.convertValueParts(e,r.numberParseRegex,r.numericPair)).indexOf("-")?e.replace("-.","-0."):e).indexOf(".")&&(e="0"+e);var u=e.match(De);if(c(u))return NaN;a=u[1],o=u[2];var p=u[5];return s=u[6],n=t.custom?a===t.nData.nlead&&s===t.nData.nend:-1!==a.indexOf(t.nData.nlead)&&-1!==s.indexOf(t.nData.nend),i=n?t.nData.isPercent:t.pData.isPercent,o=o.replace(we,""),p&&(o+=p),l=+o,("percent"===t.type||i)&&(l/=100),(t.custom||t.fractionDigits)&&(l=parseFloat(l.toFixed(t.custom?n?t.nData.maximumFractionDigits:t.pData.maximumFractionDigits:t.fractionDigits))),t.maximumFractionDigits&&(l=this.convertMaxFracDigits(o,t,l,n)),n&&(l*=-1),l},t.convertMaxFracDigits=function(e,t,r,n){var i=e.split(".");return i[1]&&i[1].length>t.maximumFractionDigits&&(r=+r.toFixed(t.custom?n?t.nData.maximumFractionDigits:t.pData.maximumFractionDigits:t.maximumFractionDigits)),r},t}(),Se=function(){function e(e){this.ranArray=[],this.boundedEvents={},c(e)||(this.context=e)}return e.prototype.on=function(e,t,r,n){if(!c(t)){var i=r||this.context;this.notExist(e)?this.boundedEvents[e]=[{handler:t,context:i}]:c(n)?this.isHandlerPresent(this.boundedEvents[e],t)||this.boundedEvents[e].push({handler:t,context:i}):-1===this.ranArray.indexOf(n)&&(this.ranArray.push(n),this.boundedEvents[e].push({handler:t,context:i,id:n}))}},e.prototype.off=function(e,t,r){if(!this.notExist(e)){var i=n(e,this.boundedEvents);if(t){for(var o=0;o<i.length;o++)if(r){if(i[o].id===r){i.splice(o,1);var a=this.ranArray.indexOf(r);-1!==a&&this.ranArray.splice(a,1);break}}else if(t===i[o].handler){i.splice(o,1);break}}else delete this.boundedEvents[e]}},e.prototype.notify=function(e,t,r,i){if(this.notExist(e))r&&r.call(this,t);else{t&&(t.name=e);var o=n(e,this.boundedEvents).slice(0);if(window.Blazor)return this.blazorCallback(o,t,r,i,0);for(var a=0,s=o;a<s.length;a++){var l=s[a];l.handler.call(l.context,t)}r&&r.call(this,t)}},e.prototype.blazorCallback=function(e,t,r,n,i){var o=this,a=i===e.length-1;if(i<e.length){var s=e[i],c=s.handler.call(s.context,t);if(c&&"function"==typeof c.then){if(!r)return c;c.then(function(c){if(c="string"==typeof c&&o.isJson(c)?JSON.parse(c,o.dateReviver):c,l(t,t,c,!0),!r||!a)return o.blazorCallback(e,t,r,n,i+1);r.call(s.context,t)}).catch(function(e){n&&n.call(s.context,"string"==typeof e&&o.isJson(e)?JSON.parse(e,o.dateReviver):e)})}else{if(!r||!a)return this.blazorCallback(e,t,r,n,i+1);r.call(s.context,t)}}},e.prototype.dateReviver=function(e,t){return m&&"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 r=0,n=e;r<n.length;r++){if(n[r].handler===t)return!0}return!1},e}(),Oe=new Se;e.rightToLeft=!1;var Ce={};e.defaultCulture="en-US",e.defaultCurrencyCode="USD";var xe=["numericObject","dateObject"],Te=function(){function t(e){e&&(this.culture=e)}return t.prototype.getDateFormat=function(e){return me.dateFormat(this.getCulture(),e||{type:"date",skeleton:"short"},Ce)},t.prototype.getNumberFormat=function(t){return t&&!t.currency&&(t.currency=e.defaultCurrencyCode),m()&&t&&!t.format&&(t.minimumFractionDigits=0),ye.numberFormatter(this.getCulture(),t||{},Ce)},t.prototype.getDateParser=function(e){return Me.dateParser(this.getCulture(),e||{skeleton:"short",type:"date"},Ce)},t.prototype.getNumberParser=function(e){return m()&&e&&!e.format&&(e.minimumFractionDigits=0),Ee.numberParser(this.getCulture(),e||{format:"N"},Ce)},t.prototype.formatNumber=function(e,t){return this.getNumberFormat(t)(e)},t.prototype.formatDate=function(e,t){return this.getDateFormat(t)(e)},t.prototype.parseDate=function(e,t){return this.getDateParser(t)(e)},t.prototype.parseNumber=function(e,t){return this.getNumberParser(t)(e)},t.prototype.getDatePattern=function(t,r){return e.IntlBase.getActualDateTimeFormat(this.getCulture(),t,Ce,r)},t.prototype.getNumberPattern=function(t,r){return e.IntlBase.getActualNumberFormat(this.getCulture(),t,Ce,r)},t.prototype.getFirstDayOfWeek=function(){return e.IntlBase.getWeekData(this.getCulture(),Ce)},t.prototype.getCulture=function(){return this.culture||e.defaultCulture},t}(),je={"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(t){function r(e,r,i,o,a){var l,c=i||"date";if(a)l=s({skeleton:e},a).format||s({skeleton:"d"},"en-US").format;else{if(-1!==t.basicPatterns.indexOf(e)){if(l=n(c+"Formats."+e,r),"dateTime"===c){var p=n("dateFormats."+e,r),h=n("timeFormats."+e,r);l=l.replace("{1}",p).replace("{0}",h)}}else l=n("dateTimeFormats.availableFormats."+e,r);u(l)&&"yMd"===e&&(l="M/d/y")}return l}function i(e,r,i,o){var a={},s=i||"gregorian";if(a.parserObject=le.getMainObject(e,r)||(m()?t.blazorDefaultObject:t.defaultObject),o)a.numericObject=n("numbers",a.parserObject);else{var l=m()?"dates":"dates.calendars."+s;a.dateObject=n(l,a.parserObject)}return a}function o(e,t,r,i){return n(e+"Formats-numberSystem-"+t+(i?".accounting":".standard"),r)||(i?n(e+"Formats-numberSystem-"+t+".standard",r):"")}function a(e){var r=e.match(t.dateConverterMapper);if(r&&m()){var n=3===r[0].length?"EEE":"EEEE";return e.replace(t.dateConverterMapper,n)}return e}function s(e,t){var r=e.format||e.skeleton,i=n((t||"en-US")+"."+r,je);return i||(i=n("en-US."+r,je)),i&&(i=a(i),e.format=i.replace(/tt/,"a")),e}function p(e){var r=e.match(t.formatRegex),n={},i=r[1].toUpperCase();return n.isAccount="A"===i,n.type=t.patternMatcher[i],e.length>1&&(n.fractionDigits=parseInt(r[2],10)),n}function h(e,r,n,i){var o=i?{}:{nlead:"",nend:""},a=e.match(t.customRegex);if(a){i||(o.nlead=d(a[1],n),o.nend=d(a[10],n),o.groupPattern=a[4]);var s=a[7];if(s&&r){var l=s.match(D);c(l)?o.minimumFraction=0:o.minimumFraction=l.length,o.maximumFraction=s.length-1}}return o}function d(e,r){return e?e.replace(t.defaultCurrency,r):""}function f(e,t,r){return n("currencies."+t+(r?"."+r:".symbol"),e)||n("currencies."+t+".symbol-alt-narrow",e)||"$"}function g(e,r,n){var i={type:"decimal",minimumFractionDigits:0,maximumFractionDigits:0},a=e.match(t.customRegex);if(c(a)||""===a[5]&&"N/A"!==e)return i.type=void 0,i;i.nlead=a[1],i.nend=a[10];var s=a[6],u=!!s.match(/\ $/g),p=-1!==s.replace(/\ $/g,"").indexOf(" ");i.useGrouping=-1!==s.indexOf(",")||p,s=s.replace(/,/g,"");var h=a[7];if(-1!==s.indexOf("0")&&(i.minimumIntegerDigits=s.length-s.indexOf("0")),c(h)||(i.minimumFractionDigits=h.lastIndexOf("0"),i.maximumFractionDigits=h.lastIndexOf("#"),-1===i.minimumFractionDigits&&(i.minimumFractionDigits=0),(-1===i.maximumFractionDigits||i.maximumFractionDigits<i.minimumFractionDigits)&&(i.maximumFractionDigits=i.minimumFractionDigits)),c(r)?l(i,y([i.nlead,i.nend],"%","%")):(l(i,y([i.nlead,i.nend],"$",r.currencySymbol)),i.isCurrency||l(i,y([i.nlead,i.nend],"%",r.percentSymbol))),!c(n)){var d=o(i.type,r.numberMapper.numberSystem,n,!1);i.useGrouping&&(i.groupSeparator=p?" ":r.numberMapper.numberSymbols[w[2]],i.groupData=ye.getGroupingDetails(d.split(";")[0])),i.nlead=i.nlead.replace(/'/g,""),i.nend=u?" "+i.nend.replace(/'/g,""):i.nend.replace(/'/g,"")}return i}function y(e,t,r){for(var n={nlead:e[0],nend:e[1]},i=0;i<2;i++){var o=e[i],a=o.indexOf(t);if(-1!==a&&(a<o.indexOf("'")||a>o.lastIndexOf("'"))){n[C[i]]=o.substr(0,a)+r+o.substr(a+1),n[C[t]]=!0,n.type=n.isCurrency?"currency":"percent";break}}return n}function v(e,t,r){e+=".";for(var n=0;n<t;n++)e+="0";if(t<r)for(var i=r-t,o=0;o<i;o++)e+="#";return e}function b(e,t){for(var r=e.split("."),n="",i=0;i<t;i++)n+="0";return r[1]?n+"."+r[1]:n}function M(e){var t=e.split("."),r=t[0],n=3-r.length%3;e="";for(var i=(r=(n&&1===n?"#":2===n?"##":"")+r).length-1;i>0;i-=3)e=","+r[i-2]+r[i-1]+r[i]+e;return e=e.slice(1),t[1]?e+"."+t[1]:e}t.negativeDataRegex=/^(('[^']+'|''|[^*#@0,.E])*)(\*.)?((([#,]*[0,]*0+)(\.0*[0-9]*#*)?)|([#,]*@+#*))(E\+?0+)?(('[^']+'|''|[^*#@0,.E])*)$/,t.customRegex=/^(('[^']+'|''|[^*#@0,.])*)(\*.)?((([0#,]*[0,]*[0#]*[0#\ ]*)(\.[0#]*)?)|([#,]*@+#*))(E\+?0+)?(('[^']+'|''|[^*#@0,.E])*)$/,t.latnParseRegex=/0|1|2|3|4|5|6|7|8|9/g;var D=/[0-9]/g;t.defaultCurrency="$";var w=["infinity","nan","group","decimal"],P=/G|M|L|H|c|'| a|yy|y|EEEE|E/g,E={G:"",M:"m",L:"m",H:"h",c:"d","'":'"'," a":" AM/PM",yy:"yy",y:"yyyy",EEEE:"dddd",E:"ddd"};t.dateConverterMapper=/dddd|ddd/gi;var S="sun";t.islamicRegex=/^islamic/;var O={sun:0,mon:1,tue:2,wed:3,thu:4,fri:5,sat:6};t.formatRegex=/(^[ncpae]{1})([0-1]?[0-9]|20)?$/i,t.currencyFormatRegex=/(^[ca]{1})([0-1]?[0-9]|20)?$/i,t.curWithoutNumberRegex=/(c|a)$/gi;var C={$:"isCurrency","%":"isPercent","-":"isNegative",0:"nlead",1:"nend"};t.dateParseRegex=/([a-z])\1*|'([^']|'')+'|''|./gi,t.basicPatterns=["short","medium","long","full"],t.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"}}},t.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"}}},t.monthIndex={3:"abbreviated",4:"wide",5:"narrow",1:"abbreviated"},t.month="months",t.days="days",t.patternMatcher={C:"currency",P:"percent",N:"decimal",A:"currency",E:"scientific"},t.getResultantPattern=r,t.getDependables=i,t.getSymbolPattern=o,t.ConvertDateToWeekFormat=a,t.compareBlazorDateFormats=s,t.getProperNumericSkeleton=p,t.getFormatData=h,t.changeCurrencySymbol=d,t.getCurrencySymbol=f,t.customFormat=function(e,t,r){for(var n={},i=e.split(";"),o=["pData","nData","zeroData"],a=0;a<i.length;a++)n[o[a]]=g(i[a],t,r);return c(n.nData)&&(n.nData=l({},n.pData),n.nData.nlead=c(t)?"-"+n.nData.nlead:t.minusSymbol+n.nData.nlead),n},t.customNumberFormat=g,t.isCurrencyPercent=y,t.getDateSeparator=function(e){var t=(n("dateFormats.short",e)||"").match(/[d‏M‏]([^d‏M])[d‏M‏]/i);return t?t[1]:"/"},t.getActualDateTimeFormat=function(e,t,o,a){var l=i(o,e,t.calendar);m()&&(t=s(t,e));var c=t.format||r(t.skeleton,l.dateObject,t.type);if(a){if(-1!==(c=c.replace(P,function(e){return E[e]})).indexOf("z")){var u=c.match(/z/g).length,p=void 0,h={timeZone:{}};h.numMapper=le.getNumberMapper(l.parserObject,le.getNumberingSystem(o)),h.timeZone=n("dates.timeZoneNames",l.parserObject);var d=(new Date).getTimezoneOffset(),f=u<4?"+H;-H":h.timeZone.hourFormat;f=f.replace(/:/g,h.numMapper.timeSeparator),0===d?p=h.timeZone.gmtZeroFormat:(p=me.getTimeZoneValue(d,f),p=h.timeZone.gmtFormat.replace(/\{0\}/,p)),c=c.replace(/[z]+/,'"'+p+'"')}c=c.replace(/ $/,"")}return c},t.getActualNumberFormat=function(r,a,s,c){var u,d=i(s,r,"",!0),g={custom:!0},y=d.numericObject,D={},w=(a.format||"").match(t.currencyFormatRegex),P=t.formatRegex.test(a.format)?p(a.format||"N"):{},E={};if(w){E.numberMapper=m()?l({},d.numericObject):le.getNumberMapper(d.parserObject,le.getNumberingSystem(s),!0);var S=m()?n("currencySymbol",d.numericObject):f(d.numericObject,a.currency||e.defaultCurrencyCode,a.altSymbol),O=o("currency",E.numberMapper.numberSystem,d.numericObject,/a/i.test(a.format)),C=(O=O.replace(/\u00A4/g,S)).split(";");D.hasNegativePattern=!!m()||C.length>1,D.nData=m()?n(P.type+"nData",y):h(C[1]||"-"+C[0],!0,S),D.pData=m()?n(P.type+"pData",y):h(C[0],!1,S),w[2]||a.minimumFractionDigits||a.maximumFractionDigits||(u=h(O.split(";")[0],!0,"",!0).minimumFraction)}var x;if(t.formatRegex.test(a.format)||!a.format){if(l(g,p(a.format||"N")),g.custom=!1,x="###0",(g.fractionDigits||a.minimumFractionDigits||a.maximumFractionDigits||u)&&(g.fractionDigits&&(a.minimumFractionDigits=a.maximumFractionDigits=g.fractionDigits),x=v(x,u||g.fractionDigits||a.minimumFractionDigits||0,a.maximumFractionDigits||0)),a.minimumIntegerDigits&&(x=b(x,a.minimumIntegerDigits)),a.useGrouping&&(x=M(x)),"currency"===g.type||g.type&&m()){m()&&"currency"!==g.type&&(D.pData=n(g.type+"pData",y),D.nData=n(g.type+"nData",y));var T=x;x=D.pData.nlead+T+D.pData.nend,(D.hasNegativePattern||m())&&(x+=";"+D.nData.nlead+T+D.nData.nend)}"percent"!==g.type||m()||(x+=" %")}else x=a.format.replace(/'/g,'"');return Object.keys(E).length>0&&(x=c?x:function(e,t){if(-1!==e.indexOf(",")){var r=e.split(",");e=r[0]+n("numberMapper.numberSymbols.group",t)+r[1].replace(".",n("numberMapper.numberSymbols.decimal",t))}else e=e.replace(".",n("numberMapper.numberSymbols.decimal",t));return e}(x,E)),x},t.fractionDigitsPattern=v,t.minimumIntegerPattern=b,t.groupingPattern=M,t.getWeekData=function(e,t){var r=S,i=n("supplemental.weekData.firstDay",t),o=e;return/en-/.test(o)&&(o=o.slice(3)),o=o.slice(0,2).toUpperCase()+o.substr(2),i&&(r=i[o]||i[o.slice(0,2)]||S),O[r]},t.replaceBlazorCurrency=function(e,t,r){var i=function(e){return n(e||"",ce)}(r);if(t!==i)for(var o=0,a=e;o<a.length;o++){var s=a[o];s.nend=s.nend.replace(t,i),s.nlead=s.nlead.replace(t,i)}},t.getWeekOfYear=function(e){var t,r=new Date(e.getFullYear(),0,1),n=r.getDay();n=n>=0?n:n+7;var i=Math.floor((e.getTime()-r.getTime()-6e4*(e.getTimezoneOffset()-r.getTimezoneOffset()))/864e5)+1;if(n<4){if((t=Math.floor((i+n-1)/7)+1)>52){var o=new Date(e.getFullYear()+1,0,1).getDay();t=(o=o>=0?o:o+7)<4?1:53}}else t=Math.floor((i+n-1)/7);return t}}(e.IntlBase||(e.IntlBase={}));var Ne=/^(.*?):[ \t]*([^\r\n]*)$/gm,Fe="GET",Re=function(){function e(e,t,r,n){this.mode=!0,this.emitError=!0,this.options={},"string"==typeof e?(this.url=e,this.type=t?t.toUpperCase():Fe,this.mode=!!c(r)||r):"object"==typeof e&&(this.options=e,s(this,this.options)),this.type=this.type?this.type.toUpperCase():Fe,this.contentType=void 0!==this.contentType?this.contentType:n}return e.prototype.send=function(e){var t=this;this.data=c(e)?this.data:e;var r={cancel:!1,httpRequest:null};return new Promise(function(e,n){t.httpRequest=new XMLHttpRequest,t.httpRequest.onreadystatechange=function(){t.stateChange(e,n)},c(t.onLoad)||(t.httpRequest.onload=t.onLoad),c(t.onProgress)||(t.httpRequest.onprogress=t.onProgress),c(t.onAbort)||(t.httpRequest.onabort=t.onAbort),c(t.onError)||(t.httpRequest.onerror=t.onError),c(t.onUploadProgress)||(t.httpRequest.upload.onprogress=t.onUploadProgress),t.httpRequest.open(t.type,t.url,t.mode),c(t.data)||null===t.contentType||t.httpRequest.setRequestHeader("Content-Type",t.contentType||"application/json; charset=utf-8"),t.beforeSend&&(r.httpRequest=t.httpRequest,t.beforeSend(r)),r.cancel||t.httpRequest.send(c(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 r=this.httpRequest.responseText;if(this.dataType&&"json"===this.dataType.toLowerCase())if(""===r)r=void 0;else try{r=JSON.parse(r)}catch(e){}4===this.httpRequest.readyState&&(this.httpRequest.status>=200&&this.httpRequest.status<=299||304===this.httpRequest.status?e(this.successHandler(r)):this.emitError?t(new Error(this.failureHandler(this.httpRequest.statusText))):e())},e.prototype.getResponseHeader=function(e){var t,r;t={};for(var n=Ne.exec(this.httpRequest.getAllResponseHeaders());n;)t[n[1].toLowerCase()]=n[2],n=Ne.exec(this.httpRequest.getAllResponseHeaders());return r=t[e.toLowerCase()],c(r)?null:r},e}(),Ae=/android|webos|iphone|ipad|ipod|blackberry|iemobile|opera mini|mobile/i,Ie=/msie|trident/i,ke=/Trident\/7\./,Le=/(ipad|iphone|ipod touch)/i,He=/(ipad|iphone|ipod touch);.*os 7_\d|(ipad|iphone|ipod touch);.*os 8_\d/i,Be=/android/i,Ge=/trident|windows phone|edge/i,Ye=/(version)[ /]([\w.]+)/i,ze={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 Xe=function(){function e(){}return e.extractBrowserDetail=function(){for(var t={culture:{}},r=[],n=0,i=Object.keys(ze);n<i.length;n++){var o=i[n];if(r=e.userAgent.match(ze[o])){if(t.name="opr"===r[1].toLowerCase()?"opera":r[1].toLowerCase(),t.name="crios"===r[1].toLowerCase()?"chrome":t.name,t.version=r[2],t.culture.name=t.culture.language=navigator.language,e.userAgent.match(ke)){t.name="msie";break}var a=e.userAgent.match(Ye);"safari"===t.name&&a&&(t.version=a[2]);break}}return t},e.getEvent=function(t){var r={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?r[t].isPointer:e.isTouch?r[t].isTouch+(e.isDevice?"":" "+r[t].isDevice):r[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,r){var n=window.browserDetails;return"MacIntel"===navigator.platform&&navigator.maxTouchPoints>1&&!0===e.isTouch&&(n.isIos=!0,n.isDevice=!0,n.isTouch=!0,n.isPointer=!0),void 0===n[t]?n[t]=r.test(e.userAgent):n[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 u(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",Ie)},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isTouch",{get:function(){return u(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 u(window.browserDetails.isPointer)?window.browserDetails.isPointer="pointerEnabled"in window.navigator:window.browserDetails.isPointer},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isMSPointer",{get:function(){return u(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",Ae)},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isIos",{get:function(){return e.getValue("isIos",Le)},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isIos7",{get:function(){return e.getValue("isIos7",He)},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isAndroid",{get:function(){return e.getValue("isAndroid",Be)},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isWebView",{get:function(){return u(window.browserDetails.isWebView)?(window.browserDetails.isWebView=!(u(window.cordova)&&u(window.PhoneGap)&&u(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",Ge)},enumerable:!0,configurable:!0}),Object.defineProperty(e,"touchStartEvent",{get:function(){return u(window.browserDetails.touchStartEvent)?window.browserDetails.touchStartEvent=e.getTouchStartEvent():window.browserDetails.touchStartEvent},enumerable:!0,configurable:!0}),Object.defineProperty(e,"touchMoveEvent",{get:function(){return u(window.browserDetails.touchMoveEvent)?window.browserDetails.touchMoveEvent=e.getTouchMoveEvent():window.browserDetails.touchMoveEvent},enumerable:!0,configurable:!0}),Object.defineProperty(e,"touchEndEvent",{get:function(){return u(window.browserDetails.touchEndEvent)?window.browserDetails.touchEndEvent=e.getTouchEndEvent():window.browserDetails.touchEndEvent},enumerable:!0,configurable:!0}),Object.defineProperty(e,"touchCancelEvent",{get:function(){return u(window.browserDetails.touchCancelEvent)?window.browserDetails.touchCancelEvent=e.getTouchCancelEvent():window.browserDetails.touchCancelEvent},enumerable:!0,configurable:!0}),e.uA="undefined"!=typeof navigator?navigator.userAgent:"",e}(),_e=function(){function e(){}return e.addOrGetEventData=function(e){return"__eventList"in e?e.__eventList.events:(e.__eventList={},e.__eventList.events=[])},e.add=function(t,r,n,i,o){var a,s=e.addOrGetEventData(t);a=o?p(n,o):n,i&&(a=a.bind(i));for(var l=r.split(" "),c=0;c<l.length;c++)s.push({name:l[c],listener:n,debounce:a}),Xe.isIE?t.addEventListener(l[c],a):t.addEventListener(l[c],a,{passive:!1});return a},e.remove=function(t,r,n){for(var i=e.addOrGetEventData(t),o=r.split(" "),a=function(e){var r,a=-1;i&&0!==i.length&&i.some(function(t,i){return t.name===o[e]&&t.listener===n&&(a=i,r=t.debounce,!0)}),-1!==a&&i.splice(a,1),r&&t.removeEventListener(o[e],r)},s=0;s<o.length;s++)a(s)},e.clearEvents=function(t){var r,n;n=l([],n,r=e.addOrGetEventData(t));for(var i=0;i<n.length;i++)t.removeEventListener(n[i].name,n[i].debounce),r.shift()},e.trigger=function(t,r,n){for(var i=0,o=e.addOrGetEventData(t);i<o.length;i++){var a=o[i];a.name===r&&a.debounce.call(this,n)}},e}(),Ve=/^svg|^path|^g/,We=new RegExp("]"),$e=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 Se(this),u(t)||(this.element="string"==typeof t?document.querySelector(t):t,c(this.element)||(this.isProtectedOnChange=!1,this.addInstance())),u(e)||this.setProperties(e,!0),this.isDestroyed=!1}return e.prototype.setProperties=function(e,t){var r=this.isProtectedOnChange;this.isProtectedOnChange=!!t,s(this,e),!0!==t?(s(this.changedProperties,e),this.dataBind()):m()&&this.isRendered&&this.serverDataBind(e),this.finalUpdate(),this.changedProperties={},this.oldProperties={},this.isProtectedOnChange=r},e.callChildDataBind=function(e,t){for(var r=0,n=Object.keys(e);r<n.length;r++){var i=n[r];if(t[i]instanceof Array)for(var o=0,a=t[i];o<a.length;o++){var s=a[o];void 0!==s.dataBind&&s.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,r=this.changedProperties,n=this.oldProperties;this.clearChanges(),this.isProtectedOnChange=!0,this.onPropertyChanged(r,n),this.isProtectedOnChange=t}},e.prototype.serverDataBind=function(e){if(m()){e=e||{},l(this.bulkChanges,{},e,!0);this.allowServerDataBinding&&window.sfBlazor.updateModel&&(window.sfBlazor.updateModel(this),this.bulkChanges={})}},e.prototype.saveChanges=function(e,t,n){if(m()){var i={};i[e]=t,this.serverDataBind(i)}this.isProtectedOnChange||(this.oldProperties[e]=n,this.changedProperties[e]=t,this.finalUpdate(),this.finalUpdate=r(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,r,i){var o=this;if(!0!==this.isDestroyed){var a=this.isProtectedOnChange;this.isProtectedOnChange=!1;var s=this.modelObserver.notify(e,t,r,i);if(We.test(e)){var l=n(e,this);if(l){if(window.Blazor){var c=l.call(this,t);c&&"function"==typeof c.then?r?c.then(function(e){r&&(e="string"==typeof e&&o.modelObserver.isJson(e)?JSON.parse(e):e,r.call(o,e))}).catch(function(e){i&&(e="string"==typeof e&&o.modelObserver.isJson(e)?JSON.parse(e):e,i.call(o,e))}):s=c:r&&r.call(this,t)}else l.call(this,t),r&&r.call(this,t)}else r&&r.call(this,t)}return this.isProtectedOnChange=a,s}},e.prototype.addInstance=function(){var e="e-"+this.getModuleName().toLowerCase();y([this.element],["e-lib",e]),c(this.element.ej2_instances)?i("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}),v([this.element],["e-"+this.getModuleName()]),0===this.element.ej2_instances.length&&v([this.element],["e-lib"]),this.clearChanges(),this.modelObserver.destroy(),this.isDestroyed=!0},e}(),Ke=function(){var e=function(t,r){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])})(t,r)};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),Ue=function(e,t,r,n){var i,o=arguments.length,a=o<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},qe=function(e){function t(t){var r=e.call(this,t,void 0)||this;return r.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)"},r}Ke(t,e),r=t,t.prototype.animate=function(e,t){t=t||{};var n=this.getModel(t);if("string"==typeof e)for(var i=0,o=Array.prototype.slice.call(S(e,document));i<o.length;i++){var a=o[i];n.element=a,r.delayAnimation(n)}else n.element=e,r.delayAnimation(n)},t.stop=function(e,t){e.style.animation="",e.removeAttribute("e-animate");var r=e.getAttribute("e-animation-id");if(r){var n=parseInt(r,10);cancelAnimationFrame(n),e.removeAttribute("e-animation-id")}t&&t.end&&t.end.call(this,t)},t.delayAnimation=function(e){e.delay?setTimeout(function(){r.applyAnimation(e)},e.delay):r.applyAnimation(e)},t.applyAnimation=function(e){var t=this;e.timeStamp=0;var r=0,n=0,i=0,o=e.duration;e.element.setAttribute("e-animate","true");var a=function(s){try{if(s){i=0===i?s:i,e.timeStamp=s+e.timeStamp-i,i=s,!r&&e.begin&&e.begin.call(t,e),r+=1;var l=e.timeStamp/r;e.timeStamp<o&&e.timeStamp+l<o&&e.element.getAttribute("e-animate")?(e.element.style.animation=e.name+" "+e.duration+"ms "+e.timingFunction,e.progress&&e.progress.call(t,e),requestAnimationFrame(a)):(cancelAnimationFrame(n),e.element.removeAttribute("e-animation-id"),e.element.removeAttribute("e-animate"),e.element.style.animation="",e.end&&e.end.call(t,e))}else n=requestAnimationFrame(a),e.element.setAttribute("e-animation-id",n.toString())}catch(r){cancelAnimationFrame(n),e.element.removeAttribute("e-animation-id"),e.fail&&e.fail.call(t,r)}};a()},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(){};var r;return Ue([k("FadeIn")],t.prototype,"name",void 0),Ue([k(400)],t.prototype,"duration",void 0),Ue([k("ease")],t.prototype,"timingFunction",void 0),Ue([k(0)],t.prototype,"delay",void 0),Ue([H()],t.prototype,"progress",void 0),Ue([H()],t.prototype,"begin",void 0),Ue([H()],t.prototype,"end",void 0),Ue([H()],t.prototype,"fail",void 0),t=r=Ue([B],t)}($e);e.isRippleEnabled=!1;var Je,Ze=function(){function e(e){this.loadedModules=[],this.parent=e}return e.prototype.inject=function(e,r){var n=e.length;if(0!==n){this.loadedModules.length&&this.clearUnusedModule(e);for(var o=0;o<n;o++)for(var a=e[o],s=0,l=r;s<l.length;s++){var c=l[s],u=a.member;if(c.prototype.getModuleName()===a.member&&!this.isModuleLoaded(u)){var p=t(c,a.args),h=this.getMemberName(u);a.isProperty?i(h,c,this.parent):i(h,p,this.parent);var d=a;d.member=h,this.loadedModules.push(d)}}}else this.clean()},e.prototype.clean=function(){for(var e=0,t=this.loadedModules;e<t.length;e++){var r=t[e];r.isProperty||n(r.member,this.parent).destroy()}this.loadedModules=[]},e.prototype.clearUnusedModule=function(e){for(var t=this,r=e.map(function(e){return t.getMemberName(e.member)}),i=0,a=this.loadedModules.filter(function(e){return-1===r.indexOf(e.member)});i<a.length;i++){var s=a[i];s.isProperty||n(s.member,this.parent).destroy(),this.loadedModules.splice(this.loadedModules.indexOf(s),1),o(this.parent,s.member)}},e.prototype.getMemberName=function(e){return e[0].toLowerCase()+e.substring(1)+"Module"},e.prototype.isModuleLoaded=function(e){for(var t=0,r=this.loadedModules;t<r.length;t++){if(r[t].member===this.getMemberName(e))return!0}return!1},e}(),Qe=function(){function e(e,t,r,i){this.isComplexArraySetter=!1,this.properties={},this.changedProperties={},this.childChangedProperties={},this.oldProperties={},this.finalUpdate=function(){},this.callChildDataBind=n("callChildDataBind",$e),this.parentObj=e,this.controlParent=this.parentObj.controlParent||this.parentObj,this.propName=t,this.isParentArray=i,this.setProperties(r,!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?(s(this,e),this.updateChange(!1,this.propName),this.clearChanges()):s(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&&(i(this.propName+"."+e,this.changedProperties,this.parentObj.changedProperties),i(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,r,n){this.controlParent.isProtectedOnChange||(n||this.serverDataBind(e,t,!0),this.oldProperties[e]=r,this.changedProperties[e]=t,this.updateChange(!0,this.propName),this.finalUpdate(),this.updateTimeOut())},e.prototype.serverDataBind=function(e,t,r,n){if(m()&&!this.parentObj.isComplexArraySetter){var i,o={},a=r?this.getParentKey(!0)+"."+e:e;if(-1!==a.indexOf(".")){var s=a.split(".");i=o;for(var l=0;l<s.length;l++){var c=l===s.length-1;i[s[l]]=c?t:{},i=c?i:i[s[l]]}}else o[a]={},i=o[a],o[a][e]=t;if(this.isParentArray){i.ejsAction=n||"none"}this.controlParent.serverDataBind(o)}},e.prototype.getParentKey=function(e){var t="",r=this.propName;if(this.isParentArray){t=this.parentObj[this.propName].indexOf(this);var n=this.parentObj[this.propName].length;n=e?n:n>0?n-1:0,r+=t=-1!==t?"-"+t:"-"+n}return this.controlParent!==this.parentObj&&(r=this.parentObj.getParentKey()+"."+this.propName+t),r},e}(),et=[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],tt=function(){function e(e){this.isValidated=!1,this.version="20.1",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 style="color:yellow;text-decoration:none;"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 style="color:yellow;text-decoration:none;"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 style="color:yellow;text-decoration:none;" 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 style="color:yellow;text-decoration:none;" 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 style="color:yellow;text-decoration:none;" href="https://help.syncfusion.com/common/essential-studio/licensing/licensing-errors#invalid-key">help topic</a> for more information.'},this.manager=function(){var e=null;return{setKey:function(t){e=t},getKey:function(){return e}}}(),this.manager.setKey(e)}return e.prototype.validate=function(){if(!this.isValidated&&ie&&!n($(et),ie)&&!n("Blazor",ie)){var e=void 0;if(this.manager&&this.manager.getKey()){var t=this.getInfoFromKey();if(t&&t.length)for(var r=0,o=t;r<o.length;r++){var a=o[r];if(!this.platform.test(a.platform)||a.invalidPlatform)e=this.errors.platformMismatched;else if(-1===a.version.indexOf(this.version))e=(e=(e=this.errors.versionMismatched).replace("##LicenseVersion",a.version)).replace("##Requireversion",this.version+".x");else if(a.expiryDate){var s=new Date(a.expiryDate),l=new Date;if(!(s!==l&&s<l))break;e=this.errors.trailExpired}}else e=this.errors.invalidKey}else e=this.errors.noLicense;if(e&&"undefined"!=typeof document&&!c(document)){var u=g("div",{innerHTML:e+'<span style="position:absolute;right: 10px;top:27%;cursor:pointer;"onClick=this.parentElement.remove();><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;'});u.setAttribute("id","js-licensing"),document.body.appendChild(u)}this.isValidated=!0,i($(et),this.isValidated,ie)}},e.prototype.getDecryptedData=function(e){try{return atob(e)}catch(e){return""}},e.prototype.getInfoFromKey=function(){try{for(var e=[5439488,7929856,5111808,6488064,4587520,7667712,5439488,6881280,5177344,7208960,4194304,4456448,6619136,7733248,5242880,7077888,6356992,7602176,4587520,7274496,7471104,7143424],t=[],r=[],n=!1,i=0,o=this.manager.getKey().split(";");i<o.length;i++){var a=o[i],s=this.getDecryptedData(a);if(s){for(var l=0,c="",u=0;u<s.length;u++,l++){l===e.length&&(l=0);var p=s.charCodeAt(u);c+=String.fromCharCode(p^e[l]>>16)}this.platform.test(c)?(n=!1,(t=c.split(";")).length>3&&r.push({platform:t[0],version:t[1],expiryDate:t[2]})):c&&c.split(";").length>3&&(n=!0)}}return n&&!r.length?[{invalidPlatform:n}]:r.length?r:null}catch(e){return null}},e}(),rt=new tt,nt=function(e){e&&K(e),rt.validate()},it=function(){var e=function(t,r){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])})(t,r)};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),ot=function(e,t,r,n){var i,o=arguments.length,a=o<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},at=0,st=0;e.versionBasedStatePersistence=!1;var lt=function(t){function r(r,n){var i=t.call(this,r,n)||this;return i.randomId=f(),i.isStringTemplate=!1,i.needsID=!1,i.isReactHybrid=!1,c(i.enableRtl)&&i.setProperties({enableRtl:e.rightToLeft},!0),c(i.locale)&&i.setProperties({locale:e.defaultCulture},!0),i.moduleLoader=new Ze(i),i.localObserver=new Se(i),Oe.on("notifyExternalChange",i.detectFunction,i,i.randomId),"undefined"!=typeof window&&"undefined"!=typeof document&&nt(),u(n)||i.appendTo(),i}return it(r,t),r.prototype.requiredModules=function(){return[]},r.prototype.destroy=function(){this.isDestroyed||(this.enablePersistence&&this.setPersistData(),this.localObserver.destroy(),this.refreshing||(v([this.element],["e-control"]),this.trigger("destroyed",{cancel:!1}),t.prototype.destroy.call(this),this.moduleLoader.clean(),Oe.off("notifyExternalChange",this.detectFunction,this.randomId)))},r.prototype.refresh=function(){this.refreshing=!0,this.moduleLoader.clean(),this.destroy(),this.clearChanges(),this.localObserver=new Se(this),this.preRender(),this.injectModules(),this.render(),this.refreshing=!1},r.prototype.accessMount=function(){this.mount&&!this.isReactHybrid&&this.mount()},r.prototype.getRootElement=function(){return this.isReactHybrid?this.actualElement:this.element},r.prototype.getLocalData=function(){var t=this.getModuleName()+this.element.id;return e.versionBasedStatePersistence?window.localStorage.getItem(t+this.ej2StatePersistenceVersion):window.localStorage.getItem(t)},r.prototype.appendTo=function(e){if(c(e)||"string"!=typeof e?c(e)||(this.element=e):this.element=E(e,document),!c(this.element)){var r="e-"+this.getModuleName().toLowerCase();y([this.element],["e-control",r]),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 i=n("ej2_instances",this.element);i&&-1!==i.indexOf(this)||t.prototype.addInstance.call(this),this.preRender(),this.injectModules(),this.render(),this.mount?this.accessMount():this.trigger("created")}},r.prototype.renderComplete=function(e){if(m()){window.sfBlazor.renderComplete(this.element,e)}this.isRendered=!0},r.prototype.dataBind=function(){this.injectModules(),t.prototype.dataBind.call(this)},r.prototype.on=function(e,t,r){if("string"==typeof e)this.localObserver.on(e,t,r);else for(var n=0,i=e;n<i.length;n++){var o=i[n];this.localObserver.on(o.event,o.handler,o.context)}},r.prototype.off=function(e,t){if("string"==typeof e)this.localObserver.off(e,t);else for(var r=0,n=e;r<n.length;r++){var i=n[r];this.localObserver.off(i.event,i.handler)}},r.prototype.notify=function(e,t){!0!==this.isDestroyed&&this.localObserver.notify(e,t)},r.prototype.getInjectedModules=function(){return this.injectedModules},r.Inject=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.prototype.injectedModules||(this.prototype.injectedModules=[]);for(var r=0;r<e.length;r++)-1===this.prototype.injectedModules.indexOf(e[r])&&this.prototype.injectedModules.push(e[r])},r.prototype.createElement=function(e,t,r){return g(e,t)},r.prototype.triggerStateChange=function(e,t){this.isReactHybrid&&(this.setState(),this.currentContext={calls:e,args:t})},r.prototype.injectModules=function(){this.injectedModules&&this.injectedModules.length&&this.moduleLoader.inject(this.requiredModules(),this.injectedModules)},r.prototype.detectFunction=function(e){var t=Object.keys(e);t.length&&(this[t[0]]=e[t[0]])},r.prototype.mergePersistData=function(){var t;c(t=e.versionBasedStatePersistence?window.localStorage.getItem(this.getModuleName()+this.element.id+this.ej2StatePersistenceVersion):window.localStorage.getItem(this.getModuleName()+this.element.id))||""===t||this.setProperties(JSON.parse(t),!0)},r.prototype.setPersistData=function(){this.isDestroyed||(e.versionBasedStatePersistence?window.localStorage.setItem(this.getModuleName()+this.element.id+this.ej2StatePersistenceVersion,this.getPersistData()):window.localStorage.setItem(this.getModuleName()+this.element.id,this.getPersistData()))},r.prototype.renderReactTemplates=function(){},r.prototype.clearTemplate=function(e,t){},r.prototype.getUniqueID=function(e){return this.isHistoryChanged()&&(at=0),Je=this.pageID(location.href),st=history.length,e+"_"+Je+"_"+at++},r.prototype.pageID=function(e){var t=0;if(0===e.length)return t;for(var r=0;r<e.length;r++){t=(t<<5)-t+e.charCodeAt(r),t&=t}return Math.abs(t)},r.prototype.isHistoryChanged=function(){return Je!==this.pageID(location.href)||st!==history.length},r.prototype.addOnPersist=function(e){for(var t=this,r={},o=0,a=e;o<a.length;o++){var s=a[o],l=void 0;u(l=n(s,this))||i(s,this.getActualProperties(l),r)}return JSON.stringify(r,function(e,r){return t.getActualProperties(r)})},r.prototype.getActualProperties=function(e){return e instanceof Qe?n("properties",e):e},r.prototype.ignoreOnPersist=function(e){return JSON.stringify(this.iterateJsonProperties(this.properties,e))},r.prototype.iterateJsonProperties=function(e,t){for(var r={},n=function(n){if(-1===t.indexOf(n)){var o=e[n];if("object"!=typeof o||o instanceof Array)r[n]=o;else{var a=t.filter(function(e){return new RegExp(n+".").test(e)}).map(function(e){return e.replace(n+".","")});r[n]=i.iterateJsonProperties(i.getActualProperties(o),a)}}},i=this,o=0,a=Object.keys(e);o<a.length;o++){n(a[o])}return r},ot([k(!1)],r.prototype,"enablePersistence",void 0),ot([k()],r.prototype,"enableRtl",void 0),ot([k()],r.prototype,"locale",void 0),r=ot([B],r)}($e);"undefined"!=typeof window&&window.addEventListener("popstate",function(){at=0});var ct=function(){var e=function(t,r){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])})(t,r)};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),ut=function(e,t,r,n){var i,o=arguments.length,a=o<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},pt={left:0,top:0,bottom:0,right:0},ht={isDragged:!1},dt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return ct(t,e),ut([k(0)],t.prototype,"left",void 0),ut([k(0)],t.prototype,"top",void 0),t}(Qe),mt=function(e){function t(t,n){var i=e.call(this,n,t)||this;return i.dragLimit=r.getDefaultPosition(),i.borderWidth=r.getDefaultPosition(),i.padding=r.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}ct(t,e),r=t,t.prototype.bind=function(){this.toggleEvents(),Xe.isIE&&y([this.element],"e-block-touch"),this.droppables[this.scope]={}},t.getDefaultPosition=function(){return l({},pt)},t.prototype.toggleEvents=function(e){var t;u(this.handle)||(t=E(this.handle,this.element));var r=this.enableTapHold&&Xe.isDevice&&Xe.isTouch?this.mobileInitialize:this.initialize;e?_e.remove(t||this.element,Xe.touchStartEvent,r):_e.add(t||this.element,Xe.touchStartEvent,r,this)},t.prototype.mobileInitialize=function(e){var t=this,r=e.currentTarget;this.tapHoldTimer=setTimeout(function(){t.externalInitialize=!0,t.removeTapholdTimer(),t.initialize(e,r)},this.tapHoldThreshold),_e.add(document,Xe.touchMoveEvent,this.removeTapholdTimer,this),_e.add(document,Xe.touchEndEvent,this.removeTapholdTimer,this)},t.prototype.removeTapholdTimer=function(){clearTimeout(this.tapHoldTimer),_e.remove(document,Xe.touchMoveEvent,this.removeTapholdTimer),_e.remove(document,Xe.touchEndEvent,this.removeTapholdTimer)},t.prototype.getScrollableParent=function(e,t){return c(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),c(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 r=this.abort;"string"==typeof r&&(r=[r]);for(var n=0;n<r.length;n++)if(!c(C(e.target,r[n])))return void(this.isDragStarted()&&this.isDragStarted(!0))}this.preventDefault&&!u(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 o=this.element.getBoundingClientRect();this.getScrollableValues(),e.clientX===e.pageX&&(this.parentScrollX=0),e.clientY===e.pageY&&(this.parentScrollY=0),this.relativeXPosition=i.pageX-(o.left+this.parentScrollX),this.relativeYPosition=i.pageY-(o.top+this.parentScrollY)}this.externalInitialize?this.intDragStart(e):(_e.add(document,Xe.touchMoveEvent,this.intDragStart,this),_e.add(document,Xe.touchEndEvent,this.intDestroy,this)),this.toggleEvents(!0),"touchstart"!==e.type&&this.isPreventSelect&&document.body.classList.add("e-prevent-select"),this.externalInitialize=!1,_e.trigger(document.documentElement,Xe.touchStartEvent,e)}},t.prototype.intDragStart=function(e){this.removeTapholdTimer();var t=!u(e.changedTouches);if(!t||1===e.changedTouches.length){t&&e.preventDefault();var r,n=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 o=this.element;if(this.clone&&this.dragTarget){var a=C(e.target,this.dragTarget);c(a)||(o=a)}this.isReplaceDragEle&&(o=this.currentStateCheck(e.target,o)),this.offset=this.calculateParentPosition(o),this.position=this.getMousePosition(e,this.isDragScroll);var s=this.initialPosition.x-n.pageX,l=this.initialPosition.y-n.pageY;if(Math.sqrt(s*s+l*l)>=this.distance||this.externalInitialize){var p=this.getHelperElement(e);if(!p||c(p))return;var h=this.helperElement=p;if(this.parentClientRect=this.calculateParentPosition(h.offsetParent),this.dragStart){var d={event:e,element:o,target:this.getProperTargetElement(e),bindEvents:m()?this.bindDragEvents.bind(this):null,dragElement:h};this.trigger("dragStart",d)}this.dragArea?this.setDragArea():(this.dragLimit={left:0,right:0,bottom:0,top:0},this.borderWidth={top:0,left:0}),r={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 f=getComputedStyle(o),g=parseFloat(f.marginTop);this.clone&&0!==g&&(r.top+=g),this.eleTop=isNaN(parseFloat(f.top))?0:parseFloat(f.top)-this.offset.top,this.enableScrollHandler&&!this.clone&&(r.top-=this.parentScrollY,r.left-=this.parentScrollX);var y=this.getProcessedPositionValue({top:r.top-this.diffY+"px",left:r.left-this.diffX+"px"});this.dragElePosition={top:r.top,left:r.left},x(h,this.getDragPosition({position:"absolute",left:y.left,top:y.top})),_e.remove(document,Xe.touchMoveEvent,this.intDragStart),_e.remove(document,Xe.touchEndEvent,this.intDestroy),m()||this.bindDragEvents(h)}}},t.prototype.bindDragEvents=function(e){M(e)?(_e.add(document,Xe.touchMoveEvent,this.intDrag,this),_e.add(document,Xe.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(c(e))return{left:0,top:0};var t=e.getBoundingClientRect(),r=getComputedStyle(e);return{left:t.left+window.pageXOffset-parseInt(r.marginLeft,10),top:t.top+window.pageYOffset-parseInt(r.marginTop,10)}},t.prototype.intDrag=function(e){if(u(e.changedTouches)||1===e.changedTouches.length){this.clone&&e.changedTouches&&Xe.isDevice&&Xe.isTouch&&e.preventDefault();var t,r;this.position=this.getMousePosition(e,this.isDragScroll);var n=this.getDocumentWidthHeight("Height");n<this.position.top&&(this.position.top=n);var i=this.getDocumentWidthHeight("Width");if(i<this.position.left&&(this.position.left=i),this.drag){var o=this.getProperTargetElement(e);this.trigger("drag",{event:e,element:this.element,target:o})}var a=this.checkTargetElement(e);if(a.target&&a.instance){var s=!0;this.hoverObject&&(this.hoverObject.instance!==a.instance?this.triggerOutFunction(e,a):s=!1),s&&(a.instance.dragData[this.scope]=this.droppables[this.scope],a.instance.intOver(e,a.target),this.hoverObject=a)}else this.hoverObject&&this.triggerOutFunction(e,a);var l=this.droppables[this.scope].helper;this.parentClientRect=this.calculateParentPosition(this.helperElement.offsetParent);var p=this.parentClientRect.left,h=this.parentClientRect.top,d=this.getCoordinates(e),m=d.pageX,f=d.pageY,g=this.position.left-this.diffX,y=this.position.top-this.diffY,v=getComputedStyle(l);if(this.dragArea){if(this.pageX!==m||this.skipDistanceCheck){var b=l.offsetWidth+(parseFloat(v.marginLeft)+parseFloat(v.marginRight));t=this.dragLimit.left>g&&g>0?this.dragLimit.left:this.dragLimit.right+window.pageXOffset<g+b&&g>0?g-(g-this.dragLimit.right)+window.pageXOffset-b:g<0?this.dragLimit.left:g}if(this.pageY!==f||this.skipDistanceCheck){var M=l.offsetHeight+(parseFloat(v.marginTop)+parseFloat(v.marginBottom));r=this.dragLimit.top>y&&y>0?this.dragLimit.top:this.dragLimit.bottom+window.pageYOffset<y+M&&y>0?y-(y-this.dragLimit.bottom)+window.pageYOffset-M:y<0?this.dragLimit.top:y}}else t=g,r=y;var D=h+this.borderWidth.top,w=p+this.borderWidth.left;this.dragProcessStarted&&(c(r)&&(r=this.prevTop),c(t)&&(t=this.prevLeft));var P,E;this.dragArea?(this.dragLimit.top=this.clone?this.dragLimit.top:0,P=r-D<0?this.dragLimit.top:r-D,E=t-w<0?this.dragElePosition.left:t-w):(P=r-D,E=t-w);var S=parseFloat(getComputedStyle(this.element).marginTop);if(S>0&&(this.clone&&(P+=S,y<0&&(S+y>=0?P=S+y:P-=S),P=this.dragLimit.bottom<P?this.dragLimit.bottom:P),r-D<0))if(y+S+(l.offsetHeight-D)>=0){var O=this.dragLimit.top+y-D;O+S+D<0?P-=S+D:P=O}else P-=S+D;this.enableScrollHandler&&!this.clone&&(P-=this.parentScrollY,E-=this.parentScrollX);var C=this.getProcessedPositionValue({top:P+"px",left:E+"px"});x(l,this.getDragPosition(C)),!this.elementInViewport(l)&&this.enableAutoScroll&&this.helperElement.scrollIntoView(),this.dragProcessStarted=!0,this.prevLeft=t,this.prevTop=r,this.position.left=t,this.position.top=r,this.pageX=m,this.pageY=f}},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=l({},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,r=document.documentElement;return Math.max(t["scroll"+e],r["scroll"+e],t["offset"+e],r["offset"+e],r["client"+e])},t.prototype.intDragStop=function(e){if(this.dragProcessStarted=!1,u(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 r=this.checkTargetElement(e);r.target&&r.instance&&(r.instance.dragStopCalled=!0,r.instance.dragData[this.scope]=this.droppables[this.scope],r.instance.intDrop(e,r.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"),_e.remove(document,Xe.touchMoveEvent,this.intDragStart),_e.remove(document,Xe.touchEndEvent,this.intDragStop),_e.remove(document,Xe.touchEndEvent,this.intDestroy),_e.remove(document,Xe.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&&(ht.isDragged=!ht.isDragged),ht.isDragged},t.prototype.setDragArea=function(){var e,t,r,n=0,i=0;if(r="string"===typeof this.dragArea?E(this.dragArea):this.dragArea){var o=r.getBoundingClientRect();e=r.scrollWidth?r.scrollWidth:o.right-o.left,t=r.scrollHeight?r.scrollHeight:o.bottom-o.top;for(var a=["Top","Left","Bottom","Right"],s=getComputedStyle(r),l=0;l<a.length;l++){var c=a[l],u=s["border"+c+"Width"],p=s["padding"+c],h=c.toLowerCase();this.borderWidth[h]=isNaN(parseFloat(u))?0:parseFloat(u),this.padding[h]=isNaN(parseFloat(p))?0:parseFloat(p)}n=o.top,i=o.left,this.dragLimit.left=i+this.borderWidth.left+this.padding.left,this.dragLimit.top=r.offsetTop+this.borderWidth.top+this.padding.top,this.dragLimit.right=i+e-(this.borderWidth.right+this.padding.right),this.dragLimit.bottom=n+t-(this.borderWidth.bottom+this.padding.bottom)}},t.prototype.getProperTargetElement=function(e){var t,r=this.getCoordinates(e),n=this.helperElement.style.pointerEvents||"";return h(e.target,this.helperElement)||-1!==e.type.indexOf("touch")?(this.helperElement.style.pointerEvents="none",t=document.elementFromPoint(r.clientX,r.clientY),this.helperElement.style.pointerEvents=n):t=e.target,t},t.prototype.currentStateCheck=function(e,t){return c(this.currentStateTarget)||this.currentStateTarget===e?c(t)?e:t:this.currentStateTarget},t.prototype.getMousePosition=function(e,t){var r,n,i=void 0!==e.srcElement?e.srcElement:e.target,o=this.getCoordinates(e),a=c(i.offsetParent);return t?(r=this.clone?o.pageX:o.pageX+(a?0:i.offsetParent.scrollLeft)-this.relativeXPosition,n=this.clone?o.pageY:o.pageY+(a?0:i.offsetParent.scrollTop)-this.relativeYPosition):(r=this.clone?o.pageX:o.pageX+window.pageXOffset-this.relativeXPosition,n=this.clone?o.pageY:o.pageY+window.pageYOffset-this.relativeYPosition),{left:r-(this.margin.left+this.cursorAt.left),top:n-(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=g("div",{className:"e-drag-helper e-block-touch",innerHTML:"Draggable"}),document.body.appendChild(t)):t=this.element,t},t.prototype.setGlobalDroppables=function(e,t,r){this.droppables[this.scope]=e?null:{draggable:t,helper:r,draggedElement:this.element}},t.prototype.checkTargetElement=function(e){var t=this.getProperTargetElement(e),r=this.getDropInstance(t);if(!r&&t&&!c(t.parentNode)){var n=C(t.parentNode,".e-droppable")||t.parentElement;n&&(r=this.getDropInstance(n))}return{target:t,instance:r}},t.prototype.getDropInstance=function(e){var t,r=e&&e.ej2_instances;if(r)for(var n=0,i=r;n<i.length;n++){var o=i[n];if("droppable"===o.getModuleName()){t=o;break}}return t},t.prototype.destroy=function(){this.toggleEvents(!0),e.prototype.destroy.call(this)};var r;return ut([L({},dt)],t.prototype,"cursorAt",void 0),ut([k(!0)],t.prototype,"clone",void 0),ut([k()],t.prototype,"dragArea",void 0),ut([k()],t.prototype,"isDragScroll",void 0),ut([k()],t.prototype,"isReplaceDragEle",void 0),ut([k(!0)],t.prototype,"isPreventSelect",void 0),ut([H()],t.prototype,"drag",void 0),ut([H()],t.prototype,"dragStart",void 0),ut([H()],t.prototype,"dragStop",void 0),ut([k(1)],t.prototype,"distance",void 0),ut([k()],t.prototype,"handle",void 0),ut([k()],t.prototype,"abort",void 0),ut([k()],t.prototype,"helper",void 0),ut([k("default")],t.prototype,"scope",void 0),ut([k("")],t.prototype,"dragTarget",void 0),ut([k()],t.prototype,"axis",void 0),ut([k()],t.prototype,"queryPositionInfo",void 0),ut([k(!1)],t.prototype,"enableTailMode",void 0),ut([k(!1)],t.prototype,"skipDistanceCheck",void 0),ut([k(!0)],t.prototype,"preventDefault",void 0),ut([k(!1)],t.prototype,"enableAutoScroll",void 0),ut([k(!1)],t.prototype,"enableTapHold",void 0),ut([k(750)],t.prototype,"tapHoldThreshold",void 0),ut([k(!1)],t.prototype,"enableScrollHandler",void 0),t=r=ut([B],t)}($e),ft=function(){var e=function(t,r){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])})(t,r)};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),gt=function(e,t,r,n){var i,o=arguments.length,a=o<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},yt=function(e){function t(t,r){var n=e.call(this,r,t)||this;return n.mouseOver=!1,n.dragData={},n.dragStopCalled=!1,n.bind(),n}return ft(t,e),t.prototype.bind=function(){this.wireEvents()},t.prototype.wireEvents=function(){_e.add(this.element,Xe.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 r=this.dragData[this.scope];this.trigger("over",{event:e,target:t,dragData:r}),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 r,n=!0,i=this.dragData[this.scope],o=!!i&&(i.helper&&M(i.helper));o&&(r=this.isDropArea(e,i.helper,t),this.accept&&(n=T(i.helper,this.accept))),o&&this.drop&&r.canDrop&&n&&this.trigger("drop",{event:e,target:r.target,droppedElement:i.helper,dragData:i}),this.mouseOver=!1}},t.prototype.isDropArea=function(e,t,r){var n={canDrop:!0,target:r||e.target},i="touchend"===e.type;if(i||n.target===t){t.style.display="none";var o=i?e.changedTouches[0]:e,a=document.elementFromPoint(o.clientX,o.clientY);n.canDrop=!1,n.canDrop=h(a,this.element),n.canDrop&&(n.target=a),t.style.display=""}return n},t.prototype.destroy=function(){_e.remove(this.element,Xe.touchEndEvent,this.intDrop),e.prototype.destroy.call(this)},gt([k()],t.prototype,"accept",void 0),gt([k("default")],t.prototype,"scope",void 0),gt([H()],t.prototype,"drop",void 0),gt([H()],t.prototype,"over",void 0),gt([H()],t.prototype,"out",void 0),t=gt([B],t)}($e),vt=function(){var e=function(t,r){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])})(t,r)};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),bt=function(e,t,r,n){var i,o=arguments.length,a=o<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},Mt={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},Dt=function(e){function t(t,n){var i=e.call(this,n,t)||this;return i.keyPressHandler=function(e){for(var t=e.altKey,n=e.ctrlKey,o=e.shiftKey,a=e.which,s=0,l=Object.keys(i.keyConfigs);s<l.length;s++)for(var c=l[s],u=0,p=i.keyConfigs[c].split(",");u<p.length;u++){var h=p[u],d=r.getKeyConfigData(h.trim());t===d.altKey&&n===d.ctrlKey&&o===d.shiftKey&&a===d.keyCode&&(e.action=c,i.keyAction&&i.keyAction(e))}},i.bind(),i}vt(t,e),r=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("+"),n={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])?n.keyCode=Number(t[t.length-1]):n.keyCode=r.getKeyCode(t[t.length-1]),r.configCache[e]=n,n},t.getKeyCode=function(e){return Mt[e]||e.toUpperCase().charCodeAt(0)};var r;return t.configCache={},bt([k({})],t.prototype,"keyConfigs",void 0),bt([k("keyup")],t.prototype,"eventName",void 0),bt([H()],t.prototype,"keyAction",void 0),t=r=bt([B],t)}($e),wt=function(){function t(t,r,n){this.controlName=t,this.localeStrings=r,this.setLocale(n||e.defaultCulture)}return t.prototype.setLocale=function(e){var r=this.intGetControlConstant(t.locale,e);this.currentLocale=r||this.localeStrings},t.load=function(e){this.locale=l(this.locale,e,{},!0)},t.prototype.getConstant=function(e){return c(this.currentLocale[e])?this.localeStrings[e]||"":this.currentLocale[e]},t.prototype.intGetControlConstant=function(e,t){return e[t]?e[t][this.controlName]:null},t.locale={},t}(),Pt=function(){var e=function(t,r){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])})(t,r)};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}(),Et=function(e,t,r,n){var i,o=arguments.length,a=o<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,n);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(a=(o<3?i(a):o>3?i(t,r,a):i(t,r))||a);return o>3&&a&&Object.defineProperty(t,r,a),a},St=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Pt(t,e),Et([k(50)],t.prototype,"swipeThresholdDistance",void 0),t}(Qe),Ot=/(Up|Down)/,Ct=function(e){function t(t,r){var n=e.call(this,r,t)||this;return n.touchAction=!0,n.tapCount=0,n.startEvent=function(e){if(!0===n.touchAction){var t=n.updateChangeTouches(e);void 0!==e.changedTouches&&(n.touchAction=!1),n.isTouchMoved=!1,n.movedDirection="",n.startPoint=n.lastMovedPoint={clientX:t.clientX,clientY:t.clientY},n.startEventData=t,n.hScrollLocked=n.vScrollLocked=!1,n.tStampStart=Date.now(),n.timeOutTapHold=setTimeout(function(){n.tapHoldEvent(e)},n.tapHoldThreshold),_e.add(n.element,Xe.touchMoveEvent,n.moveEvent,n),_e.add(n.element,Xe.touchEndEvent,n.endEvent,n),_e.add(n.element,Xe.touchCancelEvent,n.cancelEvent,n)}},n.moveEvent=function(e){var t=n.updateChangeTouches(e);n.movedPoint=t,n.isTouchMoved=!(t.clientX===n.startPoint.clientX&&t.clientY===n.startPoint.clientY);var r={};if(n.isTouchMoved){clearTimeout(n.timeOutTapHold),n.calcScrollPoints(e);r=l(r,{},{startEvents:n.startEventData,originalEvent:e,startX:n.startPoint.clientX,startY:n.startPoint.clientY,distanceX:n.distanceX,distanceY:n.distanceY,scrollDirection:n.scrollDirection,velocity:n.getVelocity(t)}),n.trigger("scroll",r),n.lastMovedPoint={clientX:t.clientX,clientY:t.clientY}}},n.cancelEvent=function(e){clearTimeout(n.timeOutTapHold),clearTimeout(n.timeOutTap),n.tapCount=0,n.swipeFn(e),_e.remove(n.element,Xe.touchCancelEvent,n.cancelEvent)},n.endEvent=function(e){n.swipeFn(e),n.isTouchMoved||"function"==typeof n.tap&&(n.trigger("tap",{originalEvent:e,tapCount:++n.tapCount}),n.timeOutTap=setTimeout(function(){n.tapCount=0},n.tapThreshold)),n.modeclear()},n.swipeFn=function(e){clearTimeout(n.timeOutTapHold),clearTimeout(n.timeOutTap);var t=n.updateChangeTouches(e),r=t.clientX-n.startPoint.clientX,i=t.clientY-n.startPoint.clientY;r=Math.floor(r<0?-1*r:r),i=Math.floor(i<0?-1*i:r),n.isTouchMoved=r>1||i>1,n.endPoint=t,n.calcPoints(e);var o={originalEvent:e,startEvents:n.startEventData,startX:n.startPoint.clientX,startY:n.startPoint.clientY,distanceX:n.distanceX,distanceY:n.distanceY,swipeDirection:n.movedDirection,velocity:n.getVelocity(t)};if(n.isTouchMoved){var a=void 0,s=n.swipeSettings.swipeThresholdDistance;a=l(a,n.defaultArgs,o);var c=!1,u=n.element,p=n.isScrollable(u),h=Ot.test(n.movedDirection);(s<n.distanceX&&!h||s<n.distanceY&&h)&&(c=!p||n.checkSwipe(u,h)),c&&n.trigger("swipe",a)}n.modeclear()},n.modeclear=function(){n.modeClear=setTimeout(function(){n.touchAction=!0},"function"!=typeof n.tap?0:20),n.lastTapTime=(new Date).getTime(),_e.remove(n.element,Xe.touchMoveEvent,n.moveEvent),_e.remove(n.element,Xe.touchEndEvent,n.endEvent),_e.remove(n.element,Xe.touchCancelEvent,n.cancelEvent)},n.bind(),n}return Pt(t,e),t.prototype.onPropertyChanged=function(e,t){},t.prototype.bind=function(){this.wireEvents(),Xe.isIE&&this.element.classList.add("e-block-touch")},t.prototype.destroy=function(){this.unwireEvents(),e.prototype.destroy.call(this)},t.prototype.wireEvents=function(){_e.add(this.element,Xe.touchStartEvent,this.startEvent,this)},t.prototype.unwireEvents=function(){_e.remove(this.element,Xe.touchStartEvent,this.startEvent)},t.prototype.getModuleName=function(){return"touch"},t.prototype.isScrollable=function(e){var t=getComputedStyle(e),r=t.overflow+t.overflowX+t.overflowY;return!!/(auto|scroll)/.test(r)},t.prototype.tapHoldEvent=function(e){this.tapCount=0,this.touchAction=!0;var t;_e.remove(this.element,Xe.touchMoveEvent,this.moveEvent),_e.remove(this.element,Xe.touchEndEvent,this.endEvent),t={originalEvent:e},this.trigger("tapHold",t),_e.remove(this.element,Xe.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,r=e.clientY,n=Date.now(),i=t-this.startPoint.clientX,o=r-this.startPoint.clientX,a=n-this.tStampStart;return Math.sqrt(i*i+o*o)/a},t.prototype.checkSwipe=function(e,t){var r=["scroll","offset"],n=t?["Height","Top"]:["Width","Left"];return e[r[0]+n[0]]<=e[r[1]+n[0]]||(0===e[r[0]+n[1]]||e[r[1]+n[0]]+e[r[0]+n[1]]>=e[r[0]+n[0]])},t.prototype.updateChangeTouches=function(e){return e.changedTouches&&0!==e.changedTouches.length?e.changedTouches[0]:e},Et([H()],t.prototype,"tap",void 0),Et([H()],t.prototype,"tapHold",void 0),Et([H()],t.prototype,"swipe",void 0),Et([H()],t.prototype,"scroll",void 0),Et([k(350)],t.prototype,"tapThreshold",void 0),Et([k(750)],t.prototype,"tapHoldThreshold",void 0),Et([L({},St)],t.prototype,"swipeSettings",void 0),t=Et([B],t)}($e),xt=new RegExp("\\n|\\r|\\s\\s+","g"),Tt=new RegExp(/'|"/g),jt=new RegExp("if ?\\("),Nt=new RegExp("else if ?\\("),Ft=new RegExp("else"),Rt=new RegExp("for ?\\("),At=new RegExp("(/if|/for)"),It=new RegExp("\\((.*)\\)",""),kt=new RegExp("^[0-9]+$","g"),Lt=new RegExp("[\\w\"'.\\s+]+","g"),Ht=new RegExp('"(.*?)"',"g"),Bt=new RegExp("[\\w\"'@#$.\\s-+]+","g"),Gt=new RegExp("\\${([^}]*)}","g"),Yt=/^\..*/gm,zt=/\\/gi,Xt=/\\\\/gi,_t=new RegExp("[\\w\"'@#$.\\s+]+","g"),Vt=/\window\./gm,Wt=/^[\n\r.]+<tr|^<tr/,$t=/^[\n\r.]+<svg|^<path|^<g/,Kt={},Ut={compile:(new(function(){function e(){}return e.prototype.compile=function(e,t,r){return void 0===t&&(t={}),U(e,t)},e}())).compile},qt=["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"]'],Jt=[{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"]'}],Zt=["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"],Qt=function(){function e(){}return e.beforeSanitize=function(){return{selectors:{tags:qt,attributes:Jt}}},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 r=this.wrapElement.innerHTML;return this.removeElement(),r},e.removeElement=function(){for(var e=this.wrapElement.children,t=0;t<e.length;t++)for(var r=e[t].attributes,n=0;n<r.length;n++)this.wrapElement.children[t].removeAttribute(r[n].localName)},e.removeXssTags=function(){var e=this.wrapElement.querySelectorAll(this.removeTags.join(","));e.length>0&&e.forEach(function(e){w(e)})},e.removeJsEvents=function(){var e=this.wrapElement.querySelectorAll("["+Zt.join("],[")+"]");e.length>0&&e.forEach(function(e){Zt.forEach(function(t){e.hasAttribute(t)&&e.removeAttribute(t)})})},e.removeXssAttrs=function(){var e=this;this.removeAttrs.forEach(function(t,r){var n=e.wrapElement.querySelectorAll(t.selector);n.length>0&&n.forEach(function(e){e.removeAttribute(t.attribute)})})},e}();e.blazorCultureFormats=je,e.Ajax=Re,e.Animation=qe,e.rippleEffect=function(t,r,n){var i=function(e){return{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}}(r);return!1===i.rippleFlag||void 0===i.rippleFlag&&!e.isRippleEnabled?function(){}:(t.setAttribute("data-ripple","true"),_e.add(t,"mousedown",X,{parent:t,rippleOptions:i}),_e.add(t,"mouseup",_,{parent:t,rippleOptions:i,done:n}),_e.add(t,"mouseleave",V,{parent:t,rippleOptions:i}),Xe.isPointer&&_e.add(t,"transitionend",V,{parent:t,rippleOptions:i}),function(){t.removeAttribute("data-ripple"),_e.remove(t,"mousedown",X),_e.remove(t,"mouseup",_),_e.remove(t,"mouseleave",V),_e.remove(t,"transitionend",V)})},e.enableRipple=function(t){return e.isRippleEnabled=t,e.isRippleEnabled},e.Base=$e,e.getComponent=j,e.removeChildInstance=function(e){for(var t=[].slice.call(e.getElementsByClassName("e-control")),r=0;r<t.length;r++){var n=t[r].classList[1].split("e-")[1],i=j(t[r],n);u(i)||i.destroy()}},e.Browser=Xe,e.enableVersionBasedPersistence=function(t){e.versionBasedStatePersistence=t},e.Component=lt,e.ChildProperty=Qe,e.Position=dt,e.Draggable=mt,e.Droppable=yt,e.EventHandler=_e,e.onIntlChange=Oe,e.cldrData=Ce,e.Internationalization=Te,e.setCulture=function(t){e.defaultCulture=t,Oe.notify("notifyExternalChange",{locale:e.defaultCulture})},e.setCurrencyCode=function(t){e.defaultCurrencyCode=t,Oe.notify("notifyExternalChange",{currencyCode:e.defaultCurrencyCode})},e.loadCldr=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var r=0,n=e;r<n.length;r++){var i=n[r];l(Ce,i,{},!0)}},e.enableRtl=function(t){void 0===t&&(t=!0),e.rightToLeft=t,Oe.notify("notifyExternalChange",{enableRtl:e.rightToLeft})},e.getNumericObject=function(t,r){var i=e.IntlBase.getDependables(Ce,t,"",!0)[xe[0]],o=e.IntlBase.getDependables(Ce,t,"")[xe[1]],a=n("defaultNumberingSystem",i),s=m()?n("numberSymbols",i):n("symbols-numberSystem-"+a,i),c=e.IntlBase.getSymbolPattern(r||"decimal",a,i,!1);return l(s,e.IntlBase.getFormatData(c,!0,"",!0),{dateSeparator:e.IntlBase.getDateSeparator(o)})},e.getNumberDependable=function(t,r){var n=e.IntlBase.getDependables(Ce,t,"",!0);return e.IntlBase.getCurrencySymbol(n.numericObject,r)},e.getDefaultDateObject=function(t){return e.IntlBase.getDependables(Ce,"",t,!1)[xe[1]]},e.KeyboardEvents=Dt,e.L10n=wt,e.ModuleLoader=Ze,e.Property=k,e.Complex=L,e.ComplexFactory=function(e){return function(t,r){var n={set:function(e,t,r){return function(n){var i=r(n,this);N(this,t,e,i).setProperties(n)}}({},r,e),get:function(e,t,r){return function(){var n=r({});return this.properties.hasOwnProperty(t)?this.properties[t]:N(this,t,e,n)}}({},r,e),enumerable:!0,configurable:!0};Object.defineProperty(t,r,n),G(t,r,"complexProp",{},e)}},e.Collection=function(e,t){return function(r,n){var i={set:function(e,t,r){return function(n){this.isComplexArraySetter=!0;var i=F(this,t,e,r,!1),o=F(this,t,n,r,!0);this.isComplexArraySetter=!1,this.saveChanges(t,o,i),this.properties[t]=o}}(e,n,t),get:A(e,n,t),enumerable:!0,configurable:!0};Object.defineProperty(r,n,i),G(r,n,"colProp",e,t)}},e.CollectionFactory=function(e){return function(t,r){var n={set:function(e,t,r){return function(n){var i=this.properties.hasOwnProperty(t)?this.properties[t]:e,o=F(this,t,n,r,!0,!0);this.saveChanges(t,o,i),this.properties[t]=o}}([],r,e),get:function(e,t,r){return function(){var n=r({});if(!this.properties.hasOwnProperty(t)){var i=F(this,t,e,n,!1);this.properties[t]=i}return this.properties[t]}}([],r,e),enumerable:!0,configurable:!0};Object.defineProperty(t,r,n),G(t,r,"colProp",{},e)}},e.Event=H,e.NotifyPropertyChanges=B,e.CreateBuilder=function(e){var t=function(e){return this.element=e,this};return function(r){return t.prototype.hasOwnProperty("create")||((t.prototype=Y(e)).create=function(){var t=l({},{},this.properties);return this.properties={},new e(t,this.element)}),new t(r)}},e.SwipeSettings=St,e.Touch=Ct,e.blazorTemplates=Kt,e.getRandomId=ee,e.compile=function(e,t,r){var n=Ut.compile(e,t,r);return function(e,t,r,i,o,a,s,l){var u=n(e,t,r,s,l),p="BlazorTemplateId";if(m()&&!o){var h=i+ee();if(Kt[i]||(Kt[i]=[]),c(a))e[p]=h,Kt[i].push(e);else for(var d=0,f=Object.keys(Kt[i][a]);d<f.length;d++){var y=f[d];y!==p&&e[y]&&(Kt[i][a][y]=e[y]),y===p&&(h=Kt[i][a][y])}return"rowTemplate"===r?[g("tr",{id:h,className:"e-blazor-template"})]:[g("div",{id:h,className:"e-blazor-template"})]}return"string"==typeof u?$t.test(u)?g("svg",{innerHTML:u}).childNodes:g(Wt.test(u)?"table":"div",{innerHTML:u}).childNodes:u}},e.updateBlazorTemplate=function(e,t,r,n,i){m()&&(window.sfBlazor.updateTemplate(t,Kt[e],e,r,i),!1!==n&&(Kt[e]=[]))},e.resetBlazorTemplate=function(e,t,r){var n=document.getElementById(e);if(n)for(var i=n.getElementsByClassName("blazor-inner-template"),o=0;o<i.length;o++){var a=" ";a=c(r)?i[o].getAttribute("data-templateId"):i[r].getAttribute("data-templateId");var s=document.getElementById(a);if(s)for(var l=s.childNodes.length,u=0;u<l;u++)c(r)?i[o].appendChild(s.childNodes[0]):(i[r].appendChild(s.childNodes[0]),o=i.length)}},e.setTemplateEngine=function(e){Ut.compile=e.compile},e.getTemplateEngine=function(){return Ut.compile},e.disableBlazorMode=function(){ne=!1},e.createInstance=t,e.setImmediate=r,e.getValue=n,e.setValue=i,e.deleteObject=o,e.containerObject=ie,e.isObject=a,e.getEnumValue=function(e,t){return e[t]},e.merge=s,e.extend=l,e.isNullOrUndefined=c,e.isUndefined=u,e.getUniqueID=function(e){return e+"_"+re++},e.debounce=p,e.queryParams=function(e){for(var t=[],r=0,n=Object.keys(e);r<n.length;r++){var i=n[r];t.push(encodeURIComponent(i)+"="+encodeURIComponent(""+e[i]))}return t.join("&")},e.isObjectArray=function(e){var t=Object.prototype.toString;return"[object Array]"===t.call(e)&&"[object Object]"===t.call(e[0])},e.compareElementParent=h,e.throwError=d,e.print=function(e,t){var r=document.createElement("div"),n=[].slice.call(document.getElementsByTagName("head")[0].querySelectorAll("base, link, style")),i=[].slice.call(document.getElementsByTagName("body")[0].querySelectorAll("link, style"));if(i.length)for(var o=0,a=i.length;o<a;o++)n.push(i[o]);var s="";c(t)&&(t=window.open("","print","height=452,width=1024,tabbar=no")),r.appendChild(e.cloneNode(!0));var l=0;for(a=n.length;l<a;l++)s+=n[l].outerHTML;t.document.write("<!DOCTYPE html> <html><head>"+s+"</head><body>"+r.innerHTML+"<script> (function() { window.ready = true; })(); <\/script></body></html>"),t.document.close(),t.focus();var u=setInterval(function(){t.ready&&(t.print(),t.close(),clearInterval(u))},500);return t},e.formatUnit=function(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"},e.enableBlazorMode=function(){ne=!0},e.isBlazor=m,e.getElement=function(e){return e instanceof Node||!m()||c(e.xPath)?e:document.evaluate(e.xPath,document,null,XPathResult.FIRST_ORDERED_NODE_TYPE,null).singleNodeValue},e.getInstance=function(e,t){var r="string"==typeof e?document.querySelector(e):e;if(r[te])for(var n=0,i=r[te];n<i.length;n++){var o=i[n];if(o instanceof t)return o}return null},e.addInstance=function(e,t){var r="string"==typeof e?document.querySelector(e):e;r[te]?r[te].push(t):r[te]=[t]},e.uniqueID=f,e.createElement=g,e.addClass=y,e.removeClass=v,e.isVisible=M,e.prepend=function(e,t,r){for(var n=document.createDocumentFragment(),i=0,o=e;i<o.length;i++){var a=o[i];n.appendChild(a)}return t.insertBefore(n,t.firstElementChild),r&&D(t),e},e.append=function(e,t,r){for(var n=document.createDocumentFragment(),i=0,o=e;i<o.length;i++){var a=o[i];n.appendChild(a)}return t.appendChild(n),r&&D(t),e},e.detach=w,e.remove=function(e){var t=e.parentNode;_e.clearEvents(e),t.removeChild(e)},e.attributes=P,e.select=E,e.selectAll=S,e.closest=C,e.siblings=function(e){for(var t=[],r=0,n=Array.prototype.slice.call(e.parentNode.childNodes);r<n.length;r++){var i=n[r];i.nodeType===Node.ELEMENT_NODE&&e!==i&&t.push(i)}return t},e.getAttributeOrDefault=function(e,t,r){var i,o=a(e);return i=o?n("attributes."+t,e):e.getAttribute(t),c(i)&&r&&(o?e.attributes[t]=r:e.setAttribute(t,r.toString()),i=r),i},e.setStyleAttribute=x,e.classList=function(e,t,r){y([e],t),v([e],r)},e.matches=T,e.includeInnerHTML=function(e,t){e.innerHTML=t},e.containsClass=function(e,t){return a(e)?new RegExp("\\b"+t+"\\b","i").test(e.attributes.className):e.classList.contains(t)},e.cloneNode=function(e,t){return a(e)?t?l({},{},e,!0):void 0:e.cloneNode(t)},e.Observer=Se,e.SanitizeHtmlHelper=Qt,e.registerLicense=K,e.validateLicense=nt,e.getVersion=function(){return rt.version},Object.defineProperty(e,"__esModule",{value:!0})});
1
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t(e.ej={})}(this,function(e){"use strict";function t(e,t){var M=t;return M.unshift(void 0),new(Function.prototype.bind.apply(e,M))}function M(e){var t,M=new Uint16Array(5);(window.msCrypto||window.crypto).getRandomValues(M);var i="ej2"+function(e){for(var t="",M=0;M<5;M++)t+=(M?",":"")+e[parseInt(M.toString(),10)];return t}(M),n=function(M){M.source===window&&"string"==typeof M.data&&M.data.length<=32&&M.data===i&&(e(),t())};return window.addEventListener("message",n,!1),window.postMessage(i,"*"),t=function(){window.removeEventListener("message",n),e=n=i=void 0}}function i(e,t){for(var M=t,i=e.replace(/\[/g,".").replace(/\]/g,"").split("."),n=0;n<i.length&&!u(M);n++)M=M[i[parseInt(n.toString(),10)]];return M}function n(e,t,M){var i,n,r=e.replace(/\[/g,".").replace(/\]/g,"").split("."),o=M||{},a=o,s=r.length;for(i=0;i<s;i++)n=r[parseInt(i.toString(),10)],i+1===s?a[""+n]=void 0===t?{}:t:N(a[""+n])&&(a[""+n]={}),a=a[""+n];return o}function r(e,t){delete e[""+t]}function o(e){return!N(e)&&e.constructor==={}.constructor}function a(e,t){if(!N(t))for(var M=e,i=t,n=0,r=Object.keys(t);n<r.length;n++){var a=r[n];N(M.deepMerge)||-1===M.deepMerge.indexOf(a)||!o(i[""+a])&&!Array.isArray(i[""+a])?M[""+a]=i[""+a]:s(M[""+a],M[""+a],i[""+a],!0)}}function s(e,t,M,i){var n=e&&"object"==typeof e?e:{},r=arguments.length;i&&(r-=1);for(var a=function(e){if(!N[e])return"continue";var t=N[e];Object.keys(t).forEach(function(e){var M,r=n[""+e],a=t[""+e],N=Array.isArray(a)&&Array.isArray(r)&&a.length!==r.length,u=!D()||!(r instanceof Event||N);i&&u&&(o(a)||Array.isArray(a))?o(a)?(M=r||{},Array.isArray(M)&&M.hasOwnProperty("isComplexArray")?s(M,{},a,i):n[""+e]=s(M,{},a,i)):(M=D()?r&&Object.keys(a).length:r||[],n[""+e]=s([],M,a,M&&M.length||a&&a.length)):n[""+e]=a})},N=arguments,u=1;u<r;u++)a(u);return n}function N(e){return void 0===e||null===e}function u(e){return void 0===e}function c(e,t){var M;return function(){var i=this,n=arguments;clearTimeout(M),M=setTimeout(function(){return M=null,e.apply(i,n)},t)}}function g(e,t){var M=e;return M===t||!(M===document||!M)&&g(M.parentNode,t)}function j(e){try{throw new Error(e)}catch(e){throw e.message+"\n"+e.stack}}function D(){return ie}function z(){if("undefined"!=typeof window){var e=new Uint16Array(5);return(window.msCrypto||window.crypto).getRandomValues(e)}}function l(e,t){var M=Ge.test(e)?document.createElementNS("http://www.w3.org/2000/svg",e):document.createElement(e);return void 0===t?M:(M.innerHTML=t.innerHTML?t.innerHTML:"",void 0!==t.className&&(M.className=t.className),void 0!==t.id&&(M.id=t.id),void 0!==t.styles&&M.setAttribute("style",t.styles),void 0!==t.attrs&&m(M,t.attrs),M)}function y(e,t){for(var M=p(t),r=0,a=e;r<a.length;r++)for(var s=a[r],u=0,c=M;u<c.length;u++){var g=c[u];if(o(s)){var j=i("attributes.className",s);N(j)?n("attributes.className",g,s):new RegExp("\\b"+g+"\\b","i").test(j)||n("attributes.className",j+" "+g,s)}else s.classList.contains(g)||s.classList.add(g)}return e}function I(e,t){for(var M=p(t),r=0,a=e;r<a.length;r++){var s=a[r],N=o(s);if(N?i("attributes.className",s):""!==s.className)for(var u=0,c=M;u<c.length;u++){var g=c[u];if(N){var j=i("attributes.className",s).split(" "),D=j.indexOf(g);-1!==D&&j.splice(D,1),n("attributes.className",j.join(" "),s)}else s.classList.remove(g)}}return e}function p(e){var t=[];return"string"==typeof e?t.push(e):t=e,t}function h(e){var t=e;return""===t.style.visibility&&t.offsetWidth>0}function d(e){e.querySelectorAll("script").forEach(function(e){var t=document.createElement("script");t.text=e.innerHTML,document.head.appendChild(t),T(t)})}function T(e){var t=e.parentNode;if(t)return t.removeChild(e)}function m(e,t){for(var M=e,i=0,n=Object.keys(t);i<n.length;i++){var r=n[i];if(o(M)){var a=r;"tabindex"===r&&(a="tabIndex"),M.attributes[""+a]=t[""+r]}else M.setAttribute(r,t[""+r])}return M}function A(e,t,M){return void 0===t&&(t=document),e=L(e),t.querySelector(e)}function O(e,t,M){void 0===t&&(t=document),e=L(e);return t.querySelectorAll(e)}function L(e){var t=/(!|"|\$|%|&|'|\(|\)|\*|\/|:|;|<|=|\?|@|\]|\^|`|{|}|\||\+|~)/g;if(e.match(/#[0-9]/g)||e.match(t)){for(var M=e.split(","),i=0;i<M.length;i++){for(var n=M[parseInt(i.toString(),10)].split(" "),r=0;r<n.length;r++)if(n[parseInt(r.toString(),10)].indexOf("#")>-1&&!n[parseInt(r.toString(),10)].match(/\[.*\]/)){var o=n[parseInt(r.toString(),10)].split("#");if(o[1].match(/^\d/)||o[1].match(t)){var a=n[parseInt(r.toString(),10)].split(".");a[0]=a[0].replace(/#/,"[id='")+"']",n[parseInt(r.toString(),10)]=a.join(".")}}M[parseInt(i.toString(),10)]=n.join(" ")}return M.join(",")}return e}function f(e,t){var M=e;if("function"==typeof M.closest)return M.closest(t);for(;M&&1===M.nodeType;){if(S(M,t))return M;M=M.parentNode}return null}function E(e,t){void 0!==t&&Object.keys(t).forEach(function(M){e.style[M]=t[M]})}function S(e,t){var M=e.matches||e.msMatchesSelector||e.webkitMatchesSelector;return M?M.call(e,t):-1!==[].indexOf.call(document.querySelectorAll(t),e)}function x(e,t){var M,i,n="string"==typeof e?document.getElementById(e):e;for(i=0;i<n.ej2_instances.length;i++)if(M=n.ej2_instances[parseInt(i.toString(),10)],"string"==typeof t){if(t===M.getModuleName())return M}else if(M instanceof t)return M}function v(e,M,i,n){return e.properties.hasOwnProperty(M)&&e.properties[M]instanceof n||(e.properties[""+M]=t(n,[e,M,i])),e.properties[""+M]}function w(e,M,i,n,r,o){for(var a=[],s=i?i.length:0,N=0;N<s;N++){var u=n;if(o&&(u=n(i[parseInt(N.toString(),10)],e)),r){var c=t(u,[e,M,{},!0]);c.setProperties(i[parseInt(N.toString(),10)],!0),a.push(c)}else a.push(t(u,[e,M,i[parseInt(N.toString(),10)],!1]))}return a}function Q(e,t){return function(){return this.properties.hasOwnProperty(t)||(this.properties[""+t]=e),this.properties[""+t]}}function Y(e,t,M){return function(){var i=this;if(!this.properties.hasOwnProperty(t)){var n=w(this,t,e,M,!1);this.properties[""+t]=n}var r=void 0!==this.controlParent&&this.controlParent.ignoreCollectionWatch||this.ignoreCollectionWatch;return this.properties[t].hasOwnProperty("push")||r||["push","pop"].forEach(function(e){var M={value:function(e,t,M,i){return function(){for(var M=[],n=0;n<arguments.length;n++)M[n]=arguments[n];var r=this.propName?this.getParentKey()+"."+t+"-":t+"-";switch(e){case"push":for(var o=0;o<M.length;o++){Array.prototype[""+e].apply(i,[M[parseInt(o.toString(),10)]]);var a=k(r+(i.length-1),M[parseInt(o.toString(),10)],!this.controlParent,e);this.serverDataBind(a,M[parseInt(o.toString(),10)],!1,e)}break;case"pop":Array.prototype[""+e].apply(i);var s=k(r+i.length,null,!this.controlParent,e);this.serverDataBind(s,{ejsAction:"pop"},!1,e)}return i}}(e,t,0,i.properties[""+t]).bind(i),configurable:!0};Object.defineProperty(i.properties[""+t],e,M)}),this.properties[t].hasOwnProperty("isComplexArray")||Object.defineProperty(this.properties[""+t],"isComplexArray",{value:!0}),this.properties[""+t]}}function k(e,t,M,i){var n=e;if(M&&(n={},n[""+e]=t,t&&"object"==typeof t)){n[""+e].ejsAction=i}return n}function U(e){return function(t,M){var i={set:function(e,t){return function(M){if(this.properties[""+t]!==M){var i=this.properties.hasOwnProperty(t)?this.properties[t]:e;this.saveChanges(t,M,i),this.properties[""+t]=M}}}(e,M),get:Q(e,M),enumerable:!0,configurable:!0};Object.defineProperty(t,M,i),F(t,M,"prop",e)}}function C(e,t){return function(M,i){var n={set:function(e,t,M){return function(i){v(this,t,e,M).setProperties(i)}}(e,i,t),get:function(e,t,M){return function(){return v(this,t,e,M)}}(e,i,t),enumerable:!0,configurable:!0};Object.defineProperty(M,i,n),F(M,i,"complexProp",e,t)}}function b(){return function(e,t){var M={set:function(e){var M=this.properties[""+t];if(M!==e){var i=V(this,t);!1===u(M)&&i.context.removeEventListener(i.prefix,M),i.context.addEventListener(i.prefix,e),this.properties[""+t]=e}},get:Q(void 0,t),enumerable:!0,configurable:!0};Object.defineProperty(e,t,M),F(e,t,"event")}}function P(e){}function F(e,t,M,i,n){u(e.propList)&&(e.propList={props:[],complexProps:[],colProps:[],events:[],propNames:[],complexPropNames:[],colPropNames:[],eventNames:[]}),e.propList[M+"s"].push({propertyName:t,defaultValue:i,type:n}),e.propList[M+"Names"].push(t)}function R(e){if(u(e.prototype.builderObject)){e.prototype.builderObject={properties:{},propCollections:[],add:function(){this.isPropertyArray=!0,this.propCollections.push(s({},this.properties,{}))}};for(var t=/complex/,M=0,i=Object.keys(e.prototype.propList);M<i.length;M++)for(var n=i[M],r=function(M){t.test(n)?e.prototype.builderObject[M.propertyName]=function(e){var t={};a(t,R(M.type)),e(t);var i;return i=t.isPropertyArray?t.propCollections:s({},t.properties,{}),this.properties[M.propertyName]=i,t.properties={},t.propCollections=[],t.isPropertyArray=!1,this}:e.prototype.builderObject[M.propertyName]=function(e){return this.properties[M.propertyName]=e,this}},o=0,N=e.prototype.propList[""+n];o<N.length;o++){r(N[o])}}return e.prototype.builderObject}function V(e,t){if(!1===e.hasOwnProperty("parentObj"))return{context:e,prefix:t};var M=i("propName",e);return M&&(t=M+"-"+t),V(i("parentObj",e),t)}function W(e){var t=e.target,M=this.rippleOptions.selector,i=M?f(t,M):t;if(!(!i||this.rippleOptions&&f(t,this.rippleOptions.ignore))){var n=i.getBoundingClientRect(),r=e.pageX-document.body.scrollLeft,o=e.pageY-(!document.body.scrollTop&&document.documentElement?document.documentElement.scrollTop:document.body.scrollTop),a=Math.max(Math.abs(r-n.left),Math.abs(r-n.right)),s=Math.max(Math.abs(o-n.top),Math.abs(o-n.bottom)),N=Math.sqrt(a*a+s*s),u=2*N+"px",c=r-n.left-N,g=o-n.top-N;this.rippleOptions&&this.rippleOptions.isCenterRipple&&(c=0,g=0,u="100%"),i.classList.add("e-ripple");var j=l("div",{className:"e-ripple-element",styles:"width: "+u+";height: "+u+";left: "+c+"px;top: "+g+"px;transition-duration: "+this.rippleOptions.duration.toString()+"ms;"});i.appendChild(j),window.getComputedStyle(j).getPropertyValue("opacity"),j.style.transform="scale(1)",i!==this.parent&&Be.add(i,"mouseleave",G,{parent:this.parent,rippleOptions:this.rippleOptions})}}function B(e){H(e,this)}function G(e){H(e,this)}function H(e,t){var M=t.rippleOptions.duration,i=e.target,n=t.rippleOptions.selector,r=n?f(i,n):i;if(r&&(!r||-1!==r.className.indexOf("e-ripple"))){var o=O(".e-ripple-element",r),a=o[o.length-1];a&&(a.style.opacity="0.5"),t.parent!==r&&Be.remove(r,"mouseleave",G),setTimeout(function(){a&&a.parentNode&&a.parentNode.removeChild(a),r.getElementsByClassName("e-ripple-element").length||r.classList.remove("e-ripple"),t.done&&t.done(e)},M)}}function Z(e){for(var t="",M=0,i=e;M<i.length;M++){var n=i[M];t+=String.fromCharCode(n)}return t}function J(e){nt=new it(e)}function X(e,t,M){var i='var str="'+function(e,t,M,i){var n=0,r=[],o=e.match(/class="([^"]+|)\s{2}/g),a="";o&&o.forEach(function(t){a=t.replace(/\s\s+/g," "),e=e.replace(t,a)});return e.replace(Yt,"").replace(Bt,"'$1'").replace(Ht,function(e,o,a,s){var N=o.match(Rt);if(N){var u=N[1];if(Ct.test(o))o='";} '+o.replace(N[1],u.replace(Wt,function(e){return e=e.trim(),K(e,!kt.test(e)&&-1===r.indexOf(e),t,r,i)}))+'{ \n str = str + "';else if(Ut.test(o))o='"; '+o.replace(N[1],u.replace(Gt,function(e){return q(e,t,r,i)}))+'{ \n str = str + "';else if(Pt.test(o)){var c=N[1].split(" of ");o='"; '+o.replace(N[1],function(e){return r.push(c[0]),r.push(c[0]+"Index"),"var i"+(n+=1)+"=0; i"+n+" < "+K(c[1],!0,t,r,i)+".length; i"+n+"++"})+"{ \n "+c[0]+"= "+K(c[1],!0,t,r,i)+"[i"+n+"]; \n var "+c[0]+"Index=i"+n+'; \n str = str + "'}else{var g=o.split("("),j=M&&M.hasOwnProperty(g[0])?"this.":"global";j=/\./.test(g[0])?"":j;var D=N[1].split(",");0===N[1].length||/data/.test(D[0])||/window./.test(D[0])||(N[1]="global"===j?t+"."+N[1]:N[1]);if(_t.test(o)&&/\]\./gm.test(o)||/@|\$|#/gm.test(o)){/@|\$|#|\]\./gm.test(o)&&(o='"+ '+("global"===j?"":j)+o.replace(N[1],u.replace(Kt,function(e){return q(e,t,r,i)}))+'+ "')}else o='" + '+("global"===j?"":j)+o.replace(u,K(N[1].replace(/,( |)data.|,/gi,","+t+".").replace(/,( |)data.window/gi,",window"),"global"!==j,t,r,i))+'+"'}}else bt.test(o)?o='"; '+o.replace(bt,'} else { \n str = str + "'):o.match(Ft)?o=o.replace(Ft,'"; \n } \n str = str + "'):/@|#|\$/gm.test(o)?(o.match(Jt)&&(o=$(o)),o='"+'+_(o,-1===r.indexOf(o),t,r)+'"]+"'):o=o.match(Jt)?'"+'+_(o=$(o),-1===r.indexOf(o),t,r)+'"]+"':""!==o?'"+'+K(o.replace(/,/gi,"+"+t+"."),-1===r.indexOf(o),t,r,i)+'+"':" ";return o})}(e,"data",t,M)+"\";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;";return new Function("data",i).bind(t)}function K(e,t,M,i,n){return!t||Vt.test(e)||-1!==i.indexOf(e.split(".")[0])||n?e:M+"."+e}function _(e,t,M,i){return t&&!Vt.test(e)&&-1===i.indexOf(e.split(".")[0])?M+'["'+e:e}function $(e){return e=e.match(Xt)?e:e.replace(Jt,"\\\\")}function q(e,t,M,i){e=e.trim();if(/\window\./gm.test(e))return e;var n=/'|"/gm;return/@|\$|#/gm.test(e)&&(e=_(e,-1===M.indexOf(e),t,M)+'"]'),Zt.test(e)?function(e,t,M,i){return!t||Vt.test(e)||-1!==i.indexOf(e.split(".")[0])||/^\..*/gm.test(e)?e:M+"."+e}(e,!n.test(e)&&-1===M.indexOf(e),t,M):K(e,!n.test(e)&&-1===M.indexOf(e),t,M,i)}function ee(){return"-"+Math.random().toString(36).substr(2,5)}var te="ej2_instances",Me=0,ie=!1,ne="undefined"!=typeof window?window:{},re={latn:{_digits:"0123456789",_type:"numeric"}},oe={decimal:".",group:",",percentSign:"%",plusSign:"+",minusSign:"-",infinity:"∞",nan:"NaN",exponential:"E"},ae=[0,1,2,3,4,5,6,7,8,9],se=function(){function e(){}return e.getMainObject=function(e,t){return i(D()?t:"main."+t,e)},e.getNumberingSystem=function(e){return i("supplemental.numberingSystems",e)||this.numberingSystems},e.reverseObject=function(e,t){for(var M={},i=0,n=t||Object.keys(e);i<n.length;i++){var r=n[i];M.hasOwnProperty(e[r])||(M[e[r]]=r)}return M},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={},M=0,i=Object.keys(oe);M<i.length;M++){var n=i[M];t[e[n]]=oe[n]}return t},e.constructRegex=function(e){for(var t=e.length,M="",i=0;i<t;i++)M+=i!==t-1?e[parseInt(i.toString(),10)]+"|":e[parseInt(i.toString(),10)];return M},e.convertValueParts=function(e,t,M){return e.replace(t,function(e){return M[e]})},e.getDefaultNumberingSystem=function(e){var t={};return t.obj=i("numbers",e),t.nSystem=i("defaultNumberingSystem",t.obj),t},e.getCurrentNumericOptions=function(e,t,M,n){var r={},o=this.getDefaultNumberingSystem(e);if(!u(o.nSystem)||n){var a=n?i("obj.mapperDigits",o):i(o.nSystem+"._digits",t);u(a)||(r.numericPair=this.reverseObject(a,ae),r.numberParseRegex=new RegExp(this.constructRegex(a),"g"),r.numericRegex="["+a[0]+"-"+a[9]+"]",M&&(r.numericRegex=a[0]+"-"+a[9],r.symbolNumberSystem=i(n?"numberSymbols":"symbols-numberSystem-"+o.nSystem,o.obj),r.symbolMatch=this.getSymbolMatch(r.symbolNumberSystem),r.numberSystem=o.nSystem))}return r},e.getNumberMapper=function(e,t,M){var n={mapper:{}},r=this.getDefaultNumberingSystem(e);if(!u(r.nSystem)){n.numberSystem=r.nSystem,n.numberSymbols=i("symbols-numberSystem-"+r.nSystem,r.obj),n.timeSeparator=i("timeSeparator",n.numberSymbols);var o=i(r.nSystem+"._digits",t);if(!u(o))for(var a=0,s=ae;a<s.length;a++){var N=s[a];n.mapper[N]=o[N]}}return n},e.nPair="numericPair",e.nRegex="numericRegex",e.numberingSystems=re,e}(),Ne={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 M=e.getDate(),i=e.getMonth(),n=e.getFullYear(),r=i+1,o=n;r<3&&(o-=1,r+=12);var a=Math.floor(o/100),s=a-Math.floor(a/4)-2,N=Math.floor(365.25*(o+4716))+Math.floor(30.6001*(r+1))+M-s-1524,u=N+(s=(a=Math.floor((N-1867216.25)/36524.25))-Math.floor(a/4)+1)+1524,c=Math.floor((u-122.1)/365.25),g=Math.floor(365.25*c),j=Math.floor((u-g)/30.6001);M=u-g-Math.floor(30.6001*j),(i=Math.floor((u-g)/20.6001))>13&&(c+=1,i-=12),i-=1,n=c-4716;var D=N-24e5,z=N-1948084,l=Math.floor(z/10631);z-=10631*l;var y=Math.floor((z-.1335)/(10631/30)),I=30*l+y;z-=Math.floor(y*(10631/30)+.1335);var p=Math.floor((z+28.5001)/29.5);13===p&&(p=12);for(var h=z-Math.floor(29.5001*p-29),d=0;d<t.length&&!(t[parseInt(d.toString(),10)]>D);d++);var T=d+16260,m=Math.floor((T-1)/12),A=m+1,O=T-12*m,L=D-t[d-1]+1;return(L+"").length>2&&(L=h,O=p,A=I),{year:A,month:O,date:L}},e.toGregorian=function(e,M,i){var n=i+t[12*(e-1)+1+(M-1)-16260-1]-1+24e5,r=Math.floor(n+.5),o=Math.floor((r-1867216.25)/36524.25),a=1524+(o=r+1+o-Math.floor(o/4)),s=Math.floor((a-122.1)/365.25),N=Math.floor(365.25*s),u=Math.floor((a-N)/30.6001),c=a-N-Math.floor(30.6001*u),g=u-(u>13.5?13:1),j=s-(g>2.5?4716:4715);return j<=0&&g--,new Date(j+"/"+g+"/"+c)}}(e.HijriParser||(e.HijriParser={}));var ue=/\/MMMMM|MMMM|MMM|a|LLLL|LLL|EEEEE|EEEE|E|K|cccc|ccc|WW|W|G+|z+/gi,ce=["sun","mon","tue","wed","thu","fri","sat"],ge={m:"getMinutes",h:"getHours",H:"getHours",s:"getSeconds",d:"getDate",f:"getMilliseconds"},je={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"},De=function(){function t(){}return t.dateFormat=function(t,M,n){var r=this,o=e.IntlBase.getDependables(n,t,M.calendar),a=i("parserObject.numbers",o),N=o.dateObject,c={isIslamic:e.IntlBase.islamicRegex.test(M.calendar)};D()&&M.isServerRendered&&(M=e.IntlBase.compareBlazorDateFormats(M,t));var g=M.format||e.IntlBase.getResultantPattern(M.skeleton,o.dateObject,M.type,!1,D()?t:"");if(c.dateSeperator=D()?i("dateSeperator",N):e.IntlBase.getDateSeparator(o.dateObject),u(g))j("Format options or type given must be invalid");else{g=e.IntlBase.ConvertDateToWeekFormat(g),D()&&(g=g.replace(/tt/,"a")),c.pattern=g,c.numMapper=D()?s({},a):se.getNumberMapper(o.parserObject,se.getNumberingSystem(n));for(var z=0,l=g.match(ue)||[];z<l.length;z++){var y=l[z],I=y.length,p=y[0];switch("K"===p&&(p="h"),p){case"E":case"c":D()?c.weekday=i("days."+e.IntlBase.monthIndex[I],N):c.weekday=o.dateObject[e.IntlBase.days]["stand-alone"][e.IntlBase.monthIndex[I]];break;case"M":case"L":D()?c.month=i("months."+e.IntlBase.monthIndex[I],N):c.month=o.dateObject[e.IntlBase.month]["stand-alone"][e.IntlBase.monthIndex[I]];break;case"a":c.designator=D()?i("dayPeriods",N):i("dayPeriods.format.wide",N);break;case"G":var h=I<=3?"eraAbbr":4===I?"eraNames":"eraNarrow";c.era=D()?i("eras",N):i("eras."+h,o.dateObject);break;case"z":c.timeZone=i("dates.timeZoneNames",o.parserObject)}}}return function(e){return isNaN(e.getDate())?null:r.intDateFormatter(e,c)}},t.intDateFormatter=function(t,M){for(var i="",n=M.pattern.match(e.IntlBase.dateParseRegex),r=this.getCurrentDateValue(t,M.isIslamic),o=0,a=n;o<a.length;o++){var s=a[o],u=s.length,c=s[0];"K"===c&&(c="h");var g=void 0,j="",D=void 0,z=void 0,l="";switch(c){case"M":case"L":g=r.month,u>2?i+=M.month[g]:D=!0;break;case"E":case"c":i+=M.weekday[ce[t.getDay()]];break;case"H":case"h":case"m":case"s":case"d":case"f":if(D=!0,"d"===c)g=r.date;else if("f"===c){D=!1,z=!0;var y=(j=(j=t[ge[c]]().toString()).substring(0,u)).length;if(u!==y){if(u>3)continue;for(var I=0;I<u-y;I++)j="0"+j.toString()}l+=j}else g=t[ge[c]]();"h"===c&&(g=g%12||12);break;case"y":z=!0,l+=r.year,2===u&&(l=l.substr(l.length-2));break;case"a":var p=t.getHours()<12?"am":"pm";i+=M.designator[p];break;case"G":var h=t.getFullYear()<0?0:1,d=M.era[h];N(d)&&(d=M.era[h?0:1]),i+=d||"";break;case"'":i+="''"===s?"'":s.replace(/'/g,"");break;case"z":var T=t.getTimezoneOffset(),m=u<4?"+H;-H":M.timeZone.hourFormat;m=m.replace(/:/g,M.numMapper.timeSeparator),0===T?i+=M.timeZone.gmtZeroFormat:(z=!0,l=this.getTimeZoneValue(T,m)),l=M.timeZone.gmtFormat.replace(/\{0\}/,l);break;case":":i+=M.numMapper.numberSymbols.timeSeparator;break;case"/":i+=M.dateSeperator;break;case"W":D=!0,g=e.IntlBase.getWeekOfYear(t);break;default:i+=s}D&&(z=!0,l=this.checkTwodigitNumber(g,u)),z&&(i+=se.convertValueParts(l,e.IntlBase.latnParseRegex,M.numMapper.mapper))}return i},t.getCurrentDateValue=function(t,M){return M?e.HijriParser.getHijriDate(t):{year:t.getFullYear(),month:t.getMonth()+1,date:t.getDate()}},t.checkTwodigitNumber=function(e,t){var M=e+"";return 2===t&&2!==M.length?"0"+M:M},t.getTimeZoneValue=function(e,t){var M=this,i=t.split(";")[e>0?1:0],n=Math.abs(e);return i=i.replace(/HH?|mm/g,function(e){var t=e.length,i=-1!==e.indexOf("H");return M.checkTwodigitNumber(Math.floor(i?n/60:n%60),t)})},t}(),ze={ms:"minimumSignificantDigits",ls:"maximumSignificantDigits",mf:"minimumFractionDigits",lf:"maximumFractionDigits"},le=["infinity","nan","group","decimal","exponential"],ye=function(){function t(){}return t.numberFormatter=function(t,M,n){var r,o=this,a=s({},M),N={},c={},g=e.IntlBase.getDependables(n,t,"",!0),j=g.numericObject;c.numberMapper=D()?s({},j):se.getNumberMapper(g.parserObject,se.getNumberingSystem(n),!0),c.currencySymbol=D()?i("currencySymbol",j):e.IntlBase.getCurrencySymbol(g.numericObject,a.currency||e.defaultCurrencyCode,M.altSymbol),c.percentSymbol=D()?i("numberSymbols.percentSign",j):c.numberMapper.numberSymbols.percentSign,c.minusSymbol=D()?i("numberSymbols.minusSign",j):c.numberMapper.numberSymbols.minusSign;var z=c.numberMapper.numberSymbols;if(M.format&&!e.IntlBase.formatRegex.test(M.format))N=e.IntlBase.customFormat(M.format,c,g.numericObject);else{if(s(a,e.IntlBase.getProperNumericSkeleton(M.format||"N")),a.isCurrency="currency"===a.type,a.isPercent="percent"===a.type,D()||(r=e.IntlBase.getSymbolPattern(a.type,c.numberMapper.numberSystem,g.numericObject,a.isAccount)),a.groupOne=this.checkValueRange(a.maximumSignificantDigits,a.minimumSignificantDigits,!0),this.checkValueRange(a.maximumFractionDigits,a.minimumFractionDigits,!1,!0),u(a.fractionDigits)||(a.minimumFractionDigits=a.maximumFractionDigits=a.fractionDigits),u(a.useGrouping)&&(a.useGrouping=!0),a.isCurrency&&!D()&&(r=r.replace(/\u00A4/g,e.IntlBase.defaultCurrency)),D())N.nData=s({},{},i(a.type+"nData",j)),N.pData=s({},{},i(a.type+"pData",j)),"currency"===a.type&&M.currency&&e.IntlBase.replaceBlazorCurrency([N.pData,N.nData],c.currencySymbol,M.currency);else{var l=r.split(";");N.nData=e.IntlBase.getFormatData(l[1]||"-"+l[0],!0,c.currencySymbol),N.pData=e.IntlBase.getFormatData(l[0],!1,c.currencySymbol),a.useGrouping&&(a.groupSeparator=z[le[2]],a.groupData=this.getGroupingDetails(l[0]))}if(u(a.minimumFractionDigits)&&(a.minimumFractionDigits=N.nData.minimumFraction),u(a.maximumFractionDigits)){var y=N.nData.maximumFraction;a.maximumFractionDigits=u(y)&&a.isPercent?0:y}var I=a.minimumFractionDigits,p=a.maximumFractionDigits;u(I)||u(p)||I>p&&(a.maximumFractionDigits=I)}return s(N.nData,a),s(N.pData,a),function(e){return isNaN(e)?z[le[1]]:isFinite(e)?o.intNumberFormatter(e,N,c):z[le[0]]}},t.getGroupingDetails=function(t){var M={},i=t.match(e.IntlBase.negativeDataRegex);if(i&&i[4]){var n=i[4],r=n.lastIndexOf(",");if(-1!==r){var o=n.split(".")[0];M.primary=o.length-r-1;var a=n.lastIndexOf(",",r-1);-1!==a&&(M.secondary=r-1-a)}}return M},t.checkValueRange=function(e,t,M,i){var n=i?"f":"s",r=0,o=ze["l"+n],a=ze["m"+n];if(u(e)||(this.checkRange(e,o,i),r++),u(t)||(this.checkRange(t,a,i),r++),2===r){if(!(e<t))return!0;j(a+"specified must be less than the"+o)}else M&&1===r&&j("Both"+a+"and"+a+"must be present");return!1},t.checkRange=function(e,t,M){var i=M?[0,20]:[1,21];(e<i[0]||e>i[1])&&j(t+"value must be within the range"+i[0]+"to"+i[1])},t.intNumberFormatter=function(t,M,i){var n;if(!u(M.nData.type)){t<0?(t*=-1,n=M.nData):n=0===t?M.zeroData||M.pData:M.pData;var r="";return n.isPercent&&(t*=100),n.groupOne?r=this.processSignificantDigits(t,n.minimumSignificantDigits,n.maximumSignificantDigits):(r=this.processFraction(t,n.minimumFractionDigits,n.maximumFractionDigits),n.minimumIntegerDigits&&(r=this.processMinimumIntegers(r,n.minimumIntegerDigits))),"scientific"===n.type&&(r=(r=t.toExponential(n.maximumFractionDigits)).replace("e",i.numberMapper.numberSymbols[le[4]])),r=r.replace(".",i.numberMapper.numberSymbols[le[3]]),n.useGrouping&&(r=this.groupNumbers(r,n.groupData.primary,n.groupSeparator||",",i.numberMapper.numberSymbols[le[3]]||".",n.groupData.secondary)),r=se.convertValueParts(r,e.IntlBase.latnParseRegex,i.numberMapper.mapper),"N/A"===n.nlead?n.nlead:n.nlead+r+n.nend}},t.processSignificantDigits=function(e,t,M){var i=e+"";return i.length<t?e.toPrecision(t):(i=e.toPrecision(M),+i+"")},t.groupNumbers=function(e,t,M,i,n){for(var r=!N(n)&&0!==n,o=e.split(i),a=o[0],s=a.length,u="";s>t;)u=a.slice(s-t,s)+(u.length?M+u:""),s-=t,r&&(t=n,r=!1);return o[0]=a.slice(0,s)+(u.length?M:"")+u,o.join(i)},t.processFraction=function(e,t,M){var i=(e+"").split(".")[1],n=i?i.length:0;if(t&&n<t){var r="";if(0!==n){r+=e;for(var o=0;o<t-n;o++)r+="0";return r}return r=e.toFixed(t),e.toFixed(t)}return!N(M)&&(n>M||0===M)?e.toFixed(M):e+""},t.processMinimumIntegers=function(e,t){var M=e.split("."),i=M[0],n=i.length;if(n<t){for(var r=0;r<t-n;r++)i="0"+i;M[0]=i}return M.join(".")},t}(),Ie=/^[0-9]*$/,pe={minute:"setMinutes",hour:"setHours",second:"setSeconds",day:"setDate",month:"setMonth",milliseconds:"setMilliseconds"},he=function(){function t(){}return t.dateParser=function(t,M,n){var r=this,o=e.IntlBase.getDependables(n,t,M.calendar),a=se.getCurrentNumericOptions(o.parserObject,se.getNumberingSystem(n),!1,D()),s={};D()&&M.isServerRendered&&(M=e.IntlBase.compareBlazorDateFormats(M,t));var c,g=M.format||e.IntlBase.getResultantPattern(M.skeleton,o.dateObject,M.type,!1,D()?t:""),z="";if(u(g))j("Format options or type given must be invalid");else{g=e.IntlBase.ConvertDateToWeekFormat(g),s={isIslamic:e.IntlBase.islamicRegex.test(M.calendar),pattern:g,evalposition:{},culture:t};for(var l=g.match(e.IntlBase.dateParseRegex)||[],y=l.length,I=0,p=0,h=!1,d=a.numericRegex,T=D()?o.parserObject.numbers:se.getNumberMapper(o.parserObject,se.getNumberingSystem(n)),m=0;m<y;m++){var A=l[parseInt(m.toString(),10)],O=A.length,L="K"===A[0]?"h":A[0],f=void 0,E=void 0,S=je[L],x=2===O?"":"?";switch(h&&(I=p,h=!1),L){case"E":case"c":var v=void 0;v=D()?i("days."+e.IntlBase.monthIndex[O],o.dateObject):o.dateObject[e.IntlBase.days]["stand-alone"][e.IntlBase.monthIndex[O]];var w=se.reverseObject(v);z+="("+Object.keys(w).join("|")+")";break;case"M":case"L":case"d":case"m":case"s":case"h":case"H":case"f":if(E=!0,("M"===L||"L"===L)&&O>2){var Q=void 0;Q=D()?i("months."+e.IntlBase.monthIndex[O],o.dateObject):o.dateObject.months["stand-alone"][e.IntlBase.monthIndex[O]],s[S]=se.reverseObject(Q),z+="("+Object.keys(s[S]).join("|")+")"}else if("f"===L){if(O>3)continue;f=!0,z+="("+d+d+"?"+d+"?)"}else f=!0,z+="("+d+d+x+")";"h"===L&&(s.hour12=!0);break;case"W":z+="("+d+(1===O?"?":"")+d+")";break;case"y":E=f=!0,z+=2===O?"("+d+d+")":"("+d+"{"+O+",})";break;case"a":E=!0;var Y=D()?i("dayPeriods",o.dateObject):i("dayPeriods.format.wide",o.dateObject);s[S]=se.reverseObject(Y),z+="("+Object.keys(s[S]).join("|")+")";break;case"G":E=!0;var k=O<=3?"eraAbbr":4===O?"eraNames":"eraNarrow";s[S]=se.reverseObject(D()?i("eras",o.dateObject):i("eras."+k,o.dateObject)),z+="("+Object.keys(s[S]).join("|")+"?)";break;case"z":E=0!==(new Date).getTimezoneOffset(),s[S]=i("dates.timeZoneNames",o.parserObject);var U=s[S],C=(c=O<4)?"+H;-H":U.hourFormat;C=C.replace(/:/g,T.timeSeparator),z+="("+this.parseTimeZoneRegx(C,U,d)+")?",h=!0,p=c?6:12;break;case"'":z+="("+A.replace(/'/g,"")+")?";break;default:z+="([\\D])"}E&&(s.evalposition[""+S]={isNumber:f,pos:m+1+I,hourOnly:c}),m!==y-1||N(z)||(s.parserRegex=new RegExp("^"+z+"$","i"))}}return function(t){var M=r.internalDateParse(t,s,a);if(N(M)||!Object.keys(M).length)return null;if(s.isIslamic){var i={},n=M.year,o=M.day,u=M.month,c=n?n+"":"",g=2===c.length;n&&u&&o&&!g||(i=e.HijriParser.getHijriDate(new Date)),g&&(n=parseInt((i.year+"").slice(0,2)+c,10));var j=e.HijriParser.toGregorian(n||i.year,u||i.month,o||i.date);M.year=j.getFullYear(),M.month=j.getMonth()+1,M.day=j.getDate()}return r.getDateObject(M)}},t.getDateObject=function(e,t){var M=t||new Date;M.setMilliseconds(0);var i=e.year,n=e.designator,r=e.timeZone;if(!u(i)){if((i+"").length<=2){i+=100*Math.floor(M.getFullYear()/100)}M.setFullYear(i)}for(var o=0,a=["hour","minute","second","milliseconds","month","day"];o<a.length;o++){var s=a[o],N=e[s];if(u(N)&&"day"===s&&M.setDate(1),!u(N))if("month"===s){if((N-=1)<0||N>11)return new Date("invalid");var c=M.getDate();M.setDate(1),M[pe[s]](N);var g=new Date(M.getFullYear(),N+1,0).getDate();M.setDate(c<g?c:g)}else{if("day"===s){var j=new Date(M.getFullYear(),M.getMonth()+1,0).getDate();if(N<1||N>j)return null}M[pe[s]](N)}}if(!u(n)){var D=M.getHours();"pm"===n?M.setHours(D+(12===D?0:12)):12===D&&M.setHours(0)}if(!u(r)){var z=r-M.getTimezoneOffset();0!==z&&M.setMinutes(M.getMinutes()+z)}return M},t.internalDateParse=function(e,t,M){var i=e.match(t.parserRegex),n={hour:0,minute:0,second:0};if(N(i))return null;for(var r=0,o=Object.keys(t.evalposition);r<o.length;r++){var a=o[r],s=t.evalposition[""+a],c=i[s.pos];if(s.isNumber)n[a]=this.internalNumberParser(c,M);else if("timeZone"!==a||u(c))c="month"!==a||t.isIslamic||"en"!==t.culture&&"en-GB"!==t.culture&&"en-US"!==t.culture?c:c[0].toUpperCase()+c.substring(1).toLowerCase(),n[a]=t[a][c];else{var g=s.pos,j=void 0,D=i[g+1],z=!u(D);s.hourOnly?j=60*this.getZoneValue(z,D,i[g+4],M):(j=60*this.getZoneValue(z,D,i[g+7],M),j+=this.getZoneValue(z,i[g+4],i[g+10],M)),N(j)||(n[""+a]=j)}}return t.hour12&&(n.hour12=!0),n},t.internalNumberParser=function(e,t){return e=se.convertValueParts(e,t.numberParseRegex,t.numericPair),Ie.test(e)?+e:null},t.parseTimeZoneRegx=function(e,t,M){var i,n,r=t.gmtFormat,o="("+M+")("+M+")";return i=e.replace("+","\\+"),i=-1!==e.indexOf("HH")?i.replace(/HH|mm/g,"("+o+")"):i.replace(/H|m/g,"("+o+"?)"),n=i.split(";").map(function(e){return r.replace("{0}",e)}),i=n.join("|")+"|"+t.gmtZeroFormat},t.getZoneValue=function(e,t,M,i){var n=e?t:M;if(!n)return 0;var r=this.internalNumberParser(n,i);return e?-r:r},t}(),de=/^([^0-9]*)(([0-9,]*[0-9]+)(\.[0-9]+)?)([Ee][+-]?[0-9]+)?([^0-9]*)$/,Te=/,/g,me=["minusSign","infinity"],Ae=function(){function t(){}return t.numberParser=function(t,M,n){var r,o=this,a=e.IntlBase.getDependables(n,t,"",!0),N={custom:!0};e.IntlBase.formatRegex.test(M.format)||!M.format?(s(N,e.IntlBase.getProperNumericSkeleton(M.format||"N")),N.custom=!1,N.fractionDigits||M.maximumFractionDigits&&(N.maximumFractionDigits=M.maximumFractionDigits)):s(N,e.IntlBase.customFormat(M.format,null,null));var u=i("numbers",a.parserObject);r=se.getCurrentNumericOptions(a.parserObject,se.getNumberingSystem(n),!0,D()),N.symbolRegex=se.getSymbolRegex(Object.keys(r.symbolMatch)),N.infinity=r.symbolNumberSystem[me[1]];var c;if(D())N.nData=s({},{},i(N.type+"nData",u)),N.pData=s({},{},i(N.type+"pData",u)),"currency"===N.type&&M.currency&&e.IntlBase.replaceBlazorCurrency([N.pData,N.nData],i("currencySymbol",u),M.currency);else if(c=e.IntlBase.getSymbolPattern(N.type,r.numberSystem,a.numericObject,N.isAccount)){var g=(c=c.replace(/\u00A4/g,e.IntlBase.defaultCurrency)).split(";");N.nData=e.IntlBase.getFormatData(g[1]||"-"+g[0],!0,""),N.pData=e.IntlBase.getFormatData(g[0],!0,"")}return function(e){return o.getParsedNumber(e,N,r)}},t.getParsedNumber=function(e,t,M){var i,n,r,o,a,s;if(-1!==e.indexOf(t.infinity))return 1/0;e=se.convertValueParts(e,t.symbolRegex,M.symbolMatch),0===(e=-1!==(e=se.convertValueParts(e,M.numberParseRegex,M.numericPair)).indexOf("-")?e.replace("-.","-0."):e).indexOf(".")&&(e="0"+e);var u=e.match(de);if(N(u))return NaN;o=u[1],r=u[2];var c=u[5];return a=u[6],i=t.custom?o===t.nData.nlead&&a===t.nData.nend:-1!==o.indexOf(t.nData.nlead)&&-1!==a.indexOf(t.nData.nend),n=i?t.nData.isPercent:t.pData.isPercent,r=r.replace(Te,""),c&&(r+=c),s=+r,("percent"===t.type||n)&&(s/=100),(t.custom||t.fractionDigits)&&(s=parseFloat(s.toFixed(t.custom?i?t.nData.maximumFractionDigits:t.pData.maximumFractionDigits:t.fractionDigits))),t.maximumFractionDigits&&(s=this.convertMaxFracDigits(r,t,s,i)),i&&(s*=-1),s},t.convertMaxFracDigits=function(e,t,M,i){var n=e.split(".");return n[1]&&n[1].length>t.maximumFractionDigits&&(M=+M.toFixed(t.custom?i?t.nData.maximumFractionDigits:t.pData.maximumFractionDigits:t.maximumFractionDigits)),M},t}(),Oe=function(){function e(e){this.ranArray=[],this.boundedEvents={},N(e)||(this.context=e)}return e.prototype.on=function(e,t,M,i){if(!N(t)){var n=M||this.context;this.notExist(e)?this.boundedEvents[""+e]=[{handler:t,context:n}]:N(i)?this.isHandlerPresent(this.boundedEvents[""+e],t)||this.boundedEvents[""+e].push({handler:t,context:n}):-1===this.ranArray.indexOf(i)&&(this.ranArray.push(i),this.boundedEvents[""+e].push({handler:t,context:n,id:i}))}},e.prototype.off=function(e,t,M){if(!this.notExist(e)){var n=i(e,this.boundedEvents);if(t){for(var r=0;r<n.length;r++)if(M){if(n[parseInt(r.toString(),10)].id===M){n.splice(r,1);var o=this.ranArray.indexOf(M);-1!==o&&this.ranArray.splice(o,1);break}}else if(t===n[parseInt(r.toString(),10)].handler){n.splice(r,1);break}}else delete this.boundedEvents[""+e]}},e.prototype.notify=function(e,t,M,n){if(this.notExist(e))M&&M.call(this,t);else{t&&(t.name=e);var r=i(e,this.boundedEvents).slice(0);if(window.Blazor)return this.blazorCallback(r,t,M,n,0);for(var o=0,a=r;o<a.length;o++){var s=a[o];s.handler.call(s.context,t)}M&&M.call(this,t)}},e.prototype.blazorCallback=function(e,t,M,i,n){var r=this,o=n===e.length-1;if(n<e.length){var a=e[parseInt(n.toString(),10)],N=a.handler.call(a.context,t);if(N&&"function"==typeof N.then){if(!M)return N;N.then(function(N){if(N="string"==typeof N&&r.isJson(N)?JSON.parse(N,r.dateReviver):N,s(t,t,N,!0),!M||!o)return r.blazorCallback(e,t,M,i,n+1);M.call(a.context,t)}).catch(function(e){i&&i.call(a.context,"string"==typeof e&&r.isJson(e)?JSON.parse(e,r.dateReviver):e)})}else{if(!M||!o)return this.blazorCallback(e,t,M,i,n+1);M.call(a.context,t)}}},e.prototype.dateReviver=function(e,t){return D&&"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 M=0,i=e;M<i.length;M++){if(i[M].handler===t)return!0}return!1},e}(),Le=new Oe;e.rightToLeft=!1;var fe={};e.defaultCulture="en-US",e.defaultCurrencyCode="USD";var Ee=["numericObject","dateObject"],Se=function(){function t(e){e&&(this.culture=e)}return t.prototype.getDateFormat=function(e){return De.dateFormat(this.getCulture(),e||{type:"date",skeleton:"short"},fe)},t.prototype.getNumberFormat=function(t){return t&&!t.currency&&(t.currency=e.defaultCurrencyCode),D()&&t&&!t.format&&(t.minimumFractionDigits=0),ye.numberFormatter(this.getCulture(),t||{},fe)},t.prototype.getDateParser=function(e){return he.dateParser(this.getCulture(),e||{skeleton:"short",type:"date"},fe)},t.prototype.getNumberParser=function(e){return D()&&e&&!e.format&&(e.minimumFractionDigits=0),Ae.numberParser(this.getCulture(),e||{format:"N"},fe)},t.prototype.formatNumber=function(e,t){return this.getNumberFormat(t)(e)},t.prototype.formatDate=function(e,t){return this.getDateFormat(t)(e)},t.prototype.parseDate=function(e,t){return this.getDateParser(t)(e)},t.prototype.parseNumber=function(e,t){return this.getNumberParser(t)(e)},t.prototype.getDatePattern=function(t,M){return e.IntlBase.getActualDateTimeFormat(this.getCulture(),t,fe,M)},t.prototype.getNumberPattern=function(t,M){return e.IntlBase.getActualNumberFormat(this.getCulture(),t,fe,M)},t.prototype.getFirstDayOfWeek=function(){return e.IntlBase.getWeekData(this.getCulture(),fe)},t.prototype.getCulture=function(){return this.culture||e.defaultCulture},t}(),xe={"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(t){function M(e,M,n,r,o){var s,N=n||"date";if(o)s=a({skeleton:e},o).format||a({skeleton:"d"},"en-US").format;else{if(-1!==t.basicPatterns.indexOf(e)){if(s=i(N+"Formats."+e,M),"dateTime"===N){var c=i("dateFormats."+e,M),g=i("timeFormats."+e,M);s=s.replace("{1}",c).replace("{0}",g)}}else s=i("dateTimeFormats.availableFormats."+e,M);u(s)&&"yMd"===e&&(s="M/d/y")}return s}function n(e,M,n,r){var o={},a=n||"gregorian";if(o.parserObject=se.getMainObject(e,M)||(D()?t.blazorDefaultObject:t.defaultObject),r)o.numericObject=i("numbers",o.parserObject);else{var s=D()?"dates":"dates.calendars."+a;o.dateObject=i(s,o.parserObject)}return o}function r(e,t,M,n){return i(e+"Formats-numberSystem-"+t+(n?".accounting":".standard"),M)||(n?i(e+"Formats-numberSystem-"+t+".standard",M):"")}function o(e){var M=e.match(t.dateConverterMapper);if(M&&D()){var i=3===M[0].length?"EEE":"EEEE";return e.replace(t.dateConverterMapper,i)}return e}function a(e,t){var M=e.format||e.skeleton,n=i((t||"en-US")+"."+M,xe);return n||(n=i("en-US."+M,xe)),n&&(n=o(n),e.format=n.replace(/tt/,"a")),e}function c(e){var M=e.match(t.formatRegex),i={},n=M[1].toUpperCase();return i.isAccount="A"===n,i.type=t.patternMatcher[n],e.length>1&&(i.fractionDigits=parseInt(M[2],10)),i}function g(e,M,i,n){var r=n?{}:{nlead:"",nend:""},o=e.match(t.customRegex);if(o){n||(r.nlead=j(o[1],i),r.nend=j(o[10],i),r.groupPattern=o[4]);var a=o[7];if(a&&M){var s=a.match(d);N(s)?r.minimumFraction=0:r.minimumFraction=s.length,r.maximumFraction=a.length-1}}return r}function j(e,M){return e?e.replace(t.defaultCurrency,M):""}function z(e,t,M){return i("currencies."+t+(M?"."+M:".symbol"),e)||i("currencies."+t+".symbol-alt-narrow",e)||"$"}function l(e,M,i){var n={type:"decimal",minimumFractionDigits:0,maximumFractionDigits:0},o=e.match(t.customRegex);if(N(o)||""===o[5]&&"N/A"!==e)return n.type=void 0,n;n.nlead=o[1],n.nend=o[10];var a=o[6],u=!!a.match(/\ $/g),c=-1!==a.replace(/\ $/g,"").indexOf(" ");n.useGrouping=-1!==a.indexOf(",")||c,a=a.replace(/,/g,"");var g=o[7];if(-1!==a.indexOf("0")&&(n.minimumIntegerDigits=a.length-a.indexOf("0")),N(g)||(n.minimumFractionDigits=g.lastIndexOf("0"),n.maximumFractionDigits=g.lastIndexOf("#"),-1===n.minimumFractionDigits&&(n.minimumFractionDigits=0),(-1===n.maximumFractionDigits||n.maximumFractionDigits<n.minimumFractionDigits)&&(n.maximumFractionDigits=n.minimumFractionDigits)),N(M)?s(n,y([n.nlead,n.nend],"%","%")):(s(n,y([n.nlead,n.nend],"$",M.currencySymbol)),n.isCurrency||s(n,y([n.nlead,n.nend],"%",M.percentSymbol))),!N(i)){var j=r(n.type,M.numberMapper.numberSystem,i,!1);n.useGrouping&&(n.groupSeparator=c?" ":M.numberMapper.numberSymbols[T[2]],n.groupData=ye.getGroupingDetails(j.split(";")[0])),n.nlead=n.nlead.replace(/'/g,""),n.nend=u?" "+n.nend.replace(/'/g,""):n.nend.replace(/'/g,"")}return n}function y(e,t,M){for(var i={nlead:e[0],nend:e[1]},n=0;n<2;n++){var r=e[parseInt(n.toString(),10)],o=r.indexOf(t);if(-1!==o&&(o<r.indexOf("'")||o>r.lastIndexOf("'"))){i[f[n]]=r.substr(0,o)+M+r.substr(o+1),i[f[t]]=!0,i.type=i.isCurrency?"currency":"percent";break}}return i}function I(e,t,M){e+=".";for(var i=0;i<t;i++)e+="0";if(t<M)for(var n=M-t,r=0;r<n;r++)e+="#";return e}function p(e,t){for(var M=e.split("."),i="",n=0;n<t;n++)i+="0";return M[1]?i+"."+M[1]:i}function h(e){var t=e.split("."),M=t[0],i=3-M.length%3;e="";for(var n=(M=(i&&1===i?"#":2===i?"##":"")+M).length-1;n>0;n-=3)e=","+M[n-2]+M[n-1]+M[parseInt(n.toString(),10)]+e;return e=e.slice(1),t[1]?e+"."+t[1]:e}t.negativeDataRegex=/^(('[^']+'|''|[^*#@0,.E])*)(\*.)?((([#,]*[0,]*0+)(\.0*[0-9]*#*)?)|([#,]*@+#*))(E\+?0+)?(('[^']+'|''|[^*#@0,.E])*)$/,t.customRegex=/^(('[^']+'|''|[^*#@0,.])*)(\*.)?((([0#,]*[0,]*[0#]*[0#\ ]*)(\.[0#]*)?)|([#,]*@+#*))(E\+?0+)?(('[^']+'|''|[^*#@0,.E])*)$/,t.latnParseRegex=/0|1|2|3|4|5|6|7|8|9/g;var d=/[0-9]/g;t.defaultCurrency="$";var T=["infinity","nan","group","decimal"],m=/G|M|L|H|c|'| a|yy|y|EEEE|E/g,A={G:"",M:"m",L:"m",H:"h",c:"d","'":'"'," a":" AM/PM",yy:"yy",y:"yyyy",EEEE:"dddd",E:"ddd"};t.dateConverterMapper=/dddd|ddd/gi;var O="sun";t.islamicRegex=/^islamic/;var L={sun:0,mon:1,tue:2,wed:3,thu:4,fri:5,sat:6};t.formatRegex=/(^[ncpae]{1})([0-1]?[0-9]|20)?$/i,t.currencyFormatRegex=/(^[ca]{1})([0-1]?[0-9]|20)?$/i,t.curWithoutNumberRegex=/(c|a)$/gi;var f={$:"isCurrency","%":"isPercent","-":"isNegative",0:"nlead",1:"nend"};t.dateParseRegex=/([a-z])\1*|'([^']|'')+'|''|./gi,t.basicPatterns=["short","medium","long","full"],t.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"}}},t.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"}}},t.monthIndex={3:"abbreviated",4:"wide",5:"narrow",1:"abbreviated"},t.month="months",t.days="days",t.patternMatcher={C:"currency",P:"percent",N:"decimal",A:"currency",E:"scientific"},t.getResultantPattern=M,t.getDependables=n,t.getSymbolPattern=r,t.ConvertDateToWeekFormat=o,t.compareBlazorDateFormats=a,t.getProperNumericSkeleton=c,t.getFormatData=g,t.changeCurrencySymbol=j,t.getCurrencySymbol=z,t.customFormat=function(e,t,M){for(var i={},n=e.split(";"),r=["pData","nData","zeroData"],o=0;o<n.length;o++)i[r[o]]=l(n[o],t,M);return N(i.nData)&&(i.nData=s({},i.pData),i.nData.nlead=N(t)?"-"+i.nData.nlead:t.minusSymbol+i.nData.nlead),i},t.customNumberFormat=l,t.isCurrencyPercent=y,t.getDateSeparator=function(e){var t=(i("dateFormats.short",e)||"").match(/[d‏M‏]([^d‏M])[d‏M‏]/i);return t?t[1]:"/"},t.getActualDateTimeFormat=function(e,t,r,o){var s=n(r,e,t.calendar);D()&&(t=a(t,e));var N=t.format||M(t.skeleton,s.dateObject,t.type);if(o){if(-1!==(N=N.replace(m,function(e){return A[e]})).indexOf("z")){var u=N.match(/z/g).length,c=void 0,g={timeZone:{}};g.numMapper=se.getNumberMapper(s.parserObject,se.getNumberingSystem(r)),g.timeZone=i("dates.timeZoneNames",s.parserObject);var j=(new Date).getTimezoneOffset(),z=u<4?"+H;-H":g.timeZone.hourFormat;z=z.replace(/:/g,g.numMapper.timeSeparator),0===j?c=g.timeZone.gmtZeroFormat:(c=De.getTimeZoneValue(j,z),c=g.timeZone.gmtFormat.replace(/\{0\}/,c)),N=N.replace(/[z]+/,'"'+c+'"')}N=N.replace(/ $/,"")}return N},t.getActualNumberFormat=function(M,o,a,N){var u,j=n(a,M,"",!0),l={custom:!0},y=j.numericObject,d={},T=(o.format||"").match(t.currencyFormatRegex),m=t.formatRegex.test(o.format)?c(o.format||"N"):{},A={};if(T){A.numberMapper=D()?s({},j.numericObject):se.getNumberMapper(j.parserObject,se.getNumberingSystem(a),!0);var O=D()?i("currencySymbol",j.numericObject):z(j.numericObject,o.currency||e.defaultCurrencyCode,o.altSymbol),L=r("currency",A.numberMapper.numberSystem,j.numericObject,/a/i.test(o.format)),f=(L=L.replace(/\u00A4/g,O)).split(";");d.hasNegativePattern=!!D()||f.length>1,d.nData=D()?i(m.type+"nData",y):g(f[1]||"-"+f[0],!0,O),d.pData=D()?i(m.type+"pData",y):g(f[0],!1,O),T[2]||o.minimumFractionDigits||o.maximumFractionDigits||(u=g(L.split(";")[0],!0,"",!0).minimumFraction)}var E;if(t.formatRegex.test(o.format)||!o.format){if(s(l,c(o.format||"N")),l.custom=!1,E="###0",(l.fractionDigits||o.minimumFractionDigits||o.maximumFractionDigits||u)&&(l.fractionDigits&&(o.minimumFractionDigits=o.maximumFractionDigits=l.fractionDigits),E=I(E,u||l.fractionDigits||o.minimumFractionDigits||0,o.maximumFractionDigits||0)),o.minimumIntegerDigits&&(E=p(E,o.minimumIntegerDigits)),o.useGrouping&&(E=h(E)),"currency"===l.type||l.type&&D()){D()&&"currency"!==l.type&&(d.pData=i(l.type+"pData",y),d.nData=i(l.type+"nData",y));var S=E;E=d.pData.nlead+S+d.pData.nend,(d.hasNegativePattern||D())&&(E+=";"+d.nData.nlead+S+d.nData.nend)}"percent"!==l.type||D()||(E+=" %")}else E=o.format.replace(/'/g,'"');return Object.keys(A).length>0&&(E=N?E:function(e,t){if(-1!==e.indexOf(",")){var M=e.split(",");e=M[0]+i("numberMapper.numberSymbols.group",t)+M[1].replace(".",i("numberMapper.numberSymbols.decimal",t))}else e=e.replace(".",i("numberMapper.numberSymbols.decimal",t));return e}(E,A)),E},t.fractionDigitsPattern=I,t.minimumIntegerPattern=p,t.groupingPattern=h,t.getWeekData=function(e,t){var M=O,n=i("supplemental.weekData.firstDay",t),r=e;return/en-/.test(r)&&(r=r.slice(3)),r=r.slice(0,2).toUpperCase()+r.substr(2),n&&(M=n[""+r]||n[r.slice(0,2)]||O),L[""+M]},t.replaceBlazorCurrency=function(e,t,M){var n=function(e){return i(e||"",Ne)}(M);if(t!==n)for(var r=0,o=e;r<o.length;r++){var a=o[r];a.nend=a.nend.replace(t,n),a.nlead=a.nlead.replace(t,n)}},t.getWeekOfYear=function(e){var t,M=new Date(e.getFullYear(),0,1),i=M.getDay();i=i>=0?i:i+7;var n=Math.floor((e.getTime()-M.getTime()-6e4*(e.getTimezoneOffset()-M.getTimezoneOffset()))/864e5)+1;if(i<4){if((t=Math.floor((n+i-1)/7)+1)>52){var r=new Date(e.getFullYear()+1,0,1).getDay();t=(r=r>=0?r:r+7)<4?1:53}}else t=Math.floor((n+i-1)/7);return t}}(e.IntlBase||(e.IntlBase={}));var ve=/^(.*?):[ \t]*([^\r\n]*)$/gm,we="GET",Qe=function(){function e(e,t,M,i){this.mode=!0,this.emitError=!0,this.options={},"string"==typeof e?(this.url=e,this.type=t?t.toUpperCase():we,this.mode=!!N(M)||M):"object"==typeof e&&(this.options=e,a(this,this.options)),this.type=this.type?this.type.toUpperCase():we,this.contentType=void 0!==this.contentType?this.contentType:i}return e.prototype.send=function(e){var t=this;this.data=N(e)?this.data:e;var M={cancel:!1,httpRequest:null};return new Promise(function(e,i){t.httpRequest=new XMLHttpRequest,t.httpRequest.onreadystatechange=function(){t.stateChange(e,i)},N(t.onLoad)||(t.httpRequest.onload=t.onLoad),N(t.onProgress)||(t.httpRequest.onprogress=t.onProgress),N(t.onAbort)||(t.httpRequest.onabort=t.onAbort),N(t.onError)||(t.httpRequest.onerror=t.onError),N(t.onUploadProgress)||(t.httpRequest.upload.onprogress=t.onUploadProgress),t.httpRequest.open(t.type,t.url,t.mode),N(t.data)||null===t.contentType||t.httpRequest.setRequestHeader("Content-Type",t.contentType||"application/json; charset=utf-8"),t.beforeSend&&(M.httpRequest=t.httpRequest,t.beforeSend(M)),M.cancel||t.httpRequest.send(N(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 M=this.httpRequest.responseText;if(this.dataType&&"json"===this.dataType.toLowerCase())if(""===M)M=void 0;else try{M=JSON.parse(M)}catch(e){}4===this.httpRequest.readyState&&(this.httpRequest.status>=200&&this.httpRequest.status<=299||304===this.httpRequest.status?e(this.successHandler(M)):this.emitError?t(new Error(this.failureHandler(this.httpRequest.statusText))):e())},e.prototype.getResponseHeader=function(e){var t,M;t={};for(var i=ve.exec(this.httpRequest.getAllResponseHeaders());i;)t[i[1].toLowerCase()]=i[2],i=ve.exec(this.httpRequest.getAllResponseHeaders());return M=t[e.toLowerCase()],N(M)?null:M},e}(),Ye=/android|webos|iphone|ipad|ipod|blackberry|iemobile|opera mini|mobile/i,ke=/msie|trident/i,Ue=/Trident\/7\./,Ce=/(ipad|iphone|ipod touch)/i,be=/(ipad|iphone|ipod touch);.*os 7_\d|(ipad|iphone|ipod touch);.*os 8_\d/i,Pe=/android/i,Fe=/trident|windows phone|edge/i,Re=/(version)[ /]([\w.]+)/i,Ve={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 We=function(){function e(){}return e.extractBrowserDetail=function(){for(var t={culture:{}},M=[],i=0,n=Object.keys(Ve);i<n.length;i++){var r=n[i];if(M=e.userAgent.match(Ve[""+r])){if(t.name="opr"===M[1].toLowerCase()?"opera":M[1].toLowerCase(),t.name="crios"===M[1].toLowerCase()?"chrome":t.name,t.version=M[2],t.culture.name=t.culture.language=navigator.language,e.userAgent.match(Ue)){t.name="msie";break}var o=e.userAgent.match(Re);"safari"===t.name&&o&&(t.version=o[2]);break}}return t},e.getEvent=function(t){var M={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?M[""+t].isPointer:e.isTouch?M[""+t].isTouch+(e.isDevice?"":" "+M[""+t].isDevice):M[""+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,M){var i="undefined"!=typeof window?window.browserDetails:{};return"undefined"!=typeof navigator&&"MacIntel"===navigator.platform&&navigator.maxTouchPoints>1&&!0===e.isTouch&&(i.isIos=!0,i.isDevice=!0,i.isTouch=!0,i.isPointer=!0),void 0===i[""+t]?i[""+t]=M.test(e.userAgent):i[""+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 u(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",ke)},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isTouch",{get:function(){return u(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 u(window.browserDetails.isPointer)?window.browserDetails.isPointer="pointerEnabled"in window.navigator:window.browserDetails.isPointer},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isMSPointer",{get:function(){return u(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",Ye)},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isIos",{get:function(){return e.getValue("isIos",Ce)},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isIos7",{get:function(){return e.getValue("isIos7",be)},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isAndroid",{get:function(){return e.getValue("isAndroid",Pe)},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isWebView",{get:function(){return u(window.browserDetails.isWebView)?(window.browserDetails.isWebView=!(u(window.cordova)&&u(window.PhoneGap)&&u(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",Fe)},enumerable:!0,configurable:!0}),Object.defineProperty(e,"touchStartEvent",{get:function(){return u(window.browserDetails.touchStartEvent)?window.browserDetails.touchStartEvent=e.getTouchStartEvent():window.browserDetails.touchStartEvent},enumerable:!0,configurable:!0}),Object.defineProperty(e,"touchMoveEvent",{get:function(){return u(window.browserDetails.touchMoveEvent)?window.browserDetails.touchMoveEvent=e.getTouchMoveEvent():window.browserDetails.touchMoveEvent},enumerable:!0,configurable:!0}),Object.defineProperty(e,"touchEndEvent",{get:function(){return u(window.browserDetails.touchEndEvent)?window.browserDetails.touchEndEvent=e.getTouchEndEvent():window.browserDetails.touchEndEvent},enumerable:!0,configurable:!0}),Object.defineProperty(e,"touchCancelEvent",{get:function(){return u(window.browserDetails.touchCancelEvent)?window.browserDetails.touchCancelEvent=e.getTouchCancelEvent():window.browserDetails.touchCancelEvent},enumerable:!0,configurable:!0}),e.uA="undefined"!=typeof navigator?navigator.userAgent:"",e}(),Be=function(){function e(){}return e.addOrGetEventData=function(e){return"__eventList"in e?e.__eventList.events:(e.__eventList={},e.__eventList.events=[])},e.add=function(t,M,i,n,r){var o,a=e.addOrGetEventData(t);o=r?c(i,r):i,n&&(o=o.bind(n));for(var s=M.split(" "),N=0;N<s.length;N++)a.push({name:s[parseInt(N.toString(),10)],listener:i,debounce:o}),We.isIE?t.addEventListener(s[parseInt(N.toString(),10)],o):t.addEventListener(s[parseInt(N.toString(),10)],o,{passive:!1});return o},e.remove=function(t,M,i){for(var n=e.addOrGetEventData(t),r=M.split(" "),o=function(e){var M,o=-1;n&&0!==n.length&&n.some(function(t,n){return t.name===r[parseInt(e.toString(),10)]&&t.listener===i&&(o=n,M=t.debounce,!0)}),-1!==o&&n.splice(o,1),M&&t.removeEventListener(r[parseInt(e.toString(),10)],M)},a=0;a<r.length;a++)o(a)},e.clearEvents=function(t){var M,i;i=s([],i,M=e.addOrGetEventData(t));for(var n=0;n<i.length;n++)t.removeEventListener(i[parseInt(n.toString(),10)].name,i[parseInt(n.toString(),10)].debounce),M.shift()},e.trigger=function(t,M,i){for(var n=0,r=e.addOrGetEventData(t);n<r.length;n++){var o=r[n];o.name===M&&o.debounce.call(this,i)}},e}(),Ge=/^svg|^path|^g/,He=new RegExp("]"),Ze=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 Oe(this),u(t)||(this.element="string"==typeof t?document.querySelector(t):t,N(this.element)||(this.isProtectedOnChange=!1,this.addInstance())),u(e)||this.setProperties(e,!0),this.isDestroyed=!1}return e.prototype.setProperties=function(e,t){var M=this.isProtectedOnChange;this.isProtectedOnChange=!!t,a(this,e),!0!==t?(a(this.changedProperties,e),this.dataBind()):D()&&this.isRendered&&this.serverDataBind(e),this.finalUpdate(),this.changedProperties={},this.oldProperties={},this.isProtectedOnChange=M},e.callChildDataBind=function(e,t){for(var M=0,i=Object.keys(e);M<i.length;M++){var n=i[M];if(t[""+n]instanceof Array)for(var r=0,o=t[""+n];r<o.length;r++){var a=o[r];void 0!==a.dataBind&&a.dataBind()}else t[""+n].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,M=this.changedProperties,i=this.oldProperties;this.clearChanges(),this.isProtectedOnChange=!0,this.onPropertyChanged(M,i),this.isProtectedOnChange=t}},e.prototype.serverDataBind=function(e){if(D()){e=e||{},s(this.bulkChanges,{},e,!0);this.allowServerDataBinding&&window.sfBlazor.updateModel&&(window.sfBlazor.updateModel(this),this.bulkChanges={})}},e.prototype.saveChanges=function(e,t,i){if(D()){var n={};n[""+e]=t,this.serverDataBind(n)}this.isProtectedOnChange||(this.oldProperties[""+e]=i,this.changedProperties[""+e]=t,this.finalUpdate(),this.finalUpdate=M(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,M,n){var r=this;if(!0!==this.isDestroyed){var o=this.isProtectedOnChange;this.isProtectedOnChange=!1;var a=this.modelObserver.notify(e,t,M,n);if(He.test(e)){var s=i(e,this);if(s){if(window.Blazor){var N=s.call(this,t);N&&"function"==typeof N.then?M?N.then(function(e){M&&(e="string"==typeof e&&r.modelObserver.isJson(e)?JSON.parse(e):e,M.call(r,e))}).catch(function(e){n&&(e="string"==typeof e&&r.modelObserver.isJson(e)?JSON.parse(e):e,n.call(r,e))}):a=N:M&&M.call(this,t)}else s.call(this,t),M&&M.call(this,t)}else M&&M.call(this,t)}return this.isProtectedOnChange=o,a}},e.prototype.addInstance=function(){var e="e-"+this.getModuleName().toLowerCase();y([this.element],["e-lib",e]),N(this.element.ej2_instances)?n("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}),I([this.element],["e-"+this.getModuleName()]),0===this.element.ej2_instances.length&&I([this.element],["e-lib"]),this.clearChanges(),this.modelObserver.destroy(),this.isDestroyed=!0},e}(),Je=function(){var e=function(t,M){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var M in t)t.hasOwnProperty(M)&&(e[M]=t[M])})(t,M)};return function(t,M){function i(){this.constructor=t}e(t,M),t.prototype=null===M?Object.create(M):(i.prototype=M.prototype,new i)}}(),Xe=function(e,t,M,i){var n,r=arguments.length,o=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,M):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,M,i);else for(var a=e.length-1;a>=0;a--)(n=e[a])&&(o=(r<3?n(o):r>3?n(t,M,o):n(t,M))||o);return r>3&&o&&Object.defineProperty(t,M,o),o},Ke=function(t){function M(e){var M=t.call(this,e,void 0)||this;return M.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)"},M}Je(M,t),i=M,M.prototype.animate=function(e,t){t=t||{};var M=this.getModel(t);if("string"==typeof e)for(var n=0,r=Array.prototype.slice.call(O(e,document));n<r.length;n++){var o=r[n];M.element=o,i.delayAnimation(M)}else M.element=e,i.delayAnimation(M)},M.stop=function(e,t){e.style.animation="",e.removeAttribute("e-animate");var M=e.getAttribute("e-animation-id");if(M){var i=parseInt(M,10);cancelAnimationFrame(i),e.removeAttribute("e-animation-id")}t&&t.end&&t.end.call(this,t)},M.delayAnimation=function(t){"Disable"===e.animationMode?(t.begin&&t.begin.call(this,t),t.end&&t.end.call(this,t)):t.delay?setTimeout(function(){i.applyAnimation(t)},t.delay):i.applyAnimation(t)},M.applyAnimation=function(e){var t=this;e.timeStamp=0;var M=0,i=0,n=0,r=e.duration;e.element.setAttribute("e-animate","true");var o=function(a){try{if(a){n=0===n?a:n,e.timeStamp=a+e.timeStamp-n,n=a,!M&&e.begin&&e.begin.call(t,e),M+=1;var s=e.timeStamp/M;e.timeStamp<r&&e.timeStamp+s<r&&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(i),e.element.removeAttribute("e-animation-id"),e.element.removeAttribute("e-animate"),e.element.style.animation="",e.end&&e.end.call(t,e))}else i=requestAnimationFrame(o),e.element.setAttribute("e-animation-id",i.toString())}catch(M){cancelAnimationFrame(i),e.element.removeAttribute("e-animation-id"),e.fail&&e.fail.call(t,M)}};o()},M.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]}},M.prototype.onPropertyChanged=function(e,t){},M.prototype.getModuleName=function(){return"animation"},M.prototype.destroy=function(){};var i;return Xe([U("FadeIn")],M.prototype,"name",void 0),Xe([U(400)],M.prototype,"duration",void 0),Xe([U("ease")],M.prototype,"timingFunction",void 0),Xe([U(0)],M.prototype,"delay",void 0),Xe([b()],M.prototype,"progress",void 0),Xe([b()],M.prototype,"begin",void 0),Xe([b()],M.prototype,"end",void 0),Xe([b()],M.prototype,"fail",void 0),M=i=Xe([P],M)}(Ze);e.isRippleEnabled=!1,e.animationMode="";var _e,$e,qe=function(){function e(e){this.loadedModules=[],this.parent=e}return e.prototype.inject=function(e,M){var i=e.length;if(0!==i){this.loadedModules.length&&this.clearUnusedModule(e);for(var r=0;r<i;r++)for(var o=e[parseInt(r.toString(),10)],a=0,s=M;a<s.length;a++){var N=s[a],u=o.member;if(N&&N.prototype.getModuleName()===o.member&&!this.isModuleLoaded(u)){var c=t(N,o.args),g=this.getMemberName(u);o.isProperty?n(g,N,this.parent):n(g,c,this.parent);var j=o;j.member=g,this.loadedModules.push(j)}}}else this.clean()},e.prototype.clean=function(){for(var e=0,t=this.loadedModules;e<t.length;e++){var M=t[e];M.isProperty||i(M.member,this.parent).destroy()}this.loadedModules=[]},e.prototype.clearUnusedModule=function(e){for(var t=this,M=e.map(function(e){return t.getMemberName(e.member)}),n=0,o=this.loadedModules.filter(function(e){return-1===M.indexOf(e.member)});n<o.length;n++){var a=o[n];a.isProperty||i(a.member,this.parent).destroy(),this.loadedModules.splice(this.loadedModules.indexOf(a),1),r(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,M=this.loadedModules;t<M.length;t++){if(M[t].member===this.getMemberName(e))return!0}return!1},e}(),et=function(){function e(e,t,M,n){this.isComplexArraySetter=!1,this.properties={},this.changedProperties={},this.childChangedProperties={},this.oldProperties={},this.finalUpdate=function(){},this.callChildDataBind=i("callChildDataBind",Ze),this.parentObj=e,this.controlParent=this.parentObj.controlParent||this.parentObj,this.propName=t,this.isParentArray=n,this.setProperties(M,!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?(a(this,e),this.updateChange(!1,this.propName),this.clearChanges()):a(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&&(n(this.propName+"."+e,this.changedProperties,this.parentObj.changedProperties),n(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,M,i){this.controlParent.isProtectedOnChange||(i||this.serverDataBind(e,t,!0),this.oldProperties[""+e]=M,this.changedProperties[""+e]=t,this.updateChange(!0,this.propName),this.finalUpdate(),this.updateTimeOut())},e.prototype.serverDataBind=function(e,t,M,i){if(D()&&!this.parentObj.isComplexArraySetter){var n,r={},o=M?this.getParentKey(!0)+"."+e:e;if(-1!==o.indexOf(".")){var a=o.split(".");n=r;for(var s=0;s<a.length;s++){var N=s===a.length-1;n[a[parseInt(s.toString(),10)]]=N?t:{},n=N?n:n[a[parseInt(s.toString(),10)]]}}else r[""+o]={},n=r[""+o],r[""+o][""+e]=t;if(this.isParentArray){n.ejsAction=i||"none"}this.controlParent.serverDataBind(r)}},e.prototype.getParentKey=function(e){var t="",M=this.propName;if(this.isParentArray){t=this.parentObj[this.propName].indexOf(this);var i=this.parentObj[this.propName].length;i=e?i:i>0?i-1:0,M+=t=-1!==t?"-"+t:"-"+i}return this.controlParent!==this.parentObj&&(M=this.parentObj.getParentKey()+"."+this.propName+t),M},e}(),tt=["grid","pivotview","treegrid","spreadsheet","rangeNavigator","DocumentEditor","listbox","PdfViewer","richtexteditor","DashboardLayout","chart","stockChart","circulargauge","diagram","heatmap","lineargauge","maps","smithchart","barcode","sparkline","treemap","bulletChart","kanban","daterangepicker","schedule","gantt","signature","query-builder","drop-down-tree","carousel","filemanager","uploader","accordion","tab","treeview"],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],it=function(){function e(e){this.isValidated=!1,this.isLicensed=!0,this.version="20.4",this.platform=/JavaScript|ASPNET|ASPNETCORE|ASPNETMVC|FileFormats/i,this.errors={noLicense:"<span>This application was built using a trial version of Syncfusion Essential Studio. To remove the license validation message permanently, a valid license key must be included.</span>",trailExpired:"<span>This application was built using a trial version of Syncfusion Essential Studio. To remove the license validation message permanently, a valid license key must be included.</span>",versionMismatched:"<span>The included Syncfusion license key is invalid.</span>",platformMismatched:"<span>The included Syncfusion license key is invalid.</span>",invalidKey:"<span>The included Syncfusion license key is invalid.</span>"},this.manager=function(){var e=null;return{setKey:function(t){e=t},getKey:function(){return e}}}(),this.npxManager=function(){var e="npxKeyReplace";return{getKey:function(){return e}}}(),this.manager.setKey(e)}return e.prototype.validate=function(){if(!this.isValidated&&ne&&!i(Z(Mt),ne)&&!i("Blazor",ne)){var e=void 0,t=void 0;if(this.manager&&this.manager.getKey()||this.npxManager&&"npxKeyReplace"!==this.npxManager.getKey()){var M=this.getInfoFromKey();if(M&&M.length)for(var r=0,o=M;r<o.length;r++){var a=o[r];if(!this.platform.test(a.platform)||a.invalidPlatform)e=this.errors.platformMismatched;else if(-1===a.version.indexOf(this.version))e=(e=(e=this.errors.versionMismatched).replace("##LicenseVersion",a.version)).replace("##Requireversion",this.version+".x");else if(a.expiryDate){var s=new Date(a.expiryDate),u=new Date;if(!(s!==u&&s<u))break;e=this.errors.trailExpired}}else e=this.errors.invalidKey}else{var c=i(Z([115,121,110,99,102,117,115,105,111,110,46,108,105,99,101,110,115,101,67,111,110,116,101,110,116]),ne);t=i(Z([115,121,110,99,102,117,115,105,111,110,46,99,108,97,105,109,65,99,99,111,117,110,116,85,82,76]),ne),e=c&&""!==c?c:this.errors.noLicense}if(e&&"undefined"!=typeof document&&!N(document)){var g=l("div",{innerHTML:"<img src='data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE5OV80KSI+CjxwYXRoIGQ9Ik0xMiAyMUMxNi45NzA2IDIxIDIxIDE2Ljk3MDYgMjEgMTJDMjEgNy4wMjk0NCAxNi45NzA2IDMgMTIgM0M3LjAyOTQ0IDMgMyA3LjAyOTQ0IDMgMTJDMyAxNi45NzA2IDcuMDI5NDQgMjEgMTIgMjFaIiBzdHJva2U9IiM3MzczNzMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMS4yNSAxMS4yNUgxMlYxNi41SDEyLjc1IiBmaWxsPSIjNjE2MDYzIi8+CjxwYXRoIGQ9Ik0xMS4yNSAxMS4yNUgxMlYxNi41SDEyLjc1IiBzdHJva2U9IiM3MzczNzMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMS44MTI1IDlDMTIuNDMzOCA5IDEyLjkzNzUgOC40OTYzMiAxMi45Mzc1IDcuODc1QzEyLjkzNzUgNy4yNTM2OCAxMi40MzM4IDYuNzUgMTEuODEyNSA2Ljc1QzExLjE5MTIgNi43NSAxMC42ODc1IDcuMjUzNjggMTAuNjg3NSA3Ljg3NUMxMC42ODc1IDguNDk2MzIgMTEuMTkxMiA5IDExLjgxMjUgOVoiIGZpbGw9IiM3MzczNzMiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xOTlfNCI+CjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K' style=\"top: 6px;\n position: absolute;\n left: 16px;\n width: 24px;\n height: 24px;\"/>"+e+' <a style="text-decoration: none;color: #0D6EFD;font-weight: 500;" href='+(_e=t&&""!==t?t:"https://www.syncfusion.com/account/claim-license-key?pl=SmF2YVNjcmlwdA==&vs=MjAuNA==")+">Claim your free account</a>"});g.setAttribute("style","position: fixed;\n top: 10px;\n left: 10px;\n right: 10px;\n font-size: 14px;\n background: #EEF2FF;\n color: #222222;\n z-index: 999999999;\n text-align: left;\n border: 1px solid #EEEEEE;\n padding: 10px 11px 10px 50px;\n border-radius: 8px;\n font-family: Helvetica Neue, Helvetica, Arial;"),document.body.appendChild(g),this.isLicensed=!1}this.isValidated=!0,n(Z(Mt),this.isValidated,ne)}return this.isLicensed},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],M=[],i=[],n=!1,r=!1;this.manager.getKey()?e=this.manager.getKey():(r=!0,e=this.npxManager.getKey().split("npxKeyReplace")[1]);for(var o=0,a=e.split(";");o<a.length;o++){var s=a[o],N=this.getDecryptedData(s);if(N){var u=0,c="";if(r){var g=N[N.length-1],j=[];for(D=0;D<N.length;D++)j[parseInt(D.toString(),10)]=N[parseInt(D.toString(),10)].charCodeAt(0)-g.charCodeAt(0);for(D=0;D<j.length;D++)c+=String.fromCharCode(j[parseInt(D.toString(),10)])}else for(var D=0;D<N.length;D++,u++){u===t.length&&(u=0);var z=N.charCodeAt(D);c+=String.fromCharCode(z^t[parseInt(u.toString(),10)]>>16)}this.platform.test(c)?(n=!1,(M=c.split(";")).length>3&&i.push({platform:M[0],version:M[1],expiryDate:M[2]})):c&&c.split(";").length>3&&(n=!0)}}return n&&!i.length?[{invalidPlatform:n}]:i.length?i:null}catch(e){return null}},e}(),nt=new it,rt=function(e){return e&&J(e),nt.validate()},ot=function(){var e='\n <div style="\n position: fixed;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: rgba(0, 0, 0, 0.5);\n z-index: 99999;\n ">\n <div style="\n background: #FFFFFF;\n height: 455px;\n width: 840px;\n font-family: Helvetica Neue, Helvetica, Arial;\n color: #000000;\n box-shadow: 0px 4.8px 14.4px rgb(0 0 0 / 18%), 0px 25.6px 57.6px rgb(0 0 0 / 22%);\n display: block;\n margin: 8% auto;\n border-radius: 20px;\n ">\n <div style="\n position: absolute;\nwidth: 838px;\nheight: 62px;\nbackground-color: #F9F9F9;\nborder: 1px solid #EEEEEE;\nborder-top-left-radius: 20px;\nborder-top-right-radius: 20px;\n">\n <img src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ2IiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMTQ2IDMyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNDAuNTk2NSAxNS4wMDc4SDMyLjQyNUMzMS41NTU3IDE1LjAwNzggMzAuOTAzNyAxNS4xODEyIDMwLjUxMjUgMTUuNDg0NkMzMC4xMjEzIDE1LjgzMTQgMjkuOTA0IDE2LjMwODIgMjkuOTA0IDE3LjA0NTFDMjkuOTA0IDE3LjYwODYgMzAuMDc3OCAxOC4wNDIxIDMwLjQyNTYgMTguMzAyMkMzMC43NzMzIDE4LjYwNTYgMzEuMjk0OSAxOC43MzU2IDMxLjk5MDMgMTguNzM1NkgzNi4zMzY5QzM4LjExODkgMTguNzM1NiAzOS40MjI5IDE5LjA4MjQgNDAuMTYxOCAxOS43MzI2QzQwLjk0NDIgMjAuNDI2MiA0MS4yOTE5IDIxLjU1MzIgNDEuMjkxOSAyMy4xMTM3QzQxLjI5MTkgMjQuNzE3NiA0MC44NTcyIDI1Ljg4OCAzOS45ODc5IDI2LjY2ODJDMzkuMTE4NiAyNy40MDUxIDM3LjcyNzcgMjcuNzk1MyAzNS44NTg3IDI3Ljc5NTNIMjcuMDc4N1YyNS4wMjFIMzUuMzM3MkMzNi4yOTM0IDI1LjAyMSAzNi45NDU0IDI0Ljg5MSAzNy4zMzY2IDI0LjYzMDlDMzcuNzI3NyAyNC4zNzA4IDM3LjkwMTYgMjMuODk0IDM3LjkwMTYgMjMuMjg3MUMzNy45MDE2IDIyLjYzNjkgMzcuNzI3NyAyMi4xNjAxIDM3LjM4IDIxLjlDMzcuMDMyMyAyMS42Mzk5IDM2LjQyMzggMjEuNDY2NSAzNS41NTQ1IDIxLjQ2NjVIMzEuNjQyNkMyOS44NjA1IDIxLjQ2NjUgMjguNTEzMSAyMS4xMTk4IDI3LjY4NzMgMjAuMzgyOEMyNi44NjE0IDE5LjY0NTkgMjYuNDI2OCAxOC41MTg5IDI2LjQyNjggMTcuMDAxN0MyNi40MjY4IDE1LjM1NDUgMjYuODYxNCAxNC4xNDA4IDI3LjczMDcgMTMuMzYwNkMyOC42IDEyLjU4MDMgMjkuOTkwOSAxMi4yMzM1IDMxLjkwMzQgMTIuMjMzNUg0MC41OTY1VjE1LjAwNzhaIiBmaWxsPSIjMzU0M0E4Ii8+CjxwYXRoIGQ9Ik00OC4wNzI3IDI1LjI4MTFINTAuNTA2OFYxNi4zOTQ5SDUzLjU0OTNWMjcuNTM1MkM1My41NDkzIDI5LjA1MjQgNTMuMjAxNiAzMC4xNzk0IDUyLjUwNjIgMzAuOTE2M0M1MS44MTA3IDMxLjY1MzIgNTAuNzI0MSAzMiA0OS4yNDYzIDMySDQzLjMzNVYyOS42NTkySDQ4LjcyNDdDNDkuMjg5NyAyOS42NTkyIDQ5Ljc2NzkgMjkuNTI5MiA1MC4wNzIxIDI5LjIyNThDNTAuMzc2NCAyOC45NjU3IDUwLjU1MDIgMjguNTMyMiA1MC41NTAyIDI4LjAxMlYyNy44Mzg2SDQ3Ljg5ODlDNDYuMjAzNyAyNy44Mzg2IDQ0Ljk0MzIgMjcuNDkxOSA0NC4yNDc4IDI2Ljg0MTZDNDMuNTA4OSAyNi4xNDgxIDQzLjE2MTEgMjUuMDY0NCA0My4xNjExIDIzLjQ2MDVWMTYuMzk0OUg0Ni4xNjAyVjIzLjIwMDVDNDYuMTYwMiAyNC4wNjc0IDQ2LjI5MDYgMjQuNjMwOSA0Ni41NTE0IDI0Ljg5MUM0Ni43MjUzIDI1LjE1MTEgNDcuMjQ2OSAyNS4yODExIDQ4LjA3MjcgMjUuMjgxMVoiIGZpbGw9IiMzNTQzQTgiLz4KPHBhdGggZD0iTTU1Ljg5NjUgMTYuMzk0OUg2MS41OTA0QzYzLjMyOTEgMTYuMzk0OSA2NC41NDYxIDE2LjY5ODMgNjUuMjg1IDE3LjM0ODVDNjYuMDIzOSAxNy45OTg4IDY2LjM3MTYgMTkuMDgyNCA2Ni4zNzE2IDIwLjU1NjNWMjcuNzk1M0g2My4zMjkxVjIwLjk0NjRDNjMuMzI5MSAyMC4wNzk0IDYzLjE5ODcgMTkuNTE1OSA2Mi45Mzc5IDE5LjI5OTJDNjIuNjc3MSAxOS4wMzkxIDYyLjE1NTUgMTguOTA5MSA2MS4zMjk3IDE4LjkwOTFINTguODk1NlYyNy44Mzg2SDU1Ljg1M1YxNi4zOTQ5SDU1Ljg5NjVaIiBmaWxsPSIjMzU0M0E4Ii8+CjxwYXRoIGQ9Ik03NC45MzQyIDI1LjM2NzhINzguMTUwNlYyNy43OTUySDc0LjAyMTRDNzIuOTc4MiAyNy43OTUyIDcyLjEwODkgMjcuNjY1MiA3MS40NTcgMjcuNDkxOEM3MC44MDUgMjcuMjc1IDcwLjE5NjUgMjYuOTI4MyA2OS43MTgzIDI2LjQ1MTRDNjkuMTk2OCAyNS45MzEzIDY4Ljc2MjEgMjUuMjgxMSA2OC40NTc4IDI0LjU0NDJDNjguMTUzNiAyMy44MDcyIDY4LjAyMzIgMjIuOTgzNiA2OC4wMjMyIDIyLjE2QzY4LjAyMzIgMjEuMjkzMSA2OC4xNTM2IDIwLjQ2OTUgNjguNDU3OCAxOS42ODkyQzY4Ljc2MjEgMTguOTA5IDY5LjE1MzMgMTguMzAyMSA2OS43MTgzIDE3Ljc4MTlDNzAuMjM5OSAxNy4zMDUxIDcwLjgwNSAxNi45NTgzIDcxLjUwMDQgMTYuNzQxNkM3Mi4xOTU5IDE2LjUyNDkgNzMuMDIxNyAxNi40MzgyIDc0LjA2NDkgMTYuNDM4Mkg3OC4xOTQxVjE4LjkwOUg3NC45MzQyQzczLjQ5OTggMTguOTA5IDcyLjU0MzYgMTkuMTY5MSA3MS45Nzg1IDE5LjY0NTlDNzEuNDU2OSAyMC4xMjI3IDcxLjE1MjcgMjAuOTg5NyA3MS4xNTI3IDIyLjIwMzRDNzEuMTUyNyAyMi44OTY5IDcxLjI4MzEgMjMuNDYwNSA3MS41MDA0IDIzLjkzNzNDNzEuNzE3NyAyNC40MTQxIDcyLjA2NTUgMjQuNzYwOSA3Mi41MDAxIDI1LjA2NDNDNzIuNzE3NCAyNS4xOTQ0IDcyLjk3ODIgMjUuMjgxMSA3My4yODI1IDI1LjM2NzhDNzMuNjMwMiAyNS4zMjQ0IDc0LjE1MTggMjUuMzY3OCA3NC45MzQyIDI1LjM2NzhaIiBmaWxsPSIjMzU0M0E4Ii8+CjxwYXRoIGQ9Ik04MC44NDU2IDE4LjY0ODlINzguNjcyNFYxNi4zNTE1SDgwLjg0NTZWMTUuMTgxMUM4MC44NDU2IDE0LjAxMDggODEuMDYzIDEzLjIzMDUgODEuNDk3NiAxMi44NDA0QzgxLjkzMjMgMTIuNDUwMyA4Mi43NTgxIDEyLjIzMzUgODMuOTc1MSAxMi4yMzM1SDg2Ljg0MzhWMTQuNDAwOUg4NS40MDk1Qzg0Ljg4NzkgMTQuNDAwOSA4NC41NDAyIDE0LjQ4NzYgODQuMzIyOSAxNC42NjFDODQuMTA1NSAxNC44MzQ0IDgzLjk3NTEgMTUuMDk0NSA4My45NzUxIDE1LjQ0MTJWMTYuMzUxNUg4Ni44NDM4VjE4LjY0ODlIODMuOTc1MVYyNy43OTUzSDgwLjg0NTZWMTguNjQ4OVoiIGZpbGw9IiMzNTQzQTgiLz4KPHBhdGggZD0iTTk4LjQwNTYgMjcuNzk1M0g5Mi43MTE2QzkxLjAxNjUgMjcuNzk1MyA4OS44NDI5IDI3LjQ0ODUgODkuMDYwNSAyNi43OTgzQzg4LjMyMTYgMjYuMTQ4MSA4Ny45MzA0IDI1LjA2NDQgODcuOTMwNCAyMy41OTA2VjE2LjM5NDlIOTAuOTI5NVYyMy40MTcyQzkwLjkyOTUgMjQuMTk3NCA5MS4wNTk5IDI0LjY3NDMgOTEuMzIwNyAyNC45MzQ0QzkxLjU4MTUgMjUuMTk0NCA5Mi4xMDMxIDI1LjMyNDUgOTIuOTI4OSAyNS4zMjQ1SDk1LjM2M1YxNi4zOTQ5SDk4LjQwNTZWMjcuNzk1M1oiIGZpbGw9IiMzNTQzQTgiLz4KPHBhdGggZD0iTTEwMC42MjIgMjUuNDExMkgxMDcuMDExQzEwNy41NzcgMjUuNDExMiAxMDguMDExIDI1LjMyNDUgMTA4LjI3MiAyNS4xNTExQzEwOC41MzMgMjQuOTc3NyAxMDguNjYzIDI0LjY3NDMgMTA4LjY2MyAyNC4zMjc1QzEwOC42NjMgMjMuOTM3NCAxMDguNTMzIDIzLjY3NzMgMTA4LjI3MiAyMy40NjA1QzEwOC4wMTEgMjMuMjg3MSAxMDcuNTc3IDIzLjIwMDUgMTA3LjA1NSAyMy4yMDA1SDEwNC40NDdDMTAyLjg4MiAyMy4yMDA1IDEwMS44MzkgMjIuOTgzNyAxMDEuMzE4IDIyLjUwNjlDMTAwLjc1MiAyMi4wMzAxIDEwMC40OTIgMjEuMjA2NSAxMDAuNDkyIDE5Ljk5MjdDMTAwLjQ5MiAxOC43NzkgMTAwLjgzOSAxNy44Njg3IDEwMS40OTEgMTcuMjYxOEMxMDIuMTQzIDE2LjY5ODMgMTAzLjE4NyAxNi4zOTQ5IDEwNC41MzQgMTYuMzk0OUgxMTEuMDU0VjE4Ljc3OUgxMDUuNzA4QzEwNC44MzggMTguNzc5IDEwNC4yNzMgMTguODY1NyAxMDQuMDEyIDE4Ljk5NTdDMTAzLjc1MiAxOS4xNjkxIDEwMy42MjEgMTkuNDI5MiAxMDMuNjIxIDE5LjgxOTRDMTAzLjYyMSAyMC4xNjYxIDEwMy43NTIgMjAuNDI2MiAxMDMuOTY5IDIwLjU5OTZDMTA0LjE4NiAyMC43NzMgMTA0LjU3NyAyMC44NTk3IDEwNS4wNTYgMjAuODU5N0gxMDcuNzk0QzEwOS4wNTQgMjAuODU5NyAxMTAuMDExIDIxLjE2MzEgMTEwLjY2MyAyMS43MjY2QzExMS4zMTUgMjIuMjkwMiAxMTEuNjYyIDIzLjE1NzEgMTExLjY2MiAyNC4yNDA4QzExMS42NjIgMjUuMjgxMSAxMTEuMzU4IDI2LjE0ODEgMTEwLjc5MyAyNi43OTgzQzExMC4yMjggMjcuNDQ4NSAxMDkuNDQ2IDI3Ljc5NTMgMTA4LjUzMyAyNy43OTUzSDEwMC43MDlWMjUuNDExMkgxMDAuNjIyWiIgZmlsbD0iIzM1NDNBOCIvPgo8cGF0aCBkPSJNMTE2LjU3NCAxNS4wOTQ0SDExMy40MDFWMTIuMjc2OUgxMTYuNTc0VjE1LjA5NDRaTTExNi41NzQgMjcuNzk1M0gxMTMuNDAxVjE2LjM5NDlIMTE2LjU3NFYyNy43OTUzWiIgZmlsbD0iIzM1NDNBOCIvPgo8cGF0aCBkPSJNMTMwLjMwOSAyMi4xMTY3QzEzMC4zMDkgMjMuODkzOSAxMjkuNzQ0IDI1LjMyNDQgMTI4LjY1NyAyNi40MDgxQzEyNy41NzEgMjcuNDkxOCAxMjYuMDkzIDI4LjAxMiAxMjQuMjI0IDI4LjAxMkMxMjIuMzU1IDI4LjAxMiAxMjAuODc3IDI3LjQ5MTggMTE5Ljc5IDI2LjQwODFDMTE4LjcwNCAyNS4zMjQ0IDExOC4xMzkgMjMuODkzOSAxMTguMTM5IDIyLjExNjdDMTE4LjEzOSAyMC4zMzk0IDExOC43MDQgMTguOTA5IDExOS43OSAxNy44MjUzQzEyMC44NzcgMTYuNzQxNiAxMjIuMzk4IDE2LjIyMTQgMTI0LjIyNCAxNi4yMjE0QzEyNi4wNDkgMTYuMjIxNCAxMjcuNTI3IDE2Ljc0MTYgMTI4LjY1NyAxNy44MjUzQzEyOS43NDQgMTguODY1NiAxMzAuMzA5IDIwLjI5NjEgMTMwLjMwOSAyMi4xMTY3Wk0xMjEuMjY4IDIyLjExNjdDMTIxLjI2OCAyMy4yMDA0IDEyMS41MjkgMjQuMDY3MyAxMjIuMDUxIDI0LjY3NDJDMTIyLjU3MiAyNS4yODExIDEyMy4yNjggMjUuNTg0NSAxMjQuMTggMjUuNTg0NUMxMjUuMDkzIDI1LjU4NDUgMTI1Ljc4OSAyNS4yODExIDEyNi4zMSAyNC42NzQyQzEyNi44MzIgMjQuMDY3MyAxMjcuMDkzIDIzLjIwMDQgMTI3LjA5MyAyMi4xMTY3QzEyNy4wOTMgMjEuMDMzIDEyNi44MzIgMjAuMTY2MSAxMjYuMzEgMTkuNjAyNUMxMjUuNzg5IDE4Ljk5NTcgMTI1LjA5MyAxOC42OTIyIDEyNC4xMzcgMTguNjkyMkMxMjMuMjI0IDE4LjY5MjIgMTIyLjUyOSAxOC45OTU3IDEyMi4wMDcgMTkuNjAyNUMxMjEuNTI5IDIwLjE2NjEgMTIxLjI2OCAyMS4wMzMgMTIxLjI2OCAyMi4xMTY3WiIgZmlsbD0iIzM1NDNBOCIvPgo8cGF0aCBkPSJNMTMxLjc4NyAxNi4zOTQ5SDEzNy40ODFDMTM5LjIxOSAxNi4zOTQ5IDE0MC40MzYgMTYuNjk4MyAxNDEuMTc1IDE3LjM0ODVDMTQxLjkxNCAxNy45OTg4IDE0Mi4yNjIgMTkuMDgyNCAxNDIuMjYyIDIwLjU1NjNWMjcuNzk1M0gxMzkuMjE5VjIwLjk0NjRDMTM5LjIxOSAyMC4wNzk0IDEzOS4wODkgMTkuNTE1OSAxMzguODI4IDE5LjI5OTJDMTM4LjU2NyAxOS4wMzkxIDEzOC4wNDYgMTguOTA5MSAxMzcuMjIgMTguOTA5MUgxMzQuNzg2VjI3LjgzODZIMTMxLjc0M1YxNi4zOTQ5SDEzMS43ODdaIiBmaWxsPSIjMzU0M0E4Ii8+CjxwYXRoIGQ9Ik03LjEyODMxIDMuNzM3NDNIMFYxMC44NDY0SDcuMTI4MzFWMy43Mzc0M1oiIGZpbGw9IiMzNTQzQTgiLz4KPHBhdGggZD0iTTIzLjI1MTMgLTIuMTU3MjVlLTA1TDE4LjU1MTMgNS41MTY4NUwyNC4wODMxIDEwLjIwNDFMMjguNzgzMSA0LjY4NzI1TDIzLjI1MTMgLTIuMTU3MjVlLTA1WiIgZmlsbD0iI0ZGODYwMCIvPgo8cGF0aCBkPSJNMTUuNjA0MSAzLjczNzQzSDguNDc1ODNWMTAuODQ2NEgxNS42MDQxVjMuNzM3NDNaIiBmaWxsPSIjMzU0M0E4Ii8+CjxwYXRoIGQ9Ik03LjEyODMxIDEyLjE5MDJIMFYxOS4yOTkySDcuMTI4MzFWMTIuMTkwMloiIGZpbGw9IiMzNTQzQTgiLz4KPHBhdGggZD0iTTE1LjYwNDEgMTIuMTkwMkg4LjQ3NTgzVjE5LjI5OTJIMTUuNjA0MVYxMi4xOTAyWiIgZmlsbD0iIzM1NDNBOCIvPgo8cGF0aCBkPSJNMjQuMDc5NyAxMi4xOTAySDE2Ljk1MTRWMTkuMjk5MkgyNC4wNzk3VjEyLjE5MDJaIiBmaWxsPSIjRkY4NjAwIi8+CjxwYXRoIGQ9Ik03LjEyODMxIDIwLjY4NjNIMFYyNy43OTUzSDcuMTI4MzFWMjAuNjg2M1oiIGZpbGw9IiMzNTQzQTgiLz4KPHBhdGggZD0iTTE1LjYwNDEgMjAuNjg2M0g4LjQ3NTgzVjI3Ljc5NTNIMTUuNjA0MVYyMC42ODYzWiIgZmlsbD0iIzM1NDNBOCIvPgo8cGF0aCBkPSJNMjQuMTIzMiAyMC42ODYzSDE2Ljk5NDlWMjcuNzk1M0gyNC4xMjMyVjIwLjY4NjNaIiBmaWxsPSIjMzU0M0E4Ii8+CjxwYXRoIGQ9Ik0xNDYgMTUuODMxM0MxNDYgMTYuODcxNyAxNDUuMTc0IDE3LjY5NTMgMTQ0LjEzMSAxNy42OTUzQzE0My4wODggMTcuNjk1MyAxNDIuMjYyIDE2Ljg3MTcgMTQyLjI2MiAxNS44MzEzQzE0Mi4yNjIgMTQuNzkxIDE0My4wODggMTQuMDEwNyAxNDQuMTMxIDE0LjAxMDdDMTQ1LjEzMSAxMy45Njc0IDE0NiAxNC43OTEgMTQ2IDE1LjgzMTNaTTE0Mi45NTcgMTQuNzkxQzE0Mi42OTcgMTUuMDUxMSAxNDIuNTY2IDE1LjQ0MTIgMTQyLjU2NiAxNS44MzEzQzE0Mi41NjYgMTYuNjk4MyAxNDMuMjYyIDE3LjM5MTggMTQ0LjEzMSAxNy4zOTE4QzE0NSAxNy4zOTE4IDE0NS42OTYgMTYuNjk4MyAxNDUuNjk2IDE1LjgzMTNDMTQ1LjY5NiAxNS4wMDc3IDE0NSAxNC4yNzA4IDE0NC4xNzQgMTQuMjcwOEMxNDMuNjUzIDE0LjI3MDggMTQzLjI2MiAxNC40NDQyIDE0Mi45NTcgMTQuNzkxWk0xNDQuODcgMTYuOTE1SDE0NC40NzlMMTQzLjkxNCAxNi4wOTE0VjE2LjkxNUgxNDMuNjA5VjE0Ljc0NzZIMTQzLjk1N0MxNDQuNDM1IDE0Ljc0NzYgMTQ0LjY1MyAxNC45NjQ0IDE0NC42NTMgMTUuMzU0NUMxNDQuNjUzIDE1LjY1NzkgMTQ0LjQ3OSAxNS44NzQ3IDE0NC4xNzQgMTUuOTYxNEwxNDQuODcgMTYuOTE1Wk0xNDQuMDQ0IDE1LjY1NzlDMTQ0LjI2MSAxNS42NTc5IDE0NC4zOTIgMTUuNTI3OSAxNDQuMzkyIDE1LjM1NDVDMTQ0LjM5MiAxNS4xMzc4IDE0NC4yNjEgMTUuMDUxMSAxNDQuMDAxIDE1LjA1MTFIMTQzLjkxNFYxNS42NTc5SDE0NC4wNDRaIiBmaWxsPSIjMzU0M0E4Ii8+Cjwvc3ZnPgo=" style="\n text-align: left;\n width: 146px;\n position: absolute;\n top: 14px;\n left: 31px;\n">\n </div>\n <div style="\n position: relative;\n top: 80px;\n left: 32px;\n font-size: 20px;\n text-align: left;\n font-weight: 700;\n letter-spacing: 0.02em;\n font-style: normal;\n line-height: 125%;\n ">Claim your FREE account and get a key in less than a minute</div>\n <ul style="\n font-size: 15px;\n font-weight: 400;\n color: #333333;\n letter-spacing: 0.01em;\n position: relative;\n left: 32px;\n top: 88px;\n line-height: 180%;\n ">\n <li><span>Access to a 30-day free trial of any of our products.</span></li>\n <li><span>Access to 24x5 support by developers via the <a href="https://support.syncfusion.com/create" style="text-decoration: none;\n color: #0D6EFD;\n font-weight: 500;">support tickets</a>, <a href="https://www.syncfusion.com/forums" style="text-decoration: none;\n color: #0D6EFD;\n font-weight: 500;">forum</a>, <a href="https://www.syncfusion.com/feedback" style="text-decoration: none;\n color: #0D6EFD;\n font-weight: 500;">feature &amp; feedback page</a> and chat.</span></li>\n <li><span>200+ <a href="https://www.syncfusion.com/succinctly-free-ebooks" style="text-decoration: none;\n color: #0D6EFD;\n font-weight: 500;">ebooks </a>on the latest technologies, industry trends, and research topics.</span>\n </li>\n <li><span>Largest collection of over 7,000 flat and wireframe icons for free with Syncfusion <a href="https://www.syncfusion.com/succinctly-free-ebooks" style="text-decoration: none;\n color: #0D6EFD;\n font-weight: 500;">Metro Studio.</a></span></li>\n <li><span>Free and unlimited access to Syncfusion technical <a href="https://www.syncfusion.com/blogs/" style="text-decoration: none;\n color: #0D6EFD;\n font-weight: 500;">blogs</a> and <a href="https://www.syncfusion.com/resources/techportal/whitepapers" style="text-decoration: none;\n color: #0D6EFD;\n font-weight: 500;">whitepapers.</a></span></li>\n </ul>\n <div style="\n font-size: 18px;\n font-weight: 700;\n position: relative;\n line-height: 125%;\n letter-spacing: 0.02em;\n top: 90px;\n left: 32px;\n ">Syncfusion is trusted by 29,000+ businesses worldwide</div>\n <img src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIwIiBoZWlnaHQ9IjU2IiB2aWV3Qm94PSIwIDAgODIwIDU2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MjcuNjE3IDIyLjU2NTlWMjQuNzIyNkM0MjYuNTU4IDI0LjM2MzggNDI1LjM5OCAyNC4xNTQ0IDQyNC40NzQgMjQuMTU0NEM0MjMuMzMzIDI0LjE1NDQgNDIyLjY5OCAyNC40OTEyIDQyMi42OTggMjUuMDk2M0M0MjIuNjk4IDI1LjQ4MjQgNDIyLjk3NiAyNS43MzgzIDQyMy43NzMgMjYuMDg1NEw0MjUuOTE3IDI3LjAxNzRDNDI3LjYzMyAyNy43NjM5IDQyOC40OTcgMjguODUzIDQyOC40OTcgMzAuMjY4MUM0MjguNDk3IDMyLjQ1MjIgNDI2LjU0NiAzMy44MyA0MjMuNDUyIDMzLjgzQzQyMi4zMjQgMzMuODMgNDIxLjAxOCAzMy42NzM2IDQxOS42MzYgMzMuMzcwOVYzMS4xNDE2QzQyMS4wMDYgMzEuNTAyOCA0MjIuMjYyIDMxLjY5NTcgNDIzLjIzOSAzMS42OTU3QzQyNC41MTggMzEuNjk1NyA0MjUuMjAzIDMxLjM1MDYgNDI1LjIwMyAzMC43MDc0QzQyNS4yMDMgMzAuMzIwOCA0MjQuOTM1IDMwLjAzNjcgNDI0LjMyMiAyOS43NzE3TDQyMS45NzUgMjguNzU5M0M0MjAuMjM2IDI4LjAwNzggNDE5LjQzMyAyNi45OTU0IDQxOS40MzMgMjUuNTUyMUM0MTkuNDMzIDIzLjQ4MzcgNDIxLjMxNCAyMi4xNjQ5IDQyNC4yNjUgMjIuMTY0OUM0MjUuMjk4IDIyLjE2NDkgNDI2LjU3IDIyLjMxNzEgNDI3LjYxNyAyMi41NjU5VjIyLjU2NTlaTTQzMC4xNjcgMjIuMzkwOUg0MzMuNjM1VjMzLjYwMzlINDMwLjE2N1YyMi4zOTA5Wk00NDQuOTExIDIyLjM5MDlWMjQuNDQ1MUg0MzkuNjc1VjI2Ljk3NDJINDQ0LjI0OVYyOC44MzIzSDQzOS42NzVWMzEuNDU0M0g0NDQuOTc4VjMzLjYwMzlINDM2LjMwNVYyMi4zOTA5SDQ0NC45MTFaTTQ2MS4yOTQgMjIuMzkwOVYzMy42MDM5SDQ1Ny45MzlWMjYuMjIzNkw0NTQuNjUyIDMzLjY5MTVINDUyLjUzMUw0NDkuMjY2IDI2LjIyMzZWMzMuNjAzOUg0NDYuOTQ5VjIyLjM5MDlINDUxLjE4NEw0NTQuMTc4IDI5LjIxMTRMNDU3LjE1NiAyMi4zOTA5SDQ2MS4yOTRWMjIuMzkwOVpNNDcyLjU3OSAyMi4zOTA5VjI0LjQ0NTFINDY3LjMzNVYyNi45NzQySDQ3MS45MDhWMjguODMyM0g0NjcuMzM1VjMxLjQ1NDNINDcyLjYzOFYzMy42MDM5SDQ2My45NTdWMjIuMzkwOUg0NzIuNTc5Wk00ODQuNzk0IDIyLjM5MDlWMzMuNjAzOUg0ODEuMDkzTDQ3Ni45MjYgMjYuNDEyM1YzMy42MDM5SDQ3NC42MDhWMjIuMzkwOUg0NzguNDA3TDQ4Mi40ODQgMjkuNDg3NlYyMi4zOTA5SDQ4NC43OTRaTTQ5NC44NTggMjIuNTY1OVYyNC43MjI2QzQ5My44MDcgMjQuMzY2MyA0OTIuNjQgMjQuMTU0NCA0OTEuNzMyIDI0LjE1NDRDNDkwLjU3MyAyNC4xNTQ0IDQ4OS45MzkgMjQuNDg1OCA0ODkuOTM5IDI1LjA5M0M0ODkuOTM5IDI1LjQ4ODYgNDkwLjE5OCAyNS43MjUgNDkxLjAyMyAyNi4wODU5TDQ5My4xNTcgMjcuMDE3OEM0OTQuODg1IDI3Ljc3MjIgNDk1LjczOSAyOC44NTE4IDQ5NS43MzkgMzAuMjgzNUM0OTUuNzM5IDMyLjQ1NTkgNDkzLjc4NiAzMy44MzA4IDQ5MC42OTkgMzMuODMwOEM0ODkuNTY5IDMzLjgzMDggNDg4LjI1OSAzMy42NzM2IDQ4Ni44NzggMzMuMzcxN1YzMS4xNDI0QzQ4OC4yNDcgMzEuNTAyOCA0ODkuNDk5IDMxLjY5NjUgNDkwLjQ3IDMxLjY5NjVDNDkxLjc0IDMxLjY5NjUgNDkyLjQ0NCAzMS4zNTE1IDQ5Mi40NDQgMzAuNzI4NUM0OTIuNDQ0IDMwLjMxNjMgNDkyLjE5NyAzMC4wNTA0IDQ5MS41NTUgMjkuNzcyNUw0ODkuMjE4IDI4Ljc2MDFDNDg3LjQ2NyAyOC4wMDI4IDQ4Ni42NzQgMjcuMDAyIDQ4Ni42NzQgMjUuNTUzM0M0ODYuNjc0IDIzLjQ4NjIgNDg4LjU1NiAyMi4xNjY1IDQ5MS41IDIyLjE2NjVDNDkyLjUzNiAyMi4xNjUzIDQ5My44MTMgMjIuMzE3MSA0OTQuODU4IDIyLjU2NTlWMjIuNTY1OVoiIGZpbGw9IiMwMEEwQjAiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzUyLjQxMyAyNi44MTlDMzUwLjk5MiAyNS4yNzU5IDM0OS42MzggMjMuODMxNSAzNDguMzQ5IDIyLjE1NzRMMzQ3LjkyIDIxLjU5OTVDMzQ5LjQwNiAyMS4zNjkzIDM1MC42OTUgMjAuMzg0OCAzNTAuNjk1IDE4Ljc0MzNDMzUwLjY5NSAxNy4yMzMxIDM0OS41MzkgMTYuMjQ4MiAzNDcuODIxIDE2LjI0ODJDMzQ2LjU5OCAxNi4yNDgyIDM0NS43MDYgMTYuMzEzNyAzNDUuMjQzIDE2LjMxMzdDMzQ0LjcxNSAxNi4zMTM3IDM0NC4yODUgMTYuMzEzNyAzNDMuNzkgMTYuMjgwOEMzNDMuODU2IDE4LjE1MjEgMzQzLjg4OSAxOC4yODM0IDM0My44ODkgMTkuNDMyMlYyMy42MzQzQzM0My44ODkgMjQuNDU1MyAzNDMuODU2IDI1LjI3NTkgMzQzLjc5IDI2LjgxODZDMzQ0LjE1MyAyNi43MjAyIDM0NC41MTcgMjYuNzIwMiAzNDQuNzgxIDI2LjcyMDJDMzQ1LjA0NSAyNi43MjAyIDM0NS40MDkgMjYuNzUzMSAzNDUuNzA2IDI2LjgxODZDMzQ1LjY0IDI1Ljc2NzkgMzQ1LjYwNyAyNC4wMjgzIDM0NS42MDcgMjMuNjM0M1YyMS4yMDUxQzM0Ny4xNiAyMy4yMDc3IDM0OS4yMDkgMjUuNjY5NSAzNTAuMDAxIDI2LjgxODZDMzUwLjM5OCAyNi43MjAyIDM1MC43MjggMjYuNzIwMiAzNTEuMTI0IDI2LjcyMDJDMzUxLjQ1NSAyNi43MjA2IDM1MS45MTggMjYuNzIwNiAzNTIuNDEzIDI2LjgxOVYyNi44MTlaTTM0OC44NzggMTkuMDA2QzM0OC44NzggMjAuMDIzNCAzNDguMzE3IDIxLjIwNTQgMzQ2Ljc5NyAyMS4yMDU0QzM0Ni40IDIxLjIwNTQgMzQ2LjAwMyAyMS4yMDU0IDM0NS42MDcgMjEuMTcyNVYxNy4wNjg4QzM0Ni4wMDMgMTYuOTcwNCAzNDYuNDk5IDE2LjkwNDYgMzQ2Ljc2MyAxNi45MDQ2QzM0OC4wODUgMTYuOTA0OSAzNDguODc4IDE3LjY2IDM0OC44NzggMTkuMDA2VjE5LjAwNlpNMzgyLjM4IDI2Ljg4NDVDMzgxLjgxOSAyNi4yOTM2IDM4MC45NiAyNS4zNDE3IDM4MC4xMzQgMjQuNDIyM0MzODAuODI4IDIzLjY2NzIgMzgxLjU1NSAyMi41NTEgMzgxLjk4NCAyMS41OTkxQzM4MS43MTkgMjEuNDY3OCAzODEuMzU2IDIxLjIwNTEgMzgxLjA5MiAyMC45NzUzQzM4MC45OTMgMjEuNzk1OSAzODAuNDMyIDIyLjg3OTIgMzc5LjYzOSAyMy44MzE1QzM3OC41MTUgMjIuNTE4NSAzNzguMjE4IDIyLjE1NzQgMzc3LjE5MyAyMC43Nzg1QzM3OC41ODEgMTkuODkyMSAzNzkuMjQyIDE4Ljg3NDMgMzc5LjI0MiAxOC4wNTM3QzM3OS4yNDIgMTcuMTAxNyAzNzguNTgxIDE2LjExNjkgMzc2Ljk2MiAxNi4xMTY5QzM3NS4yMTEgMTYuMTE2OSAzNzQuMzUyIDE3LjIwMDIgMzc0LjM1MiAxOC40ODAzQzM3NC4zNTIgMTkuMjM1NCAzNzQuNTUgMTkuODkxNyAzNzUuMzc2IDIwLjk3NTNDMzc0LjA1NCAyMS42OTc1IDM3Mi43NjYgMjIuNzQ3OSAzNzIuNzY2IDI0LjQyMjNDMzcyLjc2NiAyNi4wNjM5IDM3NC4wODcgMjYuOTE3NCAzNzUuNzA3IDI2LjkxNzRDMzc3LjE5MyAyNi45MTc0IDM3OC4xNTEgMjYuMzI2NiAzNzguOTEyIDI1LjYzNjlMMzc5LjkwMiAyNi44MTlDMzgwLjIgMjYuNzg2MSAzODAuNTMxIDI2LjcyMDYgMzgwLjg2MSAyNi43MjA2QzM4MS4zMjQgMjYuNzIwNiAzODEuODUyIDI2Ljc4NjEgMzgyLjM4IDI2Ljg4NDVWMjYuODg0NVpNMzgzLjM3MiA0MC4wMTU4QzM4MS45MTggMzguNDczIDM4MC41OTcgMzcuMDYxMiAzNzkuMzA4IDM1LjM4NzFMMzc4Ljg3OCAzNC44Mjg4QzM4MC4zMzIgMzQuNTk5MSAzODEuNjU0IDMzLjYxNSAzODEuNjU0IDMxLjk0MDFDMzgxLjY1NCAzMC40NjMyIDM4MC40OTggMjkuNDQ1NCAzNzguNzc5IDI5LjQ0NTRDMzc3LjU1NyAyOS40NDU0IDM3Ni42MzIgMjkuNTQzNSAzNzYuMTY5IDI5LjU0MzVDMzc1LjY3MyAyOS41NDM1IDM3NS4yNDQgMjkuNTQzNSAzNzQuNzQ4IDI5LjQ3NzZDMzc0LjgxNCAzMS4zODIyIDM3NC44NDggMzEuNDgwMiAzNzQuODQ4IDMyLjYyOTRWMzYuODMxMUMzNzQuODQ4IDM3LjY1MjQgMzc0LjgxNCAzOC41MDUyIDM3NC43NDggNDAuMDE1NEMzNzUuMTEyIDM5Ljk0OTYgMzc1LjQ3NSAzOS45NDk2IDM3NS43MDcgMzkuOTQ5NkMzNzYuMDA0IDM5Ljk0OTYgMzc2LjM2OCAzOS45NDk2IDM3Ni42MzIgNDAuMDE1NEMzNzYuNTY1IDM4Ljk5OCAzNzYuNTMzIDM3LjI1ODEgMzc2LjUzMyAzNi44MzExVjM0LjQzNDhDMzc4LjExOSAzNi40MDQyIDM4MC4xNjcgMzguODk5NiAzODAuOTYgNDAuMDE1NEMzODEuMzU2IDM5Ljk0OTYgMzgxLjY4NyAzOS45NDk2IDM4Mi4wODMgMzkuOTQ5NkMzODIuMzggMzkuOTUgMzgyLjg3NiAzOS45NSAzODMuMzcyIDQwLjAxNThaTTM2Mi4xNiAyNi44MTlDMzYwLjk3MSAyNS41NzE1IDM1OC44ODkgMjIuOTc4IDM1OC4wNjMgMjEuOTkzNUwzNTcuMjM3IDIwLjk3NTdDMzU4LjA5NiAxOS45NTgzIDM1OC42OSAxOS4zMzQxIDM1OS4zMTkgMTguNTc5QzM2MC4wNDUgMTcuNzkxIDM2MC43MDYgMTYuOTcwNCAzNjEuNDk5IDE2LjI0ODJDMzYxLjEzNiAxNi4zMTM3IDM2MC45MzcgMTYuMzEzNyAzNjAuNzM5IDE2LjMxMzdDMzYwLjU0MSAxNi4zMTM3IDM2MC4zNDMgMTYuMzEzNyAzNjAuMTQ0IDE2LjI0ODJDMzU5LjkxMyAxNi42MDkzIDM1OS41NSAxNy4wNjg4IDM1OS4xNTMgMTcuNTI4N0MzNTguNzU2IDE3Ljk1NTYgMzU4LjM2IDE4LjM4MjIgMzU4LjA2MyAxOC43NDMzQzM1Ny4yMzYgMTkuNjk1MiAzNTYuNzc0IDIwLjE1NDcgMzU1LjU4NSAyMS4yNzA5VjE5LjQ2NTVDMzU1LjU4NSAxOC40MTUxIDM1NS41ODUgMTcuNzI1NSAzNTUuNjUxIDE2LjI0ODJDMzU1LjMyMSAxNi4zMTM3IDM1NC45NTcgMTYuMzEzNyAzNTQuNzI2IDE2LjMxMzdDMzU0LjQ2MSAxNi4zMTM3IDM1NC4wMzIgMTYuMzEzNyAzNTMuNzY4IDE2LjI0ODJDMzUzLjgzMyAxNy44MjM5IDM1My44NjcgMTguMjgzNCAzNTMuODY3IDE5LjQzMjVWMjMuNjM0N0MzNTMuODY3IDI0LjY4NSAzNTMuODMzIDI1LjMwODggMzUzLjc2OCAyNi44MTlDMzU0LjE2NCAyNi43MjA2IDM1NC40OTUgMjYuNzIwNiAzNTQuNzI2IDI2LjcyMDZDMzU0Ljk1NyAyNi43MjA2IDM1NS4zNTMgMjYuNzUzNSAzNTUuNjUxIDI2LjgxOUMzNTUuNTg1IDI1LjE0NDkgMzU1LjU4NSAyNC4xNTk3IDM1NS41ODUgMjMuNjM0N1YyMS40MzUyQzM1Ni44MDcgMjIuODc5NiAzNTguNjkgMjUuMjQzMyAzNTkuNzQ4IDI2LjgxOUMzNjAuMTMgMjYuNzU2MyAzNjAuNTE3IDI2LjcyMzQgMzYwLjkwNSAyNi43MjA2QzM2MS4yMDIgMjYuNzIwNiAzNjEuNjY1IDI2LjcyMDYgMzYyLjE2IDI2LjgxOVYyNi44MTlaTTM3Mi42MDEgNDAuMDE1OEMzNzIuNTY4IDM5Ljg1MTkgMzcyLjUzNSAzOS43MjA2IDM3Mi41MzUgMzkuNTIzNEMzNzIuNTM1IDM5LjM5MjggMzcyLjU2OCAzOS4yMjgxIDM3Mi42MDEgMzkuMDk2NEMzNzEuMjggMzkuMTI5NyAzNjguOTAxIDM5LjE5NTIgMzY4LjM3MiAzOS4xOTUyVjM0LjY2NDlDMzY5LjY5NCAzNC42NjQ5IDM3MC45ODIgMzQuNjY0OSAzNzIuMjcgMzQuNzk2M0MzNzIuMjM4IDM0LjYzMjQgMzcyLjIwNCAzNC40Njc3IDM3Mi4yMDQgMzQuMzM2NEMzNzIuMjA0IDM0LjIwNTggMzcyLjIwNCAzNC4wNDE5IDM3Mi4yNyAzMy44NDQ3QzM3MS4zNDYgMzMuOTQyOCAzNjkuMTk4IDMzLjk3NiAzNjguMzcyIDMzLjk3NlYzMC4yNjZDMzY5LjgyNiAzMC4yNjYgMzcwLjY4NSAzMC4yNjYgMzcxLjE4IDMwLjI5OTNMMzcyLjUwMiAzMC4zNjUxQzM3Mi40MzYgMzAuMTY3OSAzNzIuNDM2IDMwLjA2OTIgMzcyLjQzNiAyOS45MDUzQzM3Mi40MzYgMjkuNzQxNCAzNzIuNDM2IDI5LjcwODEgMzcyLjUwMiAyOS40NDU4QzM3MS40MTEgMjkuNDc4MyAzNjkuOTI1IDI5LjU0MzggMzY5LjI2NCAyOS41NDM4QzM2OC44MDIgMjkuNTQzOCAzNjcuMzQ4IDI5LjUxMTMgMzY2LjU4NyAyOS40NDU4QzM2Ni42NTQgMzAuMjY2NCAzNjYuNjg2IDMxLjYxMjMgMzY2LjY4NiAzMi41NjQyVjM2Ljg2NTFDMzY2LjY4NiAzNy40ODg1IDM2Ni42MiAzOC43MzU3IDM2Ni41ODcgNDAuMDE2MkMzNjcuNTEzIDM5Ljk1MDMgMzY4LjgwMiAzOS45NTAzIDM2OS4yNjQgMzkuOTUwM0MzNzAuMDI0IDM5Ljk1IDM3MS42NDMgMzkuOTUgMzcyLjYwMSA0MC4wMTU4Wk0zNjQuNjA1IDM5LjEyOTRDMzY0LjQ0IDM4LjgwMDggMzY0LjM0MSAzOC4zMDg4IDM2NC4yNzUgMzguMDQ2MUMzNjIuOTIgMzkuMTYxOSAzNjEuOTk1IDM5LjM5MjQgMzYwLjkzOCAzOS4zOTI0QzM1OC41OTIgMzkuMzkyNCAzNTcuMzM3IDM3LjI5MTMgMzU3LjMzNyAzNC42NjQ5QzM1Ny4zMzcgMzEuNzQzNiAzNTguNzU3IDMwLjAzNjIgMzYxLjE2OSAzMC4wMzYyQzM2Mi40MjUgMzAuMDM2MiAzNjMuNjE0IDMwLjU5NDUgMzY0LjE3NiAzMS4xNTI4QzM2NC4yMDggMzAuODg5OCAzNjQuMzA4IDMwLjM2NDggMzY0LjQ3MyAzMC4wNjg4QzM2My4zMTYgMjkuNTExMyAzNjIuMjU5IDI5LjM0NjYgMzYxLjEwMiAyOS4zNDY2QzM1Ny4yMzcgMjkuMzQ2NiAzNTUuNDUzIDMxLjc0MzYgMzU1LjQ1MyAzNC44Mjg4QzM1NS40NTMgMzguMzA5MSAzNTcuNzk4IDQwLjE0NzEgMzYwLjczOSA0MC4xNDcxQzM2Mi40MjUgNDAuMTQ3MSAzNjMuODEyIDM5LjYyMjIgMzY0LjYwNSAzOS4xMjk0VjM5LjEyOTRaTTM0Mi4zMDMgMjYuODE5QzM0MC41MTkgMjMuNDA0OSAzMzguOCAxOS4xMzczIDMzNy41NzggMTYuMTE2OUgzMzcuMzhDMzM2LjU4NyAxOC4wMjA3IDMzNS4xMzMgMjEuMjcwOSAzMzQuNzM3IDIyLjE4OTlDMzM0LjI3NCAyMy4zMDYxIDMzMy4yNSAyNS41MDU2IDMzMi41ODkgMjYuODE4NkMzMzIuODAzIDI2Ljc1MzggMzMzLjAyNiAyNi43MjA2IDMzMy4yNSAyNi43MjAyQzMzMy40NDggMjYuNzIwMiAzMzMuNjEzIDI2Ljc1MzEgMzMzLjg0NSAyNi44MTg2QzMzNC4xNzUgMjUuOTMyMiAzMzQuNjM4IDI0LjgxNiAzMzUuMTMzIDIzLjYzNDNDMzM1Ljc5NCAyMy42MDE0IDMzNi4zODkgMjMuNTY4OCAzMzYuOTg0IDIzLjU2ODhDMzM3LjYxMiAyMy41Njg4IDMzOC4yNzIgMjMuNjAxNCAzMzguOTMzIDIzLjYzNDNMMzM5LjU5NCAyNS4yMUwzNDAuMjU1IDI2LjgxODZDMzQwLjcxNyAyNi43MjAyIDM0MS4wOCAyNi43MjAyIDM0MS4zMTIgMjYuNzIwMkMzNDEuNjA5IDI2LjcyMDYgMzQxLjg3MyAyNi43MjA2IDM0Mi4zMDMgMjYuODE5VjI2LjgxOVpNMzUzLjYzNiAyOS40NDU0QzM1My40MzggMjkuNTExMyAzNTMuMjczIDI5LjU0MzUgMzUzLjEwNyAyOS41NDM1QzM1Mi45MDkgMjkuNTQzNSAzNTIuNzQ0IDI5LjUxMDkgMzUyLjU0NiAyOS40NDU0QzM1Mi42NDQgMzAuNzU4NCAzNTIuNjc4IDMyLjA3MTQgMzUyLjY3OCAzMy4zNTE5VjM2LjczMzRDMzUyLjE0OSAzNi4yNzM2IDM1MC44NiAzNS4wOTE5IDM0OS4zNzQgMzMuNzEzQzM0Ny44NiAzMi4zMDc0IDM0Ni4zOTQgMzAuODUxMSAzNDQuOTc5IDI5LjM0NjZIMzQ0Ljc0OEMzNDQuNzgxIDMwLjgyNDMgMzQ0LjgxNCAzMi40IDM0NC44MTQgMzMuODExNFYzNS44Nzk5QzM0NC44MTQgMzcuNjUyOCAzNDQuODE0IDM4LjYwNDcgMzQ0LjcxNSA0MC4wMTYyQzM0NC45OCAzOS45NTAzIDM0NS4xMTIgMzkuOTUwMyAzNDUuMzEgMzkuOTUwM0MzNDUuNDQyIDM5Ljk1MDMgMzQ1LjU3NSAzOS45NTAzIDM0NS44MDYgNDAuMDE2MkMzNDUuNzQgMzguNjcwNiAzNDUuNzA3IDM2LjQ3MDggMzQ1LjcwNyAzNS44Nzk5VjMyLjU5NjhDMzQ4LjE4NSAzNC44NjI1IDM1MS4yMjQgMzcuODgyNiAzNTMuNDcxIDQwLjE0NzVIMzUzLjYwM0MzNTMuNjAzIDM4LjkzMjkgMzUzLjUzNyAzNy43MTc5IDM1My41MzcgMzYuNTA0VjM0LjYzMjdDMzUzLjUzNiAzMi40MzI1IDM1My41MzYgMzEuMzQ5MyAzNTMuNjM2IDI5LjQ0NTRaTTM0Mi41NjcgNDAuMDE1OEMzNDIuNTM0IDM5Ljg1MTkgMzQyLjUwMSAzOS43MjA2IDM0Mi41MDEgMzkuNTIzNEMzNDIuNTAxIDM5LjM5MjggMzQyLjUzNCAzOS4yMjgxIDM0Mi41NjcgMzkuMDk2NEMzNDEuMjQ2IDM5LjEyOTcgMzM4Ljg2NyAzOS4xOTUyIDMzOC4zNzEgMzkuMTk1MlYzNC42NjQ5QzMzOS42NiAzNC42NjQ5IDM0MC45NDggMzQuNjY0OSAzNDIuMjM3IDM0Ljc5NjNDMzQyLjIwNCAzNC42MzI0IDM0Mi4xNzEgMzQuNDY3NyAzNDIuMTcxIDM0LjMzNjRDMzQyLjE3MSAzNC4yMDU4IDM0Mi4xNzEgMzQuMDQxOSAzNDIuMjM3IDMzLjg0NDdDMzQxLjMxMiAzMy45NDI4IDMzOS4xOTcgMzMuOTc2IDMzOC4zNzEgMzMuOTc2VjMwLjI2NkMzMzkuNzkyIDMwLjI2NiAzNDAuNjUxIDMwLjI2NiAzNDEuMTc5IDMwLjI5OTNMMzQyLjQ2OCAzMC4zNjUxQzM0Mi40MzUgMzAuMTY3OSAzNDIuNDM1IDMwLjA2OTIgMzQyLjQzNSAyOS45MDUzQzM0Mi40MzUgMjkuNzQxNCAzNDIuNDM1IDI5LjY3NTUgMzQyLjQ2OCAyOS40NDU4QzM0MS4zNzggMjkuNDc4MyAzMzkuODkxIDI5LjU0MzggMzM5LjIzIDI5LjU0MzhDMzM4Ljc2NyAyOS41NDM4IDMzNy4zMTQgMjkuNTExMyAzMzYuNTU0IDI5LjQ0NThDMzM2LjYyIDMwLjI2NjQgMzM2LjY1MyAzMS42MTIzIDMzNi42NTMgMzIuNTY0MlYzNi44NjUxQzMzNi42NTMgMzcuNDg4NSAzMzYuNTg3IDM4LjczNTcgMzM2LjU1NCA0MC4wMTYyQzMzNy41MTIgMzkuOTUwMyAzMzguNzY3IDM5Ljk1MDMgMzM5LjIzIDM5Ljk1MDNDMzM5Ljk5IDM5Ljk1IDM0MS42NDIgMzkuOTUgMzQyLjU2NyA0MC4wMTU4VjQwLjAxNThaTTMzMS4yMDEgMjYuODE5QzMzMC42NzMgMjMuMjQwNiAzMzAuMjEgMTkuNDk4NCAzMjkuODQ3IDE2LjExNjlDMzI5Ljc0OCAxNi4xNDk4IDMyOS43MTQgMTYuMTQ5OCAzMjkuNjQ5IDE2LjExNjlDMzI4Ljk1NSAxNy4zMzE1IDMyOC4xNjIgMTguNjQ0NSAzMjcuNTY3IDE5LjU2MzlDMzI3LjAwNiAyMC40NTAzIDMyNi4zNDUgMjEuNTAwNyAzMjUuNTg1IDIyLjYxNjlDMzIzLjk5OSAyMC41ODE3IDMyMi4zNDcgMTguMDIxMSAzMjEuMjU2IDE2LjExNjlDMzIxLjE5IDE2LjE0OTggMzIxLjE1NyAxNi4xMTY5IDMyMS4wOTEgMTYuMTE2OUMzMjAuNzI4IDE5LjQ5OCAzMjAuMjMyIDIzLjI3MzIgMzE5LjczNiAyNi44MTlDMzIwLjAwMSAyNi43MjA2IDMyMC4xNjYgMjYuNzIwNiAzMjAuMjk4IDI2LjcyMDZDMzIwLjQ5NiAyNi43MjA2IDMyMC42MjggMjYuNzUzNSAzMjAuODU5IDI2LjgxOUMzMjAuOTkyIDI0LjQ1NTMgMzIxLjI1NiAyMi4xMjQ0IDMyMS41NTMgMTkuNjYyM0MzMjIuODQyIDIxLjUzMzYgMzIzLjk2NSAyMy4xNDIyIDMyNS4yMjEgMjQuODQ5M0MzMjYuMjc4IDIzLjIwNzcgMzI3LjM2OCAyMS40MzQ4IDMyOC41NTggMTkuNjI5NEMzMjguODg4IDIyLjE1NyAzMjkuMTg2IDI0LjQ1NTMgMzI5LjM1MSAyNi44MTlDMzI5Ljc4IDI2LjcyMDYgMzMwLjA3OCAyNi43MjA2IDMzMC4yNzYgMjYuNzIwNkMzMzAuNTQgMjYuNzIwNiAzMzAuODA1IDI2LjcyMDYgMzMxLjIwMSAyNi44MTlWMjYuODE5Wk0zMzQuOTY4IDMyLjIwMjhDMzM0Ljk2OCAzMC4yOTg5IDMzMy40NDggMjkuNDQ1NCAzMzEuNTk4IDI5LjQ0NTRDMzMwLjc3MiAyOS40NDU0IDMyOS44OCAyOS41NDM1IDMyOS4yNTIgMjkuNTQzNUMzMjkuMDIxIDI5LjU0MzUgMzI4LjUyNSAyOS41NDM1IDMyNy45OTcgMjkuNDc3NkMzMjguMDMgMzAuNTI4MyAzMjguMDk2IDMxLjQxNDggMzI4LjA5NiAzMi40MzIyVjM2LjkyOTVDMzI4LjA5NiAzNy45MTQ4IDMyOC4wMyAzOC45OTggMzI3Ljk5NyA0MC4wMTU0QzMyOC40MjYgMzkuOTQ5NiAzMjguNzI0IDM5Ljk0OTYgMzI4LjkyMiAzOS45NDk2QzMyOS4xNTMgMzkuOTQ5NiAzMjkuNDg0IDM5Ljk0OTYgMzI5Ljg4IDQwLjAxNTRDMzI5LjgxNSAzOS4wMzE5IDMyOS43ODIgMzguMDQ2NSAzMjkuNzgxIDM3LjA2MDlWMzUuNDJDMzMwLjE0NSAzNS40NTI2IDMzMC41MDggMzUuNDUyNiAzMzAuOTA1IDM1LjQ1MjZDMzMyLjgyIDM1LjQ1MjYgMzM0Ljk2OCAzNC43MzA0IDMzNC45NjggMzIuMjAyOFYzMi4yMDI4Wk0zMjYuMDE0IDM2Ljg5NzNDMzI2LjAxNCAzNS4yNTU4IDMyNC45MjQgMzQuNTMzNiAzMjMuMDQgMzMuNzQ1NkMzMjEuNjg2IDMzLjE4OCAzMjAuOTkyIDMyLjY5NTYgMzIwLjk5MiAzMS42NDQ1QzMyMC45OTIgMzAuNjYgMzIxLjc1MiAzMC4wMzYyIDMyMy4wMDggMzAuMDM2MkMzMjMuODM0IDMwLjAzNjIgMzI0LjU2MSAzMC4zMzE1IDMyNS4yMjIgMzAuODU2OEMzMjUuMjg3IDMwLjQ5NTcgMzI1LjQ1MyAzMC4xMzQ3IDMyNS42NTEgMjkuODM5NEMzMjQuODU4IDI5LjQ3ODMgMzIzLjk5OSAyOS4zNDcgMzIzLjA3NCAyOS4zNDdDMzIwLjM2NSAyOS4zNDcgMzE5LjUwNSAzMC44OTA1IDMxOS41MDUgMzIuMjAzNUMzMTkuNTA1IDMzLjgxMTggMzIwLjI5OSAzNC41NjcyIDMyMi4zNDcgMzUuMzU1M0MzMjMuNjM2IDM1Ljg0NyAzMjQuMjk2IDM2LjQ3MTEgMzI0LjI5NiAzNy41NTQ0QzMyNC4yOTYgMzguNzAzNSAzMjMuNDM3IDM5LjQyNTcgMzIyLjI0OCAzOS40MjU3QzMyMS41NTQgMzkuNDI1NyAzMjAuMzY1IDM5LjA2NDYgMzE5LjUzOSAzOC4zMDk5QzMxOS41MDUgMzguNzM2MSAzMTkuNTA1IDM5LjEzMDQgMzE5LjM3MyAzOS40OTE1QzMxOS45MDIgMzkuNzU0NiAzMjEuMTI1IDQwLjE0NzkgMzIyLjIxNSA0MC4xNDc5QzMyNC45OSA0MC4xNDcxIDMyNi4wMTQgMzguNDM5NyAzMjYuMDE0IDM2Ljg5NzNWMzYuODk3M1pNMzc4LjE1MiAxNy45ODgyQzM3OC4xNTIgMTguOTczIDM3Ny40NTggMTkuNjYyMyAzNzYuNzY0IDIwLjIyMDJDMzc2LjMwMSAxOS41NjM5IDM3NS43NCAxOC42NzcxIDM3NS43NCAxNy45ODgyQzM3NS43NCAxNy4yMzMxIDM3Ni4yNjggMTYuODA2MSAzNzYuOTk1IDE2LjgwNjFDMzc3Ljk4NyAxNi44MDY1IDM3OC4xNTIgMTcuNjkyNiAzNzguMTUyIDE3Ljk4ODJWMTcuOTg4MlpNMzc4LjQ4MiAyNS4wMTMyQzM3OC4xMTkgMjUuMzQxNyAzNzcuMjYgMjUuOTY1NSAzNzYuNTMzIDI1Ljk2NTVDMzc1LjU3NCAyNS45NjU1IDM3NC40MTggMjUuMjc1OSAzNzQuNDE4IDIzLjc5ODZDMzc0LjQxOCAyMi40ODU1IDM3NS4yNzcgMjEuODk0NyAzNzUuODA2IDIxLjU2NjVDMzc3LjAyOCAyMy4yNDA2IDM3Ny4wOTUgMjMuMzM5MSAzNzguNDgyIDI1LjAxMzJaTTM3OS44MDQgMzIuMjAyOEMzNzkuODA0IDMzLjI1MzUgMzc5LjI3NSAzNC40MDI2IDM3Ny43NTUgMzQuNDAyNkMzNzcuMzI2IDM0LjQwMjYgMzc2LjkyOSAzNC40MDI2IDM3Ni41MzMgMzQuMzY5M1YzMC4yNjU2QzM3Ni45MjkgMzAuMTY3NiAzNzcuNDI1IDMwLjEzNDMgMzc3LjcyMiAzMC4xMzQzQzM3OS4wMTEgMzAuMTM0MyAzNzkuODA0IDMwLjg4OTggMzc5LjgwNCAzMi4yMDI4Wk0zMzguNjAyIDIyLjgxNDFDMzM3LjkwOSAyMi44NDY2IDMzNy41NDUgMjIuODQ2NiAzMzcuMDgyIDIyLjg0NjZDMzM2LjUyMSAyMi44NDY2IDMzNi4xOSAyMi44NDY2IDMzNS40NjMgMjIuODE0MUwzMzcuMDgyIDE5LjAwNkwzMzguNjAyIDIyLjgxNDFaTTMzMy4xNTEgMzIuMzAwOEMzMzMuMTUxIDMzLjgxMTEgMzMyLjI1OCAzNC43OTU5IDMzMC44MDUgMzQuNzk1OUMzMzAuNTA3IDM0Ljc5NTkgMzMwLjE3NyAzNC43OTU5IDMyOS43OCAzNC43MzAxVjMwLjIzMjdDMzMwLjI0MyAzMC4xNjY5IDMzMC42MzkgMzAuMTMzOSAzMzEuMDM2IDMwLjEzMzlDMzMyLjQyNCAzMC4xMzQzIDMzMy4xNTEgMzEuMDIxMSAzMzMuMTUxIDMyLjMwMDhaTTM2OS41MjggMjMuNjY3NkMzNjkuNTI4IDIyLjAyNiAzNjguNDM4IDIxLjMwMzkgMzY2LjU1NSAyMC41MTYyQzM2NS4yIDE5Ljk1ODMgMzY0LjUwNiAxOS40OTg4IDM2NC41MDYgMTguNDE1MUMzNjQuNTA2IDE3LjQ2MzIgMzY1LjI2NiAxNi44MDY1IDM2Ni41MjEgMTYuODA2NUMzNjcuMzQ4IDE2LjgwNjUgMzY4LjA3NSAxNy4xMDE3IDM2OC43MzUgMTcuNjI3NUMzNjguODAyIDE3LjI2NjQgMzY4Ljk2NyAxNi45MDQ5IDM2OS4xMzEgMTYuNjQyMkMzNjguMzcyIDE2LjI4MTEgMzY3LjQ3OSAxNi4xMTcyIDM2Ni41ODcgMTYuMTE3MkMzNjMuOTQ0IDE2LjExNzIgMzYyLjk4NiAxNy42NiAzNjIuOTg2IDE5LjAwNkMzNjIuOTg2IDIwLjU4MTcgMzYzLjgxMiAyMS4zMzY4IDM2NS44NjEgMjIuMTI0NEMzNjcuMTQ5IDIyLjYxNjkgMzY3LjgxIDIzLjI0MDYgMzY3LjgxIDI0LjM1NjhDMzY3LjgxIDI1LjQ3MyAzNjYuOTUxIDI2LjE5NTIgMzY1Ljc2MiAyNi4xOTUyQzM2NS4wMzUgMjYuMTk1MiAzNjMuODc5IDI1LjgzNDEgMzYzLjA1MiAyNS4xMTE5QzM2My4wMiAyNS41Mzg5IDM2Mi45ODYgMjUuOSAzNjIuODg3IDI2LjI2MTFDMzYzLjM4MyAyNi41MjM4IDM2NC42MDYgMjYuOTE3NCAzNjUuNzI5IDI2LjkxNzRDMzY4LjUwNCAyNi45MTc0IDM2OS41MjggMjUuMjQzMyAzNjkuNTI4IDIzLjY2NzZWMjMuNjY3NloiIGZpbGw9IiMwMzY1NTUiLz4NCjxwYXRoIGQ9Ik02NDAuNDE2IDIwLjU1NzNDNjM4LjY3MSAxOS44MzU0IDYzNy42MzEgMTkuNTU1MSA2MzYuNTk4IDE5LjU1NTFDNjM1LjUxNCAxOS41NTUxIDYzNC44MTkgMTkuOTE3IDYzNC44MTkgMjAuNDc2NUM2MzQuODE5IDIyLjE2NDUgNjQwLjk2MiAyMS42ODkzIDY0MC45NjIgMjUuNTkzNkM2NDAuOTYyIDI3Ljc0NjQgNjM5LjAyNCAyOC45OTc0IDYzNi4zMzIgMjguOTk3NEM2MzQuMjIgMjguOTk3NCA2MzMuMTggMjguNDg4IDYzMS45ODMgMjcuOTExNlYyNS40OTYyQzYzMy43MSAyNi41NjM1IDYzNC43NjggMjYuOTQwMSA2MzYuMTAxIDI2Ljk0MDFDNjM3LjI1NiAyNi45NDAxIDYzNy44NzkgMjYuNTYzNSA2MzcuODc5IDI1LjkwNjNDNjM3Ljg3OSAyNC4wNjg1IDYzMS43MzcgMjQuNzQxNSA2MzEuNzM3IDIwLjcyMTNDNjMxLjczNyAxOC43ODI3IDYzMy41MzQgMTcuNDk5IDYzNi4zMzIgMTcuNDk5QzYzNy42ODIgMTcuNDk5IDYzOC45MDEgMTcuNzYzNSA2NDAuNDE2IDE4LjM3MDdWMjAuNTU3M1pNNjQ5LjAxNiAyOC40ODQxQzY0Ny45OTIgMjguODMwNiA2NDcuMTI2IDI4Ljk5NTQgNjQ2LjI2MiAyOC45OTU0QzY0My40MDIgMjguOTk1NCA2NDEuNTUyIDI3LjQ0MjIgNjQxLjU1MiAyNS4wNzkyQzY0MS41NTIgMjIuNzU5NCA2NDMuNDczIDIxLjEyMDIgNjQ2LjE1NiAyMS4xMjAyQzY0Ni45ODUgMjEuMTIwMiA2NDguMDQ0IDIxLjMxODIgNjQ4Ljg5MSAyMS42MTIzVjIzLjM4ODFDNjQ4LjIyMSAyMy4wNTYyIDY0Ny40NDQgMjIuODc0MSA2NDYuODA5IDIyLjg3NDFDNjQ1LjI3MyAyMi44NzQxIDY0NC4yODYgMjMuNzM0MyA2NDQuMjg2IDI1LjA2MTlDNjQ0LjI4NiAyNi40MDggNjQ1LjI1NiAyNy4yOTQgNjQ2LjcyIDI3LjI5NEM2NDcuMzM3IDI3LjI5NCA2NDcuODg2IDI3LjE2MjMgNjQ5LjAxNiAyNi43NjhMNjQ5LjAxNiAyOC40ODQxWk02NzEuMzIgMjQuMjA5QzY3MS40MjUgMjMuMTU0OCA2NzIuMDgxIDIyLjU0NTcgNjczLjA4NyAyMi41NDU3QzY3NC4wNzYgMjIuNTQ1NyA2NzQuNzQ2IDIzLjE3MjEgNjc0Ljg1MiAyNC4yMDlINjcxLjMyWk02NzIuOTEgMjEuMTIyOUM2NzAuNCAyMS4xMjI5IDY2OC42MTQgMjIuNzc1NSA2NjguNjE0IDI1LjEwMTJDNjY4LjYxNCAyNy40NDQxIDY3MC40NzEgMjguOTk1NCA2NzMuMzM1IDI4Ljk5NTRDNjczLjk3IDI4Ljk5NTQgNjc1LjUwNCAyOC45OTU0IDY3Ni45NjYgMjcuOTg3VjI2LjUwNDJDNjc1Ljc2OSAyNy4yOTkzIDY3NC45NzcgMjcuNTczMSA2NzMuOTU1IDI3LjU3MzFDNjcyLjM0MSAyNy41NzMxIDY3MS4zNTQgMjYuNzk0OSA2NzEuMjY1IDI1LjQ2NjZINjc3LjExQzY3Ny4yMzIgMjIuNjkzOSA2NzUuMjc5IDIxLjEyMjkgNjcyLjkxIDIxLjEyMjlWMjEuMTIyOVpNNjc4LjA5OSAyOC44NTcySDY4MC42NTRWMjEuMjYyN0g2NzguMDk5VjI4Ljg1NzJaTTY4Ny43NjcgMjYuNzgxNUM2ODcuMjM0IDI3LjIyODEgNjg2Ljc5MiAyNy40MDcyIDY4Ni4yNDYgMjcuNDA3MkM2ODUuMDQzIDI3LjQwNzIgNjg0LjI4MSAyNi40ODM4IDY4NC4yODEgMjUuMTAwNEM2ODQuMjgxIDIzLjU4NDEgNjg1LjA0MyAyMi43MTAxIDY4Ni4zMzEgMjIuNzEwMUM2ODYuNzkyIDIyLjcxMDEgNjg3LjM5NCAyMi45MDggNjg3Ljc2NyAyMy4xNTU5VjI2Ljc4MTVaTTY4Ny43NjcgMTcuNjM5MVYyMS41OTU4QzY4Ny4wNzYgMjEuMjg0NyA2ODYuMzg4IDIxLjEyMDIgNjg1LjY0NCAyMS4xMjAyQzY4My4zMTMgMjEuMTIwMiA2ODEuNyAyMi43MjY2IDY4MS43IDI1LjA1MDdDNjgxLjcgMjcuMzI0OCA2ODMuMzEzIDI4Ljk5NzQgNjg1LjUgMjguOTk3NEM2ODYuMzY3IDI4Ljk5NzQgNjg3LjAzNyAyOC43ODU2IDY4Ny43NjcgMjguMjQzNVYyOC44NTQ5SDY5MC4zMjJWMTcuNjM5MUg2ODcuNzY3Wk02OTQuMTA1IDI0LjIwOUM2OTQuMjExIDIzLjE1NDggNjk0Ljg2NCAyMi41NDU3IDY5NS44NjggMjIuNTQ1N0M2OTYuODU4IDIyLjU0NTcgNjk3LjUzNSAyMy4xNzIxIDY5Ny42NDEgMjQuMjA5SDY5NC4xMDVaTTY5NS42OTQgMjEuMTIyOUM2OTMuMTg0IDIxLjEyMjkgNjkxLjQgMjIuNzc1NSA2OTEuNCAyNS4xMDEyQzY5MS40IDI3LjQ0NDEgNjkzLjI1OSAyOC45OTU0IDY5Ni4xMTkgMjguOTk1NEM2OTYuNzUzIDI4Ljk5NTQgNjk4LjI5IDI4Ljk5NTQgNjk5Ljc1NSAyNy45ODdWMjYuNTA0MkM2OTguNTU3IDI3LjI5OTMgNjk3Ljc2MyAyNy41NzMxIDY5Ni43MzYgMjcuNTczMUM2OTUuMTMxIDI3LjU3MzEgNjk0LjE0IDI2Ljc5NDkgNjk0LjA1MSAyNS40NjY2SDY5OS44OTRDNzAwLjAxNSAyMi42OTM5IDY5OC4wNjEgMjEuMTIyOSA2OTUuNjk0IDIxLjEyMjkiIGZpbGw9IiMwMDlFNEQiLz4NCjxwYXRoIGQ9Ik03MDMuNzIxIDIzLjQzNjhINzAzLjc1OEM3MDQuNTE3IDIxLjg1NjIgNzA1LjM2NiAyMS4xMTUgNzA2LjM1MiAyMS4xMTVDNzA2Ljg2MiAyMS4xMTUgNzA3LjMwMyAyMS4yOTY0IDcwOC4wNDQgMjEuODA3Nkw3MDcuMzQxIDIzLjkxMzNDNzA2LjY3IDIzLjUxODYgNzA2LjIyOSAyMy4zNTM1IDcwNS44MjMgMjMuMzUzNUM3MDQuODg2IDIzLjM1MzUgNzA0LjI4NiAyNC4xNzc1IDcwMy43MjEgMjUuNTcwNFYyOC44NDY2SDcwMS4xNjJWMjEuMjU0MUg3MDMuNzIxVjIzLjQzNjhaTTY4MC43NzUgMTguMDY3NEM2ODEuMDE1IDE4LjY1NzUgNjgwLjU4MyAxOS40ODA1IDY3OS44MTQgMTkuOTA0QzY3OS4wNDEgMjAuMzI3MSA2NzguMjI0IDIwLjE5MjggNjc3Ljk4NiAxOS42MDI3QzY3Ny43NDMgMTkuMDExNyA2NzguMTczIDE4LjE4NzcgNjc4Ljk0NSAxNy43NjY2QzY3OS43MTYgMTcuMzQxMSA2ODAuNTMzIDE3LjQ3NTkgNjgwLjc3NSAxOC4wNjc0WiIgZmlsbD0iIzAwOUU0RCIvPg0KPHBhdGggZD0iTTY1OC4yMiAyNC4wMjMxQzY1OC4yMiAyMS45NjUxIDY1Ni43MTkgMjEuMTIyNiA2NTUuMjM5IDIxLjEyMjZDNjU0LjIzMiAyMS4xMjI2IDY1My40MDQgMjEuNTE4NCA2NTIuNjY0IDIyLjM5MjFINjUyLjYyOVYxNy42MzkySDY1MC4wNzFWMjguODM1M0g2NTIuNjI5VjI0LjAyMzFDNjUzLjIyOCAyMy4yMTYxIDY1My43MzggMjIuODcxMSA2NTQuMzM4IDIyLjg3MTFDNjU1LjEzNCAyMi44NzExIDY1NS42NjIgMjMuMzk4NiA2NTUuNjYyIDI0LjUzMjlWMjcuMjAwOEM2NTYuNTIgMjYuNzg5NiA2NTcuMzkzIDI2LjUzNzQgNjU4LjIyIDI2LjQ0MzhWMjQuMDIzMVpNNjY0LjYzNiAyMS4xMTk5QzY2My41OTQgMjEuMTE5OSA2NjIuNzk5IDIxLjQ4MTEgNjYxLjk4NCAyMi4zNDkzVjIxLjI2MjRINjU5LjQyOFYyNi40MjM0QzY2MC4zMTMgMjYuNTA1OCA2NjEuNDQzIDI2Ljg4NDcgNjYxLjk4NCAyNy41MTA0VjIzLjk2MzRDNjYyLjY1NyAyMy4wMjMyIDY2My4xMzQgMjIuNzA5NyA2NjMuNzcgMjIuNzA5N0M2NjQuNDk0IDIyLjcwOTcgNjY1LjA0NSAyMy4xNTU2IDY2NS4wNDUgMjQuMjI2NFYyOC44MzcySDY2Ny42MDJWMjQuMDI4OUM2NjcuNjAyIDIxLjc5MjYgNjY1LjkwOCAyMS4xMTk5IDY2NC42MzYgMjEuMTE5OVYyMS4xMTk5Wk02NjkuMDE1IDMxLjAxODFINjY2LjA0M1YzMi45ODY0SDY2OC45MDlWMzMuODMxMkg2NjYuMDQzVjM1Ljg2MTlINjY5LjEwM1YzNi43MDU1SDY2NS4wNDZWMzAuMTc1Mkg2NjkuMDE1TDY2OS4wMTUgMzEuMDE4MVpNNjcxLjQ0MiAzNi43MDkzSDY3Mi4zNTJWMzAuMTczM0g2NzEuNDQyVjM2LjcwOTNaTTY3Ni44NTkgMzMuMDQ4NEM2NzcuNTA0IDMzLjA0ODQgNjc3LjkwNCAzMy40NjMxIDY3Ny45MzUgMzQuMTE0Mkg2NzUuNjE2QzY3NS43NDIgMzMuNDM0MiA2NzYuMTYxIDMzLjA0ODQgNjc2Ljg1OSAzMy4wNDg0Wk02NzUuNiAzNC42ODFINjc4Ljg0MkM2NzguODQyIDMzLjA4NjkgNjc4LjA2MiAzMi4zMTggNjc2LjgzOCAzMi4zMThDNjc1LjU2OSAzMi4zMTggNjc0LjY4OCAzMy4xOTI0IDY3NC42ODggMzQuNDk2OUM2NzQuNjg4IDM1LjY4OSA2NzUuNDg0IDM2Ljc4OTggNjc2LjkxNyAzNi43ODk4QzY3Ny42OTggMzYuNzg5OCA2NzguMjAzIDM2LjYyODEgNjc4Ljc2MyAzNi4yODJWMzUuNDU2QzY3OC4yMjIgMzUuNzg1NiA2NzcuNjk4IDM1Ljk3NTggNjc3LjE0NyAzNS45NzU4QzY3Ni4yNjUgMzUuOTc1OCA2NzUuNzQyIDM1LjUzNSA2NzUuNiAzNC42ODA2VjM0LjY4MVpNNjg0Ljc4NiAzMy41MzA5QzY4NC4yNjMgMzMuMTk2NiA2ODMuOTE0IDMzLjA5ODUgNjgzLjUxNSAzMy4wOTg1QzY4Mi42ODIgMzMuMDk4NSA2ODIuMTA1IDMzLjY5NDUgNjgyLjEwNSAzNC41NjdDNjgyLjEwNSAzNS40NTYgNjgyLjcxOSAzNS45OTE2IDY4My42NjggMzUuOTkxNkM2ODQuMDU4IDM1Ljk5MTYgNjg0LjQzIDM1Ljg5NzMgNjg0Ljg4OCAzNS43MDU5VjM2LjU0MjZDNjg0LjU4MiAzNi42Nzc0IDY4My45OTcgMzYuNzg5OCA2ODMuNTE1IDM2Ljc4OThDNjgyLjEzNiAzNi43ODk4IDY4MS4xOCAzNS45MDYyIDY4MS4xOCAzNC42NDMyQzY4MS4xOCAzMy4yMTc4IDY4Mi4wNTQgMzIuMzE4IDY4My40NTMgMzIuMzE4QzY4My45ODcgMzIuMzE4IDY4NC4zNDYgMzIuNDMzOSA2ODQuNzg3IDMyLjYxNDVMNjg0Ljc4NiAzMy41MzA5Wk02ODguOTM0IDMyLjQwMDRINjkwLjM5NVYzMy4xNjUxSDY4OC45MzRWMzUuMzc1MkM2ODguOTM0IDM1Ljg4MTEgNjg5LjMyNyAzNi4wMjc0IDY4OS41OTMgMzYuMDI3NEM2ODkuOTIyIDM2LjAyNzQgNjkwLjI2MiAzNS45MiA2OTAuNjMgMzUuNzA3OVYzNi41MDM3QzY5MC4zMSAzNi42Njc4IDY4OS44MiAzNi43ODk4IDY4OS41MTkgMzYuNzg5OEM2ODguNTI4IDM2Ljc4OTggNjg4LjAyNyAzNi4yMTYxIDY4OC4wMjcgMzUuNDM5MVYzMy4xNjUxSDY4Ny4yMjRWMzMuMDcwM0w2ODguOTM0IDMxLjUxMDJWMzIuNDAwNFpNNjkzLjg3NiAzMi40MDA0VjMzLjM5NjlINjkzLjg5NUM2OTQuMzU5IDMyLjYzNDUgNjk0LjggMzIuMzE4IDY5NS4yMyAzMi4zMThDNjk1LjYwMSAzMi4zMTggNjk1Ljk0NyAzMi40ODAxIDY5Ni4zMjkgMzIuODE2Nkw2OTUuODQ3IDMzLjU2NDRDNjk1LjU3IDMzLjMwOTEgNjk1LjIxMSAzMy4xMzMxIDY5NC45OTUgMzMuMTMzMUM2OTQuMzY4IDMzLjEzMzEgNjkzLjg3NiAzMy43MjY4IDY5My44NzYgMzQuNDYyNlYzNi43MDkzSDY5Mi45NjdWMzIuNDAwNEg2OTMuODc2Wk03MDUuNjU3IDMzLjUzMDlDNzA1LjEzMSAzMy4xOTY2IDcwNC43ODIgMzMuMDk4NSA3MDQuMzgxIDMzLjA5ODVDNzAzLjU0OSAzMy4wOTg1IDcwMi45NzcgMzMuNjk0NSA3MDIuOTc3IDM0LjU2N0M3MDIuOTc3IDM1LjQ1NiA3MDMuNTkyIDM1Ljk5MTYgNzA0LjUzNSAzNS45OTE2QzcwNC45MjUgMzUuOTkxNiA3MDUuMjk1IDM1Ljg5NzMgNzA1Ljc2IDM1LjcwNTlWMzYuNTQyNkM3MDUuNDQ3IDM2LjY3NzQgNzA0Ljg2MiAzNi43ODk4IDcwNC4zOCAzNi43ODk4QzcwMy4wMDQgMzYuNzg5OCA3MDIuMDQ0IDM1LjkwNjIgNzAyLjA0NCAzNC42NDMyQzcwMi4wNDQgMzMuMjE3OCA3MDIuOTIyIDMyLjMxOCA3MDQuMzIgMzIuMzE4QzcwNC44NTUgMzIuMzE4IDcwNS4yMTIgMzIuNDMzOSA3MDUuNjU3IDMyLjYxNDVMNzA1LjY1NyAzMy41MzA5Wk02OTguNzQyIDM2LjcwOTNINjk5LjY1MlYzMi40MDA4SDY5OC43NDJWMzYuNzA5M1oiIGZpbGw9IiMwMDlFNEQiLz4NCjxwYXRoIGQ9Ik02OTkuNjg0IDMwLjg1MjVDNjk5Ljc3MyAzMS4wNjA0IDY5OS42MTggMzEuMzU0NCA2OTkuMzQ0IDMxLjUwNDFDNjk5LjA2OCAzMS42NTQzIDY5OC43NzYgMzEuNjA2MiA2OTguNjkzIDMxLjM5NzhDNjk4LjYxIDMxLjE4NzQgNjk4Ljc2MSAzMC44OTU4IDY5OS4wMzggMzAuNzQ1NkM2OTkuMzExIDMwLjU5MzUgNjk5LjYwMSAzMC42NDIxIDY5OS42ODQgMzAuODUyNVYzMC44NTI1Wk02NTguOTQgMzEuMjAwOUM2NTguNzc5IDMxLjIwMDkgNjU4LjcxMSAzMS4yMjU1IDY1OC42NDYgMzEuMjkzOEM2NTguNjIgMzEuMzIwMyA2NTguNjEgMzEuMzQ3MiA2NTguNiAzMS40MDExTDY1Ny43ODQgMzQuMjg3QzY1Ny41OTMgMzUuMjk5MiA2NTYuMjU5IDM2LjMwOTkgNjU0LjUyMSAzNi4zMDk5SDY1Mi4xMDRMNjUyLjUyMyAzNC44MjdINjU0LjA3NkM2NTQuMjM0IDM0LjgyNyA2NTQuMzU4IDM0Ljc3MjEgNjU0LjQ2MiAzNC42NjQzQzY1NC41IDM0LjYyMjUgNjU0LjU1IDM0LjU1NyA2NTQuNTU2IDM0LjQ4OTZMNjU1LjIwMSAzMS45NjgxQzY1NS4zOTEgMzAuOTU1NSA2NTYuNTM4IDI5LjgzNjkgNjU4LjI3NiAyOS44MzY5SDY2MC43NTFMNjYwLjQzNSAzMS4yMDA5SDY1OC45NFpNNjU5LjQ5NyAzMi45NTk2TDY1OS43NzMgMzIuMDI1OUg2NjIuMjg4QzY2Mi41OTggMzAuNjcyIDY2Mi4zNTQgMjkuNDE3NyA2NjEuNDczIDI4LjU5NjFDNjU5LjY4OSAyNi45MzMyIDY1NS45NTcgMjcuNDk4MyA2NTMuMTc3IDI5Ljk3NzlDNjUyLjc0MyAzMC4zNjMgNjUyLjM3NiAzMC43NzkzIDY1Mi4wNDIgMzEuMjA0OEg2NTMuNTU2TDY1My4yMDQgMzIuMTQwNEg2NTEuMzk1QzY1MS4yMjIgMzIuNDM1NCA2NTEuMDYgMzIuNzI4MSA2NTAuOTM2IDMzLjAyNUg2NTMuMDgxTDY1Mi43MzcgMzMuOTYwN0g2NTAuNjNDNjUwLjI2OSAzNS4zOTAxIDY1MC40OTkgMzYuNzIzMyA2NTEuNDA2IDM3LjU2OTlDNjUzLjE2NyAzOS4yMTE2IDY1Ni44ODggMzguNjM0NiA2NTkuNjY3IDM2LjE1NTRDNjYwLjE1MyAzNS43MjQyIDY2MC41NTUgMzUuMjU4NyA2NjAuOTE4IDM0Ljc4MDhINjU4Ljk3M0w2NTkuMjY5IDMzLjg0NzFINjYxLjU0M0M2NjEuNzEgMzMuNTUwMSA2NjEuODYzIDMzLjI1NjUgNjYxLjk4MyAzMi45NTk2SDY1OS40OTdaIiBmaWxsPSIjMDA5RTREIi8+DQo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNThfMTExKSI+DQo8cGF0aCBkPSJNNzc1LjA2OCA0MS4yMjc0Qzc2Ni4yODUgNDIuMDQ2MyA3NTcuMTMxIDQwLjc1NjQgNzU1Ljg0OCAzMy44MTlDNzU1LjIyMSAzMC4zOTkgNzU2Ljc2NSAyNi43NzI1IDc1OC44MSAyNC41MTg0VjIzLjMxNDhDNzU1LjEyNiAyNi41OCA3NTMuMTMgMzAuNzExNSA3NTQuMjggMzUuNTkyQzc1NS43NDggNDEuODUxOCA3NjMuNjAzIDQ1LjM5NjcgNzc1LjU5NSA0NC4yMTk1Qzc4MC4zNDIgNDMuNzU0NSA3ODYuNTUgNDIuMjEyIDc5MC44NjkgMzkuODE0NFYzNi40MTA5Qzc4Ni45NDkgMzguNzcxMyA3ODAuNDY4IDQwLjcyMTEgNzc1LjA2OCA0MS4yMjc0VjQxLjIyNzRaTTc5OC4yMDUgMjMuMjMzNUM3OTYuMTIyIDEyLjk1MzMgNzc2LjM3MyAxMi4zMDE2IDc2My42NDMgMjAuMTMzOFYyMC45OTg5Qzc3Ni4zNTkgMTQuMzkxNSA3OTQuMzk1IDE0LjQzMTcgNzk2LjAzNyAyMy45MDE2Qzc5Ni41ODkgMjcuMDM0MiA3OTQuODQzIDMwLjI5NzggNzkxLjcyMyAzMi4xNzdWMzQuNjM0MkM3OTUuNDc2IDMzLjI0MzIgNzk5LjMyNCAyOC43NDQyIDc5OC4yMDUgMjMuMjMzNVYyMy4yMzM1WiIgZmlsbD0iIzBFN0RDMiIvPg0KPHBhdGggZD0iTTc5MC4xNTkgMjEuNzM2OEg3ODcuODU2VjMyLjEwM0M3ODcuODU2IDMzLjMxNzkgNzg4LjQzNyAzNC4zNzQ0IDc5MC4xNTkgMzQuNTQzMlYyMS43MzY4Wk03NjIuNzM5IDI1LjUyMTdINzYwLjQzMkw3NjAuNDMxIDMyLjI5NDNDNzYwLjQzMSAzMy41MTM0IDc2MS4wMTMgMzQuNTY4OCA3NjIuNzM5IDM0LjczNDRWMjUuNTIxN1YyNS41MjE3Wk03NjAuNDMyIDIyLjA1MjFINzYyLjczMlYyNC4yNTg0SDc2MC40MzJWMjIuMDUyMVpNNzc2LjUzIDM0LjYyNzJDNzc0LjY2NiAzNC42MjcyIDc3My44NzcgMzMuMzE3NyA3NzMuODc3IDMyLjAyOFYyMy4wMzU1SDc3Ni4xNlYyNS41MjE3SDc3Ny44NzlWMjcuMzg1M0g3NzYuMTZWMzEuODg1NEM3NzYuMTYgMzIuNDExMyA3NzYuNDA3IDMyLjcwNDQgNzc2Ljk1IDMyLjcwNDRINzc3Ljg3OVYzNC42MjcyTDc3Ni41MyAzNC42MjcyVjM0LjYyNzJaTTc4MC43MzEgMzAuNzk2MUM3ODAuNzMxIDMxLjk3NjggNzgxLjQ2MSAzMi44NDQ2IDc4Mi43NTQgMzIuODQ0NkM3ODMuNzY2IDMyLjg0NDYgNzg0LjI2NiAzMi41NjA1IDc4NC44NSAzMS45NzY4TDc4Ni4yNjEgMzMuMzM0OUM3ODUuMzU3IDM0LjIzNzkgNzg0LjQwOSAzNC43ODcgNzgyLjczNyAzNC43ODdDNzgwLjU1MiAzNC43ODcgNzc4LjQ1OSAzMy41ODE5IDc3OC40NTkgMzAuMDY4NkM3NzguNDU5IDI3LjA2NTEgNzgwLjI4OCAyNS4zNjczIDc4Mi42ODYgMjUuMzY3M0M3ODUuMTI0IDI1LjM2NzMgNzg2LjUyNSAyNy4zNTQ5IDc4Ni41MjUgMjkuOTYzOVYzMC43OTYzSDc4MC43MzFWMzAuNzk2MVpNNzgyLjU4NiAyNy4yNzU2Qzc4MS44MDUgMjcuMjc1NiA3ODEuMjA0IDI3LjY4MjMgNzgwLjk1IDI4LjIzMDlDNzgwLjgwMiAyOC41NjA3IDc4MC43NDcgMjguODE3NyA3ODAuNzMxIDI5LjIyMjlINzg0LjI0OUM3ODQuMjA0IDI4LjIzMDkgNzgzLjc1OSAyNy4yNzU2IDc4Mi41ODYgMjcuMjc1NlpNNzY4LjkzOSAyNy4zODUzQzc2OS42MDggMjcuMzg1MyA3NjkuODg3IDI3LjcxOTggNzY5Ljg4NyAyOC4yNjI2VjM0LjY0MDZINzcyLjE3VjI4LjI0OTJDNzcyLjE3IDI2Ljk1NDIgNzcxLjQ4NyAyNS41MjQxIDc2OS40ODIgMjUuNTI0MUw3NjQuNzY2IDI1LjUyMTdWMzQuNjQwNkg3NjcuMDVWMjcuMzg1M0g3NjguOTM5VjI3LjM4NTNaTTc5Mi42MzcgMjMuNTg5MUM3OTIuMTI5IDIzLjU4OTEgNzkxLjcyNCAyMy4xNzU0IDc5MS43MjQgMjIuNjYyOUM3OTEuNzI0IDIyLjE1MjkgNzkyLjEyOSAyMS43MzY4IDc5Mi42MzcgMjEuNzM2OEM3OTMuMTQyIDIxLjczNjggNzkzLjU1NiAyMi4xNTI5IDc5My41NTYgMjIuNjYyOUM3OTMuNTU2IDIzLjE3NTQgNzkzLjE0MiAyMy41ODkxIDc5Mi42MzcgMjMuNTg5MVpNNzkyLjYzNyAyMS44OTEyQzc5Mi4yMTggMjEuODkxMiA3OTEuODgyIDIyLjI0MDcgNzkxLjg4MiAyMi42NjI5Qzc5MS44ODIgMjMuMDg3NiA3OTIuMjE4IDIzLjQzMDkgNzkyLjYzNyAyMy40MzA5Qzc5My4wNTUgMjMuNDMwOSA3OTMuNDAyIDIzLjA4NzYgNzkzLjQwMiAyMi42NjI5Qzc5My40MDIgMjIuMjQwNyA3OTMuMDU1IDIxLjg5MTIgNzkyLjYzNyAyMS44OTEyWk03OTMuMDQzIDIzLjIxOEg3OTIuODcyQzc5Mi44NjQgMjMuMjE3OSA3OTIuODU3IDIzLjIxNTcgNzkyLjg1MSAyMy4yMTE2Qzc5Mi44NDUgMjMuMjA3NSA3OTIuODQgMjMuMjAxNyA3OTIuODM3IDIzLjE5NDlMNzkyLjYwNSAyMi43OTdDNzkyLjU5OCAyMi43ODg1IDc5Mi41NzkgMjIuNzc4OCA3OTIuNTczIDIyLjc3ODhINzkyLjQ2N1YyMy4xNzU0Qzc5Mi40NjcgMjMuMTk1IDc5Mi40NTMgMjMuMjE4MSA3OTIuNDI4IDIzLjIxODFINzkyLjI3NEM3OTIuMjUxIDIzLjIxODEgNzkyLjIzNSAyMy4xOTUgNzkyLjIzNSAyMy4xNzU0VjIyLjE3NDlDNzkyLjIzNSAyMi4xMTY0IDc5Mi4yNTQgMjIuMDkyNCA3OTIuMzA1IDIyLjA4NUM3OTIuMzYxIDIyLjA3OSA3OTIuNTA1IDIyLjA3MTYgNzkyLjU4NiAyMi4wNzE2Qzc5Mi44NzIgMjIuMDcxNiA3OTMuMDM5IDIyLjE1NjYgNzkzLjAzOSAyMi40MjQ0VjIyLjQ0NEM3OTMuMDM5IDIyLjYwOTQgNzkyLjk1OSAyMi42OTk1IDc5Mi44MzMgMjIuNzM5N0w3OTMuMDc0IDIzLjE1NDdDNzkzLjA3OCAyMy4xNjQgNzkzLjA4IDIzLjE3MzkgNzkzLjA4IDIzLjE4NEM3OTMuMDggMjMuMTk5NyA3OTMuMDcyIDIzLjIxOCA3OTMuMDQzIDIzLjIxOFYyMy4yMThaTTc5Mi44MjEgMjIuNDI0NEM3OTIuODIxIDIyLjMxMjcgNzkyLjc1MiAyMi4yNzczIDc5Mi42MDUgMjIuMjc3M0g3OTIuNDU5VjIyLjU5NDdDNzkyLjQ4MiAyMi41OTQ3IDc5Mi41ODYgMjIuNTk5NiA3OTIuNjA1IDIyLjU5OTZDNzkyLjc1MiAyMi41OTk2IDc5Mi44MjEgMjIuNTUgNzkyLjgyMSAyMi40NDRWMjIuNDI0NFoiIGZpbGw9IiMwRTdEQzIiLz4NCjwvZz4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMV81OF8xMTEpIj4NCjxwYXRoIGQ9Ik01MzMuNzczIDIwLjk5MTFDNTI5LjI2MyAyMC45OTExIDUyNS41OTkgMjQuNjU0NyA1MjUuNTk5IDI5LjE2NDRDNTI1LjU5OSAzMy42NzQxIDUyOS4yNjMgMzcuMzM3NyA1MzMuNzczIDM3LjMzNzdDNTM4LjI4MiAzNy4zMzc3IDU0MS45NDYgMzMuNjc0MSA1NDEuOTQ2IDI5LjE2NDRDNTQxLjk0NiAyNC42NTQ3IDUzOC4yODIgMjAuOTkxMSA1MzMuNzczIDIwLjk5MTFaTTUzMy43NzMgMzYuNTE4NkM1MjkuNzEzIDM2LjUxODYgNTI2LjQxOSAzMy4yMTUgNTI2LjQxOSAyOS4xNjQ0QzUyNi40MTkgMjUuMTEzNyA1MjkuNzEzIDIxLjgxMDIgNTMzLjc3MyAyMS44MTAyQzUzNy44MzIgMjEuODEwMiA1NDEuMTI3IDI1LjExMzcgNTQxLjEyNyAyOS4xNjQ0QzU0MS4xMjcgMzMuMjE1IDUzNy44MzIgMzYuNTE4NiA1MzMuNzczIDM2LjUxODZaIiBmaWxsPSJibGFjayIvPg0KPHBhdGggZD0iTTUzNi42OSAyMy45MjUyQzUzNi42NjMgMjMuOTA3MiA1MzYuNjI3IDIzLjg5ODIgNTM2LjU5MSAyMy44OTgyQzUzNi40ODMgMjMuODk4MiA1MzYuNDAyIDIzLjk3OTIgNTM2LjQwMiAyNC4wODczVjI2LjY0MzdDNTM2LjQwMiAyNi43MzM3IDUzNi4zMyAyNi44MDU3IDUzNi4yNCAyNi44MDU3SDUzMS4yOUM1MzEuMiAyNi44MDU3IDUzMS4xMzcgMjYuNzMzNyA1MzEuMTI4IDI2LjY0MzdWMjQuMDg3M0M1MzEuMTI4IDI0LjA1MTMgNTMxLjExOSAyNC4wMjQyIDUzMS4xMDEgMjMuOTg4MkM1MzEuMDQ3IDIzLjg5ODIgNTMwLjkzIDIzLjg3MTIgNTMwLjgzOSAyMy45MjUyQzUyOS4wMTIgMjUuMDUwNCA1MjcuOTA1IDI3LjAwMzcgNTI3LjkwNSAyOS4xNjQxQzUyNy45MDUgMzEuMzI0NCA1MjkuMDEyIDMzLjI3NzcgNTMwLjg1NyAzNC40MDI5QzUzMC44ODUgMzQuNDIwOSA1MzAuOTIxIDM0LjQyOTkgNTMwLjk1NyAzNC40Mjk5QzUzMS4wNjUgMzQuNDI5OSA1MzEuMTQ2IDM0LjM0ODkgNTMxLjE0NiAzNC4yNDA5VjMxLjY4NDVDNTMxLjE0NiAzMS41OTQ0IDUzMS4yMTggMzEuNTMxNCA1MzEuMzA4IDMxLjUyMjRINTM2LjI1OEM1MzYuMzQ4IDMxLjUyMjQgNTM2LjQyIDMxLjU5NDQgNTM2LjQyIDMxLjY4NDVWMzQuMjQwOUM1MzYuNDIgMzQuMjc2OSA1MzYuNDI5IDM0LjMwMzkgNTM2LjQ0NyAzNC4zMzk5QzUzNi41MDEgMzQuNDI5OSA1MzYuNjE4IDM0LjQ1NjkgNTM2LjcwOCAzNC40MDI5QzUzOC41NTQgMzMuMjc3NyA1MzkuNjYxIDMxLjMyNDQgNTM5LjY2MSAyOS4xNjQxQzUzOS42NjEgMjcuMDAzNyA1MzguNTM2IDI1LjA1MDQgNTM2LjY5IDIzLjkyNTJWMjMuOTI1MlpNNTMwLjE5MSAzMi4zNjg2TDUzMC4yMTggMzIuNjc0Nkw1MzAuMDIgMzIuNDMxNkM1MjguNDk5IDMwLjUxNDMgNTI4LjQ5OSAyNy44MDQ4IDUzMC4wMiAyNS44ODc1TDUzMC4xOTEgMjUuNjcxNUw1MzAuMjE4IDI1LjY0NDVMNTMwLjE5MSAyNS45NTk2QzUzMC4xNjQgMjYuMjExNiA1MzAuMTU1IDI2LjQ3MjYgNTMwLjE1NSAyNi43MzM3VjMxLjU4NTRDNTMwLjE1NSAzMS44NDY1IDUzMC4xNzMgMzIuMTA3NSA1MzAuMTkxIDMyLjM2ODZaTTUzNi40MDIgMzAuMzg4M0M1MzYuNDAyIDMwLjQ3ODMgNTM2LjMzIDMwLjU1MDMgNTM2LjI0IDMwLjU1MDNINTMxLjI5QzUzMS4yIDMwLjU1MDMgNTMxLjEzNyAzMC40NzgzIDUzMS4xMjggMzAuMzg4M1YyNy45Mzk5QzUzMS4xMjggMjcuODQ5OSA1MzEuMiAyNy43Nzc4IDUzMS4yOSAyNy43Nzc4SDUzNi4yNEM1MzYuMzMgMjcuNzc3OCA1MzYuNDAyIDI3Ljg0OTkgNTM2LjQwMiAyNy45Mzk5VjMwLjM4ODNaTTUzNy41MTkgMzIuNDMxNkw1MzcuMzIxIDMyLjY3NDZMNTM3LjM0OCAzMi4zNjg2QzUzNy4zNzUgMzIuMTE2NSA1MzcuMzg0IDMxLjg1NTUgNTM3LjM4NCAzMS41OTQ0VjI2LjczMzdDNTM3LjM4NCAyNi40NzI2IDUzNy4zNzUgMjYuMjExNiA1MzcuMzQ4IDI1Ljk1OTZMNTM3LjMzOSAyNS44MjQ1TDUzNy4zMyAyNS42ODA1VjI1LjY0NDVMNTM3LjUxOSAyNS44ODc1QzUzOC4yNTcgMjYuODA1NyA1MzguNjYyIDI3Ljk3NTkgNTM4LjY2MiAyOS4xNTUxQzUzOC42NjIgMzAuMzM0MiA1MzguMjU3IDMxLjUxMzQgNTM3LjUxOSAzMi40MzE2VjMyLjQzMTZaIiBmaWxsPSJibGFjayIvPg0KPHBhdGggZD0iTTU1NC4yNzYgMjkuMDIwMkM1NTQuMjMxIDI5LjAwMjIgNTU0LjE3NyAyOC45ODQyIDU1NC4xNzcgMjguOTMwMkM1NTQuMTc3IDI4Ljg5NDIgNTU0LjE5NSAyOC44NjcyIDU1NC4yMzEgMjguODQ5MkM1NTQuMjk0IDI4LjgyMjIgNTU1Ljg1MSAyOC4yNjQxIDU1NS44NTEgMjYuNDI3OEM1NTUuODUxIDI0LjM4NDUgNTU0LjQ3NCAyMy4xNjkzIDU1Mi4xNTIgMjMuMTY5M0g1NDYuNTI2VjM1LjE3NzJINTUyLjY2NUM1NTQuNDU2IDM1LjE3NzIgNTU2LjM4MiAzMy45MDggNTU2LjM4MiAzMS44NjQ2QzU1Ni4zODIgMjkuOTExMyA1NTQuOTA2IDI5LjIyNzIgNTU0LjI3NiAyOS4wMjAyVjI5LjAyMDJaTTU0OS4zNjEgMjUuNjI2N0M1NDkuMzYxIDI1LjU4MTcgNTQ5LjM5NyAyNS41NDU2IDU0OS40NDIgMjUuNTQ1Nkg1NTEuNjc1QzU1Mi40MTMgMjUuNTQ1NiA1NTIuOTE3IDI2LjA0MDcgNTUyLjkxNyAyNi43Nzg4QzU1Mi45MTcgMjcuMzU0OSA1NTIuNDY3IDI3Ljk3NiA1NTEuNjIxIDI3Ljk3Nkg1NDkuNDQyQzU0OS4zOTcgMjcuOTc2IDU0OS4zNjEgMjcuOTQgNTQ5LjM2MSAyNy44OTVWMjUuNjI2N1pNNTUxLjY3NSAzMi44MDk4SDU0OS40NDJDNTQ5LjM5NyAzMi44MDk4IDU0OS4zNjEgMzIuNzczOCA1NDkuMzYxIDMyLjcyODhWMzAuMzM0NEM1NDkuMzYxIDMwLjI4OTQgNTQ5LjM5NyAzMC4yNTM0IDU0OS40NDIgMzAuMjUzNEg1NTEuNjIxQzU1Mi42OTIgMzAuMjUzNCA1NTMuMzA0IDMwLjcxMjUgNTUzLjMwNCAzMS41MjI2QzU1My4zMDQgMzIuMzU5NyA1NTIuNzM3IDMyLjgwOTggNTUxLjY3NSAzMi44MDk4VjMyLjgwOThaTTU3NS4zODQgMjcuOTQ5TDU3NC45NTIgMjcuODU5QzU3My45OCAyNy42NTIgNTczLjAzNSAyNy4zOTA5IDU3My4wMzUgMjYuNTUzOEM1NzMuMDM1IDI1LjcxNjcgNTczLjgxOCAyNS4zMzg2IDU3NC41OTIgMjUuMzM4NkM1NzUuNTAxIDI1LjMzODYgNTc2LjQwMSAyNS43NDM3IDU3Ny4wODYgMjYuNDQ1OEw1NzguODY4IDI0LjY4MTVDNTc4LjEwMyAyMy44MzU0IDU3Ni43NDQgMjIuODYzMiA1NzQuNTQ3IDIyLjg2MzJDNTcxLjkwMSAyMi44NjMyIDU3MC4xMTggMjQuMzY2NSA1NzAuMTE4IDI2LjYwNzhDNTcwLjExOCAyOC45NzUyIDU3MS45ODIgMjkuODY2MyA1NzMuNTQ4IDMwLjE5OTRMNTczLjk3MSAzMC4yODk0QzU3NS40OTIgMzAuNjEzNSA1NzYuMjEyIDMwLjg1NjUgNTc2LjIxMiAzMS43MjA2QzU3Ni4yMTIgMzIuNDk0NyA1NzUuNTE5IDMzLjAwNzggNTc0LjQ5MyAzMy4wMDc4QzU3My4yODcgMzMuMDA3OCA1NzIuMjE2IDMyLjQ3NjcgNTcxLjQwNiAzMS40Nzc2TDU2OS41NzggMzMuMjY4OUM1NzAuNTUxIDM0LjQyMTEgNTcxLjgzOCAzNS40NjUyIDU3NC41MjkgMzUuNDY1MkM1NzYuODI1IDM1LjQ2NTIgNTc5LjE1NiAzNC4xMzMgNTc5LjE1NiAzMS41NzY2QzU3OS4xNDcgMjguOTU3MiA1NzcuMzY1IDI4LjM2MzEgNTc1LjM4NCAyNy45NDlWMjcuOTQ5Wk01OTkuMTAzIDIzLjE2OTNWMjcuNTYyQzU5OS4xMDMgMjcuNjA3IDU5OS4wNjcgMjcuNjQzIDU5OS4wMjIgMjcuNjQzSDU5NS4zMzFDNTk1LjI4NiAyNy42NDMgNTk1LjI1IDI3LjYwNyA1OTUuMjUgMjcuNTYyVjIzLjE2OTNINTkyLjIyNlYzNS4xNzcySDU5NS4yNVYzMC40NjA0QzU5NS4yNSAzMC40MTU0IDU5NS4yODYgMzAuMzc5NCA1OTUuMzMxIDMwLjM3OTRINTk5LjAyMkM1OTkuMDY3IDMwLjM3OTQgNTk5LjEwMyAzMC40MTU0IDU5OS4xMDMgMzAuNDYwNFYzNS4xNzcySDYwMi4xNDZWMjMuMTY5M0g1OTkuMTAzWk01ODYuMTQxIDMyLjcxOThDNTg0Ljc4MiAzMi43MTk4IDU4My4zMTUgMzEuNTg1NiA1ODMuMzE1IDI5LjA5MjJDNTgzLjMxNSAyNi44MTQ4IDU4NC42OTIgMjUuNjI2NyA1ODYuMDUxIDI1LjYyNjdDNTg3LjA0MSAyNS42MjY3IDU4Ny43MzQgMjYuMDQwNyA1ODguMjgzIDI2Ljk1ODlMNTkwLjYwNiAyNS40MTk2QzU4OS40MTggMjMuNjczMyA1ODguMDA0IDIyLjg4MTIgNTg2LjAzMyAyMi44ODEyQzU4Mi4xNzEgMjIuODgxMiA1ODAuNDQzIDI2LjAwNDcgNTgwLjQ0MyAyOS4wOTIyQzU4MC40NDMgMzIuODQ1OCA1ODIuNzI5IDM1LjQ2NTIgNTg1Ljk5NyAzNS40NjUyQzU4OC40MjcgMzUuNDY1MiA1ODkuNTM1IDM0LjU3NDEgNTkwLjY5NiAzMi45MjY4TDU4OC4zNTUgMzEuMzUxNkM1ODcuODMzIDMyLjE5NzcgNTg3LjI2NiAzMi43MTk4IDU4Ni4xNDEgMzIuNzE5OFpNNTYzLjE3OCAyMi44NjMyQzU1OS44NzUgMjIuODYzMiA1NTcuNjYxIDI1LjM5MjYgNTU3LjY2MSAyOS4xNjQyQzU1Ny42NjEgMzIuOTM1OCA1NTkuODc1IDM1LjQ2NTIgNTYzLjE3OCAzNS40NjUyQzU2Ni40ODIgMzUuNDY1MiA1NjguNjk2IDMyLjkzNTggNTY4LjY5NiAyOS4xNjQyQzU2OC42OTYgMjUuMzkyNiA1NjYuNDgyIDIyLjg2MzIgNTYzLjE3OCAyMi44NjMyVjIyLjg2MzJaTTU2My4xNzggMzIuNzE5OEM1NjEuNTU4IDMyLjcxOTggNTYwLjUxNCAzMS4zMjQ2IDU2MC41MTQgMjkuMTY0MkM1NjAuNTE0IDI3LjAxMjkgNTYxLjU1OCAyNS42MjY3IDU2My4xNzggMjUuNjI2N0M1NjQuODA4IDI1LjYyNjcgNTY1Ljg2MSAyNy4wMTI5IDU2NS44NjEgMjkuMTY0MkM1NjUuODYxIDMxLjMyNDYgNTY0LjgwOCAzMi43MTk4IDU2My4xNzggMzIuNzE5OFoiIGZpbGw9IiNGODAwMDAiLz4NCjwvZz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTQ2LjM0NCAyMi4xODExQzE0Ny41OTUgMjIuMjg1NCAxNDguODQ1IDIxLjU1NTMgMTQ5LjYyNyAyMC42Mjk4QzE1MC4zOTUgMTkuNjc4MSAxNTAuOTAzIDE4LjQwMDUgMTUwLjc3MyAxNy4wOTY5QzE0OS42NjYgMTcuMTQ5MSAxNDguMjk4IDE3LjgyNjkgMTQ3LjUxNyAxOC43Nzg2QzE0Ni44IDE5LjU5OTkgMTQ2LjE4OCAyMC45Mjk2IDE0Ni4zNDQgMjIuMTgxMVpNMTQ3Ljg0MSAyMy4wNzk3QzE0OC42NTMgMjIuNzYwNiAxNDkuNjU4IDIyLjM2NTYgMTUwLjc2IDIyLjQyOTFDMTUxLjQ2MyAyMi40ODEyIDE1My40OTUgMjIuNjg5OCAxNTQuNzk4IDI0LjYxOTJDMTU0Ljc5MiAyNC42MjM3IDE1NC43NzggMjQuNjMyMyAxNTQuNzU5IDI0LjY0NUMxNTQuNDM2IDI0Ljg1NDggMTUyLjM5IDI2LjE4NzEgMTUyLjQxNCAyOC44MTY5QzE1Mi40MzkgMzEuOTQ5OSAxNTQuOTg4IDMzLjExODMgMTU1LjMyMiAzMy4yNzExQzE1NS4zNDQgMzMuMjgxMSAxNTUuMzU2IDMzLjI4NjcgMTU1LjM1OCAzMy4yODgzQzE1NS4zNTYgMzMuMjkyNiAxNTUuMzU0IDMzLjMwMSAxNTUuMzUgMzMuMzEzM0MxNTUuMjgzIDMzLjUyODggMTU0Ljg0NSAzNC45NDg5IDE1My44NDcgMzYuNDA0QzE1Mi45MjIgMzcuNzU5OCAxNTEuOTcxIDM5LjA4OTUgMTUwLjQ2IDM5LjExNTZDMTQ5Ljc0OSAzOS4xMjgzIDE0OS4yNyAzOC45MjExIDE0OC43NzIgMzguNzA1NEMxNDguMjQ3IDM4LjQ3ODUgMTQ3LjcwMSAzOC4yNDIyIDE0Ni44NCAzOC4yNDIyQzE0NS45NDcgMzguMjQyMiAxNDUuMzc2IDM4LjQ4NDggMTQ0LjgyNiAzOC43MTg0QzE0NC4zNDggMzguOTIxNCAxNDMuODg3IDM5LjExNzQgMTQzLjI0NSAzOS4xNDE3QzE0MS43ODYgMzkuMTkzOCAxNDAuNjc5IDM3LjcwNzcgMTM5Ljc1NCAzNi4zNTE5QzEzNy44NjYgMzMuNjE0MyAxMzYuNDIgMjguNjM0NCAxMzguMzc0IDI1LjI3MUMxMzkuMzI1IDIzLjU4OTMgMTQxLjA1NyAyMi41MzM0IDE0Mi45MTkgMjIuNTA3M0MxNDMuNzMyIDIyLjQ5MjUgMTQ0LjUwNyAyMi44MDA2IDE0NS4xODQgMjMuMDcwMUMxNDUuNzAyIDIzLjI3NTggMTQ2LjE2MiAyMy40NTg5IDE0Ni41NCAyMy40NTg5QzE0Ni44NzcgMjMuNDU4OSAxNDcuMzE5IDIzLjI4NTEgMTQ3Ljg0MSAyMy4wNzk3WiIgZmlsbD0iYmxhY2siLz4NCjxwYXRoIGQ9Ik0zNi44NTg3IDM3LjUyNDFIMzEuOTg3NEwzNS4wMzQyIDE5LjY2NjhIMzkuOTA1MkwzNi44NTg3IDM3LjUyNDFaIiBmaWxsPSIjMDA1NzlGIi8+DQo8cGF0aCBkPSJNNTQuNTE1NyAyMC4xMDQxQzUzLjU1NDkgMTkuNzQyOCA1Mi4wMzA5IDE5LjM0MzggNTAuMTQ2NiAxOS4zNDM4QzQ1LjMzNjEgMTkuMzQzOCA0MS45NDg2IDIxLjc3NTMgNDEuOTI3OCAyNS4yNTE2QzQxLjg4NzggMjcuODE2NSA0NC4zNTMxIDI5LjI0MSA0Ni4xOTcgMzAuMDk2MkM0OC4wODE2IDMwLjk3MDEgNDguNzIyMyAzMS41NDA1IDQ4LjcyMjMgMzIuMzE5NEM0OC43MDMxIDMzLjUxNTcgNDcuMTk5NCAzNC4wNjcyIDQ1Ljc5NjkgMzQuMDY3MkM0My44NTIxIDM0LjA2NzIgNDIuODEgMzMuNzgyOSA0MS4yMjY0IDMzLjExNzNMNDAuNTg1IDMyLjgzMkwzOS45MDMzIDM2Ljg0MDZDNDEuMDQ1OCAzNy4zMzM5IDQzLjE1MDcgMzcuNzcxNyA0NS4zMzYxIDM3Ljc5MDlDNTAuNDQ3MyAzNy43OTA5IDUzLjc3NDkgMzUuMzk3MSA1My44MTQzIDMxLjY5MjVDNTMuODMzOCAyOS42NTk3IDUyLjUzMiAyOC4xMDIgNDkuNzI1NCAyNi44MjkyQzQ4LjAyMTcgMjYuMDEyMSA0Ni45NzgzIDI1LjQ2MTIgNDYuOTc4MyAyNC42MjUyQzQ2Ljk5ODMgMjMuODY1MiA0Ny44NjA4IDIzLjA4NjggNDkuNzg0IDIzLjA4NjhDNTEuMzY3NyAyMy4wNDg2IDUyLjUzMTIgMjMuNDA5NCA1My40MTI2IDIzLjc3MDVMNTMuODUzMiAyMy45NjAxTDU0LjUxNTcgMjAuMTA0MVoiIGZpbGw9IiMwMDU3OUYiLz4NCjxwYXRoIGQ9Ik02MC45OTI0IDMxLjE5NzlDNjEuMzkzNiAzMC4xNzIgNjIuOTM3MiAyNi4yMDE2IDYyLjkzNzIgMjYuMjAxNkM2Mi45MTcgMjYuMjM5NyA2My4zMzc2IDI1LjE1NjggNjMuNTc4MSAyNC40OTE5TDYzLjkxODYgMjYuMDMwNkM2My45MTg2IDI2LjAzMDYgNjQuODQxIDMwLjMwNTEgNjUuMDQxNCAzMS4xOTc5QzY0LjI4IDMxLjE5NzkgNjEuOTU0NiAzMS4xOTc5IDYwLjk5MjQgMzEuMTk3OVpNNjcuMDA1NCAxOS42NjY4SDYzLjIzNzRDNjIuMDc1NSAxOS42NjY4IDYxLjE5MjcgMTkuOTg5NSA2MC42OTE0IDIxLjE0ODRMNTMuNDU1OCAzNy41MjM5SDU4LjU2NzFDNTguNTY3MSAzNy41MjM5IDU5LjQwODUgMzUuMzE5OSA1OS41ODk0IDM0Ljg0NTJDNjAuMTUwMSAzNC44NDUyIDY1LjEyMjMgMzQuODQ1MiA2NS44NDM3IDM0Ljg0NTJDNjUuOTgzNSAzNS40NzIxIDY2LjQyNDkgMzcuNTIzOSA2Ni40MjQ5IDM3LjUyMzlINzAuOTM1Mkw2Ny4wMDU0IDE5LjY2NjhWMTkuNjY2OFoiIGZpbGw9IiMwMDU3OUYiLz4NCjxwYXRoIGQ9Ik0yNy45MTggMTkuNjY2OEwyMy4xNDc1IDMxLjg0MzhMMjIuNjI2MiAyOS4zNzQxQzIxLjc0NDIgMjYuNTI0NSAxOC45NzgxIDIzLjQyODQgMTUuODkxNCAyMS44ODlMMjAuMjYxIDM3LjUwNTJIMjUuNDEyMkwzMy4wNjkgMTkuNjY2OEgyNy45MThWMTkuNjY2OFoiIGZpbGw9IiMwMDU3OUYiLz4NCjxwYXRoIGQ9Ik0xOC43MTg0IDE5LjY2NjhIMTAuODgxMUwxMC44MDA5IDIwLjAyNzZDMTYuOTE0NSAyMS41MDk1IDIwLjk2MzUgMjUuMDgxNSAyMi42MjcgMjkuMzc0OUwyMC45MjMyIDIxLjE2NzlDMjAuNjQyNyAyMC4wMjc0IDE5Ljc4MDcgMTkuNzA0NCAxOC43MTg0IDE5LjY2NjhaIiBmaWxsPSIjRkFBNjFBIi8+DQo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDJfNThfMTExKSI+DQo8cGF0aCBkPSJNMjIxLjE1OCAxNy40OTlWMTguOTM1NkgyMzEuMzA2VjE3LjQ5OUgyMjEuMTU4Wk0yMzIuNzQ0IDE3LjQ5OVYxOC45MzU2SDI0Ny4yMDZDMjQ3LjIwNiAxOC45MzU2IDI0NS43MjkgMTcuNDk5IDI0My43NzMgMTcuNDk5SDIzMi43NDRaTTI1MC4wNDMgMTcuNDk5VjE4LjkzNTZIMjU4Ljc5M0wyNTguMjczIDE3LjQ5OUgyNTAuMDQzWk0yNjUuMDY1IDE3LjQ5OUwyNjQuNTQ2IDE4LjkzNTZIMjczLjIxNlYxNy40OTlIMjY1LjA2NVpNMjIxLjE1OCAyMC4yOTI5VjIxLjcyOTZIMjMxLjMwNlYyMC4yOTI5SDIyMS4xNThaTTIzMi43NDQgMjAuMjk1VjIxLjcyOTdIMjQ4Ljg4NEMyNDguODg0IDIxLjcyOTcgMjQ4LjY5NiAyMC42MjM5IDI0OC4zNjcgMjAuMjk1SDIzMi43NDRaTTI1MC4wNDMgMjAuMjk1VjIxLjcyOTdIMjU5Ljc1MkwyNTkuMjcxIDIwLjI5NUgyNTAuMDQzWk0yNjQuMDI3IDIwLjI5NUwyNjMuNTQ2IDIxLjcyOTdIMjczLjIxNlYyMC4yOTVIMjY0LjAyN1YyMC4yOTVaTTIyNC4wNzQgMjMuMDg2OVYyNC41MjU3SDIyOC40NjlWMjMuMDg2OUgyMjQuMDc0VjIzLjA4NjlaTTIzNS42NjEgMjMuMDg2OVYyNC41MjU3SDI0MC4wNTZWMjMuMDg2OUgyMzUuNjYxVjIzLjA4NjlaTTI0NC4zMzEgMjMuMDg2OVYyNC41MjU3SDI0OC43MjZDMjQ4LjcyNiAyNC41MjU3IDI0OS4wMDUgMjMuNzY1OSAyNDkuMDA1IDIzLjA4NjlIMjQ0LjMzMVYyMy4wODY5Wk0yNTIuOTYgMjMuMDg2OVYyNC41MjU3SDI2MC43NTJMMjYwLjIzMiAyMy4wODY5SDI1Mi45NlYyMy4wODY5Wk0yNjMuMDY5IDIzLjA4NjlMMjYyLjU0OCAyNC41MjU3SDI3MC4zNzlWMjMuMDg2OUgyNjMuMDY5VjIzLjA4NjlaTTIyNC4wNzQgMjUuODgzVjI3LjMxOTdIMjI4LjQ2OVYyNS44ODNIMjI0LjA3NFYyNS44ODNaTTIzNS42NjEgMjUuODgzVjI3LjMxOTdIMjQ2Ljg4N0MyNDYuODg3IDI3LjMxOTcgMjQ3LjgyNiAyNi41ODI1IDI0OC4xMjUgMjUuODgzSDIzNS42NjFaTTI1Mi45NiAyNS44ODNWMjcuMzE5N0gyNTcuMzU1VjI2LjUyTDI1Ny42MzQgMjcuMzE5N0gyNjUuNjg0TDI2NS45ODQgMjYuNTJWMjcuMzE5N0gyNzAuMzc5VjI1Ljg4M0gyNjIuMTI5TDI2MS42OTEgMjcuMDk5OUwyNjEuMjUxIDI1Ljg4M0gyNTIuOTZaTTIyNC4wNzQgMjguNjc3VjMwLjExMzdIMjI4LjQ2OVYyOC42NzdIMjI0LjA3NFpNMjM1LjY2MSAyOC42NzdWMzAuMTEzN0gyNDguMTI1QzI0Ny44MjYgMjkuNDE2NSAyNDYuODg3IDI4LjY3NyAyNDYuODg3IDI4LjY3N0gyMzUuNjYxWk0yNTIuOTYgMjguNjc3VjMwLjExMzdIMjU3LjM1NVYyOC42NzdIMjUyLjk2Wk0yNTguMTUzIDI4LjY3N0wyNTguNjg1IDMwLjExMzdIMjY0LjcyMUwyNjUuMjI2IDI4LjY3N0gyNTguMTUzWk0yNjUuOTg0IDI4LjY3N1YzMC4xMTM3SDI3MC4zNzlWMjguNjc3SDI2NS45ODRaTTIyNC4wNzQgMzEuNDcxVjMyLjkwNzZIMjI4LjQ2OVYzMS40NzFIMjI0LjA3NFpNMjM1LjY2MSAzMS40NzFWMzIuOTA3NkgyNDAuMDU2VjMxLjQ3MUgyMzUuNjYxWk0yNDQuMzMxIDMxLjQ3MVYzMi45MDc2SDI0OS4wMDVDMjQ5LjAwNSAzMi4yMjk2IDI0OC43MjYgMzEuNDcxIDI0OC43MjYgMzEuNDcxSDI0NC4zMzFWMzEuNDcxWk0yNTIuOTYgMzEuNDcxVjMyLjkwNzZIMjU3LjM1NVYzMS40NzFIMjUyLjk2Wk0yNTkuMTUxIDMxLjQ3MUwyNTkuNjY2IDMyLjkwNzZIMjYzLjcxM0wyNjQuMjMyIDMxLjQ3MUgyNTkuMTUxWk0yNjUuOTg0IDMxLjQ3MVYzMi45MDc2SDI3MC4zNzlWMzEuNDcxSDI2NS45ODRaTTIyMS4yMzcgMzQuMjY1VjM1LjcwMzdIMjMxLjM4NlYzNC4yNjVIMjIxLjIzN1pNMjMyLjc0NCAzNC4yNjVWMzUuNzAzN0gyNDguMzY3QzI0OC42OTYgMzUuMzc0MyAyNDguODg0IDM0LjI2NSAyNDguODg0IDM0LjI2NUgyMzIuNzQ0VjM0LjI2NVpNMjUwLjEyMyAzNC4yNjVWMzUuNzAzN0gyNTcuMzU1VjM0LjI2NUgyNTAuMTIzWk0yNjAuMTUxIDM0LjI2NUwyNjAuNjggMzUuNzAzN0gyNjIuNzM5TDI2My4yMzYgMzQuMjY1SDI2MC4xNTFaTTI2NS45ODQgMzQuMjY1VjM1LjcwMzdIMjczLjI5NVYzNC4yNjVIMjY1Ljk4NFpNMjIxLjIzNyAzNy4wNjFWMzguNDk3N0gyMzEuMzg2VjM3LjA2MUgyMjEuMjM3Wk0yMzIuNzQ0IDM3LjA2MVYzOC40OTU2SDI0My43NzNDMjQ1LjcyOSAzOC40OTU2IDI0Ny4yMDYgMzcuMDYxIDI0Ny4yMDYgMzcuMDYxSDIzMi43NDRaTTI1MC4xMjMgMzcuMDYxVjM4LjQ5NzdIMjU3LjM1NVYzNy4wNjFIMjUwLjEyM1pNMjYxLjE1NSAzNy4wNjFMMjYxLjY2NCAzOC40OTM2TDI2MS43NTIgMzguNDk1NkwyNjIuMjY5IDM3LjA2MUgyNjEuMTU1VjM3LjA2MVpNMjY1Ljk4NCAzNy4wNjFWMzguNDk3N0gyNzMuMjk1VjM3LjA2MUgyNjUuOTg0WiIgZmlsbD0iIzFGNzBDMSIvPg0KPC9nPg0KPGRlZnM+DQo8Y2xpcFBhdGggaWQ9ImNsaXAwXzU4XzExMSI+DQo8cmVjdCB3aWR0aD0iNDQuNDQ3MyIgaGVpZ2h0PSIyOS42MzE1IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzUzLjk1NSAxNC44MTU1KSIvPg0KPC9jbGlwUGF0aD4NCjxjbGlwUGF0aCBpZD0iY2xpcDFfNThfMTExIj4NCjxyZWN0IHdpZHRoPSI3Ni41NDgxIiBoZWlnaHQ9IjE2LjM1MDciIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MjUuNTk5IDIwLjk4ODkpIi8+DQo8L2NsaXBQYXRoPg0KPGNsaXBQYXRoIGlkPSJjbGlwMl81OF8xMTEiPg0KPHJlY3Qgd2lkdGg9IjUyLjEzNzIiIGhlaWdodD0iMjAuOTk4NyIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIyMS4xNTggMTcuNDk5KSIvPg0KPC9jbGlwUGF0aD4NCjwvZGVmcz4NCjwvc3ZnPg0K" style="\n width: 742.5px;\n position: relative;\n top: 107px;\n left: 32px;\n ">\n <a href='+_e+' style="\n float: left;\n border-radius: 56px;\n background: #0D6EFD;\n padding-top: 8px;\n width: 280px;\n height: 38px;\n text-align: center;\n position: relative;\n top: 127px;\n left: 274px;\n font-size: 16px;\n color: white;\n text-decoration: none;\n letter-spacing: 0.02em;\n ">Claim your FREE account</a>\n <div style="\n font-size: 14px;\n position: relative;\n top: 180px;\n left: 19px;\n letter-spacing: 0.02em;\n font-weight: 500;\n line-height: 125%;\n">have a Syncfusion account? <a href="https://www.syncfusion.com/account/login?ReturnUrl=/account/login" style="text-decoration: none;\ncolor: #0D6EFD;\nfont-weight: 500;">Sign In</a></div>\n </div>\n </div>';if("undefined"!=typeof document&&!N(document)){var t=l("div",{innerHTML:e});document.body.appendChild(t)}},at=function(){var e=function(t,M){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var M in t)t.hasOwnProperty(M)&&(e[M]=t[M])})(t,M)};return function(t,M){function i(){this.constructor=t}e(t,M),t.prototype=null===M?Object.create(M):(i.prototype=M.prototype,new i)}}(),st=function(e,t,M,i){var n,r=arguments.length,o=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,M):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,M,i);else for(var a=e.length-1;a>=0;a--)(n=e[a])&&(o=(r<3?n(o):r>3?n(t,M,o):n(t,M))||o);return r>3&&o&&Object.defineProperty(t,M,o),o},Nt=0,ut=0,ct=0,gt=!0,jt=!1;e.versionBasedStatePersistence=!1;var Dt=function(t){function M(M,i){var n=t.call(this,M,i)||this;return n.randomId=z(),n.isStringTemplate=!1,n.needsID=!1,n.isReactHybrid=!1,N(n.enableRtl)&&n.setProperties({enableRtl:e.rightToLeft},!0),N(n.locale)&&n.setProperties({locale:e.defaultCulture},!0),n.moduleLoader=new qe(n),n.localObserver=new Oe(n),Le.on("notifyExternalChange",n.detectFunction,n,n.randomId),"undefined"==typeof window||"undefined"==typeof document||rt()||-1!==tt.indexOf(n.getModuleName())&&(ct+=1)>5&&(gt=!1),u(i)||n.appendTo(),n}return at(M,t),M.prototype.requiredModules=function(){return[]},M.prototype.destroy=function(){this.isDestroyed||(this.enablePersistence&&this.setPersistData(),this.localObserver.destroy(),this.refreshing||(I([this.element],["e-control"]),this.trigger("destroyed",{cancel:!1}),t.prototype.destroy.call(this),this.moduleLoader.clean(),Le.off("notifyExternalChange",this.detectFunction,this.randomId)))},M.prototype.refresh=function(){this.refreshing=!0,this.moduleLoader.clean(),this.destroy(),this.clearChanges(),this.localObserver=new Oe(this),this.preRender(),this.injectModules(),this.render(),this.refreshing=!1},M.prototype.accessMount=function(){this.mount&&!this.isReactHybrid&&this.mount()},M.prototype.getRootElement=function(){return this.isReactHybrid?this.actualElement:this.element},M.prototype.getLocalData=function(){var t=this.getModuleName()+this.element.id;return e.versionBasedStatePersistence?window.localStorage.getItem(t+this.ej2StatePersistenceVersion):window.localStorage.getItem(t)},M.prototype.appendTo=function(e){if(N(e)||"string"!=typeof e?N(e)||(this.element=e):this.element=A(e,document),!N(this.element)){var M="e-"+this.getModuleName().toLowerCase();y([this.element],["e-control",M]),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 n=i("ej2_instances",this.element);n&&-1!==n.indexOf(this)||t.prototype.addInstance.call(this),this.preRender(),this.injectModules(),gt||jt||(ot(),jt=!0),this.render(),this.mount?this.accessMount():this.trigger("created")}},M.prototype.renderComplete=function(e){if(D()){window.sfBlazor.renderComplete(this.element,e)}this.isRendered=!0},M.prototype.dataBind=function(){this.injectModules(),t.prototype.dataBind.call(this)},M.prototype.on=function(e,t,M){if("string"==typeof e)this.localObserver.on(e,t,M);else for(var i=0,n=e;i<n.length;i++){var r=n[i];this.localObserver.on(r.event,r.handler,r.context)}},M.prototype.off=function(e,t){if("string"==typeof e)this.localObserver.off(e,t);else for(var M=0,i=e;M<i.length;M++){var n=i[M];this.localObserver.off(n.event,n.handler)}},M.prototype.notify=function(e,t){!0!==this.isDestroyed&&this.localObserver.notify(e,t)},M.prototype.getInjectedModules=function(){return this.injectedModules},M.Inject=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.prototype.injectedModules||(this.prototype.injectedModules=[]);for(var M=0;M<e.length;M++)-1===this.prototype.injectedModules.indexOf(e[parseInt(M.toString(),10)])&&this.prototype.injectedModules.push(e[parseInt(M.toString(),10)])},M.prototype.createElement=function(e,t,M){return l(e,t)},M.prototype.triggerStateChange=function(e,t){this.isReactHybrid&&(this.setState(),this.currentContext={calls:e,args:t})},M.prototype.injectModules=function(){this.injectedModules&&this.injectedModules.length&&this.moduleLoader.inject(this.requiredModules(),this.injectedModules)},M.prototype.detectFunction=function(e){var t=Object.keys(e);t.length&&(this[t[0]]=e[t[0]])},M.prototype.mergePersistData=function(){var t;N(t=e.versionBasedStatePersistence?window.localStorage.getItem(this.getModuleName()+this.element.id+this.ej2StatePersistenceVersion):window.localStorage.getItem(this.getModuleName()+this.element.id))||""===t||this.setProperties(JSON.parse(t),!0)},M.prototype.setPersistData=function(){this.isDestroyed||(e.versionBasedStatePersistence?window.localStorage.setItem(this.getModuleName()+this.element.id+this.ej2StatePersistenceVersion,this.getPersistData()):window.localStorage.setItem(this.getModuleName()+this.element.id,this.getPersistData()))},M.prototype.renderReactTemplates=function(e){N(e)||e()},M.prototype.clearTemplate=function(e,t){},M.prototype.getUniqueID=function(e){return this.isHistoryChanged()&&(Nt=0),$e=this.pageID(location.href),ut=history.length,e+"_"+$e+"_"+Nt++},M.prototype.pageID=function(e){var t=0;if(0===e.length)return t;for(var M=0;M<e.length;M++){t=(t<<5)-t+e.charCodeAt(M),t&=t}return Math.abs(t)},M.prototype.isHistoryChanged=function(){return $e!==this.pageID(location.href)||ut!==history.length},M.prototype.addOnPersist=function(e){for(var t=this,M={},r=0,o=e;r<o.length;r++){var a=o[r],s=void 0;u(s=i(a,this))||n(a,this.getActualProperties(s),M)}return JSON.stringify(M,function(e,M){return t.getActualProperties(M)})},M.prototype.getActualProperties=function(e){return e instanceof et?i("properties",e):e},M.prototype.ignoreOnPersist=function(e){return JSON.stringify(this.iterateJsonProperties(this.properties,e))},M.prototype.iterateJsonProperties=function(e,t){for(var M={},i=function(i){if(-1===t.indexOf(i)){var r=e[i];if("object"!=typeof r||r instanceof Array)M[""+i]=r;else{var o=t.filter(function(e){return new RegExp(i+".").test(e)}).map(function(e){return e.replace(i+".","")});M[""+i]=n.iterateJsonProperties(n.getActualProperties(r),o)}}},n=this,r=0,o=Object.keys(e);r<o.length;r++){i(o[r])}return M},st([U(!1)],M.prototype,"enablePersistence",void 0),st([U()],M.prototype,"enableRtl",void 0),st([U()],M.prototype,"locale",void 0),M=st([P],M)}(Ze);"undefined"!=typeof window&&window.addEventListener("popstate",function(){Nt=0});var zt=function(){var e=function(t,M){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var M in t)t.hasOwnProperty(M)&&(e[M]=t[M])})(t,M)};return function(t,M){function i(){this.constructor=t}e(t,M),t.prototype=null===M?Object.create(M):(i.prototype=M.prototype,new i)}}(),lt=function(e,t,M,i){var n,r=arguments.length,o=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,M):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,M,i);else for(var a=e.length-1;a>=0;a--)(n=e[a])&&(o=(r<3?n(o):r>3?n(t,M,o):n(t,M))||o);return r>3&&o&&Object.defineProperty(t,M,o),o},yt={left:0,top:0,bottom:0,right:0},It={isDragged:!1},pt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return zt(t,e),lt([U(0)],t.prototype,"left",void 0),lt([U(0)],t.prototype,"top",void 0),t}(et),ht=function(e){function t(t,i){var n=e.call(this,i,t)||this;return n.dragLimit=M.getDefaultPosition(),n.borderWidth=M.getDefaultPosition(),n.padding=M.getDefaultPosition(),n.diffX=0,n.prevLeft=0,n.prevTop=0,n.dragProcessStarted=!1,n.eleTop=0,n.tapHoldTimer=0,n.externalInitialize=!1,n.diffY=0,n.parentScrollX=0,n.parentScrollY=0,n.droppables={},n.bind(),n}zt(t,e),M=t,t.prototype.bind=function(){this.toggleEvents(),We.isIE&&y([this.element],"e-block-touch"),this.droppables[this.scope]={}},t.getDefaultPosition=function(){return s({},yt)},t.prototype.toggleEvents=function(e){var t;u(this.handle)||(t=A(this.handle,this.element));var M=this.enableTapHold&&We.isDevice&&We.isTouch?this.mobileInitialize:this.initialize;e?Be.remove(t||this.element,We.touchStartEvent,M):Be.add(t||this.element,We.touchStartEvent,M,this)},t.prototype.mobileInitialize=function(e){var t=this,M=e.currentTarget;this.tapHoldTimer=setTimeout(function(){t.externalInitialize=!0,t.removeTapholdTimer(),t.initialize(e,M)},this.tapHoldThreshold),Be.add(document,We.touchMoveEvent,this.removeTapholdTimer,this),Be.add(document,We.touchEndEvent,this.removeTapholdTimer,this)},t.prototype.removeTapholdTimer=function(){clearTimeout(this.tapHoldTimer),Be.remove(document,We.touchMoveEvent,this.removeTapholdTimer),Be.remove(document,We.touchEndEvent,this.removeTapholdTimer)},t.prototype.getScrollableParent=function(e,t){return N(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),N(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 M=this.abort;"string"==typeof M&&(M=[M]);for(var i=0;i<M.length;i++)if(!N(f(e.target,M[parseInt(i.toString(),10)])))return void(this.isDragStarted()&&this.isDragStarted(!0))}this.preventDefault&&!u(e.changedTouches)&&"touchstart"!==e.type&&e.preventDefault(),this.element.setAttribute("aria-grabbed","true");var n=this.getCoordinates(e);if(this.initialPosition={x:n.pageX,y:n.pageY},!this.clone){var r=this.element.getBoundingClientRect();this.getScrollableValues(),e.clientX===e.pageX&&(this.parentScrollX=0),e.clientY===e.pageY&&(this.parentScrollY=0),this.relativeXPosition=n.pageX-(r.left+this.parentScrollX),this.relativeYPosition=n.pageY-(r.top+this.parentScrollY)}this.externalInitialize?this.intDragStart(e):(Be.add(document,We.touchMoveEvent,this.intDragStart,this),Be.add(document,We.touchEndEvent,this.intDestroy,this)),this.toggleEvents(!0),"touchstart"!==e.type&&this.isPreventSelect&&document.body.classList.add("e-prevent-select"),this.externalInitialize=!1,Be.trigger(document.documentElement,We.touchStartEvent,e)}},t.prototype.intDragStart=function(e){this.removeTapholdTimer();var t=!u(e.changedTouches);if(!t||1===e.changedTouches.length){var M,i=this.getCoordinates(e),n=getComputedStyle(this.element);this.margin={left:parseInt(n.marginLeft,10),top:parseInt(n.marginTop,10),right:parseInt(n.marginRight,10),bottom:parseInt(n.marginBottom,10)};var r=this.element;if(this.clone&&this.dragTarget){var o=f(e.target,this.dragTarget);N(o)||(r=o)}this.isReplaceDragEle&&(r=this.currentStateCheck(e.target,r)),this.offset=this.calculateParentPosition(r),this.position=this.getMousePosition(e,this.isDragScroll);var a=this.initialPosition.x-i.pageX,s=this.initialPosition.y-i.pageY;if(Math.sqrt(a*a+s*s)>=this.distance||this.externalInitialize){var c=this.getHelperElement(e);if(!c||N(c))return;t&&e.preventDefault();var g=this.helperElement=c;if(this.parentClientRect=this.calculateParentPosition(g.offsetParent),this.dragStart){var j={event:e,element:r,target:this.getProperTargetElement(e),bindEvents:D()?this.bindDragEvents.bind(this):null,dragElement:g};this.trigger("dragStart",j)}this.dragArea?this.setDragArea():(this.dragLimit={left:0,right:0,bottom:0,top:0},this.borderWidth={top:0,left:0}),M={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 z=getComputedStyle(r),l=parseFloat(z.marginTop);this.clone&&0!==l&&(M.top+=l),this.eleTop=isNaN(parseFloat(z.top))?0:parseFloat(z.top)-this.offset.top,this.enableScrollHandler&&!this.clone&&(M.top-=this.parentScrollY,M.left-=this.parentScrollX);var y=this.getProcessedPositionValue({top:M.top-this.diffY+"px",left:M.left-this.diffX+"px"});this.dragArea&&"string"!=typeof this.dragArea&&this.dragArea.classList.contains("e-kanban-content")&&"relative"===this.dragArea.style.position&&(M.top+=this.dragArea.scrollTop),this.dragElePosition={top:M.top,left:M.left},E(g,this.getDragPosition({position:"absolute",left:y.left,top:y.top})),Be.remove(document,We.touchMoveEvent,this.intDragStart),Be.remove(document,We.touchEndEvent,this.intDestroy),D()||this.bindDragEvents(g)}}},t.prototype.bindDragEvents=function(e){h(e)?(Be.add(document,We.touchMoveEvent,this.intDrag,this),Be.add(document,We.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(N(e))return{left:0,top:0};var t=e.getBoundingClientRect(),M=getComputedStyle(e);return{left:t.left+window.pageXOffset-parseInt(M.marginLeft,10),top:t.top+window.pageYOffset-parseInt(M.marginTop,10)}},t.prototype.intDrag=function(e){if(u(e.changedTouches)||1===e.changedTouches.length){this.clone&&e.changedTouches&&We.isDevice&&We.isTouch&&e.preventDefault();var t,M;this.position=this.getMousePosition(e,this.isDragScroll);var i=this.getDocumentWidthHeight("Height");i<this.position.top&&(this.position.top=i);var n=this.getDocumentWidthHeight("Width");if(n<this.position.left&&(this.position.left=n),this.drag){var r=this.getProperTargetElement(e);this.trigger("drag",{event:e,element:this.element,target:r})}var o=this.checkTargetElement(e);if(o.target&&o.instance){var a=!0;this.hoverObject&&(this.hoverObject.instance!==o.instance?this.triggerOutFunction(e,o):a=!1),a&&(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,g=this.parentClientRect.top,j=this.getCoordinates(e),D=j.pageX,z=j.pageY,l=this.position.left-this.diffX,y=this.position.top-this.diffY,I=getComputedStyle(s);if(this.dragArea){if(this.pageX!==D||this.skipDistanceCheck){var p=s.offsetWidth+(parseFloat(I.marginLeft)+parseFloat(I.marginRight));t=this.dragLimit.left>l&&l>0?this.dragLimit.left:this.dragLimit.right+window.pageXOffset<l+p&&l>0?l-(l-this.dragLimit.right)+window.pageXOffset-p:l<0?this.dragLimit.left:l}if(this.pageY!==z||this.skipDistanceCheck){var h=s.offsetHeight+(parseFloat(I.marginTop)+parseFloat(I.marginBottom));M=this.dragLimit.top>y&&y>0?this.dragLimit.top:this.dragLimit.bottom+window.pageYOffset<y+h&&y>0?y-(y-this.dragLimit.bottom)+window.pageYOffset-h:y<0?this.dragLimit.top:y}}else t=l,M=y;var d=g+this.borderWidth.top,T=c+this.borderWidth.left;this.dragProcessStarted&&(N(M)&&(M=this.prevTop),N(t)&&(t=this.prevLeft));var m,A;this.helperElement.classList.contains("e-treeview")?this.dragArea?(this.dragLimit.top=this.clone?this.dragLimit.top:0,m=M-d<0?this.dragLimit.top:M-this.borderWidth.top,A=t-T<0?this.dragLimit.left:t-this.borderWidth.left):(m=M-this.borderWidth.top,A=t-this.borderWidth.left):this.dragArea?(this.dragLimit.top=this.clone?this.dragLimit.top:0,m=M-d<0?this.dragLimit.top:M-d,A=t-T<0?this.dragElePosition.left:t-T):(m=M-d,A=t-T);var O=parseFloat(getComputedStyle(this.element).marginTop);if(O>0&&(this.clone&&(m+=O,y<0&&(O+y>=0?m=O+y:m-=O),m=this.dragLimit.bottom<m?this.dragLimit.bottom:m),M-d<0))if(y+O+(s.offsetHeight-d)>=0){var L=this.dragLimit.top+y-d;L+O+d<0?m-=O+d:m=L}else m-=O+d;if(this.dragArea&&this.helperElement.classList.contains("e-treeview")){m=m+(h=s.offsetHeight+(parseFloat(I.marginTop)+parseFloat(I.marginBottom)))>this.dragLimit.bottom?this.dragLimit.bottom-h:m}this.enableScrollHandler&&!this.clone&&(m-=this.parentScrollY,A-=this.parentScrollX),this.dragArea&&"string"!=typeof this.dragArea&&this.dragArea.classList.contains("e-kanban-content")&&"relative"===this.dragArea.style.position&&(m+=this.dragArea.scrollTop);var f=this.getProcessedPositionValue({top:m+"px",left:A+"px"});E(s,this.getDragPosition(f)),this.elementInViewport(s)||!this.enableAutoScroll||this.helperElement.classList.contains("e-treeview")||this.helperElement.scrollIntoView();var S=document.querySelectorAll(":hover");if(this.enableAutoScroll&&this.helperElement.classList.contains("e-treeview")){0===S.length&&(S=this.getPathElements(e));var x=this.getScrollParent(S,!1);this.elementInViewport(this.helperElement)?this.getScrollPosition(x,m):this.elementInViewport(this.helperElement)||(0===(S=[].slice.call(document.querySelectorAll(":hover"))).length&&(S=this.getPathElements(e)),x=this.getScrollParent(S,!0),this.getScrollPosition(x,m))}this.dragProcessStarted=!0,this.prevLeft=t,this.prevTop=M,this.position.left=t,this.position.top=M,this.pageX=D,this.pageY=z}},t.prototype.getScrollParent=function(e,t){for(var M,i=t?e.reverse():e,n=i.length-1;n>=0;n--)if(("auto"===(M=window.getComputedStyle(i[parseInt(n.toString(),10)])["overflow-y"])||"scroll"===M)&&i[parseInt(n.toString(),10)].scrollHeight>i[parseInt(n.toString(),10)].clientHeight)return i[parseInt(n.toString(),10)];if("visible"===(M=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+document.scrollingElement.scrollTop-this.helperElement.clientHeight<t&&e.getBoundingClientRect().height+this.parentClientRect.top>t?e.scrollTop+=this.helperElement.clientHeight:e.scrollTop>t-this.helperElement.clientHeight&&(e.scrollTop-=this.helperElement.clientHeight):e&&e!==document.scrollingElement&&(e.clientHeight+e.getBoundingClientRect().top-this.helperElement.clientHeight+document.scrollingElement.scrollTop<t?e.scrollTop+=this.helperElement.clientHeight:e.getBoundingClientRect().top>t-this.helperElement.clientHeight-document.scrollingElement.scrollTop&&(e.scrollTop-=this.helperElement.clientHeight))},t.prototype.getPathElements=function(e){var t=e.clientX>0?e.clientX:0,M=e.clientY>0?e.clientY:0;return document.elementsFromPoint(t,M)},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=s({},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,M=document.documentElement;return Math.max(t["scroll"+e],M["scroll"+e],t["offset"+e],M["offset"+e],M["client"+e])},t.prototype.intDragStop=function(e){if(this.dragProcessStarted=!1,u(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 M=this.checkTargetElement(e);M.target&&M.instance&&(M.instance.dragStopCalled=!0,M.instance.dragData[this.scope]=this.droppables[this.scope],M.instance.intDrop(e,M.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"),Be.remove(document,We.touchMoveEvent,this.intDragStart),Be.remove(document,We.touchEndEvent,this.intDragStop),Be.remove(document,We.touchEndEvent,this.intDestroy),Be.remove(document,We.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&&(It.isDragged=!It.isDragged),It.isDragged},t.prototype.setDragArea=function(){var e,t,M,i=0,n=0;if(M="string"===typeof this.dragArea?A(this.dragArea):this.dragArea){var r=M.getBoundingClientRect();e=M.scrollWidth?M.scrollWidth:r.right-r.left,t=M.scrollHeight?this.dragArea&&!N(this.helperElement)&&this.helperElement.classList.contains("e-treeview")?M.clientHeight:M.scrollHeight:r.bottom-r.top;for(var o=["Top","Left","Bottom","Right"],a=getComputedStyle(M),s=0;s<o.length;s++){var u=o[parseInt(s.toString(),10)],c=a["border"+u+"Width"],g=a["padding"+u],j=u.toLowerCase();this.borderWidth[""+j]=isNaN(parseFloat(c))?0:parseFloat(c),this.padding[""+j]=isNaN(parseFloat(g))?0:parseFloat(g)}i=this.dragArea&&!N(this.helperElement)&&this.helperElement.classList.contains("e-treeview")?r.top+document.scrollingElement.scrollTop:r.top,n=r.left,this.dragLimit.left=n+this.borderWidth.left+this.padding.left,this.dragLimit.top=M.offsetTop+this.borderWidth.top+this.padding.top,this.dragLimit.right=n+e-(this.borderWidth.right+this.padding.right),this.dragLimit.bottom=i+t-(this.borderWidth.bottom+this.padding.bottom)}},t.prototype.getProperTargetElement=function(e){var t,M=this.getCoordinates(e),i=this.helperElement.style.pointerEvents||"",n=-1!==e.type.indexOf("pointer")&&"safari"===We.info.name&&parseInt(We.info.version)>12;return g(e.target,this.helperElement)||-1!==e.type.indexOf("touch")||n?(this.helperElement.style.pointerEvents="none",t=document.elementFromPoint(M.clientX,M.clientY),this.helperElement.style.pointerEvents=i):t=e.target,t},t.prototype.currentStateCheck=function(e,t){return N(this.currentStateTarget)||this.currentStateTarget===e?N(t)?e:t:this.currentStateTarget},t.prototype.getMousePosition=function(e,t){var M,i,n=void 0!==e.srcElement?e.srcElement:e.target,r=this.getCoordinates(e),o=N(n.offsetParent);if(t?(M=this.clone?r.pageX:r.pageX+(o?0:n.offsetParent.scrollLeft)-this.relativeXPosition,i=this.clone?r.pageY:r.pageY+(o?0:n.offsetParent.scrollTop)-this.relativeYPosition):(M=this.clone?r.pageX:r.pageX+window.pageXOffset-this.relativeXPosition,i=this.clone?r.pageY:r.pageY+window.pageYOffset-this.relativeYPosition),this.element&&this.element.classList.length>0&&-1===this.element.classList.value.indexOf("e-dialog")&&document.scrollingElement){var a=document.scrollingElement.scrollHeight>0&&document.scrollingElement.scrollHeight>document.scrollingElement.clientHeight&&document.scrollingElement.scrollTop>0;M=document.scrollingElement.scrollWidth>0&&document.scrollingElement.scrollWidth>document.scrollingElement.clientWidth&&document.scrollingElement.scrollLeft>0?M-document.scrollingElement.scrollLeft:M,i=a?i-document.scrollingElement.scrollTop:i}return{left:M-(this.margin.left+this.cursorAt.left),top:i-(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=l("div",{className:"e-drag-helper e-block-touch",innerHTML:"Draggable"}),document.body.appendChild(t)):t=this.element,t},t.prototype.setGlobalDroppables=function(e,t,M){this.droppables[this.scope]=e?null:{draggable:t,helper:M,draggedElement:this.element}},t.prototype.checkTargetElement=function(e){var t=this.getProperTargetElement(e),M=this.getDropInstance(t);if(!M&&t&&!N(t.parentNode)){var i=f(t.parentNode,".e-droppable")||t.parentElement;i&&(M=this.getDropInstance(i))}return{target:t,instance:M}},t.prototype.getDropInstance=function(e){var t,M=e&&e.ej2_instances;if(M)for(var i=0,n=M;i<n.length;i++){var r=n[i];if("droppable"===r.getModuleName()){t=r;break}}return t},t.prototype.destroy=function(){this.toggleEvents(!0),e.prototype.destroy.call(this)};var M;return lt([C({},pt)],t.prototype,"cursorAt",void 0),lt([U(!0)],t.prototype,"clone",void 0),lt([U()],t.prototype,"dragArea",void 0),lt([U()],t.prototype,"isDragScroll",void 0),lt([U()],t.prototype,"isReplaceDragEle",void 0),lt([U(!0)],t.prototype,"isPreventSelect",void 0),lt([b()],t.prototype,"drag",void 0),lt([b()],t.prototype,"dragStart",void 0),lt([b()],t.prototype,"dragStop",void 0),lt([U(1)],t.prototype,"distance",void 0),lt([U()],t.prototype,"handle",void 0),lt([U()],t.prototype,"abort",void 0),lt([U()],t.prototype,"helper",void 0),lt([U("default")],t.prototype,"scope",void 0),lt([U("")],t.prototype,"dragTarget",void 0),lt([U()],t.prototype,"axis",void 0),lt([U()],t.prototype,"queryPositionInfo",void 0),lt([U(!1)],t.prototype,"enableTailMode",void 0),lt([U(!1)],t.prototype,"skipDistanceCheck",void 0),lt([U(!0)],t.prototype,"preventDefault",void 0),lt([U(!1)],t.prototype,"enableAutoScroll",void 0),lt([U(!1)],t.prototype,"enableTapHold",void 0),lt([U(750)],t.prototype,"tapHoldThreshold",void 0),lt([U(!1)],t.prototype,"enableScrollHandler",void 0),t=M=lt([P],t)}(Ze),dt=function(){var e=function(t,M){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var M in t)t.hasOwnProperty(M)&&(e[M]=t[M])})(t,M)};return function(t,M){function i(){this.constructor=t}e(t,M),t.prototype=null===M?Object.create(M):(i.prototype=M.prototype,new i)}}(),Tt=function(e,t,M,i){var n,r=arguments.length,o=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,M):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,M,i);else for(var a=e.length-1;a>=0;a--)(n=e[a])&&(o=(r<3?n(o):r>3?n(t,M,o):n(t,M))||o);return r>3&&o&&Object.defineProperty(t,M,o),o},mt=function(e){function t(t,M){var i=e.call(this,M,t)||this;return i.mouseOver=!1,i.dragData={},i.dragStopCalled=!1,i.bind(),i}return dt(t,e),t.prototype.bind=function(){this.wireEvents()},t.prototype.wireEvents=function(){Be.add(this.element,We.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 M=this.dragData[this.scope];this.trigger("over",{event:e,target:t,dragData:M}),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 M,i=!0,n=this.dragData[this.scope],r=!!n&&(n.helper&&h(n.helper));r&&(M=this.isDropArea(e,n.helper,t),this.accept&&(i=S(n.helper,this.accept))),r&&this.drop&&M.canDrop&&i&&this.trigger("drop",{event:e,target:M.target,droppedElement:n.helper,dragData:n}),this.mouseOver=!1}},t.prototype.isDropArea=function(e,t,M){var i={canDrop:!0,target:M||e.target},n="touchend"===e.type;if(n||i.target===t){t.style.display="none";var r=n?e.changedTouches[0]:e,o=document.elementFromPoint(r.clientX,r.clientY);i.canDrop=!1,i.canDrop=g(o,this.element),i.canDrop&&(i.target=o),t.style.display=""}return i},t.prototype.destroy=function(){Be.remove(this.element,We.touchEndEvent,this.intDrop),e.prototype.destroy.call(this)},Tt([U()],t.prototype,"accept",void 0),Tt([U("default")],t.prototype,"scope",void 0),Tt([b()],t.prototype,"drop",void 0),Tt([b()],t.prototype,"over",void 0),Tt([b()],t.prototype,"out",void 0),t=Tt([P],t)}(Ze),At=function(){var e=function(t,M){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var M in t)t.hasOwnProperty(M)&&(e[M]=t[M])})(t,M)};return function(t,M){function i(){this.constructor=t}e(t,M),t.prototype=null===M?Object.create(M):(i.prototype=M.prototype,new i)}}(),Ot=function(e,t,M,i){var n,r=arguments.length,o=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,M):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,M,i);else for(var a=e.length-1;a>=0;a--)(n=e[a])&&(o=(r<3?n(o):r>3?n(t,M,o):n(t,M))||o);return r>3&&o&&Object.defineProperty(t,M,o),o},Lt={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},ft=function(e){function t(t,i){var n=e.call(this,i,t)||this;return n.keyPressHandler=function(e){for(var t=e.altKey,i=e.ctrlKey,r=e.shiftKey,o=e.which,a=0,s=Object.keys(n.keyConfigs);a<s.length;a++)for(var N=s[a],u=0,c=n.keyConfigs[""+N].split(",");u<c.length;u++){var g=c[u],j=M.getKeyConfigData(g.trim());t===j.altKey&&i===j.ctrlKey&&r===j.shiftKey&&o===j.keyCode&&(e.action=N,n.keyAction&&n.keyAction(e))}},n.bind(),n}At(t,e),M=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("+"),i={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])?i.keyCode=Number(t[t.length-1]):i.keyCode=M.getKeyCode(t[t.length-1]),M.configCache[""+e]=i,i},t.getKeyCode=function(e){return Lt[""+e]||e.toUpperCase().charCodeAt(0)};var M;return t.configCache={},Ot([U({})],t.prototype,"keyConfigs",void 0),Ot([U("keyup")],t.prototype,"eventName",void 0),Ot([b()],t.prototype,"keyAction",void 0),t=M=Ot([P],t)}(Ze),Et=function(){function t(t,M,i){this.controlName=t,this.localeStrings=M,this.setLocale(i||e.defaultCulture)}return t.prototype.setLocale=function(e){var M=this.intGetControlConstant(t.locale,e);this.currentLocale=M||this.localeStrings},t.load=function(e){this.locale=s(this.locale,e,{},!0)},t.prototype.getConstant=function(e){return N(this.currentLocale[""+e])?this.localeStrings[""+e]||"":this.currentLocale[""+e]},t.prototype.intGetControlConstant=function(e,t){return e[""+t]?e[""+t][this.controlName]:null},t.locale={},t}(),St=function(){var e=function(t,M){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var M in t)t.hasOwnProperty(M)&&(e[M]=t[M])})(t,M)};return function(t,M){function i(){this.constructor=t}e(t,M),t.prototype=null===M?Object.create(M):(i.prototype=M.prototype,new i)}}(),xt=function(e,t,M,i){var n,r=arguments.length,o=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,M):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,M,i);else for(var a=e.length-1;a>=0;a--)(n=e[a])&&(o=(r<3?n(o):r>3?n(t,M,o):n(t,M))||o);return r>3&&o&&Object.defineProperty(t,M,o),o},vt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return St(t,e),xt([U(50)],t.prototype,"swipeThresholdDistance",void 0),t}(et),wt=/(Up|Down)/,Qt=function(e){function t(t,M){var i=e.call(this,M,t)||this;return i.touchAction=!0,i.tapCount=0,i.startEvent=function(e){if(!0===i.touchAction){var t=i.updateChangeTouches(e);void 0!==e.changedTouches&&(i.touchAction=!1),i.isTouchMoved=!1,i.movedDirection="",i.startPoint=i.lastMovedPoint={clientX:t.clientX,clientY:t.clientY},i.startEventData=t,i.hScrollLocked=i.vScrollLocked=!1,i.tStampStart=Date.now(),i.timeOutTapHold=setTimeout(function(){i.tapHoldEvent(e)},i.tapHoldThreshold),Be.add(i.element,We.touchMoveEvent,i.moveEvent,i),Be.add(i.element,We.touchEndEvent,i.endEvent,i),Be.add(i.element,We.touchCancelEvent,i.cancelEvent,i)}},i.moveEvent=function(e){var t=i.updateChangeTouches(e);i.movedPoint=t,i.isTouchMoved=!(t.clientX===i.startPoint.clientX&&t.clientY===i.startPoint.clientY);var M={};if(i.isTouchMoved){clearTimeout(i.timeOutTapHold),i.calcScrollPoints(e);M=s(M,{},{startEvents:i.startEventData,originalEvent:e,startX:i.startPoint.clientX,startY:i.startPoint.clientY,distanceX:i.distanceX,distanceY:i.distanceY,scrollDirection:i.scrollDirection,velocity:i.getVelocity(t)}),i.trigger("scroll",M),i.lastMovedPoint={clientX:t.clientX,clientY:t.clientY}}},i.cancelEvent=function(e){clearTimeout(i.timeOutTapHold),clearTimeout(i.timeOutTap),i.tapCount=0,i.swipeFn(e),Be.remove(i.element,We.touchCancelEvent,i.cancelEvent)},i.endEvent=function(e){i.swipeFn(e),i.isTouchMoved||"function"==typeof i.tap&&(i.trigger("tap",{originalEvent:e,tapCount:++i.tapCount}),i.timeOutTap=setTimeout(function(){i.tapCount=0},i.tapThreshold)),i.modeclear()},i.swipeFn=function(e){clearTimeout(i.timeOutTapHold),clearTimeout(i.timeOutTap);var t=i.updateChangeTouches(e),M=t.clientX-i.startPoint.clientX,n=t.clientY-i.startPoint.clientY;M=Math.floor(M<0?-1*M:M),n=Math.floor(n<0?-1*n:M),i.isTouchMoved=M>1||n>1;/Firefox/.test(We.userAgent)&&0===t.clientX&&0===t.clientY&&"mouseup"===e.type&&(i.isTouchMoved=!1),i.endPoint=t,i.calcPoints(e);var r={originalEvent:e,startEvents:i.startEventData,startX:i.startPoint.clientX,startY:i.startPoint.clientY,distanceX:i.distanceX,distanceY:i.distanceY,swipeDirection:i.movedDirection,velocity:i.getVelocity(t)};if(i.isTouchMoved){var o=void 0,a=i.swipeSettings.swipeThresholdDistance;o=s(o,i.defaultArgs,r);var N=!1,u=i.element,c=i.isScrollable(u),g=wt.test(i.movedDirection);(a<i.distanceX&&!g||a<i.distanceY&&g)&&(N=!c||i.checkSwipe(u,g)),N&&i.trigger("swipe",o)}i.modeclear()},i.modeclear=function(){i.modeClear=setTimeout(function(){i.touchAction=!0},"function"!=typeof i.tap?0:20),i.lastTapTime=(new Date).getTime(),Be.remove(i.element,We.touchMoveEvent,i.moveEvent),Be.remove(i.element,We.touchEndEvent,i.endEvent),Be.remove(i.element,We.touchCancelEvent,i.cancelEvent)},i.bind(),i}return St(t,e),t.prototype.onPropertyChanged=function(e,t){},t.prototype.bind=function(){this.wireEvents(),We.isIE&&this.element.classList.add("e-block-touch")},t.prototype.destroy=function(){this.unwireEvents(),e.prototype.destroy.call(this)},t.prototype.wireEvents=function(){Be.add(this.element,We.touchStartEvent,this.startEvent,this)},t.prototype.unwireEvents=function(){Be.remove(this.element,We.touchStartEvent,this.startEvent)},t.prototype.getModuleName=function(){return"touch"},t.prototype.isScrollable=function(e){var t=getComputedStyle(e),M=t.overflow+t.overflowX+t.overflowY;return!!/(auto|scroll)/.test(M)},t.prototype.tapHoldEvent=function(e){this.tapCount=0,this.touchAction=!0;var t;Be.remove(this.element,We.touchMoveEvent,this.moveEvent),Be.remove(this.element,We.touchEndEvent,this.endEvent),t={originalEvent:e},this.trigger("tapHold",t),Be.remove(this.element,We.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,M=e.clientY,i=Date.now(),n=t-this.startPoint.clientX,r=M-this.startPoint.clientX,o=i-this.tStampStart;return Math.sqrt(n*n+r*r)/o},t.prototype.checkSwipe=function(e,t){var M=["scroll","offset"],i=t?["Height","Top"]:["Width","Left"];return e[M[0]+i[0]]<=e[M[1]+i[0]]||(0===e[M[0]+i[1]]||e[M[1]+i[0]]+e[M[0]+i[1]]>=e[M[0]+i[0]])},t.prototype.updateChangeTouches=function(e){return e.changedTouches&&0!==e.changedTouches.length?e.changedTouches[0]:e},xt([b()],t.prototype,"tap",void 0),xt([b()],t.prototype,"tapHold",void 0),xt([b()],t.prototype,"swipe",void 0),xt([b()],t.prototype,"scroll",void 0),xt([U(350)],t.prototype,"tapThreshold",void 0),xt([U(750)],t.prototype,"tapHoldThreshold",void 0),xt([C({},vt)],t.prototype,"swipeSettings",void 0),t=xt([P],t)}(Ze),Yt=new RegExp("\\n|\\r|\\s\\s+","g"),kt=new RegExp(/'|"/g),Ut=new RegExp("if ?\\("),Ct=new RegExp("else if ?\\("),bt=new RegExp("else"),Pt=new RegExp("for ?\\("),Ft=new RegExp("(/if|/for)"),Rt=new RegExp("\\((.*)\\)",""),Vt=new RegExp("^[0-9]+$","g"),Wt=new RegExp("[\\w\"'.\\s+]+","g"),Bt=new RegExp('"(.*?)"',"g"),Gt=new RegExp("[\\w\"'@#$.\\s-+]+","g"),Ht=new RegExp("\\${([^}]*)}","g"),Zt=/^\..*/gm,Jt=/\\/gi,Xt=/\\\\/gi,Kt=new RegExp("[\\w\"'@#$.\\s+]+","g"),_t=/\window\./gm,$t=/^[\n\r.]+<tr|^<tr/,qt=/^[\n\r.]+<svg|^<path|^<g/,eM={},tM={compile:(new(function(){function e(){}return e.prototype.compile=function(e,t,M){return void 0===t&&(t={}),X(e,t)},e}())).compile},MM=["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"]'],iM=[{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"]'}],nM=["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"],rM=function(){function e(){}return e.beforeSanitize=function(){return{selectors:{tags:MM,attributes:iM}}},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 M=this.wrapElement.innerHTML;return this.removeElement(),M.replace("&amp;","&")},e.removeElement=function(){for(var e=this.wrapElement.children,t=0;t<e.length;t++)for(var M=e[parseInt(t.toString(),10)].attributes,i=0;i<M.length;i++)this.wrapElement.children[parseInt(t.toString(),10)].removeAttribute(M[parseInt(i.toString(),10)].localName)},e.removeXssTags=function(){var e=this.wrapElement.querySelectorAll(this.removeTags.join(","));e.length>0&&e.forEach(function(e){T(e)})},e.removeJsEvents=function(){var e=this.wrapElement.querySelectorAll("["+nM.join("],[")+"]");e.length>0&&e.forEach(function(e){nM.forEach(function(t){e.hasAttribute(t)&&e.removeAttribute(t)})})},e.removeXssAttrs=function(){var e=this;this.removeAttrs.forEach(function(t,M){var i=e.wrapElement.querySelectorAll(t.selector);i.length>0&&i.forEach(function(e){e.removeAttribute(t.attribute)})})},e}();e.blazorCultureFormats=xe,e.Ajax=Qe,e.Animation=Ke,e.rippleEffect=function(t,M,i){var n=function(e){return{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}}(M);return!1===n.rippleFlag||void 0===n.rippleFlag&&!e.isRippleEnabled?function(){}:(t.setAttribute("data-ripple","true"),Be.add(t,"mousedown",W,{parent:t,rippleOptions:n}),Be.add(t,"mouseup",B,{parent:t,rippleOptions:n,done:i}),Be.add(t,"mouseleave",G,{parent:t,rippleOptions:n}),We.isPointer&&Be.add(t,"transitionend",G,{parent:t,rippleOptions:n}),function(){t.removeAttribute("data-ripple"),Be.remove(t,"mousedown",W),Be.remove(t,"mouseup",B),Be.remove(t,"mouseleave",G),Be.remove(t,"transitionend",G)})},e.enableRipple=function(t){return e.isRippleEnabled=t,e.isRippleEnabled},e.setGlobalAnimation=function(t){e.animationMode=t},e.Base=Ze,e.getComponent=x,e.removeChildInstance=function(e){for(var t=[].slice.call(e.getElementsByClassName("e-control")),M=0;M<t.length;M++){var i=t[parseInt(M.toString(),10)].classList[1].split("e-")[1],n=x(t[parseInt(M.toString(),10)],i);u(n)||n.destroy()}},e.Browser=We,e.enableVersionBasedPersistence=function(t){e.versionBasedStatePersistence=t},e.Component=Dt,e.ChildProperty=et,e.Position=pt,e.Draggable=ht,e.Droppable=mt,e.EventHandler=Be,e.onIntlChange=Le,e.cldrData=fe,e.Internationalization=Se,e.setCulture=function(t){e.defaultCulture=t,Le.notify("notifyExternalChange",{locale:e.defaultCulture})},e.setCurrencyCode=function(t){e.defaultCurrencyCode=t,Le.notify("notifyExternalChange",{currencyCode:e.defaultCurrencyCode})},e.loadCldr=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var M=0,i=e;M<i.length;M++){var n=i[M];s(fe,n,{},!0)}},e.enableRtl=function(t){void 0===t&&(t=!0),e.rightToLeft=t,Le.notify("notifyExternalChange",{enableRtl:e.rightToLeft})},e.getNumericObject=function(t,M){var n=e.IntlBase.getDependables(fe,t,"",!0)[Ee[0]],r=e.IntlBase.getDependables(fe,t,"")[Ee[1]],o=i("defaultNumberingSystem",n),a=D()?i("numberSymbols",n):i("symbols-numberSystem-"+o,n),N=e.IntlBase.getSymbolPattern(M||"decimal",o,n,!1);return s(a,e.IntlBase.getFormatData(N,!0,"",!0),{dateSeparator:e.IntlBase.getDateSeparator(r)})},e.getNumberDependable=function(t,M){var i=e.IntlBase.getDependables(fe,t,"",!0);return e.IntlBase.getCurrencySymbol(i.numericObject,M)},e.getDefaultDateObject=function(t){return e.IntlBase.getDependables(fe,"",t,!1)[Ee[1]]},e.KeyboardEvents=ft,e.L10n=Et,e.ModuleLoader=qe,e.Property=U,e.Complex=C,e.ComplexFactory=function(e){return function(t,M){var i={set:function(e,t,M){return function(i){var n=M(i,this);v(this,t,e,n).setProperties(i)}}({},M,e),get:function(e,t,M){return function(){var i=M({});return this.properties.hasOwnProperty(t)?this.properties[""+t]:v(this,t,e,i)}}({},M,e),enumerable:!0,configurable:!0};Object.defineProperty(t,M,i),F(t,M,"complexProp",{},e)}},e.Collection=function(e,t){return function(M,i){var n={set:function(e,t,M){return function(i){this.isComplexArraySetter=!0;var n=w(this,t,e,M,!1),r=w(this,t,i,M,!0);this.isComplexArraySetter=!1,this.saveChanges(t,r,n),this.properties[""+t]=r}}(e,i,t),get:Y(e,i,t),enumerable:!0,configurable:!0};Object.defineProperty(M,i,n),F(M,i,"colProp",e,t)}},e.CollectionFactory=function(e){return function(t,M){var i={set:function(e,t,M){return function(i){var n=this.properties.hasOwnProperty(t)?this.properties[t]:e,r=w(this,t,i,M,!0,!0);this.saveChanges(t,r,n),this.properties[""+t]=r}}([],M,e),get:function(e,t,M){return function(){var i=M({});if(!this.properties.hasOwnProperty(t)){var n=w(this,t,e,i,!1);this.properties[""+t]=n}return this.properties[""+t]}}([],M,e),enumerable:!0,configurable:!0};Object.defineProperty(t,M,i),F(t,M,"colProp",{},e)}},e.Event=b,e.NotifyPropertyChanges=P,e.CreateBuilder=function(e){var t=function(e){return this.element=e,this};return function(M){return t.prototype.hasOwnProperty("create")||((t.prototype=R(e)).create=function(){var t=s({},{},this.properties);return this.properties={},new e(t,this.element)}),new t(M)}},e.SwipeSettings=vt,e.Touch=Qt,e.blazorTemplates=eM,e.getRandomId=ee,e.compile=function(e,t,M){var i=tM.compile(e,t,M);return function(e,t,M,n,r,o,a,s){var u=i(e,t,M,a,s),c="BlazorTemplateId";if(D()&&!r){var g=n+ee();if(eM[""+n]||(eM[""+n]=[]),N(o))e[""+c]=g,eM[""+n].push(e);else for(var j=0,z=Object.keys(eM[""+n][parseInt(o.toString(),10)]);j<z.length;j++){var y=z[j];y!==c&&e[""+y]&&(eM[""+n][parseInt(o.toString(),10)][""+y]=e[""+y]),y===c&&(g=eM[""+n][parseInt(o.toString(),10)][""+y])}return"rowTemplate"===M?[l("tr",{id:g,className:"e-blazor-template"})]:[l("div",{id:g,className:"e-blazor-template"})]}return"string"==typeof u?qt.test(u)?l("svg",{innerHTML:u}).childNodes:l($t.test(u)?"table":"div",{innerHTML:u}).childNodes:u}},e.updateBlazorTemplate=function(e,t,M,i,n){D()&&(window.sfBlazor.updateTemplate(t,eM[""+e],e,M,n),!1!==i&&(eM[""+e]=[]))},e.resetBlazorTemplate=function(e,t,M){var i=document.getElementById(e);if(i)for(var n=i.getElementsByClassName("blazor-inner-template"),r=0;r<n.length;r++){var o=" ";o=N(M)?n[parseInt(r.toString(),10)].getAttribute("data-templateId"):n[parseInt(M.toString(),10)].getAttribute("data-templateId");var a=document.getElementById(o);if(a)for(var s=a.childNodes.length,u=0;u<s;u++)N(M)?n[parseInt(r.toString(),10)].appendChild(a.childNodes[0]):(n[parseInt(M.toString(),10)].appendChild(a.childNodes[0]),r=n.length)}},e.setTemplateEngine=function(e){tM.compile=e.compile},e.getTemplateEngine=function(){return tM.compile},e.disableBlazorMode=function(){ie=!1},e.createInstance=t,e.setImmediate=M,e.getValue=i,e.setValue=n,e.deleteObject=r,e.containerObject=ne,e.isObject=o,e.getEnumValue=function(e,t){return e[t]},e.merge=a,e.extend=s,e.isNullOrUndefined=N,e.isUndefined=u,e.getUniqueID=function(e){return e+"_"+Me++},e.debounce=c,e.queryParams=function(e){for(var t=[],M=0,i=Object.keys(e);M<i.length;M++){var n=i[M];t.push(encodeURIComponent(n)+"="+encodeURIComponent(""+e[""+n]))}return t.join("&")},e.isObjectArray=function(e){var t=Object.prototype.toString;return"[object Array]"===t.call(e)&&"[object Object]"===t.call(e[0])},e.compareElementParent=g,e.throwError=j,e.print=function(e,t){var M=document.createElement("div"),i=[].slice.call(document.getElementsByTagName("head")[0].querySelectorAll("base, link, style")),n=[].slice.call(document.getElementsByTagName("body")[0].querySelectorAll("link, style"));if(n.length)for(var r=0,o=n.length;r<o;r++)i.push(n[parseInt(r.toString(),10)]);var a="";N(t)&&(t=window.open("","print","height=452,width=1024,tabbar=no")),M.appendChild(e.cloneNode(!0));var s=0;for(o=i.length;s<o;s++)a+=i[parseInt(s.toString(),10)].outerHTML;t.document.write("<!DOCTYPE html> <html><head>"+a+"</head><body>"+M.innerHTML+"<script> (function() { window.ready = true; })(); <\/script></body></html>"),t.document.close(),t.focus();var u=setInterval(function(){t.ready&&(t.print(),t.close(),clearInterval(u))},500);return t},e.formatUnit=function(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"},e.enableBlazorMode=function(){ie=!0},e.isBlazor=D,e.getElement=function(e){return e instanceof Node||!D()||N(e.xPath)?e:document.evaluate(e.xPath,document,null,XPathResult.FIRST_ORDERED_NODE_TYPE,null).singleNodeValue},e.getInstance=function(e,t){var M="string"==typeof e?document.querySelector(e):e;if(M[""+te])for(var i=0,n=M[""+te];i<n.length;i++){var r=n[i];if(r instanceof t)return r}return null},e.addInstance=function(e,t){var M="string"==typeof e?document.querySelector(e):e;M[""+te]?M[""+te].push(t):M[""+te]=[t]},e.uniqueID=z,e.createElement=l,e.addClass=y,e.removeClass=I,e.isVisible=h,e.prepend=function(e,t,M){for(var i=document.createDocumentFragment(),n=0,r=e;n<r.length;n++){var o=r[n];i.appendChild(o)}return t.insertBefore(i,t.firstElementChild),M&&d(t),e},e.append=function(e,t,M){for(var i=document.createDocumentFragment(),n=0,r=e;n<r.length;n++){var o=r[n];i.appendChild(o)}return t.appendChild(i),M&&d(t),e},e.detach=T,e.remove=function(e){var t=e.parentNode;Be.clearEvents(e),t.removeChild(e)},e.attributes=m,e.select=A,e.selectAll=O,e.closest=f,e.siblings=function(e){for(var t=[],M=0,i=Array.prototype.slice.call(e.parentNode.childNodes);M<i.length;M++){var n=i[M];n.nodeType===Node.ELEMENT_NODE&&e!==n&&t.push(n)}return t},e.getAttributeOrDefault=function(e,t,M){var n,r=o(e);return n=r?i("attributes."+t,e):e.getAttribute(t),N(n)&&M&&(r?e.attributes[""+t]=M:e.setAttribute(t,M.toString()),n=M),n},e.setStyleAttribute=E,e.classList=function(e,t,M){y([e],t),I([e],M)},e.matches=S,e.includeInnerHTML=function(e,t){e.innerHTML=t},e.containsClass=function(e,t){return o(e)?new RegExp("\\b"+t+"\\b","i").test(e.attributes.className):e.classList.contains(t)},e.cloneNode=function(e,t){return o(e)?t?s({},{},e,!0):void 0:e.cloneNode(t)},e.Observer=Oe,e.SanitizeHtmlHelper=rM,e.componentList=tt,e.registerLicense=J,e.validateLicense=rt,e.getVersion=function(){return nt.version},e.createLicenseOverlay=ot,Object.defineProperty(e,"__esModule",{value:!0})});
11
2
  //# sourceMappingURL=ej2-base.umd.min.js.map